|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.auth.ext.ActiveDirectoryAuthenticationResponseHandler
public class ActiveDirectoryAuthenticationResponseHandler
Attempts to parse the authentication response message and set the account state using data associated with active directory.
| Constructor Summary | |
|---|---|
ActiveDirectoryAuthenticationResponseHandler()
Default constructor. |
|
ActiveDirectoryAuthenticationResponseHandler(int warning)
Creates a new active directory authentication response handler. |
|
ActiveDirectoryAuthenticationResponseHandler(int warning,
long passwordAge)
Creates a new active directory authentication response handler. |
|
ActiveDirectoryAuthenticationResponseHandler(long passwordAge)
Creates a new active directory authentication response handler. |
|
ActiveDirectoryAuthenticationResponseHandler(String warning)
Creates a new active directory authentication response handler. |
|
ActiveDirectoryAuthenticationResponseHandler(String warning,
String passwordAge)
Creates a new active directory 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 ActiveDirectoryAuthenticationResponseHandler()
public ActiveDirectoryAuthenticationResponseHandler(long passwordAge)
passwordAge - length of time in milliseconds that a password is
validpublic ActiveDirectoryAuthenticationResponseHandler(int warning)
warning - length of time before expiration that should produce a
warning
public ActiveDirectoryAuthenticationResponseHandler(int warning,
long passwordAge)
warning - length of time before expiration that should produce a
warningpasswordAge - length of time in milliseconds that a password is
validpublic ActiveDirectoryAuthenticationResponseHandler(String warning)
warning - in duration syntax of time before expiration that should
produce a warning
public ActiveDirectoryAuthenticationResponseHandler(String warning,
String passwordAge)
warning - in duration syntax of time before expiration that should
produce a warningpasswordAge - in duration syntax of time in milliseconds that a
password is valid| Method Detail |
|---|
public void handle(AuthenticationResponse response)
AuthenticationResponseHandler
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 | |||||||||