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
edu.internet2.middleware.shibboleth.common.profile.provider.AbstractRequestURIMappedProfileHandler<InTransportType,OutTransportType>
- Type Parameters:
InTransportType
- inbound transport typeOutTransportType
- 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRequestURIMappedProfileHandler
protected AbstractRequestURIMappedProfileHandler()
- Constructor.
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-2010 Internet2. All Rights Reserved.