Package | Description |
---|---|
com.sun.identity.federation.message |
Defines federation protocol message classes.
|
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 |
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-2018, ForgeRock All Rights Reserved.