Package | Description |
---|---|
org.eclipse.jetty.jaas.spi |
Jetty Jaas : Various Jaas Implementations for Jetty
|
Modifier and Type | Method and Description |
---|---|
UserInfo |
PropertyFileLoginModule.getUserInfo(String userName)
Don't implement this as we want to pre-fetch all of the users.
|
UserInfo |
LdapLoginModule.getUserInfo(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
|
abstract UserInfo |
AbstractLoginModule.getUserInfo(String username) |
UserInfo |
AbstractDatabaseLoginModule.getUserInfo(String userName)
Load info from database
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLoginModule.JAASUserInfo.setUserInfo(UserInfo u) |
Constructor and Description |
---|
AbstractLoginModule.JAASUserInfo(UserInfo u) |
Copyright © 1995-2015 Webtide. All Rights Reserved.