-
class
The AttributeStatement
element supplies a statement by the issuer
that the specified subject is associated with the specified attributes.
class
The AuthenticationStatement
element supplies a
statement by the issuer that its subject was authenticated by a
particular means at a particular time.
class
The AuthorizationDecisionStatement
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
The AuthorizationDecisionStatement
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
The SubjectStatement
element is an extension
point that allows other assertion-based applications to reuse the SAML
assertion framework.
The statements variable is a HashSet of all the stataments in this assertion
in the defined sequence
Returns a set of Statement
contained within this assertion.
boolean
Adds a statement to this Assertion
Constructs Assertion
object and populate the data members:
the AssertionID
, the issuer, time when assertion issued,
the conditions when creating a new assertion , Advice
applicable to this Assertion
and a set of
Statement
(s) in the assertion.
Constructs Assertion
object and populate the data members:
the assertionID
, the issuer, time when assertion issued,
the conditions when creating a new assertion and a set of
Statement
(s) in the assertion.
Constructs Assertion
object and populate the data members:
assertionID
, the issuer, time when assertion issued and a
set of Statement
(s) in the assertion.
This constructor is used to populate the data members: the
ssertionID
, the issuer, time when assertion issued,
the conditions when creating a new assertion , Advice
applicable to this Assertion
and a set of
Statement
(s) in the assertion.
This constructor is used to populate the data members: the
assertionID
, the issuer, time when assertion issued, the
conditions when creating a new assertion and a set of
Statement
(s) in the assertion.
Contructor
This constructor is used to populate the data members:
assertionID
, the issuer, time when assertion issued and a
set of Statement
(s) in the assertion.