public class LogoutResponseParams extends Object
| Modifier | Constructor and Description |
|---|---|
|
LogoutResponseParams()
Creates a logout response with no
inResponseTo attribute and a
response status with a top-level Constants.STATUS_SUCCESS status
code. |
protected |
LogoutResponseParams(LogoutResponseParams source)
Create a set of logout request input parameters, by copying them from another
set.
|
|
LogoutResponseParams(String inResponseTo)
Creates a logout response with a response status with a top-level
Constants.STATUS_SUCCESS status code. |
|
LogoutResponseParams(String inResponseTo,
SamlResponseStatus responseStatus)
Creates a logout response.
|
|
LogoutResponseParams(String inResponseTo,
String statusCode)
Creates a logout response.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getInResponseTo()
Returns the id of the logout request this response refers to.
|
SamlResponseStatus |
getResponseStatus()
Returns the response status.
|
public LogoutResponseParams()
inResponseTo attribute and a
response status with a top-level Constants.STATUS_SUCCESS status
code.public LogoutResponseParams(String inResponseTo)
Constants.STATUS_SUCCESS status code.inResponseTo - the id of the logout request the response refers to; may be
null if such id cannot be determined (possibly
because the request is malformed)public LogoutResponseParams(String inResponseTo, String statusCode)
inResponseTo - the id of the logout request the response refers to; may be
null if such id cannot be determined (possibly
because the request is malformed)statusCode - the top-level status code code to set on the responsepublic LogoutResponseParams(String inResponseTo, SamlResponseStatus responseStatus) throws NullPointerException
inResponseTo - the id of the logout request the response refers to; may be
null if such id cannot be determined (possibly
because the request is malformed)responseStatus - the response status; should not be nullNullPointerException - if the specified response status is nullprotected LogoutResponseParams(LogoutResponseParams source)
source - the source set of logout request input parameterspublic SamlResponseStatus getResponseStatus()
public String getInResponseTo()
inResponseToCopyright © 2022. All rights reserved.