Uses of Class
org.forgerock.am.saml2.api.Saml2SsoException
Packages that use Saml2SsoException
Package
Description
This package contains the SAML2 SSO APIs.
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 Saml2SsoExceptionModifier and TypeMethodDescriptionSaml2SsoInitiator.initiateSso
(jakarta.servlet.http.HttpServletRequest request, jakarta.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