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) 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 ConditionsModifier and TypeFieldDescriptionprotected ConditionsAssertionBase._conditionsTheConditionselement specifies conditions that affect the validity of the asserted statement.Methods in com.sun.identity.saml.assertion that return ConditionsModifier and TypeMethodDescriptionprotected ConditionsAssertion.createConditions(Element conditionsElement) protected abstract ConditionsAssertionBase.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 TypeMethodDescriptionbooleanAssertionBase.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) 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.