Uses of Class
org.forgerock.i18n.LocalizableMessage
Package
Description
A i18n framework for embedding localizable messages in applications.
This package provides an alternative localization mechanism to
org.slf4j.cal10n
.Common administration classes.
Common client-side administration classes.
Server-side administration interface.
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for core LDAP requests/responses.
Classes and interfaces for constructing and querying LDAP schemas.
Classes and interfaces for reading and writing LDIF.
APIs for implementing REST to LDAP gateways.
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore
service.Classes implementing core server APIs.
Provides support for an embedded directory server.
Contains code of the opendj setup model.
Contains a number of API declarations for use throughout the Directory Server.
Defines the Directory Server plugin API.
Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access
control handler implementation.
Contains the policy based access control handler implementation.
Contains various Directory Server backend implementations.
Contains the code for the Directory Server backend that uses the Berkeley DB Java Edition as the repository for
storing entry and index information.
Contains the code for implementing Directory Server pluggable storage backends.
Interfaces and classes required when implementing new storage engines for the pluggable backend.
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
Classes related to backup and restore.
Contains code used to interact with the Directory Server configuration.
Contains various classes that comprise the core of the Directory Server codebase.
This package implements the Directory Server cryptographic framework, which is described in the
CrytpoManager design document.
Contains the Service Discovery Mechanisms and APIs.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
Contains implementations of Directory Server access, error, and debug loggers.
Contains various Directory Server monitor provider implementations.
Contains the implementation for various Directory Server plugins.
Contains various Directory Server connection handler implementations which will be used to accept connections from
and perform communication with clients over various protocols.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using JMX.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
This package contains the part of the Multi-master replication code that works on the Directory Server side.
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
This package contains the code for the Replication Server part of the Multimaster replication feature.
This package contains the API for the changelog database.
Contains implementations of various Directory Server schema elements.
Contains implementations for various Directory Server tasks.
Contains the classes that are used by the supportextract tool.
This package contains classes that support client tool interaction with the tasks backend.
Contains implementations for a number of Directory Server data types.
Contains a number of interfaces that are implemented by the various types of Directory Server operations.
Contains implementations for various Directory Server utility classes and methods which may be used throughout the
server but do not necessarily fit in elsewhere.
-
Uses of LocalizableMessage in org.forgerock.i18n
Modifier and TypeFieldDescriptionstatic final LocalizableMessage
LocalizableMessage.EMPTY
Represents an empty message string.Modifier and TypeMethodDescriptionLocalizableMessageDescriptor.Arg0.get()
Creates a localizable message.Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableMessageDescriptor.Arg9.get
(T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9) Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableException.getMessageObject()
Returns the localizable message that explains the problem that occurred.final LocalizableMessage
LocalizedIllegalArgumentException.getMessageObject()
static LocalizableMessage
LocalizableMessage.raw
(CharSequence string) Creates an non-localizable message whoseString
representation is always the same regardless of the requested locale.static LocalizableMessage
LocalizableMessage.raw
(CharSequence formatString, Object... args) Creates an non-localizable message whoseString
representation is always the same regardless of the requested locale.LocalizableMessageBuilder.toMessage()
Returns theLocalizableMessage
representation of this message builder.static LocalizableMessage
Creates a new message whose content is theString
representation of the providedObject
.Modifier and TypeMethodDescriptionLocalizableMessageBuilder.append
(LocalizableMessage message) Appends the provided message to this message builder.int
LocalizableMessage.compareTo
(LocalizableMessage message) Compares this message with the specified message for order in the default locale.ModifierConstructorDescriptionCreates a new message builder whose content is initially equal to the provided message.Creates a new localized illegal argument exception with the provided message.LocalizedIllegalArgumentException
(LocalizableMessage message, Throwable cause) Creates a new localized illegal argument exception with the provided message and cause. -
Uses of LocalizableMessage in org.forgerock.i18n.slf4j
Modifier and TypeMethodDescriptionLocalizedMarker.getMessage()
Returns the message embedded into this marker.Modifier and TypeMethodDescriptionvoid
LocalizedLogger.error
(LocalizableMessage m) Logs an error message.void
LocalizedLogger.info
(LocalizableMessage m) Logs a message at INFO level.void
LocalizedLogger.note
(LocalizableMessage m) Logs a message at NOTICE level.void
LocalizedLogger.warn
(LocalizableMessage m) Logs a warning message.ModifierConstructorDescriptionLocalizedMarker
(LocalizableMessage message) Create a marker with provided localizable message. -
Uses of LocalizableMessage in org.forgerock.opendj.config
Modifier and TypeMethodDescriptionDeprecated.getDeprecationMessage()
Gets the deprecation message.final LocalizableMessage
AbstractManagedObjectDefinition.getDescription()
Gets the optional description of this managed object definition in the default locale.final LocalizableMessage
AbstractManagedObjectDefinition.getDescription
(Locale locale) Gets the optional description of this managed object definition in the specified locale.final LocalizableMessage
PropertyDefinition.getDescription()
Gets the optional description of this property definition in the default locale.final LocalizableMessage
PropertyDefinition.getDescription
(Locale locale) Gets the optional description of this property definition in the specified locale.final LocalizableMessage
RelationDefinition.getDescription()
Gets the optional description of this relation definition in the default locale.final LocalizableMessage
RelationDefinition.getDescription
(Locale locale) Gets the optional description of this relation definition in the specified locale.Deprecated.getFullDeprecationMessage()
Gets the full deprecation message with reason of deprecation and existing alternative(s).ManagedObjectDefinitionI18nResource.getMessage
(AbstractManagedObjectDefinition<?, ?> d, String key) Get the internationalized message associated with the specified key in the default locale.ManagedObjectDefinitionI18nResource.getMessage
(AbstractManagedObjectDefinition<?, ?> d, String key, String... args) Get the parameterized internationalized message associated with the specified key in the default locale.ManagedObjectDefinitionI18nResource.getMessage
(AbstractManagedObjectDefinition<?, ?> d, String key, Locale locale) Get the internationalized message associated with the specified key and locale.ManagedObjectDefinitionI18nResource.getMessage
(AbstractManagedObjectDefinition<?, ?> d, String key, Locale locale, String... args) Get the parameterized internationalized message associated with the specified key and locale.AdminException.getMessageObject()
PropertyException.getMessageObject()
StringPropertyDefinition.getPatternSynopsis()
Gets the pattern synopsis of this string property definition in the default locale.StringPropertyDefinition.getPatternSynopsis
(Locale locale) Gets the optional pattern synopsis of this string property definition in the specified locale.AggregationPropertyDefinition.getSourceConstraintSynopsis()
Gets the optional constraint synopsis of this aggregation property definition in the default locale.final LocalizableMessage
AbstractManagedObjectDefinition.getSynopsis()
Gets the synopsis of this managed object definition in the default locale.final LocalizableMessage
AbstractManagedObjectDefinition.getSynopsis
(Locale locale) Gets the synopsis of this managed object definition in the specified locale.AdministratorAction.getSynopsis()
Gets the synopsis of this administrator action in the default locale.AdministratorAction.getSynopsis
(Locale locale) Gets the synopsis of this administrator action in the specified locale.AliasDefaultBehaviorProvider.getSynopsis()
Gets the synopsis of this alias default behavior in the default locale.AliasDefaultBehaviorProvider.getSynopsis
(Locale locale) Gets the synopsis of this alias default behavior in the specified locale.GenericConstraint.getSynopsis()
Gets the synopsis of this constraint in the default locale.GenericConstraint.getSynopsis
(Locale locale) Gets the synopsis of this constraint in the specified locale.final LocalizableMessage
PropertyDefinition.getSynopsis()
Gets the synopsis of this property definition in the default locale.final LocalizableMessage
PropertyDefinition.getSynopsis
(Locale locale) Gets the synopsis of this property definition in the specified locale.final LocalizableMessage
RelationDefinition.getSynopsis()
Gets the synopsis of this relation definition in the default locale.final LocalizableMessage
RelationDefinition.getSynopsis
(Locale locale) Gets the synopsis of this relation definition in the specified locale.Tag.getSynopsis()
Gets the synopsis of this tag in the default locale.Tag.getSynopsis
(Locale locale) Gets the synopsis of this tag in the specified locale.IntegerPropertyDefinition.getUnitSynopsis()
Gets the optional unit synopsis of this integer property definition in the default locale.IntegerPropertyDefinition.getUnitSynopsis
(Locale locale) Gets the optional unit synopsis of this integer property definition in the specified locale.PropertyDefinitionUsageBuilder.getUsage
(PropertyDefinition<?> pd) Generates the usage information for the provided property definition.final LocalizableMessage
AbstractManagedObjectDefinition.getUserFriendlyName()
Gets the user-friendly name of this managed object definition in the default locale.final LocalizableMessage
AbstractManagedObjectDefinition.getUserFriendlyName
(Locale locale) Gets the user-friendly name of this managed object definition in the specified locale.final LocalizableMessage
RelationDefinition.getUserFriendlyName()
Gets the user friendly name of this relation definition in the default locale.final LocalizableMessage
RelationDefinition.getUserFriendlyName
(Locale locale) Gets the user friendly name of this relation definition in the specified locale.final LocalizableMessage
AbstractManagedObjectDefinition.getUserFriendlyPluralName()
Gets the user-friendly plural name of this managed object definition in the default locale.final LocalizableMessage
AbstractManagedObjectDefinition.getUserFriendlyPluralName
(Locale locale) Gets the user-friendly plural name of this managed object definition in the specified locale.InstantiableRelationDefinition.getUserFriendlyPluralName()
Gets the user friendly plural name of this relation definition in the default locale.InstantiableRelationDefinition.getUserFriendlyPluralName
(Locale locale) Gets the user friendly plural name of this relation definition in the specified locale.SetRelationDefinition.getUserFriendlyPluralName()
Gets the user friendly plural name of this relation definition in the default locale.SetRelationDefinition.getUserFriendlyPluralName
(Locale locale) Gets the user friendly plural name of this relation definition in the specified locale.EnumPropertyDefinition.getValueSynopsis
(E value) Gets the synopsis of the specified enumeration value of this enumeration property definition in the default locale.ModifierConstructorDescriptionprotected
AdminException
(LocalizableMessage message) Create an admin exception with a message.protected
AdminException
(LocalizableMessage message, Throwable cause) Create an admin exception with a message and cause.protected
DecodingException
(LocalizableMessage message) Create a decoding exception with a message.protected
OperationsException
(LocalizableMessage message) Create an operations exception with a message.protected
OperationsException
(LocalizableMessage message, Throwable cause) Create an operations exception with a message and cause. -
Uses of LocalizableMessage in org.forgerock.opendj.config.client
Modifier and TypeMethodDescriptionMissingMandatoryPropertiesException.getUserFriendlyName()
Gets the user friendly name of the component that caused this exception.OperationRejectedException.getUserFriendlyName()
Gets the user friendly name of the component that caused this exception.Modifier and TypeMethodDescriptionOperationRejectedException.getMessages()
Gets an unmodifiable collection view of the messages describing the constraint violations that occurred.Modifier and TypeMethodDescriptionboolean
ClientConstraintHandler.isAddAcceptable
(ManagementContext context, ManagedObject<?> managedObject, Collection<LocalizableMessage> unacceptableReasons) Determines whether the newly created managed object which is about to be added to the server configuration satisfies this constraint.boolean
ClientConstraintHandler.isDeleteAcceptable
(ManagementContext context, ManagedObjectPath<?, ?> path, Collection<LocalizableMessage> unacceptableReasons) Determines whether the existing managed object which is about to be deleted from the server configuration satisfies this constraint.boolean
ClientConstraintHandler.isModifyAcceptable
(ManagementContext context, ManagedObject<?> managedObject, Collection<LocalizableMessage> unacceptableReasons) Determines whether the changes to an existing managed object which are about to be committed to the server configuration satisfies this constraint.ModifierConstructorDescriptionMissingMandatoryPropertiesException
(LocalizableMessage ufn, Collection<PropertyException> causes, boolean isCreate) Creates a new missing mandatory properties exception with the provided causes.OperationRejectedException
(OperationRejectedException.OperationType type, LocalizableMessage ufn, List<LocalizableMessage> messages) Creates a new operation rejected exception with the provided messages.OperationRejectedException
(OperationRejectedException.OperationType type, LocalizableMessage ufn, LocalizableMessage message) Creates a new operation rejected exception with the provided message.ModifierConstructorDescriptionOperationRejectedException
(OperationRejectedException.OperationType type, LocalizableMessage ufn, List<LocalizableMessage> messages) Creates a new operation rejected exception with the provided messages. -
Uses of LocalizableMessage in org.forgerock.opendj.config.server
Modifier and TypeMethodDescriptionConfigChangeResult.getJoinedMessages()
Returns all messages joined in a single message.ConfigException.getMessageObject()
Modifier and TypeMethodDescriptionConfigChangeResult.getMessages()
Retrieves the set of messages that provide explanation for the processing of the configuration changes.Modifier and TypeMethodDescriptionvoid
ConfigChangeResult.addMessage
(LocalizableMessage message) Adds the provided message to the set of messages for this config change result.Modifier and TypeMethodDescriptionboolean
ConfigurationAddListener.isConfigurationAddAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the proposed addition of a new configuration is acceptable to this add listener.boolean
ServerManagedObjectAddListener.isConfigurationAddAcceptable
(ServerManagedObject<? extends T> mo, List<LocalizableMessage> unacceptableReasons) Indicates whether the proposed addition of a new server managed object is acceptable to this add listener.boolean
ConfigurationChangeListener.isConfigurationChangeAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the proposed change to the configuration is acceptable to this change listener.boolean
ServerManagedObjectChangeListener.isConfigurationChangeAcceptable
(ServerManagedObject<? extends T> mo, List<LocalizableMessage> unacceptableReasons) Indicates whether the proposed change to the server managed object is acceptable to this change listener.boolean
ConfigurationDeleteListener.isConfigurationDeleteAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the proposed deletion of an existing configuration is acceptable to this delete listener.boolean
ServerManagedObjectDeleteListener.isConfigurationDeleteAcceptable
(ServerManagedObject<? extends T> mo, List<LocalizableMessage> unacceptableReasons) Indicates whether the proposed deletion of an existing server managed object is acceptable to this delete listener.boolean
ServerConstraintHandler.isDeleteAllowed
(ServerManagedObject<?> managedObject, Collection<LocalizableMessage> unacceptableReasons) Determines whether the existing managed object can be deleted from the server's configuration.boolean
ServerConstraintHandler.isUsable
(ServerManagedObject<?> managedObject, Collection<LocalizableMessage> unacceptableReasons) Determines whether the provided managed object can be used by the server.ModifierConstructorDescriptionConfigException
(LocalizableMessage message) Creates a new configuration exception with the provided message.ConfigException
(LocalizableMessage message, Throwable cause) Creates a new configuration exception with the provided message and underlying cause. -
Uses of LocalizableMessage in org.forgerock.opendj.ldap
Modifier and TypeMethodDescriptionDecodeException.getMessageObject()
LdapException.getMessageObject()
ResultCode.getName()
Returns the short human-readable name of this result code.Modifier and TypeMethodDescriptionstatic DecodeException
DecodeException.error
(LocalizableMessage message) Creates a new non-fatal decode exception with the provided message.static DecodeException
DecodeException.error
(LocalizableMessage message, Throwable cause) Creates a new non-fatal decode exception with the provided message and root cause.static DecodeException
DecodeException.fatalError
(LocalizableMessage message) Creates a new fatal decode exception with the provided message.static DecodeException
DecodeException.fatalError
(LocalizableMessage message, Throwable cause) Creates a new fatal decode exception with the provided message and root cause.void
CancelRequestListener.handleCancelRequest
(LocalizableMessage cancellationReason) Invoked when a cancellation request has been received and processing of the request should be aborted if possible.static LdapClient
LdapClients.newNullLdapClient
(String name, LocalizableMessage connectErrorMessage) Returns an LDAP client which always throwsResultCode.CLIENT_SIDE_CONNECT_ERROR
using the provided error message.Modifier and TypeMethodDescriptionstatic boolean
Entries.conformsToSchema
(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages) Returnstrue
if the provided entry is valid according to the default schema and schema validation policy.static boolean
Entries.conformsToSchema
(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages, Schema schema) Returnstrue
if the provided entry is valid according to the specified schema and schema validation policy. -
Uses of LocalizableMessage in org.forgerock.opendj.ldap.messages
Modifier and TypeMethodDescriptionBindResult.getDiagnosticMessage()
CompareResult.getDiagnosticMessage()
ExtendedResult.getDiagnosticMessage()
GenericExtendedResult.getDiagnosticMessage()
PasswordModifyExtendedResult.getDiagnosticMessage()
Result.getDiagnosticMessage()
Returns the diagnostic message associated with this result.WhoAmIExtendedResult.getDiagnosticMessage()
-
Uses of LocalizableMessage in org.forgerock.opendj.ldap.schema
Modifier and TypeMethodDescriptionSchema.getWarnings()
Returns an unmodifiable collection containing all the warnings that were detected when this schema was constructed.Modifier and TypeMethodDescriptionboolean
Schema.validateEntry
(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages) Returnstrue
if the provided entry is valid according to this schema and the specified schema validation policy.ModifierConstructorDescriptionCreates a new conflicting schema element exception with the provided message.Creates a new unknown schema element exception with the provided message. -
Uses of LocalizableMessage in org.forgerock.opendj.ldif
Modifier and TypeMethodDescriptionEntryGenerator.getWarnings()
Returns the warnings generated by the parsing of template file.Modifier and TypeMethodDescriptionvoid
RejectedChangeRecordListener.handleRejectedChangeRecord
(AddRequest change, LocalizableMessage reason) Invoked when an attempt to add an entry was rejected.void
RejectedChangeRecordListener.handleRejectedChangeRecord
(DeleteRequest change, LocalizableMessage reason) Invoked when an attempt to delete an entry was rejected.void
RejectedChangeRecordListener.handleRejectedChangeRecord
(ModifyDnRequest change, LocalizableMessage reason) Invoked when an attempt to rename an entry was rejected.void
RejectedChangeRecordListener.handleRejectedChangeRecord
(ModifyRequest change, LocalizableMessage reason) Invoked when an attempt to modify an entry was rejected.void
RejectedLdifListener.handleSkippedRecord
(long lineNumber, List<String> lines, LocalizableMessage reason) Invoked when a record was skipped because it did not match filter criteria defined by the reader. -
Uses of LocalizableMessage in org.forgerock.opendj.rest2ldap
Modifier and TypeMethodDescriptionvoid
Resource.description
(LocalizableMessage description) Sets the description of this resource.static BadRequestException
Utils.newBadRequestException
(LocalizableMessage message) Returns a newBadRequestException
with the given message.static BadRequestException
Utils.newBadRequestException
(LocalizableMessage message, Throwable cause) Returns a newBadRequestException
with the given message. -
Uses of LocalizableMessage in org.forgerock.opendj.security
Modifier and TypeMethodDescriptionstatic DeploymentId
DeploymentId.valueOf
(String deploymentId, char[] password, Consumer<LocalizableMessage> warningHandler) Parses the provided deployment ID and creates the associated root CA key-pair. -
Uses of LocalizableMessage in org.forgerock.opendj.server.core
Modifier and TypeMethodDescriptionRequestContext.getAuthFailureReason()
Returns a human-readable message providing the reason why the authentication failed, if available.Modifier and TypeMethodDescriptionvoid
RequestContext.appendMaskedErrorMessage
(LocalizableMessage maskedMessage) Appends the provided message to the real, masked error message buffer.RequestCancellationState.cancel
(boolean notifyClient, LocalizableMessage reason) Notifies backend processing that the request should be aborted if possible, and whether or not responses should be sent.void
RequestContext.cannotCancel
(LocalizableMessage cannotCancelReason) Indicates that the request associated with this request context cannot be cancelled.void
RequestContext.setAuthFailureReason
(LocalizableMessage reason) Specifies the reason why authentication failed.Modifier and TypeMethodDescriptionvoid
RequestContext.addCancelRequestListener
(Consumer<LocalizableMessage> onCancelRequest) Registers the provided cancellation listener with this request context so that it can be notified if a cancellation request is received and processing of the request should be aborted if possible. -
Uses of LocalizableMessage in org.forgerock.opendj.server.embedded
Modifier and TypeMethodDescriptionvoid
EmbeddedDirectoryServer.restart
(String className, LocalizableMessage reason) Restarts the directory server.void
EmbeddedDirectoryServer.stop
(String className, LocalizableMessage reason) Stops this server.ModifierConstructorDescriptionCreates a new exception with the provided message.EmbeddedDirectoryServerException
(LocalizableMessage message, Throwable cause) Creates a new exception with the provided message and root cause. -
Uses of LocalizableMessage in org.forgerock.opendj.setup.model
Modifier and TypeMethodDescriptionProfile.Parameter.getAddAnotherValueMsg()
Returns prompt message to know whether another value should be added for this parameter.final LocalizableMessage
Profile.Parameter.getDescriptionIfNoValueSetMsg()
Returns this profile parameter description to be used when no value is provided.final LocalizableMessage
Profile.Parameter.getDescriptionMsg()
Returns this profile parameter description.final LocalizableMessage
Profile.Parameter.getHelpMsg()
Returns this profile parameter help message.Profile.HostPortParameter.getHostPromptMsg()
Returns the user message used for prompting user for the remote server hostname.SetupException.getMessageObject()
Returns theLocalizableMessage
attached to this exception.final LocalizableMessage
Profile.Parameter.getOptionalPromptMsg()
Returns prompt message to know whether a value should be provided for this parameter.Profile.HostPortParameter.getPortPromptMsg()
Returns the user message used for prompting user for the remote server port.final LocalizableMessage
Profile.Parameter.getPromptForValueMsg()
Returns this profile parameter prompt message.Modifier and TypeMethodDescriptionvoid
SetupConsole.handleError
(LocalizableMessage errorMessage) Handles error.void
SetupConsole.handleInfo
(LocalizableMessage localizableMessage) Handles an information message issued during setup.void
SetupConsole.handleStartTask
(LocalizableMessage task) Handles task start.Modifier and TypeMethodDescriptionSetup.deploymentId
(String key, String password, Consumer<LocalizableMessage> warningHandler) Specifies theDeploymentId
which should be used for securing the deployment.ModifierConstructorDescriptionSetupException
(LocalizableMessage message) Creates a newSetupException
with the providedLocalizableMessage
.SetupException
(LocalizableMessage message, Throwable cause) -
Uses of LocalizableMessage in org.opends.server.api
Modifier and TypeMethodDescriptionvoid
ClientConnection.cancelAllRequestsExcept
(int msgId, LocalizableMessage reason) Attempts to cancel all active requests except for the request having the specified message ID, blocking until all of the requests are cancelled or completed.ClientConnection.cancelRequest
(int msgId, boolean notifyClient, LocalizableMessage reason) Attempts to cancel the request having the specified message ID, blocking until either the targeted request is cancelled or completed.abstract void
ClientConnection.disconnect
(DisconnectReason disconnectReason, boolean sendNotification, LocalizableMessage message) Asynchronously closes the connection to the client, optionally sending it a message indicating the reason for the closure.abstract void
WorkQueue.finalizeWorkQueue
(LocalizableMessage reason) Performs any necessary finalization for this work queue, including ensuring that all active operations are interrupted or will be allowed to complete, and that all pending operations will be cancelled.void
ServerShutdownListener.processServerShutdown
(LocalizableMessage reason) Indicates that the Directory Server has received a request to stop running and that this shutdown listener should take any action necessary to prepare for it.void
AlertHandler.sendAlertNotification
(AlertGenerator generator, String alertType, LocalizableMessage alertMessage) Sends an alert notification based on the provided information.Modifier and TypeMethodDescriptionstatic AuthenticationPolicy
AuthenticationPolicy.forUser
(Entry userEntry, boolean useDefaultOnError, Consumer<LocalizableMessage> onMultiplePasswordPolicies, ServerContext serverContext) Returns the authentication policy for the user provided user.static AuthenticationPolicyState
AuthenticationPolicyState.forUser
(Entry userEntry, Consumer<LocalizableMessage> onMultiplePasswordPolicies, ServerContext serverContext) Returns the authentication policy state for the user provided user.boolean
AccessControlHandler.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) Indicates whether the provided configuration is acceptable for this access control handler.boolean
AccountStatusNotificationHandler.isConfigurationAcceptable
(T configuration, ServerContext serverContext, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this account status notification handler.boolean
AlertHandler.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this alert handler.boolean
AuthenticationPolicyFactory.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided authentication policy configuration is acceptable.boolean
Backend.isConfigurationAcceptable
(C configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) Indicates whether the provided configuration is acceptable for this backend.boolean
CertificateMapper.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this certificate mapper.boolean
ConnectionHandler.isConfigurationAcceptable
(ServerContext serverContext, T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this connection handler.boolean
EntryCache.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this entry cache.boolean
ExtendedOperationHandler.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this extended operation handler.boolean
IdentityMapper.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this identity mapper.boolean
KeyManagerProvider.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this key manager provider.boolean
PasswordGenerator.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this password generator.boolean
PasswordStorageScheme.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this password storage scheme.boolean
PasswordValidator.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this password validator.boolean
SASLMechanismHandler.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this SASL mechanism handler.boolean
SynchronizationProvider.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this synchronization provider.boolean
TrustManagerProvider.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this trust manager provider.boolean
VirtualAttributeProvider.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this virtual attribute provider.boolean
CertificateMapper.isConfigurationChangeAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) boolean
HttpEndpoint.isConfigurationValid
(List<LocalizableMessage> unacceptableReasons) Check that the configuration of thisHttpEndpoint
is valid. -
Uses of LocalizableMessage in org.opends.server.api.plugin
Modifier and TypeMethodDescriptionPluginResult.ImportLDIF.errorMessage()
Returns the value of theerrorMessage
record component.PluginResult.PostConnect.errorMessage()
Returns the value of theerrorMessage
record component.PluginResult.Startup.errorMessage()
Returns the value of theerrorMessage
record component.Modifier and TypeMethodDescriptionstatic PluginResult.PostConnect
PluginResult.PostConnect.disconnectClient
(DisconnectReason disconnectReason, boolean sendDisconnectNotification, LocalizableMessage errorMessage) Defines a new stop processing post connect plugin result.DirectoryServerPlugin.doPostDisconnect
(ClientConnection clientConnection, DisconnectReason disconnectReason, LocalizableMessage message) Performs any processing that should be done whenever a client connection is closed (regardless of whether the closure is initiated by the client or the server).void
DirectoryServerPlugin.doShutdown
(LocalizableMessage reason) Performs any processing that should be done when the Directory Server is in the process of performing a graceful shutdown.static PluginResult.ImportLDIF
PluginResult.ImportLDIF.stopEntryProcessing
(LocalizableMessage errorMessage) Defines a new stop processing LDIF import plugin result.PluginResult.IntermediateResponse.stopProcessing
(boolean sendResponse, ResultCode resultCode, LocalizableMessage errorMessage) Constructs a new stop processing intermediate response plugin result.PluginResult.IntermediateResponse.stopProcessing
(boolean sendResponse, ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs) Defines a new stop processing intermediate response plugin result.static PluginResult.PostOperation
PluginResult.PostOperation.stopProcessing
(ResultCode resultCode, LocalizableMessage errorMessage) Constructs a new stop processing post operation plugin result.static PluginResult.PostOperation
PluginResult.PostOperation.stopProcessing
(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs) Defines a new stop processing post operation plugin result.static PluginResult.PreOperation
PluginResult.PreOperation.stopProcessing
(ResultCode resultCode, LocalizableMessage errorMessage) Constructs a new stop processing pre operation plugin result.static PluginResult.PreOperation
PluginResult.PreOperation.stopProcessing
(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs) Defines a new stop processing pre operation plugin result.static PluginResult.PreParse
PluginResult.PreParse.stopProcessing
(ResultCode resultCode, LocalizableMessage errorMessage) Constructs a new stop processing pre parse plugin result.static PluginResult.PreParse
PluginResult.PreParse.stopProcessing
(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs) Defines a new stop processing pre parse plugin result.PluginResult.SubordinateDelete.stopProcessing
(ResultCode resultCode, LocalizableMessage errorMessage) Constructs a new stop processing subordinate delete plugin result.PluginResult.SubordinateDelete.stopProcessing
(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs) Defines a new stop processing subordinate delete plugin result.PluginResult.SubordinateModifyDN.stopProcessing
(ResultCode resultCode, LocalizableMessage errorMessage) Constructs a new stop processing subordinate modify DN plugin result.PluginResult.SubordinateModifyDN.stopProcessing
(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs) Defines a new stop processing subordinate modify DN plugin result.static PluginResult.Startup
PluginResult.Startup.stopStartup
(LocalizableMessage errorMessage) Defines a new stop processing startup plugin result.Modifier and TypeMethodDescriptionboolean
DirectoryServerPlugin.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this plugin.final boolean
InternalDirectoryServerPlugin.isConfigurationAcceptable
(PluginCfg configuration, List<LocalizableMessage> unacceptableReasons) ModifierConstructorDescriptionImportLDIF
(boolean continueProcessing, boolean continuePluginProcessing, LocalizableMessage errorMessage) Creates an instance of aImportLDIF
record class.PostConnect
(boolean continueProcessing, boolean continuePluginProcessing, LocalizableMessage errorMessage, DisconnectReason disconnectReason, boolean sendDisconnectNotification) Creates an instance of aPostConnect
record class.Startup
(boolean continueProcessing, boolean continuePluginProcessing, LocalizableMessage errorMessage) Creates an instance of aStartup
record class. -
Uses of LocalizableMessage in org.opends.server.authorization.dseecompat
Modifier and TypeMethodDescriptionvoid
AciList.addAci
(Entry entry, List<LocalizableMessage> failedACIMsgs, ServerContext serverContext) Add all of an entry's ACI (global or regular) attribute values to the ACI list.int
AciList.addNonGlobalAci
(Entry entry, List<LocalizableMessage> failedACIMsgs, ServerContext serverContext) Add all the ACI from an entry to the ACI list.ModifierConstructorDescriptionAciException
(LocalizableMessage message) Creates a new ACI exception with the provided message. -
Uses of LocalizableMessage in org.opends.server.authorization.policy
Modifier and TypeMethodDescriptionboolean
PolicyBasedAccessControlHandler.isConfigurationAcceptable
(PolicyBasedAccessControlHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) -
Uses of LocalizableMessage in org.opends.server.backends
Modifier and TypeMethodDescriptionboolean
ProxyBackend.isConfigurationAcceptable
(ProxyBackendCfg config, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) boolean
RootDSEBackend.isConfigurationAcceptable
(RootDseBackendCfg config, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) boolean
LDIFBackend.isConfigurationChangeAcceptable
(LdifBackendCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
MonitorBackend.isConfigurationChangeAcceptable
(MonitorBackendCfg backendCfg, List<LocalizableMessage> unacceptableReasons) boolean
ProxyBackend.isConfigurationChangeAcceptable
(ProxyBackendCfg config, List<LocalizableMessage> unacceptableReasons) boolean
RootDSEBackend.isConfigurationChangeAcceptable
(RootDseBackendCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
SchemaBackend.isConfigurationChangeAcceptable
(SchemaBackendCfg configEntry, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.opends.server.backends.jeb
Modifier and TypeMethodDescriptionboolean
JEBackend.isConfigurationAcceptable
(JeBackendCfg cfg, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) boolean
JEStorage.isConfigurationChangeAcceptable
(JeBackendCfg newCfg, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.opends.server.backends.pluggable
Modifier and TypeMethodDescriptionboolean
BackendImpl.isConfigurationAcceptable
(C config, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) boolean
BackendImpl.isConfigurationChangeAcceptable
(PluggableBackendCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
EntryContainer.isConfigurationChangeAcceptable
(PluggableBackendCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
RootContainer.isConfigurationChangeAcceptable
(PluggableBackendCfg configuration, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.opends.server.backends.pluggable.spi
Modifier and TypeMethodDescriptionStorageStatus.getReason()
Returns the error message for non working states.Modifier and TypeMethodDescriptionstatic void
StorageUtils.addErrorMessage
(ConfigChangeResult ccr, LocalizableMessage message) Adds the provided message to the provided config change result.static StorageStatus
StorageStatus.lockedDown
(LocalizableMessage reason) Returns state for resources getting scarce.static StorageStatus
StorageStatus.unusable
(LocalizableMessage reason) Returns state for no more resources. -
Uses of LocalizableMessage in org.opends.server.backends.task
Modifier and TypeMethodDescriptionTask.getAttributeDisplayName
(String name) Given an attribute type name returns and locale sensitive representation.FailedDependencyAction.getDisplayName()
Gets the display name of this action.Task.getDisplayName()
Gets a message that identifies this type of task suitable for presentation to humans in monitoring tools.TaskState.getDisplayName()
Gets a locale sensitive representation of this state.Modifier and TypeMethodDescriptionfinal List<LocalizableMessage>
Task.getLogMessages()
Retrieves the set of messages that were logged by this task.Modifier and TypeMethodDescriptionvoid
Task.addLogMessage
(String category, Severity severity, LocalizableMessage message) Adds a log message to the set of messages logged by this task.void
Task.interruptTask
(TaskState interruptState, LocalizableMessage interruptReason) Performs any necessary processing to prematurely interrupt the execution of this task.Modifier and TypeMethodDescriptionboolean
TaskBackend.isConfigurationAcceptable
(TaskBackendCfg config, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) boolean
TaskBackend.isConfigurationChangeAcceptable
(TaskBackendCfg configEntry, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.opends.server.backup
Modifier and TypeMethodDescriptionBackup.getErrors()
Return all the errors found after verifying this backup.Modifier and TypeMethodDescriptionBackupManager.listBackups
(BackupManager.BackupFilter backupFilter, Collection<LocalizableMessage> errors) Lists all the backups without verifying their integrity.ModifierConstructorDescriptionBackupException
(LocalizableMessage errorMessage) Creates an new backup file exception with the provided localizable message.BackupException
(LocalizableMessage errorMessage, Throwable cause) Creates an new backup storage exception with the provided localizable message. -
Uses of LocalizableMessage in org.opends.server.config
Modifier and TypeMethodDescriptionboolean
AdministrationConnector.isConfigurationChangeAcceptable
(AdministrationConnectorCfg configuration, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.opends.server.core
Modifier and TypeMethodDescriptionvoid
PasswordPolicyState.generateAccountStatusNotification
(AccountStatusNotificationType notificationType, Entry userEntry, LocalizableMessage message, Map<AccountStatusNotificationProperty, List<String>> notificationProperties) Generates an account status notification for this user.void
PluginConfigManager.invokePostDisconnectPlugins
(ClientConnection clientConnection, DisconnectReason disconnectReason, LocalizableMessage message) Invokes the set of post-disconnect plugins that have been configured in the Directory Server.void
PluginConfigManager.invokeShutdownPlugins
(LocalizableMessage reason) Invokes the set of shutdown plugins that have been configured in the Directory Server.void
IdleTimeLimitThread.processServerShutdown
(LocalizableMessage reason) static void
DirectoryServer.restart
(String className, LocalizableMessage reason) Causes the Directory Server to perform an in-core restart.static void
DirectoryServer.restart
(String className, LocalizableMessage reason, DirectoryEnvironmentConfig config) Causes the Directory Server to perform an in-core restart.void
DirectoryServer.sendAlertNotification
(AlertGenerator generator, Severity severity, String alertType, LocalizableMessage alertMessage) default void
ServerContext.sendAlertNotification
(AlertGenerator generator, String alertType, LocalizableMessage alertMessage) Sends an alert notification with the provided information.void
ServerContext.sendAlertNotification
(AlertGenerator generator, Severity severity, String alertType, LocalizableMessage alertMessage) Sends an alert notification with the provided information.void
BindOperation.setAuthFailureReason
(LocalizableMessage reason) static void
DirectoryServer.shutDown
(String className, LocalizableMessage reason) Initiates the Directory Server shutdown process.Modifier and TypeMethodDescriptionboolean
PasswordPolicyFactory.isConfigurationAcceptable
(PasswordPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
AccessControlConfigManager.isConfigurationAddAcceptable
(AccessControlHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
AccountStatusNotificationHandlerConfigManager.isConfigurationAddAcceptable
(AccountStatusNotificationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
AlertHandlerConfigManager.isConfigurationAddAcceptable
(AlertHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
BackendConfigManager.isConfigurationAddAcceptable
(BackendCfg backendCfg, List<LocalizableMessage> unacceptableReason) boolean
CertificateMapperConfigManager.isConfigurationAddAcceptable
(CertificateMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
ConnectionHandlerConfigManager.isConfigurationAddAcceptable
(ConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
EntryCacheConfigManager.isConfigurationAddAcceptable
(EntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
ExtendedOperationConfigManager.isConfigurationAddAcceptable
(ExtendedOperationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
HttpEndpointConfigManager.isConfigurationAddAcceptable
(HttpEndpointCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
IdentityMapperConfigManager.isConfigurationAddAcceptable
(IdentityMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
KeyManagerProviderConfigManager.isConfigurationAddAcceptable
(KeyManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
LoggerConfigManager.isConfigurationAddAcceptable
(LogPublisherCfg config, List<LocalizableMessage> unacceptableReasons) boolean
LogRetentionPolicyConfigManager.isConfigurationAddAcceptable
(LogRetentionPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
LogRotationPolicyConfigManager.isConfigurationAddAcceptable
(LogRotationPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PasswordGeneratorConfigManager.isConfigurationAddAcceptable
(PasswordGeneratorCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PasswordStorageSchemeConfigManager.isConfigurationAddAcceptable
(PasswordStorageSchemeCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PasswordValidatorConfigManager.isConfigurationAddAcceptable
(PasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PluginConfigManager.isConfigurationAddAcceptable
(PluginCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
SASLConfigManager.isConfigurationAddAcceptable
(SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
SynchronizationProviderConfigManager.isConfigurationAddAcceptable
(SynchronizationProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
TrustManagerProviderConfigManager.isConfigurationAddAcceptable
(TrustManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
VirtualAttributeConfigManager.isConfigurationAddAcceptable
(VirtualAttributeCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
AccessControlConfigManager.isConfigurationChangeAcceptable
(AccessControlHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
AccountStatusNotificationHandlerConfigManager.isConfigurationChangeAcceptable
(AccountStatusNotificationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
AlertHandlerConfigManager.isConfigurationChangeAcceptable
(AlertHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
BackendConfigManager.isConfigurationChangeAcceptable
(BackendCfg backendCfg, List<LocalizableMessage> unacceptableReason) boolean
CertificateMapperConfigManager.isConfigurationChangeAcceptable
(CertificateMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
ConnectionHandlerConfigManager.isConfigurationChangeAcceptable
(ConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
CoreConfigManager.isConfigurationChangeAcceptable
(GlobalCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
EntryCacheConfigManager.EntryCacheDispatcher.isConfigurationChangeAcceptable
(EntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
EntryCacheConfigManager.isConfigurationChangeAcceptable
(EntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
ExtendedOperationConfigManager.isConfigurationChangeAcceptable
(ExtendedOperationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
HttpEndpointConfigManager.isConfigurationChangeAcceptable
(HttpEndpointCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
IdentityMapperConfigManager.isConfigurationChangeAcceptable
(IdentityMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
KeyManagerProviderConfigManager.isConfigurationChangeAcceptable
(KeyManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
LogRetentionPolicyConfigManager.isConfigurationChangeAcceptable
(LogRetentionPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
LogRotationPolicyConfigManager.isConfigurationChangeAcceptable
(LogRotationPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PasswordGeneratorConfigManager.isConfigurationChangeAcceptable
(PasswordGeneratorCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PasswordStorageSchemeConfigManager.isConfigurationChangeAcceptable
(PasswordStorageSchemeCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PasswordValidatorConfigManager.isConfigurationChangeAcceptable
(PasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PluginConfigManager.isConfigurationChangeAcceptable
(PluginCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
SASLConfigManager.isConfigurationChangeAcceptable
(SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
SynchronizationProviderConfigManager.isConfigurationChangeAcceptable
(SynchronizationProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
TrustManagerProviderConfigManager.isConfigurationChangeAcceptable
(TrustManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
VirtualAttributeConfigManager.isConfigurationChangeAcceptable
(VirtualAttributeCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
WorkQueueConfigManager.isConfigurationChangeAcceptable
(WorkQueueCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
AccessControlConfigManager.isConfigurationDeleteAcceptable
(AccessControlHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
AccountStatusNotificationHandlerConfigManager.isConfigurationDeleteAcceptable
(AccountStatusNotificationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
AlertHandlerConfigManager.isConfigurationDeleteAcceptable
(AlertHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
BackendConfigManager.isConfigurationDeleteAcceptable
(BackendCfg cfg, List<LocalizableMessage> unacceptableReason) boolean
CertificateMapperConfigManager.isConfigurationDeleteAcceptable
(CertificateMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
ConnectionHandlerConfigManager.isConfigurationDeleteAcceptable
(ConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
EntryCacheConfigManager.isConfigurationDeleteAcceptable
(EntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
ExtendedOperationConfigManager.isConfigurationDeleteAcceptable
(ExtendedOperationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
HttpEndpointConfigManager.isConfigurationDeleteAcceptable
(HttpEndpointCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
IdentityMapperConfigManager.isConfigurationDeleteAcceptable
(IdentityMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
KeyManagerProviderConfigManager.isConfigurationDeleteAcceptable
(KeyManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
LoggerConfigManager.isConfigurationDeleteAcceptable
(LogPublisherCfg config, List<LocalizableMessage> unacceptableReasons) boolean
LogRetentionPolicyConfigManager.isConfigurationDeleteAcceptable
(LogRetentionPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
LogRotationPolicyConfigManager.isConfigurationDeleteAcceptable
(LogRotationPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PasswordGeneratorConfigManager.isConfigurationDeleteAcceptable
(PasswordGeneratorCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PasswordStorageSchemeConfigManager.isConfigurationDeleteAcceptable
(PasswordStorageSchemeCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PasswordValidatorConfigManager.isConfigurationDeleteAcceptable
(PasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PluginConfigManager.isConfigurationDeleteAcceptable
(PluginCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
SASLConfigManager.isConfigurationDeleteAcceptable
(SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
SynchronizationProviderConfigManager.isConfigurationDeleteAcceptable
(SynchronizationProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
TrustManagerProviderConfigManager.isConfigurationDeleteAcceptable
(TrustManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
VirtualAttributeConfigManager.isConfigurationDeleteAcceptable
(VirtualAttributeCfg configuration, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.opends.server.crypto
Modifier and TypeMethodDescriptionboolean
CryptoManager.isConfigurationChangeAcceptable
(CryptoManagerCfg cfg, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.opends.server.discovery
Modifier and TypeMethodDescriptionboolean
ReplicationServiceDiscoveryMechanism.isConfigurationAcceptable
(ReplicationServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) boolean
ServiceDiscoveryMechanism.isConfigurationAcceptable
(C configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) Returns whether the provided configuration is correct for the mechanism.boolean
StaticServiceDiscoveryMechanism.isConfigurationAcceptable
(StaticServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) boolean
ServiceDiscoveryMechanismConfigManager.isConfigurationAddAcceptable
(ServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
ReplicationServiceDiscoveryMechanism.isConfigurationChangeAcceptable
(ReplicationServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
StaticServiceDiscoveryMechanism.isConfigurationChangeAcceptable
(StaticServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
ServiceDiscoveryMechanismConfigManager.isConfigurationDeleteAcceptable
(ServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.opends.server.extensions
Modifier and TypeMethodDescriptionvoid
TraditionalWorkQueue.finalizeWorkQueue
(LocalizableMessage reason) void
DiskSpaceMonitor.processServerShutdown
(LocalizableMessage reason) void
JMXAlertHandler.sendAlertNotification
(AlertGenerator generator, String alertType, LocalizableMessage alertMessage) void
SMTPAlertHandler.sendAlertNotification
(AlertGenerator generator, String alertType, LocalizableMessage alertMessage) Modifier and TypeMethodDescriptionboolean
AdminDataTrustManagerProvider.isConfigurationAcceptable
(AdminDataTrustManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
Argon2PasswordStorageScheme.isConfigurationAcceptable
(Argon2PasswordStorageSchemeCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
AttributeValuePasswordValidator.isConfigurationAcceptable
(AttributeValuePasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
CharacterSetPasswordValidator.isConfigurationAcceptable
(CharacterSetPasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
CRAMMD5SASLMechanismHandler.isConfigurationAcceptable
(CramMd5SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
CryptPasswordStorageScheme.isConfigurationAcceptable
(CryptPasswordStorageSchemeCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
DictionaryPasswordValidator.isConfigurationAcceptable
(DictionaryPasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
DigestMD5SASLMechanismHandler.isConfigurationAcceptable
(DigestMd5SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
ErrorLogAccountStatusNotificationHandler.isConfigurationAcceptable
(ErrorLogAccountStatusNotificationHandlerCfg configuration, ServerContext serverContext, List<LocalizableMessage> unacceptableReasons) boolean
ExactMatchIdentityMapper.isConfigurationAcceptable
(ExactMatchIdentityMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
FIFOEntryCache.isConfigurationAcceptable
(FifoEntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
FileBasedKeyManagerProvider.isConfigurationAcceptable
(FileBasedKeyManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
FileBasedTrustManagerProvider.isConfigurationAcceptable
(FileBasedTrustManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
GSSAPISASLMechanismHandler.isConfigurationAcceptable
(GssapiSaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
JMXAlertHandler.isConfigurationAcceptable
(JmxAlertHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
LDAPKeyManagerProvider.isConfigurationAcceptable
(LdapKeyManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
LDAPPassThroughAuthenticationPolicyFactory.isConfigurationAcceptable
(LdapPassThroughAuthenticationPolicyCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
LDAPTrustManagerProvider.isConfigurationAcceptable
(LdapTrustManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
LengthBasedPasswordValidator.isConfigurationAcceptable
(LengthBasedPasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PasswordModifyExtendedOperation.isConfigurationAcceptable
(PasswordModifyExtendedOperationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PemKeyManagerProvider.isConfigurationAcceptable
(PemKeyManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PemTrustManagerProvider.isConfigurationAcceptable
(PemTrustManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PKCS11KeyManagerProvider.isConfigurationAcceptable
(Pkcs11KeyManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PlainSASLMechanismHandler.isConfigurationAcceptable
(PlainSaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
RandomPasswordGenerator.isConfigurationAcceptable
(RandomPasswordGeneratorCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
RegularExpressionIdentityMapper.isConfigurationAcceptable
(RegularExpressionIdentityMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
SMTPAccountStatusNotificationHandler.isConfigurationAcceptable
(SmtpAccountStatusNotificationHandlerCfg configuration, ServerContext serverContext, List<LocalizableMessage> unacceptableReasons) boolean
SMTPAlertHandler.isConfigurationAcceptable
(SmtpAlertHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
SoftReferenceEntryCache.isConfigurationAcceptable
(SoftReferenceEntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
SubjectAttributeToUserAttributeCertificateMapper.isConfigurationAcceptable
(SubjectAttributeToUserAttributeCertificateMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
UserTemplateVirtualAttributeProvider.isConfigurationAcceptable
(UserTemplateVirtualAttributeCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
AdminDataTrustManagerProvider.isConfigurationChangeAcceptable
(AdminDataTrustManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
Argon2PasswordStorageScheme.isConfigurationChangeAcceptable
(Argon2PasswordStorageSchemeCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
AttributeValuePasswordValidator.isConfigurationChangeAcceptable
(AttributeValuePasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
BcryptPasswordStorageScheme.isConfigurationChangeAcceptable
(BcryptPasswordStorageSchemeCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
CharacterSetPasswordValidator.isConfigurationChangeAcceptable
(CharacterSetPasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
CRAMMD5SASLMechanismHandler.isConfigurationChangeAcceptable
(CramMd5SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
CryptPasswordStorageScheme.isConfigurationChangeAcceptable
(CryptPasswordStorageSchemeCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
DictionaryPasswordValidator.isConfigurationChangeAcceptable
(DictionaryPasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
DigestMD5SASLMechanismHandler.isConfigurationChangeAcceptable
(DigestMd5SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
EntityTagVirtualAttributeProvider.isConfigurationChangeAcceptable
(EntityTagVirtualAttributeCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
ErrorLogAccountStatusNotificationHandler.isConfigurationChangeAcceptable
(ErrorLogAccountStatusNotificationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
ExactMatchIdentityMapper.isConfigurationChangeAcceptable
(ExactMatchIdentityMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
ExternalSASLMechanismHandler.isConfigurationChangeAcceptable
(ExternalSaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
FIFOEntryCache.isConfigurationChangeAcceptable
(FifoEntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
FileBasedKeyManagerProvider.isConfigurationChangeAcceptable
(FileBasedKeyManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
FileBasedTrustManagerProvider.isConfigurationChangeAcceptable
(FileBasedTrustManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
GSSAPISASLMechanismHandler.isConfigurationChangeAcceptable
(GssapiSaslMechanismHandlerCfg newConfiguration, List<LocalizableMessage> unacceptableReasons) boolean
JMXAlertHandler.isConfigurationChangeAcceptable
(JmxAlertHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
LDAPKeyManagerProvider.isConfigurationChangeAcceptable
(LdapKeyManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
LDAPTrustManagerProvider.isConfigurationChangeAcceptable
(LdapTrustManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
LengthBasedPasswordValidator.isConfigurationChangeAcceptable
(LengthBasedPasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
MemberVirtualAttributeProvider.isConfigurationChangeAcceptable
(MemberVirtualAttributeCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PasswordModifyExtendedOperation.isConfigurationChangeAcceptable
(PasswordModifyExtendedOperationHandlerCfg config, List<LocalizableMessage> unacceptableReasons) boolean
PemKeyManagerProvider.isConfigurationChangeAcceptable
(PemKeyManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PemTrustManagerProvider.isConfigurationChangeAcceptable
(PemTrustManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PKCS11KeyManagerProvider.isConfigurationChangeAcceptable
(Pkcs11KeyManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
Pkcs11TrustManagerProvider.isConfigurationChangeAcceptable
(Pkcs11TrustManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PlainSASLMechanismHandler.isConfigurationChangeAcceptable
(PlainSaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
RandomPasswordGenerator.isConfigurationChangeAcceptable
(RandomPasswordGeneratorCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
RegularExpressionIdentityMapper.isConfigurationChangeAcceptable
(RegularExpressionIdentityMapperCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
RepeatedCharactersPasswordValidator.isConfigurationChangeAcceptable
(RepeatedCharactersPasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
SimilarityBasedPasswordValidator.isConfigurationChangeAcceptable
(SimilarityBasedPasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
SMTPAccountStatusNotificationHandler.isConfigurationChangeAcceptable
(SmtpAccountStatusNotificationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
SMTPAlertHandler.isConfigurationChangeAcceptable
(SmtpAlertHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
SoftReferenceEntryCache.isConfigurationChangeAcceptable
(SoftReferenceEntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
SubjectAttributeToUserAttributeCertificateMapper.isConfigurationChangeAcceptable
(SubjectAttributeToUserAttributeCertificateMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
TraditionalWorkQueue.isConfigurationChangeAcceptable
(TraditionalWorkQueueCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
UniqueCharactersPasswordValidator.isConfigurationChangeAcceptable
(UniqueCharactersPasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
UserDefinedVirtualAttributeProvider.isConfigurationChangeAcceptable
(UserDefinedVirtualAttributeCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
UserTemplateVirtualAttributeProvider.isConfigurationChangeAcceptable
(UserTemplateVirtualAttributeCfg configuration, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.opends.server.loggers
Modifier and TypeMethodDescriptionvoid
LogAggregator.countBasedLog
(LocalizedLogger logger, LocalizableMessage message) Start the aggregation for a message that will be logged based on count and only after 2 occurrences.static void
ErrorLogger.log
(String category, long categoryMask, Severity severity, LocalizableMessage message) Writes a message to the error log using the provided information.abstract void
ErrorLogPublisher.log
(String category, long categoryMask, Severity severity, LocalizableMessage message) Writes a message to the error log using the provided information.void
LogAggregator.log
(Consumer<LocalizableMessage> logMethod, LocalizableMessage message) Log a message and start the aggregation for it.static void
AccessLogger.logDisconnect
(ClientConnection connection, DisconnectReason disconnectReason, LocalizableMessage message) Writes a message to the access logger with information about the termination of an existing client connection.void
AccessLogPublisher.logDisconnect
(ClientConnection clientConnection, DisconnectReason disconnectReason, LocalizableMessage message) Writes a message to the access logger with information about the termination of an existing client connection.void
TextAccessLogPublisher.logDisconnect
(ClientConnection clientConnection, DisconnectReason disconnectReason, LocalizableMessage message) Modifier and TypeMethodDescriptionboolean
AccessLogPublisher.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) boolean
ConsoleErrorLogPublisher.isConfigurationAcceptable
(ConsoleErrorLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons) boolean
ErrorLogPublisher.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) boolean
HTTPAccessLogPublisher.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) boolean
LogPublisher.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this log publisher.boolean
TextAccessLogPublisher.isConfigurationAcceptable
(FileBasedAccessLogPublisherCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
TextAuditLogPublisher.isConfigurationAcceptable
(FileBasedAuditLogPublisherCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
TextErrorLogPublisher.isConfigurationAcceptable
(FileBasedErrorLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons) boolean
TextHTTPAccessLogPublisher.isConfigurationAcceptable
(FileBasedHttpAccessLogPublisherCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
AbstractLogger.isConfigurationAddAcceptable
(C config, List<LocalizableMessage> unacceptableReasons) boolean
AbstractLogger.isConfigurationChangeAcceptable
(C config, List<LocalizableMessage> unacceptableReasons) boolean
ConsoleErrorLogPublisher.isConfigurationChangeAcceptable
(ConsoleErrorLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons) boolean
FileNumberRetentionPolicy.isConfigurationChangeAcceptable
(FileCountLogRetentionPolicyCfg config, List<LocalizableMessage> unacceptableReasons) boolean
FixedTimeRotationPolicy.isConfigurationChangeAcceptable
(FixedTimeLogRotationPolicyCfg config, List<LocalizableMessage> unacceptableReasons) boolean
FreeDiskSpaceRetentionPolicy.isConfigurationChangeAcceptable
(FreeDiskSpaceLogRetentionPolicyCfg config, List<LocalizableMessage> unacceptableReasons) boolean
SizeBasedRetentionPolicy.isConfigurationChangeAcceptable
(SizeLimitLogRetentionPolicyCfg config, List<LocalizableMessage> unacceptableReasons) boolean
SizeBasedRotationPolicy.isConfigurationChangeAcceptable
(SizeLimitLogRotationPolicyCfg config, List<LocalizableMessage> unacceptableReasons) boolean
TextAccessLogPublisher.isConfigurationChangeAcceptable
(FileBasedAccessLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons) boolean
TextAuditLogPublisher.isConfigurationChangeAcceptable
(FileBasedAuditLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons) boolean
TextErrorLogPublisher.isConfigurationChangeAcceptable
(FileBasedErrorLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons) boolean
TextHTTPAccessLogPublisher.isConfigurationChangeAcceptable
(FileBasedHttpAccessLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons) boolean
TimeLimitRotationPolicy.isConfigurationChangeAcceptable
(TimeLimitLogRotationPolicyCfg config, List<LocalizableMessage> unacceptableReasons) boolean
AbstractLogger.isConfigurationDeleteAcceptable
(C config, List<LocalizableMessage> unacceptableReasons) void
LogAggregator.log
(Consumer<LocalizableMessage> logMethod, LocalizableMessage message) Log a message and start the aggregation for it. -
Uses of LocalizableMessage in org.opends.server.monitors
Modifier and TypeMethodDescriptionHealthStatus.aliveErrors()
Returns the value of thealiveErrors
record component.HealthStatus.healthyErrors()
Returns the value of thehealthyErrors
record component.Modifier and TypeMethodDescriptionstatic HealthStatus
HealthStatus.notAlive
(LocalizableMessage error) Returns a NOT_ALIVEHealthStatus
.static HealthStatus
HealthStatus.notHealthy
(LocalizableMessage error) Returns a NOT_HEALTHYHealthStatus
.Modifier and TypeMethodDescriptionstatic HealthStatus
HealthStatus.notAlive
(List<LocalizableMessage> errors) Returns a NOT_ALIVEHealthStatus
.static HealthStatus
HealthStatus.notHealthy
(List<LocalizableMessage> errors) Returns a NOT_HEALTHYHealthStatus
.ModifierConstructorDescriptionHealthStatus
(List<LocalizableMessage> aliveErrors, List<LocalizableMessage> healthyErrors) Creates an instance of aHealthStatus
record class. -
Uses of LocalizableMessage in org.opends.server.plugins
Modifier and TypeMethodDescriptionvoid
GraphiteMonitorReporterPlugin.doShutdown
(LocalizableMessage reason) void
ReferentialIntegrityPlugin.processServerShutdown
(LocalizableMessage reason) Modifier and TypeMethodDescriptionboolean
AttributeCleanupPlugin.isConfigurationAcceptable
(AttributeCleanupPluginCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
ChangeNumberControlPlugin.isConfigurationAcceptable
(ChangeNumberControlPluginCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
EntityTagPlugin.isConfigurationAcceptable
(EntityTagPluginCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
EntryUUIDPlugin.isConfigurationAcceptable
(EntryUuidPluginCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
GraphiteMonitorReporterPlugin.isConfigurationAcceptable
(GraphiteMonitorReporterPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
LastModPlugin.isConfigurationAcceptable
(LastModPluginCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
LDAPADListPlugin.isConfigurationAcceptable
(LdapAttributeDescriptionListPluginCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
PasswordPolicyImportPlugin.isConfigurationAcceptable
(PasswordPolicyImportPluginCfg config, List<LocalizableMessage> unacceptableReasons) boolean
ReferentialIntegrityPlugin.isConfigurationAcceptable
(ReferentialIntegrityPluginCfg pluginCfg, List<LocalizableMessage> unacceptableReasons) boolean
SambaPasswordPlugin.isConfigurationAcceptable
(SambaPasswordPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) Verifies if the plugin configuration is acceptable.boolean
SevenBitCleanPlugin.isConfigurationAcceptable
(SevenBitCleanPluginCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
UniqueAttributePlugin.isConfigurationAcceptable
(UniqueAttributePluginCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
AttributeCleanupPlugin.isConfigurationChangeAcceptable
(AttributeCleanupPluginCfg config, List<LocalizableMessage> messages) boolean
ChangeNumberControlPlugin.isConfigurationChangeAcceptable
(ChangeNumberControlPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
EntityTagPlugin.isConfigurationChangeAcceptable
(EntityTagPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
EntryUUIDPlugin.isConfigurationChangeAcceptable
(EntryUuidPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
GraphiteMonitorReporterPlugin.isConfigurationChangeAcceptable
(GraphiteMonitorReporterPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
LastModPlugin.isConfigurationChangeAcceptable
(LastModPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
LDAPADListPlugin.isConfigurationChangeAcceptable
(LdapAttributeDescriptionListPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PasswordPolicyImportPlugin.isConfigurationChangeAcceptable
(PasswordPolicyImportPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
ReferentialIntegrityPlugin.isConfigurationChangeAcceptable
(ReferentialIntegrityPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
SambaPasswordPlugin.isConfigurationChangeAcceptable
(SambaPasswordPluginCfg newConfig, List<LocalizableMessage> messages) boolean
SevenBitCleanPlugin.isConfigurationChangeAcceptable
(SevenBitCleanPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
UniqueAttributePlugin.isConfigurationChangeAcceptable
(UniqueAttributePluginCfg configuration, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.opends.server.protocols
Modifier and TypeMethodDescriptionboolean
LDIFConnectionHandler.isConfigurationAcceptable
(ServerContext serverContext, LdifConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons) boolean
LDIFConnectionHandler.isConfigurationChangeAcceptable
(LdifConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.opends.server.protocols.http
Modifier and TypeMethodDescriptionboolean
HTTPConnectionHandler.isConfigurationAcceptable
(ServerContext serverContext, HttpConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons) boolean
HTTPConnectionHandler.isConfigurationChangeAcceptable
(HttpConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
CrestMetricsEndpoint.isConfigurationValid
(List<LocalizableMessage> unacceptableReasons) boolean
PrometheusEndpoint.isConfigurationValid
(List<LocalizableMessage> unacceptableReasons) ModifierConstructorDescriptionLocalizedHttpApplicationException
(LocalizableMessage message, Throwable cause) Creates a new localized http application exception with the provided message and cause. -
Uses of LocalizableMessage in org.opends.server.protocols.jmx
Modifier and TypeMethodDescriptionvoid
JmxClientConnection.disconnect
(DisconnectReason disconnectReason, boolean sendNotification, LocalizableMessage message) void
JmxConnectionHandler.processServerShutdown
(LocalizableMessage reason) Modifier and TypeMethodDescriptionboolean
JmxConnectionHandler.isConfigurationAcceptable
(ServerContext serverContext, JmxConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons) boolean
JmxConnectionHandler.isConfigurationChangeAcceptable
(JmxConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.opends.server.protocols.ldap
Modifier and TypeMethodDescriptionvoid
LDAPConnectionHandler.processServerShutdown
(LocalizableMessage reason) Modifier and TypeMethodDescriptionboolean
LDAPConnectionHandler.isConfigurationAcceptable
(ServerContext serverContext, LdapConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons) boolean
LDAPConnectionHandler.isConfigurationChangeAcceptable
(LdapConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.opends.server.replication.plugin
Modifier and TypeMethodDescriptionvoid
LDAPReplicationDomain.processServerShutdown
(LocalizableMessage reason) Modifier and TypeMethodDescriptionboolean
FractionalLDIFImportPlugin.isConfigurationAcceptable
(FractionalLdifImportPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
MultimasterReplication.isConfigurationAddAcceptable
(ReplicationDomainCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
FractionalLDIFImportPlugin.isConfigurationChangeAcceptable
(FractionalLdifImportPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
LDAPReplicationDomain.isConfigurationChangeAcceptable
(ReplicationDomainCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
MultimasterReplication.isConfigurationChangeAcceptable
(ReplicationSynchronizationProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
MultimasterReplication.isConfigurationDeleteAcceptable
(ReplicationDomainCfg configuration, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.opends.server.replication.protocol
ModifierConstructorDescriptionErrorMsg
(ServerId<?> sender, ReplicaId destination, LocalizableMessage details) Creates an ErrorMsg providing the destination server. -
Uses of LocalizableMessage in org.opends.server.replication.server
Modifier and TypeMethodDescriptionstatic boolean
ReplicationServer.isConfigurationAcceptable
(ReplicationServerCfg configuration, List<LocalizableMessage> unacceptableReasons) Check if the provided configuration is acceptable for add.boolean
ReplicationServer.isConfigurationChangeAcceptable
(ReplicationServerCfg configuration, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.opends.server.replication.server.changelog.api
ModifierConstructorDescriptionChangelogException
(LocalizableMessage message) Creates a new changelog exception with the provided information.ChangelogException
(LocalizableMessage message, Throwable cause) Creates a new identified exception with the provided information. -
Uses of LocalizableMessage in org.opends.server.schema
Modifier and TypeMethodDescriptionboolean
CoreSchemaProvider.isConfigurationAcceptable
(CoreSchemaCfg config, List<LocalizableMessage> unacceptableReasons) boolean
JsonEqualityMatchingRuleProvider.isConfigurationAcceptable
(JsonEqualityMatchingRuleCfg config, List<LocalizableMessage> unacceptableReasons) boolean
JsonOrderingMatchingRuleProvider.isConfigurationAcceptable
(JsonOrderingMatchingRuleCfg config, List<LocalizableMessage> unacceptableReasons) boolean
JsonQueryEqualityMatchingRuleProvider.isConfigurationAcceptable
(JsonQueryEqualityMatchingRuleCfg config, List<LocalizableMessage> unacceptableReasons) boolean
NameAndJsonQueryEqualityMatchingRuleProvider.isConfigurationAcceptable
(NameAndJsonQueryEqualityMatchingRuleCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
SchemaProvider.isConfigurationAcceptable
(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this provider.boolean
SchemaHandler.isConfigurationAddAcceptable
(SchemaProviderCfg config, List<LocalizableMessage> unacceptableReasons) boolean
CoreSchemaProvider.isConfigurationChangeAcceptable
(CoreSchemaCfg config, List<LocalizableMessage> unacceptableReasons) boolean
JsonEqualityMatchingRuleProvider.isConfigurationChangeAcceptable
(JsonEqualityMatchingRuleCfg config, List<LocalizableMessage> unacceptableReasons) boolean
JsonOrderingMatchingRuleProvider.isConfigurationChangeAcceptable
(JsonOrderingMatchingRuleCfg config, List<LocalizableMessage> unacceptableReasons) boolean
JsonQueryEqualityMatchingRuleProvider.isConfigurationChangeAcceptable
(JsonQueryEqualityMatchingRuleCfg config, List<LocalizableMessage> unacceptableReasons) boolean
NameAndJsonQueryEqualityMatchingRuleProvider.isConfigurationChangeAcceptable
(NameAndJsonQueryEqualityMatchingRuleCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
SchemaHandler.isConfigurationDeleteAcceptable
(SchemaProviderCfg config, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.opends.server.tasks
Modifier and TypeMethodDescriptionBackupPurgeTask.getAttributeDisplayName
(String name) BackupTask.getAttributeDisplayName
(String attrName) ExportTask.getAttributeDisplayName
(String name) ImportTask.getAttributeDisplayName
(String name) RestoreTask.getAttributeDisplayName
(String name) AddSchemaFileTask.getDisplayName()
BackupPurgeTask.getDisplayName()
BackupTask.getDisplayName()
DisconnectClientTask.getDisplayName()
EnterLockdownModeTask.getDisplayName()
ExportTask.getDisplayName()
ImportTask.getDisplayName()
InitializeTargetTask.getDisplayName()
InitializeTask.getDisplayName()
LeaveLockdownModeTask.getDisplayName()
PurgeConflictsHistoricalTask.getDisplayName()
RebuildTask.getDisplayName()
ResetChangeNumberTask.getDisplayName()
RestoreTask.getDisplayName()
SetGenerationIdTask.getDisplayName()
ShutdownTask.getDisplayName()
Modifier and TypeMethodDescriptionvoid
BackupPurgeTask.interruptTask
(TaskState interruptState, LocalizableMessage interruptReason) void
BackupTask.interruptTask
(TaskState interruptState, LocalizableMessage interruptReason) void
ExportTask.interruptTask
(TaskState interruptState, LocalizableMessage interruptReason) void
ImportTask.interruptTask
(TaskState interruptState, LocalizableMessage interruptReason) void
InitializeTask.interruptTask
(TaskState interruptState, LocalizableMessage interruptReason) void
RestoreTask.interruptTask
(TaskState interruptState, LocalizableMessage interruptReason) -
Uses of LocalizableMessage in org.opends.server.tools.supportextract
Modifier and TypeMethodDescriptionvoid
SupportExtract.errPrintln
(LocalizableMessage msg) void
SupportExtract.errPrintln
(LocalizableMessage msg, int indent) void
SupportExtract.errPrintlnSurroundedByBlankLines
(LocalizableMessage errorMessage) void
SupportExtract.errPrintVerboseMessage
(LocalizableMessage msg) void
SupportExtract.print
(LocalizableMessage msg) void
SupportExtract.println
(LocalizableMessage msg) void
SupportExtract.println
(LocalizableMessage msg, int indent) void
SupportExtract.printlnSurroundedByBlankLines
(LocalizableMessage message) -
Uses of LocalizableMessage in org.opends.server.tools.tasks
Modifier and TypeMethodDescriptionTaskEntry.getFailedDependencyAction()
Gets the action to take if this task fails.TaskEntry.getState()
Gets the state of the task.TaskEntry.getType()
Gets a user presentable string indicating the type of this task.Modifier and TypeMethodDescriptionTaskEntry.getLogMessages()
Gets the logs associated with this task's execution.TaskEntry.getTaskSpecificAttributeValuePairs()
Gets a mapping of attributes that are specific to the implementing task as opposed to the superior, or base, task. -
Uses of LocalizableMessage in org.opends.server.types
Modifier and TypeMethodDescriptionCancellable.getCancelReason()
Returns the cancel reason for this operation.DisconnectReason.getClosureMessage()
Returns the human-readable disconnect reason.OpenDsException.getMessageObject()
AccountStatusNotification.message()
Returns the value of themessage
record component.Modifier and TypeMethodDescriptionLDIFImportConfig.includeEntry
(Dn dn) Indicates whether to include the entry with the specified DN in the import.LDIFImportConfig.includeEntry
(Entry entry) Indicates whether the specified entry should be included in the import based on the configured set of include and exclude filters.Modifier and TypeMethodDescriptionfinal void
Operation.addPasswordPolicyWarningToLog
(LocalizableMessage msg) Adds a password policy warning message in the Log additional items.final void
Operation.appendErrorMessage
(LocalizableMessage message) Appends the provided message to the error message buffer.final void
Operation.appendMaskedErrorMessage
(LocalizableMessage maskedMessage) Appends the provided message to the real, masked error message buffer.void
Cancellable.cancel
(LocalizableMessage cancelReason) Indicates that this operation has been cancelled, and the operation if executing should finish as soon as possible.ModifierConstructorDescriptionAccountStatusNotification
(AccountStatusNotificationType notificationType, Entry userEntry, LocalizableMessage message, Map<AccountStatusNotificationProperty, List<String>> notificationProperties) Creates a new account status notification object with the provided information.CryptoManagerException
(LocalizableMessage message) Creates an exception with the given message.CryptoManagerException
(LocalizableMessage message, Exception cause) Creates an exception with the given message and underlying cause.DisconnectException
(DisconnectReason reason, LocalizableMessage message) Creates a new initialization exception with the provided message.Creates a new initialization exception with the provided message.InitializationException
(LocalizableMessage message, Throwable cause) Creates a new initialization exception with the provided message and root cause.protected
OpenDsException
(LocalizableMessage message) Creates a new identified exception with the provided information.protected
OpenDsException
(LocalizableMessage message, Throwable cause) Creates a new identified exception with the provided information. -
Uses of LocalizableMessage in org.opends.server.types.operation
Modifier and TypeMethodDescriptionPostOperationBindOperation.getAuthFailureReason()
Retrieves a human-readable message providing the reason that the authentication failed, if available.PostResponseBindOperation.getAuthFailureReason()
Retrieves a human-readable message providing the reason that the authentication failed, if available.Modifier and TypeMethodDescriptionvoid
InProgressOperation.appendErrorMessage
(LocalizableMessage message) Appends the provided message to the error message buffer.void
PostOperationOperation.appendErrorMessage
(LocalizableMessage message) Appends the provided message to the error message buffer.void
PreOperationOperation.appendErrorMessage
(LocalizableMessage message) Appends the provided message to the error message buffer.void
PreParseOperation.appendErrorMessage
(LocalizableMessage message) Appends the provided message to the error message buffer.void
PostOperationBindOperation.setAuthFailureReason
(LocalizableMessage reason) Specifies the reason that the authentication failed.void
PreOperationBindOperation.setAuthFailureReason
(LocalizableMessage reason) Specifies the reason that the authentication failed.void
PreParseBindOperation.setAuthFailureReason
(LocalizableMessage reason) Specifies the reason that the authentication failed. -
Uses of LocalizableMessage in org.opends.server.util
Modifier and TypeFieldDescriptionstatic final LocalizableMessage
ServerConstants.CONFIG_FILE_HEADER
The comment at the head of config.ldif, which should not be localized.Modifier and TypeMethodDescriptionstatic LocalizableMessage
StaticUtils.secondsToTimeString
(long numSeconds) Retrieves a user-friendly string that indicates the length of time (in days, hours, minutes, and seconds) in the specified number of seconds.Modifier and TypeMethodDescriptionstatic Collection<LocalizableMessage>
SslUtils.verifySslCiphersAndProtocols
(Collection<String> cipherSuites, Collection<String> protocols, LocalizableMessageDescriptor.Arg1<Object> cipherError, LocalizableMessageDescriptor.Arg1<Object> protocolError) Verifies all the specified SSL cipher suites and protocols are available in the current JVM.Modifier and TypeMethodDescriptionprotected void
LDIFReader.logToRejectWriter
(List<StringBuilder> lines, LocalizableMessage message) Log a message to the reject writer if one is configured.protected void
LDIFReader.logToSkipWriter
(List<StringBuilder> lines, LocalizableMessage message) Log a message to the reject writer if one is configured.void
LDIFReader.rejectEntry
(Entry entry, LocalizableMessage message) Log the specified entry and messages in the reject writer.void
LDIFReader.rejectLastEntry
(LocalizableMessage message) Rejects the last entry read from the LDIF.ModifierConstructorDescriptionLDIFException
(LocalizableMessage message) Creates a new LDIF exception with the provided information.LDIFException
(LocalizableMessage message, long lineNumber, boolean canContinueReading) Creates a new LDIF exception with the provided information.LDIFException
(LocalizableMessage message, long lineNumber, boolean canContinueReading, Throwable cause) Creates a new configuration exception with the provided message and underlying cause.