Class LdapLoginModule.LDAPUserInfo
java.lang.Object
org.eclipse.jetty.jaas.spi.UserInfo
org.eclipse.jetty.jaas.spi.LdapLoginModule.LDAPUserInfo
- Enclosing class:
LdapLoginModule
-
Field Summary
FieldsFields inherited from class UserInfo
_roleNames, _rolesLoaded -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionShould be overridden by subclasses to obtain role infoMethods inherited from class UserInfo
checkCredential, fetchRoles, getCredential, getRoleNames, getUserName
-
Field Details
-
attributes
Attributes attributes
-
-
Constructor Details
-
LDAPUserInfo
- Parameters:
userName- the user namecredential- the credentialattributes- the userAttributes
-
-
Method Details
-
doFetchRoles
-