gluu
公開メンバ関数 | 静的公開メンバ関数 | 公開変数類 | 非公開メンバ関数 | 非公開変数類 | 全メンバ一覧
列挙 org.xdi.oxd.common.ErrorResponseCode 詳解
org.xdi.oxd.common.ErrorResponseCode 連携図
Collaboration graph

公開メンバ関数

String getDescription ()
 
.fasterxml.jackson.annotation.JsonValue String getCode ()
 
String toString ()
 

静的公開メンバ関数

.fasterxml.jackson.annotation.JsonCreator static ErrorResponseCode fromValue (String v)
 

公開変数類

 INTERNAL_ERROR_UNKNOWN =("internal_error", "Unknown internal server error occurs.")
 
 INTERNAL_ERROR_NO_PARAMS =("internal_error", "Command parameters are not specified or otherwise malformed.")
 
 BAD_REQUEST_NO_OXD_ID =("bad_request", "oxd_id is empty or not specified or is otherwise invalid (not registered).")
 
 BAD_REQUEST_NO_CODE =("bad_request", "'code' is empty or not specified.")
 
 BAD_REQUEST_NO_STATE =("bad_request", "'state' is empty or not specified.")
 
 BAD_REQUEST_STATE_NOT_VALID =("bad_request", "'state' is not registered.")
 
 NO_ID_TOKEN_RETURNED =("no_id_token", "id_token is not returned. Please check whether 'openid' scope is present for 'get_authorization_url' command")
 
 NO_ID_TOKEN_PARAM =("no_id_token", "id_token is not provided in request to oxd.")
 
 NO_ACCESS_TOKEN_RETURNED =("no_access_token", "access_token is not returned.")
 
 INVALID_NONCE =("invalid_nonce", "Nonce value is not registered by oxd.")
 
 INVALID_STATE =("invalid_state", "State value is not registered by oxd.")
 
 INVALID_ID_TOKEN =("invalid_id_token", "id_token is invalid.")
 
 INVALID_ID_TOKEN_BAD_NONCE =("invalid_id_token_bad_nonce", "Invalid id_token. Nonce value from token does not match nonce from request.")
 
 INVALID_ID_TOKEN_BAD_AUDIENCE =("invalid_id_token_bad_audience", "Invalid id_token. Audience value from token does not match audience from request.")
 
 INVALID_ID_TOKEN_EXPIRED =("invalid_id_token_expired", "Invalid id_token. id_token expired.")
 
 INVALID_ID_TOKEN_BAD_ISSUER =("invalid_id_token_bad_issuer", "Invalid id_token. Bad issuer.")
 
 INVALID_ID_TOKEN_BAD_SIGNATURE =("invalid_id_token_bad_signature", "Invalid id_token. Bad signature.")
 
 INVALID_ID_TOKEN_UNKNOWN =("invalid_id_token_unknown", "Invalid id_token, validation fail due to exception, please check oxd-server.log for details.")
 
 INVALID_ACCESS_TOKEN_BAD_HASH =("invalid_access_token_bad_hash", "access_token is invalid. Hash of access_token does not match hash from id_token (at_hash).")
 
 INVALID_AUTHORIZATION_CODE_BAD_HASH =("invalid_authorization_code_bad_hash", "Authorization code is invalid. Hash of authorization code does not match hash from id_token (c_hash).")
 
 INVALID_REGISTRATION_CLIENT_URL =("invalid_registration_client_url", "Registration client URL is invalid. Please check registration_client_url response parameter from IDP (http://openid.net/specs/openid-connect-registration-1_0.html#RegistrationResponse).")
 
 INVALID_OXD_ID =("invalid_oxd_id", "Invalid oxd_id. Unable to find site for oxd_id. It does not exist or removed from the server. Please use register_site command to register a site.")
 
 EXPIRED_CLIENT =("expired_client", "Invalid oxd_id. Client is expired.")
 
 INVALID_REQUEST =("invalid_request", "Request is invalid. It doesn't contains all required parameters or otherwise is malformed.")
 
 INVALID_REQUEST_SCOPES_REQUIRED =("invalid_request", "Request is invalid. Scopes are required parameter in request.")
 
 RPT_NOT_AUTHORIZED =("rpt_not_authorized", "Unable to authorize RPT.")
 
 UNSUPPORTED_OPERATION =("unsupported_operation", "Operation is not supported by server error.")
 
 INVALID_OP_HOST =("invalid_op_host", "Invalid op_host (empty or blank).")
 
 NO_SETUP_CLIENT_FOR_OXD_ID =("no_setup_client_for_oxd_id", "There are no setup client for given oxd_id. Please obtain oxd_id via setup_client command in order to force protection_access_token validation.")
 
 BLANK_PROTECTION_ACCESS_TOKEN =("blank_protection_access_token", "protection_access_token is blank. Command is protected by protection_access_token, please provide valid token or otherwise switch off protection in configuration with protect_commands_with_access_token=false")
 
 INVALID_PROTECTION_ACCESS_TOKEN =("invalid_protection_access_token", "Invalid protection_access_token. Command is protected by protection_access_token, please provide valid token or otherwise switch off protection in configuration with protect_commands_with_access_token=false")
 
 NO_CLIENT_ID_IN_INTROSPECTION_RESPONSE =("invalid_introspection_response", "AS returned introspection response with empty/blank client_id which is required by oxd. Please check your AS installation and make sure AS return client_id for introspection call (CE 3.1.0 or later).")
 
 INACTIVE_PROTECTION_ACCESS_TOKEN =("inactive_protection_access_token", "Inactive protection_access_token. Command is protected by protection_access_token, please provide valid token or otherwise switch off protection in configuration with protect_commands_with_access_token=false")
 
 INVALID_AUTHORIZATION_REDIRECT_URI =("invalid_authorization_redirect_uri", "Invalid authorization_redirect_uri (empty or blank).")
 
 INVALID_SCOPE =("invalid_scope", "Invalid scope parameter (empty or blank).")
 
 INVALID_ACR_VALUES =("invalid_acr_values", "Invalid acr_values parameter (empty or blank).")
 
 INVALID_ALGORITHM =("invalid_algorithm", "Invalid algorithm provided. Valid algorithms are: " + Arrays.toString(SignatureAlgorithm.values()))
 
 NO_CONNECT_DISCOVERY_RESPONSE =("no_connect_discovery_response", "Unable to fetch Connect discovery response /.well-known/openid-configuration")
 
 NO_REGISTRATION_ENDPOINT =("invalid_request", "OP does not support dynamic client registration. Please register client manually and provide client_id and client_secret to register_site command.")
 
 NO_UMA_DISCOVERY_RESPONSE =("no_uma_discovery_response", "Unable to fetch UMA discovery response /.well-known/uma2-configuration")
 
 NO_UMA_RESOURCES_TO_PROTECT =("invalid_uma_request", "Resources list to protect is empty or blank. Please check it according to protocol definition at https://www.gluu.org/docs-oxd")
 
 NO_UMA_HTTP_METHOD =("invalid_http_method", "http_method is not specified or otherwise not GET or POST or PUT or DELETE. Please check it according to protocol definition at https://www.gluu.org/docs-oxd")
 
 NO_UMA_PATH_PARAMETER =("invalid_path_parameter", "path parameter is not specified or otherwise not valid")
 
 NO_UMA_TICKET_PARAMETER =("invalid_ticket_parameter", "ticket parameter is not specified or otherwise is not valid")
 
 NO_UMA_CLAIMS_REDIRECT_URI_PARAMETER =("invalid_claims_redirect_uri_parameter", "claims_redirect_uri parameter is not specified or otherwise is not valid")
 
 NO_UMA_RPT_PARAMETER =("invalid_rpt_parameter", "rpt parameter is not specified or otherwise is not valid")
 
 UMA_NEED_INFO =("need_info", "The authorization server needs additional information in order to determine whether the client is authorized to have these permissions.")
 
 UMA_HTTP_METHOD_NOT_UNIQUE =("http_method_not_unique", "HTTP method defined in JSON must be unique within given PATH (but occurs more then one time).")
 
 UMA_FAILED_TO_VALIDATE_SCOPE_EXPRESSION =("invalid_scope_expressioin", "Scope expression is not valid. Please check documentation and make sure expression is valid JsonLogic expression.")
 
 UMA_PROTECTION_FAILED_BECAUSE_RESOURCES_ALREADY_EXISTS =("uma_protection_exists", "Server already has UMA Resources registered for this oxd_id. It is possible to overwrite it if provide overwrite=true for uma_rs_protect command (existing resources will be removed and new UMA Resources added).")
 
 FAILED_TO_GET_END_SESSION_ENDPOINT =("no_end_session_endpoint_at_op", "OP does not provide end_session_endpoint at /.well-known/openid-configuration.")
 
 FAILED_TO_GET_REVOCATION_ENDPOINT =("no_revocation_endpoint_at_op", "Failed to get revocation_endpoint at https://accounts.google.com/.well-known/openid-configuration")
 
 FAILED_TO_GET_RPT =("internal_error", "Failed to get RPT.")
 
 FAILED_TO_REMOVE_SITE =("remove_site_failed", "Failed to remove site.")
 

