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

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

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

Fields in org.springframework.security.ldap.userdetails declared as LdapUserDetailsImpl
protected  LdapUserDetailsImpl LdapUserDetailsImpl.Essence.instance
           
 

Methods in org.springframework.security.ldap.userdetails that return LdapUserDetailsImpl
protected  LdapUserDetailsImpl LdapUserDetailsImpl.Essence.createTarget()
           
protected  LdapUserDetailsImpl Person.Essence.createTarget()
           
protected  LdapUserDetailsImpl InetOrgPerson.Essence.createTarget()
           
 



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