java.lang.Object
org.springframework.security.ldap.userdetails.LdapUserDetailsImpl
org.springframework.security.ldap.userdetails.Person
All Implemented Interfaces:
Serializable, CredentialsContainer, UserDetails, PasswordPolicyData, LdapUserDetails
Direct Known Subclasses:
InetOrgPerson

public class Person extends LdapUserDetailsImpl
UserDetails implementation whose properties are based on the LDAP schema for Person.
Since:
2.0
See Also:
  • Constructor Details

    • Person

      protected Person()
  • Method Details

    • getGivenName

      public String getGivenName()
    • getSn

      public String getSn()
    • getCn

      public String[] getCn()
    • getDescription

      public String getDescription()
    • getTelephoneNumber

      public String getTelephoneNumber()
    • populateContext

      protected void populateContext(org.springframework.ldap.core.DirContextAdapter adapter)