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