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 TypeClassDescriptionclass
TheAttributeStatement
element supplies a statement by the issuer that the specified subject is associated with the specified attributes.class
TheAuthenticationStatement
element supplies a statement by the issuer that its subject was authenticated by a particular means at a particular time.class
TheAuthorizationDecisionStatement
element 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.class
TheAuthorizationDecisionStatement
element 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.class
TheSubjectStatement
element 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._statements
The 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 ofStatement
contained within this assertion.Methods in com.sun.identity.saml.assertion with parameters of type StatementModifier and TypeMethodDescriptionboolean
AssertionBase.addStatement
(Statement statement) Adds a statement to thisAssertion
Constructor 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) 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.ConstructsAssertion
object 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 ,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.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.