gluu
|
公開メンバ関数 | |
String | toString () |
String | getParameter () |
静的公開メンバ関数 | |
static EndSessionErrorResponseType | fromString (String param) |
公開変数類 | |
INVALID_GRANT =("invalid_grant") | |
INVALID_REQUEST =("invalid_request") | |
INVALID_GRANT_AND_SESSION =("invalid_grant_and_session") | |
SESSION_NOT_PASSED =("session_not_passed") | |
POST_LOGOUT_URI_NOT_PASSED =("post_logout_uri_not_passed") | |
POST_LOGOUT_URI_NOT_ASSOCIATED_WITH_CLIENT =("post_logout_uri_not_associated_with_client") | |
非公開メンバ関数 | |
EndSessionErrorResponseType (String paramName) | |
非公開変数類 | |
final String | paramName |
Error codes for End Session error responses.
|
inlineprivate |
|
inlinestatic |
Returns the corresponding EndSessionErrorResponseType from a given string.
param | The string value to convert. |
null
.
|
inline |
Gets error parameter.
org.xdi.oxauth.model.error.IErrorTypeを実装しています。
|
inline |
Returns a string representation of the object. In this case the parameter name.
org.xdi.oxauth.model.session.EndSessionErrorResponseType.INVALID_GRANT =("invalid_grant") |
The provided access token is invalid, or was issued to another client.
org.xdi.oxauth.model.session.EndSessionErrorResponseType.INVALID_GRANT_AND_SESSION =("invalid_grant_and_session") |
The provided access token and session state are invalid or were issued to another client.
org.xdi.oxauth.model.session.EndSessionErrorResponseType.INVALID_REQUEST =("invalid_request") |
The request is missing a required parameter, includes an unsupported parameter or parameter value, repeats a parameter, or is otherwise malformed.
|
private |
org.xdi.oxauth.model.session.EndSessionErrorResponseType.POST_LOGOUT_URI_NOT_ASSOCIATED_WITH_CLIENT =("post_logout_uri_not_associated_with_client") |
The provided post logout uri is not associated with client
org.xdi.oxauth.model.session.EndSessionErrorResponseType.POST_LOGOUT_URI_NOT_PASSED =("post_logout_uri_not_passed") |
The provided post logout uri is empty.
org.xdi.oxauth.model.session.EndSessionErrorResponseType.SESSION_NOT_PASSED =("session_not_passed") |
The provided session state is empty.