Uses of Class
org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
-
Packages that use AbstractLoginService.UserPrincipal Package Description org.eclipse.jetty.plus.security Jetty Plus : Limited JEE Security Supportorg.eclipse.jetty.security Jetty Security : Modular Support for Security in Jetty -
-
Uses of AbstractLoginService.UserPrincipal in org.eclipse.jetty.plus.security
Subclasses of AbstractLoginService.UserPrincipal in org.eclipse.jetty.plus.security Modifier and Type Class Description classDataSourceLoginService.DBUserPrincipalDBUserMethods in org.eclipse.jetty.plus.security that return AbstractLoginService.UserPrincipal Modifier and Type Method Description AbstractLoginService.UserPrincipalDataSourceLoginService. loadUserInfo(java.lang.String username)Methods in org.eclipse.jetty.plus.security with parameters of type AbstractLoginService.UserPrincipal Modifier and Type Method Description java.lang.String[]DataSourceLoginService. loadRoleInfo(AbstractLoginService.UserPrincipal user) -
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(java.lang.String username)protected AbstractLoginService.UserPrincipalHashLoginService. loadUserInfo(java.lang.String userName)AbstractLoginService.UserPrincipalJDBCLoginService. loadUserInfo(java.lang.String username)Methods in org.eclipse.jetty.security with parameters of type AbstractLoginService.UserPrincipal Modifier and Type Method Description protected abstract java.lang.String[]AbstractLoginService. loadRoleInfo(AbstractLoginService.UserPrincipal user)protected java.lang.String[]HashLoginService. loadRoleInfo(AbstractLoginService.UserPrincipal user)java.lang.String[]JDBCLoginService. loadRoleInfo(AbstractLoginService.UserPrincipal user)
-