public class BasicHttpAuthenticatorFactory
extends java.lang.Object
implements org.springframework.extensions.webscripts.servlet.ServletAuthenticatorFactory
Modifier and Type | Class and Description |
---|---|
class |
BasicHttpAuthenticatorFactory.BasicHttpAuthenticator
HTTP Basic Authentication
|
Constructor and Description |
---|
BasicHttpAuthenticatorFactory() |
Modifier and Type | Method and Description |
---|---|
org.springframework.extensions.webscripts.Authenticator |
create(org.springframework.extensions.webscripts.servlet.WebScriptServletRequest req,
org.springframework.extensions.webscripts.servlet.WebScriptServletResponse res) |
void |
setAuthenticationListener(AuthenticationListener listener)
Set the listener for authentication events, generated by
BasicHttpAuthenticatorFactory.BasicHttpAuthenticator instances. |
void |
setAuthenticationService(org.alfresco.service.cmr.security.AuthenticationService authenticationService) |
public void setAuthenticationService(org.alfresco.service.cmr.security.AuthenticationService authenticationService)
authenticationService
- public void setAuthenticationListener(AuthenticationListener listener)
BasicHttpAuthenticatorFactory.BasicHttpAuthenticator
instances.public org.springframework.extensions.webscripts.Authenticator create(org.springframework.extensions.webscripts.servlet.WebScriptServletRequest req, org.springframework.extensions.webscripts.servlet.WebScriptServletResponse res)
create
in interface org.springframework.extensions.webscripts.servlet.ServletAuthenticatorFactory
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.