Uses of Class
org.forgerock.am.saml2.profile.Saml2SsoResult
-
Packages that use Saml2SsoResult Package Description org.forgerock.am.saml2.impl 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 Saml2SsoResult Modifier and Type Method Description Saml2SsoResult
Saml2SsoResponseUtils. 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 Saml2SsoResult Modifier and Type Method Description Map<String,Set<String>>
Saml2SsoResponseUtils. mapSamlAttributes(Realm realm, String spEntityId, String idpEntityId, Saml2SsoResult ssoResult, Assertion assertion)
Maps the SAML2 attributes from the assertion to local attribute values.
-