Uses of Class
com.sun.identity.saml.assertion.Conditions
Packages that use Conditions
Package
Description
Provides interface to manage liberty security
Defines SAML assertion.
-
Uses of Conditions in com.sun.identity.liberty.ws.security
Constructors in com.sun.identity.liberty.ws.security with parameters of type ConditionsModifierConstructorDescriptionSecurityAssertion
(String assertionID, String issuer, Date issueInstant, Conditions conditions, Advice advice, Set statements) ConstructsSecurityAssertion
object with theassertionID
, the issuer, time when assertion issued, the conditions when creating a new assertion,Advice
applicable to thisAssertion
and aSet
ofStatement
(s) in the assertion.SecurityAssertion
(String assertionID, String issuer, Date issueInstant, Conditions conditions, Set statements) ConstructsSecurityAssertion
object with theassertionID
, the issuer, time when assertion issued, the conditions when creating a new assertion and aSet
ofStatement
(s) in the assertion. -
Uses of Conditions in com.sun.identity.saml.assertion
Fields in com.sun.identity.saml.assertion declared as ConditionsModifier and TypeFieldDescriptionprotected Conditions
AssertionBase._conditions
TheConditions
element specifies conditions that affect the validity of the asserted statement.Methods in com.sun.identity.saml.assertion that return ConditionsModifier and TypeMethodDescriptionprotected Conditions
Assertion.createConditions
(Element conditionsElement) protected abstract Conditions
AssertionBase.createConditions
(Element conditionsElement) Creates appropriate Conditions instanceAssertionBase.getConditions()
Returns the conditions of an assertion.Methods in com.sun.identity.saml.assertion with parameters of type ConditionsModifier and TypeMethodDescriptionboolean
AssertionBase.setConditions
(Conditions conditions) Sets the Conditions information for an assertionConstructors in com.sun.identity.saml.assertion with parameters of type ConditionsModifierConstructorDescriptionAssertion
(String assertionID, String issuer, Date issueInstant, Conditions conditions, Advice advice, Set<Statement> statements) ConstructsAssertion
object and populate the data members: theAssertionID
, the issuer, time when assertion issued, the conditions when creating a new assertion ,Advice
applicable to thisAssertion
and a set ofStatement
(s) in the assertion.Assertion
(String assertionID, String issuer, Date issueInstant, Conditions conditions, Set<Statement> statements) ConstructsAssertion
object and populate the data members: theassertionID
, the issuer, time when assertion issued, the conditions when creating a new assertion and a set ofStatement
(s) in the assertion.AssertionBase
(String assertionID, String issuer, Date issueInstant, Conditions conditions, AdviceBase advice, Set<Statement> statements) This constructor is used to populate the data members: thessertionID
, the issuer, time when assertion issued, the conditions when creating a new assertion ,Advice
applicable to thisAssertion
and a set ofStatement
(s) in the assertion.AssertionBase
(String assertionID, String issuer, Date issueInstant, Conditions conditions, Set<Statement> statements) This constructor is used to populate the data members: theassertionID
, the issuer, time when assertion issued, the conditions when creating a new assertion and a set ofStatement
(s) in the assertion.