Uses of Class
com.sun.identity.saml.assertion.Conditions
-
Packages that use Conditions Package Description com.sun.identity.liberty.ws.security Provides interface to manage liberty securitycom.sun.identity.saml.assertion 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 Conditions Constructor Description SecurityAssertion(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 Conditions Modifier and Type Field Description protected Conditions
AssertionBase. _conditions
TheConditions
element specifies conditions that affect the validity of the asserted statement.Methods in com.sun.identity.saml.assertion that return Conditions Modifier and Type Method Description protected Conditions
Assertion. createConditions(Element conditionsElement)
protected abstract Conditions
AssertionBase. createConditions(Element conditionsElement)
Creates appropriate Conditions instanceConditions
AssertionBase. getConditions()
Returns the conditions of an assertion.Methods in com.sun.identity.saml.assertion with parameters of type Conditions Modifier and Type Method Description boolean
AssertionBase. setConditions(Conditions conditions)
Sets the Conditions information for an assertionConstructors in com.sun.identity.saml.assertion with parameters of type Conditions Constructor Description Assertion(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.
-