Uses of Class
org.forgerock.am.saml2.profile.Saml2SsoResult
Package
Description
This package contains the implementation of the SAML2 client APIs.
-
Uses of Saml2SsoResult in org.forgerock.am.saml2.impl
Modifier and TypeMethodDescriptionSaml2SsoResponseUtils.getSsoResultWithoutLocalLogin
(Realm realm, String spEntityId, String idpEntityId, Subject subject, Assertion assertion, String storageKey) Processes the received SAML2 response, without triggering local authentication.Modifier and TypeMethodDescriptionSaml2SsoResponseUtils.mapSamlAttributes
(Realm realm, String spEntityId, String idpEntityId, Saml2SsoResult ssoResult, Assertion assertion) Maps the SAML2 attributes from the assertion to local attribute values.