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