Spring Security Framework

Uses of Package
org.springframework.security.userdetails.ldap

Packages that use org.springframework.security.userdetails.ldap
org.springframework.security.providers.ldap The LDAP authentication provider package. 
org.springframework.security.userdetails.ldap   
 

Classes in org.springframework.security.userdetails.ldap used by org.springframework.security.providers.ldap
UserDetailsContextMapper
          Operations to map a UserDetails object to and from a Spring LDAP DirContextOperations implementation.
 

Classes in org.springframework.security.userdetails.ldap used by org.springframework.security.userdetails.ldap
InetOrgPerson
          UserDetails implementation whose properties are based on a subset of the LDAP schema for inetOrgPerson.
LdapUserDetails
          Captures the information for a user's LDAP entry.
LdapUserDetailsImpl
          A UserDetails implementation which is used internally by the Ldap services.
LdapUserDetailsImpl.Essence
          Variation of essence pattern.
Person
          UserDetails implementation whose properties are based on the LDAP schema for Person.
Person.Essence
           
UserDetailsContextMapper
          Operations to map a UserDetails object to and from a Spring LDAP DirContextOperations implementation.
 


Spring Security Framework

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