非公開メンバ関数

 ErrorResponseCode (String p_value, String p_description)
 

非公開変数類

final String code
 
final String description
 

詳解

著者
Yuriy Zabrovarnyy
バージョン
0.9, 09/08/2013

構築子と解体子

◆ ErrorResponseCode()

org.xdi.oxd.common.ErrorResponseCode.ErrorResponseCode ( String  p_value,
String  p_description 
)
inlineprivate
78  {
79  code = p_value;
80  description = p_description;
81  }
final String code
Definition: ErrorResponseCode.java:75
final String description
Definition: ErrorResponseCode.java:76

関数詳解

◆ fromValue()

.fasterxml.jackson.annotation.JsonCreator static ErrorResponseCode org.xdi.oxd.common.ErrorResponseCode.fromValue ( String  v)
inlinestatic
95  {
96  if (StringUtils.isNotBlank(v)) {
97  for (ErrorResponseCode t : values()) {
98  if (t.getCode().equalsIgnoreCase(v)) {
99  return t;
100  }
101  }
102  }
103  return null;
104  }
ErrorResponseCode(String p_value, String p_description)
Definition: ErrorResponseCode.java:78

◆ getCode()

.fasterxml.jackson.annotation.JsonValue String org.xdi.oxd.common.ErrorResponseCode.getCode ( )
inline
89  {
90  return code;
91  }
final String code
Definition: ErrorResponseCode.java:75

