Class Person

  • All Implemented Interfaces:
    java.io.Serializable, org.springframework.security.core.CredentialsContainer, org.springframework.security.core.userdetails.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:
    Serialized Form
    • Constructor Detail

      • Person

        protected Person()
    • Method Detail

      • getGivenName

        public java.lang.String getGivenName()
      • getSn

        public java.lang.String getSn()
      • getCn

        public java.lang.String[] getCn()
      • getDescription

        public java.lang.String getDescription()
      • getTelephoneNumber

        public java.lang.String getTelephoneNumber()
      • populateContext

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