Uses of Class
org.forgerock.am.saml2.api.Saml2SsoException
-
Packages that use Saml2SsoException Package Description org.forgerock.am.saml2.api This package contains the SAML2 SSO APIs.org.forgerock.am.saml2.impl This package contains the implementation of the SAML2 client APIs. -
-
Uses of Saml2SsoException in org.forgerock.am.saml2.api
Methods in org.forgerock.am.saml2.api that throw Saml2SsoException Modifier and Type Method Description Callback
Saml2SsoInitiator. initiateSso(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Realm realm, String spEntityId, String idpEntityId, Options saml2Options)
Initiates SAML2 SSO based on the provided parameters. -
Uses of Saml2SsoException in org.forgerock.am.saml2.impl
Methods in org.forgerock.am.saml2.impl that throw Saml2SsoException Modifier and Type Method Description Callback
Saml2SpSsoInitiator. initiateSso(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Realm realm, String spEntityId, String idpEntityId, Options saml2Options)
-