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 |
Defines SAML Assertion Manager and SAML Client APIs.
|
com.sun.identity.saml.plugins |
SAML 1.x Plugins.
|
com.sun.identity.saml.protocol |
SAML 1.x Protocol Classes.
|
Modifier and Type | Class and Description |
---|---|
class |
FSAssertion
Deprecated.
since 12.0.0
|
Modifier and Type | Class and Description |
---|---|
class |
SecurityAssertion
The
SecurityAssertion class provides an extension to
Assertion class to support ID-WSF
ResourceAccessStatement and
SessionContextStatement . |
Modifier and Type | Method and Description |
---|---|
Assertion |
AssertionManager.createAssertion(Object token)
This method creates an Assertion that contains an
AuthenticationStatement . |
Assertion |
AssertionManager.createAssertion(Object token,
List attributes)
This method creates an Assertion that contains an
AuthenticationStatement and
an AttributeStatement . |
Assertion |
AssertionManager.getAssertion(AssertionIDReference idRef,
Object token)
Gets the Assertion referenced by an
AssertionIDReference . |
Assertion |
AssertionManager.getAssertion(AssertionIDReference idRef,
Set destID)
Gets the Assertion referenced by an
AssertionIDReference . |
Assertion |
AssertionManager.getAssertion(AssertionIDReference idRef,
String destID)
Gets the Assertion referenced by an
AssertionIDReference . |
static Assertion |
SAMLClient.getAssertionByArtifact(AssertionArtifact artifact)
This method returns the Assertion for the corresponding artifact.
|
static Assertion |
SAMLClient.getAssertionByArtifact(String artifact)
This method returns the Assertion for the corresponding artifact.
|
Modifier and Type | Method and Description |
---|---|
AssertionArtifact |
AssertionManager.createAssertionArtifact(Assertion assertion,
String destID)
This method creates an
AssertionArtifact for the given
Assertion. |
Modifier and Type | Method and Description |
---|---|
Assertion |
AttributeMapper.getSSOAssertion(AttributeQuery query)
Returns the Assertion that contains Authentication information that
can be used to obtain single sign on token.
|
Assertion |
ActionMapper.getSSOAssertion(AuthorizationDecisionQuery query,
String sourceID)
Returns the Assertion that contains Authentication information that
can be used to obtain single sign on token.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Response.addAssertion(Assertion assertion)
Add an assertion to the Response.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.