Uses of Class
org.eclipse.jetty.security.RolePrincipal
Packages that use RolePrincipal
Package
Description
Jetty Plus : Limited JEE Security Support
Jetty Security : Modular Support for Security in Jetty
-
Uses of RolePrincipal in org.eclipse.jetty.plus.security
Methods in org.eclipse.jetty.plus.security that return types with arguments of type RolePrincipal -
Uses of RolePrincipal in org.eclipse.jetty.security
Fields in org.eclipse.jetty.security with type parameters of type RolePrincipalMethods in org.eclipse.jetty.security that return types with arguments of type RolePrincipalModifier and TypeMethodDescriptionUserStore.getRolePrincipals(String username) protected List<RolePrincipal>UserStore.User.getRolePrincipals()protected abstract List<RolePrincipal>AbstractLoginService.loadRoleInfo(UserPrincipal user) protected List<RolePrincipal>HashLoginService.loadRoleInfo(UserPrincipal user) JDBCLoginService.loadRoleInfo(UserPrincipal user)