public interface AuthenticationListener
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.
|
void userAuthenticated(WebCredentials credentials)
void authenticationFailed(WebCredentials credentials, java.lang.Exception ex)
void authenticationFailed(WebCredentials credentials)
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.