public class EDirectoryAuthenticationResponseHandler extends java.lang.Object implements AuthenticationResponseHandler
Authenticator should be configured to return 'passwordExpirationTime' and
'loginGraceRemaining' attributes so they can be consumed by this handler.| Modifier and Type | Field and Description |
|---|---|
private int |
warningHours
Number of hours before expiration to produce a warning.
|
| Constructor and Description |
|---|
EDirectoryAuthenticationResponseHandler()
Default constructor.
|
EDirectoryAuthenticationResponseHandler(int hours)
Creates a new edirectory authentication response handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handle(AuthenticationResponse response)
Handle the response from an ldap authentication.
|
private int warningHours
public EDirectoryAuthenticationResponseHandler()
public EDirectoryAuthenticationResponseHandler(int hours)
hours - length of time before expiration that should produce a warningpublic void handle(AuthenticationResponse response)
AuthenticationResponseHandlerhandle in interface AuthenticationResponseHandlerresponse - produced from an authentication