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

Packages that use LdapUserDetailsImpl
org.springframework.security.ldap.userdetails   
 

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 Person.Essence.createTarget()
           
protected  LdapUserDetailsImpl LdapUserDetailsImpl.Essence.createTarget()
           
protected  LdapUserDetailsImpl InetOrgPerson.Essence.createTarget()
           
 



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