Uses of Interface
org.alfresco.repo.web.auth.AuthenticationListener
Packages that use AuthenticationListener
Package
Description
-
Uses of AuthenticationListener in org.alfresco.repo.web.auth
Classes in org.alfresco.repo.web.auth that implement AuthenticationListener -
Uses of AuthenticationListener in org.alfresco.repo.web.scripts.servlet
Fields in org.alfresco.repo.web.scripts.servlet declared as AuthenticationListenerModifier and TypeFieldDescriptionprotected AuthenticationListenerBasicHttpAuthenticatorFactory.BasicHttpAuthenticator.listenerprotected AuthenticationListenerBasicHttpAuthenticatorFactory.listenerMethods in org.alfresco.repo.web.scripts.servlet with parameters of type AuthenticationListenerModifier and TypeMethodDescriptionvoidBasicHttpAuthenticatorFactory.setAuthenticationListener(AuthenticationListener listener) Set the listener for authentication events, generated byBasicHttpAuthenticatorFactory.BasicHttpAuthenticatorinstances.Constructors in org.alfresco.repo.web.scripts.servlet with parameters of type AuthenticationListenerModifierConstructorDescriptionBasicHttpAuthenticator(org.springframework.extensions.webscripts.servlet.WebScriptServletRequest req, org.springframework.extensions.webscripts.servlet.WebScriptServletResponse res, AuthenticationListener listener) ConstructRemoteUserAuthenticator(org.springframework.extensions.webscripts.servlet.WebScriptServletRequest req, org.springframework.extensions.webscripts.servlet.WebScriptServletResponse res, AuthenticationListener listener) -
Uses of AuthenticationListener in org.alfresco.repo.webdav.auth
Fields in org.alfresco.repo.webdav.auth declared as AuthenticationListenerModifier and TypeFieldDescriptionprotected AuthenticationListenerBaseAuthenticationFilter.authenticationListenerThe authentication listener.Methods in org.alfresco.repo.webdav.auth with parameters of type AuthenticationListenerModifier and TypeMethodDescriptionvoidBaseAuthenticationFilter.setAuthenticationListener(AuthenticationListener authenticationListener) Sets the authentication listener.