Uses of Class
org.eclipse.jetty.security.RolePrincipal
-
Packages that use RolePrincipal Package Description org.eclipse.jetty.security Jetty Security : Modular Support for Security in Jetty -
-
Uses of RolePrincipal in org.eclipse.jetty.security
Fields in org.eclipse.jetty.security with type parameters of type RolePrincipal Modifier and Type Field Description protected java.util.List<RolePrincipal>UserStore.User. _rolePrincipalsMethods in org.eclipse.jetty.security that return types with arguments of type RolePrincipal Modifier and Type Method Description java.util.List<RolePrincipal>UserStore. getRolePrincipals(java.lang.String username)protected java.util.List<RolePrincipal>UserStore.User. getRolePrincipals()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)
-