Package org.forgerock.am.saml2.impl
Class Saml2Proxy
java.lang.Object
org.forgerock.am.saml2.impl.Saml2Proxy
Called on the way back into the SAML2 Authentication Module
by the saml2AuthAssertionConsumer jsp.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
processSamlResponse
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Processes the SAML response for the SAML2 authentication module and then directs the user back to the authentication process differently for XUI and non-XUI cases.
-
Method Details
-
processSamlResponse
public static void processSamlResponse(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, com.sun.identity.saml2.common.SAML2Exception Processes the SAML response for the SAML2 authentication module and then directs the user back to the authentication process differently for XUI and non-XUI cases.- Parameters:
request
- The HTTP request.response
- The HTTP response.- Throws:
IOException
- If there was an IO error while retrieving the SAML response.com.sun.identity.saml2.common.SAML2Exception
- If the RelayState is invalid.
-