org.springframework.security.userdetails.ldap
Class Person
java.lang.Object
org.springframework.security.userdetails.ldap.LdapUserDetailsImpl
org.springframework.security.userdetails.ldap.Person
- All Implemented Interfaces:
- Serializable, LdapUserDetails, UserDetails
- 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$
- Author:
- Luke
- See Also:
- Serialized Form
Constructor Summary |
protected |
Person()
|
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-2010 SpringSource, Inc. All Rights Reserved.