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

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

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

Portlet authenticator


Nested Class Summary
 class JSR168PortletAuthenticatorFactory.JSR168PortletAuthenticator
          Portlet authenticator
 
Constructor Summary
JSR168PortletAuthenticatorFactory()
           
 
Method Summary
 org.springframework.extensions.webscripts.Authenticator create(javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
           
 void setTransactionService(org.alfresco.service.transaction.TransactionService transactionService)
           
 void setUnprotAuthenticationService(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

JSR168PortletAuthenticatorFactory

public JSR168PortletAuthenticatorFactory()
Method Detail

setUnprotAuthenticationService

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

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.