public class FromUserRecordLDAPGroupMembershipStrategy extends LDAPGroupMembershipStrategy
| Modifier and Type | Class and Description |
|---|---|
static class |
FromUserRecordLDAPGroupMembershipStrategy.DescriptorImpl |
| Constructor and Description |
|---|
FromUserRecordLDAPGroupMembershipStrategy(String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName() |
org.acegisecurity.GrantedAuthority[] |
getGrantedAuthorities(org.acegisecurity.userdetails.ldap.LdapUserDetails ldapUser)
Returns the
GrantedAuthoritys that the specified user belongs to. |
getAuthoritiesPopulator, setAuthoritiesPopulator@DataBoundConstructor public FromUserRecordLDAPGroupMembershipStrategy(String attributeName)
public String getAttributeName()
public org.acegisecurity.GrantedAuthority[] getGrantedAuthorities(org.acegisecurity.userdetails.ldap.LdapUserDetails ldapUser)
LDAPGroupMembershipStrategyGrantedAuthoritys that the specified user belongs to.getGrantedAuthorities in class LDAPGroupMembershipStrategyldapUser - the specified user.GrantedAuthoritys that the specified user belongs to.Copyright © 2016–2017. All rights reserved.