Uses of Class
com.sun.identity.saml2.profile.UnableToRedirectException
-
Packages that use UnableToRedirectException Package Description com.sun.identity.saml2.profile Package that handles SAML v2 profiles.org.forgerock.openam.saml2 -
-
Uses of UnableToRedirectException in com.sun.identity.saml2.profile
Methods in com.sun.identity.saml2.profile that throw UnableToRedirectException Modifier and Type Method Description voidFederateCookieRedirector. setCookieAndRedirect(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, boolean isIDP)Sets the cookie for the SAML2 Request and redirects the request. -
Uses of UnableToRedirectException in org.forgerock.openam.saml2
Methods in org.forgerock.openam.saml2 that throw UnableToRedirectException Modifier and Type Method Description voidUtilProxyCookieRedirector. setCookieAndRedirect(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, boolean isIDP)A second copy of the bounce logic thatFSUtils.needSetLBCookieAndRedirect(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, boolean)carries, signalling through an exception rather than a boolean.
-