Package | Description |
---|---|
com.sun.identity.federation.message |
Defines federation protocol message classes.
|
com.sun.identity.liberty.ws.security |
Provides interface to manage liberty security
|
com.sun.identity.saml.assertion |
Defines SAML assertion.
|
Constructor and Description |
---|
FSAssertion(String assertionID,
String issuer,
Date issueInstant,
Conditions conditions,
Advice advice,
Set statements,
String inResponseTo)
Deprecated.
Constructor to create an
FSAssertion object. |
Constructor and Description |
---|
SecurityAssertion(String assertionID,
String issuer,
Date issueInstant,
Conditions conditions,
Advice advice,
Set statements)
Constructs
SecurityAssertion object with 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. |
Modifier and Type | Method and Description |
---|---|
Advice |
Assertion.getAdvice()
Returns the advice of an assertion.
|
Constructor and Description |
---|
Assertion(String assertionID,
String issuer,
Date issueInstant,
Conditions conditions,
Advice advice,
Set statements)
Contructs
Assertion object and 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-2018, ForgeRock All Rights Reserved.