Uses of Interface
com.sun.identity.saml2.assertion.Assertion
Packages that use 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
Methods in com.sun.identity.saml2.assertion that return AssertionModifier 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.Methods in com.sun.identity.saml2.assertion that return types with arguments of type AssertionModifier and TypeMethodDescriptionEvidence.getAssertion()
Returns theAssertion
(s) in the element.Advice.getAssertions()
Returns a list ofAssertion
Method parameters in com.sun.identity.saml2.assertion with type arguments of type AssertionModifier 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
Methods in com.sun.identity.saml2.plugins with parameters of type AssertionModifier 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
Methods in com.sun.identity.saml2.profile that return AssertionModifier 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
Methods in com.sun.identity.saml2.protocol that return types with arguments of type AssertionMethod parameters in com.sun.identity.saml2.protocol with type arguments of type AssertionModifier and TypeMethodDescriptionvoid
Response.setAssertion
(List<Assertion> value) Sets Assertion(s) of the response. -
Uses of Assertion in org.forgerock.am.saml2.impl
Methods in org.forgerock.am.saml2.impl that return AssertionMethods in org.forgerock.am.saml2.impl with parameters of type AssertionModifier 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.Constructors in org.forgerock.am.saml2.impl with parameters of type AssertionModifierConstructorDescriptionSaml2ResponseData
(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.