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

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

public class WebClientPortletAuthenticatorFactory.WebClientPortletAuthenticator
extends java.lang.Object
implements org.springframework.extensions.webscripts.Authenticator


Constructor Summary
WebClientPortletAuthenticatorFactory.WebClientPortletAuthenticator(javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
          Construct
 
Method Summary
 boolean authenticate(org.springframework.extensions.webscripts.Description.RequiredAuthentication required, boolean isGuest)
           
 boolean emptyCredentials()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebClientPortletAuthenticatorFactory.WebClientPortletAuthenticator

public WebClientPortletAuthenticatorFactory.WebClientPortletAuthenticator(javax.portlet.RenderRequest req,
                                                                          javax.portlet.RenderResponse res)
Construct

Parameters:
authenticationService -
req -
res -
Method Detail

authenticate

public boolean authenticate(org.springframework.extensions.webscripts.Description.RequiredAuthentication required,
                            boolean isGuest)
Specified by:
authenticate in interface org.springframework.extensions.webscripts.Authenticator

emptyCredentials

public boolean emptyCredentials()
Specified by:
emptyCredentials in interface org.springframework.extensions.webscripts.Authenticator


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