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 classAbstractDatabaseLoginModule.JDBCUserInfoclassLdapLoginModule.LDAPUserInfoMethods in org.eclipse.jetty.jaas.spi that return UserInfo Modifier and Type Method Description UserInfoAbstractDatabaseLoginModule. getUserInfo(java.lang.String userName)Load info from databaseabstract UserInfoAbstractLoginModule. getUserInfo(java.lang.String username)UserInfoLdapLoginModule. getUserInfo(java.lang.String username)get the available information about the userUserInfoPropertyFileLoginModule. getUserInfo(java.lang.String userName)Constructors in org.eclipse.jetty.jaas.spi with parameters of type UserInfo Constructor Description JAASUserInfo(UserInfo u)
-