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
GrantedAuthority s 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)
LDAPGroupMembershipStrategy
GrantedAuthority
s that the specified user belongs to.getGrantedAuthorities
in class LDAPGroupMembershipStrategy
ldapUser
- the specified user.GrantedAuthority
s that the specified user belongs to.Copyright © 2016. All rights reserved.