◆ getDescription()

String org.xdi.oxd.common.ErrorResponseCode.getDescription ( )
inline
83  {
84  return description;
85  }
final String description
Definition: ErrorResponseCode.java:76

◆ toString()

String org.xdi.oxd.common.ErrorResponseCode.toString ( )
inline
107  {
108  final StringBuilder sb = new StringBuilder();
109  sb.append("ErrorResponseCode");
110  sb.append("{value='").append(code).append('\'');
111  sb.append(", description='").append(description).append('\'');
112  sb.append('}');
113  return sb.toString();
114  }
final String code
Definition: ErrorResponseCode.java:75
final String description
Definition: ErrorResponseCode.java:76

メンバ詳解

◆ BAD_REQUEST_NO_CODE

org.xdi.oxd.common.ErrorResponseCode.BAD_REQUEST_NO_CODE =("bad_request", "'code' is empty or not specified.")

◆ BAD_REQUEST_NO_OXD_ID

org.xdi.oxd.common.ErrorResponseCode.BAD_REQUEST_NO_OXD_ID =("bad_request", "oxd_id is empty or not specified or is otherwise invalid (not registered).")

◆ BAD_REQUEST_NO_STATE

org.xdi.oxd.common.ErrorResponseCode.BAD_REQUEST_NO_STATE =("bad_request", "'state' is empty or not specified.")

◆ BAD_REQUEST_STATE_NOT_VALID

org.xdi.oxd.common.ErrorResponseCode.BAD_REQUEST_STATE_NOT_VALID =("bad_request", "'state' is not registered.")

◆ BLANK_PROTECTION_ACCESS_TOKEN

org.xdi.oxd.common.ErrorResponseCode.BLANK_PROTECTION_ACCESS_TOKEN =("blank_protection_access_token", "protection_access_token is blank. Command is protected by protection_access_token, please provide valid token or otherwise switch off protection in configuration with protect_commands_with_access_token=false")

◆ code

final String org.xdi.oxd.common.ErrorResponseCode.code
private

◆ description

final String org.xdi.oxd.common.ErrorResponseCode.description
private

◆ EXPIRED_CLIENT

org.xdi.oxd.common.ErrorResponseCode.EXPIRED_CLIENT =("expired_client", "Invalid oxd_id. Client is expired.")

◆ FAILED_TO_GET_END_SESSION_ENDPOINT

