Uses of Class
org.eclipse.jetty.security.UserPrincipal
Packages that use UserPrincipal
Package
Description
Jetty Security : Modular Support for Security in Jetty
-
Uses of UserPrincipal in org.eclipse.jetty.security
Subclasses of UserPrincipal in org.eclipse.jetty.securityModifier and TypeClassDescriptionstatic classA UserPrincipal with extra jdbc key info.Fields in org.eclipse.jetty.security declared as UserPrincipalMethods in org.eclipse.jetty.security that return UserPrincipalModifier and TypeMethodDescriptionUserStore.getUserPrincipal(String username) protected UserPrincipalUserStore.User.getUserPrincipal()protected abstract UserPrincipalAbstractLoginService.loadUserInfo(String username) protected UserPrincipalHashLoginService.loadUserInfo(String userName) JDBCLoginService.loadUserInfo(String username) Methods in org.eclipse.jetty.security with parameters of type UserPrincipalModifier and TypeMethodDescriptionbooleanUserPrincipal.authenticate(UserPrincipal u) protected abstract List<RolePrincipal> AbstractLoginService.loadRoleInfo(UserPrincipal user) protected List<RolePrincipal> HashLoginService.loadRoleInfo(UserPrincipal user) JDBCLoginService.loadRoleInfo(UserPrincipal user)