| java.lang.Object | |
| ↳ | org.springframework.security.ldap.authentication.NullLdapAuthoritiesPopulator |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the list of authorities for the user.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.security.ldap.userdetails.LdapAuthoritiesPopulator
| |||||||||||
Get the list of authorities for the user.
| userDetails | the context object which was returned by the LDAP authenticator. |
|---|