org.portletbridge.portlet
Class DefaultBridgeAuthenticator

java.lang.Object
  extended by org.portletbridge.portlet.DefaultBridgeAuthenticator
All Implemented Interfaces:
java.io.Serializable, BridgeAuthenticator

public class DefaultBridgeAuthenticator
extends java.lang.Object
implements BridgeAuthenticator, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DefaultBridgeAuthenticator()
           
 
Method Summary
 org.apache.commons.httpclient.Credentials getCredentials(javax.portlet.RenderRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBridgeAuthenticator

public DefaultBridgeAuthenticator()
Method Detail

getCredentials

public org.apache.commons.httpclient.Credentials getCredentials(javax.portlet.RenderRequest request)
                                                         throws org.portletbridge.ResourceException
Specified by:
getCredentials in interface BridgeAuthenticator
Parameters:
request - the render request.
Returns:
a subclass of Credentials for HttpClient to use
Throws:
org.portletbridge.ResourceException - if there was a problem getting the credentials.


Copyright © 2002-2006 Grape Design Limited. All Rights Reserved.