|
gluu
|


公開メンバ関数 | |
| String | toString () |
| String | getParameter () |
静的公開メンバ関数 | |
| static RegisterErrorResponseType | fromString (String param) |
公開変数類 | |
| INVALID_REDIRECT_URI =("invalid_redirect_uri") | |
| INVALID_CLAIMS_REDIRECT_URI =("invalid_claims_redirect_uri") | |
| INVALID_CLIENT_METADATA =("invalid_client_metadata") | |
| INVALID_TOKEN =("invalid_token") | |
| INVALID_LOGOUT_URI =("invalid_logout_uri") | |
| ACCESS_DENIED =("access_denied") | |
非公開メンバ関数 | |
| RegisterErrorResponseType (String paramName) | |
非公開変数類 | |
| final String | paramName |
Error codes for register error responses.
|
inlineprivate |
|
inlinestatic |
Return the corresponding enumeration from a string parameter.
| param | The parameter to be match. |
enumeration if found, otherwise null.
|
inline |
Gets error parameter.
org.xdi.oxauth.model.error.IErrorTypeを実装しています。
|
inline |
Returns a string representation of the object. In this case, the lower case code of the error.
| org.xdi.oxauth.model.register.RegisterErrorResponseType.ACCESS_DENIED =("access_denied") |
The authorization server denied the request.
| org.xdi.oxauth.model.register.RegisterErrorResponseType.INVALID_CLAIMS_REDIRECT_URI =("invalid_claims_redirect_uri") |
Value of one or more claims_redirect_uris is invalid.
| org.xdi.oxauth.model.register.RegisterErrorResponseType.INVALID_CLIENT_METADATA =("invalid_client_metadata") |
The value of one of the Client Metadata fields is invalid and the server has rejected this request. Note that an Authorization Server MAY choose to substitute a valid value for any requested parameter of a Client's Metadata.
| org.xdi.oxauth.model.register.RegisterErrorResponseType.INVALID_LOGOUT_URI =("invalid_logout_uri") |
Value of logout_uri is invalid.
| org.xdi.oxauth.model.register.RegisterErrorResponseType.INVALID_REDIRECT_URI =("invalid_redirect_uri") |
Value of one or more redirect_uris is invalid.
| org.xdi.oxauth.model.register.RegisterErrorResponseType.INVALID_TOKEN =("invalid_token") |
The access token provided is expired, revoked, malformed, or invalid for other reasons.
|
private |
1.8.13