Uses of Interface
org.springframework.security.ldap.userdetails.LdapUserDetails

Packages that use LdapUserDetails
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 LdapUserDetails in org.springframework.security.ldap.userdetails
 

Classes in org.springframework.security.ldap.userdetails that implement LdapUserDetails
 class InetOrgPerson
          UserDetails implementation whose properties are based on a subset of the LDAP schema for inetOrgPerson.
 class LdapUserDetailsImpl
          A UserDetails implementation which is used internally by the Ldap services.
 class Person
          UserDetails implementation whose properties are based on the LDAP schema for Person.
 

Methods in org.springframework.security.ldap.userdetails that return LdapUserDetails
 LdapUserDetails LdapUserDetailsImpl.Essence.createUserDetails()
           
 LdapUserDetails Person.Essence.createUserDetails()
           
 

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



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