Uses of Class
org.forgerock.i18n.LocalizableMessage
Packages that use 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.
This package contains the main class of the leader based replication.
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 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 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
Fields in org.forgerock.i18n declared as LocalizableMessageModifier and TypeFieldDescriptionstatic final LocalizableMessage
LocalizableMessage.EMPTY
Represents an empty message string.Methods in org.forgerock.i18n that return LocalizableMessageModifier 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()
final LocalizableMessage
LocalizedSecurityException.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
.Methods in org.forgerock.i18n with parameters of type LocalizableMessageModifier and TypeMethodDescriptionLocalizableMessageBuilder.append
(LocalizableMessage message) Appends the provided message to this message builder.Constructors in org.forgerock.i18n with parameters of type LocalizableMessageModifierConstructorDescriptionCreates 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.Creates a new localized security exception with the provided message.LocalizedSecurityException
(LocalizableMessage message, Throwable cause) Creates a new localized security exception with the provided message and cause. -
Uses of LocalizableMessage in org.forgerock.i18n.slf4j
Methods in org.forgerock.i18n.slf4j that return LocalizableMessageModifier and TypeMethodDescriptionLocalizedMarker.getMessage()
Returns the message embedded into this marker.Methods in org.forgerock.i18n.slf4j with parameters of type LocalizableMessageModifier 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.Constructors in org.forgerock.i18n.slf4j with parameters of type LocalizableMessageModifierConstructorDescriptionLocalizedMarker
(LocalizableMessage message) Create a marker with provided localizable message. -
Uses of LocalizableMessage in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return LocalizableMessageModifier 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.Constructors in org.forgerock.opendj.config with parameters of type LocalizableMessageModifierConstructorDescriptionprotected
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
Methods in org.forgerock.opendj.config.client that return LocalizableMessageModifier 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.Methods in org.forgerock.opendj.config.client that return types with arguments of type LocalizableMessageModifier and TypeMethodDescriptionOperationRejectedException.getMessages()
Gets an unmodifiable collection view of the messages describing the constraint violations that occurred.Method parameters in org.forgerock.opendj.config.client with type arguments of type LocalizableMessageModifier 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.Constructors in org.forgerock.opendj.config.client with parameters of type LocalizableMessageModifierConstructorDescriptionMissingMandatoryPropertiesException
(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.Constructor parameters in org.forgerock.opendj.config.client with type arguments of type LocalizableMessageModifierConstructorDescriptionOperationRejectedException
(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
Methods in org.forgerock.opendj.config.server that return LocalizableMessageModifier and TypeMethodDescriptionConfigChangeResult.getJoinedMessages()
Returns all messages joined in a single message.ConfigException.getMessageObject()
Methods in org.forgerock.opendj.config.server that return types with arguments of type LocalizableMessageModifier and TypeMethodDescriptionConfigChangeResult.getMessages()
Retrieves the set of messages that provide explanation for the processing of the configuration changes.Methods in org.forgerock.opendj.config.server with parameters of type LocalizableMessageModifier and TypeMethodDescriptionvoid
ConfigChangeResult.addMessage
(LocalizableMessage message) Adds the provided message to the set of messages for this config change result.Method parameters in org.forgerock.opendj.config.server with type arguments of type LocalizableMessageModifier 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.Constructors in org.forgerock.opendj.config.server with parameters of type LocalizableMessageModifierConstructorDescriptionConfigException
(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
Methods in org.forgerock.opendj.ldap that return LocalizableMessageModifier and TypeMethodDescriptionDecodeException.getMessageObject()
final LocalizableMessage
LdapException.getMessageObject()
ResultCode.getName()
Returns the short human-readable name of this result code.Methods in org.forgerock.opendj.ldap with parameters of type LocalizableMessageModifier 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.Method parameters in org.forgerock.opendj.ldap with type arguments of type LocalizableMessageModifier 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
Methods in org.forgerock.opendj.ldap.messages that return LocalizableMessageModifier and TypeMethodDescriptionBindResult.diagnosticMessage()
Returns the value of thediagnosticMessage
record component.CompareResult.diagnosticMessage()
Returns the value of thediagnosticMessage
record component.GenericExtendedResult.diagnosticMessage()
Returns the value of thediagnosticMessage
record component.PasswordModifyExtendedResult.diagnosticMessage()
Returns the value of thediagnosticMessage
record component.Result.diagnosticMessage()
Returns the diagnostic message associated with this result.StartTlsExtendedResult.diagnosticMessage()
Returns the value of thediagnosticMessage
record component.WhoAmIExtendedResult.diagnosticMessage()
Returns the value of thediagnosticMessage
record component.Constructors in org.forgerock.opendj.ldap.messages with parameters of type LocalizableMessageModifierConstructorDescriptionBindResult
(ResultCode resultCode, String matchedDn, LocalizableMessage diagnosticMessage, List<String> referralUris, ByteString saslServerCredentials, List<Control> controls, Throwable cause, SaslServer saslServer) Creates a newBindResult
.CompareResult
(ResultCode resultCode, String matchedDn, LocalizableMessage diagnosticMessage, List<String> referralUris, List<Control> controls, Throwable cause) Creates a newCompareResult
.GenericExtendedResult
(ResultCode resultCode, String matchedDn, LocalizableMessage diagnosticMessage, List<String> referralUris, String responseName, ByteString responseValue, List<Control> controls, Throwable cause) Creates a newGenericExtendedResult
.PasswordModifyExtendedResult
(ResultCode resultCode, String matchedDn, LocalizableMessage diagnosticMessage, List<String> referralUris, ByteString generatedPassword, List<Control> controls, Throwable cause) Creates a newPasswordModifyExtendedResult
.StartTlsExtendedResult
(ResultCode resultCode, String matchedDn, LocalizableMessage diagnosticMessage, List<String> referralUris, List<Control> controls, Throwable cause, SslOptions sslOptions) Creates a newStartTlsExtendedResult
.WhoAmIExtendedResult
(ResultCode resultCode, String matchedDn, LocalizableMessage diagnosticMessage, List<String> referralUris, String authorizationId, List<Control> controls, Throwable cause) Creates a newWhoAmIExtendedResult
. -
Uses of LocalizableMessage in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema that return types with arguments of type LocalizableMessageModifier and TypeMethodDescriptionSchema.getWarnings()
Returns an unmodifiable collection containing all the warnings that were detected when this schema was constructed.Method parameters in org.forgerock.opendj.ldap.schema with type arguments of type LocalizableMessageModifier 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.Constructors in org.forgerock.opendj.ldap.schema with parameters of type LocalizableMessageModifierConstructorDescriptionCreates 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
Methods in org.forgerock.opendj.ldif that return types with arguments of type LocalizableMessageModifier and TypeMethodDescriptionEntryGenerator.getWarnings()
Returns the warnings generated by the parsing of template file.Methods in org.forgerock.opendj.ldif with parameters of type LocalizableMessageModifier 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
Methods in org.forgerock.opendj.rest2ldap with parameters of type LocalizableMessageModifier 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
Methods in org.forgerock.opendj.security that return LocalizableMessageMethod parameters in org.forgerock.opendj.security with type arguments of type LocalizableMessageModifier 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
Methods in org.forgerock.opendj.server.core that return LocalizableMessageModifier and TypeMethodDescriptionRequestContext.getMaskedErrorMessage()
Retrieves the real, masked error message for this operation.Methods in org.forgerock.opendj.server.core with parameters of type LocalizableMessageModifier and TypeMethodDescriptionvoid
RequestContext.cannotCancel
(LocalizableMessage cannotCancelReason) Indicates that the request associated with this request context cannot be cancelled.RequestCancellationState.requestCancel
(boolean notifyClient, LocalizableMessage reason) Notifies backend processing that the request should be aborted if possible, and whether responses should be sent.void
RequestContext.setMaskedErrorMessage
(LocalizableMessage maskedErrorMessage) Sets the masked error message.Method parameters in org.forgerock.opendj.server.core with type arguments of type LocalizableMessageModifier 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
Methods in org.forgerock.opendj.server.embedded with parameters of type LocalizableMessageModifier and TypeMethodDescriptionvoid
EmbeddedDirectoryServer.restart
(String className, LocalizableMessage reason) Restarts the directory server.void
EmbeddedDirectoryServer.stop
(String className, LocalizableMessage reason) Stops this server.Constructors in org.forgerock.opendj.server.embedded with parameters of type LocalizableMessageModifierConstructorDescriptionCreates 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.server.leaderbasedreplication
Method parameters in org.forgerock.opendj.server.leaderbasedreplication with type arguments of type LocalizableMessageModifier and TypeMethodDescriptionboolean
LeaderBasedReplication.isConfigurationChangeAcceptable
(ReplicationSynchronizationProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.forgerock.opendj.setup.model
Methods in org.forgerock.opendj.setup.model that return LocalizableMessageModifier 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.Methods in org.forgerock.opendj.setup.model with parameters of type LocalizableMessageModifier 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.Method parameters in org.forgerock.opendj.setup.model with type arguments of type LocalizableMessageModifier and TypeMethodDescriptionSetup.deploymentId
(String key, String password, Consumer<LocalizableMessage> warningHandler) Specifies theDeploymentId
which should be used for securing the deployment.Constructors in org.forgerock.opendj.setup.model with parameters of type LocalizableMessageModifierConstructorDescriptionSetupException
(LocalizableMessage message) Creates a newSetupException
with the providedLocalizableMessage
.SetupException
(LocalizableMessage message, Throwable cause) -
Uses of LocalizableMessage in org.opends.server.api
Methods in org.opends.server.api with parameters of type LocalizableMessageModifier 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.Method parameters in org.opends.server.api with type arguments of type LocalizableMessageModifier 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
Methods in org.opends.server.api.plugin with parameters of type LocalizableMessageModifier and TypeMethodDescriptionvoid
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.Method parameters in org.opends.server.api.plugin with type arguments of type LocalizableMessageModifier 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) -
Uses of LocalizableMessage in org.opends.server.authorization.dseecompat
Method parameters in org.opends.server.authorization.dseecompat with type arguments of type LocalizableMessageModifier 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.Constructors in org.opends.server.authorization.dseecompat with parameters of type LocalizableMessageModifierConstructorDescriptionAciException
(LocalizableMessage message) Creates a new ACI exception with the provided message. -
Uses of LocalizableMessage in org.opends.server.authorization.policy
Method parameters in org.opends.server.authorization.policy with type arguments of type LocalizableMessageModifier and TypeMethodDescriptionboolean
PolicyBasedAccessControlHandler.isConfigurationAcceptable
(PolicyBasedAccessControlHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) -
Uses of LocalizableMessage in org.opends.server.backends
Method parameters in org.opends.server.backends with type arguments of type LocalizableMessageModifier 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
Method parameters in org.opends.server.backends.jeb with type arguments of type LocalizableMessageModifier 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
Method parameters in org.opends.server.backends.pluggable with type arguments of type LocalizableMessageModifier and TypeMethodDescriptionboolean
BackendImpl.isConfigurationAcceptable
(C config, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) boolean
BackendImpl.isConfigurationChangeAcceptable
(PluggableBackendCfg newCfg, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.opends.server.backends.pluggable.spi
Methods in org.opends.server.backends.pluggable.spi that return LocalizableMessageModifier and TypeMethodDescriptionStorageStatus.getReason()
Returns the error message for non available statuses.Methods in org.opends.server.backends.pluggable.spi with parameters of type LocalizableMessageModifier and TypeMethodDescriptionstatic void
StorageUtils.addErrorMessage
(ConfigChangeResult ccr, LocalizableMessage message) Adds the provided message to the provided config change result.static StorageStatus
StorageStatus.internalError
(LocalizableMessage reason) Returns internal error status.static StorageStatus
StorageStatus.lockedDown
(LocalizableMessage reason) Returns state for resources getting scarce.static StorageStatus
StorageStatus.unavailable
(LocalizableMessage reason) Returns unavailable status.Constructors in org.opends.server.backends.pluggable.spi with parameters of type LocalizableMessageModifierConstructorDescriptionConstructor with a message.StorageRuntimeException
(LocalizableMessage message, Throwable cause) Constructor with a message. -
Uses of LocalizableMessage in org.opends.server.backends.task
Methods in org.opends.server.backends.task that return LocalizableMessageModifier 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.Methods in org.opends.server.backends.task with parameters of type LocalizableMessageModifier 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.Method parameters in org.opends.server.backends.task with type arguments of type LocalizableMessageModifier 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
Methods in org.opends.server.backup that return LocalizableMessageMethods in org.opends.server.backup that return types with arguments of type LocalizableMessageModifier and TypeMethodDescriptionBackup.getErrors()
Return all the errors found after verifying this backup.Method parameters in org.opends.server.backup with type arguments of type LocalizableMessageModifier and TypeMethodDescriptionBackupManager.listBackups
(BackupManager.BackupFilter backupFilter, Collection<LocalizableMessage> errors) Lists all the backups without verifying their integrity.Constructors in org.opends.server.backup with parameters of type LocalizableMessageModifierConstructorDescriptionBackupException
(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
Method parameters in org.opends.server.config with type arguments of type LocalizableMessageModifier and TypeMethodDescriptionboolean
AdministrationConnector.isConfigurationChangeAcceptable
(AdministrationConnectorCfg configuration, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.opends.server.core
Methods in org.opends.server.core with parameters of type LocalizableMessageModifier 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) void
DirectoryServer.restart
(String className, LocalizableMessage reason) void
DirectoryServer.restart
(String className, LocalizableMessage reason, DirectoryEnvironmentConfig config) Causes the Directory Server to perform an in-core restart.void
ServerContext.restart
(String className, LocalizableMessage reason) 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
DirectoryServer.shutDown
(String className, LocalizableMessage reason, boolean toolShutdown) Initiates the Directory Server shutdown process.void
ServerContext.shutDown
(String className, LocalizableMessage reason, boolean toolShutdown) Shuts down the Directory Server.Method parameters in org.opends.server.core with type arguments of type LocalizableMessageModifier 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
Method parameters in org.opends.server.crypto with type arguments of type LocalizableMessageModifier and TypeMethodDescriptionboolean
CryptoManager.isConfigurationChangeAcceptable
(CryptoManagerCfg cfg, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.opends.server.discovery
Method parameters in org.opends.server.discovery with type arguments of type LocalizableMessageModifier 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
Methods in org.opends.server.extensions with parameters of type LocalizableMessageModifier 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) Method parameters in org.opends.server.extensions with type arguments of type LocalizableMessageModifier and TypeMethodDescriptionboolean
AdminDataTrustManagerProvider.isConfigurationAcceptable
(AdminDataTrustManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) boolean
Argon2PasswordStorageScheme.isConfigurationAcceptable
(Argon2PasswordStorageSchemeCfg 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
Methods in org.opends.server.loggers with parameters of type LocalizableMessageModifier 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) void
LogAggregator.logPerMsgId
(Consumer<LocalizableMessage> logMethod, LocalizableMessage message) Log a message and start the aggregation for it.Method parameters in org.opends.server.loggers with type arguments of type LocalizableMessageModifier 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.void
LogAggregator.logPerMsgId
(Consumer<LocalizableMessage> logMethod, LocalizableMessage message) Log a message and start the aggregation for it. -
Uses of LocalizableMessage in org.opends.server.monitors
Methods in org.opends.server.monitors that return types with arguments of type LocalizableMessageModifier and TypeMethodDescriptionHealthStatus.aliveErrors()
Returns the value of thealiveErrors
record component.HealthStatus.healthyErrors()
Returns the value of thehealthyErrors
record component.Methods in org.opends.server.monitors with parameters of type LocalizableMessageModifier and TypeMethodDescriptionstatic HealthStatus
HealthStatus.notAlive
(LocalizableMessage error) Returns a NOT_ALIVEHealthStatus
.static HealthStatus
HealthStatus.notHealthy
(LocalizableMessage error) Returns a NOT_HEALTHYHealthStatus
.Method parameters in org.opends.server.monitors with type arguments of type LocalizableMessageModifier and TypeMethodDescriptionstatic HealthStatus
HealthStatus.notAlive
(List<LocalizableMessage> errors) Returns a NOT_ALIVEHealthStatus
.static HealthStatus
HealthStatus.notHealthy
(List<LocalizableMessage> errors) Returns a NOT_HEALTHYHealthStatus
.Constructor parameters in org.opends.server.monitors with type arguments of type LocalizableMessageModifierConstructorDescriptionHealthStatus
(List<LocalizableMessage> aliveErrors, List<LocalizableMessage> healthyErrors) Creates an instance of aHealthStatus
record class. -
Uses of LocalizableMessage in org.opends.server.plugins
Methods in org.opends.server.plugins with parameters of type LocalizableMessageModifier and TypeMethodDescriptionvoid
GraphiteMonitorReporterPlugin.doShutdown
(LocalizableMessage reason) void
OpenTelemetryPlugin.doShutdown
(LocalizableMessage reason) void
ReferentialIntegrityPlugin.processServerShutdown
(LocalizableMessage reason) Method parameters in org.opends.server.plugins with type arguments of type LocalizableMessageModifier 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) 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
OpenTelemetryPlugin.isConfigurationChangeAcceptable
(OpenTelemetryPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PasswordPolicyImportPlugin.isConfigurationChangeAcceptable
(PasswordPolicyImportPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
ReferentialIntegrityPlugin.isConfigurationChangeAcceptable
(ReferentialIntegrityPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
SambaPasswordPlugin.isConfigurationChangeAcceptable
(SambaPasswordPluginCfg cfg, 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
Method parameters in org.opends.server.protocols with type arguments of type LocalizableMessageModifier 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
Methods in org.opends.server.protocols.http that return LocalizableMessageMethod parameters in org.opends.server.protocols.http with type arguments of type LocalizableMessageModifier and TypeMethodDescriptionboolean
HTTPConnectionHandler.isConfigurationAcceptable
(ServerContext serverContext, HttpConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons) boolean
HTTPConnectionHandler.isConfigurationChangeAcceptable
(HttpConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) boolean
PrometheusEndpoint.isConfigurationValid
(List<LocalizableMessage> unacceptableReasons) Constructors in org.opends.server.protocols.http with parameters of type LocalizableMessageModifierConstructorDescriptionLocalizedHttpApplicationException
(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.ldap
Methods in org.opends.server.protocols.ldap with parameters of type LocalizableMessageModifier and TypeMethodDescriptionvoid
LDAPConnectionHandler.processServerShutdown
(LocalizableMessage reason) void
LoomLdapConnectionHandler.processServerShutdown
(LocalizableMessage reason) Method parameters in org.opends.server.protocols.ldap with type arguments of type LocalizableMessageModifier and TypeMethodDescriptionboolean
LDAPConnectionHandler.isConfigurationAcceptable
(ServerContext serverContext, LdapConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons) boolean
LoomLdapConnectionHandler.isConfigurationAcceptable
(ServerContext serverContext, LdapConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons) boolean
LDAPConnectionHandler.isConfigurationChangeAcceptable
(LdapConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons) boolean
LoomLdapConnectionHandler.isConfigurationChangeAcceptable
(LdapConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) -
Uses of LocalizableMessage in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin with parameters of type LocalizableMessageModifier and TypeMethodDescriptionvoid
LDAPReplicationDomain.processServerShutdown
(LocalizableMessage reason) Method parameters in org.opends.server.replication.plugin with type arguments of type LocalizableMessageModifier 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
Methods in org.opends.server.replication.protocol that return LocalizableMessageConstructors in org.opends.server.replication.protocol with parameters of type LocalizableMessageModifierConstructorDescriptionErrorMsg
(ServerId<?> sender, ReplicaId destination, LocalizableMessage details) Creates an ErrorMsg providing the destination server. -
Uses of LocalizableMessage in org.opends.server.replication.server
Method parameters in org.opends.server.replication.server with type arguments of type LocalizableMessageModifier 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
Constructors in org.opends.server.replication.server.changelog.api with parameters of type LocalizableMessageModifierConstructorDescriptionChangelogException
(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
Method parameters in org.opends.server.schema with type arguments of type LocalizableMessageModifier 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
Methods in org.opends.server.tasks that return LocalizableMessageModifier 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()
RestoreTask.getDisplayName()
SetGenerationIdTask.getDisplayName()
ShutdownTask.getDisplayName()
Methods in org.opends.server.tasks with parameters of type LocalizableMessageModifier 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
Methods in org.opends.server.tools.supportextract with parameters of type LocalizableMessageModifier 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
Methods in org.opends.server.tools.tasks that return LocalizableMessageModifier 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.Methods in org.opends.server.tools.tasks that return types with arguments of type LocalizableMessageModifier 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
Methods in org.opends.server.types that return LocalizableMessageModifier 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.Methods in org.opends.server.types that return types with arguments of type LocalizableMessageModifier 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.Methods in org.opends.server.types with parameters of type LocalizableMessageModifier and TypeMethodDescriptionfinal void
Operation.addPasswordPolicyWarningToLog
(LocalizableMessage msg) Adds a password policy warning message in the Log additional items.void
Cancellable.cancel
(LocalizableMessage cancelReason) Indicates that this operation has been cancelled, and the operation if executing should finish as soon as possible.Constructors in org.opends.server.types with parameters of type LocalizableMessageModifierConstructorDescriptionAccountStatusNotification
(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.util
Fields in org.opends.server.util declared as LocalizableMessageModifier and TypeFieldDescriptionstatic final LocalizableMessage
ServerConstants.CONFIG_FILE_HEADER
The comment at the head of config.ldif, which should not be localized.Methods in org.opends.server.util that return LocalizableMessageModifier 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.Methods in org.opends.server.util that return types with arguments of type LocalizableMessageModifier 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.Methods in org.opends.server.util with parameters of type LocalizableMessageModifier 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.Constructors in org.opends.server.util with parameters of type LocalizableMessageModifierConstructorDescriptionLDIFException
(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.