Uses of Interface
org.springframework.ldap.core.AuthenticationSource

Packages that use AuthenticationSource
org.springframework.ldap.authentication Support classes for custom authentication. 
org.springframework.ldap.core.support Support classes the core Spring LDAP package. 
 

Uses of AuthenticationSource in org.springframework.ldap.authentication
 

Classes in org.springframework.ldap.authentication that implement AuthenticationSource
 class AcegiAuthenticationSource
          An AuthenticationSource to retrieve authentication information stored in Acegi's SecurityContextHolder.
 class DefaultValuesAuthenticationSourceDecorator
          Decorator on AuthenticationSource to have default authentication information be returned should the target return empty principal and credentials.
 

Methods in org.springframework.ldap.authentication with parameters of type AuthenticationSource
 void DefaultValuesAuthenticationSourceDecorator.setTarget(AuthenticationSource target)
          Set the target AuthenticationSource.
 

Constructors in org.springframework.ldap.authentication with parameters of type AuthenticationSource
DefaultValuesAuthenticationSourceDecorator(AuthenticationSource target, String defaultUser, String defaultPassword)
          Constructor to setup instance directly.
 

Uses of AuthenticationSource in org.springframework.ldap.core.support
 

Methods in org.springframework.ldap.core.support that return AuthenticationSource
 AuthenticationSource AbstractContextSource.getAuthenticationSource()
          Get the authentication source.
 

Methods in org.springframework.ldap.core.support with parameters of type AuthenticationSource
 void AbstractContextSource.setAuthenticationSource(AuthenticationSource authenticationSource)
          Set the authentication source to use when retrieving user principal and credentials.
 



Copyright © 2006-2011 Spring Framework. All Rights Reserved.