Uses of Class
org.eclipse.jetty.jaas.spi.UserInfo
-
Packages that use UserInfo Package Description org.eclipse.jetty.jaas.spi Jetty Jaas : Various Jaas Implementations for Jetty -
-
Uses of UserInfo in org.eclipse.jetty.jaas.spi
Subclasses of UserInfo in org.eclipse.jetty.jaas.spi Modifier and Type Class Description class
AbstractDatabaseLoginModule.JDBCUserInfo
class
LdapLoginModule.LDAPUserInfo
Methods in org.eclipse.jetty.jaas.spi that return UserInfo Modifier and Type Method Description UserInfo
AbstractDatabaseLoginModule. getUserInfo(java.lang.String userName)
Load info from databaseabstract UserInfo
AbstractLoginModule. getUserInfo(java.lang.String username)
UserInfo
LdapLoginModule. getUserInfo(java.lang.String username)
get the available information about the userUserInfo
PropertyFileLoginModule. getUserInfo(java.lang.String userName)
Constructors in org.eclipse.jetty.jaas.spi with parameters of type UserInfo Constructor Description JAASUserInfo(UserInfo u)
-