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 AuthenticationListener
BasicHttpAuthenticatorFactory.BasicHttpAuthenticator.listener
protected AuthenticationListener
BasicHttpAuthenticatorFactory.listener
Methods in org.alfresco.repo.web.scripts.servlet with parameters of type AuthenticationListenerModifier and TypeMethodDescriptionvoid
BasicHttpAuthenticatorFactory.setAuthenticationListener
(AuthenticationListener listener) Set the listener for authentication events, generated byBasicHttpAuthenticatorFactory.BasicHttpAuthenticator
instances.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 AuthenticationListener
BaseAuthenticationFilter.authenticationListener
The authentication listener.Methods in org.alfresco.repo.webdav.auth with parameters of type AuthenticationListenerModifier and TypeMethodDescriptionvoid
BaseAuthenticationFilter.setAuthenticationListener
(AuthenticationListener authenticationListener) Sets the authentication listener.