public abstract class LDAPGroupMembershipStrategy extends hudson.model.AbstractDescribableImpl<LDAPGroupMembershipStrategy>
| Constructor and Description |
|---|
LDAPGroupMembershipStrategy() |
| Modifier and Type | Method and Description |
|---|---|
org.acegisecurity.providers.ldap.LdapAuthoritiesPopulator |
getAuthoritiesPopulator()
The
LdapAuthoritiesPopulator to use if performing a traditional search. |
abstract org.acegisecurity.GrantedAuthority[] |
getGrantedAuthorities(org.acegisecurity.userdetails.ldap.LdapUserDetails ldapUser)
Returns the
GrantedAuthoritys that the specified user belongs to. |
void |
setAuthoritiesPopulator(org.acegisecurity.providers.ldap.LdapAuthoritiesPopulator authoritiesPopulator)
Override this method if you want to change the configuration of the
LdapAuthoritiesPopulator. |
public org.acegisecurity.providers.ldap.LdapAuthoritiesPopulator getAuthoritiesPopulator()
LdapAuthoritiesPopulator to use if performing a traditional search.LdapAuthoritiesPopulator to use if performing a traditional search.public void setAuthoritiesPopulator(org.acegisecurity.providers.ldap.LdapAuthoritiesPopulator authoritiesPopulator)
LdapAuthoritiesPopulator.authoritiesPopulator - the LdapAuthoritiesPopulator to use (and abuse).public abstract org.acegisecurity.GrantedAuthority[] getGrantedAuthorities(org.acegisecurity.userdetails.ldap.LdapUserDetails ldapUser)
GrantedAuthoritys that the specified user belongs to.ldapUser - the specified user.GrantedAuthoritys that the specified user belongs to.Copyright © 2016–2017. All rights reserved.