public class NoopAuthenticationListener extends Object implements AuthenticationListener
AuthenticationListener that does nothing.| Constructor and Description |
|---|
NoopAuthenticationListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticationFailed(WebCredentials credentials)
An authentication attempt, using credentials, failed.
|
void |
authenticationFailed(WebCredentials credentials,
Exception ex)
An authentication attempt, using credentials, failed with exception, ex.
|
void |
userAuthenticated(WebCredentials credentials)
A user was successfully authenticated credentials.
|
public void userAuthenticated(WebCredentials credentials)
AuthenticationListeneruserAuthenticated in interface AuthenticationListenerpublic void authenticationFailed(WebCredentials credentials)
AuthenticationListenerauthenticationFailed in interface AuthenticationListenerpublic void authenticationFailed(WebCredentials credentials, Exception ex)
AuthenticationListenerauthenticationFailed in interface AuthenticationListenerCopyright © 2005–2018 Alfresco Software. All rights reserved.