Package | Description |
---|---|
com.sun.identity.saml.assertion |
Defines SAML assertion.
|
Modifier and Type | Class and Description |
---|---|
class |
Advice
The
Advice element contains additional information that the
issuer wish to provide. |
Modifier and Type | Field and Description |
---|---|
protected AdviceBase |
AssertionBase._advice
The
Advice element specifies additional information related
to the assertion that may assist processing in certain situations but which
can be ignored by applications that do not support its use. |
Modifier and Type | Method and Description |
---|---|
protected abstract AdviceBase |
AssertionBase.createAdvice(Element adviceElement)
Creates appropriate Advice instance
|
protected AdviceBase |
Assertion.createAdvice(Element adviceElement) |
Modifier and Type | Method and Description |
---|---|
boolean |
AssertionBase.setAdvice(AdviceBase advice)
Sets the advice for an assertion
|
Constructor and Description |
---|
AssertionBase(String assertionID,
String issuer,
Date issueInstant,
Conditions conditions,
AdviceBase advice,
Set statements)
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. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.