Uses of Class
org.eclipse.jetty.security.UserPrincipal
Package
Description
Jetty Plus : Limited JEE Security Support
Jetty Security : Modular Support for Security in Jetty
Jetty Jaas : Various Jaas Implementations for Jetty
-
Uses of UserPrincipal in org.eclipse.jetty.plus.security
-
Uses of UserPrincipal in org.eclipse.jetty.security
Modifier and TypeClassDescriptionstatic class
A UserPrincipal with extra jdbc key info.Modifier 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) Modifier 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) -
Uses of UserPrincipal in org.eclipse.jetty.security.jaas.spi
ModifierConstructorDescriptionJDBCUser
(UserPrincipal user) LDAPBindingUser
(UserPrincipal user, DirContext context, String userDn) LDAPUser
(UserPrincipal user, Attributes attributes)