public interface AuthenticationListener
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.
|
void userAuthenticated(WebCredentials credentials)
void authenticationFailed(WebCredentials credentials, Exception ex)
void authenticationFailed(WebCredentials credentials)
Copyright © 2005–2017 Alfresco Software. All rights reserved.