Uses of Class
com.sun.identity.saml.assertion.Statement
Packages that use Statement
-
Uses of Statement in com.sun.identity.saml.assertion
Subclasses of Statement in com.sun.identity.saml.assertionModifier and TypeClassDescriptionclassTheAttributeStatementelement supplies a statement by the issuer that the specified subject is associated with the specified attributes.classTheAuthenticationStatementelement supplies a statement by the issuer that its subject was authenticated by a particular means at a particular time.classTheAuthorizationDecisionStatementelement supplies a statement by the issuer that the request for access by the specified subject to the specified resource has resulted in the specified decision on the basis of some optionally specified evidence.classTheAuthorizationDecisionStatementelement supplies a statement by the issuer that the request for access by the specified subject to the specified resource has resulted in the specified decision on the basis of some optionally specified evidence.classTheSubjectStatementelement is an extension point that allows other assertion-based applications to reuse the SAML assertion framework.Fields in com.sun.identity.saml.assertion with type parameters of type StatementModifier and TypeFieldDescriptionAssertionBase._statementsThe statements variable is a HashSet of all the stataments in this assertion in the defined sequenceMethods in com.sun.identity.saml.assertion that return types with arguments of type StatementModifier and TypeMethodDescriptionAssertionBase.getStatement()Returns a set ofStatementcontained within this assertion.Methods in com.sun.identity.saml.assertion with parameters of type StatementModifier and TypeMethodDescriptionbooleanAssertionBase.addStatement(Statement statement) Adds a statement to thisAssertionConstructor parameters in com.sun.identity.saml.assertion with type arguments of type StatementModifierConstructorDescriptionAssertion(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.ConstructsAssertionobject and populate the data members:assertionID, the issuer, time when assertion issued 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.Contructor This constructor is used to populate the data members:assertionID, the issuer, time when assertion issued and a set ofStatement(s) in the assertion.