Uses of Class
org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
-
Packages that use AbstractLoginService.UserPrincipal Package Description org.eclipse.jetty.security 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.security Modifier and Type Class Description classJDBCLoginService.JDBCUserPrincipalJDBCKnownUserMethods in org.eclipse.jetty.security that return AbstractLoginService.UserPrincipal Modifier and Type Method Description protected abstract AbstractLoginService.UserPrincipalAbstractLoginService. loadUserInfo(String username)protected AbstractLoginService.UserPrincipalHashLoginService. loadUserInfo(String userName)AbstractLoginService.UserPrincipalJDBCLoginService. loadUserInfo(String username)Methods in org.eclipse.jetty.security with parameters of type AbstractLoginService.UserPrincipal Modifier and Type Method Description protected abstract String[]AbstractLoginService. loadRoleInfo(AbstractLoginService.UserPrincipal user)protected String[]HashLoginService. loadRoleInfo(AbstractLoginService.UserPrincipal user)String[]JDBCLoginService. loadRoleInfo(AbstractLoginService.UserPrincipal user)
-