public interface GatewayResolver
Modifier and Type | Method and Description |
---|---|
boolean |
hasGatewayedAlready(javax.servlet.http.HttpServletRequest request,
String serviceUrl)
Determines if the request has been gatewayed already.
|
String |
storeGatewayInformation(javax.servlet.http.HttpServletRequest request,
String serviceUrl)
Storage the request for gatewaying and return the service url, which can be modified.
|
boolean hasGatewayedAlready(javax.servlet.http.HttpServletRequest request, String serviceUrl)
request
- the Http Servlet RequestserviceUrl
- the service urlString storeGatewayInformation(javax.servlet.http.HttpServletRequest request, String serviceUrl)
request
- the HttpServletRequest.serviceUrl
- the service urlCopyright © 2006–2016 Jasig. All rights reserved.