|
||||||||||
| 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. |
|
EDirectoryAuthenticationResponseHandler(String hours)
Creates a new edirectory authentication response handler. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
void |
handle(AuthenticationResponse response)
Handle the response from an ldap authentication. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EDirectoryAuthenticationResponseHandler()
public EDirectoryAuthenticationResponseHandler(int hours)
hours - length of time before expiration that should produce a
warningpublic EDirectoryAuthenticationResponseHandler(String hours)
hours - in duration syntax of time before expiration that should
produce a warning| Method Detail |
|---|
public void handle(AuthenticationResponse response)
handle in interface AuthenticationResponseHandlerresponse - produced from an authenticationpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||