Package | Description |
---|---|
org.forgerock.i18n |
A common framework for embedding localizable messages in applications.
|
org.forgerock.i18n.slf4j |
This package provides an alternative localization mechanism to
org.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 based
KeyStore service. |
org.forgerock.opendj.server.core |
Classes implementing a Grizzly based
ConnectionHandler using reactive api. |
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.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.plugins.profiler |
Contains the implementation of the Directory Server plugin that acts as an embedded profiler that can be used for
performance analysis of the server under load.
|
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.asn1 |
Contains the Directory Server classes for performing encoding and decoding of ASN.1 elements.
|
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.dsreplication |
Defines the classes that are you used by the replication command lines.
|
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.
|
Modifier and Type | Field and Description |
---|---|
static LocalizableMessage |
LocalizableMessage.EMPTY
Represents an empty message string.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
LocalizableMessageDescriptor.Arg0.get()
Creates a localizable message.
|
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 |
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 |
LocalizedIllegalArgumentException.getMessageObject()
Returns the localizable message that explains the problem that occurred.
|
LocalizableMessage |
LocalizableException.getMessageObject()
Returns the localizable message that explains the problem that occurred.
|
static LocalizableMessage |
LocalizableMessage.raw(CharSequence string)
Creates an non-localizable message whose
String representation is
always the same regardless of the requested locale. |
static LocalizableMessage |
LocalizableMessage.raw(CharSequence formatString,
Object... args)
Creates an non-localizable message whose
String representation is
always the same regardless of the requested locale. |
LocalizableMessage |
LocalizableMessageBuilder.toMessage()
Returns the
LocalizableMessage representation of this message
builder. |
static LocalizableMessage |
LocalizableMessage.valueOf(Object object)
Creates a new message whose content is the
String representation
of the provided Object . |
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
LocalizedMarker.getMessage()
Returns the message embedded into this marker.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalizedLogger.debug(LocalizableMessage m)
Logs a debug message.
|
void |
LocalizedLogger.debug(LocalizableMessage m,
Throwable t)
Logs a debug message with an accompanying exception.
|
void |
LocalizedLogger.error(LocalizableMessage m)
Logs an error message.
|
void |
LocalizedLogger.error(LocalizableMessage m,
Throwable t)
Logs an error message with an accompanying exception.
|
void |
LocalizedLogger.info(LocalizableMessage m)
Logs an info message.
|
void |
LocalizedLogger.info(LocalizableMessage m,
Throwable t)
Logs an info message with an accompanying exception.
|
void |
LocalizedLogger.trace(LocalizableMessage m)
Logs a trace message.
|
void |
LocalizedLogger.trace(LocalizableMessage m,
Throwable t)
Logs a trace message with an accompanying exception.
|
void |
LocalizedLogger.warn(LocalizableMessage m)
Logs a warning message.
|
void |
LocalizedLogger.warn(LocalizableMessage m,
Throwable t)
Logs a warning message with an accompanying exception.
|
Constructor and Description |
---|
LocalizedMarker(LocalizableMessage message)
Create a marker with provided localizable message.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
RelationDefinition.getDescription()
Gets the optional description of this relation definition in the default
locale.
|
LocalizableMessage |
PropertyDefinition.getDescription()
Gets the optional description of this property definition in the default
locale.
|
LocalizableMessage |
AbstractManagedObjectDefinition.getDescription()
Gets the optional description of this managed object definition in the default locale.
|
LocalizableMessage |
RelationDefinition.getDescription(Locale locale)
Gets the optional description of this relation definition in the
specified locale.
|
LocalizableMessage |
PropertyDefinition.getDescription(Locale locale)
Gets the optional description of this property definition in the
specified locale.
|
LocalizableMessage |
AbstractManagedObjectDefinition.getDescription(Locale locale)
Gets the optional description of this managed object 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,
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 |
ManagedObjectDefinitionI18nResource.getMessage(AbstractManagedObjectDefinition<?,?> d,
String key,
String... args)
Get the parameterized internationalized message associated with the
specified key in the default locale.
|
LocalizableMessage |
PropertyException.getMessageObject() |
LocalizableMessage |
AdminException.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 |
AggregationPropertyDefinition.getSourceConstraintSynopsis(Locale locale)
Gets the optional constraint synopsis of this aggregation property
definition in the specified locale.The constraint synopsis describes when
and how referenced managed objects must be enabled.
|
LocalizableMessage |
Tag.getSynopsis()
Gets the synopsis of this tag in the default locale.
|
LocalizableMessage |
RelationDefinition.getSynopsis()
Gets the synopsis of this relation definition in the default locale.
|
LocalizableMessage |
PropertyDefinition.getSynopsis()
Gets the synopsis of this property definition in the default locale.
|
LocalizableMessage |
GenericConstraint.getSynopsis()
Gets the synopsis of this constraint in the default locale.
|
LocalizableMessage |
AliasDefaultBehaviorProvider.getSynopsis()
Gets the synopsis of this alias default behavior in the default locale.
|
LocalizableMessage |
AdministratorAction.getSynopsis()
Gets the synopsis of this administrator action in the default locale.
|
LocalizableMessage |
AbstractManagedObjectDefinition.getSynopsis()
Gets the synopsis of this managed object definition in the default
locale.
|
LocalizableMessage |
Tag.getSynopsis(Locale locale)
Gets the synopsis of this tag in the specified locale.
|
LocalizableMessage |
RelationDefinition.getSynopsis(Locale locale)
Gets the synopsis of this relation definition in the specified locale.
|
LocalizableMessage |
PropertyDefinition.getSynopsis(Locale locale)
Gets the synopsis of this property definition in the specified locale.
|
LocalizableMessage |
GenericConstraint.getSynopsis(Locale locale)
Gets the synopsis of this constraint in the specified locale.
|
LocalizableMessage |
AliasDefaultBehaviorProvider.getSynopsis(Locale locale)
Gets the synopsis of this alias default behavior in the specified locale.
|
LocalizableMessage |
AdministratorAction.getSynopsis(Locale locale)
Gets the synopsis of this administrator action in the specified locale.
|
LocalizableMessage |
AbstractManagedObjectDefinition.getSynopsis(Locale locale)
Gets the synopsis of this managed object definition 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 |
RelationDefinition.getUserFriendlyName()
Gets the user friendly name of this relation definition in the default
locale.
|
LocalizableMessage |
AbstractManagedObjectDefinition.getUserFriendlyName()
Gets the user friendly name of this managed object 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.getUserFriendlyName(Locale locale)
Gets the user friendly name of this managed object definition in the
specified locale.
|
LocalizableMessage |
SetRelationDefinition.getUserFriendlyPluralName()
Gets the user friendly plural name of this relation definition in the
default locale.
|
LocalizableMessage |
InstantiableRelationDefinition.getUserFriendlyPluralName()
Gets the user friendly plural name of this relation definition in the
default locale.
|
LocalizableMessage |
AbstractManagedObjectDefinition.getUserFriendlyPluralName()
Gets the user friendly plural name of this managed object 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 |
InstantiableRelationDefinition.getUserFriendlyPluralName(Locale locale)
Gets the user friendly plural name of this relation definition in the
specified locale.
|
LocalizableMessage |
AbstractManagedObjectDefinition.getUserFriendlyPluralName(Locale locale)
Gets the user friendly plural name of this managed object 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.
|
LocalizableMessage |
EnumPropertyDefinition.getValueSynopsis(Locale locale,
E value)
Gets the synopsis of the specified enumeration value of this enumeration
property definition in the specified locale.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
OperationRejectedException.getMessagesAsSingleMessage()
Creates a single message listing all the messages combined into a single
list separated by semi-colons.
|
LocalizableMessage |
OperationRejectedException.getUserFriendlyName()
Gets the user friendly name of the component that caused this exception.
|
LocalizableMessage |
MissingMandatoryPropertiesException.getUserFriendlyName()
Gets the user friendly name of the component that caused this exception.
|
Modifier and Type | Method and Description |
---|---|
Collection<LocalizableMessage> |
OperationRejectedException.getMessages()
Gets an unmodifiable collection view of the messages describing the
constraint violations that occurred.
|
Modifier and Type | Method and 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.
|
Constructor and 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)
Creates a new operation rejected exception with a default message.
|
OperationRejectedException(OperationRejectedException.OperationType type,
LocalizableMessage ufn,
Collection<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 and Description |
---|
OperationRejectedException(OperationRejectedException.OperationType type,
LocalizableMessage ufn,
Collection<LocalizableMessage> messages)
Creates a new operation rejected exception with the provided messages.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
ConfigChangeResult.getJoinedMessages()
Returns all messages joined in a single message.
|
LocalizableMessage |
ConfigException.getMessageObject()
Returns the message that explains the problem that occurred.
|
Modifier and Type | Method and Description |
---|---|
List<LocalizableMessage> |
ConfigChangeResult.getMessages()
Retrieves the set of messages that provide explanation for the processing
of the configuration changes.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigChangeResult.addMessage(LocalizableMessage message)
Adds the provided message to the set of messages for this config change
result.
|
Modifier and Type | Method and Description |
---|---|
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 |
ConfigurationAddListener.isConfigurationAddAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed addition of a new configuration is
acceptable to this add 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 |
ConfigurationChangeListener.isConfigurationChangeAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is acceptable
to this change 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 |
ConfigurationDeleteListener.isConfigurationDeleteAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed deletion of an existing configuration 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
LdapException.getMessageObject() |
LocalizableMessage |
DecodeException.getMessageObject() |
LocalizableMessage |
ResultCode.getName()
Returns the short human-readable name of this result code.
|
Modifier and Type | Method and 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 throws
ResultCode.CLIENT_SIDE_CONNECT_ERROR
using the provided error message. |
Modifier and Type | Method and Description |
---|---|
static boolean |
Entries.conformsToSchema(Entry entry,
SchemaValidationPolicy policy,
Collection<LocalizableMessage> errorMessages)
Returns
true 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)
Returns
true if the provided entry is valid according to the
specified schema and schema validation policy. |
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
WhoAmIExtendedResult.getDiagnosticMessage() |
LocalizableMessage |
Result.getDiagnosticMessage()
Returns the diagnostic message associated with this result.
|
LocalizableMessage |
PasswordModifyExtendedResult.getDiagnosticMessage() |
LocalizableMessage |
GenericExtendedResult.getDiagnosticMessage() |
LocalizableMessage |
ExtendedResult.getDiagnosticMessage() |
LocalizableMessage |
CompareResult.getDiagnosticMessage() |
LocalizableMessage |
BindResult.getDiagnosticMessage() |
Modifier and Type | Method and Description |
---|---|
Collection<LocalizableMessage> |
Schema.getWarnings()
Returns an unmodifiable collection containing all of the warnings that
were detected when this schema was constructed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Schema.validateEntry(Entry entry,
SchemaValidationPolicy policy,
Collection<LocalizableMessage> errorMessages)
Returns
true if the provided entry is valid according to this
schema and the specified schema validation policy. |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
List<LocalizableMessage> |
EntryGenerator.getWarnings()
Returns the warnings generated by the parsing of template file.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
RejectedLdifListener.handleSchemaValidationFailure(long lineNumber,
List<String> lines,
List<LocalizableMessage> reasons)
Invoked when a record was rejected because it does not conform to the
schema and schema validation is enabled.
|
void |
RejectedLdifListener.handleSchemaValidationWarning(long lineNumber,
List<String> lines,
List<LocalizableMessage> reasons)
Invoked when a record was not rejected but contained one or more schema
validation warnings.
|
Modifier and Type | Method and Description |
---|---|
void |
Resource.description(LocalizableMessage description)
Sets the description of this resource.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
LocalizedKeyStoreException.getMessageObject() |
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
RequestContext.getAuthFailureReason()
Returns a human-readable message providing the reason why the authentication failed, if available.
|
Modifier and Type | Method and 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 a
Completable 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 a
Completable 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 a
Single 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.
|
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedDirectoryServer.restart(String className,
LocalizableMessage reason)
Restarts the directory server.
|
void |
EmbeddedDirectoryServer.stop(String className,
LocalizableMessage reason)
Stops this server.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
Profile.Parameter.getDescriptionMsg()
Returns this profile parameter description.
|
LocalizableMessage |
Profile.Parameter.getHelpMsg()
Returns this profile parameter help message.
|
LocalizableMessage |
SetupException.getMessageObject()
Returns the
LocalizableMessage attached to this exception. |
LocalizableMessage |
Profile.Parameter.getPromptMsg()
Returns this profile parameter prompt message.
|
Modifier and Type | Method and Description |
---|---|
void |
SetupConsole.handleError(LocalizableMessage message)
Handles error.
|
void |
SetupConsole.handleInfo(LocalizableMessage localizableMessage)
Handles an information message issued during setup.
|
void |
SetupConsole.handleStartTask(LocalizableMessage task)
Handles task start.
|
Constructor and Description |
---|
SetupException(LocalizableMessage message)
Creates a new
SetupException with the provided LocalizableMessage . |
SetupException(LocalizableMessage message,
Throwable cause)
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Backend.isConfigurationAcceptable(C configuration,
List<LocalizableMessage> unacceptableReasons,
ServerContext serverContext)
Indicates whether the provided configuration is acceptable for this backend.
|
boolean |
VirtualAttributeProvider.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this virtual attribute provider.
|
boolean |
TrustManagerProvider.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this trust manager provider.
|
boolean |
SynchronizationProvider.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this synchronization provider.
|
boolean |
SASLMechanismHandler.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this SASL mechanism handler.
|
boolean |
PasswordValidator.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this password validator.
|
boolean |
PasswordStorageScheme.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this password storage scheme.
|
boolean |
PasswordGenerator.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this password generator.
|
boolean |
KeyManagerProvider.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this key manager provider.
|
boolean |
IdentityMapper.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this identity mapper.
|
boolean |
Group.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this group implementation.
|
boolean |
ExtendedOperationHandler.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this extended operation handler.
|
boolean |
EntryCache.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this entry cache.
|
boolean |
ConnectionHandler.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this connection handler.
|
boolean |
CertificateMapper.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this certificate mapper.
|
boolean |
AuthenticationPolicyFactory.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided authentication policy configuration is acceptable.
|
boolean |
AlertHandler.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this alert handler.
|
boolean |
AccountStatusNotificationHandler.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this account status notification handler.
|
boolean |
AccessControlHandler.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons,
ServerContext serverContext)
Indicates whether the provided configuration is acceptable for this access control handler.
|
boolean |
CertificateMapper.isConfigurationChangeAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
HttpEndpoint.isConfigurationValid(List<LocalizableMessage> unacceptableReasons)
Check that the configuration of this
HttpEndpoint is valid. |
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
PluginResult.OperationResult.getErrorMessage()
Retrieves the error message if
PluginResult.OperationResult.continueProcessing() returned false . |
LocalizableMessage |
PluginResult.Startup.getErrorMessage()
Retrieves the error message if
PluginResult.Startup.continueProcessing() returned false . |
LocalizableMessage |
PluginResult.PreParse.getErrorMessage() |
LocalizableMessage |
PluginResult.PreOperation.getErrorMessage() |
LocalizableMessage |
PluginResult.PostOperation.getErrorMessage() |
LocalizableMessage |
PluginResult.ImportLDIF.getErrorMessage()
Retrieves the error message if
PluginResult.ImportLDIF.continueProcessing() returned false . |
LocalizableMessage |
PluginResult.SubordinateModifyDN.getErrorMessage() |
LocalizableMessage |
PluginResult.SubordinateDelete.getErrorMessage() |
LocalizableMessage |
PluginResult.IntermediateResponse.getErrorMessage() |
LocalizableMessage |
PluginResult.PostConnect.getErrorMessage()
Retrieves the error message if
PluginResult.PostConnect.continueProcessing() returned false . |
Modifier and Type | Method and 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.PreParse |
PluginResult.PreParse.stopProcessing(ResultCode resultCode,
LocalizableMessage errorMessage)
Constructs a new stop processing pre parse plugin result.
|
static PluginResult.PreOperation |
PluginResult.PreOperation.stopProcessing(ResultCode resultCode,
LocalizableMessage errorMessage)
Constructs a new stop processing pre operation plugin result.
|
static PluginResult.PostOperation |
PluginResult.PostOperation.stopProcessing(ResultCode resultCode,
LocalizableMessage errorMessage)
Constructs a new stop processing post operation plugin result.
|
static PluginResult.SubordinateModifyDN |
PluginResult.SubordinateModifyDN.stopProcessing(ResultCode resultCode,
LocalizableMessage errorMessage)
Constructs a new stop processing subordinate modify DN plugin result.
|
static PluginResult.SubordinateDelete |
PluginResult.SubordinateDelete.stopProcessing(ResultCode resultCode,
LocalizableMessage errorMessage)
Constructs a new stop processing subordinate delete 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.PreOperation |
PluginResult.PreOperation.stopProcessing(ResultCode resultCode,
LocalizableMessage errorMessage,
Dn matchedDN,
List<String> referralURLs)
Defines a new stop processing pre 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.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.SubordinateDelete |
PluginResult.SubordinateDelete.stopProcessing(ResultCode resultCode,
LocalizableMessage errorMessage,
Dn matchedDN,
List<String> referralURLs)
Defines a new stop processing subordinate delete plugin result.
|
static PluginResult.Startup |
PluginResult.Startup.stopStartup(LocalizableMessage errorMessage)
Defines a new stop processing startup plugin result.
|
Modifier and Type | Method and Description |
---|---|
boolean |
InternalDirectoryServerPlugin.isConfigurationAcceptable(PluginCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
DirectoryServerPlugin.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this plugin.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
Aci.decodeOID(String expr,
LocalizableMessage msg)
Decode an OIDs expression string.
|
Modifier and Type | Method and Description |
---|---|
void |
AciList.addAci(Entry entry,
List<LocalizableMessage> failedACIMsgs)
Add all of an entry's ACI (global or regular) attribute values to the ACI list.
|
int |
AciList.addAci(List<? extends Entry> entries,
LinkedList<LocalizableMessage> failedACIMsgs)
Add all the ACI from a set of entries to the ACI list.
|
Constructor and Description |
---|
AciException(LocalizableMessage message)
Creates a new ACI exception with the provided message.
|
AciException(LocalizableMessage message,
Throwable cause)
Creates a new ACI exception with the provided message and root cause.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PolicyBasedAccessControlHandler.isConfigurationAcceptable(PolicyBasedAccessControlHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons,
ServerContext serverContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
JEBackend.isConfigurationAcceptable(JeBackendCfg cfg,
List<LocalizableMessage> unacceptableReasons,
ServerContext serverContext) |
boolean |
JEStorage.isConfigurationChangeAcceptable(JeBackendCfg newCfg,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
boolean |
BackendImpl.isConfigurationAcceptable(C config,
List<LocalizableMessage> unacceptableReasons,
ServerContext serverContext) |
boolean |
RootContainer.isConfigurationChangeAcceptable(PluggableBackendCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
EntryContainer.isConfigurationChangeAcceptable(PluggableBackendCfg cfg,
List<LocalizableMessage> unacceptableReasons) |
boolean |
BackendImpl.isConfigurationChangeAcceptable(PluggableBackendCfg cfg,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
StorageStatus.getReason()
Returns the error message for non working states.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
Task.getAttributeDisplayName(String name)
Given an attribute type name returns and locale sensitive representation.
|
LocalizableMessage |
TaskState.getDisplayName()
Gets a locale sensitive representation of this state.
|
LocalizableMessage |
Task.getDisplayName()
Gets a message that identifies this type of task suitable for presentation to humans in monitoring tools.
|
LocalizableMessage |
FailedDependencyAction.getDisplayName()
Gets the display name of this action.
|
Modifier and Type | Method and Description |
---|---|
List<LocalizableMessage> |
Task.getLogMessages()
Retrieves the set of messages that were logged by this task.
|
Modifier and Type | Method and 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 |
TaskScheduler.interruptRunningTasks(TaskState interruptState,
LocalizableMessage interruptReason,
boolean waitForStop)
Attempts to interrupt any tasks that are actively running.
|
void |
Task.interruptTask(TaskState interruptState,
LocalizableMessage interruptReason)
Performs any necessary processing to prematurely interrupt the execution of this task.
|
void |
TaskThread.interruptTask(TaskState interruptState,
LocalizableMessage interruptReason,
boolean exitThread)
Attempts to interrupt processing on the task in progress.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TaskBackend.isConfigurationAcceptable(TaskBackendCfg config,
List<LocalizableMessage> unacceptableReasons,
ServerContext serverContext) |
boolean |
TaskBackend.isConfigurationChangeAcceptable(TaskBackendCfg configEntry,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
boolean |
AdministrationConnector.isConfigurationChangeAcceptable(AdministrationConnectorCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
BindOperation.getAuthFailureReason()
Retrieves a human-readable message providing the reason that the authentication failed, if available.
|
Modifier and Type | Method and Description |
---|---|
void |
PasswordPolicyState.generateAccountStatusNotification(AccountStatusNotificationType notificationType,
Entry userEntry,
LocalizableMessage message,
Map<AccountStatusNotificationProperty,List<String>> notificationProperties)
Generates an account status notification for this user.
|
PluginResult.PostDisconnect |
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.
|
static void |
DirectoryServer.sendAlertNotification(AlertGenerator generator,
Severity severity,
String alertType,
LocalizableMessage alertMessage)
Sends an alert notification with the provided information.
|
static void |
DirectoryServer.sendAlertNotification(AlertGenerator generator,
String alertType,
LocalizableMessage alertMessage)
Sends an alert notification with the provided information.
|
void |
BindOperation.setAuthFailureReason(LocalizableMessage message)
Specifies the reason that the authentication failed.
|
static void |
DirectoryServer.shutDown(String className,
LocalizableMessage reason)
Initiates the Directory Server shutdown process.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PasswordPolicyFactory.isConfigurationAcceptable(PasswordPolicyCfg 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 |
GroupManager.isConfigurationAddAcceptable(GroupImplementationCfg 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 configuration,
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 |
EntryCacheConfigManager.isConfigurationChangeAcceptable(EntryCacheCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
ExtendedOperationConfigManager.isConfigurationChangeAcceptable(ExtendedOperationHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
CoreConfigManager.isConfigurationChangeAcceptable(GlobalCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
GroupManager.isConfigurationChangeAcceptable(GroupImplementationCfg 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 |
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 |
GroupManager.isConfigurationDeleteAcceptable(GroupImplementationCfg 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) |
Modifier and Type | Method and Description |
---|---|
boolean |
CryptoManagerImpl.isConfigurationChangeAcceptable(CryptoManagerCfg cfg,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
boolean |
ServiceDiscoveryMechanism.isConfigurationAcceptable(C configuration,
List<LocalizableMessage> unacceptableReasons,
ServerContext serverContext)
Returns whether the provided configuration is correct for the mechanism.
|
boolean |
ReplicationServiceDiscoveryMechanism.isConfigurationAcceptable(ReplicationServiceDiscoveryMechanismCfg configuration,
List<LocalizableMessage> unacceptableReasons,
ServerContext serverContext) |
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) |
Modifier and Type | Method and Description |
---|---|
static LocalizableMessage |
GSSAPISASLMechanismHandler.getGSSExceptionMessage(GSSException gex)
Get the underlying GSSException messages that really tell what the problem is.
|
Modifier and Type | Method and Description |
---|---|
List<LocalizableMessage> |
EntryCacheCommon.ConfigErrorHandler.getErrorMessages()
Get the current error messages.
|
List<LocalizableMessage> |
EntryCacheCommon.ConfigErrorHandler.getUnacceptableReasons()
Get the current unacceptable reasons.
|
Modifier and Type | Method and Description |
---|---|
void |
TraditionalWorkQueue.finalizeWorkQueue(LocalizableMessage reason) |
void |
DiskSpaceMonitor.processServerShutdown(LocalizableMessage reason) |
void |
EntryCacheCommon.ConfigErrorHandler.reportError(LocalizableMessage error,
boolean isAcceptable,
ResultCode resultCode)
Report an error.
|
void |
SMTPAlertHandler.sendAlertNotification(AlertGenerator generator,
String alertType,
LocalizableMessage alertMessage) |
void |
JMXAlertHandler.sendAlertNotification(AlertGenerator generator,
String alertType,
LocalizableMessage alertMessage) |
Constructor and Description |
---|
ConfigErrorHandler(EntryCacheCommon.ConfigPhase configPhase,
List<LocalizableMessage> unacceptableReasons,
List<LocalizableMessage> errorMessages)
Create an error handler.
|
ConfigErrorHandler(EntryCacheCommon.ConfigPhase configPhase,
List<LocalizableMessage> unacceptableReasons,
List<LocalizableMessage> errorMessages)
Create an error handler.
|
Modifier and Type | Method and Description |
---|---|
void |
ThreadFilterTextErrorLogPublisher.log(String category,
Severity severity,
LocalizableMessage message,
Throwable exception) |
void |
TextErrorLogPublisher.log(String source,
Severity severity,
LocalizableMessage message,
Throwable exception) |
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 |
TextAccessLogPublisher.logDisconnect(ClientConnection clientConnection,
DisconnectReason disconnectReason,
LocalizableMessage message) |
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
LogPublisher.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for this log publisher.
|
boolean |
HTTPAccessLogPublisher.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
ErrorLogPublisher.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
DebugLogPublisher.isConfigurationAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
AccessLogPublisher.isConfigurationAcceptable(T 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 |
TraceSettings.isConfigurationChangeAcceptable(DebugTargetCfg 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 |
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 |
TimeLimitRotationPolicy.isConfigurationChangeAcceptable(TimeLimitLogRotationPolicyCfg config,
List<LocalizableMessage> unacceptableReasons) |
boolean |
AbstractLogger.isConfigurationDeleteAcceptable(C config,
List<LocalizableMessage> unacceptableReasons) |
boolean |
TextDebugLogPublisher.isConfigurationDeleteAcceptable(DebugTargetCfg config,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
List<LocalizableMessage> |
HealthStatus.getAliveErrors()
Returns the list of serious errors.
|
List<LocalizableMessage> |
HealthStatus.getHealthyErrors()
Returns the list of transient errors.
|
Modifier and Type | Method and Description |
---|---|
static HealthStatus |
HealthStatus.notAlive(LocalizableMessage error)
Returns a NOT_ALIVE
HealthStatus . |
static HealthStatus |
HealthStatus.notHealthy(LocalizableMessage error)
Returns a NOT_HEALTHY
HealthStatus . |
Modifier and Type | Method and Description |
---|---|
static HealthStatus |
HealthStatus.notAlive(List<LocalizableMessage> errors)
Returns a NOT_ALIVE
HealthStatus . |
static HealthStatus |
HealthStatus.notHealthy(List<LocalizableMessage> errors)
Returns a NOT_HEALTHY
HealthStatus . |
Modifier and Type | Method and Description |
---|---|
void |
GraphiteMonitorReporterPlugin.doShutdown(LocalizableMessage reason) |
void |
ReferentialIntegrityPlugin.processServerShutdown(LocalizableMessage reason)
Process a server shutdown.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProfilerPlugin.isConfigurationAcceptable(ProfilerPluginCfg config,
List<LocalizableMessage> unacceptableReasons) |
boolean |
ProfilerPlugin.isConfigurationChangeAcceptable(ProfilerPluginCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
boolean |
LDIFConnectionHandler.isConfigurationAcceptable(LdifConnectionHandlerCfg config,
List<LocalizableMessage> unacceptableReasons) |
boolean |
LDIFConnectionHandler.isConfigurationChangeAcceptable(LdifConnectionHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Constructor and Description |
---|
GSERException(LocalizableMessage message)
Creates a new GSER exception with the provided message.
|
GSERException(LocalizableMessage message,
Throwable cause)
Creates a new GSER exception with the provided message and root cause.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
LocalizedHttpApplicationException.getMessageObject() |
Modifier and Type | Method and Description |
---|---|
boolean |
HTTPConnectionHandler.isConfigurationAcceptable(HttpConnectionHandlerCfg config,
List<LocalizableMessage> unacceptableReasons) |
boolean |
HTTPConnectionHandler.isConfigurationChangeAcceptable(HttpConnectionHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
PrometheusEndpoint.isConfigurationValid(List<LocalizableMessage> unacceptableReasons) |
boolean |
CrestMetricsEndpoint.isConfigurationValid(List<LocalizableMessage> unacceptableReasons) |
Constructor and Description |
---|
LocalizedHttpApplicationException(LocalizableMessage message)
Creates a new localized http application exception with the provided message.
|
LocalizedHttpApplicationException(LocalizableMessage message,
Throwable cause)
Creates a new localized http application exception with the provided message and cause.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
boolean |
JmxConnectionHandler.isConfigurationAcceptable(JmxConnectionHandlerCfg config,
List<LocalizableMessage> unacceptableReasons) |
boolean |
JmxConnectionHandler.isConfigurationChangeAcceptable(JmxConnectionHandlerCfg config,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
void |
LdapClientConnection.disconnect(DisconnectReason disconnectReason,
boolean sendNotification,
LocalizableMessage message) |
void |
LDAPConnectionHandler.processServerShutdown(LocalizableMessage reason) |
Modifier and Type | Method and Description |
---|---|
boolean |
LDAPConnectionHandler.isConfigurationAcceptable(LdapConnectionHandlerCfg config,
List<LocalizableMessage> unacceptableReasons) |
boolean |
LDAPConnectionHandler.isConfigurationChangeAcceptable(LdapConnectionHandlerCfg config,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
void |
LDAPReplicationDomain.processServerShutdown(LocalizableMessage reason) |
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
ErrorMsg.getDetails()
Get the details from this message.
|
Constructor and Description |
---|
ErrorMsg(ReplicaId destination,
LocalizableMessage details)
Creates an ErrorMsg.
|
ErrorMsg(ServerId<?> sender,
ReplicaId destination,
LocalizableMessage details)
Creates an ErrorMsg providing the destination server.
|
Modifier and Type | Method and 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) |
Constructor and Description |
---|
AbortedChangelogCursorException(LocalizableMessage message)
Creates a new exception with the provided message.
|
AbortedChangelogCursorException(LocalizableMessage message,
Throwable cause)
Creates a new exception with the provided message and cause.
|
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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
boolean |
SNMPConnectionHandler.isConfigurationChangeAcceptable(SnmpConnectionHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
void |
RestoreTask.interruptTask(TaskState interruptState,
LocalizableMessage interruptReason) |
void |
ImportTask.interruptTask(TaskState interruptState,
LocalizableMessage interruptReason) |
void |
ExportTask.interruptTask(TaskState interruptState,
LocalizableMessage interruptReason) |
void |
BackupTask.interruptTask(TaskState interruptState,
LocalizableMessage interruptReason) |
Constructor and Description |
---|
RestartTaskThread(LocalizableMessage shutdownMessage)
Creates a new instance of this shutdown task thread with the provided message.
|
ShutdownTaskThread(LocalizableMessage shutdownMessage)
Creates a new instance of this shutdown task thread with the provided message.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
ReplicationCliReturnCode.getMessage()
Get the corresponding message.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
TaskClientException(LocalizableMessage message)
Constructs a parameterized instance.
|
TaskClientException(LocalizableMessage message,
Throwable cause)
Constructs a parameterized instance.
|
TaskTool(OutputStream out,
OutputStream err,
String className,
LocalizableMessage toolDescription,
boolean canInitializeServer)
Creates a new task tool instance with provided standard and error out streams.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
CancelRequest.getCancelReason()
Deprecated.
Retrieves a message that explains the purpose for this cancellation.
|
LocalizableMessage |
DisconnectReason.getClosureMessage()
Retrieves the human-readable disconnect reason.
|
LocalizableMessage |
SynchronizationProviderResult.ContinueProcessing.getErrorMessage() |
LocalizableMessage |
SynchronizationProviderResult.StopProcessing.getErrorMessage() |
LocalizableMessage |
MembershipException.getErrorMessage()
Retrieves the error message for this membership exception.
|
LocalizableMessage |
AccountStatusNotification.getMessage()
Retrieves a message that provides additional information for this account status notification.
|
LocalizableMessage |
OpenDsException.getMessageObject()
Returns the message that explains the problem that occurred.
|
LocalizableMessage |
CancelResult.getResponseMessage()
Deprecated.
Retrieves the human-readable response that the server provided for the result of the cancellation.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected static LdapException |
Operation.createLdapException(Operation operation,
Entry entry,
Dn entryDN,
ResultCode resultCode,
LocalizableMessage message,
ResultCode altResultCode,
LocalizableMessage altMessage)
Returns a new
LdapException built from the provided resultCodes and messages. |
void |
Operation.disconnectClient(DisconnectReason disconnectReason,
boolean sendNotification,
LocalizableMessage message) |
protected static void |
Operation.setResultCodeAndMessageNoInfoDisclosure(Operation operation,
Entry entry,
Dn entryDN,
ResultCode resultCode,
LocalizableMessage message,
ResultCode altResultCode,
LocalizableMessage altMessage)
Sets the provided resultCodes and messages on the provided operation.
|
Constructor and 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.
|
IdentifiedException(LocalizableMessage message)
Creates a new identified exception with the provided information.
|
IdentifiedException(LocalizableMessage message,
Throwable cause)
Creates a new identified exception with the provided information.
|
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.
|
MembershipException(LocalizableMessage errorMessage,
boolean continueIterating)
Creates a new membership exception with the provided information.
|
MembershipException(LocalizableMessage errorMessage,
boolean continueIterating,
Throwable cause)
Creates a new membership exception with the provided information.
|
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.
|
StopProcessing(ResultCode resultCode,
LocalizableMessage errorMessage)
Construct a new stop processing synchronization provider result.
|
StopProcessing(ResultCode resultCode,
LocalizableMessage errorMessage,
Dn matchedDN,
List<String> referralURLs)
Construct a new stop processing synchronization provider result.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
PostResponseBindOperation.getAuthFailureReason()
Retrieves a human-readable message providing the reason that the authentication failed, if available.
|
LocalizableMessage |
PostOperationBindOperation.getAuthFailureReason()
Retrieves a human-readable message providing the reason that the authentication failed, if available.
|
Modifier and Type | Method and Description |
---|---|
void |
PreParseOperation.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 |
PostOperationOperation.appendErrorMessage(LocalizableMessage message)
Appends the provided message to the error message buffer.
|
void |
InProgressOperation.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 |
PreParseBindOperation.setAuthFailureReason(LocalizableMessage reason)
Specifies the reason that the authentication failed.
|
void |
PreOperationBindOperation.setAuthFailureReason(LocalizableMessage reason)
Specifies the reason that the authentication failed.
|
void |
PostOperationBindOperation.setAuthFailureReason(LocalizableMessage reason)
Specifies the reason that the authentication failed.
|
Modifier and Type | Method and Description |
---|---|
static LocalizableMessage |
StaticUtils.getExceptionMessage(Throwable t)
Retrieves the best human-readable message for the provided exception.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
StaticUtils.hasDescriptor(LocalizableMessage msg,
LocalizableMessageDescriptor.Arg1<?> desc)
Test if the provided message corresponds to the provided descriptor.
|
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 e,
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.
|
static void |
EmbeddedUtils.restartServer(String className,
LocalizableMessage reason,
DirectoryEnvironmentConfig config)
Deprecated.
Use
EmbeddedDirectoryServer class instead |
void |
EMailMessage.setBody(LocalizableMessage body)
Specifies the body for this message.
|
static void |
EmbeddedUtils.stopServer(String className,
LocalizableMessage reason)
Deprecated.
Use
EmbeddedDirectoryServer class instead |
void |
LDIFWriter.writeComment(LocalizableMessage comment,
int wrapColumn)
Writes the provided comment to the LDIF file, optionally wrapping near the specified column.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
StaticUtils.validatePatterns(Collection<String> blackListRegExps,
Collection<String> whiteListRegExps,
Collection<LocalizableMessage> unacceptableReasons)
Returns whether all the provided black and white list strings are valid regular expression patterns by using
Pattern.compile(String) . |
Constructor and Description |
---|
LDIFException(LocalizableMessage message)
Creates a new LDIF exception with the provided information.
|
LDIFException(LocalizableMessage message,
Number lineNumber,
boolean canContinueReading)
Creates a new LDIF exception with the provided information.
|
LDIFException(LocalizableMessage message,
Number lineNumber,
boolean canContinueReading,
Throwable cause)
Creates a new configuration exception with the provided message and underlying cause.
|
LDIFException(LocalizableMessage message,
Throwable cause)
Creates a new LDIF exception with the provided information.
|
Copyright 2010-2022 ForgeRock AS.