org.alfresco.repo.web.scripts.servlet
Class BasicHttpAuthenticatorFactory

java.lang.Object
  extended by 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


Nested Class Summary
 class BasicHttpAuthenticatorFactory.BasicHttpAuthenticator
          HTTP Basic Authentication
 
Constructor Summary
BasicHttpAuthenticatorFactory()
           
 
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
 

Constructor Detail

BasicHttpAuthenticatorFactory

public BasicHttpAuthenticatorFactory()
Method Detail

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.