org.xdi.oxd.common.ErrorResponseCode.FAILED_TO_GET_END_SESSION_ENDPOINT =("no_end_session_endpoint_at_op", "OP does not provide end_session_endpoint at /.well-known/openid-configuration.")

◆ FAILED_TO_GET_REVOCATION_ENDPOINT

org.xdi.oxd.common.ErrorResponseCode.FAILED_TO_GET_REVOCATION_ENDPOINT =("no_revocation_endpoint_at_op", "Failed to get revocation_endpoint at https://accounts.google.com/.well-known/openid-configuration")

◆ FAILED_TO_GET_RPT

org.xdi.oxd.common.ErrorResponseCode.FAILED_TO_GET_RPT =("internal_error", "Failed to get RPT.")

◆ FAILED_TO_REMOVE_SITE

org.xdi.oxd.common.ErrorResponseCode.FAILED_TO_REMOVE_SITE =("remove_site_failed", "Failed to remove site.")

◆ INACTIVE_PROTECTION_ACCESS_TOKEN

org.xdi.oxd.common.ErrorResponseCode.INACTIVE_PROTECTION_ACCESS_TOKEN =("inactive_protection_access_token", "Inactive protection_access_token. Command is protected by protection_access_token, please provide valid token or otherwise switch off protection in configuration with protect_commands_with_access_token=false")

◆ INTERNAL_ERROR_NO_PARAMS

org.xdi.oxd.common.ErrorResponseCode.INTERNAL_ERROR_NO_PARAMS =("internal_error", "Command parameters are not specified or otherwise malformed.")

◆ INTERNAL_ERROR_UNKNOWN

org.xdi.oxd.common.ErrorResponseCode.INTERNAL_ERROR_UNKNOWN =("internal_error", "Unknown internal server error occurs.")

◆ INVALID_ACCESS_TOKEN_BAD_HASH

org.xdi.oxd.common.ErrorResponseCode.INVALID_ACCESS_TOKEN_BAD_HASH =("invalid_access_token_bad_hash", "access_token is invalid. Hash of access_token does not match hash from id_token (at_hash).")

◆ INVALID_ACR_VALUES

org.xdi.oxd.common.ErrorResponseCode.INVALID_ACR_VALUES =("invalid_acr_values", "Invalid acr_values parameter (empty or blank).")

◆ INVALID_ALGORITHM

org.xdi.oxd.common.ErrorResponseCode.INVALID_ALGORITHM =("invalid_algorithm", "Invalid algorithm provided. Valid algorithms are: " + Arrays.toString(SignatureAlgorithm.values()))

◆ INVALID_AUTHORIZATION_CODE_BAD_HASH

org.xdi.oxd.common.ErrorResponseCode.INVALID_AUTHORIZATION_CODE_BAD_HASH =("invalid_authorization_code_bad_hash", "Authorization code is invalid. Hash of authorization code does not match hash from id_token (c_hash).")

◆ INVALID_AUTHORIZATION_REDIRECT_URI

org.xdi.oxd.common.ErrorResponseCode.INVALID_AUTHORIZATION_REDIRECT_URI =("invalid_authorization_redirect_uri", "Invalid authorization_redirect_uri (empty or blank).")

◆ INVALID_ID_TOKEN

org.xdi.oxd.common.ErrorResponseCode.INVALID_ID_TOKEN =("invalid_id_token", "id_token is invalid.")

◆ INVALID_ID_TOKEN_BAD_AUDIENCE

org.xdi.oxd.common.ErrorResponseCode.INVALID_ID_TOKEN_BAD_AUDIENCE =("invalid_id_token_bad_audience", "Invalid id_token. Audience value from token does not match audience from request.")

◆ INVALID_ID_TOKEN_BAD_ISSUER

org.xdi.oxd.common.ErrorResponseCode.INVALID_ID_TOKEN_BAD_ISSUER =("invalid_id_token_bad_issuer", "Invalid id_token. Bad issuer.")

◆ INVALID_ID_TOKEN_BAD_NONCE

org.xdi.oxd.common.ErrorResponseCode.INVALID_ID_TOKEN_BAD_NONCE =("invalid_id_token_bad_nonce", "Invalid id_token. Nonce value from token does not match nonce from request.")

◆ INVALID_ID_TOKEN_BAD_SIGNATURE

