Package | Description |
---|---|
org.springframework.security.config.annotation.authentication.configurers.ldap | |
org.springframework.security.ldap.authentication |
The LDAP authentication provider package.
|
org.springframework.security.ldap.userdetails |
LDAP-focused
UserDetails implementations which map from a ubset of the data
contained in some of the standard LDAP types (such as InetOrgPerson ). |
Class and Description |
---|
LdapAuthoritiesPopulator
Obtains a list of granted authorities for an Ldap user.
|
UserDetailsContextMapper
Operations to map a UserDetails object to and from a Spring LDAP
DirContextOperations implementation. |
Class and Description |
---|
LdapAuthoritiesPopulator
Obtains a list of granted authorities for an Ldap user.
|
UserDetailsContextMapper
Operations to map a UserDetails object to and from a Spring LDAP
DirContextOperations implementation. |
Class and Description |
---|
InetOrgPerson
UserDetails implementation whose properties are based on a subset of the
LDAP schema for inetOrgPerson.
|
LdapAuthoritiesPopulator
Obtains a list of granted authorities for an Ldap user.
|
LdapUserDetails
Captures the information for a user's LDAP entry.
|
LdapUserDetailsImpl
A UserDetails implementation which is used internally by the Ldap services.
|
LdapUserDetailsImpl.Essence
Variation of essence pattern.
|
Person
UserDetails implementation whose properties are based on the LDAP schema for Person.
|
Person.Essence |
UserDetailsContextMapper
Operations to map a UserDetails object to and from a Spring LDAP
DirContextOperations implementation. |
Copyright © 2019. All rights reserved.