org.springframework.extensions.webscripts.portlet
Interface PortletAuthenticatorFactory


public interface PortletAuthenticatorFactory

Factory for constructing a Portlet Authenticator

Author:
davidc

Method Summary
 Authenticator create(javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
          Create Authenticator
 

Method Detail

create

Authenticator create(javax.portlet.RenderRequest req,
                     javax.portlet.RenderResponse res)
Create Authenticator

Parameters:
req -
res -
Returns:


Copyright © 2009 SpringSource, Inc. All Rights Reserved.