org.xdi.oxd.common.ErrorResponseCode.INVALID_ID_TOKEN_BAD_SIGNATURE =("invalid_id_token_bad_signature", "Invalid id_token. Bad signature.")

◆ INVALID_ID_TOKEN_EXPIRED

org.xdi.oxd.common.ErrorResponseCode.INVALID_ID_TOKEN_EXPIRED =("invalid_id_token_expired", "Invalid id_token. id_token expired.")

◆ INVALID_ID_TOKEN_UNKNOWN

org.xdi.oxd.common.ErrorResponseCode.INVALID_ID_TOKEN_UNKNOWN =("invalid_id_token_unknown", "Invalid id_token, validation fail due to exception, please check oxd-server.log for details.")

◆ INVALID_NONCE

org.xdi.oxd.common.ErrorResponseCode.INVALID_NONCE =("invalid_nonce", "Nonce value is not registered by oxd.")

◆ INVALID_OP_HOST

org.xdi.oxd.common.ErrorResponseCode.INVALID_OP_HOST =("invalid_op_host", "Invalid op_host (empty or blank).")

◆ INVALID_OXD_ID

org.xdi.oxd.common.ErrorResponseCode.INVALID_OXD_ID =("invalid_oxd_id", "Invalid oxd_id. Unable to find site for oxd_id. It does not exist or removed from the server. Please use register_site command to register a site.")

◆ INVALID_PROTECTION_ACCESS_TOKEN

org.xdi.oxd.common.ErrorResponseCode.INVALID_PROTECTION_ACCESS_TOKEN =("invalid_protection_access_token", "Invalid protection_access_token. Command is protected by protection_access_token, please provide valid token or otherwise switch off protection in configuration with protect_commands_with_access_token=false")

◆ INVALID_REGISTRATION_CLIENT_URL

org.xdi.oxd.common.ErrorResponseCode.INVALID_REGISTRATION_CLIENT_URL =("invalid_registration_client_url", "Registration client URL is invalid. Please check registration_client_url response parameter from IDP (http://openid.net/specs/openid-connect-registration-1_0.html#RegistrationResponse).")

◆ INVALID_REQUEST

org.xdi.oxd.common.ErrorResponseCode.INVALID_REQUEST =("invalid_request", "Request is invalid. It doesn't contains all required parameters or otherwise is malformed.")

◆ INVALID_REQUEST_SCOPES_REQUIRED

org.xdi.oxd.common.ErrorResponseCode.INVALID_REQUEST_SCOPES_REQUIRED =("invalid_request", "Request is invalid. Scopes are required parameter in request.")

◆ INVALID_SCOPE

org.xdi.oxd.common.ErrorResponseCode.INVALID_SCOPE =("invalid_scope", "Invalid scope parameter (empty or blank).")

◆ INVALID_STATE

org.xdi.oxd.common.ErrorResponseCode.INVALID_STATE =("invalid_state", "State value is not registered by oxd.")

◆ NO_ACCESS_TOKEN_RETURNED

org.xdi.oxd.common.ErrorResponseCode.NO_ACCESS_TOKEN_RETURNED =("no_access_token", "access_token is not returned.")

◆ NO_CLIENT_ID_IN_INTROSPECTION_RESPONSE

org.xdi.oxd.common.ErrorResponseCode.NO_CLIENT_ID_IN_INTROSPECTION_RESPONSE =("invalid_introspection_response", "AS returned introspection response with empty/blank client_id which is required by oxd. Please check your AS installation and make sure AS return client_id for introspection call (CE 3.1.0 or later).")

◆ NO_CONNECT_DISCOVERY_RESPONSE

org.xdi.oxd.common.ErrorResponseCode.NO_CONNECT_DISCOVERY_RESPONSE =("no_connect_discovery_response", "Unable to fetch Connect discovery response /.well-known/openid-configuration")

◆ NO_ID_TOKEN_PARAM

org.xdi.oxd.common.ErrorResponseCode.NO_ID_TOKEN_PARAM =("no_id_token", "id_token is not provided in request to oxd.")

◆ NO_ID_TOKEN_RETURNED

org.xdi.oxd.common.ErrorResponseCode.NO_ID_TOKEN_RETURNED =("no_id_token", "id_token is not returned. Please check whether 'openid' scope is present for 'get_authorization_url' command")

◆ NO_REGISTRATION_ENDPOINT

