Uses of Interface
com.sun.identity.saml2.assertion.Conditions
-
Packages that use Conditions Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion.com.sun.identity.saml2.assertion.impl com.sun.identity.saml2.profile Package that handles SAML v2 profiles.com.sun.identity.saml2.protocol SAMLv2 Protocol Classes.com.sun.identity.saml2.protocol.impl SAMLv2 Protocol Implemenetation Classes.org.forgerock.openam.sts.tokengeneration.saml2.statements 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
Methods in com.sun.identity.saml2.assertion that return Conditions Modifier and Type Method Description ConditionsAssertionFactory. createConditions()Returns a new instance ofConditions.ConditionsAssertionFactory. createConditions(String xml)Returns a new instance ofConditions.ConditionsAssertionFactory. createConditions(Element elem)Returns a new instance ofConditions.ConditionsAssertion. getConditions()Returns the conditions of the assertionMethods in com.sun.identity.saml2.assertion with parameters of type Conditions Modifier and Type Method Description voidAssertion. setConditions(Conditions conditions)Sets the conditions of the assertion -
Uses of Conditions in com.sun.identity.saml2.assertion.impl
Classes in com.sun.identity.saml2.assertion.impl that implement Conditions Modifier and Type Class Description classConditionsImplTheConditionsdefines the SAML constructs that place constraints on the acceptable use if SAMLAssertions.Methods in com.sun.identity.saml2.assertion.impl that return Conditions Modifier and Type Method Description ConditionsAssertionImpl. getConditions()Returns the conditions of the assertionMethods in com.sun.identity.saml2.assertion.impl with parameters of type Conditions Modifier and Type Method Description voidAssertionImpl. setConditions(Conditions conditions)Sets the conditions of the assertion -
Uses of Conditions in com.sun.identity.saml2.profile
Methods in com.sun.identity.saml2.profile that return Conditions Modifier and Type Method Description protected static ConditionsIDPSSOUtil. getConditions(String audienceEntityID, int notBeforeSkewTime, int effectiveTime)Returns aSAML Conditionsobject -
Uses of Conditions in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return Conditions Modifier and Type Method Description ConditionsAuthnRequest. getConditions()Returns theConditionsobject.Methods in com.sun.identity.saml2.protocol with parameters of type Conditions Modifier and Type Method Description voidAuthnRequest. setConditions(Conditions conditions)Sets theConditionsobject. -
Uses of Conditions in com.sun.identity.saml2.protocol.impl
Methods in com.sun.identity.saml2.protocol.impl that return Conditions Modifier and Type Method Description ConditionsAuthnRequestImpl. getConditions()Returns theConditionsobject.Methods in com.sun.identity.saml2.protocol.impl with parameters of type Conditions Modifier and Type Method Description voidAuthnRequestImpl. setConditions(Conditions conditions)Sets theConditionsobject. -
Uses of Conditions in org.forgerock.openam.sts.tokengeneration.saml2.statements
Methods in org.forgerock.openam.sts.tokengeneration.saml2.statements that return Conditions Modifier and Type Method Description ConditionsConditionsProvider. get(SAML2Config saml2Config, Date issueInstant, SAML2SubjectConfirmation saml2SubjectConfirmation)Called to obtain the Conditions instance to be included in the generated SAML2 assertionConditionsDefaultConditionsProvider. get(SAML2Config saml2Config, Date issueInstant, SAML2SubjectConfirmation saml2SubjectConfirmation)
-