public class LdapLoginModule.LDAPUserInfo extends UserInfo
_roleNames, _rolesLoaded| Constructor | Description |
|---|---|
LDAPUserInfo(java.lang.String userName,
org.eclipse.jetty.util.security.Credential credential,
javax.naming.directory.Attributes attributes) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<java.lang.String> |
doFetchRoles() |
Should be overridden by subclasses to obtain
role info
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckCredential, fetchRoles, getCredential, getRoleNames, getUserNamepublic LDAPUserInfo(java.lang.String userName,
org.eclipse.jetty.util.security.Credential credential,
javax.naming.directory.Attributes attributes)
userName - the user namecredential - the credentialattributes - the user Attributespublic java.util.List<java.lang.String> doFetchRoles()
throws java.lang.Exception
UserInfodoFetchRoles in class UserInfojava.lang.Exception - if the roles cannot be retrievedCopyright © 1995–2018 Webtide. All rights reserved.