Uses of Interface
com.sun.identity.saml2.assertion.Conditions
Package
Description
Defines SAMLv2 assertion.
SAMLv2 Protocol Classes.
This package contains classes defining the interfaces consumed to obtain the various statements contituting SAML2
assertions.
-
Uses of Conditions in com.sun.identity.saml2.assertion
Modifier and TypeMethodDescriptionAssertionFactory.createConditions()
Returns a new instance ofConditions
.AssertionFactory.createConditions
(String xml) Returns a new instance ofConditions
.AssertionFactory.createConditions
(Element elem) Returns a new instance ofConditions
.Assertion.getConditions()
Returns the conditions of the assertionModifier and TypeMethodDescriptionvoid
Assertion.setConditions
(Conditions conditions) Sets the conditions of the assertion -
Uses of Conditions in com.sun.identity.saml2.protocol
Modifier and TypeMethodDescriptionvoid
AuthnRequest.setConditions
(Conditions conditions) Sets theConditions
object. -
Uses of Conditions in org.forgerock.openam.sts.tokengeneration.saml2.statements
Modifier and TypeMethodDescriptionConditionsProvider.get
(SAML2Config saml2Config, Date issueInstant, SAML2SubjectConfirmation saml2SubjectConfirmation) Called to obtain the Conditions instance to be included in the generated SAML2 assertion