Package org.forgerock.opendj.hdap
Class HdapMessages
java.lang.Object
org.forgerock.opendj.hdap.HdapMessages
This file contains localizable message descriptors having the resource
name
org.forgerock.opendj.hdap.hdap
. This file was generated
automatically by the opendj-maven-plugin
from the property file
org/forgerock/opendj/hdap/hdap.properties
and it should not be manually edited.-
Field Summary
FieldsModifier and TypeFieldDescriptionAccount Usability can only be viewed by authenticated users
The action '%s' is not supported
The requested resource API version '%s' is unsupported. This endpoint only supports the following resource API version(s): %s
No estimated count could be obtained from the backend LDAP server(s) for this count only request. Review access logs and make sure to configure indexes on the server(s) to support count only requests
The key-manager defined in '%s' is invalid: %s
'%s' configuration must contain a json array
SASL/External authentication requires the use of mTLS. Configure a key manager and enable SSL or StartTLS for the connection factory
The trust-manager defined in '%s' is invalid: %s
Unable to decode ldap control: '%s'
The request cannot be processed because an error occurred while encoding the values for the field '%s': '%s'
An error occurred while processing the request '%s': '%s' (details: '%s')
The algorithm '%s' is not supported as a digest mechanism
The given JWT claim '%s' does not contain the value '%s'
The given JWT claim '%s' timestamp has expired
The given JWT claim '%s' has not a valid format
The given JWT claim '%s' timestamp should happen before the current datetime
The given JWT misses the claim '%s' or is empty
Unable to create a secret store for the purposes '%s' with the default JWS algorithm '%s'
Invalid bearer token
Invalid JWT signature
An error occured while retrieving the keystore: %s
Refreshing the keystore failed: %s
No bearer token found
The key '%s' is configured as valid but is not found: %s
A keystore is required: as a keyAlias '%s' is defined in the servlet JWT configuration, the configuration should also declare a 'security/keyManager' with one of these values: %s
Too many bearer tokens found. Only one Bearer token is allowed
Malformed RDN in resource path '%s'
The resource could not be accessed because it did not contain any version information, when the version '%s' was expected
The resource could not be accessed because the expected version '%s' does not match the current version '%s'
The resource could not be accessed because the expected version '%s' does not match the current version
The query request cannot be processed because '_pagedResultsOffset' is not supported but has been set
The modify password request has been rejected because it is invalid. A modify password request must contain two string valued fields 'oldPassword' and 'newPassword'
Passwords can only be modified using a secure connection
Passwords can only be modified by authenticated users
Passwords can only be reset using a secure connection
Passwords can only be reset by authenticated users
The patch request cannot be processed because it included an unsupported type of patch operation '%s'
A runtime exception occurred while processing the request '%s': '%s'
The schema request must be either 'attributeTypes/{type}' or 'objectClasses/{class}' instead of '%s'
The schema element requested for '%s' is not recognized: '%s'
Unable to load the LDAP schema: %s. Next attempt at %s
HDAP starting with configuration '%s'
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns the name of the resource associated with the messages contained in this class.
-
Field Details
-
ERR_UNABLE_LOAD_SCHEMA
Unable to load the LDAP schema: %s. Next attempt at %s
-
ERR_CONFIG_INVALID_LDAP_SERVERS
'%s' configuration must contain a json array
-
ERR_SCHEMA_NEEDS_TWO_COMPONENTS
The schema request must be either 'attributeTypes/{type}' or 'objectClasses/{class}' instead of '%s'
-
ERR_SCHEMA_UNRECOGNIZED_NAME
The schema element requested for '%s' is not recognized: '%s'
-
ERR_PAGE_RESULTS_OFFSET_NOT_SUPPORTED
The query request cannot be processed because '_pagedResultsOffset' is not supported but has been set
-
ERR_PATCH_UNSUPPORTED_OPERATION
The patch request cannot be processed because it included an unsupported type of patch operation '%s'
-
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
-
ERR_MVCC_VERSIONS_MISMATCH
The resource could not be accessed because the expected version '%s' does not match the current version '%s'
-
ERR_ENCODING_VALUES_FOR_FIELD
The request cannot be processed because an error occurred while encoding the values for the field '%s': '%s'
-
ERR_ACTION_NOT_SUPPORTED
The action '%s' is not supported
-
ERR_PASSWORD_MODIFY_SECURE_CONNECTION
Passwords can only be modified using a secure connection
-
ERR_PASSWORD_MODIFY_USER_AUTHENTICATED
Passwords can only be modified by authenticated users
-
ERR_DECODING_CONTROL
Unable to decode ldap control: '%s'
-
ERR_ERROR_RESPONSE
An error occurred while processing the request '%s': '%s' (details: '%s')
-
ERR_RUNTIME_EXCEPTION
A runtime exception occurred while processing the request '%s': '%s'
-
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'
-
ERR_CONFIG_INVALID_TRUST_MANAGER
The trust-manager defined in '%s' is invalid: %s
-
ERR_CONFIG_INVALID_KEY_MANAGER
The key-manager defined in '%s' is invalid: %s
-
ERR_PASSWORD_RESET_SECURE_CONNECTION
Passwords can only be reset using a secure connection
-
ERR_PASSWORD_RESET_USER_AUTHENTICATED
Passwords can only be reset by authenticated users
-
ERR_BAD_API_RESOURCE_VERSION
The requested resource API version '%s' is unsupported. This endpoint only supports the following resource API version(s): %s
-
ERR_ACCOUNT_USER_AUTHENTICATED
Account Usability can only be viewed by authenticated users
-
ERR_CONFIG_INVALID_SASL_EXTERNAL_AUTHENTICATION
SASL/External authentication requires the use of mTLS. Configure a key manager and enable SSL or StartTLS for the connection factory
-
ERR_CANNOT_ANSWER_COUNT_ONLY_REQUEST
No estimated count could be obtained from the backend LDAP server(s) for this count only request. Review access logs and make sure to configure indexes on the server(s) to support count only requests
-
ERR_MVCC_VERSIONS_MISMATCH_UNKNOWN_CURRENT_VERSION
public static LocalizableMessageDescriptor.Arg1<Object> ERR_MVCC_VERSIONS_MISMATCH_UNKNOWN_CURRENT_VERSIONThe resource could not be accessed because the expected version '%s' does not match the current version
-
INFO_HDAP_STARTING
HDAP starting with configuration '%s'
-
ERR_HDAP_MALFORMED_RESOURCE_PATH
Malformed RDN in resource path '%s'
-
ERR_HDAP_JWT_NO_BEARER_TOKEN
No bearer token found
-
ERR_HDAP_JWT_TOO_MANY_BEARER_TOKENS
Too many bearer tokens found. Only one Bearer token is allowed
-
ERR_HDAP_JWT_INVALID_BEARER_TOKEN
Invalid bearer token
-
ERR_HDAP_JWT_INVALID_SIGNATURE
Invalid JWT signature
-
ERR_HDAP_JWT_CLAIM_HAS_EXPIRED
The given JWT claim '%s' timestamp has expired
-
ERR_HDAP_JWT_CLAIM_IS_IN_FUTURE
The given JWT claim '%s' timestamp should happen before the current datetime
-
ERR_HDAP_JWT_CLAIM_IS_MISSING_OR_IS_EMPTY
The given JWT misses the claim '%s' or is empty
-
ERR_HDAP_JWT_CLAIM_INVALID_FORMAT
The given JWT claim '%s' has not a valid format
-
ERR_HDAP_JWT_CLAIM_DOES_NOT_CONTAIN
The given JWT claim '%s' does not contain the value '%s'
-
ERR_HDAP_JWT_REQUIRES_KEYSTORE_CONFIG
public static LocalizableMessageDescriptor.Arg2<Object,Object> ERR_HDAP_JWT_REQUIRES_KEYSTORE_CONFIGA keystore is required: as a keyAlias '%s' is defined in the servlet JWT configuration, the configuration should also declare a 'security/keyManager' with one of these values: %s
-
ERR_HDAP_JWT_NO_KEY_FOUND
The key '%s' is configured as valid but is not found: %s
-
ERR_HDAP_JWT_KEYSTORE_ACCESS_EXCEPTION
An error occured while retrieving the keystore: %s
-
ERR_HDAP_JWT_KEYSTORE_REFRESH_FAIL
Refreshing the keystore failed: %s
-
ERR_HDAP_JWT_DEFAULT_SECRET_STORE
Unable to create a secret store for the purposes '%s' with the default JWS algorithm '%s'
-
ERR_HDAP_DIGEST_MECHANISM_NOT_SUPPORTED
The algorithm '%s' is not supported as a digest mechanism
-
-
Method Details
-
resourceName
Returns the name of the resource associated with the messages contained in this class. The resource name may be used for obtaining named loggers, e.g. using SLF4J'sorg.slf4j.LoggerFactory#getLogger(String name)
.- Returns:
- The name of the resource associated with the messages contained in this class.
-