public final class DefaultGatewayResolverImpl extends Object implements GatewayResolver
Modifier and Type | Field and Description |
---|---|
static String |
CONST_CAS_GATEWAY |
Constructor and Description |
---|
DefaultGatewayResolverImpl() |
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.
|
public static final String CONST_CAS_GATEWAY
public boolean hasGatewayedAlready(javax.servlet.http.HttpServletRequest request, String serviceUrl)
GatewayResolver
hasGatewayedAlready
in interface GatewayResolver
request
- the Http Servlet RequestserviceUrl
- the service urlpublic String storeGatewayInformation(javax.servlet.http.HttpServletRequest request, String serviceUrl)
GatewayResolver
storeGatewayInformation
in interface GatewayResolver
request
- the HttpServletRequest.serviceUrl
- the service urlCopyright © 2006–2013 Jasig. All rights reserved.