public class NoopAuthenticationListener extends java.lang.Object implements AuthenticationListener
AuthenticationEventListener 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,
java.lang.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, java.lang.Exception ex)
AuthenticationListenerauthenticationFailed in interface AuthenticationListenerCopyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.