Package org.alfresco.repo.web.auth
Class NoopAuthenticationListener
java.lang.Object
org.alfresco.repo.web.auth.NoopAuthenticationListener
- All Implemented Interfaces:
AuthenticationListener
AuthenticationListener
that does nothing.- Author:
- Alex Miller
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-
Constructor Details
-
NoopAuthenticationListener
public NoopAuthenticationListener()
-
-
Method Details
-
userAuthenticated
Description copied from interface:AuthenticationListener
A user was successfully authenticated credentials.- Specified by:
userAuthenticated
in interfaceAuthenticationListener
-
authenticationFailed
Description copied from interface:AuthenticationListener
An authentication attempt, using credentials, failed.- Specified by:
authenticationFailed
in interfaceAuthenticationListener
-
authenticationFailed
Description copied from interface:AuthenticationListener
An authentication attempt, using credentials, failed with exception, ex.- Specified by:
authenticationFailed
in interfaceAuthenticationListener
-