gluu
|
公開メンバ関数 | |
String | toString () |
String | getParameter () |
静的公開メンバ関数 | |
[static initializer] | |
static UmaErrorResponseType | fromString (String param) |
公開変数類 | |
INVALID_REQUEST =("invalid_request") | |
UNAUTHORIZED_CLIENT =("unauthorized_client") | |
DISABLED_CLIENT =("disabled_client") | |
ACCESS_DENIED =("access_denied") | |
UNSUPPORTED_RESPONSE_TYPE =("unsupported_response_type") | |
INVALID_CLIENT_SCOPE =("invalid_client_scope") | |
SERVER_ERROR =("server_error") | |
TEMPORARILY_UNAVAILABLE =("temporarily_unavailable") | |
PRECONDITION_FAILED =("precondition_failed") | |
NOT_FOUND =("not_found") | |
UNSUPPORTED_METHOD_TYPE =("unsupported_method_type") | |
FORBIDDEN_BY_POLICY =("forbidden_by_policy") | |
INVALID_TOKEN =("invalid_token") | |
INVALID_GRANT_TYPE =("invalid_grant_type") | |
INVALID_PERMISSION_REQUEST =("invalid_permission_request") | |
INVALID_RESOURCE_ID =("invalid_resource_id") | |
INVALID_RESOURCE_SCOPE =("invalid_scope") | |
INVALID_CLIENT_ID =("invalid_client_id") | |
INVALID_CLAIMS_REDIRECT_URI =("invalid_claims_redirect_uri") | |
INVALID_TICKET =("invalid_ticket") | |
INVALID_CLAIMS_GATHERING_SCRIPT_NAME =("invalid_claims_gathering_script_name") | |
EXPIRED_TICKET =("expired_ticket") | |
INVALID_SESSION =("invalid_session") | |
INVALID_CLAIM_TOKEN_FORMAT =("invalid_claim_token_format") | |
INVALID_CLAIM_TOKEN =("invalid_claim_token") | |
INVALID_PCT =("invalid_pct") | |
INVALID_RPT =("invalid_rpt") | |
NOT_AUTHORIZED_PERMISSION =("not_authorized_permission") | |
NEED_CLAIMS =("need_claims") | |
非公開メンバ関数 | |
UmaErrorResponseType (String paramName) | |
非公開変数類 | |
final String | paramName |
静的非公開変数類 | |
static Map< String, UmaErrorResponseType > | lookup = new HashMap<String, UmaErrorResponseType>() |
Error codes for UMA error responses.
|
inlineprivate |
|
inlinestatic |
|
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.uma.UmaErrorResponseType.ACCESS_DENIED =("access_denied") |
The resource owner or AM server denied the request.
org.xdi.oxauth.model.uma.UmaErrorResponseType.DISABLED_CLIENT =("disabled_client") |
The client is disabled and can't request an access token using this method.
org.xdi.oxauth.model.uma.UmaErrorResponseType.EXPIRED_TICKET =("expired_ticket") |
The provided ticket has expired.
org.xdi.oxauth.model.uma.UmaErrorResponseType.FORBIDDEN_BY_POLICY =("forbidden_by_policy") |
Forbidden by policy (policy returned false).
org.xdi.oxauth.model.uma.UmaErrorResponseType.INVALID_CLAIM_TOKEN =("invalid_claim_token") |
The claim token is not valid or unsupported. (If format is http://openid.net/specs/openid-connect-core-1_0.html#IDToken then claim token has to be ID Token).
org.xdi.oxauth.model.uma.UmaErrorResponseType.INVALID_CLAIM_TOKEN_FORMAT =("invalid_claim_token_format") |
The claim token format is blank or otherwise not supported (supported format is http://openid.net/specs/openid-connect-core-1_0.html#IDToken).
org.xdi.oxauth.model.uma.UmaErrorResponseType.INVALID_CLAIMS_GATHERING_SCRIPT_NAME =("invalid_claims_gathering_script_name") |
The claims-gathering script name is not provided or otherwise failed to load script with this name(s).
org.xdi.oxauth.model.uma.UmaErrorResponseType.INVALID_CLAIMS_REDIRECT_URI =("invalid_claims_redirect_uri") |
The provided invalid_claims_redirect_uri is not valid.
org.xdi.oxauth.model.uma.UmaErrorResponseType.INVALID_CLIENT_ID =("invalid_client_id") |
The provided client_id is not valid.
org.xdi.oxauth.model.uma.UmaErrorResponseType.INVALID_CLIENT_SCOPE =("invalid_client_scope") |
The requested scope is invalid, unknown, or malformed.
org.xdi.oxauth.model.uma.UmaErrorResponseType.INVALID_GRANT_TYPE =("invalid_grant_type") |
Grant type is not urn:ietf:params:oauth:grant-type:uma-ticket (required for UMA 2).
org.xdi.oxauth.model.uma.UmaErrorResponseType.INVALID_PCT =("invalid_pct") |
PCT is invalid (revoked, expired or does not exist anymore on AS)
org.xdi.oxauth.model.uma.UmaErrorResponseType.INVALID_PERMISSION_REQUEST =("invalid_permission_request") |
Invalid permission request.
org.xdi.oxauth.model.uma.UmaErrorResponseType.INVALID_REQUEST =("invalid_request") |
The request is missing a required parameter, includes an unsupported parameter or parameter value, or is otherwise malformed.
org.xdi.oxauth.model.uma.UmaErrorResponseType.INVALID_RESOURCE_ID =("invalid_resource_id") |
The provided resource id was not found at the AS.
org.xdi.oxauth.model.uma.UmaErrorResponseType.INVALID_RESOURCE_SCOPE =("invalid_scope") |
At least one of the scopes included in the request was not registered previously by this host.
org.xdi.oxauth.model.uma.UmaErrorResponseType.INVALID_RPT =("invalid_rpt") |
RPT is invalid (revoked, expired or does not exist anymore on AS)
org.xdi.oxauth.model.uma.UmaErrorResponseType.INVALID_SESSION =("invalid_session") |
The provided session is invalid.
org.xdi.oxauth.model.uma.UmaErrorResponseType.INVALID_TICKET =("invalid_ticket") |
The provided ticket was not found at the AS.
org.xdi.oxauth.model.uma.UmaErrorResponseType.INVALID_TOKEN =("invalid_token") |
The access token expired.
|
staticprivate |
org.xdi.oxauth.model.uma.UmaErrorResponseType.NEED_CLAIMS =("need_claims") |
The AM is unable to determine whether the requester is authorized for this permission without gathering claims from the requesting party.
org.xdi.oxauth.model.uma.UmaErrorResponseType.NOT_AUTHORIZED_PERMISSION =("not_authorized_permission") |
The requester is definitively not authorized for this permission according to user policy.
org.xdi.oxauth.model.uma.UmaErrorResponseType.NOT_FOUND =("not_found") |
The resource set requested from the AM cannot be found.
|
private |
org.xdi.oxauth.model.uma.UmaErrorResponseType.PRECONDITION_FAILED =("precondition_failed") |
The resource set that was requested to be deleted or updated at the AM did not match the If-Match value present in the request.
org.xdi.oxauth.model.uma.UmaErrorResponseType.SERVER_ERROR =("server_error") |
The AM server encountered an unexpected condition which prevented it from fulfilling the request.
org.xdi.oxauth.model.uma.UmaErrorResponseType.TEMPORARILY_UNAVAILABLE =("temporarily_unavailable") |
The AM server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
org.xdi.oxauth.model.uma.UmaErrorResponseType.UNAUTHORIZED_CLIENT =("unauthorized_client") |
The client is not authorized to request an access token using this method.
org.xdi.oxauth.model.uma.UmaErrorResponseType.UNSUPPORTED_METHOD_TYPE =("unsupported_method_type") |
The host request used an unsupported HTTP method.
org.xdi.oxauth.model.uma.UmaErrorResponseType.UNSUPPORTED_RESPONSE_TYPE =("unsupported_response_type") |
The AM server does not support obtaining an access token using this method.