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 TypeMethodDescriptionvoidauthenticationFailed(WebCredentials credentials) An authentication attempt, using credentials, failed.voidauthenticationFailed(WebCredentials credentials, Exception ex) An authentication attempt, using credentials, failed with exception, ex.voiduserAuthenticated(WebCredentials credentials) A user was successfully authenticated credentials.
-
Constructor Details
-
NoopAuthenticationListener
public NoopAuthenticationListener()
-
-
Method Details
-
userAuthenticated
Description copied from interface:AuthenticationListenerA user was successfully authenticated credentials.- Specified by:
userAuthenticatedin interfaceAuthenticationListener
-
authenticationFailed
Description copied from interface:AuthenticationListenerAn authentication attempt, using credentials, failed.- Specified by:
authenticationFailedin interfaceAuthenticationListener
-
authenticationFailed
Description copied from interface:AuthenticationListenerAn authentication attempt, using credentials, failed with exception, ex.- Specified by:
authenticationFailedin interfaceAuthenticationListener
-