Uses of Interface
com.sun.identity.saml2.assertion.Assertion
Package
Description
Defines SAMLv2 assertion.
Defines SAMLv2 Plugin SPIs.
Package that handles SAML v2 profiles.
SAMLv2 Protocol Classes.
This package contains the implementation of the SAML2 client APIs.
-
Uses of Assertion in com.sun.identity.saml2.assertion
Modifier and TypeMethodDescriptionAssertionFactory.createAssertion()
Returns a new instance ofAssertion
.AssertionFactory.createAssertion
(String xml) Returns a new instance ofAssertion
.AssertionFactory.createAssertion
(Element elem) Returns a new instance ofAssertion
.EncryptedAssertion.decrypt
(Set<PrivateKey> privateKeys) Decrypt the encrypted assertion.Modifier and TypeMethodDescriptionEvidence.getAssertion()
Returns theAssertion
(s) in the element.Advice.getAssertions()
Returns a list ofAssertion
Modifier and TypeMethodDescriptionvoid
Evidence.setAssertion
(List<Assertion> value) Sets theAssertion
(s) in the element.void
Advice.setAssertions
(List<Assertion> assertions) Sets a list ofAssertion
-
Uses of Assertion in com.sun.identity.saml2.plugins
Modifier and TypeMethodDescriptionSPAccountMapper.getIdentity
(Assertion assertion, String hostEntityID, String realm) Returns the user's distinguished name or the universal ID for the correspondingSAML Assertion
. -
Uses of Assertion in com.sun.identity.saml2.profile
Modifier and TypeMethodDescriptionstatic Assertion
AssertionIDRequestUtil.sendAssertionIDRequestURI
(String assertionID, String samlAuthorityEntityID, String role, String realm) Sends the Assertion ID to specifiied Assertion ID Request Service and returnsAssertion
coming from the Assertion ID Request Service. -
Uses of Assertion in com.sun.identity.saml2.protocol
Modifier and TypeMethodDescriptionvoid
Response.setAssertion
(List<Assertion> value) Sets Assertion(s) of the response. -
Uses of Assertion 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.Saml2SsoResponseUtils.mapSamlAttributes
(Realm realm, String spEntityId, String idpEntityId, Saml2SsoResult ssoResult, Assertion assertion) Maps the SAML2 attributes from the assertion to local attribute values.void
Saml2ResponseData.setAssertion
(Assertion assertion) Sets the assertion.ModifierConstructorDescriptionSaml2ResponseData
(String sessionIndex, Subject subject, Assertion assertion, com.sun.identity.saml2.profile.ResponseInfo responseInfo, AuthnRequest authnRequest) Combine a new set of SAML2 response data as a single object.