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
- Version:
- $Id: Person.java 3544 2009-03-27 05:01:03Z ltaylor $
- Author:
- Luke
- See Also:
- Serialized Form
Constructor Summary |
protected |
Person()
|
Methods inherited from class org.springframework.security.ldap.userdetails.LdapUserDetailsImpl |
getAuthorities, getDn, getGraceLoginsRemaining, getPassword, getTimeBeforeExpiration, getUsername, 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(org.springframework.ldap.core.DirContextAdapter adapter)
Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.