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

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

public class JSR168PortletAuthenticatorFactory.JSR168PortletAuthenticator
extends java.lang.Object
implements org.springframework.extensions.webscripts.Authenticator

Portlet authenticator


Constructor Summary
JSR168PortletAuthenticatorFactory.JSR168PortletAuthenticator(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

JSR168PortletAuthenticatorFactory.JSR168PortletAuthenticator

public JSR168PortletAuthenticatorFactory.JSR168PortletAuthenticator(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.