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 | 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-2020, ForgeRock All Rights Reserved.