Spring LDAP Framework

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. 
org.springframework.ldap.test Utilities to simplify integration testing against LDAP targets. 
 

Uses of AuthenticationSource in org.springframework.ldap.authentication
 

Classes in org.springframework.ldap.authentication that implement AuthenticationSource
 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.
 

Uses of AuthenticationSource in org.springframework.ldap.test
 

Methods in org.springframework.ldap.test with parameters of type AuthenticationSource
 void TestContextSourceFactoryBean.setAuthenticationSource(AuthenticationSource authenticationSource)
           
 


Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.