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)ConstructsSecurityAssertionobject with theassertionID, the issuer, time when assertion issued, the conditions when creating a new assertion,Adviceapplicable to thisAssertionand aSetofStatement(s) in the assertion.SecurityAssertion(String assertionID, String issuer, Date issueInstant, Conditions conditions, Set statements)ConstructsSecurityAssertionobject with theassertionID, the issuer, time when assertion issued, the conditions when creating a new assertion and aSetofStatement(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 ConditionsAssertionBase. _conditionsTheConditionselement 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 ConditionsAssertion. createConditions(Element conditionsElement)protected abstract ConditionsAssertionBase. createConditions(Element conditionsElement)Creates appropriate Conditions instanceConditionsAssertionBase. getConditions()Returns the conditions of an assertion.Methods in com.sun.identity.saml.assertion with parameters of type Conditions Modifier and Type Method Description booleanAssertionBase. 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)ConstructsAssertionobject and populate the data members: theAssertionID, the issuer, time when assertion issued, the conditions when creating a new assertion ,Adviceapplicable to thisAssertionand a set ofStatement(s) in the assertion.Assertion(String assertionID, String issuer, Date issueInstant, Conditions conditions, Set<Statement> statements)ConstructsAssertionobject 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 ,Adviceapplicable to thisAssertionand 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.
-