org.springframework.security.ldap.userdetails
Class Person

java.lang.Object
  extended by org.springframework.security.ldap.userdetails.LdapUserDetailsImpl
      extended by 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

Nested Class Summary
static class Person.Essence
           
 
Constructor Summary
protected Person()
           
 
Method Summary
 String[] getCn()
           
 String getDescription()
           
 String getSn()
           
 String getTelephoneNumber()
           
protected  void populateContext(org.springframework.ldap.core.DirContextAdapter adapter)
           
 
Methods inherited from class org.springframework.security.ldap.userdetails.LdapUserDetailsImpl
getAuthorities, getDn, getGraceLoginsRemaining, getPassword, getTimeBeforeExpiration, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Person

protected Person()
Method Detail

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.