Uses of Interface
org.alfresco.repo.web.auth.AuthenticationListener
-
Packages that use AuthenticationListener Package Description org.alfresco.repo.web.auth org.alfresco.repo.web.scripts.servlet org.alfresco.repo.webdav.auth -
-
Uses of AuthenticationListener in org.alfresco.repo.web.auth
Classes in org.alfresco.repo.web.auth that implement AuthenticationListener Modifier and Type Class Description classNoopAuthenticationListenerAuthenticationListenerthat does nothing. -
Uses of AuthenticationListener in org.alfresco.repo.web.scripts.servlet
Fields in org.alfresco.repo.web.scripts.servlet declared as AuthenticationListener Modifier and Type Field Description protected AuthenticationListenerBasicHttpAuthenticatorFactory.BasicHttpAuthenticator. listenerprotected AuthenticationListenerBasicHttpAuthenticatorFactory. listenerMethods in org.alfresco.repo.web.scripts.servlet with parameters of type AuthenticationListener Modifier and Type Method Description voidBasicHttpAuthenticatorFactory. setAuthenticationListener(AuthenticationListener listener)Set the listener for authentication events, generated byBasicHttpAuthenticatorFactory.BasicHttpAuthenticatorinstances.Constructors in org.alfresco.repo.web.scripts.servlet with parameters of type AuthenticationListener Constructor Description BasicHttpAuthenticator(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 AuthenticationListener Modifier and Type Field Description protected AuthenticationListenerBaseAuthenticationFilter. authenticationListenerThe authentication listener.Methods in org.alfresco.repo.webdav.auth with parameters of type AuthenticationListener Modifier and Type Method Description voidBaseAuthenticationFilter. setAuthenticationListener(AuthenticationListener authenticationListener)Sets the authentication listener.
-