org.alfresco.repo.web.scripts.portlet
Class WebClientPortletAuthenticatorFactory

java.lang.Object
  extended by org.alfresco.repo.web.scripts.portlet.WebClientPortletAuthenticatorFactory
All Implemented Interfaces:
org.springframework.extensions.webscripts.portlet.PortletAuthenticatorFactory

public class WebClientPortletAuthenticatorFactory
extends java.lang.Object
implements org.springframework.extensions.webscripts.portlet.PortletAuthenticatorFactory

Portlet authenticator which synchronizes with the Alfresco Web Client authentication


Nested Class Summary
 class WebClientPortletAuthenticatorFactory.WebClientPortletAuthenticator
           
 
Constructor Summary
WebClientPortletAuthenticatorFactory()
           
 
Method Summary
 org.springframework.extensions.webscripts.Authenticator create(javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
           
 void setAuthenticationService(org.alfresco.service.cmr.security.AuthenticationService authenticationService)
           
 void setRepository(org.alfresco.repo.model.Repository repository)
           
 void setTransactionService(org.alfresco.service.transaction.TransactionService transactionService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebClientPortletAuthenticatorFactory

public WebClientPortletAuthenticatorFactory()
Method Detail

setAuthenticationService

public void setAuthenticationService(org.alfresco.service.cmr.security.AuthenticationService authenticationService)
Parameters:
authenticationService -

setRepository

public void setRepository(org.alfresco.repo.model.Repository repository)
Parameters:
scriptContext -

setTransactionService

public void setTransactionService(org.alfresco.service.transaction.TransactionService transactionService)
Parameters:
transactionService -

create

public org.springframework.extensions.webscripts.Authenticator create(javax.portlet.RenderRequest req,
                                                                      javax.portlet.RenderResponse res)
Specified by:
create in interface org.springframework.extensions.webscripts.portlet.PortletAuthenticatorFactory


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.