| Package | Description |
|---|---|
| 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). |
| Modifier and Type | Class and Description |
|---|---|
class |
InetOrgPerson
UserDetails implementation whose properties are based on a subset of the
LDAP schema for inetOrgPerson.
|
class |
Person
UserDetails implementation whose properties are based on the LDAP schema for Person.
|
| Modifier and Type | Field and Description |
|---|---|
protected LdapUserDetailsImpl |
LdapUserDetailsImpl.Essence.instance |
| Modifier and Type | Method and Description |
|---|---|
protected LdapUserDetailsImpl |
Person.Essence.createTarget() |
protected LdapUserDetailsImpl |
InetOrgPerson.Essence.createTarget() |
protected LdapUserDetailsImpl |
LdapUserDetailsImpl.Essence.createTarget() |
Copyright © 2016. All rights reserved.