|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserInfo | |
|---|---|
| org.mortbay.jetty.plus.jaas.ldap | |
| org.mortbay.jetty.plus.jaas.spi | |
| Uses of UserInfo in org.mortbay.jetty.plus.jaas.ldap |
|---|
| Methods in org.mortbay.jetty.plus.jaas.ldap that return UserInfo | |
|---|---|
UserInfo |
LdapLoginModule.getUserInfo(java.lang.String username)
get the available information about the user for this LoginModule, the credential can be null which will result in a binding ldap authentication scenario roles are also an optional concept if required |
| Uses of UserInfo in org.mortbay.jetty.plus.jaas.spi |
|---|
| Methods in org.mortbay.jetty.plus.jaas.spi that return UserInfo | |
|---|---|
abstract UserInfo |
AbstractLoginModule.getUserInfo(java.lang.String username)
|
UserInfo |
AbstractDatabaseLoginModule.getUserInfo(java.lang.String userName)
Load info from database |
UserInfo |
PropertyFileLoginModule.getUserInfo(java.lang.String username)
Don't implement this as we want to pre-fetch all of the users. |
| Methods in org.mortbay.jetty.plus.jaas.spi with parameters of type UserInfo | |
|---|---|
void |
AbstractLoginModule.JAASUserInfo.setUserInfo(UserInfo u)
|
| Constructors in org.mortbay.jetty.plus.jaas.spi with parameters of type UserInfo | |
|---|---|
AbstractLoginModule.JAASUserInfo(UserInfo u)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||