org.alfresco.repo.web.scripts.servlet
Class BasicHttpAuthenticatorFactory
java.lang.Object
org.alfresco.repo.web.scripts.servlet.BasicHttpAuthenticatorFactory
- All Implemented Interfaces:
- org.springframework.extensions.webscripts.servlet.ServletAuthenticatorFactory
public class BasicHttpAuthenticatorFactory
- extends java.lang.Object
- implements org.springframework.extensions.webscripts.servlet.ServletAuthenticatorFactory
HTTP Basic Authentication
Method Summary |
org.springframework.extensions.webscripts.Authenticator |
create(org.springframework.extensions.webscripts.servlet.WebScriptServletRequest req,
org.springframework.extensions.webscripts.servlet.WebScriptServletResponse res)
|
void |
setAuthenticationService(org.alfresco.service.cmr.security.AuthenticationService authenticationService)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicHttpAuthenticatorFactory
public BasicHttpAuthenticatorFactory()
setAuthenticationService
public void setAuthenticationService(org.alfresco.service.cmr.security.AuthenticationService authenticationService)
- Parameters:
authenticationService
-
create
public org.springframework.extensions.webscripts.Authenticator create(org.springframework.extensions.webscripts.servlet.WebScriptServletRequest req,
org.springframework.extensions.webscripts.servlet.WebScriptServletResponse res)
- Specified by:
create
in interface org.springframework.extensions.webscripts.servlet.ServletAuthenticatorFactory
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.