public final class Rest2ldapMessages extends Object
org.forgerock.opendj.rest2ldap.rest2ldap
. This file was generated
automatically by the i18n-maven-plugin
from the property file
org/forgerock/opendj/rest2ldap/rest2ldap.properties
and it should not be manually edited.Modifier and Type | Field and Description |
---|---|
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_ABSTRACT_TYPE_IN_CREATE
{@code The resource cannot be created because it specified the abstract resource type '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_ACTION_NOT_SUPPORTED
The action '%s' is not supported |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_ARRAY_FOR_SINGLE_VALUED_FIELD
The request cannot be processed because an array of values was provided for the single valued field '%s' |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_AUTHZID_DECODER_PRINCIPAL_CANNOT_BE_DETERMINED
The request could not be authorized because the required security principal '%s' could not be determined |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_AUTHZID_DECODER_PRINCIPAL_INVALID_DATA_TYPE
The request could not be authorized because the required security principal '%s' had an invalid data type |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_BAD_API_RESOURCE_VERSION
{@code The requested resource API version '%s' is unsupported.
|
static LocalizableMessageDescriptor.Arg0 |
ERR_CLIENT_PROVIDED_RESOURCE_ID_MISSING
Resources cannot be created without a client provided resource ID |
static LocalizableMessageDescriptor.Arg0 |
ERR_COLLECTION_ACTIONS_NOT_SUPPORTED
Collections only support create or query requests |
static LocalizableMessageDescriptor.Arg0 |
ERR_CONFIG_INVALID_AUTHENTICATION
Only simple authentication is supported |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_CONFIG_INVALID_AUTHZID_TEMPLATE
Invalid authorization ID template: '%s'.Templates must start with one of the following elements: '%s' |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_CONFIG_INVALID_KEY_MANAGER
The key-manager defined in '%s' is invalid: %s |
static LocalizableMessageDescriptor.Arg0 |
ERR_CONFIG_INVALID_SECONDARY_LDAP_SERVER
secondaryLDAPServers configuration must contain a json array |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_CONFIG_INVALID_TRUST_MANAGER
The trust-manager defined in '%s' is invalid: %s |
static LocalizableMessageDescriptor.Arg0 |
ERR_CONFIG_NAMING_STRATEGY_DN_AND_ID_NOT_DIFFERENT
Naming strategy DN and ID must be different |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_CONFIG_NO_MAPPING_IN_CONFIGURATION
{@code Unknown mapping.
|
static LocalizableMessageDescriptor.Arg0 |
ERR_CONFIG_NO_MAPPINGS_PROVIDED
No mappings provided in configuration |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_CONFIG_OAUTH2_CACHE_INVALID_DURATION
{@code Malformed duration value '%s' for cache expiration.
|
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_CONFIG_OAUTH2_UNSUPPORTED_ACCESS_TOKEN_RESOLVER
{@code '%s'is not a supported access token resolver.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_CONFIG_SERVER_CIRCULAR_DEPENDENCIES
The LDAP server configuration '%s' could not be parsed because of potential circular inheritance dependencies |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_CONFIG_UNKNOWN_NAMING_CONFIGURATION
{@code Unknown naming strategy '%s'.
|
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_CONFIG_UNKNOWN_WRITABILITY
{@code Unknown writability '%s'.
|
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_CONFIG_UNSUPPORTED_BIND_STRATEGY
{@code Unsupported bind strategy '%s'.
|
static LocalizableMessageDescriptor.Arg0 |
ERR_CONIFG_OAUTH2_CACHE_UNLIMITED_DURATION
The cache expiration duration cannot be unlimited |
static LocalizableMessageDescriptor.Arg0 |
ERR_CONIFG_OAUTH2_CACHE_ZERO_DURATION
The cache expiration duration cannot be zero |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_CONIFG_OAUTH2_INVALID_INTROSPECT_URL
The token introspection endpoint '%s' is not a valid URL: '%s' |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_CREATION_READ_ONLY_FIELD
The create request cannot be processed because it attempts to create the read-only field '%s' |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_DECODING_CONTROL
Unable to decode ldap control: '%s' |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_ENCODING_VALUES_FOR_FIELD
The request cannot be processed because an error occurred while encoding the values for the field '%s': '%s' |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_ERROR_RESPONSE
An error occurred while processing the request '%s': '%s' (details: '%s') |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_FAIL_PARSE_CONFIGURATION
Unable to start Rest2Ldap Http Application due to the configuration error: '%s' |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_FIELD_WRONG_TYPE
The request cannot be processed because it included the field '%s' whose value is the wrong type: an object is expected |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_ILLEGAL_FILTER_ASSERTION_VALUE
The request cannot be processed because it contained an illegal filter assertion value '%s' for field '%s' |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_INVALID_ENDPOINT_DIRECTORY
The endpoint configuration directory '%s' either does not exist, is not a directory or cannot be read |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_INVALID_ENDPOINTS_DIRECTORY
The endpoints configuration directory '%s' either does not exist, is not a directory or cannot be read |
static LocalizableMessageDescriptor.Arg0 |
ERR_JSON_EMPTY_CONTENT
The value could not be parsed as valid JSON because it is empty |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_JSON_IO_ERROR
The value could not be parsed as valid JSON: %s |
static LocalizableMessageDescriptor.Arg3<Number,Number,Object> |
ERR_JSON_PARSE_ERROR
The value could not be parsed as valid JSON because a syntax error was detected on line %d column %d: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_JSON_QUERY_PARSE_ERROR
The value '%s' could not be parsed as a valid JSON query filter |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_JSON_QUERY_PARSE_ERROR_UNRECOGNIZED_FILTER_OPERATOR
The value '%s' could not be parsed as a valid JSON query filter because it contained an unrecognized or unsupported filter operator '%s' |
static LocalizableMessageDescriptor.Arg0 |
ERR_JSON_TRAILING_CONTENT
The value could not be parsed as valid JSON because it contains trailing content after the JSON value |
static LocalizableMessageDescriptor.Arg0 |
ERR_LOCAL_SORT_NO_PAGE_OFFSET
{@code The query request cannot be processed because this sort directive does not support page offset.
|
static LocalizableMessageDescriptor.Arg1<Number> |
ERR_LOCAL_SORT_PAGE_SIZE
The query request cannot be processed because this sort directive requires the page size to be set to a value between 1 and %d. |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_MISSING_REQUIRED_FIELD
The create request cannot be processed because it does not include the required field '%s' |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_MISSING_TYPE_PROPERTY_IN_CREATE
The resource cannot be created because it does not contain the type property '%s' |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_MODIFY_READ_ONLY_FIELD
The %s request cannot be processed because it attempts to modify the read-only field '%s' |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_MVCC_NO_VERSION_INFORMATION
The resource could not be accessed because it did not contain any version information, when the version '%s' was expected |
static LocalizableMessageDescriptor.Arg0 |
ERR_MVCC_NOT_SUPPORTED
Multi-version concurrency control is not supported by this resource |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_MVCC_VERSIONS_MISMATCH
The resource could not be accessed because the expected version '%s' does not match the current version '%s' |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_NO_ARRAY_FOR_MULTI_VALUED_FIELD
The request cannot be processed because an array of values was not provided for the multi-valued field '%s' |
static LocalizableMessageDescriptor.Arg0 |
ERR_NOT_YET_IMPLEMENTED
Not yet implemented |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_OAUTH2_CTS_INVALID_JSON_TOKEN
Json of token '%s' is malformed |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_OAUTH2_CTS_INVALID_TOKEN_TYPE
The token '%s' must be an access token, but it is a '%s' |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_OAUTH2_CTS_TOKEN_NOT_FOUND
Unable to find the token '%s' in the CTS because: '%s' |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_OAUTH2_CTS_TOKEN_RESOLUTION
Unable to resolve access token '%s' due to the following reason: '%s' |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_OAUTH2_FILE_INVALID_JSON_TOKEN
{@code Malformed token file '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_OAUTH2_FILE_NO_TOKEN
Unable to find token file '%s' |
static LocalizableMessageDescriptor.Arg0 |
ERR_OAUTH2_RFC7662_CANNOT_READ_RESPONSE
Cannot read response content as JSON |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_OAUTH2_RFC7662_INVALID_JSON_TOKEN
Invalid or malformed access token: '%s' |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_OAUTH2_RFC7662_RETURNED_ERROR
Authorization server returned an error: '%s' |
static LocalizableMessageDescriptor.Arg0 |
ERR_OAUTH2_RFC7662_TOKEN_NOT_ACTIVE
Access token returned by authorization server is not currently active |
static LocalizableMessageDescriptor.Arg0 |
ERR_PASSWORD_MODIFY_REQUEST_IS_INVALID
{@code The modify password request has been rejected because it is invalid.
|
static LocalizableMessageDescriptor.Arg0 |
ERR_PASSWORD_MODIFY_SECURE_CONNECTION
Passwords can only be modified using a secure connection |
static LocalizableMessageDescriptor.Arg0 |
ERR_PASSWORD_MODIFY_USER_AUTHENTICATED
Passwords can only be modified by authenticated users |
static LocalizableMessageDescriptor.Arg0 |
ERR_PASSWORD_RESET_SECURE_CONNECTION
Passwords can only be reset using a secure connection |
static LocalizableMessageDescriptor.Arg0 |
ERR_PASSWORD_RESET_USER_AUTHENTICATED
Passwords can only be reset by authenticated users |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_PATCH_ADD_NO_VALUE_FOR_FIELD
The patch request cannot be processed because it included an add patch operation but no value(s) for field '%s' |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_PATCH_APPEND_IN_SINGLE_VALUED_FIELD
The patch request cannot be processed because it attempts to append a value to the single valued field '%s' |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_PATCH_INDEXED_APPEND_TO_MULTI_VALUED_FIELD
The patch request cannot be processed because it attempts to perform an indexed append of an array of values to the multi-valued field '%s' |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_PATCH_INDEXED_OPERATION
The patch request cannot be processed because it included an indexed patch operation '%s' which is not supported by this resource provider |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_PATCH_JSON_INTERNAL_PROPERTY
{@code The patch request cannot be processed because it attempts to modify the internal field '%s' of object '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_PATCH_READ_ONLY_FIELD
The patch request cannot be processed because it attempts to patch the read-only field '%s' |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_PATCH_UNSUPPORTED_OPERATION
The patch request cannot be processed because it included an unsupported type of patch operation '%s' |
static LocalizableMessageDescriptor.Arg0 |
ERR_QUERY_BY_ID_OR_EXPRESSION_NOT_SUPPORTED
{@code Queries using _queryId or _queryExpression are not supported.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_QUERY_SORT_KEY_NOT_SUPPORTED
The query request cannot be processed because it included an unrecognized sort key '%s' |
static LocalizableMessageDescriptor.Arg0 |
ERR_READ_ONLY_ENDPOINT
This endpoint is read-only and only supports read and query requests |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_REFERENCE_FIELD_AMBIGUOUS
The request cannot be processed because the resource '%s' referenced in field '%s' is ambiguous |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_REFERENCE_FIELD_DOES_NOT_EXIST
The request cannot be processed because the resource '%s' referenced in field '%s' does not exist |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_REFERENCE_FIELD_MULTIPLE_PRIMARY_KEYS
The request cannot be processed because the reference field '%s' contains a value which contains multiple primary keys |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_REFERENCE_FIELD_NO_PRIMARY_KEY
The request cannot be processed because the reference field '%s' contains a value which does not contain a primary key |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_REMOVE_REQUIRED_FIELD
The %s request cannot be processed because it attempts to remove the required field '%s' |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_RESOLVING_AUTHZID_TEMPLATE
Unable to resolve oauthzid template placeholders for access token '%s': '%s' |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_RUNTIME_EXCEPTION
A runtime exception occurred wile processing the request '%s': '%s' |
static LocalizableMessageDescriptor.Arg0 |
ERR_SERVER_PROVIDED_RESOURCE_ID_UNEXPECTED
{@code Resources cannot be created with a client provided resource ID.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_UNRECOGNIZED_FIELD
The request cannot be processed because it included an unrecognized field '%s' |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_UNRECOGNIZED_FILTER_OPERATOR
The query request cannot be processed because its query filter '%s' contained an unrecognized or unsupported filter operator '%s' |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_UNRECOGNIZED_JSON_VALUE
Unrecognized type of JSON value: '%s' |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_UNRECOGNIZED_RESOURCE_SUPER_TYPE
The resource '%s' has an unrecognized super-type '%s' |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_UNRECOGNIZED_SUB_RESOURCE_TYPE
The resource '%s' references an unrecognized sub-resource '%s' |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_UNRECOGNIZED_TYPE_IN_CREATE
{@code The resource cannot be created because it specified an unrecognized resource type '%s'.
|
static LocalizableMessageDescriptor.Arg0 |
ERR_UNSUPPORTED_REQUEST_AGAINST_COLLECTION
The targeted resource is a resource collection which only supports create and query requests |
static LocalizableMessageDescriptor.Arg0 |
ERR_UNSUPPORTED_REQUEST_AGAINST_INSTANCE
The targeted resource is a resource instance which only supports read, update, delete, patch, and action requests |
static LocalizableMessageDescriptor.Arg0 |
ERR_UNSUPPORTED_REQUEST_AGAINST_SINGLETON
The targeted resource is a resource singleton which only supports read, update, patch, and action requests |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
INFO_REST2LDAP_CREATING_ENDPOINT
Rest2Ldap created endpoint '%s' version %s |
static LocalizableMessageDescriptor.Arg1<Object> |
INFO_REST2LDAP_STARTING
Rest2Ldap starting with configuration directory '%s' |
Modifier and Type | Method and Description |
---|---|
static String |
resourceName()
Returns the name of the resource associated with the messages contained
in this class.
|
public static final LocalizableMessageDescriptor.Arg0 ERR_LOCAL_SORT_NO_PAGE_OFFSET
The query request cannot be processed because this sort directive does not support page offset. This sort directive must be used with page cookie instead.
public static final LocalizableMessageDescriptor.Arg1<Number> ERR_LOCAL_SORT_PAGE_SIZE
The query request cannot be processed because this sort directive requires the page size to be set to a value between 1 and %d.
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FAIL_PARSE_CONFIGURATION
Unable to start Rest2Ldap Http Application due to the configuration error: '%s'
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_CONFIG_OAUTH2_UNSUPPORTED_ACCESS_TOKEN_RESOLVER
'%s'is not a supported access token resolver. Must be one of '%s'
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_CONIFG_OAUTH2_INVALID_INTROSPECT_URL
The token introspection endpoint '%s' is not a valid URL: '%s'
public static final LocalizableMessageDescriptor.Arg0 ERR_CONIFG_OAUTH2_CACHE_ZERO_DURATION
The cache expiration duration cannot be zero
public static final LocalizableMessageDescriptor.Arg0 ERR_CONIFG_OAUTH2_CACHE_UNLIMITED_DURATION
The cache expiration duration cannot be unlimited
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIG_OAUTH2_CACHE_INVALID_DURATION
Malformed duration value '%s' for cache expiration. The duration syntax supports all human readable notations from day ('days'', 'day'', 'd'') to nanosecond ('nanoseconds', 'nanosecond', 'nanosec', 'nanos', 'nano', 'ns')
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_CONFIG_UNSUPPORTED_BIND_STRATEGY
Unsupported bind strategy '%s'. Must be one of '%s'
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_CONFIG_INVALID_AUTHZID_TEMPLATE
Invalid authorization ID template: '%s'.Templates must start with one of the following elements: '%s'
public static final LocalizableMessageDescriptor.Arg0 ERR_CONFIG_INVALID_AUTHENTICATION
Only simple authentication is supported
public static final LocalizableMessageDescriptor.Arg0 ERR_CONFIG_INVALID_SECONDARY_LDAP_SERVER
secondaryLDAPServers configuration must contain a json array
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIG_SERVER_CIRCULAR_DEPENDENCIES
The LDAP server configuration '%s' could not be parsed because of potential circular inheritance dependencies
public static final LocalizableMessageDescriptor.Arg0 ERR_CONFIG_NAMING_STRATEGY_DN_AND_ID_NOT_DIFFERENT
Naming strategy DN and ID must be different
public static final LocalizableMessageDescriptor.Arg0 ERR_CONFIG_NO_MAPPINGS_PROVIDED
No mappings provided in configuration
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIG_NO_MAPPING_IN_CONFIGURATION
Unknown mapping. The configuration mapping must be one of '%s'
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_CONFIG_UNKNOWN_WRITABILITY
Unknown writability '%s'. Must be one of %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_CONFIG_UNKNOWN_NAMING_CONFIGURATION
Unknown naming strategy '%s'. Must be one of %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_AUTHZID_DECODER_PRINCIPAL_CANNOT_BE_DETERMINED
The request could not be authorized because the required security principal '%s' could not be determined
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_AUTHZID_DECODER_PRINCIPAL_INVALID_DATA_TYPE
The request could not be authorized because the required security principal '%s' had an invalid data type
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_RESOLVING_AUTHZID_TEMPLATE
Unable to resolve oauthzid template placeholders for access token '%s': '%s'
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_OAUTH2_CTS_INVALID_TOKEN_TYPE
The token '%s' must be an access token, but it is a '%s'
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_OAUTH2_CTS_TOKEN_NOT_FOUND
Unable to find the token '%s' in the CTS because: '%s'
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_OAUTH2_CTS_TOKEN_RESOLUTION
Unable to resolve access token '%s' due to the following reason: '%s'
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_OAUTH2_CTS_INVALID_JSON_TOKEN
Json of token '%s' is malformed
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_OAUTH2_FILE_NO_TOKEN
Unable to find token file '%s'
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_OAUTH2_FILE_INVALID_JSON_TOKEN
Malformed token file '%s'. Details: '%s'
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_OAUTH2_RFC7662_RETURNED_ERROR
Authorization server returned an error: '%s'
public static final LocalizableMessageDescriptor.Arg0 ERR_OAUTH2_RFC7662_TOKEN_NOT_ACTIVE
Access token returned by authorization server is not currently active
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_OAUTH2_RFC7662_INVALID_JSON_TOKEN
Invalid or malformed access token: '%s'
public static final LocalizableMessageDescriptor.Arg0 ERR_OAUTH2_RFC7662_CANNOT_READ_RESPONSE
Cannot read response content as JSON
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CREATION_READ_ONLY_FIELD
The create request cannot be processed because it attempts to create the read-only field '%s'
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_REMOVE_REQUIRED_FIELD
The %s request cannot be processed because it attempts to remove the required field '%s'
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_MODIFY_READ_ONLY_FIELD
The %s request cannot be processed because it attempts to modify the read-only field '%s'
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PATCH_READ_ONLY_FIELD
The patch request cannot be processed because it attempts to patch the read-only field '%s'
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ARRAY_FOR_SINGLE_VALUED_FIELD
The request cannot be processed because an array of values was provided for the single valued field '%s'
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_NO_ARRAY_FOR_MULTI_VALUED_FIELD
The request cannot be processed because an array of values was not provided for the multi-valued field '%s'
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PATCH_APPEND_IN_SINGLE_VALUED_FIELD
The patch request cannot be processed because it attempts to append a value to the single valued field '%s'
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PATCH_INDEXED_APPEND_TO_MULTI_VALUED_FIELD
The patch request cannot be processed because it attempts to perform an indexed append of an array of values to the multi-valued field '%s'
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PATCH_INDEXED_OPERATION
The patch request cannot be processed because it included an indexed patch operation '%s' which is not supported by this resource provider
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UNRECOGNIZED_FIELD
The request cannot be processed because it included an unrecognized field '%s'
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FIELD_WRONG_TYPE
The request cannot be processed because it included the field '%s' whose value is the wrong type: an object is expected
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PATCH_ADD_NO_VALUE_FOR_FIELD
The patch request cannot be processed because it included an add patch operation but no value(s) for field '%s'
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PATCH_UNSUPPORTED_OPERATION
The patch request cannot be processed because it included an unsupported type of patch operation '%s'
public static final LocalizableMessageDescriptor.Arg0 ERR_MVCC_NOT_SUPPORTED
Multi-version concurrency control is not supported by this resource
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MVCC_NO_VERSION_INFORMATION
The resource could not be accessed because it did not contain any version information, when the version '%s' was expected
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_MVCC_VERSIONS_MISMATCH
The resource could not be accessed because the expected version '%s' does not match the current version '%s'
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_REFERENCE_FIELD_NO_PRIMARY_KEY
The request cannot be processed because the reference field '%s' contains a value which does not contain a primary key
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_REFERENCE_FIELD_MULTIPLE_PRIMARY_KEYS
The request cannot be processed because the reference field '%s' contains a value which contains multiple primary keys
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_REFERENCE_FIELD_DOES_NOT_EXIST
The request cannot be processed because the resource '%s' referenced in field '%s' does not exist
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_REFERENCE_FIELD_AMBIGUOUS
The request cannot be processed because the resource '%s' referenced in field '%s' is ambiguous
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_ILLEGAL_FILTER_ASSERTION_VALUE
The request cannot be processed because it contained an illegal filter assertion value '%s' for field '%s'
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_ENCODING_VALUES_FOR_FIELD
The request cannot be processed because an error occurred while encoding the values for the field '%s': '%s'
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UNRECOGNIZED_JSON_VALUE
Unrecognized type of JSON value: '%s'
public static final LocalizableMessageDescriptor.Arg0 ERR_CLIENT_PROVIDED_RESOURCE_ID_MISSING
Resources cannot be created without a client provided resource ID
public static final LocalizableMessageDescriptor.Arg0 ERR_NOT_YET_IMPLEMENTED
Not yet implemented
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ACTION_NOT_SUPPORTED
The action '%s' is not supported
public static final LocalizableMessageDescriptor.Arg0 ERR_PASSWORD_MODIFY_SECURE_CONNECTION
Passwords can only be modified using a secure connection
public static final LocalizableMessageDescriptor.Arg0 ERR_PASSWORD_MODIFY_USER_AUTHENTICATED
Passwords can only be modified by authenticated users
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DECODING_CONTROL
Unable to decode ldap control: '%s'
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_ERROR_RESPONSE
An error occurred while processing the request '%s': '%s' (details: '%s')
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_RUNTIME_EXCEPTION
A runtime exception occurred wile processing the request '%s': '%s'
public static final LocalizableMessageDescriptor.Arg0 ERR_PASSWORD_MODIFY_REQUEST_IS_INVALID
The modify password request has been rejected because it is invalid. A modify password request must contain two string valued fields 'oldPassword' and 'newPassword'
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_CONFIG_INVALID_TRUST_MANAGER
The trust-manager defined in '%s' is invalid: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_CONFIG_INVALID_KEY_MANAGER
The key-manager defined in '%s' is invalid: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MISSING_TYPE_PROPERTY_IN_CREATE
The resource cannot be created because it does not contain the type property '%s'
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_UNRECOGNIZED_TYPE_IN_CREATE
The resource cannot be created because it specified an unrecognized resource type '%s'. Please specify one of the following types: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_ABSTRACT_TYPE_IN_CREATE
The resource cannot be created because it specified the abstract resource type '%s'. Please specify one of the following non-abstract types: %s
public static final LocalizableMessageDescriptor.Arg0 ERR_QUERY_BY_ID_OR_EXPRESSION_NOT_SUPPORTED
Queries using _queryId or _queryExpression are not supported. Use _queryFilter instead
public static final LocalizableMessageDescriptor.Arg0 ERR_READ_ONLY_ENDPOINT
This endpoint is read-only and only supports read and query requests
public static final LocalizableMessageDescriptor.Arg0 ERR_UNSUPPORTED_REQUEST_AGAINST_COLLECTION
The targeted resource is a resource collection which only supports create and query requests
public static final LocalizableMessageDescriptor.Arg0 ERR_UNSUPPORTED_REQUEST_AGAINST_INSTANCE
The targeted resource is a resource instance which only supports read, update, delete, patch, and action requests
public static final LocalizableMessageDescriptor.Arg0 ERR_UNSUPPORTED_REQUEST_AGAINST_SINGLETON
The targeted resource is a resource singleton which only supports read, update, patch, and action requests
public static final LocalizableMessageDescriptor.Arg0 ERR_SERVER_PROVIDED_RESOURCE_ID_UNEXPECTED
Resources cannot be created with a client provided resource ID. The server will automatically generate a resource ID
public static final LocalizableMessageDescriptor.Arg0 ERR_COLLECTION_ACTIONS_NOT_SUPPORTED
Collections only support create or query requests
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_UNRECOGNIZED_RESOURCE_SUPER_TYPE
The resource '%s' has an unrecognized super-type '%s'
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_UNRECOGNIZED_SUB_RESOURCE_TYPE
The resource '%s' references an unrecognized sub-resource '%s'
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MISSING_REQUIRED_FIELD
The create request cannot be processed because it does not include the required field '%s'
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INVALID_ENDPOINTS_DIRECTORY
The endpoints configuration directory '%s' either does not exist, is not a directory or cannot be read
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INVALID_ENDPOINT_DIRECTORY
The endpoint configuration directory '%s' either does not exist, is not a directory or cannot be read
public static final LocalizableMessageDescriptor.Arg1<Object> INFO_REST2LDAP_STARTING
Rest2Ldap starting with configuration directory '%s'
public static final LocalizableMessageDescriptor.Arg2<Object,Object> INFO_REST2LDAP_CREATING_ENDPOINT
Rest2Ldap created endpoint '%s' version %s
public static final LocalizableMessageDescriptor.Arg0 ERR_PASSWORD_RESET_SECURE_CONNECTION
Passwords can only be reset using a secure connection
public static final LocalizableMessageDescriptor.Arg0 ERR_PASSWORD_RESET_USER_AUTHENTICATED
Passwords can only be reset by authenticated users
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_BAD_API_RESOURCE_VERSION
The requested resource API version '%s' is unsupported. This endpoint only supports the following resource API version(s): %s
public static final LocalizableMessageDescriptor.Arg3<Number,Number,Object> ERR_JSON_PARSE_ERROR
The value could not be parsed as valid JSON because a syntax error was detected on line %d column %d: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_JSON_IO_ERROR
The value could not be parsed as valid JSON: %s
public static final LocalizableMessageDescriptor.Arg0 ERR_JSON_TRAILING_CONTENT
The value could not be parsed as valid JSON because it contains trailing content after the JSON value
public static final LocalizableMessageDescriptor.Arg0 ERR_JSON_EMPTY_CONTENT
The value could not be parsed as valid JSON because it is empty
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_JSON_QUERY_PARSE_ERROR
The value '%s' could not be parsed as a valid JSON query filter
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_PATCH_JSON_INTERNAL_PROPERTY
The patch request cannot be processed because it attempts to modify the internal field '%s' of object '%s'. This capability is not currently supported by Rest2Ldap. Applications should instead perform a patch which replaces the entire object '%s'
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_QUERY_SORT_KEY_NOT_SUPPORTED
The query request cannot be processed because it included an unrecognized sort key '%s'
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_UNRECOGNIZED_FILTER_OPERATOR
The query request cannot be processed because its query filter '%s' contained an unrecognized or unsupported filter operator '%s'
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_JSON_QUERY_PARSE_ERROR_UNRECOGNIZED_FILTER_OPERATOR
The value '%s' could not be parsed as a valid JSON query filter because it contained an unrecognized or unsupported filter operator '%s'
public static String resourceName()
org.slf4j.LoggerFactory#getLogger(String name)
.Copyright 2010-2018 ForgeRock AS.