Uses of Class
org.springframework.security.ldap.userdetails.Person

Packages that use Person
org.springframework.security.ldap.userdetails LDAP-focused UserDetails implementations which map from a ubset of the data contained in some of the standard LDAP types (such as InetOrgPerson). 
 

Uses of Person in org.springframework.security.ldap.userdetails
 

Subclasses of Person in org.springframework.security.ldap.userdetails
 class InetOrgPerson
          UserDetails implementation whose properties are based on a subset of the LDAP schema for inetOrgPerson.
 

Constructors in org.springframework.security.ldap.userdetails with parameters of type Person
Person.Essence(Person copyMe)
           
 



Copyright © 2004-2011 SpringSource, Inc. All Rights Reserved.