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 LocalizableMessageLocalizableMessage.EMPTYRepresents 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 LocalizableMessageLocalizedIllegalArgumentException.getMessageObject()final LocalizableMessageLocalizedSecurityException.getMessageObject()static LocalizableMessageLocalizableMessage.raw(CharSequence string) Creates an non-localizable message whoseStringrepresentation is always the same regardless of the requested locale.static LocalizableMessageLocalizableMessage.raw(CharSequence formatString, Object... args) Creates an non-localizable message whoseStringrepresentation is always the same regardless of the requested locale.LocalizableMessageBuilder.toMessage()Returns theLocalizableMessagerepresentation of this message builder.static LocalizableMessageCreates a new message whose content is theStringrepresentation 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 TypeMethodDescriptionvoidLocalizedLogger.error(LocalizableMessage m) Logs an error message.voidLocalizedLogger.info(LocalizableMessage m) Logs a message at INFO level.voidLocalizedLogger.note(LocalizableMessage m) Logs a message at NOTICE level.voidLocalizedLogger.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 LocalizableMessageAbstractManagedObjectDefinition.getDescription()Gets the optional description of this managed object definition in the default locale.final LocalizableMessageAbstractManagedObjectDefinition.getDescription(Locale locale) Gets the optional description of this managed object definition in the specified locale.final LocalizableMessagePropertyDefinition.getDescription()Gets the optional description of this property definition in the default locale.final LocalizableMessagePropertyDefinition.getDescription(Locale locale) Gets the optional description of this property definition in the specified locale.final LocalizableMessageRelationDefinition.getDescription()Gets the optional description of this relation definition in the default locale.final LocalizableMessageRelationDefinition.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 LocalizableMessageAbstractManagedObjectDefinition.getSynopsis()Gets the synopsis of this managed object definition in the default locale.final LocalizableMessageAbstractManagedObjectDefinition.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 LocalizableMessagePropertyDefinition.getSynopsis()Gets the synopsis of this property definition in the default locale.final LocalizableMessagePropertyDefinition.getSynopsis(Locale locale) Gets the synopsis of this property definition in the specified locale.final LocalizableMessageRelationDefinition.getSynopsis()Gets the synopsis of this relation definition in the default locale.final LocalizableMessageRelationDefinition.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 LocalizableMessageAbstractManagedObjectDefinition.getUserFriendlyName()Gets the user-friendly name of this managed object definition in the default locale.final LocalizableMessageAbstractManagedObjectDefinition.getUserFriendlyName(Locale locale) Gets the user-friendly name of this managed object definition in the specified locale.final LocalizableMessageRelationDefinition.getUserFriendlyName()Gets the user friendly name of this relation definition in the default locale.final LocalizableMessageRelationDefinition.getUserFriendlyName(Locale locale) Gets the user friendly name of this relation definition in the specified locale.final LocalizableMessageAbstractManagedObjectDefinition.getUserFriendlyPluralName()Gets the user-friendly plural name of this managed object definition in the default locale.final LocalizableMessageAbstractManagedObjectDefinition.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 LocalizableMessageModifierConstructorDescriptionprotectedAdminException(LocalizableMessage message) Create an admin exception with a message.protectedAdminException(LocalizableMessage message, Throwable cause) Create an admin exception with a message and cause.protectedDecodingException(LocalizableMessage message) Create a decoding exception with a message.protectedOperationsException(LocalizableMessage message) Create an operations exception with a message.protectedOperationsException(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 TypeMethodDescriptionbooleanClientConstraintHandler.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.booleanClientConstraintHandler.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.booleanClientConstraintHandler.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 TypeMethodDescriptionvoidConfigChangeResult.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 TypeMethodDescriptionbooleanConfigurationAddListener.isConfigurationAddAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the proposed addition of a new configuration is acceptable to this add listener.booleanServerManagedObjectAddListener.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.booleanConfigurationChangeListener.isConfigurationChangeAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the proposed change to the configuration is acceptable to this change listener.booleanServerManagedObjectChangeListener.isConfigurationChangeAcceptable(ServerManagedObject<? extends T> mo, List<LocalizableMessage> unacceptableReasons) Indicates whether the proposed change to the server managed object is acceptable to this change listener.booleanConfigurationDeleteListener.isConfigurationDeleteAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the proposed deletion of an existing configuration is acceptable to this delete listener.booleanServerManagedObjectDeleteListener.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.booleanServerConstraintHandler.isDeleteAllowed(ServerManagedObject<?> managedObject, Collection<LocalizableMessage> unacceptableReasons) Determines whether the existing managed object can be deleted from the server's configuration.booleanServerConstraintHandler.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 LocalizableMessageLdapException.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 DecodeExceptionDecodeException.error(LocalizableMessage message) Creates a new non-fatal decode exception with the provided message.static DecodeExceptionDecodeException.error(LocalizableMessage message, Throwable cause) Creates a new non-fatal decode exception with the provided message and root cause.static DecodeExceptionDecodeException.fatalError(LocalizableMessage message) Creates a new fatal decode exception with the provided message.static DecodeExceptionDecodeException.fatalError(LocalizableMessage message, Throwable cause) Creates a new fatal decode exception with the provided message and root cause.voidCancelRequestListener.handleCancelRequest(LocalizableMessage cancellationReason) Invoked when a cancellation request has been received and processing of the request should be aborted if possible.static LdapClientLdapClients.newNullLdapClient(String name, LocalizableMessage connectErrorMessage) Returns an LDAP client which always throwsResultCode.CLIENT_SIDE_CONNECT_ERRORusing the provided error message.Method parameters in org.forgerock.opendj.ldap with type arguments of type LocalizableMessageModifier and TypeMethodDescriptionstatic booleanEntries.conformsToSchema(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages) Returnstrueif the provided entry is valid according to the default schema and schema validation policy.static booleanEntries.conformsToSchema(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages, Schema schema) Returnstrueif 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 thediagnosticMessagerecord component.CompareResult.diagnosticMessage()Returns the value of thediagnosticMessagerecord component.GenericExtendedResult.diagnosticMessage()Returns the value of thediagnosticMessagerecord component.PasswordModifyExtendedResult.diagnosticMessage()Returns the value of thediagnosticMessagerecord component.Result.diagnosticMessage()Returns the diagnostic message associated with this result.StartTlsExtendedResult.diagnosticMessage()Returns the value of thediagnosticMessagerecord component.WhoAmIExtendedResult.diagnosticMessage()Returns the value of thediagnosticMessagerecord 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 TypeMethodDescriptionbooleanSchema.validateEntry(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages) Returnstrueif 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 TypeMethodDescriptionvoidRejectedChangeRecordListener.handleRejectedChangeRecord(AddRequest change, LocalizableMessage reason) Invoked when an attempt to add an entry was rejected.voidRejectedChangeRecordListener.handleRejectedChangeRecord(DeleteRequest change, LocalizableMessage reason) Invoked when an attempt to delete an entry was rejected.voidRejectedChangeRecordListener.handleRejectedChangeRecord(ModifyDnRequest change, LocalizableMessage reason) Invoked when an attempt to rename an entry was rejected.voidRejectedChangeRecordListener.handleRejectedChangeRecord(ModifyRequest change, LocalizableMessage reason) Invoked when an attempt to modify an entry was rejected.voidRejectedLdifListener.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 TypeMethodDescriptionvoidResource.description(LocalizableMessage description) Sets the description of this resource.static BadRequestExceptionUtils.newBadRequestException(LocalizableMessage message) Returns a newBadRequestExceptionwith the given message.static BadRequestExceptionUtils.newBadRequestException(LocalizableMessage message, Throwable cause) Returns a newBadRequestExceptionwith 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 DeploymentIdDeploymentId.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 TypeMethodDescriptionvoidRequestContext.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.voidRequestContext.setMaskedErrorMessage(LocalizableMessage maskedErrorMessage) Sets the masked error message.Method parameters in org.forgerock.opendj.server.core with type arguments of type LocalizableMessageModifier and TypeMethodDescriptionvoidRequestContext.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 TypeMethodDescriptionvoidEmbeddedDirectoryServer.restart(String className, LocalizableMessage reason) Restarts the directory server.voidEmbeddedDirectoryServer.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 TypeMethodDescriptionbooleanLeaderBasedReplication.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 LocalizableMessageProfile.Parameter.getDescriptionIfNoValueSetMsg()Returns this profile parameter description to be used when no value is provided.final LocalizableMessageProfile.Parameter.getDescriptionMsg()Returns this profile parameter description.final LocalizableMessageProfile.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 theLocalizableMessageattached to this exception.final LocalizableMessageProfile.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 LocalizableMessageProfile.Parameter.getPromptForValueMsg()Returns this profile parameter prompt message.Methods in org.forgerock.opendj.setup.model with parameters of type LocalizableMessageModifier and TypeMethodDescriptionvoidSetupConsole.handleError(LocalizableMessage errorMessage) Handles error.voidSetupConsole.handleInfo(LocalizableMessage localizableMessage) Handles an information message issued during setup.voidSetupConsole.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 theDeploymentIdwhich should be used for securing the deployment.Constructors in org.forgerock.opendj.setup.model with parameters of type LocalizableMessageModifierConstructorDescriptionSetupException(LocalizableMessage message) Creates a newSetupExceptionwith 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 TypeMethodDescriptionvoidClientConnection.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 voidClientConnection.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 voidWorkQueue.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.voidServerShutdownListener.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.voidAlertHandler.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 AuthenticationPolicyAuthenticationPolicy.forUser(Entry userEntry, boolean useDefaultOnError, Consumer<LocalizableMessage> onMultiplePasswordPolicies, ServerContext serverContext) Returns the authentication policy for the user provided user.static AuthenticationPolicyStateAuthenticationPolicyState.forUser(Entry userEntry, Consumer<LocalizableMessage> onMultiplePasswordPolicies, ServerContext serverContext) Returns the authentication policy state for the user provided user.booleanAccessControlHandler.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) Indicates whether the provided configuration is acceptable for this access control handler.booleanAccountStatusNotificationHandler.isConfigurationAcceptable(T configuration, ServerContext serverContext, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this account status notification handler.booleanAlertHandler.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this alert handler.booleanAuthenticationPolicyFactory.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided authentication policy configuration is acceptable.booleanBackend.isConfigurationAcceptable(C configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) Indicates whether the provided configuration is acceptable for this backend.booleanCertificateMapper.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this certificate mapper.booleanConnectionHandler.isConfigurationAcceptable(ServerContext serverContext, T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this connection handler.booleanEntryCache.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this entry cache.booleanExtendedOperationHandler.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this extended operation handler.booleanIdentityMapper.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this identity mapper.booleanKeyManagerProvider.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this key manager provider.booleanPasswordGenerator.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this password generator.booleanPasswordStorageScheme.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this password storage scheme.booleanPasswordValidator.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this password validator.booleanSASLMechanismHandler.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this SASL mechanism handler.booleanSynchronizationProvider.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this synchronization provider.booleanTrustManagerProvider.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this trust manager provider.booleanVirtualAttributeProvider.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this virtual attribute provider.booleanCertificateMapper.isConfigurationChangeAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) booleanHttpEndpoint.isConfigurationValid(List<LocalizableMessage> unacceptableReasons) Check that the configuration of thisHttpEndpointis valid. -
Uses of LocalizableMessage in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type LocalizableMessageModifier and TypeMethodDescriptionvoidDirectoryServerPlugin.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).voidDirectoryServerPlugin.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 TypeMethodDescriptionbooleanDirectoryServerPlugin.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this plugin.final booleanInternalDirectoryServerPlugin.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 TypeMethodDescriptionvoidAciList.addAci(Entry entry, List<LocalizableMessage> failedACIMsgs, ServerContext serverContext) Add all of an entry's ACI (global or regular) attribute values to the ACI list.intAciList.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 TypeMethodDescriptionbooleanPolicyBasedAccessControlHandler.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 TypeMethodDescriptionbooleanProxyBackend.isConfigurationAcceptable(ProxyBackendCfg config, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) booleanRootDSEBackend.isConfigurationAcceptable(RootDseBackendCfg config, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) booleanLDIFBackend.isConfigurationChangeAcceptable(LdifBackendCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanMonitorBackend.isConfigurationChangeAcceptable(MonitorBackendCfg backendCfg, List<LocalizableMessage> unacceptableReasons) booleanProxyBackend.isConfigurationChangeAcceptable(ProxyBackendCfg config, List<LocalizableMessage> unacceptableReasons) booleanRootDSEBackend.isConfigurationChangeAcceptable(RootDseBackendCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanSchemaBackend.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 TypeMethodDescriptionbooleanJEBackend.isConfigurationAcceptable(JeBackendCfg cfg, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) booleanJEStorage.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 TypeMethodDescriptionbooleanBackendImpl.isConfigurationAcceptable(C config, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) booleanBackendImpl.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 voidStorageUtils.addErrorMessage(ConfigChangeResult ccr, LocalizableMessage message) Adds the provided message to the provided config change result.static StorageStatusStorageStatus.internalError(LocalizableMessage reason) Returns internal error status.static StorageStatusStorageStatus.lockedDown(LocalizableMessage reason) Returns state for resources getting scarce.static StorageStatusStorageStatus.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 TypeMethodDescriptionvoidTask.addLogMessage(String category, Severity severity, LocalizableMessage message) Adds a log message to the set of messages logged by this task.voidTask.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 TypeMethodDescriptionbooleanTaskBackend.isConfigurationAcceptable(TaskBackendCfg config, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) booleanTaskBackend.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 TypeMethodDescriptionbooleanAdministrationConnector.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 TypeMethodDescriptionvoidPasswordPolicyState.generateAccountStatusNotification(AccountStatusNotificationType notificationType, Entry userEntry, LocalizableMessage message, Map<AccountStatusNotificationProperty, List<String>> notificationProperties) Generates an account status notification for this user.voidPluginConfigManager.invokePostDisconnectPlugins(ClientConnection clientConnection, DisconnectReason disconnectReason, LocalizableMessage message) Invokes the set of post-disconnect plugins that have been configured in the Directory Server.voidPluginConfigManager.invokeShutdownPlugins(LocalizableMessage reason) Invokes the set of shutdown plugins that have been configured in the Directory Server.voidIdleTimeLimitThread.processServerShutdown(LocalizableMessage reason) voidDirectoryServer.restart(String className, LocalizableMessage reason) voidDirectoryServer.restart(String className, LocalizableMessage reason, DirectoryEnvironmentConfig config) Causes the Directory Server to perform an in-core restart.voidServerContext.restart(String className, LocalizableMessage reason) Causes the Directory Server to perform an in-core restart.voidDirectoryServer.sendAlertNotification(AlertGenerator generator, Severity severity, String alertType, LocalizableMessage alertMessage) default voidServerContext.sendAlertNotification(AlertGenerator generator, String alertType, LocalizableMessage alertMessage) Sends an alert notification with the provided information.voidServerContext.sendAlertNotification(AlertGenerator generator, Severity severity, String alertType, LocalizableMessage alertMessage) Sends an alert notification with the provided information.voidDirectoryServer.shutDown(String className, LocalizableMessage reason, boolean toolShutdown) Initiates the Directory Server shutdown process.voidServerContext.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 TypeMethodDescriptionbooleanPasswordPolicyFactory.isConfigurationAcceptable(PasswordPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanAccessControlConfigManager.isConfigurationAddAcceptable(AccessControlHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanAccountStatusNotificationHandlerConfigManager.isConfigurationAddAcceptable(AccountStatusNotificationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanAlertHandlerConfigManager.isConfigurationAddAcceptable(AlertHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanBackendConfigManager.isConfigurationAddAcceptable(BackendCfg backendCfg, List<LocalizableMessage> unacceptableReason) booleanCertificateMapperConfigManager.isConfigurationAddAcceptable(CertificateMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanConnectionHandlerConfigManager.isConfigurationAddAcceptable(ConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanEntryCacheConfigManager.isConfigurationAddAcceptable(EntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanExtendedOperationConfigManager.isConfigurationAddAcceptable(ExtendedOperationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanHttpEndpointConfigManager.isConfigurationAddAcceptable(HttpEndpointCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanIdentityMapperConfigManager.isConfigurationAddAcceptable(IdentityMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanKeyManagerProviderConfigManager.isConfigurationAddAcceptable(KeyManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanLoggerConfigManager.isConfigurationAddAcceptable(LogPublisherCfg config, List<LocalizableMessage> unacceptableReasons) booleanLogRetentionPolicyConfigManager.isConfigurationAddAcceptable(LogRetentionPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanLogRotationPolicyConfigManager.isConfigurationAddAcceptable(LogRotationPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPasswordGeneratorConfigManager.isConfigurationAddAcceptable(PasswordGeneratorCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPasswordStorageSchemeConfigManager.isConfigurationAddAcceptable(PasswordStorageSchemeCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPasswordValidatorConfigManager.isConfigurationAddAcceptable(PasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPluginConfigManager.isConfigurationAddAcceptable(PluginCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanSASLConfigManager.isConfigurationAddAcceptable(SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanSynchronizationProviderConfigManager.isConfigurationAddAcceptable(SynchronizationProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanTrustManagerProviderConfigManager.isConfigurationAddAcceptable(TrustManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanVirtualAttributeConfigManager.isConfigurationAddAcceptable(VirtualAttributeCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanAccessControlConfigManager.isConfigurationChangeAcceptable(AccessControlHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanAccountStatusNotificationHandlerConfigManager.isConfigurationChangeAcceptable(AccountStatusNotificationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanAlertHandlerConfigManager.isConfigurationChangeAcceptable(AlertHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanBackendConfigManager.isConfigurationChangeAcceptable(BackendCfg backendCfg, List<LocalizableMessage> unacceptableReason) booleanCertificateMapperConfigManager.isConfigurationChangeAcceptable(CertificateMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanConnectionHandlerConfigManager.isConfigurationChangeAcceptable(ConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanCoreConfigManager.isConfigurationChangeAcceptable(GlobalCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanEntryCacheConfigManager.EntryCacheDispatcher.isConfigurationChangeAcceptable(EntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanEntryCacheConfigManager.isConfigurationChangeAcceptable(EntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanExtendedOperationConfigManager.isConfigurationChangeAcceptable(ExtendedOperationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanHttpEndpointConfigManager.isConfigurationChangeAcceptable(HttpEndpointCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanIdentityMapperConfigManager.isConfigurationChangeAcceptable(IdentityMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanKeyManagerProviderConfigManager.isConfigurationChangeAcceptable(KeyManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanLogRetentionPolicyConfigManager.isConfigurationChangeAcceptable(LogRetentionPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanLogRotationPolicyConfigManager.isConfigurationChangeAcceptable(LogRotationPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPasswordGeneratorConfigManager.isConfigurationChangeAcceptable(PasswordGeneratorCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPasswordStorageSchemeConfigManager.isConfigurationChangeAcceptable(PasswordStorageSchemeCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPasswordValidatorConfigManager.isConfigurationChangeAcceptable(PasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPluginConfigManager.isConfigurationChangeAcceptable(PluginCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanSASLConfigManager.isConfigurationChangeAcceptable(SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanSynchronizationProviderConfigManager.isConfigurationChangeAcceptable(SynchronizationProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanTrustManagerProviderConfigManager.isConfigurationChangeAcceptable(TrustManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanVirtualAttributeConfigManager.isConfigurationChangeAcceptable(VirtualAttributeCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanWorkQueueConfigManager.isConfigurationChangeAcceptable(WorkQueueCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanAccessControlConfigManager.isConfigurationDeleteAcceptable(AccessControlHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanAccountStatusNotificationHandlerConfigManager.isConfigurationDeleteAcceptable(AccountStatusNotificationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanAlertHandlerConfigManager.isConfigurationDeleteAcceptable(AlertHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanBackendConfigManager.isConfigurationDeleteAcceptable(BackendCfg cfg, List<LocalizableMessage> unacceptableReason) booleanCertificateMapperConfigManager.isConfigurationDeleteAcceptable(CertificateMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanConnectionHandlerConfigManager.isConfigurationDeleteAcceptable(ConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanEntryCacheConfigManager.isConfigurationDeleteAcceptable(EntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanExtendedOperationConfigManager.isConfigurationDeleteAcceptable(ExtendedOperationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanHttpEndpointConfigManager.isConfigurationDeleteAcceptable(HttpEndpointCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanIdentityMapperConfigManager.isConfigurationDeleteAcceptable(IdentityMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanKeyManagerProviderConfigManager.isConfigurationDeleteAcceptable(KeyManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanLoggerConfigManager.isConfigurationDeleteAcceptable(LogPublisherCfg config, List<LocalizableMessage> unacceptableReasons) booleanLogRetentionPolicyConfigManager.isConfigurationDeleteAcceptable(LogRetentionPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanLogRotationPolicyConfigManager.isConfigurationDeleteAcceptable(LogRotationPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPasswordGeneratorConfigManager.isConfigurationDeleteAcceptable(PasswordGeneratorCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPasswordStorageSchemeConfigManager.isConfigurationDeleteAcceptable(PasswordStorageSchemeCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPasswordValidatorConfigManager.isConfigurationDeleteAcceptable(PasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPluginConfigManager.isConfigurationDeleteAcceptable(PluginCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanSASLConfigManager.isConfigurationDeleteAcceptable(SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanSynchronizationProviderConfigManager.isConfigurationDeleteAcceptable(SynchronizationProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanTrustManagerProviderConfigManager.isConfigurationDeleteAcceptable(TrustManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanVirtualAttributeConfigManager.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 TypeMethodDescriptionbooleanCryptoManager.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 TypeMethodDescriptionbooleanReplicationServiceDiscoveryMechanism.isConfigurationAcceptable(ReplicationServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) booleanServiceDiscoveryMechanism.isConfigurationAcceptable(C configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) Returns whether the provided configuration is correct for the mechanism.booleanStaticServiceDiscoveryMechanism.isConfigurationAcceptable(StaticServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext) booleanServiceDiscoveryMechanismConfigManager.isConfigurationAddAcceptable(ServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanReplicationServiceDiscoveryMechanism.isConfigurationChangeAcceptable(ReplicationServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanStaticServiceDiscoveryMechanism.isConfigurationChangeAcceptable(StaticServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanServiceDiscoveryMechanismConfigManager.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 TypeMethodDescriptionvoidTraditionalWorkQueue.finalizeWorkQueue(LocalizableMessage reason) voidDiskSpaceMonitor.processServerShutdown(LocalizableMessage reason) voidJMXAlertHandler.sendAlertNotification(AlertGenerator generator, String alertType, LocalizableMessage alertMessage) voidSMTPAlertHandler.sendAlertNotification(AlertGenerator generator, String alertType, LocalizableMessage alertMessage) Method parameters in org.opends.server.extensions with type arguments of type LocalizableMessageModifier and TypeMethodDescriptionbooleanAdminDataTrustManagerProvider.isConfigurationAcceptable(AdminDataTrustManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanArgon2PasswordStorageScheme.isConfigurationAcceptable(Argon2PasswordStorageSchemeCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanCharacterSetPasswordValidator.isConfigurationAcceptable(CharacterSetPasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanCRAMMD5SASLMechanismHandler.isConfigurationAcceptable(CramMd5SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanCryptPasswordStorageScheme.isConfigurationAcceptable(CryptPasswordStorageSchemeCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanDictionaryPasswordValidator.isConfigurationAcceptable(DictionaryPasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanDigestMD5SASLMechanismHandler.isConfigurationAcceptable(DigestMd5SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanErrorLogAccountStatusNotificationHandler.isConfigurationAcceptable(ErrorLogAccountStatusNotificationHandlerCfg configuration, ServerContext serverContext, List<LocalizableMessage> unacceptableReasons) booleanExactMatchIdentityMapper.isConfigurationAcceptable(ExactMatchIdentityMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanFIFOEntryCache.isConfigurationAcceptable(FifoEntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanFileBasedKeyManagerProvider.isConfigurationAcceptable(FileBasedKeyManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanFileBasedTrustManagerProvider.isConfigurationAcceptable(FileBasedTrustManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanGSSAPISASLMechanismHandler.isConfigurationAcceptable(GssapiSaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanJMXAlertHandler.isConfigurationAcceptable(JmxAlertHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanLDAPKeyManagerProvider.isConfigurationAcceptable(LdapKeyManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanLDAPPassThroughAuthenticationPolicyFactory.isConfigurationAcceptable(LdapPassThroughAuthenticationPolicyCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanLDAPTrustManagerProvider.isConfigurationAcceptable(LdapTrustManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanLengthBasedPasswordValidator.isConfigurationAcceptable(LengthBasedPasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPasswordModifyExtendedOperation.isConfigurationAcceptable(PasswordModifyExtendedOperationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPemKeyManagerProvider.isConfigurationAcceptable(PemKeyManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPemTrustManagerProvider.isConfigurationAcceptable(PemTrustManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPKCS11KeyManagerProvider.isConfigurationAcceptable(Pkcs11KeyManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPlainSASLMechanismHandler.isConfigurationAcceptable(PlainSaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanRandomPasswordGenerator.isConfigurationAcceptable(RandomPasswordGeneratorCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanRegularExpressionIdentityMapper.isConfigurationAcceptable(RegularExpressionIdentityMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanSMTPAccountStatusNotificationHandler.isConfigurationAcceptable(SmtpAccountStatusNotificationHandlerCfg configuration, ServerContext serverContext, List<LocalizableMessage> unacceptableReasons) booleanSMTPAlertHandler.isConfigurationAcceptable(SmtpAlertHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanSoftReferenceEntryCache.isConfigurationAcceptable(SoftReferenceEntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanSubjectAttributeToUserAttributeCertificateMapper.isConfigurationAcceptable(SubjectAttributeToUserAttributeCertificateMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanUserTemplateVirtualAttributeProvider.isConfigurationAcceptable(UserTemplateVirtualAttributeCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanAdminDataTrustManagerProvider.isConfigurationChangeAcceptable(AdminDataTrustManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanArgon2PasswordStorageScheme.isConfigurationChangeAcceptable(Argon2PasswordStorageSchemeCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanAttributeValuePasswordValidator.isConfigurationChangeAcceptable(AttributeValuePasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanBcryptPasswordStorageScheme.isConfigurationChangeAcceptable(BcryptPasswordStorageSchemeCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanCharacterSetPasswordValidator.isConfigurationChangeAcceptable(CharacterSetPasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanCRAMMD5SASLMechanismHandler.isConfigurationChangeAcceptable(CramMd5SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanCryptPasswordStorageScheme.isConfigurationChangeAcceptable(CryptPasswordStorageSchemeCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanDictionaryPasswordValidator.isConfigurationChangeAcceptable(DictionaryPasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanDigestMD5SASLMechanismHandler.isConfigurationChangeAcceptable(DigestMd5SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanEntityTagVirtualAttributeProvider.isConfigurationChangeAcceptable(EntityTagVirtualAttributeCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanErrorLogAccountStatusNotificationHandler.isConfigurationChangeAcceptable(ErrorLogAccountStatusNotificationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanExactMatchIdentityMapper.isConfigurationChangeAcceptable(ExactMatchIdentityMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanExternalSASLMechanismHandler.isConfigurationChangeAcceptable(ExternalSaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanFIFOEntryCache.isConfigurationChangeAcceptable(FifoEntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanFileBasedKeyManagerProvider.isConfigurationChangeAcceptable(FileBasedKeyManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanFileBasedTrustManagerProvider.isConfigurationChangeAcceptable(FileBasedTrustManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanGSSAPISASLMechanismHandler.isConfigurationChangeAcceptable(GssapiSaslMechanismHandlerCfg newConfiguration, List<LocalizableMessage> unacceptableReasons) booleanJMXAlertHandler.isConfigurationChangeAcceptable(JmxAlertHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanLDAPKeyManagerProvider.isConfigurationChangeAcceptable(LdapKeyManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanLDAPTrustManagerProvider.isConfigurationChangeAcceptable(LdapTrustManagerProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanLengthBasedPasswordValidator.isConfigurationChangeAcceptable(LengthBasedPasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanMemberVirtualAttributeProvider.isConfigurationChangeAcceptable(MemberVirtualAttributeCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPasswordModifyExtendedOperation.isConfigurationChangeAcceptable(PasswordModifyExtendedOperationHandlerCfg config, List<LocalizableMessage> unacceptableReasons) booleanPemKeyManagerProvider.isConfigurationChangeAcceptable(PemKeyManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPemTrustManagerProvider.isConfigurationChangeAcceptable(PemTrustManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPKCS11KeyManagerProvider.isConfigurationChangeAcceptable(Pkcs11KeyManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPkcs11TrustManagerProvider.isConfigurationChangeAcceptable(Pkcs11TrustManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPlainSASLMechanismHandler.isConfigurationChangeAcceptable(PlainSaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanRandomPasswordGenerator.isConfigurationChangeAcceptable(RandomPasswordGeneratorCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanRegularExpressionIdentityMapper.isConfigurationChangeAcceptable(RegularExpressionIdentityMapperCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanRepeatedCharactersPasswordValidator.isConfigurationChangeAcceptable(RepeatedCharactersPasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanSimilarityBasedPasswordValidator.isConfigurationChangeAcceptable(SimilarityBasedPasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanSMTPAccountStatusNotificationHandler.isConfigurationChangeAcceptable(SmtpAccountStatusNotificationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanSMTPAlertHandler.isConfigurationChangeAcceptable(SmtpAlertHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanSoftReferenceEntryCache.isConfigurationChangeAcceptable(SoftReferenceEntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanSubjectAttributeToUserAttributeCertificateMapper.isConfigurationChangeAcceptable(SubjectAttributeToUserAttributeCertificateMapperCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanTraditionalWorkQueue.isConfigurationChangeAcceptable(TraditionalWorkQueueCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanUniqueCharactersPasswordValidator.isConfigurationChangeAcceptable(UniqueCharactersPasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanUserDefinedVirtualAttributeProvider.isConfigurationChangeAcceptable(UserDefinedVirtualAttributeCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanUserTemplateVirtualAttributeProvider.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 TypeMethodDescriptionvoidLogAggregator.countBasedLog(LocalizedLogger logger, LocalizableMessage message) Start the aggregation for a message that will be logged based on count and only after 2 occurrences.static voidErrorLogger.log(String category, long categoryMask, Severity severity, LocalizableMessage message) Writes a message to the error log using the provided information.abstract voidErrorLogPublisher.log(String category, long categoryMask, Severity severity, LocalizableMessage message) Writes a message to the error log using the provided information.voidLogAggregator.log(Consumer<LocalizableMessage> logMethod, LocalizableMessage message) Log a message and start the aggregation for it.static voidAccessLogger.logDisconnect(ClientConnection connection, DisconnectReason disconnectReason, LocalizableMessage message) Writes a message to the access logger with information about the termination of an existing client connection.voidAccessLogPublisher.logDisconnect(ClientConnection clientConnection, DisconnectReason disconnectReason, LocalizableMessage message) Writes a message to the access logger with information about the termination of an existing client connection.voidTextAccessLogPublisher.logDisconnect(ClientConnection clientConnection, DisconnectReason disconnectReason, LocalizableMessage message) voidLogAggregator.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 TypeMethodDescriptionbooleanAccessLogPublisher.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) booleanConsoleErrorLogPublisher.isConfigurationAcceptable(ConsoleErrorLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons) booleanErrorLogPublisher.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) booleanHTTPAccessLogPublisher.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) booleanLogPublisher.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this log publisher.booleanTextAccessLogPublisher.isConfigurationAcceptable(FileBasedAccessLogPublisherCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanTextAuditLogPublisher.isConfigurationAcceptable(FileBasedAuditLogPublisherCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanTextErrorLogPublisher.isConfigurationAcceptable(FileBasedErrorLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons) booleanTextHTTPAccessLogPublisher.isConfigurationAcceptable(FileBasedHttpAccessLogPublisherCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanAbstractLogger.isConfigurationAddAcceptable(C config, List<LocalizableMessage> unacceptableReasons) booleanAbstractLogger.isConfigurationChangeAcceptable(C config, List<LocalizableMessage> unacceptableReasons) booleanConsoleErrorLogPublisher.isConfigurationChangeAcceptable(ConsoleErrorLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons) booleanFileNumberRetentionPolicy.isConfigurationChangeAcceptable(FileCountLogRetentionPolicyCfg config, List<LocalizableMessage> unacceptableReasons) booleanFixedTimeRotationPolicy.isConfigurationChangeAcceptable(FixedTimeLogRotationPolicyCfg config, List<LocalizableMessage> unacceptableReasons) booleanFreeDiskSpaceRetentionPolicy.isConfigurationChangeAcceptable(FreeDiskSpaceLogRetentionPolicyCfg config, List<LocalizableMessage> unacceptableReasons) booleanSizeBasedRetentionPolicy.isConfigurationChangeAcceptable(SizeLimitLogRetentionPolicyCfg config, List<LocalizableMessage> unacceptableReasons) booleanSizeBasedRotationPolicy.isConfigurationChangeAcceptable(SizeLimitLogRotationPolicyCfg config, List<LocalizableMessage> unacceptableReasons) booleanTextAccessLogPublisher.isConfigurationChangeAcceptable(FileBasedAccessLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons) booleanTextAuditLogPublisher.isConfigurationChangeAcceptable(FileBasedAuditLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons) booleanTextErrorLogPublisher.isConfigurationChangeAcceptable(FileBasedErrorLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons) booleanTextHTTPAccessLogPublisher.isConfigurationChangeAcceptable(FileBasedHttpAccessLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons) booleanTimeLimitRotationPolicy.isConfigurationChangeAcceptable(TimeLimitLogRotationPolicyCfg config, List<LocalizableMessage> unacceptableReasons) booleanAbstractLogger.isConfigurationDeleteAcceptable(C config, List<LocalizableMessage> unacceptableReasons) voidLogAggregator.log(Consumer<LocalizableMessage> logMethod, LocalizableMessage message) Log a message and start the aggregation for it.voidLogAggregator.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 thealiveErrorsrecord component.HealthStatus.healthyErrors()Returns the value of thehealthyErrorsrecord component.Methods in org.opends.server.monitors with parameters of type LocalizableMessageModifier and TypeMethodDescriptionstatic HealthStatusHealthStatus.notAlive(LocalizableMessage error) Returns a NOT_ALIVEHealthStatus.static HealthStatusHealthStatus.notHealthy(LocalizableMessage error) Returns a NOT_HEALTHYHealthStatus.Method parameters in org.opends.server.monitors with type arguments of type LocalizableMessageModifier and TypeMethodDescriptionstatic HealthStatusHealthStatus.notAlive(List<LocalizableMessage> errors) Returns a NOT_ALIVEHealthStatus.static HealthStatusHealthStatus.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 aHealthStatusrecord class. -
Uses of LocalizableMessage in org.opends.server.plugins
Methods in org.opends.server.plugins with parameters of type LocalizableMessageModifier and TypeMethodDescriptionvoidGraphiteMonitorReporterPlugin.doShutdown(LocalizableMessage reason) voidOpenTelemetryPlugin.doShutdown(LocalizableMessage reason) voidReferentialIntegrityPlugin.processServerShutdown(LocalizableMessage reason) Method parameters in org.opends.server.plugins with type arguments of type LocalizableMessageModifier and TypeMethodDescriptionbooleanAttributeCleanupPlugin.isConfigurationAcceptable(AttributeCleanupPluginCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanChangeNumberControlPlugin.isConfigurationAcceptable(ChangeNumberControlPluginCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanEntityTagPlugin.isConfigurationAcceptable(EntityTagPluginCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanEntryUUIDPlugin.isConfigurationAcceptable(EntryUuidPluginCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanGraphiteMonitorReporterPlugin.isConfigurationAcceptable(GraphiteMonitorReporterPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanLastModPlugin.isConfigurationAcceptable(LastModPluginCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanLDAPADListPlugin.isConfigurationAcceptable(LdapAttributeDescriptionListPluginCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanPasswordPolicyImportPlugin.isConfigurationAcceptable(PasswordPolicyImportPluginCfg config, List<LocalizableMessage> unacceptableReasons) booleanReferentialIntegrityPlugin.isConfigurationAcceptable(ReferentialIntegrityPluginCfg pluginCfg, List<LocalizableMessage> unacceptableReasons) booleanSambaPasswordPlugin.isConfigurationAcceptable(SambaPasswordPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanSevenBitCleanPlugin.isConfigurationAcceptable(SevenBitCleanPluginCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanUniqueAttributePlugin.isConfigurationAcceptable(UniqueAttributePluginCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanAttributeCleanupPlugin.isConfigurationChangeAcceptable(AttributeCleanupPluginCfg config, List<LocalizableMessage> messages) booleanChangeNumberControlPlugin.isConfigurationChangeAcceptable(ChangeNumberControlPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanEntityTagPlugin.isConfigurationChangeAcceptable(EntityTagPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanEntryUUIDPlugin.isConfigurationChangeAcceptable(EntryUuidPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanGraphiteMonitorReporterPlugin.isConfigurationChangeAcceptable(GraphiteMonitorReporterPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanLastModPlugin.isConfigurationChangeAcceptable(LastModPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanLDAPADListPlugin.isConfigurationChangeAcceptable(LdapAttributeDescriptionListPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanOpenTelemetryPlugin.isConfigurationChangeAcceptable(OpenTelemetryPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPasswordPolicyImportPlugin.isConfigurationChangeAcceptable(PasswordPolicyImportPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanReferentialIntegrityPlugin.isConfigurationChangeAcceptable(ReferentialIntegrityPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanSambaPasswordPlugin.isConfigurationChangeAcceptable(SambaPasswordPluginCfg cfg, List<LocalizableMessage> messages) booleanSevenBitCleanPlugin.isConfigurationChangeAcceptable(SevenBitCleanPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanUniqueAttributePlugin.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 TypeMethodDescriptionbooleanLDIFConnectionHandler.isConfigurationAcceptable(ServerContext serverContext, LdifConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons) booleanLDIFConnectionHandler.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 TypeMethodDescriptionbooleanHTTPConnectionHandler.isConfigurationAcceptable(ServerContext serverContext, HttpConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons) booleanHTTPConnectionHandler.isConfigurationChangeAcceptable(HttpConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanPrometheusEndpoint.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 TypeMethodDescriptionvoidLDAPConnectionHandler.processServerShutdown(LocalizableMessage reason) voidLoomLdapConnectionHandler.processServerShutdown(LocalizableMessage reason) Method parameters in org.opends.server.protocols.ldap with type arguments of type LocalizableMessageModifier and TypeMethodDescriptionbooleanLDAPConnectionHandler.isConfigurationAcceptable(ServerContext serverContext, LdapConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons) booleanLoomLdapConnectionHandler.isConfigurationAcceptable(ServerContext serverContext, LdapConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons) booleanLDAPConnectionHandler.isConfigurationChangeAcceptable(LdapConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons) booleanLoomLdapConnectionHandler.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 TypeMethodDescriptionvoidLDAPReplicationDomain.processServerShutdown(LocalizableMessage reason) Method parameters in org.opends.server.replication.plugin with type arguments of type LocalizableMessageModifier and TypeMethodDescriptionbooleanFractionalLDIFImportPlugin.isConfigurationAcceptable(FractionalLdifImportPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanMultimasterReplication.isConfigurationAddAcceptable(ReplicationDomainCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanFractionalLDIFImportPlugin.isConfigurationChangeAcceptable(FractionalLdifImportPluginCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanLDAPReplicationDomain.isConfigurationChangeAcceptable(ReplicationDomainCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanMultimasterReplication.isConfigurationChangeAcceptable(ReplicationSynchronizationProviderCfg cfg, List<LocalizableMessage> unacceptableReasons) booleanMultimasterReplication.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 booleanReplicationServer.isConfigurationAcceptable(ReplicationServerCfg configuration, List<LocalizableMessage> unacceptableReasons) Check if the provided configuration is acceptable for add.booleanReplicationServer.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 TypeMethodDescriptionbooleanCoreSchemaProvider.isConfigurationAcceptable(CoreSchemaCfg config, List<LocalizableMessage> unacceptableReasons) booleanJsonEqualityMatchingRuleProvider.isConfigurationAcceptable(JsonEqualityMatchingRuleCfg config, List<LocalizableMessage> unacceptableReasons) booleanJsonOrderingMatchingRuleProvider.isConfigurationAcceptable(JsonOrderingMatchingRuleCfg config, List<LocalizableMessage> unacceptableReasons) booleanJsonQueryEqualityMatchingRuleProvider.isConfigurationAcceptable(JsonQueryEqualityMatchingRuleCfg config, List<LocalizableMessage> unacceptableReasons) booleanNameAndJsonQueryEqualityMatchingRuleProvider.isConfigurationAcceptable(NameAndJsonQueryEqualityMatchingRuleCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanSchemaProvider.isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons) Indicates whether the provided configuration is acceptable for this provider.booleanSchemaHandler.isConfigurationAddAcceptable(SchemaProviderCfg config, List<LocalizableMessage> unacceptableReasons) booleanCoreSchemaProvider.isConfigurationChangeAcceptable(CoreSchemaCfg config, List<LocalizableMessage> unacceptableReasons) booleanJsonEqualityMatchingRuleProvider.isConfigurationChangeAcceptable(JsonEqualityMatchingRuleCfg config, List<LocalizableMessage> unacceptableReasons) booleanJsonOrderingMatchingRuleProvider.isConfigurationChangeAcceptable(JsonOrderingMatchingRuleCfg config, List<LocalizableMessage> unacceptableReasons) booleanJsonQueryEqualityMatchingRuleProvider.isConfigurationChangeAcceptable(JsonQueryEqualityMatchingRuleCfg config, List<LocalizableMessage> unacceptableReasons) booleanNameAndJsonQueryEqualityMatchingRuleProvider.isConfigurationChangeAcceptable(NameAndJsonQueryEqualityMatchingRuleCfg configuration, List<LocalizableMessage> unacceptableReasons) booleanSchemaHandler.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 TypeMethodDescriptionvoidBackupPurgeTask.interruptTask(TaskState interruptState, LocalizableMessage interruptReason) voidBackupTask.interruptTask(TaskState interruptState, LocalizableMessage interruptReason) voidExportTask.interruptTask(TaskState interruptState, LocalizableMessage interruptReason) voidImportTask.interruptTask(TaskState interruptState, LocalizableMessage interruptReason) voidInitializeTask.interruptTask(TaskState interruptState, LocalizableMessage interruptReason) voidRestoreTask.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 TypeMethodDescriptionvoidSupportExtract.errPrintln(LocalizableMessage msg) voidSupportExtract.errPrintln(LocalizableMessage msg, int indent) voidSupportExtract.errPrintlnSurroundedByBlankLines(LocalizableMessage errorMessage) voidSupportExtract.errPrintVerboseMessage(LocalizableMessage msg) voidSupportExtract.print(LocalizableMessage msg) voidSupportExtract.println(LocalizableMessage msg) voidSupportExtract.println(LocalizableMessage msg, int indent) voidSupportExtract.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 themessagerecord 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 voidOperation.addPasswordPolicyWarningToLog(LocalizableMessage msg) Adds a password policy warning message in the Log additional items.voidCancellable.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.protectedOpenDsException(LocalizableMessage message) Creates a new identified exception with the provided information.protectedOpenDsException(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 LocalizableMessageServerConstants.CONFIG_FILE_HEADERThe comment at the head of config.ldif, which should not be localized.Methods in org.opends.server.util that return LocalizableMessageModifier and TypeMethodDescriptionstatic LocalizableMessageStaticUtils.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 voidLDIFReader.logToRejectWriter(List<StringBuilder> lines, LocalizableMessage message) Log a message to the reject writer if one is configured.protected voidLDIFReader.logToSkipWriter(List<StringBuilder> lines, LocalizableMessage message) Log a message to the reject writer if one is configured.voidLDIFReader.rejectEntry(Entry entry, LocalizableMessage message) Log the specified entry and messages in the reject writer.voidLDIFReader.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.