public abstract class AuthenticationListener extends Object implements Listener
Authenticator| Constructor and Description |
|---|
AuthenticationListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticationFailed(String reason)
Invoked when the authentication sequence fails.
|
void |
authenticationSuccessful()
Invoked when the user is successfully authenticated.
|
public void authenticationSuccessful()
public void authenticationFailed(String reason)
reason - for the authentication failure.