Uses of Class
org.eclipse.jetty.security.UserPrincipal
Packages that use UserPrincipal
Package
Description
Jetty Jaas : Various Jaas Implementations for Jetty
Jetty Plus : Limited JEE Security Support
Jetty Security : Modular Support for Security in Jetty
-
Uses of UserPrincipal in org.eclipse.jetty.jaas.spi
Constructors in org.eclipse.jetty.jaas.spi with parameters of type UserPrincipalModifierConstructorDescriptionJDBCUser
(UserPrincipal user) LDAPBindingUser
(UserPrincipal user, DirContext context, String userDn) LDAPUser
(UserPrincipal user, Attributes attributes) -
Uses of UserPrincipal in org.eclipse.jetty.plus.security
Subclasses of UserPrincipal in org.eclipse.jetty.plus.securityMethods in org.eclipse.jetty.plus.security that return UserPrincipalMethods in org.eclipse.jetty.plus.security with parameters of type UserPrincipal -
Uses of UserPrincipal in org.eclipse.jetty.security
Subclasses of UserPrincipal in org.eclipse.jetty.securityModifier and TypeClassDescriptionclass
JDBCUserPrincipal A UserPrincipal with extra jdbc key info.Fields in org.eclipse.jetty.security declared as UserPrincipalMethods in org.eclipse.jetty.security that return UserPrincipalModifier and TypeMethodDescriptionUserStore.getUserPrincipal
(String username) protected UserPrincipal
UserStore.User.getUserPrincipal()
protected abstract UserPrincipal
AbstractLoginService.loadUserInfo
(String username) protected UserPrincipal
HashLoginService.loadUserInfo
(String userName) JDBCLoginService.loadUserInfo
(String username) Methods in org.eclipse.jetty.security with parameters of type UserPrincipalModifier and TypeMethodDescriptionboolean
UserPrincipal.authenticate
(UserPrincipal u) protected abstract List<RolePrincipal>
AbstractLoginService.loadRoleInfo
(UserPrincipal user) protected List<RolePrincipal>
HashLoginService.loadRoleInfo
(UserPrincipal user) JDBCLoginService.loadRoleInfo
(UserPrincipal user)