Package | Description |
---|---|
com.sun.identity.federation.message |
Defines federation protocol message classes.
|
com.sun.identity.federation.services.fednsso |
Handles
ID-FF federation and single sign on. |
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. |
FSAssertion(String assertionID,
String issuer,
Date issueInstant,
Conditions conditions,
Set statements,
String inResponseTo)
Deprecated.
Constructor to create
FSAssertion object. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
FSAssertionArtifactHandler.forThisServer(Conditions conds) |
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. |
SecurityAssertion(String assertionID,
String issuer,
Date issueInstant,
Conditions conditions,
Set statements)
Constructs
SecurityAssertion object with the
assertionID , the issuer, time when assertion issued, the
conditions when creating a new assertion and a Set of
Statement (s) in the assertion. |
Modifier and Type | Field and Description |
---|---|
protected Conditions |
AssertionBase._conditions
The
Conditions element specifies conditions that affect the
validity of the asserted statement. |
Modifier and Type | Method and Description |
---|---|
protected abstract Conditions |
AssertionBase.createConditions(Element conditionsElement)
Creates appropriate Conditions instance
|
protected Conditions |
Assertion.createConditions(Element conditionsElement) |
Conditions |
AssertionBase.getConditions()
Returns the conditions of an assertion.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AssertionBase.setConditions(Conditions conditions)
Sets the Conditions information for 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. |
Assertion(String assertionID,
String issuer,
Date issueInstant,
Conditions conditions,
Set statements)
Contructs
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. |
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. |
AssertionBase(String assertionID,
String issuer,
Date issueInstant,
Conditions conditions,
Set statements)
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. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.