Uses of Class
com.sun.identity.saml.assertion.Conditions
Package
Description
Provides interface to manage liberty security
Defines SAML assertion.
-
Uses of Conditions in com.sun.identity.liberty.ws.security
ModifierConstructorDescriptionSecurityAssertion
(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
Modifier and TypeFieldDescriptionprotected Conditions
AssertionBase._conditions
TheConditions
element specifies conditions that affect the validity of the asserted statement.Modifier 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.Modifier and TypeMethodDescriptionboolean
AssertionBase.setConditions
(Conditions conditions) Sets the Conditions information for an assertionModifierConstructorDescriptionAssertion
(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.