Package | Description |
---|---|
com.sun.identity.federation.message |
Defines federation protocol message classes.
|
com.sun.identity.federation.services |
Handles
ID-FF federation profiles. |
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.common |
Defines common SAML 1.x utilities and constants.
|
com.sun.identity.saml.plugins |
SAML 1.x Plugins.
|
com.sun.identity.saml.protocol |
SAML 1.x Protocol Classes.
|
com.sun.identity.wsfederation.common |
Defines common WS-Federation utilities and constants.
|
com.sun.identity.wsfederation.profile | |
com.sun.identity.wss.security |
Defines Web Services Security Token specification and Token interfaces
with their respective implementation classes for different WS-* Security
Tokens.
|
Modifier and Type | Class and Description |
---|---|
class |
FSAssertion
Deprecated.
since 12.0.0
|
Modifier and Type | Method and Description |
---|---|
Assertion |
FSAssertionManager.getAssertion(AssertionArtifact artifact,
String destID)
Retrieves the assertion associated with an artifact.
|
protected Assertion |
FSAssertionManagerClient.getAssertion(AssertionArtifact artifact,
String destID)
Returns assertion associated with the
AssertionArtifact . |
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 |
AssertionManagerClient.createAssertion(Object token)
Returns an assertion that contains an authentication statement.
|
Assertion |
AssertionManager.createAssertion(Object token,
List attributes)
This method creates an Assertion that contains an
AuthenticationStatement and
an AttributeStatement . |
Assertion |
AssertionManagerClient.createAssertion(Object token,
List attributes)
Returns an assertion that contains an authentication and attribute
statement.
|
Assertion |
AssertionManager.createSSOAssertion(String id,
AssertionArtifact artifact,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String destID,
String targetUrl,
String version)
Returns Assertion that contains
AuthenticationStatement . |
Assertion |
AssertionManager.createSSOAssertion(String id,
AssertionArtifact artifact,
String destID,
String targetUrl,
String version)
Returns Assertion that contains
AuthenticationStatement . |
protected Assertion |
AssertionManager.getAssertion(AssertionArtifact artifact)
Gets assertion associated with the AssertionArtifact.
|
Assertion |
AssertionManager.getAssertion(AssertionArtifact artifact,
Set destID)
Gets assertion associated with the AssertionArtifact.
|
Assertion |
AssertionManagerClient.getAssertion(AssertionArtifact artifact,
Set destID)
Returns assertion associated with the
AssertionArtifact . |
Assertion |
AssertionManager.getAssertion(AssertionArtifact artifact,
String destID)
Gets assertion associated with the AssertionArtifact.
|
protected Assertion |
AssertionManagerClient.getAssertion(AssertionArtifact artifact,
String destID)
Returns assertion associated with the
AssertionArtifact . |
Assertion |
AssertionManager.getAssertion(AssertionIDReference idRef)
Gets the Assertion referenced by an
AssertionIDReference . |
Assertion |
AssertionManager.getAssertion(AssertionIDReference idRef,
Object token)
Gets the Assertion referenced by an
AssertionIDReference . |
Assertion |
AssertionManagerClient.getAssertion(AssertionIDReference idRef,
Object token)
Returns the
Assertion based on the
AssertionIDReference . |
Assertion |
AssertionManager.getAssertion(AssertionIDReference idRef,
Set destID)
Gets the Assertion referenced by an
AssertionIDReference . |
Assertion |
AssertionManagerClient.getAssertion(AssertionIDReference idRef,
Set destID)
Returns the
Assertion based on the
AssertionIDReference . |
Assertion |
AssertionManager.getAssertion(AssertionIDReference idRef,
String destID)
Gets the Assertion referenced by an
AssertionIDReference . |
Assertion |
AssertionManagerClient.getAssertion(AssertionIDReference idRef,
String destID)
Returns the
Assertion based on the
AssertionIDReference |
Assertion |
AssertionManager.getAssertion(Query query,
String destID)
Gets assertion created from the query.
|
Assertion |
AssertionManager.getAssertion(String id)
This method gets the Assertion based on the Assertion ID.
|
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. |
AssertionArtifact |
AssertionManagerClient.createAssertionArtifact(Assertion assertion,
String target)
Returns an
AssertionArtifact for the given
Assertion . |
Modifier and Type | Method and Description |
---|---|
static void |
SAMLUtils.addEnvParamsFromAssertion(Map envParameters,
Assertion assertion,
Subject subject)
Returns attributes included in
AttributeStatement of the
assertion. |
static boolean |
SAMLUtils.isAuthNAssertion(Assertion assertion)
Returns true if the assertion is valid both time wise and
signature wise, and contains at least one AuthenticationStatement.
|
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 |
DefaultAttributeMapper.getSSOAssertion(AttributeQuery query)
This method exams the SubjectConfirmationData of the Subject in the
AttributeQuery.
|
Assertion |
DefaultActionMapper.getSSOAssertion(AuthorizationDecisionQuery query,
String sourceID)
This method exams the Evidence in the AuthorizationDecisionQuery.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
WSFederationUtils.isSignatureValid(Assertion assertion,
String realm,
String issuer)
Determine the validity of the signature on the
Assertion |
static boolean |
WSFederationUtils.isTimeValid(Assertion assertion,
int timeskew)
Determines the timeliness of the assertion.
|
Modifier and Type | Field and Description |
---|---|
protected Assertion |
SAML11RequestedSecurityToken.assertion |
Modifier and Type | Method and Description |
---|---|
Assertion |
SAML11RequestedSecurityToken.getAssertion() |
Modifier and Type | Method and Description |
---|---|
Assertion |
AssertionToken.getAssertion()
Returns the generated
SAML Assertion . |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.