org.xdi.oxd.common.ErrorResponseCode.NO_REGISTRATION_ENDPOINT =("invalid_request", "OP does not support dynamic client registration. Please register client manually and provide client_id and client_secret to register_site command.")

◆ NO_SETUP_CLIENT_FOR_OXD_ID

org.xdi.oxd.common.ErrorResponseCode.NO_SETUP_CLIENT_FOR_OXD_ID =("no_setup_client_for_oxd_id", "There are no setup client for given oxd_id. Please obtain oxd_id via setup_client command in order to force protection_access_token validation.")

◆ NO_UMA_CLAIMS_REDIRECT_URI_PARAMETER

org.xdi.oxd.common.ErrorResponseCode.NO_UMA_CLAIMS_REDIRECT_URI_PARAMETER =("invalid_claims_redirect_uri_parameter", "claims_redirect_uri parameter is not specified or otherwise is not valid")

◆ NO_UMA_DISCOVERY_RESPONSE

org.xdi.oxd.common.ErrorResponseCode.NO_UMA_DISCOVERY_RESPONSE =("no_uma_discovery_response", "Unable to fetch UMA discovery response /.well-known/uma2-configuration")

◆ NO_UMA_HTTP_METHOD

org.xdi.oxd.common.ErrorResponseCode.NO_UMA_HTTP_METHOD =("invalid_http_method", "http_method is not specified or otherwise not GET or POST or PUT or DELETE. Please check it according to protocol definition at https://www.gluu.org/docs-oxd")

◆ NO_UMA_PATH_PARAMETER

org.xdi.oxd.common.ErrorResponseCode.NO_UMA_PATH_PARAMETER =("invalid_path_parameter", "path parameter is not specified or otherwise not valid")

◆ NO_UMA_RESOURCES_TO_PROTECT

org.xdi.oxd.common.ErrorResponseCode.NO_UMA_RESOURCES_TO_PROTECT =("invalid_uma_request", "Resources list to protect is empty or blank. Please check it according to protocol definition at https://www.gluu.org/docs-oxd")

◆ NO_UMA_RPT_PARAMETER

org.xdi.oxd.common.ErrorResponseCode.NO_UMA_RPT_PARAMETER =("invalid_rpt_parameter", "rpt parameter is not specified or otherwise is not valid")

◆ NO_UMA_TICKET_PARAMETER

org.xdi.oxd.common.ErrorResponseCode.NO_UMA_TICKET_PARAMETER =("invalid_ticket_parameter", "ticket parameter is not specified or otherwise is not valid")

◆ RPT_NOT_AUTHORIZED

org.xdi.oxd.common.ErrorResponseCode.RPT_NOT_AUTHORIZED =("rpt_not_authorized", "Unable to authorize RPT.")

◆ UMA_FAILED_TO_VALIDATE_SCOPE_EXPRESSION

org.xdi.oxd.common.ErrorResponseCode.UMA_FAILED_TO_VALIDATE_SCOPE_EXPRESSION =("invalid_scope_expressioin", "Scope expression is not valid. Please check documentation and make sure expression is valid JsonLogic expression.")

◆ UMA_HTTP_METHOD_NOT_UNIQUE

org.xdi.oxd.common.ErrorResponseCode.UMA_HTTP_METHOD_NOT_UNIQUE =("http_method_not_unique", "HTTP method defined in JSON must be unique within given PATH (but occurs more then one time).")

◆ UMA_NEED_INFO

org.xdi.oxd.common.ErrorResponseCode.UMA_NEED_INFO =("need_info", "The authorization server needs additional information in order to determine whether the client is authorized to have these permissions.")

◆ UMA_PROTECTION_FAILED_BECAUSE_RESOURCES_ALREADY_EXISTS

org.xdi.oxd.common.ErrorResponseCode.UMA_PROTECTION_FAILED_BECAUSE_RESOURCES_ALREADY_EXISTS =("uma_protection_exists", "Server already has UMA Resources registered for this oxd_id. It is possible to overwrite it if provide overwrite=true for uma_rs_protect command (existing resources will be removed and new UMA Resources added).")

◆ UNSUPPORTED_OPERATION

org.xdi.oxd.common.ErrorResponseCode.UNSUPPORTED_OPERATION =("unsupported_operation", "Operation is not supported by server error.")

次のファイルからこの列挙についての詳解を抽出しました: