![JAR search and dependency download from the Maven repository](/logo.png)
com.unboundid.ldap.sdk.unboundidds.controls.ControlMessages Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unboundid-ldapsdk-commercial-edition Show documentation
Show all versions of unboundid-ldapsdk-commercial-edition Show documentation
The UnboundID LDAP SDK for Java is a fast, comprehensive, and easy-to-use
Java API for communicating with LDAP directory servers and performing
related tasks like reading and writing LDIF, encoding and decoding data
using base64 and ASN.1 BER, and performing secure communication. This
package contains the Commercial Edition of the LDAP SDK, which includes
all of the general-purpose functionality contained in the Standard
Edition, plus additional functionality specific to UnboundID server
products.
The newest version!
/*
* Copyright 2017 UnboundID Corp.
* All Rights Reserved.
*/
/*
* Copyright (C) 2017 UnboundID Corp.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License (GPLv2 only)
* or the terms of the GNU Lesser General Public License (LGPLv2.1 only)
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see .
*/
package com.unboundid.ldap.sdk.unboundidds.controls;
import java.text.MessageFormat;
import java.util.ResourceBundle;
import java.util.concurrent.ConcurrentHashMap;
/**
* This enum defines a set of message keys for messages in the
* com.unboundid.ldap.sdk.unboundidds.controls package, which correspond to messages in the
* unboundid-ldapsdk-unboundid-controls.properties properties file.
*
* This source file was generated from the properties file.
* Do not edit it directly.
*/
enum ControlMessages
{
/**
* The provided control cannot be decoded as an account usable request control because it has a value.
*/
ERR_ACCOUNT_USABLE_REQUEST_HAS_VALUE("The provided control cannot be decoded as an account usable request control because it has a value."),
/**
* Unable to decode the provided control as an account usable response control because the remainingGraceLogins element could not be decoded as an integer: {0}
*/
ERR_ACCOUNT_USABLE_RESPONSE_GRACE_LOGINS_NOT_INT("Unable to decode the provided control as an account usable response control because the remainingGraceLogins element could not be decoded as an integer: {0}"),
/**
* Unable to decode the provided control as an account usable response control because the isInactive element could not be decoded as a Boolean: {0}
*/
ERR_ACCOUNT_USABLE_RESPONSE_INACTIVE_NOT_BOOLEAN("Unable to decode the provided control as an account usable response control because the isInactive element could not be decoded as a Boolean: {0}"),
/**
* Unable to decode the provided control as an account usable response control because the control value element had an invalid BER type of {0}.
*/
ERR_ACCOUNT_USABLE_RESPONSE_INVALID_TYPE("Unable to decode the provided control as an account usable response control because the control value element had an invalid BER type of {0}."),
/**
* Unable to decode the provided control as an account usable response control because the passwordIsExpired element could not be decoded as a Boolean: {0}
*/
ERR_ACCOUNT_USABLE_RESPONSE_IS_EXP_NOT_BOOLEAN("Unable to decode the provided control as an account usable response control because the passwordIsExpired element could not be decoded as a Boolean: {0}"),
/**
* Unable to decode the provided control as an account usable control because the MORE_INFO sequence contained an element with an invalid BER type of {0}.
*/
ERR_ACCOUNT_USABLE_RESPONSE_MORE_INFO_INVALID_TYPE("Unable to decode the provided control as an account usable control because the MORE_INFO sequence contained an element with an invalid BER type of {0}."),
/**
* Unable to decode the provided control as an account usable response control because the mustChangePassword element could not be decoded as a Boolean: {0}
*/
ERR_ACCOUNT_USABLE_RESPONSE_MUST_CHANGE_NOT_BOOLEAN("Unable to decode the provided control as an account usable response control because the mustChangePassword element could not be decoded as a Boolean: {0}"),
/**
* Unable to decode the provided control as an account usable response control because the provided control does not have a value.
*/
ERR_ACCOUNT_USABLE_RESPONSE_NO_VALUE("Unable to decode the provided control as an account usable response control because the provided control does not have a value."),
/**
* Unable to decode the provided control as an account usable response control because the seconds until expiration element could not be decoded as an integer: {0}
*/
ERR_ACCOUNT_USABLE_RESPONSE_STE_NOT_INT("Unable to decode the provided control as an account usable response control because the seconds until expiration element could not be decoded as an integer: {0}"),
/**
* Unable to decode the provided control as an account usable response control because the secondsUntilUnlock element could not be decoded as an integer: {0}
*/
ERR_ACCOUNT_USABLE_RESPONSE_STU_NOT_INT("Unable to decode the provided control as an account usable response control because the secondsUntilUnlock element could not be decoded as an integer: {0}"),
/**
* Unable to decode the provided control as an account usable response control because the control value could not be decoded as an ASN.1 element: {0}
*/
ERR_ACCOUNT_USABLE_RESPONSE_VALUE_NOT_ELEMENT("Unable to decode the provided control as an account usable response control because the control value could not be decoded as an ASN.1 element: {0}"),
/**
* Unable to decode the provided control as an account usable response control because the control value element could not be decoded as an ASN.1 sequence: {0}
*/
ERR_ACCOUNT_USABLE_RESPONSE_VALUE_NOT_SEQUENCE("Unable to decode the provided control as an account usable response control because the control value element could not be decoded as an ASN.1 sequence: {0}"),
/**
* The account has been locked or deactivated.
*/
ERR_ACCT_UNUSABLE_INACTIVE("The account has been locked or deactivated."),
/**
* The password must be changed before any other operations will be allowed.
*/
ERR_ACCT_UNUSABLE_MUST_CHANGE_PW("The password must be changed before any other operations will be allowed."),
/**
* The password is expired.
*/
ERR_ACCT_UNUSABLE_PW_EXPIRED("The password is expired."),
/**
* {0,number,0} grace logins are available.
*/
ERR_ACCT_UNUSABLE_REMAINING_GRACE_MULTIPLE("{0,number,0} grace logins are available."),
/**
* No remaining grace logins.
*/
ERR_ACCT_UNUSABLE_REMAINING_GRACE_NONE("No remaining grace logins."),
/**
* 1 grace login is available.
*/
ERR_ACCT_UNUSABLE_REMAINING_GRACE_ONE("1 grace login is available."),
/**
* The account will be automatically unlocked in {0,number,0} seconds.
*/
ERR_ACCT_UNUSABLE_SECONDS_UNTIL_UNLOCK("The account will be automatically unlocked in {0,number,0} seconds."),
/**
* The provided control cannot be decoded as an assured replication request control because an unexpected error occurred while attempting to decode the value: {0}
*/
ERR_ASSURED_REPLICATION_REQUEST_ERROR_DECODING_VALUE("The provided control cannot be decoded as an assured replication request control because an unexpected error occurred while attempting to decode the value: {0}"),
/**
* The provided control cannot be decoded as an assured replication request control because it included an unrecognized maximum local assurance level value of {0}.
*/
ERR_ASSURED_REPLICATION_REQUEST_INVALID_MAX_LOCAL_LEVEL("The provided control cannot be decoded as an assured replication request control because it included an unrecognized maximum local assurance level value of {0}."),
/**
* The provided control cannot be decoded as an assured replication request control because it included an unrecognized maximum remote assurance level value of {0}.
*/
ERR_ASSURED_REPLICATION_REQUEST_INVALID_MAX_REMOTE_LEVEL("The provided control cannot be decoded as an assured replication request control because it included an unrecognized maximum remote assurance level value of {0}."),
/**
* The provided control cannot be decoded as an assured replication request control because it included an unrecognized minimum local assurance level value of {0}.
*/
ERR_ASSURED_REPLICATION_REQUEST_INVALID_MIN_LOCAL_LEVEL("The provided control cannot be decoded as an assured replication request control because it included an unrecognized minimum local assurance level value of {0}."),
/**
* The provided control cannot be decoded as an assured replication request control because it included an unrecognized minimum remote assurance level value of {0}.
*/
ERR_ASSURED_REPLICATION_REQUEST_INVALID_MIN_REMOTE_LEVEL("The provided control cannot be decoded as an assured replication request control because it included an unrecognized minimum remote assurance level value of {0}."),
/**
* The provided control cannot be decoded as an assured replication request control because it does not have a value.
*/
ERR_ASSURED_REPLICATION_REQUEST_NO_VALUE("The provided control cannot be decoded as an assured replication request control because it does not have a value."),
/**
* The provided control cannot be decoded as an assured replication request control because the value sequence had an element with an unrecognized BER type of {0}.
*/
ERR_ASSURED_REPLICATION_REQUEST_UNEXPECTED_ELEMENT_TYPE("The provided control cannot be decoded as an assured replication request control because the value sequence had an element with an unrecognized BER type of {0}."),
/**
* The provided control cannot be decoded as an assured replication response control because an error occurred while attempting to decode a server result element: {0}
*/
ERR_ASSURED_REPLICATION_RESPONSE_ERROR_DECODING_SR("The provided control cannot be decoded as an assured replication response control because an error occurred while attempting to decode a server result element: {0}"),
/**
* The provided control cannot be decoded as an assured replication response control because an error occurred while attempting to decode the value: {0}
*/
ERR_ASSURED_REPLICATION_RESPONSE_ERROR_DECODING_VALUE("The provided control cannot be decoded as an assured replication response control because an error occurred while attempting to decode the value: {0}"),
/**
* The provided control cannot be decoded as an assured replication response control because it included an unrecognized local level value of {0}.
*/
ERR_ASSURED_REPLICATION_RESPONSE_INVALID_LOCAL_LEVEL("The provided control cannot be decoded as an assured replication response control because it included an unrecognized local level value of {0}."),
/**
* The provided control cannot be decoded as an assured replication response control because it included an unrecognized local result code value of {0}.
*/
ERR_ASSURED_REPLICATION_RESPONSE_INVALID_LOCAL_RESULT("The provided control cannot be decoded as an assured replication response control because it included an unrecognized local result code value of {0}."),
/**
* The provided control cannot be decoded as an assured replication response control because it included an unrecognized remote level value of {0}.
*/
ERR_ASSURED_REPLICATION_RESPONSE_INVALID_REMOTE_LEVEL("The provided control cannot be decoded as an assured replication response control because it included an unrecognized remote level value of {0}."),
/**
* The provided control cannot be decoded as an assured replication response control because it included an unrecognized remote result code value of {0}.
*/
ERR_ASSURED_REPLICATION_RESPONSE_INVALID_REMOTE_RESULT("The provided control cannot be decoded as an assured replication response control because it included an unrecognized remote result code value of {0}."),
/**
* The provided control cannot be decoded as an assured replication response control because it does not indicate whether the desired local level of assurance was satisfied.
*/
ERR_ASSURED_REPLICATION_RESPONSE_NO_LOCAL_SATISFIED("The provided control cannot be decoded as an assured replication response control because it does not indicate whether the desired local level of assurance was satisfied."),
/**
* The provided control cannot be decoded as an assured replication response control because it does not indicate whether the desired remote level of assurance was satisfied.
*/
ERR_ASSURED_REPLICATION_RESPONSE_NO_REMOTE_SATISFIED("The provided control cannot be decoded as an assured replication response control because it does not indicate whether the desired remote level of assurance was satisfied."),
/**
* The provided control cannot be decoded as an assured replication response control because it does not have a value.
*/
ERR_ASSURED_REPLICATION_RESPONSE_NO_VALUE("The provided control cannot be decoded as an assured replication response control because it does not have a value."),
/**
* The provided control cannot be decoded as an assured replication response control because the value sequence included an element with an unexpected BER type of {0}.
*/
ERR_ASSURED_REPLICATION_RESPONSE_UNEXPECTED_ELEMENT_TYPE("The provided control cannot be decoded as an assured replication response control because the value sequence included an element with an unexpected BER type of {0}. "),
/**
* An error occurred while attempting to decode an assured replication server result: {0}
*/
ERR_ASSURED_REPLICATION_SERVER_RESULT_CANNOT_DECODE("An error occurred while attempting to decode an assured replication server result: {0}"),
/**
* Unrecognized result code value {0} found in the replication server result.
*/
ERR_ASSURED_REPLICATION_SERVER_RESULT_INVALID_RESULT_CODE("Unrecognized result code value {0} found in the replication server result."),
/**
* The encoded assured replication server result did not include the required result code element.
*/
ERR_ASSURED_REPLICATION_SERVER_RESULT_NO_RESULT_CODE("The encoded assured replication server result did not include the required result code element."),
/**
* The encoded assured replication server result did not include the required replication server ID element.
*/
ERR_ASSURED_REPLICATION_SERVER_RESULT_NO_SERVER_ID("The encoded assured replication server result did not include the required replication server ID element."),
/**
* Unable to decode an assured replication server result because the element sequence included an element with an unexpected BER type of {0}.
*/
ERR_ASSURED_REPLICATION_SERVER_RESULT_UNEXPECTED_ELEMENT_TYPE("Unable to decode an assured replication server result because the element sequence included an element with an unexpected BER type of {0}."),
/**
* Unable to decode string ''{0}'' as an account usability error: {1}
*/
ERR_AUTH_FAILURE_REASON_CANNOT_DECODE("Unable to decode string ''{0}'' as an account usability error: {1}"),
/**
* There was no ''code'' element containing the integer value for the error.
*/
ERR_AUTH_FAILURE_REASON_NO_CODE("There was no ''code'' element containing the integer value for the error."),
/**
* There was no ''name'' element containing the name for the error.
*/
ERR_AUTH_FAILURE_REASON_NO_NAME("There was no ''name'' element containing the name for the error."),
/**
* An error occurred while attempting to decode the provided control as an exclude branch request control: {0}
*/
ERR_EXCLUDE_BRANCH_ERROR_PARSING_VALUE("An error occurred while attempting to decode the provided control as an exclude branch request control: {0}"),
/**
* The provided control cannot be decoded as an exclude branch request control because it does not have a value.
*/
ERR_EXCLUDE_BRANCH_MISSING_VALUE("The provided control cannot be decoded as an exclude branch request control because it does not have a value."),
/**
* The provided control cannot be decoded as an exclude branch request control because the value did not specify any base DNs to be excluded.
*/
ERR_EXCLUDE_BRANCH_NO_BASE_DNS("The provided control cannot be decoded as an exclude branch request control because the value did not specify any base DNs to be excluded."),
/**
* The provided control cannot be decoded as an exclude branch request control because the value cannot be parsed as an ASN.1 sequence: {0}
*/
ERR_EXCLUDE_BRANCH_VALUE_NOT_SEQUENCE("The provided control cannot be decoded as an exclude branch request control because the value cannot be parsed as an ASN.1 sequence: {0}"),
/**
* The provided control cannot be decoded as an extended schema info request control because it has a value.
*/
ERR_EXTENDED_SCHEMA_INFO_REQUEST_HAS_VALUE("The provided control cannot be decoded as an extended schema info request control because it has a value."),
/**
* The provided control cannot be decoded as a get effective rights control because an error occurred while attempting to decode the target attributes: {0}
*/
ERR_GER_REQUEST_CANNOT_DECODE("The provided control cannot be decoded as a get effective rights control because an error occurred while attempting to decode the target attributes: {0}"),
/**
* The provided control cannot be decoded as a get effective rights control because the sequence had an invalid number of elements (expected 1 or 2, got {0,number,0}).
*/
ERR_GER_REQUEST_INVALID_ELEMENT_COUNT("The provided control cannot be decoded as a get effective rights control because the sequence had an invalid number of elements (expected 1 or 2, got {0,number,0})."),
/**
* The provided control cannot be decoded as a get effective rights request control because it does not have a value.
*/
ERR_GER_REQUEST_NO_VALUE("The provided control cannot be decoded as a get effective rights request control because it does not have a value."),
/**
* The provided control cannot be decoded as a get effective rights control because the value could not be decoded as an ASN.1 sequence: {0}
*/
ERR_GER_REQUEST_VALUE_NOT_SEQUENCE("The provided control cannot be decoded as a get effective rights control because the value could not be decoded as an ASN.1 sequence: {0}"),
/**
* Unable to decode the provided control as an authorization entry request control: {0}
*/
ERR_GET_AUTHORIZATION_ENTRY_REQUEST_CANNOT_DECODE_VALUE("Unable to decode the provided control as an authorization entry request control: {0}"),
/**
* Unable to decode the provided control as an authorization entry request control because the values sequence included an element with an invalid BER type {0}.
*/
ERR_GET_AUTHORIZATION_ENTRY_REQUEST_INVALID_SEQUENCE_ELEMENT("Unable to decode the provided control as an authorization entry request control because the values sequence included an element with an invalid BER type {0}."),
/**
* Unable to decode the provided control as an authorization entry response control: {0}
*/
ERR_GET_AUTHORIZATION_ENTRY_RESPONSE_CANNOT_DECODE_VALUE("Unable to decode the provided control as an authorization entry response control: {0}"),
/**
* Unable to decode the provided control as an authorization entry response control because the control entry sequence had an element with an invalid BER type of {0}.
*/
ERR_GET_AUTHORIZATION_ENTRY_RESPONSE_INVALID_ENTRY_TYPE("Unable to decode the provided control as an authorization entry response control because the control entry sequence had an element with an invalid BER type of {0}."),
/**
* Unable to decode the provided control as an authorization entry response control because the control value sequence had an element with an invalid BER type of {0}.
*/
ERR_GET_AUTHORIZATION_ENTRY_RESPONSE_INVALID_VALUE_TYPE("Unable to decode the provided control as an authorization entry response control because the control value sequence had an element with an invalid BER type of {0}."),
/**
* Unable to decode the provided control as an authorization entry response control because it does not have a value.
*/
ERR_GET_AUTHORIZATION_ENTRY_RESPONSE_NO_VALUE("Unable to decode the provided control as an authorization entry response control because it does not have a value."),
/**
* The provided control cannot be decoded as a get backend set ID request control because it has a value.
*/
ERR_GET_BACKEND_SET_ID_REQUEST_HAS_VALUE("The provided control cannot be decoded as a get backend set ID request control because it has a value."),
/**
* An unexpected problem was encountered while attempting to decode the provided value as a get backend set ID response control value: {0}
*/
ERR_GET_BACKEND_SET_ID_RESPONSE_CANNOT_DECODE("An unexpected problem was encountered while attempting to decode the provided value as a get backend set ID response control value: {0}"),
/**
* The provided control cannot be decoded as a get backend set ID response control because it does not have a value.
*/
ERR_GET_BACKEND_SET_ID_RESPONSE_MISSING_VALUE("The provided control cannot be decoded as a get backend set ID response control because it does not have a value."),
/**
* The provided control cannot be decoded as a get password policy state issues request control because it has a value.
*/
ERR_GET_PWP_STATE_ISSUES_REQUEST_HAS_VALUE("The provided control cannot be decoded as a get password policy state issues request control because it has a value."),
/**
* The provided control cannot be decoded as a get password policy state issues response control: {0}
*/
ERR_GET_PWP_STATE_ISSUES_RESPONSE_CANNOT_DECODE("The provided control cannot be decoded as a get password policy state issues response control: {0}"),
/**
* The provided control cannot be decoded as a get password policy state issues response control because it does not have a value.
*/
ERR_GET_PWP_STATE_ISSUES_RESPONSE_NO_VALUE("The provided control cannot be decoded as a get password policy state issues response control because it does not have a value."),
/**
* The provided control cannot be decoded as a get password policy state issues response control because the value sequence includes an element with an unexpected type of {0}.
*/
ERR_GET_PWP_STATE_ISSUES_RESPONSE_UNEXPECTED_TYPE("The provided control cannot be decoded as a get password policy state issues response control because the value sequence includes an element with an unexpected type of {0}."),
/**
* The provided control cannot be decoded as a get server ID request control because it has a value.
*/
ERR_GET_SERVER_ID_REQUEST_HAS_VALUE("The provided control cannot be decoded as a get server ID request control because it has a value."),
/**
* The provided control cannot be decoded as a get server ID response control because it does not have a value.
*/
ERR_GET_SERVER_ID_RESPONSE_MISSING_VALUE("The provided control cannot be decoded as a get server ID response control because it does not have a value."),
/**
* The provided control cannot be decoded as a get user resource limits request control because it has a value.
*/
ERR_GET_USER_RESOURCE_LIMITS_REQUEST_HAS_VALUE("The provided control cannot be decoded as a get user resource limits request control because it has a value."),
/**
* The provided control cannot be decoded as a get user resource limits control because an error was encountered while decoding its value: {0}
*/
ERR_GET_USER_RESOURCE_LIMITS_RESPONSE_CANNOT_DECODE_VALUE("The provided control cannot be decoded as a get user resource limits control because an error was encountered while decoding its value: {0}"),
/**
* The provided control cannot be decoded as a get user resource limits control because it does not have a value.
*/
ERR_GET_USER_RESOURCE_LIMITS_RESPONSE_MISSING_VALUE("The provided control cannot be decoded as a get user resource limits control because it does not have a value."),
/**
* Unable to decode the provided control as a hard delete request control because an error occurred while attempting to parse the value: {0}
*/
ERR_HARD_DELETE_REQUEST_CANNOT_DECODE_VALUE("Unable to decode the provided control as a hard delete request control because an error occurred while attempting to parse the value: {0}"),
/**
* Unable to decode the provided control as a hard delete request control because the value sequence had an unexpected element with type {0}.
*/
ERR_HARD_DELETE_REQUEST_UNSUPPORTED_VALUE_ELEMENT_TYPE("Unable to decode the provided control as a hard delete request control because the value sequence had an unexpected element with type {0}."),
/**
* Unable to decode the downstreamRequest element of the intermediate client request value: {0}
*/
ERR_ICREQ_CANNOT_DECODE_DOWNSTREAM_REQUEST("Unable to decode the downstreamRequest element of the intermediate client request value: {0}"),
/**
* Unable to decode the downstreamClientSecure element of the intermediate client request value: {0}
*/
ERR_ICREQ_CANNOT_DECODE_DOWNSTREAM_SECURE("Unable to decode the downstreamClientSecure element of the intermediate client request value: {0}"),
/**
* Unable to decode the provided control as an intermediate client request control because it does not have a value.
*/
ERR_ICREQ_CONTROL_NO_VALUE("Unable to decode the provided control as an intermediate client request control because it does not have a value."),
/**
* Unable to decode the provided control as in intermediate client request control because the value cannot be decoded as an ASN.1 sequence: {0}
*/
ERR_ICREQ_CONTROL_VALUE_NOT_SEQUENCE("Unable to decode the provided control as in intermediate client request control because the value cannot be decoded as an ASN.1 sequence: {0}"),
/**
* Unable to decode the intermediate client request value because the value sequence contained an element with invalid type {0}.
*/
ERR_ICREQ_INVALID_ELEMENT_TYPE("Unable to decode the intermediate client request value because the value sequence contained an element with invalid type {0}."),
/**
* Unable to decode the upstreamResponse element of the intermediate client response value: {0}
*/
ERR_ICRESP_CANNOT_DECODE_UPSTREAM_RESPONSE("Unable to decode the upstreamResponse element of the intermediate client response value: {0}"),
/**
* Unable to decode the upstreamServerSecure element of the intermediate client response value: {0}
*/
ERR_ICRESP_CANNOT_DECODE_UPSTREAM_SECURE("Unable to decode the upstreamServerSecure element of the intermediate client response value: {0}"),
/**
* Unable to decode the provided control as an intermediate client response control because it does not have a value.
*/
ERR_ICRESP_CONTROL_NO_VALUE("Unable to decode the provided control as an intermediate client response control because it does not have a value."),
/**
* Unable to decode the provided control as in intermediate client response control because the value cannot be decoded as an ASN.1 sequence: {0}
*/
ERR_ICRESP_CONTROL_VALUE_NOT_SEQUENCE("Unable to decode the provided control as in intermediate client response control because the value cannot be decoded as an ASN.1 sequence: {0}"),
/**
* Unable to decode the intermediate client response value because the value sequence contained an element with invalid type {0}.
*/
ERR_ICRESP_INVALID_ELEMENT_TYPE("Unable to decode the intermediate client response value because the value sequence contained an element with invalid type {0}."),
/**
* Unable to decode the provided control as an ignore NO-USER-MODIFICATION request control because the control had a value when none was expected.
*/
ERR_IGNORENUM_REQUEST_HAS_VALUE("Unable to decode the provided control as an ignore NO-USER-MODIFICATION request control because the control had a value when none was expected."),
/**
* Unable to decode the provided control as an interactive transaction specification request control because the abortOnFailure element of the value sequence could not be decoded as a Boolean: {0}
*/
ERR_INT_TXN_REQUEST_ABORT_ON_FAILURE_NOT_BOOLEAN("Unable to decode the provided control as an interactive transaction specification request control because the abortOnFailure element of the value sequence could not be decoded as a Boolean: {0}"),
/**
* Unable to decode the provided control as an interactive transaction specification request control because the value sequence contained an element with an invalid BER type of {0}.
*/
ERR_INT_TXN_REQUEST_INVALID_ELEMENT_TYPE("Unable to decode the provided control as an interactive transaction specification request control because the value sequence contained an element with an invalid BER type of {0}."),
/**
* Unable to decode the provided control as an interactive transaction specification request control because it did not include a transaction ID.
*/
ERR_INT_TXN_REQUEST_NO_TXN_ID("Unable to decode the provided control as an interactive transaction specification request control because it did not include a transaction ID."),
/**
* Unable to decode the provided control as an interactive transaction specification request control because it does not have a value.
*/
ERR_INT_TXN_REQUEST_NO_VALUE("Unable to decode the provided control as an interactive transaction specification request control because it does not have a value."),
/**
* Unable to decode the provided control as an interactive transaction specification request control because the control value could not be decoded as a sequence: {0}
*/
ERR_INT_TXN_REQUEST_VALUE_NOT_SEQUENCE("Unable to decode the provided control as an interactive transaction specification request control because the control value could not be decoded as a sequence: {0}"),
/**
* Unable to decode the provided control as an interactive transaction specification request control because the writeLock element of the value sequence could not be decoded as a Boolean: {0}
*/
ERR_INT_TXN_REQUEST_WRITE_LOCK_NOT_BOOLEAN("Unable to decode the provided control as an interactive transaction specification request control because the writeLock element of the value sequence could not be decoded as a Boolean: {0}"),
/**
* Unable to decode the provided control as an interactive transaction specification response control because the baseDNs element could not be decoded as a sequence: {0}
*/
ERR_INT_TXN_RESPONSE_BASE_DNS_NOT_SEQUENCE("Unable to decode the provided control as an interactive transaction specification response control because the baseDNs element could not be decoded as a sequence: {0}"),
/**
* Unable to decode the provided control as an interactive transaction specification response control because the value sequence contained an element with an invalid BER type of {0}.
*/
ERR_INT_TXN_RESPONSE_INVALID_ELEMENT_TYPE("Unable to decode the provided control as an interactive transaction specification response control because the value sequence contained an element with an invalid BER type of {0}."),
/**
* Unable to decode the provided control as an interactive transaction specification response control because it did not include a transactionValid element.
*/
ERR_INT_TXN_RESPONSE_NO_TXN_VALID("Unable to decode the provided control as an interactive transaction specification response control because it did not include a transactionValid element."),
/**
* Unable to decode the provided control as an interactive transaction specification response control because it does not have a value.
*/
ERR_INT_TXN_RESPONSE_NO_VALUE("Unable to decode the provided control as an interactive transaction specification response control because it does not have a value."),
/**
* Unable to decode the provided control as an interactive transaction specification response control because the transactionValid element could not be decoded as a Boolean: {0}
*/
ERR_INT_TXN_RESPONSE_TXN_VALID_NOT_BOOLEAN("Unable to decode the provided control as an interactive transaction specification response control because the transactionValid element could not be decoded as a Boolean: {0}"),
/**
* Unable to decode the provided control as an interactive transaction specification response control because the control value could not be decoded as a sequence: {0}
*/
ERR_INT_TXN_RESPONSE_VALUE_NOT_SEQUENCE("Unable to decode the provided control as an interactive transaction specification response control because the control value could not be decoded as a sequence: {0}"),
/**
* Unable to decode an ASN.1 element as a joined entry: {0}
*/
ERR_JOINED_ENTRY_CANNOT_DECODE("Unable to decode an ASN.1 element as a joined entry: {0}"),
/**
* The join base DN element could not be decoded because it has an unrecognized BER type of {0}.
*/
ERR_JOIN_BASE_DECODE_INVALID_TYPE("The join base DN element could not be decoded because it has an unrecognized BER type of {0}."),
/**
* The provided control cannot be decoded as a join request control because it does not have a value
*/
ERR_JOIN_REQUEST_CONTROL_NO_VALUE("The provided control cannot be decoded as a join request control because it does not have a value"),
/**
* The join request value could not be decoded: {0}
*/
ERR_JOIN_REQUEST_VALUE_CANNOT_DECODE("The join request value could not be decoded: {0}"),
/**
* The join request value sequence included an element with an invalid BER type of {0}.
*/
ERR_JOIN_REQUEST_VALUE_INVALID_ELEMENT_TYPE("The join request value sequence included an element with an invalid BER type of {0}."),
/**
* Unable to decode a control as a join result control: {0}
*/
ERR_JOIN_RESULT_CANNOT_DECODE("Unable to decode a control as a join result control: {0}"),
/**
* The join result value sequence included an element with an invalid BER type of {0}.
*/
ERR_JOIN_RESULT_INVALID_ELEMENT_TYPE("The join result value sequence included an element with an invalid BER type of {0}."),
/**
* Unable to decode a join result control because it did not have a value.
*/
ERR_JOIN_RESULT_NO_VALUE("Unable to decode a join result control because it did not have a value."),
/**
* The join rule element could not be decoded: {0}
*/
ERR_JOIN_RULE_CANNOT_DECODE("The join rule element could not be decoded: {0}"),
/**
* The join rule element could not be decoded because it has an unrecognized BER type of {0}.
*/
ERR_JOIN_RULE_DECODE_INVALID_TYPE("The join rule element could not be decoded because it has an unrecognized BER type of {0}."),
/**
* An unexpected problem was encountered while attempting to decode the provided control as a matching entry count request control: {0}
*/
ERR_MATCHING_ENTRY_COUNT_REQUEST_CANNOT_DECODE("An unexpected problem was encountered while attempting to decode the provided control as a matching entry count request control: {0}"),
/**
* An error was encountered while attempting to decode the provided control as a matching entry count request control because the value sequence includes an element with an unrecognized BER type of ''{0}''.
*/
ERR_MATCHING_ENTRY_COUNT_REQUEST_INVALID_ELEMENT_TYPE("An error was encountered while attempting to decode the provided control as a matching entry count request control because the value sequence includes an element with an unrecognized BER type of ''{0}''."),
/**
* The matching entry count request control is invalid because it contains a negative value for the maximum number of candidate entries to examine.
*/
ERR_MATCHING_ENTRY_COUNT_REQUEST_INVALID_MAX("The matching entry count request control is invalid because it contains a negative value for the maximum number of candidate entries to examine."),
/**
* The provided control cannot be decoded as a matching entry count request control because it does not have a value.
*/
ERR_MATCHING_ENTRY_COUNT_REQUEST_MISSING_VALUE("The provided control cannot be decoded as a matching entry count request control because it does not have a value."),
/**
* An unexpected problem was encountered while attempting to decode the provided control as a matching entry count response control: {0}
*/
ERR_MATCHING_ENTRY_COUNT_RESPONSE_CANNOT_DECODE("An unexpected problem was encountered while attempting to decode the provided control as a matching entry count response control: {0}"),
/**
* An error was encountered while attempting to decode a matching entry count response control value because it contained an invalid count type of {0}.
*/
ERR_MATCHING_ENTRY_COUNT_RESPONSE_INVALID_COUNT_TYPE("An error was encountered while attempting to decode a matching entry count response control value because it contained an invalid count type of {0}."),
/**
* The provided control cannot be decoded as a matching entry count response control because it does not have a value.
*/
ERR_MATCHING_ENTRY_COUNT_RESPONSE_MISSING_VALUE("The provided control cannot be decoded as a matching entry count response control because it does not have a value."),
/**
* An error was encountered while attempting to decode a matching entry count response control value because the exact count value is negative.
*/
ERR_MATCHING_ENTRY_COUNT_RESPONSE_NEGATIVE_EXACT_COUNT("An error was encountered while attempting to decode a matching entry count response control value because the exact count value is negative."),
/**
* An error was encountered while attempting to decode a matching entry count response control value because the upper bound value is negative or zero.
*/
ERR_MATCHING_ENTRY_COUNT_RESPONSE_NON_POSITIVE_UPPER_BOUND("An error was encountered while attempting to decode a matching entry count response control value because the upper bound value is negative or zero."),
/**
* An error was encountered while attempting to decode a matching entry count response control because the value sequence contained an element with an unexpected BER type of {0}.
*/
ERR_MATCHING_ENTRY_COUNT_RESPONSE_UNKNOWN_ELEMENT_TYPE("An error was encountered while attempting to decode a matching entry count response control because the value sequence contained an element with an unexpected BER type of {0}."),
/**
* The provided control cannot be decoded as a name with entryUUID request control because it has a value.
*/
ERR_NAME_WITH_ENTRY_UUID_REQUEST_HAS_VALUE("The provided control cannot be decoded as a name with entryUUID request control because it has a value."),
/**
* The provided control cannot be decoded as a no-op request control because it has a value.
*/
ERR_NOOP_REQUEST_HAS_VALUE("The provided control cannot be decoded as a no-op request control because it has a value."),
/**
* The provided control cannot be decoded as an operation purpose request control because it does not have a value.
*/
ERR_OP_PURPOSE_NO_VALUE("The provided control cannot be decoded as an operation purpose request control because it does not have a value."),
/**
* The provided control cannot be decoded as an operation purpose request control because its value cannot be parsed as an ASN.1 sequence: {0}
*/
ERR_OP_PURPOSE_VALUE_NOT_SEQUENCE("The provided control cannot be decoded as an operation purpose request control because its value cannot be parsed as an ASN.1 sequence: {0}"),
/**
* The provided control cannot be decoded as an operation purpose request control because its value sequence did not contain any elements.
*/
ERR_OP_PURPOSE_VALUE_SEQUENCE_EMPTY("The provided control cannot be decoded as an operation purpose request control because its value sequence did not contain any elements."),
/**
* The provided control cannot be decoded as an operation purpose request control because the value sequence contains an element with an unsupported BER type of ''{0}''.
*/
ERR_OP_PURPOSE_VALUE_UNSUPPORTED_ELEMENT("The provided control cannot be decoded as an operation purpose request control because the value sequence contains an element with an unsupported BER type of ''{0}''."),
/**
* The provided control cannot be decoded as a purge password request control because the provided control has a value.
*/
ERR_PURGE_PASSWORD_REQUEST_CONTROL_HAS_VALUE("The provided control cannot be decoded as a purge password request control because the provided control has a value."),
/**
* The provided control cannot be decoded as a password policy request control because it has a value.
*/
ERR_PWP_REQUEST_HAS_VALUE("The provided control cannot be decoded as a password policy request control because it has a value."),
/**
* The provided control cannot be decoded as a password policy response control because the error type element could not be decoded: {0}
*/
ERR_PWP_RESPONSE_CANNOT_DECODE_ERROR("The provided control cannot be decoded as a password policy response control because the error type element could not be decoded: {0}"),
/**
* The provided control cannot be decoded as a password policy response control because the warning type element could not be decoded: {0}
*/
ERR_PWP_RESPONSE_CANNOT_DECODE_WARNING("The provided control cannot be decoded as a password policy response control because the warning type element could not be decoded: {0}"),
/**
* The provided control cannot be decoded as a password policy response control because there were too many elements in the value sequence (expected between 0 and 2, got {0,number,0}).
*/
ERR_PWP_RESPONSE_INVALID_ELEMENT_COUNT("The provided control cannot be decoded as a password policy response control because there were too many elements in the value sequence (expected between 0 and 2, got {0,number,0})."),
/**
* The provided control cannot be decoded as a password policy response control because it had an invalid error type ({0}).
*/
ERR_PWP_RESPONSE_INVALID_ERROR_TYPE("The provided control cannot be decoded as a password policy response control because it had an invalid error type ({0})."),
/**
* The provided control cannot be decoded as a password policy response control because the value sequence contained an element with an invalid type ({0}).
*/
ERR_PWP_RESPONSE_INVALID_TYPE("The provided control cannot be decoded as a password policy response control because the value sequence contained an element with an invalid type ({0})."),
/**
* The provided control cannot be decoded as a password policy response control because the warning type element had an invalid type ({0}).
*/
ERR_PWP_RESPONSE_INVALID_WARNING_TYPE("The provided control cannot be decoded as a password policy response control because the warning type element had an invalid type ({0})."),
/**
* The provided control cannot be decoded as a password policy response control because the value sequence contained multiple error elements.
*/
ERR_PWP_RESPONSE_MULTIPLE_ERROR("The provided control cannot be decoded as a password policy response control because the value sequence contained multiple error elements."),
/**
* The provided control cannot be decoded as a password policy response control because the value sequence contained multiple warning elements.
*/
ERR_PWP_RESPONSE_MULTIPLE_WARNING("The provided control cannot be decoded as a password policy response control because the value sequence contained multiple warning elements."),
/**
* The provided control cannot be decoded as a password policy response control because it does not have a value.
*/
ERR_PWP_RESPONSE_NO_VALUE("The provided control cannot be decoded as a password policy response control because it does not have a value."),
/**
* The provided control cannot be decoded as a password policy response control because the control value could not be decoded as a sequence: {0}
*/
ERR_PWP_RESPONSE_VALUE_NOT_SEQUENCE("The provided control cannot be decoded as a password policy response control because the control value could not be decoded as a sequence: {0}"),
/**
* An error occurred while attempting to decode the provided ASN.1 element as a password quality requirement validation result: {0}
*/
ERR_PW_REQ_VALIDATION_RESULT_CANNOT_DECODE("An error occurred while attempting to decode the provided ASN.1 element as a password quality requirement validation result: {0}"),
/**
* Unable to decode the provided ASN.1 element as a password quality requirement validation result because the sequence included an element with an unrecognized BER type of {0}.
*/
ERR_PW_REQ_VALIDATION_RESULT_INVALID_ELEMENT_TYPE("Unable to decode the provided ASN.1 element as a password quality requirement validation result because the sequence included an element with an unrecognized BER type of {0}."),
/**
* The provided control cannot be decoded as a password validation details request control because it has a value.
*/
ERR_PW_VALIDATION_REQUEST_HAS_VALUE("The provided control cannot be decoded as a password validation details request control because it has a value."),
/**
* Unable to decode the provided control information as a password validation details response control because an error was encountered while attempting to parse the value: {0}
*/
ERR_PW_VALIDATION_RESPONSE_ERROR_PARSING_VALUE("Unable to decode the provided control information as a password validation details response control because an error was encountered while attempting to parse the value: {0}"),
/**
* Unable to decode the provided control information as a password validation details response control because the value sequence includes an unrecognized response type of {0}.
*/
ERR_PW_VALIDATION_RESPONSE_INVALID_RESPONSE_TYPE("Unable to decode the provided control information as a password validation details response control because the value sequence includes an unrecognized response type of {0}."),
/**
* Unable to decode the provided control information as a password validation details response control because there is no control value.
*/
ERR_PW_VALIDATION_RESPONSE_NO_VALUE("Unable to decode the provided control information as a password validation details response control because there is no control value."),
/**
* The provided control cannot be decoded as a real attributes only request control because it has a value.
*/
ERR_REAL_ATTRS_ONLY_REQUEST_HAS_VALUE("The provided control cannot be decoded as a real attributes only request control because it has a value."),
/**
* The provided control cannot be decoded as a replication repair request control because it has a value.
*/
ERR_REPLICATION_REPAIR_REQUEST_HAS_VALUE("The provided control cannot be decoded as a replication repair request control because it has a value."),
/**
* The provided control cannot be decoded as a retain identity request control because it has a value.
*/
ERR_RETAIN_IDENTITY_REQUEST_HAS_VALUE("The provided control cannot be decoded as a retain identity request control because it has a value."),
/**
* The provided control cannot be decoded as a retire password request control because the provided control has a value.
*/
ERR_RETIRE_PASSWORD_REQUEST_CONTROL_HAS_VALUE("The provided control cannot be decoded as a retire password request control because the provided control has a value."),
/**
* The provided control cannot be decoded as a return conflict entries request control because it has a value.
*/
ERR_RETURN_CONFLICT_ENTRIES_REQUEST_HAS_VALUE("The provided control cannot be decoded as a return conflict entries request control because it has a value."),
/**
* Unable to decode the provided control as a valid route to backend set request control because it included an absolute routing type but an empty collection of backend sets.
*/
ERR_ROUTE_TO_BACKEND_SET_REQUEST_ABSOLUTE_SET_EMPTY("Unable to decode the provided control as a valid route to backend set request control because it included an absolute routing type but an empty collection of backend sets."),
/**
* An unexpected problem was encountered while attempting to decode the control value as a route to backend set request control value: {0}
*/
ERR_ROUTE_TO_BACKEND_SET_REQUEST_CANNOT_DECODE("An unexpected problem was encountered while attempting to decode the control value as a route to backend set request control value: {0}"),
/**
* Unable to decode the provided control as a valid route to backend set request control because it included a routing hint routing type but an empty collection of backend sets as the fallback set.
*/
ERR_ROUTE_TO_BACKEND_SET_REQUEST_HINT_FALLBACK_SET_EMPTY("Unable to decode the provided control as a valid route to backend set request control because it included a routing hint routing type but an empty collection of backend sets as the fallback set."),
/**
* Unable to decode the provided control as a valid route to backend set request control because it included a routing hint routing type but an empty collection of backend sets as the first guess.
*/
ERR_ROUTE_TO_BACKEND_SET_REQUEST_HINT_FIRST_SET_EMPTY("Unable to decode the provided control as a valid route to backend set request control because it included a routing hint routing type but an empty collection of backend sets as the first guess."),
/**
* The provided control cannot be decoded as a route to backend set request control because it does not have a value.
*/
ERR_ROUTE_TO_BACKEND_SET_REQUEST_MISSING_VALUE("The provided control cannot be decoded as a route to backend set request control because it does not have a value."),
/**
* Unable to decode the provided control as a route to backend set request control because the value sequence has an unrecognized routing type of {0}.
*/
ERR_ROUTE_TO_BACKEND_SET_REQUEST_UNKNOWN_ROUTING_TYPE("Unable to decode the provided control as a route to backend set request control because the value sequence has an unrecognized routing type of {0}."),
/**
* An error occurred while attempting to decode the provided control as a route to server request control: {0}
*/
ERR_ROUTE_TO_SERVER_REQUEST_ERROR_PARSING_VALUE("An error occurred while attempting to decode the provided control as a route to server request control: {0}"),
/**
* The provided control cannot be decoded as a route to server request control because the value sequence included an element with an unexpected type of {0}.
*/
ERR_ROUTE_TO_SERVER_REQUEST_INVALID_VALUE_TYPE("The provided control cannot be decoded as a route to server request control because the value sequence included an element with an unexpected type of {0}."),
/**
* The provided control cannot be decoded as a route to server request control because it does not have a value.
*/
ERR_ROUTE_TO_SERVER_REQUEST_MISSING_VALUE("The provided control cannot be decoded as a route to server request control because it does not have a value."),
/**
* The provided control cannot be decoded as a route to server request control because the value cannot be parsed as an ASN.1 sequence: {0}
*/
ERR_ROUTE_TO_SERVER_REQUEST_VALUE_NOT_SEQUENCE("The provided control cannot be decoded as a route to server request control because the value cannot be parsed as an ASN.1 sequence: {0}"),
/**
* Unable to decode the provided control as a soft-deleted entry access request control because an error occurred while attempting to parse the value: {0}
*/
ERR_SOFT_DELETED_ACCESS_REQUEST_CANNOT_DECODE_VALUE("Unable to decode the provided control as a soft-deleted entry access request control because an error occurred while attempting to parse the value: {0}"),
/**
* Unable to decode the provided control as a soft-deleted entry access request control because the value sequence had an unexpected element with type {0}.
*/
ERR_SOFT_DELETED_ACCESS_REQUEST_UNSUPPORTED_ELEMENT_TYPE("Unable to decode the provided control as a soft-deleted entry access request control because the value sequence had an unexpected element with type {0}."),
/**
* Unable to decode the provided control as a soft delete request control because an error occurred while attempting to parse the value: {0}
*/
ERR_SOFT_DELETE_REQUEST_CANNOT_DECODE_VALUE("Unable to decode the provided control as a soft delete request control because an error occurred while attempting to parse the value: {0}"),
/**
* Unable to decode the provided control as a soft delete request control because the value sequence had an unexpected element with type {0}.
*/
ERR_SOFT_DELETE_REQUEST_UNSUPPORTED_VALUE_ELEMENT_TYPE("Unable to decode the provided control as a soft delete request control because the value sequence had an unexpected element with type {0}."),
/**
* Unable to decode the provided control as a soft delete response control because it did not have a value.
*/
ERR_SOFT_DELETE_RESPONSE_NO_VALUE("Unable to decode the provided control as a soft delete response control because it did not have a value."),
/**
* Unable to decode the provided control as a soft delete response control because the value could not be parsed as a valid DN.
*/
ERR_SOFT_DELETE_RESPONSE_VALUE_NOT_DN("Unable to decode the provided control as a soft delete response control because the value could not be parsed as a valid DN."),
/**
* Unable to decode the value of the provided control for use as a suppress operational attribute request control because it included an unrecognized suppress type value of {0}.
*/
ERR_SUPPRESS_OP_ATTR_UNRECOGNIZED_SUPPRESS_TYPE("Unable to decode the value of the provided control for use as a suppress operational attribute request control because it included an unrecognized suppress type value of {0}."),
/**
* An error occurred while attempting to decode the value of the provided control as appropriate for a suppress operational attribute update request control: {0}
*/
ERR_SUPPRESS_OP_ATTR_UPDATE_REQUEST_CANNOT_DECODE("An error occurred while attempting to decode the value of the provided control as appropriate for a suppress operational attribute update request control: {0}"),
/**
* The provided control cannot be decoded as a suppress operational attribute update request control because it does not have a value.
*/
ERR_SUPPRESS_OP_ATTR_UPDATE_REQUEST_MISSING_VALUE("The provided control cannot be decoded as a suppress operational attribute update request control because it does not have a value."),
/**
* The provided control cannot be decoded as a suppress referential integrity updates request control because the provided control has a value.
*/
ERR_SUPPRESS_REFINT_REQUEST_CONTROL_HAS_VALUE("The provided control cannot be decoded as a suppress referential integrity updates request control because the provided control has a value."),
/**
* The provided control cannot be decoded as a transaction specification request control because it does not have a value.
*/
ERR_TXN_REQUEST_CONTROL_NO_VALUE("The provided control cannot be decoded as a transaction specification request control because it does not have a value."),
/**
* The provided control cannot be decoded as a transaction settings request control because an error was encountered while attempting to decode the value: {0}
*/
ERR_TXN_SETTINGS_REQUEST_ERROR_DECODING_VALUE("The provided control cannot be decoded as a transaction settings request control because an error was encountered while attempting to decode the value: {0}"),
/**
* Unable to decode a transaction settings request control because it specified an invalid value of {0,number,0} for the backend lock timeout.
*/
ERR_TXN_SETTINGS_REQUEST_INVALID_BACKEND_LOCK_TIMEOUT("Unable to decode a transaction settings request control because it specified an invalid value of {0,number,0} for the backend lock timeout."),
/**
* Unable to decode a transaction settings request control because it specified a value of {0,number,0} for the maximum transaction lock timeout, which is less than the specified minimum transaction lock timeout value of {1,number,0}.
*/
ERR_TXN_SETTINGS_REQUEST_INVALID_MAX_TXN_LOCK_TIMEOUT("Unable to decode a transaction settings request control because it specified a value of {0,number,0} for the maximum transaction lock timeout, which is less than the specified minimum transaction lock timeout value of {1,number,0}."),
/**
* Unable to decode a transaction settings request control because it specified an invalid value of {0,number,0} for the minimum transaction lock timeout.
*/
ERR_TXN_SETTINGS_REQUEST_INVALID_MIN_TXN_LOCK_TIMEOUT("Unable to decode a transaction settings request control because it specified an invalid value of {0,number,0} for the minimum transaction lock timeout."),
/**
* Unable to decode a transaction settings request control because it specified an invalid value of {0,number,0} for the number of retry attempts.
*/
ERR_TXN_SETTINGS_REQUEST_INVALID_RETRY_ATTEMPTS("Unable to decode a transaction settings request control because it specified an invalid value of {0,number,0} for the number of retry attempts."),
/**
* The provided control cannot be decoded as a transaction settings request control because it does not have a value.
*/
ERR_TXN_SETTINGS_REQUEST_MISSING_VALUE("The provided control cannot be decoded as a transaction settings request control because it does not have a value."),
/**
* Unable to decode a transaction settings request control because it indicated an unrecognized commit durability value of {0,number,0}.
*/
ERR_TXN_SETTINGS_REQUEST_UNKNOWN_DURABILITY("Unable to decode a transaction settings request control because it indicated an unrecognized commit durability value of {0,number,0}."),
/**
* Unable to decode a transaction settings request control because it indicated an unrecognized backend lock behavior value of {0,number,0}.
*/
ERR_TXN_SETTINGS_REQUEST_UNKNOWN_LOCK_BEHAVIOR("Unable to decode a transaction settings request control because it indicated an unrecognized backend lock behavior value of {0,number,0}."),
/**
* Unable to decode a transaction settings request control because the value sequence included an unrecognized element of type {0}.
*/
ERR_TXN_SETTINGS_REQUEST_UNRECOGNIZED_ELEMENT_TYPE("Unable to decode a transaction settings request control because the value sequence included an unrecognized element of type {0}."),
/**
* The provided control cannot be decoded as a transaction settings response control because an error was encountered while attempting to decode the control value: {0}
*/
ERR_TXN_SETTINGS_RESPONSE_ERROR_DECODING_VALUE("The provided control cannot be decoded as a transaction settings response control because an error was encountered while attempting to decode the control value: {0}"),
/**
* The provided control cannot be decoded as a transaction settings response control because it does not have a value.
*/
ERR_TXN_SETTINGS_RESPONSE_NO_VALUE("The provided control cannot be decoded as a transaction settings response control because it does not have a value."),
/**
* Unable to decode the provided control as an undelete request control because an error occurred while attempting to parse the value: {0}
*/
ERR_UNDELETE_REQUEST_CANNOT_DECODE_VALUE("Unable to decode the provided control as an undelete request control because an error occurred while attempting to parse the value: {0}"),
/**
* Unable to decode the provided control as an undelete request control because the value sequence had an unexpected element with type {0}.
*/
ERR_UNDELETE_REQUEST_UNSUPPORTED_VALUE_ELEMENT_TYPE("Unable to decode the provided control as an undelete request control because the value sequence had an unexpected element with type {0}."),
/**
* Unable to decode the provided control as an unsolicited cancel response control because it had a value but no value is allowed for this control.
*/
ERR_UNSOLICITED_CANCEL_RESPONSE_HAS_VALUE("Unable to decode the provided control as an unsolicited cancel response control because it had a value but no value is allowed for this control."),
/**
* The provided control cannot be decoded as a virtual attributes only request control because it has a value.
*/
ERR_VIRTUAL_ATTRS_ONLY_REQUEST_HAS_VALUE("The provided control cannot be decoded as a virtual attributes only request control because it has a value."),
/**
* Account Usable Request Control
*/
INFO_CONTROL_NAME_ACCOUNT_USABLE_REQUEST("Account Usable Request Control"),
/**
* Account Usable Response Control
*/
INFO_CONTROL_NAME_ACCOUNT_USABLE_RESPONSE("Account Usable Response Control"),
/**
* Administrative Operation Request Control
*/
INFO_CONTROL_NAME_ADMINISTRATIVE_OPERATION_REQUEST("Administrative Operation Request Control"),
/**
* Assured Replication Request Control
*/
INFO_CONTROL_NAME_ASSURED_REPLICATION_REQUEST("Assured Replication Request Control"),
/**
* Assured Replication Response Control
*/
INFO_CONTROL_NAME_ASSURED_REPLICATION_RESPONSE("Assured Replication Response Control"),
/**
* Batched Transaction Specification Request Control
*/
INFO_CONTROL_NAME_BATCHED_TXN_REQUEST("Batched Transaction Specification Request Control"),
/**
* Exclude Branch Request Control
*/
INFO_CONTROL_NAME_EXCLUDE_BRANCH("Exclude Branch Request Control"),
/**
* Extended Schema Info Request Control
*/
INFO_CONTROL_NAME_EXTENDED_SCHEMA_INFO("Extended Schema Info Request Control"),
/**
* Get Authorization Entry Request Control
*/
INFO_CONTROL_NAME_GET_AUTHORIZATION_ENTRY_REQUEST("Get Authorization Entry Request Control"),
/**
* Get Authorization Entry Response Control
*/
INFO_CONTROL_NAME_GET_AUTHORIZATION_ENTRY_RESPONSE("Get Authorization Entry Response Control"),
/**
* Get Backend Set ID Request Control
*/
INFO_CONTROL_NAME_GET_BACKEND_SET_ID_REQUEST("Get Backend Set ID Request Control"),
/**
* Get Backend Set ID Response Control
*/
INFO_CONTROL_NAME_GET_BACKEND_SET_ID_RESPONSE("Get Backend Set ID Response Control"),
/**
* Get Effective Rights Request Control
*/
INFO_CONTROL_NAME_GET_EFFECTIVE_RIGHTS_REQUEST("Get Effective Rights Request Control"),
/**
* Get Password Policy State Issues Request Control
*/
INFO_CONTROL_NAME_GET_PWP_STATE_ISSUES_REQUEST("Get Password Policy State Issues Request Control"),
/**
* Get Password Policy State Issues Response Control
*/
INFO_CONTROL_NAME_GET_PWP_STATE_ISSUES_RESPONSE("Get Password Policy State Issues Response Control"),
/**
* Get Server ID Request Control
*/
INFO_CONTROL_NAME_GET_SERVER_ID_REQUEST("Get Server ID Request Control"),
/**
* Get Server ID Response Control
*/
INFO_CONTROL_NAME_GET_SERVER_ID_RESPONSE("Get Server ID Response Control"),
/**
* Get User Resource Limits Request Control
*/
INFO_CONTROL_NAME_GET_USER_RESOURCE_LIMITS_REQUEST("Get User Resource Limits Request Control"),
/**
* Get User Resource Limits Response Control
*/
INFO_CONTROL_NAME_GET_USER_RESOURCE_LIMITS_RESPONSE("Get User Resource Limits Response Control"),
/**
* Hard Delete Request Control
*/
INFO_CONTROL_NAME_HARD_DELETE_REQUEST("Hard Delete Request Control"),
/**
* Ignore NO-USER-MODIFICATION Request Control
*/
INFO_CONTROL_NAME_IGNORE_NO_USER_MODIFICATION_REQUEST("Ignore NO-USER-MODIFICATION Request Control"),
/**
* Interactive Transaction Specification Request Control
*/
INFO_CONTROL_NAME_INTERACTIVE_TXN_REQUEST("Interactive Transaction Specification Request Control"),
/**
* Interactive Transaction Specification Response Control
*/
INFO_CONTROL_NAME_INTERACTIVE_TXN_RESPONSE("Interactive Transaction Specification Response Control"),
/**
* Intermediate Client Request Control
*/
INFO_CONTROL_NAME_INTERMEDIATE_CLIENT_REQUEST("Intermediate Client Request Control"),
/**
* Intermediate Client Response Control
*/
INFO_CONTROL_NAME_INTERMEDIATE_CLIENT_RESPONSE("Intermediate Client Response Control"),
/**
* Join Request Control
*/
INFO_CONTROL_NAME_JOIN_REQUEST("Join Request Control"),
/**
* Join Result Control
*/
INFO_CONTROL_NAME_JOIN_RESULT("Join Result Control"),
/**
* Matching Entry Count Request Control
*/
INFO_CONTROL_NAME_MATCHING_ENTRY_COUNT_REQUEST("Matching Entry Count Request Control"),
/**
* Matching Entry Count Response Control
*/
INFO_CONTROL_NAME_MATCHING_ENTRY_COUNT_RESPONSE("Matching Entry Count Response Control"),
/**
* No-Op Request Control
*/
INFO_CONTROL_NAME_NOOP_REQUEST("No-Op Request Control"),
/**
* Operation Purpose Request Control
*/
INFO_CONTROL_NAME_OP_PURPOSE("Operation Purpose Request Control"),
/**
* Purge Password Request Control
*/
INFO_CONTROL_NAME_PURGE_PASSWORD_REQUEST("Purge Password Request Control"),
/**
* Password Policy Request Control
*/
INFO_CONTROL_NAME_PW_POLICY_REQUEST("Password Policy Request Control"),
/**
* Password Policy Response Control
*/
INFO_CONTROL_NAME_PW_POLICY_RESPONSE("Password Policy Response Control"),
/**
* Password Validation Details Request Control
*/
INFO_CONTROL_NAME_PW_VALIDATION_REQUEST("Password Validation Details Request Control"),
/**
* Password Validation Details Response Control
*/
INFO_CONTROL_NAME_PW_VALIDATION_RESPONSE("Password Validation Details Response Control"),
/**
* Real Attributes Only Request Control
*/
INFO_CONTROL_NAME_REAL_ATTRS_ONLY_REQUEST("Real Attributes Only Request Control"),
/**
* Replication Repair Request Control
*/
INFO_CONTROL_NAME_REPLICATION_REPAIR_REQUEST("Replication Repair Request Control"),
/**
* Retain Identity Request Control
*/
INFO_CONTROL_NAME_RETAIN_IDENTITY_REQUEST("Retain Identity Request Control"),
/**
* Retire Password Request Control
*/
INFO_CONTROL_NAME_RETIRE_PASSWORD_REQUEST("Retire Password Request Control"),
/**
* Return Conflict Entries Request Control
*/
INFO_CONTROL_NAME_RETURN_CONFLICT_ENTRIES_REQUEST("Return Conflict Entries Request Control"),
/**
* Route To Backend Set Request Control
*/
INFO_CONTROL_NAME_ROUTE_TO_BACKEND_SET_REQUEST("Route To Backend Set Request Control"),
/**
* Route to Server Request Control
*/
INFO_CONTROL_NAME_ROUTE_TO_SERVER_REQUEST("Route to Server Request Control"),
/**
* Soft-Deleted Entry Access Request Control
*/
INFO_CONTROL_NAME_SOFT_DELETED_ACCESS_REQUEST("Soft-Deleted Entry Access Request Control"),
/**
* Soft Delete Request Control
*/
INFO_CONTROL_NAME_SOFT_DELETE_REQUEST("Soft Delete Request Control"),
/**
* Soft Delete Response Control
*/
INFO_CONTROL_NAME_SOFT_DELETE_RESPONSE("Soft Delete Response Control"),
/**
* Suppress Operational Attribute Update Request Control
*/
INFO_CONTROL_NAME_SUPPRESS_OP_ATTR_UPDATE_REQUEST("Suppress Operational Attribute Update Request Control"),
/**
* Suppress Referential Integrity Updates Request Control
*/
INFO_CONTROL_NAME_SUPPRESS_REFINT_REQUEST("Suppress Referential Integrity Updates Request Control"),
/**
* Transaction Settings Request Control
*/
INFO_CONTROL_NAME_TXN_SETTINGS_REQUEST("Transaction Settings Request Control"),
/**
* Transaction Settings Response Control
*/
INFO_CONTROL_NAME_TXN_SETTINGS_RESPONSE("Transaction Settings Response Control"),
/**
* Undelete Request Control
*/
INFO_CONTROL_NAME_UNDELETE_REQUEST("Undelete Request Control"),
/**
* Unsolicited Cancel Response Control
*/
INFO_CONTROL_NAME_UNSOLICITED_CANCEL_RESPONSE("Unsolicited Cancel Response Control"),
/**
* Virtual Attributes Only Request Control
*/
INFO_CONTROL_NAME_VIRTUAL_ATTRS_ONLY_REQUEST("Virtual Attributes Only Request Control"),
/**
* Name with entryUUID Request Control
*/
INFO_CONTROL_NAME_WITH_ENTRY_UUID_REQUEST("Name with entryUUID Request Control");
/**
* The resource bundle that will be used to load the properties file.
*/
private static final ResourceBundle RESOURCE_BUNDLE;
static
{
ResourceBundle rb = null;
try
{
rb = ResourceBundle.getBundle("unboundid-ldapsdk-unboundid-controls");
} catch (Exception e) {}
RESOURCE_BUNDLE = rb;
}
/**
* The map that will be used to hold the unformatted message strings, indexed by property name.
*/
private static final ConcurrentHashMap MESSAGE_STRINGS = new ConcurrentHashMap();
/**
* The map that will be used to hold the message format objects, indexed by property name.
*/
private static final ConcurrentHashMap MESSAGES = new ConcurrentHashMap();
// The default text for this message
private final String defaultText;
/**
* Creates a new message key.
*/
private ControlMessages(final String defaultText)
{
this.defaultText = defaultText;
}
/**
* Retrieves a localized version of the message.
* This method should only be used for messages which do not take any arguments.
*
* @return A localized version of the message.
*/
public String get()
{
String s = MESSAGE_STRINGS.get(this);
if (s == null)
{
if (RESOURCE_BUNDLE == null)
{
return defaultText;
}
else
{
try
{
s = RESOURCE_BUNDLE.getString(name());
}
catch (final Exception e)
{
s = defaultText;
}
MESSAGE_STRINGS.putIfAbsent(this, s);
}
}
return s;
}
/**
* Retrieves a localized version of the message.
*
* @param args The arguments to use to format the message.
*
* @return A localized version of the message.
*/
public String get(final Object... args)
{
MessageFormat f = MESSAGES.get(this);
if (f == null)
{
if (RESOURCE_BUNDLE == null)
{
f = new MessageFormat(defaultText);
}
else
{
try
{
f = new MessageFormat(RESOURCE_BUNDLE.getString(name()));
}
catch (final Exception e)
{
f = new MessageFormat(defaultText);
}
}
MESSAGES.putIfAbsent(this, f);
}
synchronized (f)
{
return f.format(args);
}
}
/**
* Retrieves a string representation of this message key.
*
* @return A string representation of this message key.
*/
@Override()
public String toString()
{
return get();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy