Uses of Class
org.eclipse.jetty.ee8.security.UserPrincipal
Packages that use UserPrincipal
Package
Description
Jetty Security : Modular Support for Security in Jetty
-
Uses of UserPrincipal in org.eclipse.jetty.ee8.security
Subclasses of UserPrincipal in org.eclipse.jetty.ee8.securityModifier and TypeClassDescriptionclassJDBCUserPrincipal A UserPrincipal with extra jdbc key info.Fields in org.eclipse.jetty.ee8.security declared as UserPrincipalMethods in org.eclipse.jetty.ee8.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.ee8.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)