org.alfresco.repo.web.scripts.portlet
Class JSR168PortletAuthenticatorFactory
java.lang.Object
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
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 |
JSR168PortletAuthenticatorFactory
public JSR168PortletAuthenticatorFactory()
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.