|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.auth.ext.EDirectoryAuthenticationResponseHandler
public class EDirectoryAuthenticationResponseHandler
Attempts to parse the authentication response and set the account state using
data associated with eDirectory. The Authenticator
should be configured to return 'passwordExpirationTime' and
'loginGraceRemaining' attributes so they can be consumed by this handler.
| Constructor Summary | |
|---|---|
EDirectoryAuthenticationResponseHandler()
Default constructor. |
|
EDirectoryAuthenticationResponseHandler(int hours)
Creates a new edirectory authentication response handler. |
|
| Method Summary | |
|---|---|
void |
handle(AuthenticationResponse response)
Handle the response from an ldap authentication. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EDirectoryAuthenticationResponseHandler()
public EDirectoryAuthenticationResponseHandler(int hours)
hours - length of time before expiration that should produce a
warning| Method Detail |
|---|
public void handle(AuthenticationResponse response)
handle in interface AuthenticationResponseHandlerresponse - produced from an authentication
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||