Package org.eclipse.jetty.jaas.spi
Class LdapLoginModule.LDAPUserInfo
- java.lang.Object
-
- org.eclipse.jetty.jaas.spi.UserInfo
-
- org.eclipse.jetty.jaas.spi.LdapLoginModule.LDAPUserInfo
-
- Enclosing class:
- LdapLoginModule
public class LdapLoginModule.LDAPUserInfo extends UserInfo
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.jaas.spi.UserInfo
_roleNames, _rolesLoaded
-
-
Constructor Summary
Constructors Constructor Description LDAPUserInfo(String userName, org.eclipse.jetty.util.security.Credential credential, Attributes attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>doFetchRoles()Should be overridden by subclasses to obtain role info-
Methods inherited from class org.eclipse.jetty.jaas.spi.UserInfo
checkCredential, fetchRoles, getCredential, getRoleNames, getUserName
-
-
-
-
Constructor Detail
-
LDAPUserInfo
public LDAPUserInfo(String userName, org.eclipse.jetty.util.security.Credential credential, Attributes attributes)
- Parameters:
userName-credential-
-
-