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.federation.services.fednsso |
Handles
ID-FF federation and single sign on. |
com.sun.identity.saml.protocol |
SAML 1.x Protocol Classes.
|
Modifier and Type | Method and Description |
---|---|
Status |
FSNameRegistrationResponse.getStatus()
Deprecated.
Returns the Response
Status . |
Status |
FSNameIdentifierMappingResponse.getStatus()
Deprecated.
Returns the
Status . |
Status |
FSLogoutResponse.getStatus()
Deprecated.
Returns the Logout
Status . |
Modifier and Type | Method and Description |
---|---|
void |
FSNameRegistrationResponse.setStatus(Status status)
Deprecated.
Sets the Response
Status . |
void |
FSLogoutResponse.setStatus(Status status)
Deprecated.
Sets the Logout
Status . |
Constructor and Description |
---|
FSAuthnResponse(String responseID,
String inResponseTo,
Status status,
List contents,
String relayState)
Deprecated.
Constructor to create
FSAuthnResponse object. |
FSLogoutResponse(String responseID,
String inResponseTo,
Status status,
String providerId,
String relayState)
Deprecated.
Constructor creates
FSLogoutResponse object. |
FSNameIdentifierMappingResponse(String providerID,
String inResponseTo,
Status status,
NameIdentifier nameIdentifier)
Deprecated.
Constructor to create
FSNameIdentifierMappingResponse object. |
FSNameRegistrationResponse(String responseID,
String inResponseTo,
Status status,
String providerId,
String relayState)
Deprecated.
Constructor creates the
FSNameRegistrationResponse object. |
FSResponse(String responseID,
String inResponseTo,
Status status,
List contents)
Deprecated.
Constructor creates
FSResponse object. |
Modifier and Type | Method and Description |
---|---|
Status |
FSAssertionManager.getErrorStatus(AssertionArtifact aa)
Retrieve the original status of a reference artifact.
|
protected Status |
FSAssertionManagerClient.getErrorStatus(AssertionArtifact artifact) |
Modifier and Type | Method and Description |
---|---|
void |
FSAssertionManager.setErrStatus(AssertionArtifact aa,
Status s)
Store the status of a given artifact (original error)
|
Modifier and Type | Field and Description |
---|---|
protected Status |
FSSSOAndFedHandler.noFedStatus |
Modifier and Type | Field and Description |
---|---|
protected Status |
Response.status |
Modifier and Type | Method and Description |
---|---|
Status |
Response.getStatus()
Gets the Status of the Response.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Response.setStatus(Status status)
Set the Status of the Response.
|
Constructor and Description |
---|
Response(String responseID,
Status status,
List contents)
This constructor shall only be used at the server side to construct
a Response object.
|
Response(String responseID,
Status status,
String recipient,
List contents)
This constructor shall only be used at the server side to construct
a Response object.
|
Response(String responseID,
String inResponseTo,
Status status,
List contents)
This constructor shall only be used at the server side to construct
a Response object.
|
Response(String responseID,
String inResponseTo,
Status status,
String recipient,
List contents)
This constructor shall only be used at the server side to construct
a Response object.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.