Uses of Class
org.eclipse.jetty.security.UserPrincipal
-
Packages that use UserPrincipal Package Description org.eclipse.jetty.security Jetty Security : Modular Support for Security in Jetty -
-
Uses of UserPrincipal in org.eclipse.jetty.security
Subclasses of UserPrincipal in org.eclipse.jetty.security Modifier and Type Class Description classJDBCLoginService.JDBCUserPrincipalJDBCUserPrincipal A UserPrincipal with extra jdbc key info.Fields in org.eclipse.jetty.security declared as UserPrincipal Modifier and Type Field Description protected UserPrincipalUserStore.User. _userPrincipalMethods in org.eclipse.jetty.security that return UserPrincipal Modifier and Type Method Description UserPrincipalUserStore. getUserPrincipal(java.lang.String username)protected UserPrincipalUserStore.User. getUserPrincipal()protected abstract UserPrincipalAbstractLoginService. loadUserInfo(java.lang.String username)protected UserPrincipalHashLoginService. loadUserInfo(java.lang.String userName)UserPrincipalJDBCLoginService. loadUserInfo(java.lang.String username)Methods in org.eclipse.jetty.security with parameters of type UserPrincipal Modifier and Type Method Description booleanUserPrincipal. authenticate(UserPrincipal u)protected abstract java.util.List<RolePrincipal>AbstractLoginService. loadRoleInfo(UserPrincipal user)protected java.util.List<RolePrincipal>HashLoginService. loadRoleInfo(UserPrincipal user)java.util.List<RolePrincipal>JDBCLoginService. loadRoleInfo(UserPrincipal user)
-