| Package | Description |
|---|---|
| org.ldaptive.auth | |
| org.ldaptive.auth.ext | |
| org.ldaptive.beans.spring |
| Modifier and Type | Field and Description |
|---|---|
private AuthenticationResponseHandler[] |
Authenticator.authenticationResponseHandlers
Handlers to handle authentication responses.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResponseHandler[] |
Authenticator.getAuthenticationResponseHandlers()
Returns the authentication response handlers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Authenticator.setAuthenticationResponseHandlers(AuthenticationResponseHandler... handlers)
Sets the authentication response handlers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveDirectoryAuthenticationResponseHandler
Attempts to parse the authentication response message and set the account state using data associated with active
directory.
|
class |
EDirectoryAuthenticationResponseHandler
Attempts to parse the authentication response and set the account state using data associated with eDirectory.
|
class |
PasswordExpirationAuthenticationResponseHandler
Attempts to parse the authentication response and set the account state using data associated with the password
expiring and password expired controls.
|
class |
PasswordPolicyAuthenticationResponseHandler
Attempts to parse the authentication response message and set the account state using data associated with a password
policy control.
|
| Modifier and Type | Method and Description |
|---|---|
protected static AuthenticationResponseHandler[] |
NamespaceHandler.AbstractAuthenticatorBeanDefinitionParser.parsePasswordPolicyAuthenticationResponseHandler(java.lang.String value)
Returns a
PasswordPolicyAuthenticationResponseHandler if the supplied value is true. |