| Package | Description |
|---|---|
| org.springframework.ldap.authentication |
Support classes for custom authentication.
|
| org.springframework.ldap.core.support |
Support classes the core Spring LDAP package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultValuesAuthenticationSourceDecorator
Decorator on AuthenticationSource to have default authentication information
be returned should the target return empty principal and credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultValuesAuthenticationSourceDecorator.setTarget(AuthenticationSource target)
Set the target AuthenticationSource.
|
| Constructor and Description |
|---|
DefaultValuesAuthenticationSourceDecorator(AuthenticationSource target,
String defaultUser,
String defaultPassword)
Constructor to setup instance directly.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSource |
AbstractContextSource.getAuthenticationSource()
Get the authentication source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractContextSource.setAuthenticationSource(AuthenticationSource authenticationSource)
Set the authentication source to use when retrieving user principal and
credentials.
|
Copyright © 2005–2021 The Spring LDAP Framework. All rights reserved.