Uses of Class
org.forgerock.i18n.LocalizableMessage
-
Packages that use LocalizableMessage Package Description org.forgerock.i18n A i18n framework for embedding localizable messages in applications.org.forgerock.i18n.slf4j This package provides an alternative localization mechanism toorg.slf4j.cal10n
.org.forgerock.opendj.config Common administration classes.org.forgerock.opendj.config.client Common client-side administration classes.org.forgerock.opendj.config.server Server-side administration interface.org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.forgerock.opendj.ldap.messages Classes and interfaces for core LDAP requests/responses.org.forgerock.opendj.ldap.schema Classes and interfaces for constructing and querying LDAP schemas.org.forgerock.opendj.ldif Classes and interfaces for reading and writing LDIF.org.forgerock.opendj.rest2ldap APIs for implementing REST to LDAP gateways.org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStore
service.org.forgerock.opendj.server.core Classes implementing core server APIs.org.forgerock.opendj.server.embedded Provides support for an embedded directory server.org.forgerock.opendj.setup.model Contains code of the opendj setup model.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.api.plugin Defines the Directory Server plugin API.org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation.org.opends.server.authorization.policy Contains the policy based access control handler implementation.org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.backends.jeb Contains the code for the Directory Server backend that uses the Berkeley DB Java Edition as the repository for storing entry and index information.org.opends.server.backends.pluggable Contains the code for implementing Directory Server pluggable storage backends.org.opends.server.backends.pluggable.spi Interfaces and classes required when implementing new storage engines for the pluggable backend.org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.org.opends.server.backup Classes related to backup and restore.org.opends.server.config Contains code used to interact with the Directory Server configuration.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.crypto This package implements the Directory Server cryptographic framework, which is described in the CrytpoManager design document.org.opends.server.discovery Contains the Service Discovery Mechanisms and APIs.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages.org.opends.server.loggers Contains implementations of Directory Server access, error, and debug loggers.org.opends.server.monitors Contains various Directory Server monitor provider implementations.org.opends.server.plugins Contains the implementation for various Directory Server plugins.org.opends.server.protocols Contains various Directory Server connection handler implementations which will be used to accept connections from and perform communication with clients over various protocols.org.opends.server.protocols.http Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using HTTP.org.opends.server.protocols.jmx Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using JMX.org.opends.server.protocols.ldap Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using LDAPv3.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side.org.opends.server.replication.protocol This package contains the code used by the replication server and by the code running on the Directory Server side to exchange their information.org.opends.server.replication.server This package contains the code for the Replication Server part of the Multimaster replication feature.org.opends.server.replication.server.changelog.api This package contains the API for the changelog database.org.opends.server.schema Contains implementations of various Directory Server schema elements.org.opends.server.snmp This package contains Simple Network Management Protocol (SNMP) connection handler, the required classes to support MIB 2605 objects and SNMP requests, and the SNMP adaptor that allows a SNMP manager to access OpenDS monitoring information.org.opends.server.tasks Contains implementations for various Directory Server tasks.org.opends.server.tools.supportextract Contains the classes that are used by the supportextract tool.org.opends.server.tools.tasks This package contains classes that support client tool interaction with the tasks backend.org.opends.server.types Contains implementations for a number of Directory Server data types.org.opends.server.types.operation Contains a number of interfaces that are implemented by the various types of Directory Server operations.org.opends.server.util 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 LocalizableMessage Modifier and Type Field Description static LocalizableMessage
LocalizableMessage. EMPTY
Represents an empty message string.Methods in org.forgerock.i18n that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
LocalizableMessageDescriptor.Arg0. get()
Creates a localizable message.LocalizableMessage
LocalizableMessageDescriptor.Arg1. get(T1 a1)
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableMessage
LocalizableMessageDescriptor.Arg2. get(T1 a1, T2 a2)
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableMessage
LocalizableMessageDescriptor.Arg3. get(T1 a1, T2 a2, T3 a3)
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableMessage
LocalizableMessageDescriptor.Arg4. get(T1 a1, T2 a2, T3 a3, T4 a4)
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableMessage
LocalizableMessageDescriptor.Arg5. get(T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableMessage
LocalizableMessageDescriptor.Arg6. get(T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableMessage
LocalizableMessageDescriptor.Arg7. get(T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableMessage
LocalizableMessageDescriptor.Arg8. get(T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableMessage
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.LocalizableMessage
LocalizableMessageDescriptor.ArgN. get(Object... args)
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableMessage
LocalizableException. getMessageObject()
Returns the localizable message that explains the problem that occurred.LocalizableMessage
LocalizedIllegalArgumentException. getMessageObject()
static LocalizableMessage
LocalizableMessage. raw(CharSequence string)
Creates an non-localizable message whoseString
representation is always the same regardless of the requested locale.static LocalizableMessage
LocalizableMessage. raw(CharSequence formatString, Object... args)
Creates an non-localizable message whoseString
representation is always the same regardless of the requested locale.LocalizableMessage
LocalizableMessageBuilder. toMessage()
Returns theLocalizableMessage
representation of this message builder.static LocalizableMessage
LocalizableMessage. valueOf(Object object)
Creates a new message whose content is theString
representation of the providedObject
.Methods in org.forgerock.i18n with parameters of type LocalizableMessage Modifier and Type Method Description LocalizableMessageBuilder
LocalizableMessageBuilder. append(LocalizableMessage message)
Appends the provided message to this message builder.int
LocalizableMessage. compareTo(LocalizableMessage message)
Compares this message with the specified message for order in the default locale.Constructors in org.forgerock.i18n with parameters of type LocalizableMessage Constructor Description LocalizableMessageBuilder(LocalizableMessage message)
Creates a new message builder whose content is initially equal to the provided message.LocalizedIllegalArgumentException(LocalizableMessage message)
Creates a new localized illegal argument exception with the provided message.LocalizedIllegalArgumentException(LocalizableMessage message, Throwable cause)
Creates a new localized illegal argument exception with the provided message and cause. -
Uses of LocalizableMessage in org.forgerock.i18n.slf4j
Methods in org.forgerock.i18n.slf4j that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
LocalizedMarker. getMessage()
Returns the message embedded into this marker.Methods in org.forgerock.i18n.slf4j with parameters of type LocalizableMessage Modifier and Type Method Description void
LocalizedLogger. debug(LocalizableMessage m)
Logs a debug message.void
LocalizedLogger. error(LocalizableMessage m)
Logs an error message.void
LocalizedLogger. info(LocalizableMessage m)
Logs an info message.void
LocalizedLogger. warn(LocalizableMessage m)
Logs a warning message.Constructors in org.forgerock.i18n.slf4j with parameters of type LocalizableMessage Constructor Description LocalizedMarker(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 LocalizableMessage Modifier and Type Method Description LocalizableMessage
AbstractManagedObjectDefinition. getDescription()
Gets the optional description of this managed object definition in the default locale.LocalizableMessage
AbstractManagedObjectDefinition. getDescription(Locale locale)
Gets the optional description of this managed object definition in the specified locale.LocalizableMessage
PropertyDefinition. getDescription()
Gets the optional description of this property definition in the default locale.LocalizableMessage
PropertyDefinition. getDescription(Locale locale)
Gets the optional description of this property definition in the specified locale.LocalizableMessage
RelationDefinition. getDescription()
Gets the optional description of this relation definition in the default locale.LocalizableMessage
RelationDefinition. getDescription(Locale locale)
Gets the optional description of this relation definition in the specified locale.LocalizableMessage
ManagedObjectDefinitionI18nResource. getMessage(AbstractManagedObjectDefinition<?,?> d, String key)
Get the internationalized message associated with the specified key in the default locale.LocalizableMessage
ManagedObjectDefinitionI18nResource. getMessage(AbstractManagedObjectDefinition<?,?> d, String key, String... args)
Get the parameterized internationalized message associated with the specified key in the default locale.LocalizableMessage
ManagedObjectDefinitionI18nResource. getMessage(AbstractManagedObjectDefinition<?,?> d, String key, Locale locale)
Get the internationalized message associated with the specified key and locale.LocalizableMessage
ManagedObjectDefinitionI18nResource. getMessage(AbstractManagedObjectDefinition<?,?> d, String key, Locale locale, String... args)
Get the parameterized internationalized message associated with the specified key and locale.LocalizableMessage
AdminException. getMessageObject()
LocalizableMessage
PropertyException. getMessageObject()
LocalizableMessage
StringPropertyDefinition. getPatternSynopsis()
Gets the pattern synopsis of this string property definition in the default locale.LocalizableMessage
StringPropertyDefinition. getPatternSynopsis(Locale locale)
Gets the optional pattern synopsis of this string property definition in the specified locale.LocalizableMessage
AggregationPropertyDefinition. getSourceConstraintSynopsis()
Gets the optional constraint synopsis of this aggregation property definition in the default locale.LocalizableMessage
AbstractManagedObjectDefinition. getSynopsis()
Gets the synopsis of this managed object definition in the default locale.LocalizableMessage
AbstractManagedObjectDefinition. getSynopsis(Locale locale)
Gets the synopsis of this managed object definition in the specified locale.LocalizableMessage
AdministratorAction. getSynopsis()
Gets the synopsis of this administrator action in the default locale.LocalizableMessage
AdministratorAction. getSynopsis(Locale locale)
Gets the synopsis of this administrator action in the specified locale.LocalizableMessage
AliasDefaultBehaviorProvider. getSynopsis()
Gets the synopsis of this alias default behavior in the default locale.LocalizableMessage
AliasDefaultBehaviorProvider. getSynopsis(Locale locale)
Gets the synopsis of this alias default behavior in the specified locale.LocalizableMessage
GenericConstraint. getSynopsis()
Gets the synopsis of this constraint in the default locale.LocalizableMessage
GenericConstraint. getSynopsis(Locale locale)
Gets the synopsis of this constraint in the specified locale.LocalizableMessage
PropertyDefinition. getSynopsis()
Gets the synopsis of this property definition in the default locale.LocalizableMessage
PropertyDefinition. getSynopsis(Locale locale)
Gets the synopsis of this property definition in the specified locale.LocalizableMessage
RelationDefinition. getSynopsis()
Gets the synopsis of this relation definition in the default locale.LocalizableMessage
RelationDefinition. getSynopsis(Locale locale)
Gets the synopsis of this relation definition in the specified locale.LocalizableMessage
Tag. getSynopsis()
Gets the synopsis of this tag in the default locale.LocalizableMessage
Tag. getSynopsis(Locale locale)
Gets the synopsis of this tag in the specified locale.LocalizableMessage
IntegerPropertyDefinition. getUnitSynopsis()
Gets the optional unit synopsis of this integer property definition in the default locale.LocalizableMessage
IntegerPropertyDefinition. getUnitSynopsis(Locale locale)
Gets the optional unit synopsis of this integer property definition in the specified locale.LocalizableMessage
PropertyDefinitionUsageBuilder. getUsage(PropertyDefinition<?> pd)
Generates the usage information for the provided property definition.LocalizableMessage
AbstractManagedObjectDefinition. getUserFriendlyName()
Gets the user friendly name of this managed object definition in the default locale.LocalizableMessage
AbstractManagedObjectDefinition. getUserFriendlyName(Locale locale)
Gets the user friendly name of this managed object definition in the specified locale.LocalizableMessage
RelationDefinition. getUserFriendlyName()
Gets the user friendly name of this relation definition in the default locale.LocalizableMessage
RelationDefinition. getUserFriendlyName(Locale locale)
Gets the user friendly name of this relation definition in the specified locale.LocalizableMessage
AbstractManagedObjectDefinition. getUserFriendlyPluralName()
Gets the user friendly plural name of this managed object definition in the default locale.LocalizableMessage
AbstractManagedObjectDefinition. getUserFriendlyPluralName(Locale locale)
Gets the user friendly plural name of this managed object definition in the specified locale.LocalizableMessage
InstantiableRelationDefinition. getUserFriendlyPluralName()
Gets the user friendly plural name of this relation definition in the default locale.LocalizableMessage
InstantiableRelationDefinition. getUserFriendlyPluralName(Locale locale)
Gets the user friendly plural name of this relation definition in the specified locale.LocalizableMessage
SetRelationDefinition. getUserFriendlyPluralName()
Gets the user friendly plural name of this relation definition in the default locale.LocalizableMessage
SetRelationDefinition. getUserFriendlyPluralName(Locale locale)
Gets the user friendly plural name of this relation definition in the specified locale.LocalizableMessage
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 LocalizableMessage Constructor Description AdminException(LocalizableMessage message)
Create an admin exception with a message.AdminException(LocalizableMessage message, Throwable cause)
Create an admin exception with a message and cause.DecodingException(LocalizableMessage message)
Create a decoding exception with a message.OperationsException(LocalizableMessage message)
Create an operations exception with a message.OperationsException(LocalizableMessage message, Throwable cause)
Create an operations exception with a message and cause. -
Uses of LocalizableMessage in org.forgerock.opendj.config.client
Methods in org.forgerock.opendj.config.client that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
MissingMandatoryPropertiesException. getUserFriendlyName()
Gets the user friendly name of the component that caused this exception.LocalizableMessage
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 LocalizableMessage Modifier and Type Method Description Collection<LocalizableMessage>
OperationRejectedException. 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 LocalizableMessage Modifier and Type Method Description boolean
ClientConstraintHandler. isAddAcceptable(ManagementContext context, ManagedObject<?> managedObject, Collection<LocalizableMessage> unacceptableReasons)
Determines whether the newly created managed object which is about to be added to the server configuration satisfies this constraint.boolean
ClientConstraintHandler. isDeleteAcceptable(ManagementContext context, ManagedObjectPath<?,?> path, Collection<LocalizableMessage> unacceptableReasons)
Determines whether the existing managed object which is about to be deleted from the server configuration satisfies this constraint.boolean
ClientConstraintHandler. isModifyAcceptable(ManagementContext context, ManagedObject<?> managedObject, Collection<LocalizableMessage> unacceptableReasons)
Determines whether the changes to an existing managed object which are about to be committed to the server configuration satisfies this constraint.Constructors in org.forgerock.opendj.config.client with parameters of type LocalizableMessage Constructor Description MissingMandatoryPropertiesException(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 LocalizableMessage Constructor Description OperationRejectedException(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 LocalizableMessage Modifier and Type Method Description LocalizableMessage
ConfigChangeResult. getJoinedMessages()
Returns all messages joined in a single message.LocalizableMessage
ConfigException. getMessageObject()
Methods in org.forgerock.opendj.config.server that return types with arguments of type LocalizableMessage Modifier and Type Method Description List<LocalizableMessage>
ConfigChangeResult. 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 LocalizableMessage Modifier and Type Method Description void
ConfigChangeResult. addMessage(LocalizableMessage message)
Adds the provided message to the set of messages for this config change result.Method parameters in org.forgerock.opendj.config.server with type arguments of type LocalizableMessage Modifier and Type Method Description boolean
ConfigurationAddListener. isConfigurationAddAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed addition of a new configuration is acceptable to this add listener.boolean
ServerManagedObjectAddListener. isConfigurationAddAcceptable(ServerManagedObject<? extends T> mo, List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed addition of a new server managed object is acceptable to this add listener.boolean
ConfigurationChangeListener. isConfigurationChangeAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is acceptable to this change listener.boolean
ServerManagedObjectChangeListener. isConfigurationChangeAcceptable(ServerManagedObject<? extends T> mo, List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the server managed object is acceptable to this change listener.boolean
ConfigurationDeleteListener. isConfigurationDeleteAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed deletion of an existing configuration is acceptable to this delete listener.boolean
ServerManagedObjectDeleteListener. isConfigurationDeleteAcceptable(ServerManagedObject<? extends T> mo, List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed deletion of an existing server managed object is acceptable to this delete listener.boolean
ServerConstraintHandler. isDeleteAllowed(ServerManagedObject<?> managedObject, Collection<LocalizableMessage> unacceptableReasons)
Determines whether the existing managed object can be deleted from the server's configuration.boolean
ServerConstraintHandler. isUsable(ServerManagedObject<?> managedObject, Collection<LocalizableMessage> unacceptableReasons)
Determines whether the provided managed object can be used by the server.Constructors in org.forgerock.opendj.config.server with parameters of type LocalizableMessage Constructor Description ConfigException(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 LocalizableMessage Modifier and Type Method Description LocalizableMessage
DecodeException. getMessageObject()
LocalizableMessage
LdapException. getMessageObject()
LocalizableMessage
ResultCode. getName()
Returns the short human-readable name of this result code.Methods in org.forgerock.opendj.ldap with parameters of type LocalizableMessage Modifier and Type Method Description static DecodeException
DecodeException. error(LocalizableMessage message)
Creates a new non-fatal decode exception with the provided message.static DecodeException
DecodeException. error(LocalizableMessage message, Throwable cause)
Creates a new non-fatal decode exception with the provided message and root cause.static DecodeException
DecodeException. fatalError(LocalizableMessage message)
Creates a new fatal decode exception with the provided message.static DecodeException
DecodeException. fatalError(LocalizableMessage message, Throwable cause)
Creates a new fatal decode exception with the provided message and root cause.void
CancelRequestListener. handleCancelRequest(LocalizableMessage cancellationReason)
Invoked when a cancellation request has been received and processing of the request should be aborted if possible.static LdapClient
LdapClients. newNullLdapClient(String name, LocalizableMessage connectErrorMessage)
Returns an LDAP client which always throwsResultCode.CLIENT_SIDE_CONNECT_ERROR
using the provided error message.Method parameters in org.forgerock.opendj.ldap with type arguments of type LocalizableMessage Modifier and Type Method Description static boolean
Entries. conformsToSchema(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages)
Returnstrue
if the provided entry is valid according to the default schema and schema validation policy.static boolean
Entries. conformsToSchema(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages, Schema schema)
Returnstrue
if the provided entry is valid according to the specified schema and schema validation policy. -
Uses of LocalizableMessage in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
BindResult. getDiagnosticMessage()
LocalizableMessage
CompareResult. getDiagnosticMessage()
LocalizableMessage
ExtendedResult. getDiagnosticMessage()
LocalizableMessage
GenericExtendedResult. getDiagnosticMessage()
LocalizableMessage
PasswordModifyExtendedResult. getDiagnosticMessage()
LocalizableMessage
Result. getDiagnosticMessage()
Returns the diagnostic message associated with this result.LocalizableMessage
WhoAmIExtendedResult. getDiagnosticMessage()
-
Uses of LocalizableMessage in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema that return types with arguments of type LocalizableMessage Modifier and Type Method Description Collection<LocalizableMessage>
Schema. getWarnings()
Returns an unmodifiable collection containing all of the warnings that were detected when this schema was constructed.Method parameters in org.forgerock.opendj.ldap.schema with type arguments of type LocalizableMessage Modifier and Type Method Description boolean
Schema. validateEntry(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages)
Returnstrue
if the provided entry is valid according to this schema and the specified schema validation policy.Constructors in org.forgerock.opendj.ldap.schema with parameters of type LocalizableMessage Constructor Description ConflictingSchemaElementException(LocalizableMessage message)
Creates a new conflicting schema element exception with the provided message.UnknownSchemaElementException(LocalizableMessage 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 LocalizableMessage Modifier and Type Method Description List<LocalizableMessage>
EntryGenerator. getWarnings()
Returns the warnings generated by the parsing of template file.Methods in org.forgerock.opendj.ldif with parameters of type LocalizableMessage Modifier and Type Method Description void
RejectedChangeRecordListener. handleRejectedChangeRecord(AddRequest change, LocalizableMessage reason)
Invoked when an attempt to add an entry was rejected.void
RejectedChangeRecordListener. handleRejectedChangeRecord(DeleteRequest change, LocalizableMessage reason)
Invoked when an attempt to delete an entry was rejected.void
RejectedChangeRecordListener. handleRejectedChangeRecord(ModifyDnRequest change, LocalizableMessage reason)
Invoked when an attempt to rename an entry was rejected.void
RejectedChangeRecordListener. handleRejectedChangeRecord(ModifyRequest change, LocalizableMessage reason)
Invoked when an attempt to modify an entry was rejected.void
RejectedLdifListener. handleSkippedRecord(long lineNumber, List<String> lines, LocalizableMessage reason)
Invoked when a record was skipped because it did not match filter criteria defined by the reader. -
Uses of LocalizableMessage in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap with parameters of type LocalizableMessage Modifier and Type Method Description void
Resource. description(LocalizableMessage description)
Sets the description of this resource. -
Uses of LocalizableMessage in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
LocalizedKeyStoreException. getMessageObject()
-
Uses of LocalizableMessage in org.forgerock.opendj.server.core
Methods in org.forgerock.opendj.server.core that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
RequestContext. getAuthFailureReason()
Returns a human-readable message providing the reason why the authentication failed, if available.Methods in org.forgerock.opendj.server.core with parameters of type LocalizableMessage Modifier and Type Method Description void
RequestContext. appendMaskedErrorMessage(LocalizableMessage maskedMessage)
Appends the provided message to the real, masked error message buffer.Completable
ConnectionContext. cancelAllRequests(boolean notifyClient, LocalizableMessage reason)
Returns aCompletable
that, once it is subscribed, will attempt to cancel all active requests on this connection.Completable
ConnectionContext. cancelAllRequestsExcept(int msgId, boolean notifyClient, LocalizableMessage reason)
Returns aCompletable
that, once it is subscribed, will attempt to cancel all active requests on this connection that do not have the specified message ID.Single<Result>
ConnectionContext. cancelRequest(int msgId, boolean notifyClient, LocalizableMessage reason)
Returns aSingle
that, once it is subscribed, will attempt to cancel the specified request.void
RequestContext. cannotCancel(LocalizableMessage cannotCancelReason)
Marks the request associated to this request context as not cancellable.void
CancelRequestListener. handleCancelRequest(LocalizableMessage cancellationReason)
Invoked when a cancellation request has been received and processing of the request should be aborted if possible.void
RequestContext. setAuthFailureReason(LocalizableMessage reason)
Specifies the reason why authentication failed. -
Uses of LocalizableMessage in org.forgerock.opendj.server.embedded
Methods in org.forgerock.opendj.server.embedded with parameters of type LocalizableMessage Modifier and Type Method Description void
EmbeddedDirectoryServer. restart(String className, LocalizableMessage reason)
Restarts the directory server.void
EmbeddedDirectoryServer. stop(String className, LocalizableMessage reason)
Stops this server.Constructors in org.forgerock.opendj.server.embedded with parameters of type LocalizableMessage Constructor Description EmbeddedDirectoryServerException(LocalizableMessage message)
Creates a new exception with the provided message.EmbeddedDirectoryServerException(LocalizableMessage message, Throwable cause)
Creates a new exception with the provided message and root cause. -
Uses of LocalizableMessage in org.forgerock.opendj.setup.model
Methods in org.forgerock.opendj.setup.model that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
Profile.Parameter. getAddAnotherValueMsg()
Returns prompt message to know whether another value should be added for this parameter.LocalizableMessage
Profile.Parameter. getDescriptionIfNoValueSetMsg()
Returns this profile parameter description to be used when no value is provided.LocalizableMessage
Profile.Parameter. getDescriptionMsg()
Returns this profile parameter description.LocalizableMessage
Profile.Parameter. getHelpMsg()
Returns this profile parameter help message.LocalizableMessage
Profile.HostPortParameter. getHostPromptMsg()
Returns the user message used for prompting user for the remote server hostname.LocalizableMessage
SetupException. getMessageObject()
Returns theLocalizableMessage
attached to this exception.LocalizableMessage
Profile.Parameter. getOptionalPromptMsg()
Returns prompt message to know whether a value should be provided for this parameter.LocalizableMessage
Profile.HostPortParameter. getPortPromptMsg()
Returns the user message used for prompting user for the remote server port.LocalizableMessage
Profile.Parameter. getPromptForValueMsg()
Returns this profile parameter prompt message.Methods in org.forgerock.opendj.setup.model with parameters of type LocalizableMessage Modifier and Type Method Description void
SetupConsole. handleError(LocalizableMessage errorMessage)
Handles error.void
SetupConsole. handleInfo(LocalizableMessage localizableMessage)
Handles an information message issued during setup.void
SetupConsole. handleStartTask(LocalizableMessage task)
Handles task start.Constructors in org.forgerock.opendj.setup.model with parameters of type LocalizableMessage Constructor Description SetupException(LocalizableMessage message)
Creates a newSetupException
with the providedLocalizableMessage
.SetupException(LocalizableMessage message, Throwable cause)
-
Uses of LocalizableMessage in org.opends.server.api
Methods in org.opends.server.api with parameters of type LocalizableMessage Modifier and Type Method Description abstract void
ClientConnection. disconnect(DisconnectReason disconnectReason, boolean sendNotification, LocalizableMessage message)
Closes the connection to the client, optionally sending it a message indicating the reason for the closure.abstract void
WorkQueue. finalizeWorkQueue(LocalizableMessage reason)
Performs any necessary finalization for this work queue, including ensuring that all active operations are interrupted or will be allowed to complete, and that all pending operations will be cancelled.void
ServerShutdownListener. processServerShutdown(LocalizableMessage reason)
Indicates that the Directory Server has received a request to stop running and that this shutdown listener should take any action necessary to prepare for it.void
AlertHandler. sendAlertNotification(AlertGenerator generator, String alertType, LocalizableMessage alertMessage)
Sends an alert notification based on the provided information.Method parameters in org.opends.server.api with type arguments of type LocalizableMessage Modifier and Type Method Description static AuthenticationPolicy
AuthenticationPolicy. forUser(Entry userEntry, boolean useDefaultOnError, Consumer<LocalizableMessage> onMultiplePasswordPolicies)
Returns the authentication policy for the user provided user.static AuthenticationPolicyState
AuthenticationPolicyState. forUser(Entry userEntry, boolean useDefaultOnError, Consumer<LocalizableMessage> onMultiplePasswordPolicies)
Returns the authentication policy state for the user provided user.boolean
AccessControlHandler. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
Indicates whether the provided configuration is acceptable for this access control handler.boolean
AccountStatusNotificationHandler. isConfigurationAcceptable(T configuration, ServerContext serverContext, List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this account status notification handler.boolean
AlertHandler. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this alert handler.boolean
AuthenticationPolicyFactory. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided authentication policy configuration is acceptable.boolean
Backend. isConfigurationAcceptable(C configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
Indicates whether the provided configuration is acceptable for this backend.boolean
CertificateMapper. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this certificate mapper.boolean
ConnectionHandler. isConfigurationAcceptable(ServerContext serverContext, T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this connection handler.boolean
EntryCache. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this entry cache.boolean
ExtendedOperationHandler. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this extended operation handler.boolean
IdentityMapper. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this identity mapper.boolean
KeyManagerProvider. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this key manager provider.boolean
PasswordGenerator. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this password generator.boolean
PasswordStorageScheme. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this password storage scheme.boolean
PasswordValidator. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this password validator.boolean
SASLMechanismHandler. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this SASL mechanism handler.boolean
SynchronizationProvider. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this synchronization provider.boolean
TrustManagerProvider. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this trust manager provider.boolean
VirtualAttributeProvider. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this virtual attribute provider.boolean
CertificateMapper. isConfigurationChangeAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
boolean
HttpEndpoint. isConfigurationValid(List<LocalizableMessage> unacceptableReasons)
Check that the configuration of thisHttpEndpoint
is valid. -
Uses of LocalizableMessage in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
PluginResult.ImportLDIF. getErrorMessage()
Retrieves the error message ifPluginResult.ImportLDIF.continueProcessing()
returnedfalse
.LocalizableMessage
PluginResult.PostConnect. getErrorMessage()
Retrieves the error message ifPluginResult.PostConnect.continueProcessing()
returnedfalse
.LocalizableMessage
PluginResult.Startup. getErrorMessage()
Retrieves the error message ifPluginResult.Startup.continueProcessing()
returnedfalse
.Methods in org.opends.server.api.plugin with parameters of type LocalizableMessage Modifier and Type Method Description static PluginResult.PostConnect
PluginResult.PostConnect. disconnectClient(DisconnectReason disconnectReason, boolean sendDisconnectNotification, LocalizableMessage errorMessage)
Defines a new stop processing post connect plugin result.PluginResult.PostDisconnect
DirectoryServerPlugin. doPostDisconnect(ClientConnection clientConnection, DisconnectReason disconnectReason, LocalizableMessage message)
Performs any processing that should be done whenever a client connection is closed (regardless of whether the closure is initiated by the client or the server).void
DirectoryServerPlugin. doShutdown(LocalizableMessage reason)
Performs any processing that should be done when the Directory Server is in the process of performing a graceful shutdown.static PluginResult.ImportLDIF
PluginResult.ImportLDIF. stopEntryProcessing(LocalizableMessage errorMessage)
Defines a new stop processing LDIF import plugin result.static PluginResult.IntermediateResponse
PluginResult.IntermediateResponse. stopProcessing(boolean sendResponse, ResultCode resultCode, LocalizableMessage errorMessage)
Constructs a new stop processing intermediate response plugin result.static PluginResult.IntermediateResponse
PluginResult.IntermediateResponse. stopProcessing(boolean sendResponse, ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs)
Defines a new stop processing intermediate response plugin result.static PluginResult.PostOperation
PluginResult.PostOperation. stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage)
Constructs a new stop processing post operation plugin result.static PluginResult.PostOperation
PluginResult.PostOperation. stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs)
Defines a new stop processing post operation plugin result.static PluginResult.PreOperation
PluginResult.PreOperation. stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage)
Constructs a new stop processing pre operation plugin result.static PluginResult.PreOperation
PluginResult.PreOperation. stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs)
Defines a new stop processing pre operation plugin result.static PluginResult.PreParse
PluginResult.PreParse. stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage)
Constructs a new stop processing pre parse plugin result.static PluginResult.PreParse
PluginResult.PreParse. stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs)
Defines a new stop processing pre parse plugin result.static PluginResult.SubordinateDelete
PluginResult.SubordinateDelete. stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage)
Constructs a new stop processing subordinate delete plugin result.static PluginResult.SubordinateDelete
PluginResult.SubordinateDelete. stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs)
Defines a new stop processing subordinate delete plugin result.static PluginResult.SubordinateModifyDN
PluginResult.SubordinateModifyDN. stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage)
Constructs a new stop processing subordinate modify DN plugin result.static PluginResult.SubordinateModifyDN
PluginResult.SubordinateModifyDN. stopProcessing(ResultCode resultCode, LocalizableMessage errorMessage, Dn matchedDN, List<String> referralURLs)
Defines a new stop processing subordinate modify DN plugin result.static PluginResult.Startup
PluginResult.Startup. stopStartup(LocalizableMessage errorMessage)
Defines a new stop processing startup plugin result.Method parameters in org.opends.server.api.plugin with type arguments of type LocalizableMessage Modifier and Type Method Description boolean
DirectoryServerPlugin. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this plugin.boolean
InternalDirectoryServerPlugin. isConfigurationAcceptable(PluginCfg configuration, List<LocalizableMessage> unacceptableReasons)
-
Uses of LocalizableMessage in org.opends.server.authorization.dseecompat
Method parameters in org.opends.server.authorization.dseecompat with type arguments of type LocalizableMessage Modifier and Type Method Description int
AciList. addAci(List<? extends Entry> entries, LinkedList<LocalizableMessage> failedACIMsgs)
Add all the ACI from a set of entries to the ACI list.void
AciList. addAci(Entry entry, List<LocalizableMessage> failedACIMsgs)
Add all of an entry's ACI (global or regular) attribute values to the ACI list.Constructors in org.opends.server.authorization.dseecompat with parameters of type LocalizableMessage Constructor Description AciException(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 LocalizableMessage Modifier and Type Method Description boolean
PolicyBasedAccessControlHandler. isConfigurationAcceptable(PolicyBasedAccessControlHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
-
Uses of LocalizableMessage in org.opends.server.backends
-
Uses of LocalizableMessage in org.opends.server.backends.jeb
Method parameters in org.opends.server.backends.jeb with type arguments of type LocalizableMessage Modifier and Type Method Description boolean
JEBackend. isConfigurationAcceptable(JeBackendCfg cfg, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
boolean
JEStorage. isConfigurationChangeAcceptable(JeBackendCfg newCfg, List<LocalizableMessage> unacceptableReasons)
-
Uses of LocalizableMessage in org.opends.server.backends.pluggable
Method parameters in org.opends.server.backends.pluggable with type arguments of type LocalizableMessage Modifier and Type Method Description boolean
BackendImpl. isConfigurationAcceptable(C config, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
boolean
BackendImpl. isConfigurationChangeAcceptable(PluggableBackendCfg cfg, List<LocalizableMessage> unacceptableReasons)
boolean
EntryContainer. isConfigurationChangeAcceptable(PluggableBackendCfg cfg, List<LocalizableMessage> unacceptableReasons)
boolean
RootContainer. isConfigurationChangeAcceptable(PluggableBackendCfg configuration, List<LocalizableMessage> unacceptableReasons)
-
Uses of LocalizableMessage in org.opends.server.backends.pluggable.spi
Methods in org.opends.server.backends.pluggable.spi that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
StorageStatus. getReason()
Returns the error message for non working states.Methods in org.opends.server.backends.pluggable.spi with parameters of type LocalizableMessage Modifier and Type Method Description static void
StorageUtils. addErrorMessage(ConfigChangeResult ccr, LocalizableMessage message)
Adds the provided message to the provided config change result.static StorageStatus
StorageStatus. lockedDown(LocalizableMessage reason)
Returns state for resources getting scarce.static StorageStatus
StorageStatus. unusable(LocalizableMessage reason)
Returns state for no more resources. -
Uses of LocalizableMessage in org.opends.server.backends.task
Methods in org.opends.server.backends.task that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
Task. getAttributeDisplayName(String name)
Given an attribute type name returns and locale sensitive representation.LocalizableMessage
FailedDependencyAction. getDisplayName()
Gets the display name of this action.LocalizableMessage
Task. getDisplayName()
Gets a message that identifies this type of task suitable for presentation to humans in monitoring tools.LocalizableMessage
TaskState. getDisplayName()
Gets a locale sensitive representation of this state.Methods in org.opends.server.backends.task that return types with arguments of type LocalizableMessage Modifier and Type Method Description List<LocalizableMessage>
Task. getLogMessages()
Retrieves the set of messages that were logged by this task.Methods in org.opends.server.backends.task with parameters of type LocalizableMessage Modifier and Type Method Description void
Task. addLogMessage(Severity severity, LocalizableMessage message)
Adds a log message to the set of messages logged by this task.void
Task. addLogMessage(Severity severity, LocalizableMessage message, Throwable exception)
Adds a log message to the set of messages logged by this task.void
Task. interruptTask(TaskState interruptState, LocalizableMessage interruptReason)
Performs any necessary processing to prematurely interrupt the execution of this task.Method parameters in org.opends.server.backends.task with type arguments of type LocalizableMessage Modifier and Type Method Description boolean
TaskBackend. isConfigurationAcceptable(TaskBackendCfg config, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
boolean
TaskBackend. isConfigurationChangeAcceptable(TaskBackendCfg configEntry, List<LocalizableMessage> unacceptableReasons)
-
Uses of LocalizableMessage in org.opends.server.backup
Methods in org.opends.server.backup that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
BackupException. getMessageObject()
Methods in org.opends.server.backup that return types with arguments of type LocalizableMessage Modifier and Type Method Description Set<LocalizableMessage>
Backup. getErrors()
Return all the errors found after verifying this backup.Method parameters in org.opends.server.backup with type arguments of type LocalizableMessage Modifier and Type Method Description Collection<Backup>
BackupManager. 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 LocalizableMessage Constructor Description BackupException(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 LocalizableMessage Modifier and Type Method Description boolean
AdministrationConnector. isConfigurationChangeAcceptable(AdministrationConnectorCfg configuration, List<LocalizableMessage> unacceptableReasons)
-
Uses of LocalizableMessage in org.opends.server.core
Methods in org.opends.server.core that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
BindOperation. getAuthFailureReason()
Methods in org.opends.server.core with parameters of type LocalizableMessage Modifier and Type Method Description void
PasswordPolicyState. generateAccountStatusNotification(AccountStatusNotificationType notificationType, Entry userEntry, LocalizableMessage message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties)
Generates an account status notification for this user.void
PluginConfigManager. invokePostDisconnectPlugins(ClientConnection clientConnection, DisconnectReason disconnectReason, LocalizableMessage message)
Invokes the set of post-disconnect plugins that have been configured in the Directory Server.void
PluginConfigManager. invokeShutdownPlugins(LocalizableMessage reason)
Invokes the set of shutdown plugins that have been configured in the Directory Server.void
IdleTimeLimitThread. processServerShutdown(LocalizableMessage reason)
static void
DirectoryServer. restart(String className, LocalizableMessage reason)
Causes the Directory Server to perform an in-core restart.static void
DirectoryServer. restart(String className, LocalizableMessage reason, DirectoryEnvironmentConfig config)
Causes the Directory Server to perform an in-core restart.void
DirectoryServer. sendAlertNotification(AlertGenerator generator, Severity severity, String alertType, LocalizableMessage alertMessage)
default void
ServerContext. sendAlertNotification(AlertGenerator generator, String alertType, LocalizableMessage alertMessage)
Sends an alert notification with the provided information.void
ServerContext. sendAlertNotification(AlertGenerator generator, Severity severity, String alertType, LocalizableMessage alertMessage)
Sends an alert notification with the provided information.void
BindOperation. setAuthFailureReason(LocalizableMessage reason)
static void
DirectoryServer. shutDown(String className, LocalizableMessage reason)
Initiates the Directory Server shutdown process.Method parameters in org.opends.server.core with type arguments of type LocalizableMessage Modifier and Type Method Description boolean
PasswordPolicyFactory. isConfigurationAcceptable(PasswordPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
AccessControlConfigManager. isConfigurationAddAcceptable(AccessControlHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
AccountStatusNotificationHandlerConfigManager. isConfigurationAddAcceptable(AccountStatusNotificationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
AlertHandlerConfigManager. isConfigurationAddAcceptable(AlertHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
BackendConfigManager. isConfigurationAddAcceptable(BackendCfg backendCfg, List<LocalizableMessage> unacceptableReason)
boolean
CertificateMapperConfigManager. isConfigurationAddAcceptable(CertificateMapperCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
ConnectionHandlerConfigManager. isConfigurationAddAcceptable(ConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
EntryCacheConfigManager. isConfigurationAddAcceptable(EntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
ExtendedOperationConfigManager. isConfigurationAddAcceptable(ExtendedOperationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
HttpEndpointConfigManager. isConfigurationAddAcceptable(HttpEndpointCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
IdentityMapperConfigManager. isConfigurationAddAcceptable(IdentityMapperCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
KeyManagerProviderConfigManager. isConfigurationAddAcceptable(KeyManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
LoggerConfigManager. isConfigurationAddAcceptable(LogPublisherCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
LogRetentionPolicyConfigManager. isConfigurationAddAcceptable(LogRetentionPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
LogRotationPolicyConfigManager. isConfigurationAddAcceptable(LogRotationPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
PasswordGeneratorConfigManager. isConfigurationAddAcceptable(PasswordGeneratorCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
PasswordStorageSchemeConfigManager. isConfigurationAddAcceptable(PasswordStorageSchemeCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
PasswordValidatorConfigManager. isConfigurationAddAcceptable(PasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
PluginConfigManager. isConfigurationAddAcceptable(PluginCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
SASLConfigManager. isConfigurationAddAcceptable(SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
SynchronizationProviderConfigManager. isConfigurationAddAcceptable(SynchronizationProviderCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
TrustManagerProviderConfigManager. isConfigurationAddAcceptable(TrustManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
VirtualAttributeConfigManager. isConfigurationAddAcceptable(VirtualAttributeCfg cfg, List<LocalizableMessage> unacceptableReasons)
boolean
AccessControlConfigManager. isConfigurationChangeAcceptable(AccessControlHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
AccountStatusNotificationHandlerConfigManager. isConfigurationChangeAcceptable(AccountStatusNotificationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
AlertHandlerConfigManager. isConfigurationChangeAcceptable(AlertHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
BackendConfigManager. isConfigurationChangeAcceptable(BackendCfg backendCfg, List<LocalizableMessage> unacceptableReason)
boolean
CertificateMapperConfigManager. isConfigurationChangeAcceptable(CertificateMapperCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
ConnectionHandlerConfigManager. isConfigurationChangeAcceptable(ConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
CoreConfigManager. isConfigurationChangeAcceptable(GlobalCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
EntryCacheConfigManager. isConfigurationChangeAcceptable(EntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
ExtendedOperationConfigManager. isConfigurationChangeAcceptable(ExtendedOperationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
HttpEndpointConfigManager. isConfigurationChangeAcceptable(HttpEndpointCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
IdentityMapperConfigManager. isConfigurationChangeAcceptable(IdentityMapperCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
KeyManagerProviderConfigManager. isConfigurationChangeAcceptable(KeyManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
LogRetentionPolicyConfigManager. isConfigurationChangeAcceptable(LogRetentionPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
LogRotationPolicyConfigManager. isConfigurationChangeAcceptable(LogRotationPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
PasswordGeneratorConfigManager. isConfigurationChangeAcceptable(PasswordGeneratorCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
PasswordStorageSchemeConfigManager. isConfigurationChangeAcceptable(PasswordStorageSchemeCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
PasswordValidatorConfigManager. isConfigurationChangeAcceptable(PasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
PluginConfigManager. isConfigurationChangeAcceptable(PluginCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
SASLConfigManager. isConfigurationChangeAcceptable(SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
SynchronizationProviderConfigManager. isConfigurationChangeAcceptable(SynchronizationProviderCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
TrustManagerProviderConfigManager. isConfigurationChangeAcceptable(TrustManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
VirtualAttributeConfigManager. isConfigurationChangeAcceptable(VirtualAttributeCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
WorkQueueConfigManager. isConfigurationChangeAcceptable(WorkQueueCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
AccessControlConfigManager. isConfigurationDeleteAcceptable(AccessControlHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
AccountStatusNotificationHandlerConfigManager. isConfigurationDeleteAcceptable(AccountStatusNotificationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
AlertHandlerConfigManager. isConfigurationDeleteAcceptable(AlertHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
BackendConfigManager. isConfigurationDeleteAcceptable(BackendCfg cfg, List<LocalizableMessage> unacceptableReason)
boolean
CertificateMapperConfigManager. isConfigurationDeleteAcceptable(CertificateMapperCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
ConnectionHandlerConfigManager. isConfigurationDeleteAcceptable(ConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
EntryCacheConfigManager. isConfigurationDeleteAcceptable(EntryCacheCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
ExtendedOperationConfigManager. isConfigurationDeleteAcceptable(ExtendedOperationHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
HttpEndpointConfigManager. isConfigurationDeleteAcceptable(HttpEndpointCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
IdentityMapperConfigManager. isConfigurationDeleteAcceptable(IdentityMapperCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
KeyManagerProviderConfigManager. isConfigurationDeleteAcceptable(KeyManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
LoggerConfigManager. isConfigurationDeleteAcceptable(LogPublisherCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
LogRetentionPolicyConfigManager. isConfigurationDeleteAcceptable(LogRetentionPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
LogRotationPolicyConfigManager. isConfigurationDeleteAcceptable(LogRotationPolicyCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
PasswordGeneratorConfigManager. isConfigurationDeleteAcceptable(PasswordGeneratorCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
PasswordStorageSchemeConfigManager. isConfigurationDeleteAcceptable(PasswordStorageSchemeCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
PasswordValidatorConfigManager. isConfigurationDeleteAcceptable(PasswordValidatorCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
PluginConfigManager. isConfigurationDeleteAcceptable(PluginCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
SASLConfigManager. isConfigurationDeleteAcceptable(SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
SynchronizationProviderConfigManager. isConfigurationDeleteAcceptable(SynchronizationProviderCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
TrustManagerProviderConfigManager. isConfigurationDeleteAcceptable(TrustManagerProviderCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
VirtualAttributeConfigManager. isConfigurationDeleteAcceptable(VirtualAttributeCfg configuration, List<LocalizableMessage> unacceptableReasons)
-
Uses of LocalizableMessage in org.opends.server.crypto
Method parameters in org.opends.server.crypto with type arguments of type LocalizableMessage Modifier and Type Method Description boolean
CryptoManager. isConfigurationChangeAcceptable(CryptoManagerCfg cfg, List<LocalizableMessage> unacceptableReasons)
-
Uses of LocalizableMessage in org.opends.server.discovery
Method parameters in org.opends.server.discovery with type arguments of type LocalizableMessage Modifier and Type Method Description boolean
ReplicationServiceDiscoveryMechanism. isConfigurationAcceptable(ReplicationServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
boolean
ServiceDiscoveryMechanism. isConfigurationAcceptable(C configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
Returns whether the provided configuration is correct for the mechanism.boolean
StaticServiceDiscoveryMechanism. isConfigurationAcceptable(StaticServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
boolean
ServiceDiscoveryMechanismConfigManager. isConfigurationAddAcceptable(ServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
ReplicationServiceDiscoveryMechanism. isConfigurationChangeAcceptable(ReplicationServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
StaticServiceDiscoveryMechanism. isConfigurationChangeAcceptable(StaticServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
ServiceDiscoveryMechanismConfigManager. isConfigurationDeleteAcceptable(ServiceDiscoveryMechanismCfg configuration, List<LocalizableMessage> unacceptableReasons)
-
Uses of LocalizableMessage in org.opends.server.extensions
Methods in org.opends.server.extensions with parameters of type LocalizableMessage Modifier and Type Method Description void
TraditionalWorkQueue. finalizeWorkQueue(LocalizableMessage reason)
void
DiskSpaceMonitor. processServerShutdown(LocalizableMessage reason)
void
JMXAlertHandler. sendAlertNotification(AlertGenerator generator, String alertType, LocalizableMessage alertMessage)
void
SMTPAlertHandler. sendAlertNotification(AlertGenerator generator, String alertType, LocalizableMessage alertMessage)
-
Uses of LocalizableMessage in org.opends.server.loggers
Methods in org.opends.server.loggers with parameters of type LocalizableMessage Modifier and Type Method Description static void
ErrorLogger. log(String category, Severity severity, LocalizableMessage message, Throwable exception)
Writes a message to the error log using the provided information.abstract void
ErrorLogPublisher. log(String category, Severity severity, LocalizableMessage message, Throwable exception)
Writes a message to the error log using the provided information.void
LogAggregator. log(Consumer<LocalizableMessage> logMethod, LocalizableMessage message)
Log a message and start the aggregation for it.static void
AccessLogger. logDisconnect(ClientConnection clientConnection, DisconnectReason disconnectReason, LocalizableMessage message)
Writes a message to the access logger with information about the termination of an existing client connection.void
AccessLogPublisher. logDisconnect(ClientConnection clientConnection, DisconnectReason disconnectReason, LocalizableMessage message)
Writes a message to the access logger with information about the termination of an existing client connection.void
TextAccessLogPublisher. logDisconnect(ClientConnection clientConnection, DisconnectReason disconnectReason, LocalizableMessage message)
Method parameters in org.opends.server.loggers with type arguments of type LocalizableMessage Modifier and Type Method Description boolean
AccessLogPublisher. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
boolean
ConsoleErrorLogPublisher. isConfigurationAcceptable(ConsoleErrorLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
DebugLogPublisher. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
boolean
ErrorLogPublisher. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
boolean
HTTPAccessLogPublisher. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
boolean
LogPublisher. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this log publisher.boolean
TextAccessLogPublisher. isConfigurationAcceptable(FileBasedAccessLogPublisherCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
TextAuditLogPublisher. isConfigurationAcceptable(FileBasedAuditLogPublisherCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
TextDebugLogPublisher. isConfigurationAcceptable(FileBasedDebugLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
TextErrorLogPublisher. isConfigurationAcceptable(FileBasedErrorLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
TextHTTPAccessLogPublisher. isConfigurationAcceptable(FileBasedHttpAccessLogPublisherCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
AbstractLogger. isConfigurationAddAcceptable(C config, List<LocalizableMessage> unacceptableReasons)
boolean
TextDebugLogPublisher. isConfigurationAddAcceptable(DebugTargetCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
AbstractLogger. isConfigurationChangeAcceptable(C config, List<LocalizableMessage> unacceptableReasons)
boolean
ConsoleErrorLogPublisher. isConfigurationChangeAcceptable(ConsoleErrorLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
FileNumberRetentionPolicy. isConfigurationChangeAcceptable(FileCountLogRetentionPolicyCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
FixedTimeRotationPolicy. isConfigurationChangeAcceptable(FixedTimeLogRotationPolicyCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
FreeDiskSpaceRetentionPolicy. isConfigurationChangeAcceptable(FreeDiskSpaceLogRetentionPolicyCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
SizeBasedRetentionPolicy. isConfigurationChangeAcceptable(SizeLimitLogRetentionPolicyCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
SizeBasedRotationPolicy. isConfigurationChangeAcceptable(SizeLimitLogRotationPolicyCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
TextAccessLogPublisher. isConfigurationChangeAcceptable(FileBasedAccessLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
TextAuditLogPublisher. isConfigurationChangeAcceptable(FileBasedAuditLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
TextDebugLogPublisher. isConfigurationChangeAcceptable(FileBasedDebugLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
TextErrorLogPublisher. isConfigurationChangeAcceptable(FileBasedErrorLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
TextHTTPAccessLogPublisher. isConfigurationChangeAcceptable(FileBasedHttpAccessLogPublisherCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
TimeLimitRotationPolicy. isConfigurationChangeAcceptable(TimeLimitLogRotationPolicyCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
TraceSettings. isConfigurationChangeAcceptable(DebugTargetCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
AbstractLogger. isConfigurationDeleteAcceptable(C config, List<LocalizableMessage> unacceptableReasons)
boolean
TextDebugLogPublisher. isConfigurationDeleteAcceptable(DebugTargetCfg config, List<LocalizableMessage> unacceptableReasons)
void
LogAggregator. log(Consumer<LocalizableMessage> logMethod, LocalizableMessage message)
Log a message and start the aggregation for it. -
Uses of LocalizableMessage in org.opends.server.monitors
Methods in org.opends.server.monitors that return types with arguments of type LocalizableMessage Modifier and Type Method Description List<LocalizableMessage>
HealthStatus. getAliveErrors()
Returns the list of serious errors.List<LocalizableMessage>
HealthStatus. getHealthyErrors()
Returns the list of transient errors.Methods in org.opends.server.monitors with parameters of type LocalizableMessage Modifier and Type Method Description static HealthStatus
HealthStatus. notAlive(LocalizableMessage error)
Returns a NOT_ALIVEHealthStatus
.static HealthStatus
HealthStatus. notHealthy(LocalizableMessage error)
Returns a NOT_HEALTHYHealthStatus
.Method parameters in org.opends.server.monitors with type arguments of type LocalizableMessage Modifier and Type Method Description static HealthStatus
HealthStatus. notAlive(List<LocalizableMessage> errors)
Returns a NOT_ALIVEHealthStatus
.static HealthStatus
HealthStatus. notHealthy(List<LocalizableMessage> errors)
Returns a NOT_HEALTHYHealthStatus
. -
Uses of LocalizableMessage in org.opends.server.plugins
Methods in org.opends.server.plugins with parameters of type LocalizableMessage Modifier and Type Method Description void
GraphiteMonitorReporterPlugin. doShutdown(LocalizableMessage reason)
void
ReferentialIntegrityPlugin. processServerShutdown(LocalizableMessage reason)
Process a server shutdown. -
Uses of LocalizableMessage in org.opends.server.protocols
Method parameters in org.opends.server.protocols with type arguments of type LocalizableMessage Modifier and Type Method Description boolean
LDIFConnectionHandler. isConfigurationAcceptable(ServerContext serverContext, LdifConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
LDIFConnectionHandler. isConfigurationChangeAcceptable(LdifConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
-
Uses of LocalizableMessage in org.opends.server.protocols.http
Methods in org.opends.server.protocols.http that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
LocalizedHttpApplicationException. getMessageObject()
Method parameters in org.opends.server.protocols.http with type arguments of type LocalizableMessage Modifier and Type Method Description boolean
HTTPConnectionHandler. isConfigurationAcceptable(ServerContext serverContext, HttpConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
HTTPConnectionHandler. isConfigurationChangeAcceptable(HttpConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
CrestMetricsEndpoint. isConfigurationValid(List<LocalizableMessage> unacceptableReasons)
boolean
PrometheusEndpoint. isConfigurationValid(List<LocalizableMessage> unacceptableReasons)
Constructors in org.opends.server.protocols.http with parameters of type LocalizableMessage Constructor Description LocalizedHttpApplicationException(LocalizableMessage message, Throwable cause)
Creates a new localized http application exception with the provided message and cause. -
Uses of LocalizableMessage in org.opends.server.protocols.jmx
Methods in org.opends.server.protocols.jmx with parameters of type LocalizableMessage Modifier and Type Method Description void
JmxClientConnection. disconnect(DisconnectReason disconnectReason, boolean sendNotification, LocalizableMessage message)
void
JmxClientConnection. disconnectWithoutUnbind(DisconnectReason disconnectReason, LocalizableMessage message)
Closes the connection to the client, optionally sending it a message indicating the reason for the closure.void
JmxConnectionHandler. processServerShutdown(LocalizableMessage reason)
Method parameters in org.opends.server.protocols.jmx with type arguments of type LocalizableMessage Modifier and Type Method Description boolean
JmxConnectionHandler. isConfigurationAcceptable(ServerContext serverContext, JmxConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
JmxConnectionHandler. isConfigurationChangeAcceptable(JmxConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons)
-
Uses of LocalizableMessage in org.opends.server.protocols.ldap
Methods in org.opends.server.protocols.ldap with parameters of type LocalizableMessage Modifier and Type Method Description void
LdapClientConnection. disconnect(DisconnectReason disconnectReason, boolean sendNotification, LocalizableMessage message)
void
LDAPConnectionHandler. processServerShutdown(LocalizableMessage reason)
Method parameters in org.opends.server.protocols.ldap with type arguments of type LocalizableMessage Modifier and Type Method Description boolean
LDAPConnectionHandler. isConfigurationAcceptable(ServerContext serverContext, LdapConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
LDAPConnectionHandler. isConfigurationChangeAcceptable(LdapConnectionHandlerCfg config, List<LocalizableMessage> unacceptableReasons)
-
Uses of LocalizableMessage in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin with parameters of type LocalizableMessage Modifier and Type Method Description void
LDAPReplicationDomain. processServerShutdown(LocalizableMessage reason)
Method parameters in org.opends.server.replication.plugin with type arguments of type LocalizableMessage Modifier and Type Method Description boolean
FractionalLDIFImportPlugin. isConfigurationAcceptable(FractionalLdifImportPluginCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
MultimasterReplication. isConfigurationAddAcceptable(ReplicationDomainCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
FractionalLDIFImportPlugin. isConfigurationChangeAcceptable(FractionalLdifImportPluginCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
LDAPReplicationDomain. isConfigurationChangeAcceptable(ReplicationDomainCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
MultimasterReplication. isConfigurationChangeAcceptable(ReplicationSynchronizationProviderCfg cfg, List<LocalizableMessage> unacceptableReasons)
boolean
MultimasterReplication. isConfigurationDeleteAcceptable(ReplicationDomainCfg configuration, List<LocalizableMessage> unacceptableReasons)
-
Uses of LocalizableMessage in org.opends.server.replication.protocol
Methods in org.opends.server.replication.protocol that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
ErrorMsg. getDetails()
Get the details from this message.Constructors in org.opends.server.replication.protocol with parameters of type LocalizableMessage Constructor Description ErrorMsg(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 LocalizableMessage Modifier and Type Method Description static boolean
ReplicationServer. isConfigurationAcceptable(ReplicationServerCfg configuration, List<LocalizableMessage> unacceptableReasons)
Check if the provided configuration is acceptable for add.boolean
ReplicationServer. isConfigurationChangeAcceptable(ReplicationServerCfg configuration, List<LocalizableMessage> unacceptableReasons)
-
Uses of LocalizableMessage in org.opends.server.replication.server.changelog.api
Constructors in org.opends.server.replication.server.changelog.api with parameters of type LocalizableMessage Constructor Description ChangelogException(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 LocalizableMessage Modifier and Type Method Description boolean
CoreSchemaProvider. isConfigurationAcceptable(CoreSchemaCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
JsonEqualityMatchingRuleProvider. isConfigurationAcceptable(JsonEqualityMatchingRuleCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
JsonOrderingMatchingRuleProvider. isConfigurationAcceptable(JsonOrderingMatchingRuleCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
JsonQueryEqualityMatchingRuleProvider. isConfigurationAcceptable(JsonQueryEqualityMatchingRuleCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
SchemaProvider. isConfigurationAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this provider.boolean
SchemaHandler. isConfigurationAddAcceptable(SchemaProviderCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
CoreSchemaProvider. isConfigurationChangeAcceptable(CoreSchemaCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
JsonEqualityMatchingRuleProvider. isConfigurationChangeAcceptable(JsonEqualityMatchingRuleCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
JsonOrderingMatchingRuleProvider. isConfigurationChangeAcceptable(JsonOrderingMatchingRuleCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
JsonQueryEqualityMatchingRuleProvider. isConfigurationChangeAcceptable(JsonQueryEqualityMatchingRuleCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
SchemaHandler. isConfigurationDeleteAcceptable(SchemaProviderCfg config, List<LocalizableMessage> unacceptableReasons)
-
Uses of LocalizableMessage in org.opends.server.snmp
Method parameters in org.opends.server.snmp with type arguments of type LocalizableMessage Modifier and Type Method Description boolean
SNMPConnectionHandler. isConfigurationChangeAcceptable(SnmpConnectionHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
-
Uses of LocalizableMessage in org.opends.server.tasks
Methods in org.opends.server.tasks with parameters of type LocalizableMessage Modifier and Type Method Description void
BackupPurgeTask. interruptTask(TaskState interruptState, LocalizableMessage interruptReason)
void
BackupTask. interruptTask(TaskState interruptState, LocalizableMessage interruptReason)
void
ExportTask. interruptTask(TaskState interruptState, LocalizableMessage interruptReason)
void
ImportTask. interruptTask(TaskState interruptState, LocalizableMessage interruptReason)
void
InitializeTask. interruptTask(TaskState interruptState, LocalizableMessage interruptReason)
void
RestoreTask. interruptTask(TaskState interruptState, LocalizableMessage interruptReason)
-
Uses of LocalizableMessage in org.opends.server.tools.supportextract
Methods in org.opends.server.tools.supportextract with parameters of type LocalizableMessage Modifier and Type Method Description void
SupportExtract. errPrintln(LocalizableMessage msg)
void
SupportExtract. errPrintln(LocalizableMessage msg, int indent)
void
SupportExtract. errPrintlnSurroundedByBlankLines(LocalizableMessage errorMessage)
void
SupportExtract. errPrintVerboseMessage(LocalizableMessage msg)
void
SupportExtract. print(LocalizableMessage msg)
void
SupportExtract. println(LocalizableMessage msg)
void
SupportExtract. println(LocalizableMessage msg, int indent)
void
SupportExtract. printlnSurroundedByBlankLines(LocalizableMessage message)
-
Uses of LocalizableMessage in org.opends.server.tools.tasks
Methods in org.opends.server.tools.tasks that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
TaskEntry. getActualStartTime()
Gets the human-friendly start time.LocalizableMessage
TaskEntry. getCompletionTime()
Gets the human-friendly completion time.LocalizableMessage
TaskEntry. getFailedDependencyAction()
Gets the action to take if this task fails.LocalizableMessage
TaskEntry. getScheduledStartTime()
Gets the human-friendly scheduled time.LocalizableMessage
TaskEntry. getScheduleTab()
Gets recurring schedule tab.LocalizableMessage
TaskEntry. getState()
Gets the state of the task.LocalizableMessage
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 LocalizableMessage Modifier and Type Method Description List<LocalizableMessage>
TaskEntry. getLogMessages()
Gets the logs associated with this task's execution.Map<LocalizableMessage,List<String>>
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 LocalizableMessage Modifier and Type Method Description LocalizableMessage
Cancellable. getCancelReason()
Returns the cancel reason for this operation.LocalizableMessage
CancelRequest. getCancelReason()
Deprecated.Retrieves a message that explains the purpose for this cancellation.LocalizableMessage
DisconnectReason. getClosureMessage()
Retrieves the human-readable disconnect reason.LocalizableMessage
AccountStatusNotification. getMessage()
Retrieves a message that provides additional information for this account status notification.LocalizableMessage
OpenDsException. getMessageObject()
LocalizableMessage
CancelResult. getResponseMessage()
Deprecated.Retrieves the human-readable response that the server provided for the result of the cancellation.Methods in org.opends.server.types that return types with arguments of type LocalizableMessage Modifier and Type Method Description Pair<Boolean,LocalizableMessage>
LDIFImportConfig. includeEntry(Dn dn)
Indicates whether to include the entry with the specified DN in the import.Pair<Boolean,LocalizableMessage>
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 LocalizableMessage Modifier and Type Method Description void
Operation. addPasswordPolicyWarningToLog(LocalizableMessage msg)
Adds a password policy warning message in the Log additional items.void
Operation. appendErrorMessage(LocalizableMessage message)
Appends the provided message to the error message buffer.void
Operation. appendMaskedErrorMessage(LocalizableMessage maskedMessage)
Appends the provided message to the real, masked error message buffer.void
Cancellable. cancel(LocalizableMessage cancelReason)
Indicates that this operation has been cancelled, and the operation if executing should finish as soon as possible.void
Operation. disconnectClient(DisconnectReason disconnectReason, boolean sendNotification, LocalizableMessage message)
Constructors in org.opends.server.types with parameters of type LocalizableMessage Constructor Description AccountStatusNotification(AccountStatusNotificationType notificationType, Entry userEntry, LocalizableMessage message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties)
Creates a new account status notification object with the provided information.CancelRequest(boolean notifyOriginalRequestor, LocalizableMessage cancelReason)
Deprecated.Creates a new cancel request with the provided information.CancelResult(ResultCode resultCode, LocalizableMessage responseMessage)
Deprecated.Creates a new cancel result with the provided result code.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.InitializationException(LocalizableMessage 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.OpenDsException(LocalizableMessage message)
Creates a new identified exception with the provided information.OpenDsException(LocalizableMessage message, Throwable cause)
Creates a new identified exception with the provided information. -
Uses of LocalizableMessage in org.opends.server.types.operation
Methods in org.opends.server.types.operation that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
PostOperationBindOperation. getAuthFailureReason()
Retrieves a human-readable message providing the reason that the authentication failed, if available.LocalizableMessage
PostResponseBindOperation. getAuthFailureReason()
Retrieves a human-readable message providing the reason that the authentication failed, if available.Methods in org.opends.server.types.operation with parameters of type LocalizableMessage Modifier and Type Method Description void
InProgressOperation. appendErrorMessage(LocalizableMessage message)
Appends the provided message to the error message buffer.void
PostOperationOperation. appendErrorMessage(LocalizableMessage message)
Appends the provided message to the error message buffer.void
PreOperationOperation. appendErrorMessage(LocalizableMessage message)
Appends the provided message to the error message buffer.void
PreParseOperation. appendErrorMessage(LocalizableMessage message)
Appends the provided message to the error message buffer.void
PluginOperation. disconnectClient(DisconnectReason disconnectReason, boolean sendNotification, LocalizableMessage message)
Terminates the client connection being used to process this operation.void
PostOperationBindOperation. setAuthFailureReason(LocalizableMessage reason)
Specifies the reason that the authentication failed.void
PreOperationBindOperation. setAuthFailureReason(LocalizableMessage reason)
Specifies the reason that the authentication failed.void
PreParseBindOperation. setAuthFailureReason(LocalizableMessage reason)
Specifies the reason that the authentication failed. -
Uses of LocalizableMessage in org.opends.server.util
Fields in org.opends.server.util declared as LocalizableMessage Modifier and Type Field Description static LocalizableMessage
ServerConstants. CONFIG_FILE_HEADER
The comment at the head of config.ldif, which should not be localized.Methods in org.opends.server.util that return LocalizableMessage Modifier and Type Method Description static LocalizableMessage
StaticUtils. secondsToTimeString(long numSeconds)
Retrieves a user-friendly string that indicates the length of time (in days, hours, minutes, and seconds) in the specified number of seconds.Methods in org.opends.server.util that return types with arguments of type LocalizableMessage Modifier and Type Method Description static 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 LocalizableMessage Modifier and Type Method Description protected void
LDIFReader. logToRejectWriter(List<StringBuilder> lines, LocalizableMessage message)
Log a message to the reject writer if one is configured.protected void
LDIFReader. logToSkipWriter(List<StringBuilder> lines, LocalizableMessage message)
Log a message to the reject writer if one is configured.void
LDIFReader. rejectEntry(Entry entry, LocalizableMessage message)
Log the specified entry and messages in the reject writer.void
LDIFReader. rejectLastEntry(LocalizableMessage message)
Rejects the last entry read from the LDIF.Constructors in org.opends.server.util with parameters of type LocalizableMessage Constructor Description LDIFException(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.
-