gluu
|
公開メンバ関数 | |
abstract String | getErrorCode () |
abstract String | getState () |
String | getErrorDescription () |
void | setErrorDescription (String errorDescription) |
String | getErrorUri () |
void | setErrorUri (String errorUri) |
String | getReason () |
void | setReason (String reason) |
String | toQueryString () |
String | toJSonString () |
非公開変数類 | |
String | errorDescription |
String | errorUri |
String | reason |
静的非公開変数類 | |
static final Logger | log = LoggerFactory.getLogger(ErrorResponse.class) |
Base class for error responses.
|
abstract |
Returns the error code 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 |
Return an URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error.
|
inline |
|
abstract |
If a valid state parameter was present in the request, it returns the exact value received from the client.
|
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 | Description about the error. |
|
inline |
Sets an 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 | URI with more information about the error. |
|
inline |
|
inline |
Return a JSon string representation of the object.
|
inline |
Returns a query string representation of the object.
|
private |
|
private |
|
staticprivate |
|
private |