Package org.springframework.ldap.core
Interface AuthenticationSource
- All Known Implementing Classes:
 DefaultValuesAuthenticationSourceDecorator
public interface AuthenticationSource
An 
AuthenticationSource is responsible for providing the principal (user
 DN) and credentials to be used when creating a new context.- 
Method Summary
Modifier and TypeMethodDescriptionGet the credentials to use when creating an authenticated context.Get the principal to use when creating an authenticated context.