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 class
NoopAuthenticationListener
AuthenticationListener
that 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 AuthenticationListener
BasicHttpAuthenticatorFactory.BasicHttpAuthenticator. listener
protected AuthenticationListener
BasicHttpAuthenticatorFactory. listener
Methods in org.alfresco.repo.web.scripts.servlet with parameters of type AuthenticationListener Modifier and Type Method Description void
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 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 AuthenticationListener
BaseAuthenticationFilter. authenticationListener
The authentication listener.Methods in org.alfresco.repo.webdav.auth with parameters of type AuthenticationListener Modifier and Type Method Description void
BaseAuthenticationFilter. setAuthenticationListener(AuthenticationListener authenticationListener)
Sets the authentication listener.
-