org.springframework.security.ldap.userdetails
Class Person
java.lang.Object
org.springframework.security.ldap.userdetails.LdapUserDetailsImpl
org.springframework.security.ldap.userdetails.Person
- All Implemented Interfaces:
- Serializable, 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 Summary |
protected |
Person()
|
Methods inherited from class org.springframework.security.ldap.userdetails.LdapUserDetailsImpl |
equals, getAuthorities, getDn, getGraceLoginsRemaining, getPassword, getTimeBeforeExpiration, getUsername, hashCode, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, toString |
Person
protected Person()
getSn
public String getSn()
getCn
public String[] getCn()
getDescription
public String getDescription()
getTelephoneNumber
public String getTelephoneNumber()
populateContext
protected void populateContext(DirContextAdapter adapter)