Uses of Class
org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
Packages that use AbstractLoginService.UserPrincipal
Package
Description
Jetty Security : Modular Support for Security in Jetty
-
Uses of AbstractLoginService.UserPrincipal in org.eclipse.jetty.security
Subclasses of AbstractLoginService.UserPrincipal in org.eclipse.jetty.securityMethods in org.eclipse.jetty.security that return AbstractLoginService.UserPrincipalModifier and TypeMethodDescriptionprotected abstract AbstractLoginService.UserPrincipal
AbstractLoginService.loadUserInfo
(String username) protected AbstractLoginService.UserPrincipal
HashLoginService.loadUserInfo
(String userName) JDBCLoginService.loadUserInfo
(String username) Methods in org.eclipse.jetty.security with parameters of type AbstractLoginService.UserPrincipalModifier and TypeMethodDescriptionprotected abstract String[]
AbstractLoginService.loadRoleInfo
(AbstractLoginService.UserPrincipal user) protected String[]
HashLoginService.loadRoleInfo
(AbstractLoginService.UserPrincipal user) String[]
JDBCLoginService.loadRoleInfo
(AbstractLoginService.UserPrincipal user)