edu.internet2.middleware.shibboleth.common.profile.provider
Class AbstractRequestURIMappedProfileHandler<InTransportType extends org.opensaml.ws.transport.InTransport,OutTransportType extends org.opensaml.ws.transport.OutTransport>

java.lang.Object
  extended by edu.internet2.middleware.shibboleth.common.profile.provider.AbstractRequestURIMappedProfileHandler<InTransportType,OutTransportType>
Type Parameters:
InTransportType - inbound transport type
OutTransportType - outbount transport type
All Implemented Interfaces:
ProfileHandler<InTransportType,OutTransportType>
Direct Known Subclasses:
AbstractShibbolethProfileHandler

public abstract class AbstractRequestURIMappedProfileHandler<InTransportType extends org.opensaml.ws.transport.InTransport,OutTransportType extends org.opensaml.ws.transport.OutTransport>
extends Object
implements ProfileHandler<InTransportType,OutTransportType>

A request handler that is associated with a list of request URI, as defined by the HTTP servlet request.


Constructor Summary
protected AbstractRequestURIMappedProfileHandler()
          Constructor.
 
Method Summary
 List<String> getRequestPaths()
          Gets the request paths that to which this profile handler will respond.
 void setRequestPaths(List<String> paths)
          Sets the request paths that to which this profile handler will respond.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.internet2.middleware.shibboleth.common.profile.ProfileHandler
processRequest
 

Constructor Detail

AbstractRequestURIMappedProfileHandler

protected AbstractRequestURIMappedProfileHandler()
Constructor.

Method Detail

getRequestPaths

public List<String> getRequestPaths()
Gets the request paths that to which this profile handler will respond.

Returns:
request paths that to which this profile handler will respond

setRequestPaths

public void setRequestPaths(List<String> paths)
Sets the request paths that to which this profile handler will respond.

Parameters:
paths - request paths that to which this profile handler will respond


Copyright © 2006-2008 Internet2. All Rights Reserved.