gluu
|
公開メンバ関数 | |
EndSessionResponse (int status) | |
String | getLocation () |
void | setLocation (String location) |
String | getHtmlPage () |
String | getState () |
void | setState (String state) |
EndSessionErrorResponseType | getErrorType () |
void | setErrorType (EndSessionErrorResponseType errorType) |
String | getErrorDescription () |
void | setErrorDescription (String errorDescription) |
String | getErrorUri () |
void | setErrorUri (String errorUri) |
int | getStatus () |
void | setStatus (int status) |
String | getEntity () |
void | setEntity (String entity) |
MultivaluedMap< String, Object > | getHeaders () |
void | setHeaders (MultivaluedMap< String, Object > headers) |
限定公開変数類 | |
int | status |
String | entity |
MultivaluedMap< String, Object > | headers |
非公開変数類 | |
String | location |
String | state |
EndSessionErrorResponseType | errorType |
String | errorDescription |
String | errorUri |
Represents an end session response received from the authorization server.
|
inline |
Constructs an end session response.
status | The response status code. |
|
inlineinherited |
Returns the entity or body content of the response.
|
inline |
Returns a human-readable UTF-8 encoded text providing additional information, used to assist the client developer in understanding the error that occurred.
|
inline |
Returns the error code when the request fails, otherwise will return null
.
|
inline |
Returns a URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error.
|
inlineinherited |
|
inline |
Html page of http based logout
|
inline |
Returns the location of the response in the header.
|
inline |
Returns the state. The state is an opaque value used by the RP to maintain state between the logout request and the callback to the endpoint specified by the post_logout_redirect_uri parameter. If included in the logout request, the OP passes this value back to the RP using the state query parameter when redirecting the User Agent back to the RP.
|
inlineinherited |
Returns the HTTP status code of the response.
|
inlineinherited |
Sets the entity or body content of the response.
entity | The entity or body content of the response. |
|
inline |
Sets a human-readable UTF-8 encoded text providing additional information, used to assist the client developer in understanding the error that occurred.
errorDescription | The error description. |
|
inline |
Sets the error code when the request fails, otherwise will return null
.
errorType | The error code when the request fails. |
|
inline |
Sets a URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error.
errorUri | A URI with information about the error. |
|
inlineinherited |
|
inline |
Sets the location of the response in the header.
location | The location of the response. |
|
inline |
Sets the state. The state is an opaque value used by the RP to maintain state between the logout request and the callback to the endpoint specified by the post_logout_redirect_uri parameter. If included in the logout request, the OP passes this value back to the RP using the state query parameter when redirecting the User Agent back to the RP.
state | he state. |
|
inlineinherited |
Sets the HTTP status code of the response.
status | The HTTP status code. |
|
protectedinherited |
|
private |
|
private |
|
private |
|
protectedinherited |
|
private |
|
private |
|
protectedinherited |