public interface FederateCookieRedirector
Modifier and Type | Method and Description |
---|---|
boolean |
ifNoCookieIsSetThenSetTheCookieThenRedirectToANewRequestAndReturnTrue(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean isIDP)
Sets the cookie for the SAML2 Request and redirects the request.
|
boolean |
isCookieSet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean isIDP)
Establishes whether or not the SAML2 cookie is set.
|
boolean |
needSetLBCookieAndRedirect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean isIDP)
Sets the cookie if required and then redirects the SAML2 request.
|
void |
setCookieAndRedirect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean isIDP)
Sets the cookie for the SAML2 Request and redirects the request.
|
boolean isCookieSet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean isIDP)
request
- the SAML2 requestresponse
- the saml2 ResponseisIDP
- whether this request was from an IDPvoid setCookieAndRedirect(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean isIDP) throws UnableToRedirectException
request
- the SAML2 Request objectresponse
- the SAML2 Resposne objectisIDP
- whether this request was from and idpUnableToRedirectException
- if there was a problem preforming the redirect.boolean ifNoCookieIsSetThenSetTheCookieThenRedirectToANewRequestAndReturnTrue(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean isIDP)
request
- the SAML2 Request objectresponse
- the SAML2 Resposne objectisIDP
- whether this request was from and idpboolean needSetLBCookieAndRedirect(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean isIDP)
request
- the SAML2 Request objectresponse
- the SAML2 Resposne objectisIDP
- whether this request was from and idpCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.