Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abandon() - Method in class org.forgerock.opendj.ldap.RequestHandle
Returns a Completable which, once subscribed, will attempt to abandon the operation.
ABANDON - Enum constant in enum class org.forgerock.opendj.ldap.messages.Request.RequestType
Abandon request type.
ABANDON - Enum constant in enum class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn.LogRecordType
Abandon operations
abandonAsync(AbandonRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Abandons the unfinished operation identified in the provided abandon request.
abandonAsync(AbandonRequest) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
Abandon operations are not supported because operations are performed synchronously and the ID of the request to be abandoned cannot be determined.
abandonAsync(AbandonRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Abandons the unfinished operation identified in the provided abandon request.
AbandonOperation - Class in org.opends.server.core
This class defines an operation that may be used to abandon an operation that may already be in progress in the Directory Server.
AbandonOperation(RequestContext, LocalBackend<?>, AbandonRequest, Consumer<ResponseStream>) - Constructor for class org.opends.server.core.AbandonOperation
Creates a new abandon operation.
AbandonRequest - Class in org.forgerock.opendj.ldap.messages
The Abandon operation allows a client to request that the server abandon an uncompleted operation.
abort() - Method in class org.opends.server.core.PersistentSearch
Server side abort of this persistent search operation.
AbortedChangelogCursorException - Exception in org.opends.server.replication.server.changelog.api
This exception is thrown when a cursor that has been aborted is used.
AbortedChangelogCursorException.ClearedChangelogCursorException - Exception in org.opends.server.replication.server.changelog.api
This exception is thrown when the Log on which a cursor is operating has been closed (shutdown) OR cleared (reset generation-id).
AbortedChangelogCursorException.PurgedChangelogCursorException - Exception in org.opends.server.replication.server.changelog.api
This exception is thrown when a cursor is operating on a log file which has been purged because it's too old in regard of the configured "purge delay".
AbsoluteInheritedDefaultBehaviorProvider<T> - Class in org.forgerock.opendj.config
A default behavior provider which retrieves default values from a managed object in an absolute location.
AbsoluteInheritedDefaultBehaviorProvider(String, String) - Constructor for class org.forgerock.opendj.config.AbsoluteInheritedDefaultBehaviorProvider
Create an absolute inherited default behavior provider associated with the managed object at the specified absolute location.
ABSTRACT - Enum constant in enum class org.forgerock.opendj.ldap.schema.ObjectClassType
The objectclass type that to use for classes declared "abstract".
ABSTRACT_TYPE_INFORMATION - Enum constant in enum class org.forgerock.opendj.config.DefinitionDecodingException.Reason
The managed object could be found but its type resolved to an abstract managed object definition.
AbstractAsynchronousConnection - Class in org.forgerock.json.resource
An abstract connection whose synchronous methods are implemented in terms of asynchronous methods.
AbstractAsynchronousConnection - Class in org.forgerock.opendj.ldap
An abstract connection whose synchronous methods are implemented in terms of asynchronous methods.
AbstractAsynchronousConnection() - Constructor for class org.forgerock.json.resource.AbstractAsynchronousConnection
Creates a new abstract asynchronous connection.
AbstractAsynchronousConnection() - Constructor for class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
Creates a new abstract asynchronous connection.
AbstractAttribute - Class in org.forgerock.opendj.ldap
This class provides a skeletal implementation of the Attribute interface, to minimize the effort required to implement this interface.
AbstractAttribute() - Constructor for class org.forgerock.opendj.ldap.AbstractAttribute
Sole constructor.
AbstractBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Constructor for class org.forgerock.opendj.config.PropertyDefinition.AbstractBuilder
Create a property definition builder.
AbstractBuilder(AbstractManagedObjectDefinition<?, ?>, String, AbstractManagedObjectDefinition<C, S>) - Constructor for class org.forgerock.opendj.config.RelationDefinition.AbstractBuilder
Create a property definition builder.
AbstractConnection - Class in org.forgerock.opendj.ldap
This class provides a skeletal implementation of the Connection interface, to minimize the effort required to implement this interface.
AbstractConnection() - Constructor for class org.forgerock.opendj.ldap.AbstractConnection
Creates a new abstract connection.
AbstractConnectionWrapper<C extends Connection> - Class in org.forgerock.json.resource
An abstract base class from which connection wrappers may be easily implemented.
AbstractConnectionWrapper<C extends Connection> - Class in org.forgerock.opendj.ldap
An abstract base class from which connection wrappers may be easily implemented.
AbstractConnectionWrapper(C) - Constructor for class org.forgerock.json.resource.AbstractConnectionWrapper
Creates a new connection wrapper.
AbstractConnectionWrapper(C) - Constructor for class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Creates a new connection wrapper.
AbstractContext - Class in org.forgerock.opendj.server.core
A base implementation of the Context interface for OpenDJ.
AbstractEntry - Class in org.forgerock.opendj.ldap
This class provides a skeletal implementation of the Entry interface, to minimize the effort required to implement this interface.
AbstractEntry() - Constructor for class org.forgerock.opendj.ldap.AbstractEntry
Default constructor.
AbstractExtendedRequest<ER extends ExtendedRequest<S>,S extends ExtendedResult> - Class in org.forgerock.opendj.ldap.messages
An abstract Extended request which can be used as the basis for implementing new Extended operations.
AbstractExtendedRequest() - Constructor for class org.forgerock.opendj.ldap.messages.AbstractExtendedRequest
Creates a new abstract extended request.
AbstractExtendedRequest(ExtendedRequest<S>) - Constructor for class org.forgerock.opendj.ldap.messages.AbstractExtendedRequest
Creates a new extended request that is an exact copy of the provided request.
AbstractExtendedResult<S extends ExtendedResult> - Class in org.forgerock.opendj.ldap.messages
An abstract Extended result which can be used as the basis for implementing new Extended operations.
AbstractExtendedResult(ExtendedResult) - Constructor for class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
Creates a new extended result that is an exact copy of the provided result.
AbstractExtendedResult(ResultCode) - Constructor for class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
Creates a new extended result using the provided result code.
AbstractExtendedResultDecoder<S extends ExtendedResult> - Class in org.forgerock.opendj.ldap.messages
This class provides a skeletal implementation of the ExtendedResultDecoder interface, to minimize the effort required to implement this interface.
AbstractExtendedResultDecoder() - Constructor for class org.forgerock.opendj.ldap.messages.AbstractExtendedResultDecoder
Creates a new abstract extended result decoder.
AbstractIntermediateResponse<S extends IntermediateResponse> - Class in org.forgerock.opendj.ldap.messages
An abstract Intermediate response which can be used as the basis for implementing new Intermediate responses.
AbstractIntermediateResponse() - Constructor for class org.forgerock.opendj.ldap.messages.AbstractIntermediateResponse
Creates a new intermediate response.
AbstractIntermediateResponse(IntermediateResponse) - Constructor for class org.forgerock.opendj.ldap.messages.AbstractIntermediateResponse
Creates a new intermediate response that is an exact copy of the provided response.
AbstractLogger<P extends LogPublisher<C>,C extends LogPublisherCfg> - Class in org.opends.server.loggers
This class defines the wrapper that will invoke all registered loggers for each type of request received or response sent.
AbstractManagedObject<T extends ConfigurationClient> - Class in org.forgerock.opendj.config.client.spi
An abstract managed object implementation.
AbstractManagedObject(ManagedObjectDefinition<T, ? extends Configuration>, ManagedObjectPath<T, ? extends Configuration>, PropertySet, boolean, PropertyDefinition<?>) - Constructor for class org.forgerock.opendj.config.client.spi.AbstractManagedObject
Creates a new abstract managed object.
AbstractManagedObjectDefinition<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
Defines the structure of an abstract managed object.
AbstractManagedObjectDefinition(String, AbstractManagedObjectDefinition<? super C, ? super S>) - Constructor for class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Create a new abstract managed object definition.
AbstractMapEntry<M extends Map<AttributeDescription,Attribute>> - Class in org.forgerock.opendj.ldap
Abstract implementation for Map based entries.
AbstractMapEntry(Dn, M) - Constructor for class org.forgerock.opendj.ldap.AbstractMapEntry
Creates an empty entry using the provided distinguished name and Map.
AbstractMeterRegistry - Class in org.forgerock.monitoring.dropwizard
Creates and manages your application's set of meters.
AbstractMeterRegistry(Clock) - Constructor for class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry
Creates an abstract meter registry.
AbstractMeterRegistry.ConfigImpl - Class in org.forgerock.monitoring.dropwizard
Access to configuration options for this registry.
AbstractOrderingMatchingRuleImpl - Class in org.forgerock.opendj.ldap.schema
This class implements a default ordering matching rule that matches normalized values in byte order.
AbstractOrderingMatchingRuleImpl(String) - Constructor for class org.forgerock.opendj.ldap.schema.AbstractOrderingMatchingRuleImpl
Creates an instance of the ordering matching rule.
AbstractRequestHandler - Class in org.forgerock.json.resource
Deprecated.
RequestHandler now has default methods which implement the not-supported behavior. This class is here for transition from pre-JDK8 impelementations.
AbstractRequestHandler() - Constructor for class org.forgerock.json.resource.AbstractRequestHandler
Deprecated.
Creates a new abstract request handler.
AbstractRequestVisitor<R,P,E extends Exception> - Class in org.forgerock.opendj.ldap.messages
Abstract class that implements the RequestVisitor interface.
AbstractRequestVisitor() - Constructor for class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
AbstractResourceReferencePropertyMapper<T extends AbstractResourceReferencePropertyMapper<T>> - Class in org.forgerock.opendj.rest2ldap
Abstract class for property mappers mapping a DN (or DN and JSON) LDAP attribute to a JSON object.
AbstractReverseResourceReferencePropertyMapper<T extends AbstractReverseResourceReferencePropertyMapper<T>> - Class in org.forgerock.opendj.rest2ldap
A property mapper which provides a mapping from a JSON value to a DN valued LDAP attribute in another resource.
AbstractReverseResourceReferencePropertyMapper() - Constructor for class org.forgerock.opendj.rest2ldap.AbstractReverseResourceReferencePropertyMapper
 
AbstractSynchronousConnection - Class in org.forgerock.opendj.ldap
An abstract connection whose asynchronous methods are implemented in terms of synchronous methods.
AbstractSynchronousConnection() - Constructor for class org.forgerock.opendj.ldap.AbstractSynchronousConnection
Creates a new abstract synchronous connection.
accept() - Static method in interface org.forgerock.monitoring.api.instrument.config.MeterFilter
Include a meter in published metrics.
accept() - Method in interface org.forgerock.opendj.io.RxServerSocket
Returns a "cold" Single which will accept the next client connection each time it is subscribed.
accept(File, String) - Method in class org.forgerock.audit.retention.TimestampFilenameFilter
Matches the name of a file to the FilenameFilter.
accept(Predicate<Meter.Id>) - Static method in interface org.forgerock.monitoring.api.instrument.config.MeterFilter
When the given predicate is true, the meter should be present in published metrics.
accept(TemplateVisitor<T, C>, C) - Method in class org.forgerock.config.resolvers.template.Template
Apply an operation (the visitor) to this template.
accept(RequestVisitor<R, P>, P) - Method in interface org.forgerock.json.resource.ActionRequest
 
accept(RequestVisitor<R, P>, P) - Method in interface org.forgerock.json.resource.CreateRequest
 
accept(RequestVisitor<R, P>, P) - Method in interface org.forgerock.json.resource.DeleteRequest
 
accept(RequestVisitor<R, P>, P) - Method in interface org.forgerock.json.resource.PatchRequest
 
accept(RequestVisitor<R, P>, P) - Method in interface org.forgerock.json.resource.QueryRequest
 
accept(RequestVisitor<R, P>, P) - Method in interface org.forgerock.json.resource.ReadRequest
 
accept(RequestVisitor<R, P>, P) - Method in interface org.forgerock.json.resource.Request
Applies a RequestVisitor to this Request.
accept(RequestVisitor<R, P>, P) - Method in interface org.forgerock.json.resource.UpdateRequest
 
accept(Meter.Id) - Method in interface org.forgerock.monitoring.api.instrument.config.MeterFilter
 
accept(DefaultBehaviorProviderVisitor<T, R, P>, P) - Method in class org.forgerock.opendj.config.AbsoluteInheritedDefaultBehaviorProvider
 
accept(DefaultBehaviorProviderVisitor<T, R, P>, P) - Method in class org.forgerock.opendj.config.AliasDefaultBehaviorProvider
 
accept(DefaultBehaviorProviderVisitor<T, R, P>, P) - Method in class org.forgerock.opendj.config.DefaultBehaviorProvider
Apply a visitor to this default behavior provider.
accept(DefaultBehaviorProviderVisitor<T, R, P>, P) - Method in class org.forgerock.opendj.config.DefinedDefaultBehaviorProvider
 
accept(DefaultBehaviorProviderVisitor<T, R, P>, P) - Method in class org.forgerock.opendj.config.RelativeInheritedDefaultBehaviorProvider
 
accept(DefaultBehaviorProviderVisitor<T, R, P>, P) - Method in class org.forgerock.opendj.config.UndefinedDefaultBehaviorProvider
 
accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.AciPropertyDefinition
 
accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
 
accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.AttributeTypePropertyDefinition
 
accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.BooleanPropertyDefinition
 
accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.ClassPropertyDefinition
 
accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.DnPropertyDefinition
 
accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.DurationPropertyDefinition
 
accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.EnumPropertyDefinition
 
accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.HostPortPropertyDefinition
 
accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.HostPropertyDefinition
 
accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.IntegerPropertyDefinition
 
accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.IpAddressMaskPropertyDefinition
 
accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.PropertyDefinition
Apply a visitor to this property definition.
accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.SizePropertyDefinition
 
accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.StringPropertyDefinition
 
accept(PropertyValueVisitor<R, P>, ValueOrExpression<Host>, P) - Method in class org.forgerock.opendj.config.HostPropertyDefinition
 
accept(PropertyValueVisitor<R, P>, ValueOrExpression<HostPort>, P) - Method in class org.forgerock.opendj.config.HostPortPropertyDefinition
 
accept(PropertyValueVisitor<R, P>, ValueOrExpression<E>, P) - Method in class org.forgerock.opendj.config.EnumPropertyDefinition
 
accept(PropertyValueVisitor<R, P>, ValueOrExpression<Boolean>, P) - Method in class org.forgerock.opendj.config.BooleanPropertyDefinition
 
accept(PropertyValueVisitor<R, P>, ValueOrExpression<Integer>, P) - Method in class org.forgerock.opendj.config.IntegerPropertyDefinition
 
accept(PropertyValueVisitor<R, P>, ValueOrExpression<Long>, P) - Method in class org.forgerock.opendj.config.DurationPropertyDefinition
 
accept(PropertyValueVisitor<R, P>, ValueOrExpression<Long>, P) - Method in class org.forgerock.opendj.config.SizePropertyDefinition
 
accept(PropertyValueVisitor<R, P>, ValueOrExpression<String>, P) - Method in class org.forgerock.opendj.config.AciPropertyDefinition
 
accept(PropertyValueVisitor<R, P>, ValueOrExpression<String>, P) - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
 
accept(PropertyValueVisitor<R, P>, ValueOrExpression<String>, P) - Method in class org.forgerock.opendj.config.ClassPropertyDefinition
 
accept(PropertyValueVisitor<R, P>, ValueOrExpression<String>, P) - Method in class org.forgerock.opendj.config.StringPropertyDefinition
 
accept(PropertyValueVisitor<R, P>, ValueOrExpression<AddressMask>, P) - Method in class org.forgerock.opendj.config.IpAddressMaskPropertyDefinition
 
accept(PropertyValueVisitor<R, P>, ValueOrExpression<Dn>, P) - Method in class org.forgerock.opendj.config.DnPropertyDefinition
 
accept(PropertyValueVisitor<R, P>, ValueOrExpression<AttributeType>, P) - Method in class org.forgerock.opendj.config.AttributeTypePropertyDefinition
 
accept(PropertyValueVisitor<R, P>, ValueOrExpression<T>, P) - Method in class org.forgerock.opendj.config.PropertyDefinition
Apply a visitor to a property value associated with this property definition.
accept(RelationDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.InstantiableRelationDefinition
 
accept(RelationDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.OptionalRelationDefinition
 
accept(RelationDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.RelationDefinition
Apply a visitor to this relation definition.
accept(RelationDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.SetRelationDefinition
 
accept(RelationDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.SingletonRelationDefinition
 
accept(RequestVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.ldap.messages.AbandonRequest
 
accept(RequestVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedRequest
 
accept(RequestVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
accept(RequestVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.ldap.messages.BindRequest
 
accept(RequestVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.ldap.messages.CompareRequest
 
accept(RequestVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.ldap.messages.DeleteRequest
 
accept(RequestVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
 
accept(RequestVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.ldap.messages.ModifyDnRequest
 
accept(RequestVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.ldap.messages.ModifyRequest
 
accept(RequestVisitor<R, P, E>, P) - Method in interface org.forgerock.opendj.ldap.messages.Request
Applies a RequestVisitor to this Request.
accept(RequestVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
 
accept(RequestVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.ldap.messages.UnbindRequest
 
accept(RequestVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.ldap.messages.UnknownRequest
 
accept(Profile.ParameterVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.setup.model.Profile.DnParameter
 
accept(Profile.ParameterVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.setup.model.Profile.DomainParameter
 
accept(Profile.ParameterVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.setup.model.Profile.EnumParameter
 
accept(Profile.ParameterVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.setup.model.Profile.HostPortParameter
 
accept(Profile.ParameterVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.setup.model.Profile.NumberParameter
 
accept(Profile.ParameterVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.setup.model.Profile.PasswordParameter
 
accept(Profile.ParameterVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.setup.model.Profile.PathParameter
 
accept(Profile.ParameterVisitor<R, P, E>, P) - Method in class org.forgerock.opendj.setup.model.Profile.StringParameter
 
accept(Profile.ParameterVisitor<R, P2, E>, P2) - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
accept(QueryFilterVisitor<R, P, F>, P) - Method in class org.forgerock.util.query.QueryFilter
Applies a QueryFilterVisitor to this QueryFilter.
accept(UpdateMsgVisitor<E>) - Method in class org.opends.server.replication.protocol.AddMsg
 
accept(UpdateMsgVisitor<E>) - Method in class org.opends.server.replication.protocol.DeleteMsg
 
accept(UpdateMsgVisitor<E>) - Method in class org.opends.server.replication.protocol.ModifyDNMsg
 
accept(UpdateMsgVisitor<E>) - Method in class org.opends.server.replication.protocol.ModifyMsg
 
accept(UpdateMsgVisitor<E>) - Method in class org.opends.server.replication.protocol.ReplicaOfflineMsg
 
accept(UpdateMsgVisitor<E>) - Method in class org.opends.server.replication.protocol.UpdateMsg
Applies an UpdateMsgVisitor to this UpdateMsg.
accept(T) - Method in interface org.forgerock.util.Consumer
Consume the value.
ACCEPT - Enum constant in enum class org.forgerock.monitoring.api.instrument.config.MeterFilterReply
 
ACCEPT - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.InvalidAttributeSyntaxBehavior
The directory server silently accepts attribute values that are invalid according to their associated syntax.
ACCEPT - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.SingleStructuralObjectclassBehavior
The directory server silently accepts entries that do not contain exactly one structural object class.
ACCEPT - Enum constant in enum class org.opends.server.types.AcceptRejectWarn
Indicates that elements meeting the associated criteria should be accepted.
ACCEPT_ALL_UPDATES - Enum constant in enum class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn.IsolationPolicy
The server accepts updates even when it cannot send them to any Replication Server.
ACCEPTED_CLIENT_VALIDATOR - Static variable in class org.forgerock.opendj.ldap.LdapServer
A consumer which is invoked immediately after a new connection has been accepted in order to determine whether the connection should be accepted or not, in which case it will be closed immediately.
ACCEPTED_LICENSE_FILE_NAME - Static variable in class org.forgerock.opendj.setup.model.Installation
The accepted license file name.
AcceptRejectWarn - Enum Class in org.opends.server.types
This class implements an enumeration that may be used for configuration items that may have three possible values: accept, reject, or warn.
AccessAuditEventBuilder<T extends AccessAuditEventBuilder<T>> - Class in org.forgerock.audit.events
Builder for audit access events.
AccessAuditEventBuilder() - Constructor for class org.forgerock.audit.events.AccessAuditEventBuilder
 
AccessAuditEventBuilder.ResponseStatus - Enum Class in org.forgerock.audit.events
The status of the access request.
AccessControlConfigManager - Class in org.opends.server.core
This class manages the application-wide access-control configuration.
AccessControlHandler<T extends AccessControlHandlerCfg> - Class in org.opends.server.api
This class defines the set of methods and structures that must be implemented by a Directory Server access control handler.
AccessControlHandler() - Constructor for class org.opends.server.api.AccessControlHandler
 
AccessControlHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Access Control Handler settings.
AccessControlHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Access Control Handler settings.
AccessControlHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Access Control Handler managed object definition meta information.
AccessController - Class in org.opends.server.authorization.policy
Enforces access controls for a single request and its responses.
accessEvent() - Static method in class org.forgerock.audit.events.AccessAuditEventBuilder
Starts to build an audit access event.
AccessLogFilteringCriteriaCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Access Log Filtering Criteria settings.
AccessLogFilteringCriteriaCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Access Log Filtering Criteria settings.
AccessLogFilteringCriteriaCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Access Log Filtering Criteria managed object definition meta information.
AccessLogFilteringCriteriaCfgDefn.LogRecordType - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "log-record-type" property.
AccessLogger - Class in org.opends.server.loggers
This class defines the wrapper that will invoke all registered access loggers for each type of request received or response sent.
AccessLogPublisher<T extends AccessLogPublisherCfg> - Class in org.opends.server.loggers
This class defines the set of methods and structures that must be implemented for a Directory Server access log publisher.
AccessLogPublisher() - Constructor for class org.opends.server.loggers.AccessLogPublisher
 
AccessLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Access Log Publisher settings.
AccessLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Access Log Publisher settings.
AccessLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Access Log Publisher managed object definition meta information.
AccessLogPublisherCfgDefn.FilteringPolicy - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "filtering-policy" property.
AccessMode - Enum Class in org.opends.server.backends.pluggable.spi
Defines access modes of a Storage.
ACCOUNT_DISABLED - Enum constant in enum class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType
Generate a notification whenever a user account has been disabled by an administrator.
ACCOUNT_DISABLED - Enum constant in enum class org.opends.server.types.AccountStatusNotificationType
Indicates that an account status message should be generated whenever a user account has been disabled by an administrator.
ACCOUNT_ENABLED - Enum constant in enum class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType
Generate a notification whenever a user account has been enabled by an administrator.
ACCOUNT_ENABLED - Enum constant in enum class org.opends.server.types.AccountStatusNotificationType
Indicates that an account status message should be generated whenever a user account has been enabled by an administrator.
ACCOUNT_EXPIRED - Enum constant in enum class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType
Generate a notification whenever a user authentication has failed because the account has expired.
ACCOUNT_EXPIRED - Enum constant in enum class org.opends.server.types.AccountStatusNotificationType
Indicates that an account status message should be generated whenever a user authentication has failed because the account has expired.
ACCOUNT_IDLE_LOCKED - Enum constant in enum class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType
Generate a notification whenever a user account has been locked because it was idle for too long.
ACCOUNT_IDLE_LOCKED - Enum constant in enum class org.opends.server.types.AccountStatusNotificationType
Indicates that an account status message should be generated whenever a user account has been locked because it was idle for too long.
ACCOUNT_LOCKED - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Indicates that the user's account has been locked.
ACCOUNT_PERMANENTLY_LOCKED - Enum constant in enum class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType
Generate a notification whenever a user account has been permanently locked after too many failed attempts.
ACCOUNT_PERMANENTLY_LOCKED - Enum constant in enum class org.opends.server.types.AccountStatusNotificationType
Indicates that an account status message should be generated whenever a user account has been permanently locked after too many failed attempts.
ACCOUNT_RESET_LOCKED - Enum constant in enum class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType
Generate a notification whenever a user account has been locked, because the password had been reset by an administrator but not changed by the user within the required interval.
ACCOUNT_RESET_LOCKED - Enum constant in enum class org.opends.server.types.AccountStatusNotificationType
Indicates that an account status message should be generated whenever a user account has been locked because it the password had been reset by an administrator but not changed by the user within the required interval.
ACCOUNT_TEMPORARILY_LOCKED - Enum constant in enum class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType
Generate a notification whenever a user account has been temporarily locked after too many failed attempts.
ACCOUNT_TEMPORARILY_LOCKED - Enum constant in enum class org.opends.server.types.AccountStatusNotificationType
Indicates that an account status message should be generated whenever a user account has been temporarily locked after too many failed attempts.
ACCOUNT_UNLOCK_TIME - Enum constant in enum class org.opends.server.types.AccountStatusNotificationProperty
The property whose value will be a generalized time representation of the time at which the user's account will be unlocked.
ACCOUNT_UNLOCKED - Enum constant in enum class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType
Generate a notification whenever a user account has been unlocked by an administrator.
ACCOUNT_UNLOCKED - Enum constant in enum class org.opends.server.types.AccountStatusNotificationType
Indicates that an account status message should be generated whenever a user account has been unlocked by an administrator.
ACCOUNT_USABILITY - Enum constant in enum class org.forgerock.opendj.rest2ldap.Action
An action that allows a user to view the account usability status.
AccountStatusNotification - Record Class in org.opends.server.types
This class defines a data type for storing information associated with an account status notification.
AccountStatusNotification(AccountStatusNotificationType, Entry, LocalizableMessage, Map<AccountStatusNotificationProperty, List<String>>) - Constructor for record class org.opends.server.types.AccountStatusNotification
Creates a new account status notification object with the provided information.
AccountStatusNotificationHandler<T extends AccountStatusNotificationHandlerCfg> - Class in org.opends.server.api
This class defines the set of methods that must be implemented for an account status notification handler.
AccountStatusNotificationHandler() - Constructor for class org.opends.server.api.AccountStatusNotificationHandler
 
AccountStatusNotificationHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Account Status Notification Handler settings.
AccountStatusNotificationHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Account Status Notification Handler settings.
AccountStatusNotificationHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Account Status Notification Handler managed object definition meta information.
AccountStatusNotificationHandlerConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the set of account status notification handlers defined in the Directory Server.
AccountStatusNotificationHandlerConfigManager(ServerContext) - Constructor for class org.opends.server.core.AccountStatusNotificationHandlerConfigManager
Creates a new instance of this account status notification handler config manager.
AccountStatusNotificationProperty - Enum Class in org.opends.server.types
This class implements an enumeration that holds the possible set of additional properties that can be included in an account status notification.
AccountStatusNotificationType - Enum Class in org.opends.server.types
This class implements an enumeration that holds the possible event types that can trigger an account status notification.
Aci - Class in org.opends.server.authorization.dseecompat
The Aci class represents ACI strings.
AciBody - Class in org.opends.server.authorization.dseecompat
This class represents the body of an ACI.
AciEffectiveRights - Class in org.opends.server.authorization.dseecompat
This class implements the dseecompat geteffectiverights evaluation.
AciEvalContext - Interface in org.opends.server.authorization.dseecompat
Interface that provides a view of the AciContainer that is used by the ACI evaluation code to evaluate an ACI.
AciException - Exception in org.opends.server.authorization.dseecompat
The AciException class defines an exception that may be thrown either during ACI syntax verification of an "aci" attribute type value or during evaluation of an LDAP operation using a set of applicable ACIs.
AciException(Throwable) - Constructor for exception org.opends.server.authorization.dseecompat.AciException
Creates a new ACI exception with the provided message and root cause.
AciException(LocalizableMessage) - Constructor for exception org.opends.server.authorization.dseecompat.AciException
Creates a new ACI exception with the provided message.
AciHandler - Class in org.opends.server.authorization.dseecompat
A DSEE-compatible access control handler.
AciHandler() - Constructor for class org.opends.server.authorization.dseecompat.AciHandler
Creates a new DSEE-compatible access control handler.
AciList - Class in org.opends.server.authorization.dseecompat
The AciList class performs caching of the ACI attribute values using the entry DN as the key.
AciList(Dn) - Constructor for class org.opends.server.authorization.dseecompat.AciList
Constructor to create an ACI list to cache ACI attribute types.
AciListenerManager - Class in org.opends.server.authorization.dseecompat
The AciListenerManager updates an ACI list after each modification operation.
AciListenerManager(AciList, Dn, ServerContext) - Constructor for class org.opends.server.authorization.dseecompat.AciListenerManager
Save the list created by the AciHandler routine.
AciPropertyDefinition - Class in org.forgerock.opendj.config
ACI property definition.
AciPropertyDefinition.Builder - Class in org.forgerock.opendj.config
An interface for incrementally constructing ACI property definitions.
AciTargetMatchContext - Interface in org.opends.server.authorization.dseecompat
The AciTargetMatchContext interface provides a view of an AciContainer that exposes information to be used by the Aci.isApplicable() method to determine if an ACI is applicable (targets matched) to the LDAP operation, operation rights and entry and attributes having access checked on.
AciTargets - Class in org.opends.server.authorization.dseecompat
This class represents target part of an ACI's syntax.
acquireExclusiveLock(String, StringBuilder, DirectoryEnvironmentConfig) - Static method in class org.opends.server.core.LockFileManager
Attempts to acquire an exclusive lock on the specified file.
acquireExclusiveLockForBackend(String, LocalizableMessageDescriptor.Arg2<Object, Object>, DirectoryEnvironmentConfig) - Static method in class org.opends.server.core.LockFileManager
Attempts to acquire an exclusive lock on the specified backend ID.
acquireMemory(long) - Method in class org.opends.server.core.MemoryQuota
Reserves the requested amount of memory in OldGen.
acquireSharedLock(String, StringBuilder, DirectoryEnvironmentConfig) - Static method in class org.opends.server.core.LockFileManager
Attempts to acquire a shared lock on the specified file.
acquireSharedLockForBackend(String, LocalizableMessageDescriptor.Arg2<Object, Object>, DirectoryEnvironmentConfig) - Static method in class org.opends.server.core.LockFileManager
Attempts to acquire an shared lock on the specified backend ID.
action(Context, ActionRequest) - Method in class org.forgerock.json.resource.AbstractAsynchronousConnection
 
action(Context, ActionRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Performs an action against a specific resource, or set of resources.
action(Context, ActionRequest) - Method in interface org.forgerock.json.resource.Connection
Performs an action against a specific resource, or set of resources.
Action - Enum Class in org.forgerock.opendj.rest2ldap
Represents an action that may be performed against a resource.
Action<E extends Exception> - Interface in org.forgerock.util
An Runnable functional interface which can throw a checked Exception.
ACTION - Enum constant in enum class org.forgerock.json.resource.RequestType
An action request.
ACTION_ID_CREATE - Static variable in interface org.forgerock.json.resource.ActionRequest
The name of the action which is reserved for performing "create" operations.
ACTION_ID_CREATE - Static variable in interface org.forgerock.json.resource.CreateRequest
The name of the action which is reserved for performing "create" operations.
ACTION_PARAM_TARGET_HANDLER - Static variable in class org.forgerock.audit.AuditServiceProxy
Parameter that may be used when using an action, to provide the name of the handler to use as a target.
actionAsync(Context, ActionRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Asynchronously performs an action against a specific resource, or set of resources.
actionAsync(Context, ActionRequest) - Method in interface org.forgerock.json.resource.Connection
Asynchronously performs an action against a specific resource, or set of resources.
actionCollection(Context, ActionRequest) - Method in interface org.forgerock.json.resource.CollectionResourceProvider
Performs the provided action against the resource collection.
actionCollection(Context, ActionRequest) - Method in class org.forgerock.json.resource.MemoryBackend
Performs the provided action against the resource collection.
actionInstance(Context, String, ActionRequest) - Method in interface org.forgerock.json.resource.CollectionResourceProvider
Performs the provided action against a resource within the collection.
actionInstance(Context, String, ActionRequest) - Method in class org.forgerock.json.resource.MemoryBackend
Performs the provided action against a resource within the collection.
actionInstance(Context, ActionRequest) - Method in interface org.forgerock.json.resource.SingletonResourceProvider
Performs the provided action against the single resource instance.
ActionRequest - Interface in org.forgerock.json.resource
An implementation specific action, or operation, upon a JSON resource.
ActionResponse - Interface in org.forgerock.json.resource
Response object for JSON responses.
activateBackend(String) - Method in class org.opends.server.core.BackendConfigManager
Loads and registers a configured and enabled backend.
active(SecretsProvider, Purpose<T>, Clock) - Static method in class org.forgerock.secrets.SecretReference
Creates a reference to the active secret for the given purpose using the given secrets provider.
ACTIVE_TASKS - Enum constant in enum class org.forgerock.monitoring.api.instrument.Statistic
Number of currently active tasks for a long task timer.
ActivityAuditEventBuilder<T extends ActivityAuditEventBuilder<T>> - Class in org.forgerock.audit.events
Builder for audit activity events.
ActivityAuditEventBuilder() - Constructor for class org.forgerock.audit.events.ActivityAuditEventBuilder
Creates the builder.
activityEvent() - Static method in class org.forgerock.audit.events.ActivityAuditEventBuilder
Starts to build an audit activity event.
adapt(Throwable) - Static method in class org.forgerock.audit.util.ResourceExceptionsUtil
Adapts a Throwable to a ResourceException.
ADAPTIVE - Enum constant in enum class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn.DbCacheMode
Regularly check the database and cache metrics and set the best cache mode accordingly.
adaptSchemaForValidation(Schema) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns a strict view of the provided schema if this policy is configured to check attributes and object class, or a non-strict view of the schema if not.
add(int, E) - Method in class org.forgerock.util.LazyList
Inserts the specified element at the specified position in this list.
add(int, E) - Method in class org.forgerock.util.ListDecorator
Inserts the specified element at the specified position in this list.
add(int, Object) - Method in class org.forgerock.json.JsonValue
Adds the specified value to the list.
add(E) - Method in class org.forgerock.util.LazyList
Appends the specified element to the end of this list.
add(E) - Method in class org.forgerock.util.ListDecorator
Appends the specified element to the end of this list.
add(Object) - Method in class org.forgerock.json.JsonValue
Adds the specified value to the end of the list.
add(Object...) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
add(Object...) - Method in interface org.forgerock.opendj.ldap.Attribute
Adds all of the provided attribute values to this attribute if they are not already present (optional operation).
add(Object...) - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
add(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
add(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Adds an entry to the Directory Server using the provided lines of LDIF.
add(String...) - Method in interface org.forgerock.opendj.ldap.Connection
Adds an entry to the Directory Server using the provided lines of LDIF.
add(String, Object) - Method in class org.forgerock.json.JsonValue
Adds the specified value.
add(String, Object) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "add" patch operation which will add the provided value(s) to the specified field.
add(String, Object) - Method in class org.opends.server.api.MonitorData
Adds an attribute with the provided name and value.
add(String, Object...) - Static method in class org.forgerock.opendj.ldap.Modification
Returns a new modification for adding an attribute with the provided description and values.
add(JsonPointer, Object) - Method in class org.forgerock.json.JsonValue
Adds the value identified by the specified pointer, relative to this value as root.
add(JsonPointer, Object) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "add" patch operation which will add the provided value(s) to the specified field.
add(ByteString) - Method in interface org.forgerock.opendj.ldap.Attribute
Adds value to this attribute if it is not already present (optional operation).
add(ByteString) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
add(ByteString) - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
add(Entry) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
add(Entry) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Adds the provided entry to the Directory Server.
add(Entry) - Method in interface org.forgerock.opendj.ldap.Connection
Adds the provided entry to the Directory Server.
add(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
add(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Adds an entry to the Directory Server using the provided add request.
add(AddRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Adds an entry to the Directory Server using the provided add request.
add(AddRequest) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Adds an entry to the Directory Server using the provided add request.
add(Marker) - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
 
ADD - Enum constant in enum class org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Indicates that an Add operation triggered the entry change notification.
ADD - Enum constant in enum class org.forgerock.opendj.ldap.messages.Request.RequestType
Add request type.
ADD - Enum constant in enum class org.forgerock.opendj.ldap.ModificationType.Enum
 
ADD - Enum constant in enum class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn.LogRecordType
Add operations
ADD - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumRight
Entry creation, as for an LDAP add operation.
ADD - Enum constant in enum class org.opends.server.replication.plugin.HistAttrModificationKey
The key for attribute value addition.
ADD - Static variable in class org.forgerock.opendj.ldap.ModificationType
Add the values listed in the modification to the attribute, creating the attribute if necessary.
addAccessChangeListener(ConfigurationChangeListener<AccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
Register to be notified when this Access Log Publisher is changed.
addAccessControlHandlerAddListener(ConfigurationAddListener<AccessControlHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when the Access Control Handler is added.
addAccessControlHandlerDeleteListener(ConfigurationDeleteListener<AccessControlHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified the Access Control Handler is deleted.
addAccessLogFilteringCriteriaAddListener(ConfigurationAddListener<AccessLogFilteringCriteriaCfg>) - Method in interface org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
Registers to be notified when new Access Log Filtering Criteria are added.
addAccessLogFilteringCriteriaDeleteListener(ConfigurationDeleteListener<AccessLogFilteringCriteriaCfg>) - Method in interface org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
Registers to be notified when existing Access Log Filtering Criteria are deleted.
addAccountStatusNotificationHandlerAddListener(ConfigurationAddListener<AccountStatusNotificationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Account Status Notification Handlers are added.
addAccountStatusNotificationHandlerDeleteListener(ConfigurationDeleteListener<AccountStatusNotificationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Account Status Notification Handlers are deleted.
addAci(Dn, SortedSet<Aci>) - Method in class org.opends.server.authorization.dseecompat.AciList
Add a set of ACIs to the ACI list.
addAci(Entry, List<LocalizableMessage>, ServerContext) - Method in class org.opends.server.authorization.dseecompat.AciList
Add all of an entry's ACI (global or regular) attribute values to the ACI list.
addAdditionalLogItem(AdditionalLogItem) - Method in class org.forgerock.opendj.server.core.RequestContext
Adds a AdditionalLogItem to the list for logging.
addAdditionalLogItem(AdditionalLogItem) - Method in class org.opends.server.types.Operation
 
addAdditionalLogItem(AdditionalLogItem) - Method in interface org.opends.server.types.operation.InProgressOperation
Adds an additional log item to this operation, which should be written to the log but not included in the response to the client.
addAdditionalLogItem(AdditionalLogItem) - Method in interface org.opends.server.types.operation.PostOperationOperation
Adds an additional log item to this operation, which should be written to the log but not included in the response to the client.
addAdditionalLogItem(AdditionalLogItem) - Method in interface org.opends.server.types.operation.PreOperationOperation
Adds an additional log item to this operation, which should be written to the log but not included in the response to the client.
addAdditionalLogItem(AdditionalLogItem) - Method in interface org.opends.server.types.operation.PreParseOperation
Adds an additional log item to this operation, which should be written to the log but not included in the response to the client.
addAdditionalMeters(MeterRegistryHolder) - Method in class org.opends.server.api.ConnectionHandler
Computes additional meters that is specific to the connection handler implementation.
addAdditionalMeters(MeterRegistryHolder) - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
 
addAdditionalMeters(MeterRegistryHolder) - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
addAdditionalMetrics() - Method in class org.opends.server.backends.pluggable.PluggableBackendMonitor
 
addAdditionalMetrics() - Method in class org.opends.server.monitors.LocalBackendMonitor
Adds additional metrics specific to the local backend implementation in this monitor provider's MeterRegistry.
addAdditionalMonitorObjectClassNames(Attribute) - Method in class org.opends.server.api.ConnectionHandler
Adds the object class names that should be included in the monitor entry related to this connection handler to the provided attribute.
addAdditionalMonitorObjectClassNames(Attribute) - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
 
addAdditionalMonitorObjectClassNames(Attribute) - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
addAdditionalPluggableMetrics() - Method in class org.opends.server.backends.pluggable.PluggableBackendMonitor
Adds additional metrics specific to the pluggable backend implementation in this monitor provider's MeterRegistry.
addAdminDataChangeListener(ConfigurationChangeListener<AdminDataTrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.AdminDataTrustManagerProviderCfg
Register to be notified when this cn=admin data Trust Manager Provider is changed.
addAdminEndpointChangeListener(ConfigurationChangeListener<AdminEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.AdminEndpointCfg
Register to be notified when this Admin Endpoint is changed.
addAesChangeListener(ConfigurationChangeListener<AesPasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.AesPasswordStorageSchemeCfg
Register to be notified when this AES Password Storage Scheme is changed.
addAlertGenerator(AlertGenerator) - Method in class org.opends.server.protocols.jmx.JMXMBean
Adds the provided alert generator to the set of alert generators associated with this JMX MBean.
addAlertHandlerAddListener(ConfigurationAddListener<AlertHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Alert Handlers are added.
addAlertHandlerDeleteListener(ConfigurationDeleteListener<AlertHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Alert Handlers are deleted.
addAliveEndpointChangeListener(ConfigurationChangeListener<AliveEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.AliveEndpointCfg
Register to be notified when this Alive HTTP endpoint is changed.
addAll(int, Collection<? extends E>) - Method in class org.forgerock.util.LazyList
Inserts all of the elements in the specified collection into this list at the specified position.
addAll(int, Collection<? extends E>) - Method in class org.forgerock.util.ListDecorator
Inserts all of the elements in the specified collection into this list at the specified position.
addAll(C, Iterable<E>) - Static method in class org.opends.server.util.CollectionUtils
Adds all the elements from the provided iterable into the provided collection.
addAll(String, Iterable<?>) - Method in class org.opends.server.api.MonitorData
Adds an attribute with the provided name and values.
addAll(Collection<? extends E>) - Method in class org.forgerock.util.LazyList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection<? extends E>) - Method in class org.forgerock.util.ListDecorator
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(Collection<? extends ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
addAll(Collection<? extends ByteString>) - Method in interface org.forgerock.opendj.ldap.Attribute
Adds all of the attribute values contained in values to this attribute if they are not already present (optional operation).
addAll(Collection<? extends ByteString>) - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
addAll(Collection<T>, Collection<? super T>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
addAll(Collection<T>, Collection<? super T>) - Method in interface org.forgerock.opendj.ldap.Attribute
Adds all of the attribute values contained in values to this attribute if they are not already present (optional operation).
addAll(Collection<T>, Collection<? super T>) - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
addAnonymousChangeListener(ConfigurationChangeListener<AnonymousSaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.AnonymousSaslMechanismHandlerCfg
Register to be notified when this Anonymous SASL Mechanism Handler is changed.
addArgon2ChangeListener(ConfigurationChangeListener<Argon2PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.Argon2PasswordStorageSchemeCfg
Register to be notified when this Argon2 Password Storage Scheme is changed.
addAsync(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
addAsync(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously adds an entry to the Directory Server using the provided add request.
addAsync(AddRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously adds an entry to the Directory Server using the provided add request.
addAsync(AddRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously adds an entry to the Directory Server using the provided add request.
addAsync(AddRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
addAsync(AddRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously adds an entry to the Directory Server using the provided add request.
addAttrHistoricalAddValue(AttributeDescription, CSN, ByteString) - Method in class org.opends.server.replication.plugin.EntryHistorical
Updates this entry historical information with the provided add modification.
addAttrHistoricalDeleteAttr(AttributeDescription, CSN) - Method in class org.opends.server.replication.plugin.EntryHistorical
Updates this entry historical information with the provided delete attribute modification.
addAttrHistoricalDeleteValue(AttributeDescription, CSN, ByteString) - Method in class org.opends.server.replication.plugin.EntryHistorical
Updates this entry historical information with the provided delete modification.
addAttrHistoricalReplaceValue(AttributeDescription, CSN, ByteString) - Method in class org.opends.server.replication.plugin.EntryHistorical
Updates this entry historical information with the provided replace modification.
addAttribute(String...) - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
Adds the provided attribute name(s) to the list of attributes to be included with each entry that matches the search criteria.
addAttribute(String, Object) - Method in class org.opends.server.replication.protocol.AddMsg
Add the specified attribute/attribute value in the entry contained in this AddMsg.
addAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
Ensures that this entry contains the provided attribute and values (optional operation).
addAttribute(String, Object...) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
addAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
addAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.Entry
Ensures that this entry contains the provided attribute and values (optional operation).
addAttribute(Attribute) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
addAttribute(Attribute) - Method in class org.opends.server.core.AddOperation
 
addAttribute(Attribute) - Method in interface org.opends.server.types.operation.PreParseAddOperation
Adds the provided attribute to the set of attributes for this add operation.
addAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
addAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.Entries.NullEntry
 
addAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.Entry
Ensures that this entry contains the provided attribute and values (optional operation).
addAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
addAttribute(Entry, String, Argument) - Static method in class org.opends.server.tools.tasks.TaskToolHelper
Adds the provided attribute with the argument value(s) to the provided task entry only if the argument has been provided on the command line.
addAttributeCleanupChangeListener(ConfigurationChangeListener<AttributeCleanupPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.AttributeCleanupPluginCfg
Register to be notified when this Attribute Cleanup Plugin is changed.
addAttributeIfAbsent(Attribute) - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
addAttributeIfAbsent(Attribute) - Method in interface org.forgerock.opendj.ldap.Entry
Adds the provided attribute if it is not already present in this Entry and returns null.
addAttributeIfAbsent(Attribute) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
addAttributeIfArgumentPresent(Entry, String, Argument) - Static method in class org.opends.server.tools.tasks.TaskToolHelper
Adds the attribute with the argument value to the task entry if the argument corresponding to the attribute has been provided on the command line.
addAttributeType(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided attribute type definition to this schema builder.
addAttributeValueChangeListener(ConfigurationChangeListener<AttributeValuePasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.AttributeValuePasswordValidatorCfg
Register to be notified when this Attribute Value Password Validator is changed.
addBackendAddListener(ConfigurationAddListener<BackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Backends are added.
addBackendDeleteListener(ConfigurationDeleteListener<BackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Backends are deleted.
addBackendIndexAddListener(ConfigurationAddListener<BackendIndexCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Registers to be notified when new Backend Indexes are added.
addBackendIndexDeleteListener(ConfigurationDeleteListener<BackendIndexCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Registers to be notified when existing Backend Indexes are deleted.
addBackendVlvIndexAddListener(ConfigurationAddListener<BackendVlvIndexCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Registers to be notified when new Backend Vlv Indexes are added.
addBackendVlvIndexDeleteListener(ConfigurationDeleteListener<BackendVlvIndexCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Registers to be notified when existing Backend Vlv Indexes are deleted.
addBase64ChangeListener(ConfigurationChangeListener<Base64PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.Base64PasswordStorageSchemeCfg
Register to be notified when this Base64 Password Storage Scheme is changed.
addBcryptChangeListener(ConfigurationChangeListener<BcryptPasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.BcryptPasswordStorageSchemeCfg
Register to be notified when this Bcrypt Password Storage Scheme is changed.
addBlindChangeListener(ConfigurationChangeListener<BlindTrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.BlindTrustManagerProviderCfg
Register to be notified when this Blind Trust Manager Provider is changed.
addBlowfishChangeListener(ConfigurationChangeListener<BlowfishPasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.BlowfishPasswordStorageSchemeCfg
Register to be notified when this Blowfish Password Storage Scheme is changed.
addCancelChangeListener(ConfigurationChangeListener<CancelExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.CancelExtendedOperationHandlerCfg
Register to be notified when this Cancel Extended Operation Handler is changed.
addCancelRequestListener(Consumer<LocalizableMessage>) - Method in class org.forgerock.opendj.server.core.RequestContext
Registers the provided cancellation listener with this request context so that it can be notified if a cancellation request is received and processing of the request should be aborted if possible.
addCertificateAliases(String...) - Method in class org.forgerock.opendj.setup.model.Security.ExistingKeyStore
Add provided certificate aliases to the list of aliases to use in the server.
addCertificateAliases(List<String>) - Method in class org.forgerock.opendj.setup.model.Security.ExistingKeyStore
Add provided certificate aliases to the list of aliases to use in the server.
addCertificateMapperAddListener(ConfigurationAddListener<CertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Certificate Mappers are added.
addCertificateMapperDeleteListener(ConfigurationDeleteListener<CertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Certificate Mappers are deleted.
addChangeListener(ConfigurationChangeListener<AccessControlHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.AccessControlHandlerCfg
Register to be notified when this Access Control Handler is changed.
addChangeListener(ConfigurationChangeListener<AccessLogFilteringCriteriaCfg>) - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Register to be notified when this Access Log Filtering Criteria is changed.
addChangeListener(ConfigurationChangeListener<AccountStatusNotificationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.AccountStatusNotificationHandlerCfg
Register to be notified when this Account Status Notification Handler is changed.
addChangeListener(ConfigurationChangeListener<AdministrationConnectorCfg>) - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
Register to be notified when this Administration Connector is changed.
addChangeListener(ConfigurationChangeListener<AlertHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.AlertHandlerCfg
Register to be notified when this Alert Handler is changed.
addChangeListener(ConfigurationChangeListener<AuthenticationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.AuthenticationPolicyCfg
Register to be notified when this Authentication Policy is changed.
addChangeListener(ConfigurationChangeListener<BackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.BackendCfg
Register to be notified when this Backend is changed.
addChangeListener(ConfigurationChangeListener<BackendCfg>) - Method in class org.opends.server.backends.ConfigurationBackend.ConfigurationBackendCfg
 
addChangeListener(ConfigurationChangeListener<BackendIndexCfg>) - Method in interface org.forgerock.opendj.server.config.server.BackendIndexCfg
Register to be notified when this Backend Index is changed.
addChangeListener(ConfigurationChangeListener<BackendVlvIndexCfg>) - Method in interface org.forgerock.opendj.server.config.server.BackendVlvIndexCfg
Register to be notified when this Backend VLV Index is changed.
addChangeListener(ConfigurationChangeListener<CertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.CertificateMapperCfg
Register to be notified when this Certificate Mapper is changed.
addChangeListener(ConfigurationChangeListener<ConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ConnectionHandlerCfg
Register to be notified when this Connection Handler is changed.
addChangeListener(ConfigurationChangeListener<CryptoManagerCfg>) - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
Register to be notified when this Crypto Manager is changed.
addChangeListener(ConfigurationChangeListener<EntryCacheCfg>) - Method in interface org.forgerock.opendj.server.config.server.EntryCacheCfg
Register to be notified when this Entry Cache is changed.
addChangeListener(ConfigurationChangeListener<ExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ExtendedOperationHandlerCfg
Register to be notified when this Extended Operation Handler is changed.
addChangeListener(ConfigurationChangeListener<GlobalAccessControlPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.GlobalAccessControlPolicyCfg
Register to be notified when this Global Access Control Policy is changed.
addChangeListener(ConfigurationChangeListener<GlobalCfg>) - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Register to be notified when this Global Configuration is changed.
addChangeListener(ConfigurationChangeListener<HttpAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpAuthorizationMechanismCfg
Register to be notified when this HTTP Authorization Mechanism is changed.
addChangeListener(ConfigurationChangeListener<HttpEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpEndpointCfg
Register to be notified when this HTTP Endpoint is changed.
addChangeListener(ConfigurationChangeListener<IdentityMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.IdentityMapperCfg
Register to be notified when this Identity Mapper is changed.
addChangeListener(ConfigurationChangeListener<KeyManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.KeyManagerProviderCfg
Register to be notified when this Key Manager Provider is changed.
addChangeListener(ConfigurationChangeListener<LogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.LogPublisherCfg
Register to be notified when this Log Publisher is changed.
addChangeListener(ConfigurationChangeListener<LogRetentionPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.LogRetentionPolicyCfg
Register to be notified when this Log Retention Policy is changed.
addChangeListener(ConfigurationChangeListener<LogRotationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.LogRotationPolicyCfg
Register to be notified when this Log Rotation Policy is changed.
addChangeListener(ConfigurationChangeListener<MailServerCfg>) - Method in interface org.forgerock.opendj.server.config.server.MailServerCfg
Register to be notified when this Mail Server is changed.
addChangeListener(ConfigurationChangeListener<PasswordGeneratorCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordGeneratorCfg
Register to be notified when this Password Generator is changed.
addChangeListener(ConfigurationChangeListener<PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordStorageSchemeCfg
Register to be notified when this Password Storage Scheme is changed.
addChangeListener(ConfigurationChangeListener<PasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordValidatorCfg
Register to be notified when this Password Validator is changed.
addChangeListener(ConfigurationChangeListener<PluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluginCfg
Register to be notified when this Plugin is changed.
addChangeListener(ConfigurationChangeListener<PluginRootCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Register to be notified when this Plugin Root is changed.
addChangeListener(ConfigurationChangeListener<ReplicationDomainCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Register to be notified when this Replication Domain is changed.
addChangeListener(ConfigurationChangeListener<ReplicationServerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Register to be notified when this Replication Server is changed.
addChangeListener(ConfigurationChangeListener<RootDseBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootDseBackendCfg
Register to be notified when this Root DSE Backend is changed.
addChangeListener(ConfigurationChangeListener<SaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.SaslMechanismHandlerCfg
Register to be notified when this SASL Mechanism Handler is changed.
addChangeListener(ConfigurationChangeListener<SchemaProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.SchemaProviderCfg
Register to be notified when this Schema Provider is changed.
addChangeListener(ConfigurationChangeListener<ServiceDiscoveryMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.ServiceDiscoveryMechanismCfg
Register to be notified when this Service Discovery Mechanism is changed.
addChangeListener(ConfigurationChangeListener<SynchronizationProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.SynchronizationProviderCfg
Register to be notified when this Synchronization Provider is changed.
addChangeListener(ConfigurationChangeListener<TrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.TrustManagerProviderCfg
Register to be notified when this Trust Manager Provider is changed.
addChangeListener(ConfigurationChangeListener<VirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.VirtualAttributeCfg
Register to be notified when this Virtual Attribute is changed.
addChangeListener(ConfigurationChangeListener<WorkQueueCfg>) - Method in interface org.forgerock.opendj.server.config.server.WorkQueueCfg
Register to be notified when this Work Queue is changed.
addChangeNumberControlChangeListener(ConfigurationChangeListener<ChangeNumberControlPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.ChangeNumberControlPluginCfg
Register to be notified when this Change Number Control Plugin is changed.
addCharacterSetChangeListener(ConfigurationChangeListener<CharacterSetPasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.CharacterSetPasswordValidatorCfg
Register to be notified when this Character Set Password Validator is changed.
addCleanIndex(String) - Method in class org.opends.server.backends.VerifyConfig
Add the name of an index to those indexes to be verified for cleanliness.
addClearChangeListener(ConfigurationChangeListener<ClearPasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.ClearPasswordStorageSchemeCfg
Register to be notified when this Clear Password Storage Scheme is changed.
addCollectiveAttributeSubentriesChangeListener(ConfigurationChangeListener<CollectiveAttributeSubentriesVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.CollectiveAttributeSubentriesVirtualAttributeCfg
Register to be notified when this Collective Attribute Subentries Virtual Attribute is changed.
addCommonAuditAccessChangeListener(ConfigurationChangeListener<CommonAuditAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.CommonAuditAccessLogPublisherCfg
Register to be notified when this Common Audit Access Log Publisher is changed.
addCompleteIndex(String) - Method in class org.opends.server.backends.VerifyConfig
Add the name of an index to those indexes to be verified for completeness.
addConnectionEventListener(ConnectionEventListener) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Registers the provided connection event listener so that it will be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
addConnectionEventListener(ConnectionEventListener) - Method in interface org.forgerock.opendj.ldap.Connection
Registers the provided connection event listener so that it will be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
addConnectionEventListener(ConnectionEventListener) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Registers the provided connection event listener so that it will be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
addConnectionHandlerAddListener(ConfigurationAddListener<ConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Connection Handlers are added.
addConnectionHandlerDeleteListener(ConfigurationDeleteListener<ConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Connection Handlers are deleted.
addConsoleErrorChangeListener(ConfigurationChangeListener<ConsoleErrorLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.ConsoleErrorLogPublisherCfg
Register to be notified when this Console Error Log Publisher is changed.
AddContext - Class in org.opends.server.replication.protocol
This class describes the context that is attached to Add Operation.
AddContext(CSN, UUID, UUID) - Constructor for class org.opends.server.replication.protocol.AddContext
Creates a new AddContext with the provided information.
addControl(Control) - Method in class org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.GenericIntermediateResponse
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.IntermediateResponse
 
addControl(Control) - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.ProtocolOp
Adds the provided control to this protocol-op.
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.Request
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.Response
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.Result
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultReference
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
addControl(Control) - Method in interface org.forgerock.opendj.ldif.ChangeRecord
 
addControls(Iterable<? extends Control>) - Method in class org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedRequest
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.GenericIntermediateResponse
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.IntermediateResponse
 
addControls(Iterable<? extends Control>) - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.ProtocolOp
Adds the provided controls to this protocol-op.
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.Request
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.Response
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.Result
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultReference
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
addControls(Iterable<? extends Control>) - Method in interface org.forgerock.opendj.ldif.ChangeRecord
 
addCoreSchemaChangeListener(ConfigurationChangeListener<CoreSchemaCfg>) - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
Register to be notified when this Core Schema is changed.
addCramMd5ChangeListener(ConfigurationChangeListener<CramMd5SaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.CramMd5SaslMechanismHandlerCfg
Register to be notified when this CRAM-MD5 SASL Mechanism Handler is changed.
addCrestMetricsEndpointChangeListener(ConfigurationChangeListener<CrestMetricsEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.CrestMetricsEndpointCfg
Register to be notified when this Common REST Metrics HTTP Endpoint is changed.
addCryptChangeListener(ConfigurationChangeListener<CryptPasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.CryptPasswordStorageSchemeCfg
Register to be notified when this Crypt Password Storage Scheme is changed.
addCsvFileAccessChangeListener(ConfigurationChangeListener<CsvFileAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
Register to be notified when this CSV File Access Log Publisher is changed.
addCsvFileHttpAccessChangeListener(ConfigurationChangeListener<CsvFileHttpAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Register to be notified when this CSV File HTTP Access Log Publisher is changed.
addCursor(DBCursor<UpdateMsg>, Dn) - Method in class org.opends.server.replication.server.changelog.file.DomainDBCursor
Adds a cursor to this composite cursor.
addDescriptorListener(Describable.Listener) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
 
addDescriptorListener(Describable.Listener) - Method in class org.forgerock.json.resource.DescribedSyncRequestHandlerAdapter
 
addDescriptorListener(Describable.Listener) - Method in class org.forgerock.json.resource.FilterChain
 
addDescriptorListener(Describable.Listener) - Method in class org.forgerock.opendj.rest2ldap.DescribableRequestHandler
 
addDictionaryChangeListener(ConfigurationChangeListener<DictionaryPasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.DictionaryPasswordValidatorCfg
Register to be notified when this Dictionary Password Validator is changed.
addDigestMd5ChangeListener(ConfigurationChangeListener<DigestMd5SaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.DigestMd5SaslMechanismHandlerCfg
Register to be notified when this DIGEST-MD5 SASL Mechanism Handler is changed.
addDitContentRule(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided DIT content rule definition to this schema builder.
addDitStructureRule(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided DIT structure rule definition to this schema builder.
addDomain(Dn, ServerState) - Method in class org.opends.server.replication.server.changelog.file.MultiDomainDBCursor
Adds a replication domain for this cursor to iterate over.
addDseeCompatChangeListener(ConfigurationChangeListener<DseeCompatAccessControlHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.DseeCompatAccessControlHandlerCfg
Register to be notified when this DSEE Compatible Access Control Handler is changed.
addEntityTagChangeListener(ConfigurationChangeListener<EntityTagPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.EntityTagPluginCfg
Register to be notified when this ETag Plugin is changed.
addEntityTagChangeListener(ConfigurationChangeListener<EntityTagVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.EntityTagVirtualAttributeCfg
Register to be notified when this Entity Tag Virtual Attribute is changed.
addEntry(Entry) - Method in class org.opends.server.config.ConfigurationHandler
Add a configuration entry.
addEntry(Entry, AddOperation) - Method in class org.opends.server.api.LocalBackend
Adds the provided entry to this backend.
addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.ChangelogBackend
 
addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.ConfigurationBackend
 
addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.LDIFBackend
 
addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.MemoryBackend
 
addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.MonitorBackend
 
addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.NullBackend
 
addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.RootDSEBackend
 
addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.SchemaBackend
 
addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.task.TaskBackend
 
addEntryCacheAddListener(ConfigurationAddListener<EntryCacheCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Entry Caches are added.
addEntryCacheDeleteListener(ConfigurationDeleteListener<EntryCacheCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Entry Caches are deleted.
addEntryDnChangeListener(ConfigurationChangeListener<EntryDnVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.EntryDnVirtualAttributeCfg
Register to be notified when this entryDN Virtual Attribute is changed.
addEntryUuidChangeListener(ConfigurationChangeListener<EntryUuidPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.EntryUuidPluginCfg
Register to be notified when this entryUUID Plugin is changed.
addEntryUuidChangeListener(ConfigurationChangeListener<EntryUuidVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.EntryUuidVirtualAttributeCfg
Register to be notified when this entryUUID Virtual Attribute is changed.
addEnumerationSyntax(String, String, boolean, String...) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided enumeration syntax definition to this schema builder.
addErrorChangeListener(ConfigurationChangeListener<ErrorLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.ErrorLogPublisherCfg
Register to be notified when this Error Log Publisher is changed.
addErrorLogChangeListener(ConfigurationChangeListener<ErrorLogAccountStatusNotificationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ErrorLogAccountStatusNotificationHandlerCfg
Register to be notified when this Error Log Account Status Notification Handler is changed.
addErrorMessage(ConfigChangeResult, LocalizableMessage) - Static method in class org.opends.server.backends.pluggable.spi.StorageUtils
Adds the provided message to the provided config change result.
addExactMatchChangeListener(ConfigurationChangeListener<ExactMatchIdentityMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.ExactMatchIdentityMapperCfg
Register to be notified when this Exact Match Identity Mapper is changed.
addExpressionSyntaxesToSchema(SchemaBuilder, Schema) - Static method in class org.forgerock.opendj.config.schema.ExpressionSchema
Adds the configuration expression syntaxes to the provided schema builder.
addExtendedOperationHandlerAddListener(ConfigurationAddListener<ExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Extended Operation Handlers are added.
addExtendedOperationHandlerDeleteListener(ConfigurationDeleteListener<ExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Extended Operation Handlers are deleted.
addExternalAccessChangeListener(ConfigurationChangeListener<ExternalAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.ExternalAccessLogPublisherCfg
Register to be notified when this External Access Log Publisher is changed.
addExternalChangeListener(ConfigurationChangeListener<ExternalSaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ExternalSaslMechanismHandlerCfg
Register to be notified when this External SASL Mechanism Handler is changed.
addExternalHttpAccessChangeListener(ConfigurationChangeListener<ExternalHttpAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.ExternalHttpAccessLogPublisherCfg
Register to be notified when this External HTTP Access Log Publisher is changed.
addField(String...) - Method in interface org.forgerock.json.resource.ActionRequest
 
addField(String...) - Method in interface org.forgerock.json.resource.CreateRequest
 
addField(String...) - Method in interface org.forgerock.json.resource.DeleteRequest
 
addField(String...) - Method in interface org.forgerock.json.resource.PatchRequest
 
addField(String...) - Method in interface org.forgerock.json.resource.QueryRequest
 
addField(String...) - Method in interface org.forgerock.json.resource.ReadRequest
 
addField(String...) - Method in interface org.forgerock.json.resource.Request
Adds one or more fields which should be included with each JSON resource returned by this request.
addField(String...) - Method in interface org.forgerock.json.resource.UpdateRequest
 
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.ActionRequest
 
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.CreateRequest
 
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.DeleteRequest
 
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.PatchRequest
 
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.QueryRequest
 
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.ReadRequest
 
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.Request
Adds one or more fields which should be included with each JSON resource returned by this request.
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.ResourceResponse
Adds a field to the list of fields which should be included in this JSON resource after field filtering has occurred.
addField(JsonPointer...) - Method in interface org.forgerock.json.resource.UpdateRequest
 
addFifoChangeListener(ConfigurationChangeListener<FifoEntryCacheCfg>) - Method in interface org.forgerock.opendj.server.config.server.FifoEntryCacheCfg
Register to be notified when this FIFO Entry Cache is changed.
addFileBasedAccessChangeListener(ConfigurationChangeListener<FileBasedAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
Register to be notified when this File Based Access Log Publisher is changed.
addFileBasedAuditChangeListener(ConfigurationChangeListener<FileBasedAuditLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
Register to be notified when this File Based Audit Log Publisher is changed.
addFileBasedChangeListener(ConfigurationChangeListener<FileBasedKeyManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileBasedKeyManagerProviderCfg
Register to be notified when this File Based Key Manager Provider is changed.
addFileBasedChangeListener(ConfigurationChangeListener<FileBasedTrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileBasedTrustManagerProviderCfg
Register to be notified when this File Based Trust Manager Provider is changed.
addFileBasedErrorChangeListener(ConfigurationChangeListener<FileBasedErrorLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
Register to be notified when this File Based Error Log Publisher is changed.
addFileBasedHttpAccessChangeListener(ConfigurationChangeListener<FileBasedHttpAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileBasedHttpAccessLogPublisherCfg
Register to be notified when this File Based HTTP Access Log Publisher is changed.
addFileCountChangeListener(ConfigurationChangeListener<FileCountLogRetentionPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileCountLogRetentionPolicyCfg
Register to be notified when this File Count Log Retention Policy is changed.
addFingerprintChangeListener(ConfigurationChangeListener<FingerprintCertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.FingerprintCertificateMapperCfg
Register to be notified when this Fingerprint Certificate Mapper is changed.
addFixedTimeChangeListener(ConfigurationChangeListener<FixedTimeLogRotationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.FixedTimeLogRotationPolicyCfg
Register to be notified when this Fixed Time Log Rotation Policy is changed.
addFractionalLdifImportChangeListener(ConfigurationChangeListener<FractionalLdifImportPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.FractionalLdifImportPluginCfg
Register to be notified when this Fractional LDIF Import Plugin is changed.
addFreeDiskSpaceChangeListener(ConfigurationChangeListener<FreeDiskSpaceLogRetentionPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.FreeDiskSpaceLogRetentionPolicyCfg
Register to be notified when this Free Disk Space Log Retention Policy is changed.
addGetConnectionIdChangeListener(ConfigurationChangeListener<GetConnectionIdExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.GetConnectionIdExtendedOperationHandlerCfg
Register to be notified when this Get Connection ID Extended Operation Handler is changed.
addGetSymmetricKeyChangeListener(ConfigurationChangeListener<GetSymmetricKeyExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.GetSymmetricKeyExtendedOperationHandlerCfg
Register to be notified when this Get Symmetric Key Extended Operation Handler is changed.
addGlobalAccessControlPolicyAddListener(ConfigurationAddListener<GlobalAccessControlPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.PolicyBasedAccessControlHandlerCfg
Registers to be notified when new Global Access Control Policies are added.
addGlobalAccessControlPolicyDeleteListener(ConfigurationDeleteListener<GlobalAccessControlPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.PolicyBasedAccessControlHandlerCfg
Registers to be notified when existing Global Access Control Policies are deleted.
addGoverningStructureRuleChangeListener(ConfigurationChangeListener<GoverningStructureRuleVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.GoverningStructureRuleVirtualAttributeCfg
Register to be notified when this Governing Structure Rule Virtual Attribute is changed.
addGraphiteMonitorReporterChangeListener(ConfigurationChangeListener<GraphiteMonitorReporterPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.GraphiteMonitorReporterPluginCfg
Register to be notified when this Graphite Monitor Reporter Plugin is changed.
addGssapiChangeListener(ConfigurationChangeListener<GssapiSaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.GssapiSaslMechanismHandlerCfg
Register to be notified when this GSSAPI SASL Mechanism Handler is changed.
addHasSubordinatesChangeListener(ConfigurationChangeListener<HasSubordinatesVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.HasSubordinatesVirtualAttributeCfg
Register to be notified when this Has Subordinates Virtual Attribute is changed.
addHdapAuthorizationMechanismChangeListener(ConfigurationChangeListener<HdapAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HdapAuthorizationMechanismCfg
Register to be notified when this HDAP Authorization Mechanism is changed.
addHdapEndpointChangeListener(ConfigurationChangeListener<HdapEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.HdapEndpointCfg
Register to be notified when this Hdap Endpoint is changed.
addHealthyEndpointChangeListener(ConfigurationChangeListener<HealthyEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.HealthyEndpointCfg
Register to be notified when this Healthy HTTP endpoint is changed.
addHttpAccessChangeListener(ConfigurationChangeListener<HttpAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpAccessLogPublisherCfg
Register to be notified when this HTTP Access Log Publisher is changed.
addHttpAnonymousAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpAnonymousAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpAnonymousAuthorizationMechanismCfg
Register to be notified when this HTTP Anonymous Authorization Mechanism is changed.
addHttpAuthorizationMechanismAddListener(ConfigurationAddListener<HttpAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Http Authorization Mechanisms are added.
addHttpAuthorizationMechanismDeleteListener(ConfigurationDeleteListener<HttpAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Http Authorization Mechanisms are deleted.
addHttpBasicAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpBasicAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpBasicAuthorizationMechanismCfg
Register to be notified when this HTTP Basic Authorization Mechanism is changed.
addHttpChangeListener(ConfigurationChangeListener<HttpConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Register to be notified when this HTTP Connection Handler is changed.
addHttpEndpointAddListener(ConfigurationAddListener<HttpEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Http Endpoints are added.
addHttpEndpointDeleteListener(ConfigurationDeleteListener<HttpEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Http Endpoints are deleted.
addHttpOauth2AuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2AuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2AuthorizationMechanismCfg
Register to be notified when this HTTP OAuth2 Authorization Mechanism is changed.
addHttpOauth2CtsAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2CtsAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2CtsAuthorizationMechanismCfg
Register to be notified when this HTTP OAuth2 CTS Authorization Mechanism is changed.
addHttpOauth2FileAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2FileAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2FileAuthorizationMechanismCfg
Register to be notified when this HTTP OAuth2 File Based Authorization Mechanism is changed.
addHttpOauth2OpenamAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2OpenamAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2OpenamAuthorizationMechanismCfg
Register to be notified when this HTTP OAuth2 OpenAM Authorization Mechanism is changed.
addHttpOauth2TokenIntrospectionAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2TokenIntrospectionAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2TokenIntrospectionAuthorizationMechanismCfg
Register to be notified when this HTTP OAuth2 Token Introspection (RFC 7662) Authorization Mechanism is changed.
addIdentityMapperAddListener(ConfigurationAddListener<IdentityMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Identity Mappers are added.
addIdentityMapperDeleteListener(ConfigurationDeleteListener<IdentityMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Identity Mappers are deleted.
addIfNotNull(String, Object) - Method in class org.forgerock.json.JsonValue
Adds the specified object value only if it is not null
addInstanceOf(String) - Method in class org.forgerock.opendj.config.ClassPropertyDefinition.Builder
Add an class name which property values must implement.
addIsMemberOfChangeListener(ConfigurationChangeListener<IsMemberOfVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.IsMemberOfVirtualAttributeCfg
Register to be notified when this Is Member Of Virtual Attribute is changed.
ADDITIONALITEMS - Static variable in class org.forgerock.json.schema.validator.Constants
The additionalItems field name.
AdditionalLogItem - Class in org.opends.server.types
An additional log item for an operation which may be processed in the access log.
ADDITIONALPROPERTIES - Static variable in class org.forgerock.json.schema.validator.Constants
The additionalProperties field name.
addJeChangeListener(ConfigurationChangeListener<JeBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Register to be notified when this JE Backend is changed.
addJmxChangeListener(ConfigurationChangeListener<JmxAlertHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.JmxAlertHandlerCfg
Register to be notified when this JMX Alert Handler is changed.
addJmxChangeListener(ConfigurationChangeListener<JmxConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.JmxConnectionHandlerCfg
Register to be notified when this JMX Connection Handler is changed.
addJsonEqualityMatchingRuleChangeListener(ConfigurationChangeListener<JsonEqualityMatchingRuleCfg>) - Method in interface org.forgerock.opendj.server.config.server.JsonEqualityMatchingRuleCfg
Register to be notified when this JSON Equality Matching Rule is changed.
addJsonFileAccessChangeListener(ConfigurationChangeListener<JsonFileAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
Register to be notified when this JSON File Based Access Log Publisher is changed.
addJsonFileHttpAccessChangeListener(ConfigurationChangeListener<JsonFileHttpAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.JsonFileHttpAccessLogPublisherCfg
Register to be notified when this JSON File Based HTTP Access Log Publisher is changed.
addJsonOrderingMatchingRuleChangeListener(ConfigurationChangeListener<JsonOrderingMatchingRuleCfg>) - Method in interface org.forgerock.opendj.server.config.server.JsonOrderingMatchingRuleCfg
Register to be notified when this JSON Ordering Matching Rule is changed.
addJsonQueryEqualityMatchingRuleChangeListener(ConfigurationChangeListener<JsonQueryEqualityMatchingRuleCfg>) - Method in interface org.forgerock.opendj.server.config.server.JsonQueryEqualityMatchingRuleCfg
Register to be notified when this JSON Query Equality Matching Rule is changed.
addJsonSyntaxesAndMatchingRulesToSchema(SchemaBuilder) - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Adds the syntaxes and matching rules required by for JSON attribute support to the provided schema builder.
addKeyManagerProviderAddListener(ConfigurationAddListener<KeyManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Key Manager Providers are added.
addKeyManagerProviderDeleteListener(ConfigurationDeleteListener<KeyManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Key Manager Providers are deleted.
addLastModChangeListener(ConfigurationChangeListener<LastModPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.LastModPluginCfg
Register to be notified when this Last Mod Plugin is changed.
addLdapAttributeDescriptionListChangeListener(ConfigurationChangeListener<LdapAttributeDescriptionListPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.LdapAttributeDescriptionListPluginCfg
Register to be notified when this LDAP Attribute Description List Plugin is changed.
addLdapChangeListener(ConfigurationChangeListener<LdapConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Register to be notified when this LDAP Connection Handler is changed.
addLdapChangeListener(ConfigurationChangeListener<LdapKeyManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.LdapKeyManagerProviderCfg
Register to be notified when this LDAP Key Manager Provider is changed.
addLdapChangeListener(ConfigurationChangeListener<LdapTrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.LdapTrustManagerProviderCfg
Register to be notified when this LDAP Trust Manager Provider is changed.
addLdapPassThroughChangeListener(ConfigurationChangeListener<LdapPassThroughAuthenticationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Register to be notified when this LDAP Pass Through Authentication Policy is changed.
addLdifChangeListener(ConfigurationChangeListener<LdifBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.LdifBackendCfg
Register to be notified when this LDIF Backend is changed.
addLdifChangeListener(ConfigurationChangeListener<LdifConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.LdifConnectionHandlerCfg
Register to be notified when this LDIF Connection Handler is changed.
addLengthBasedChangeListener(ConfigurationChangeListener<LengthBasedPasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.LengthBasedPasswordValidatorCfg
Register to be notified when this Length Based Password Validator is changed.
addLocalAdminPorts(Collection<HostPort>) - Method in class org.opends.server.replication.common.Topology
Adds administrative host ports to the local server.
addLocalChangeListener(ConfigurationChangeListener<LocalBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.LocalBackendCfg
Register to be notified when this Local Backend is changed.
addLocalChangeListener(ConfigurationChangeListener<LocalBackendCfg>) - Method in class org.opends.server.backends.ConfigurationBackend.ConfigurationBackendCfg
 
addLocalLdapPorts(ConnectionSecurity, Collection<HostPort>) - Method in class org.opends.server.replication.common.Topology
Adds LDAP (LDAPS / StartTLS) host ports to the local server.
addLocalReplicationDomain(ReplicaId, Dn) - Method in class org.opends.server.replication.common.Topology
Adds a replication domain to the local server in the topology.
addLogMessage(String, Severity, LocalizableMessage) - Method in class org.opends.server.backends.task.Task
Adds a log message to the set of messages logged by this task.
addLogPublisher(AccessLogPublisher<AccessLogPublisherCfg>) - Method in class org.opends.server.loggers.AccessLogger
 
addLogPublisher(ErrorLogPublisher<ErrorLogPublisherCfg>) - Method in class org.opends.server.loggers.ErrorLogger
 
addLogPublisher(HTTPAccessLogPublisher<HttpAccessLogPublisherCfg>) - Method in class org.opends.server.loggers.HTTPAccessLogger
 
addLogPublisher(P) - Method in class org.opends.server.loggers.AbstractLogger
Add a log publisher to the logger.
addLogPublisherAddListener(ConfigurationAddListener<LogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Log Publishers are added.
addLogPublisherDeleteListener(ConfigurationDeleteListener<LogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Log Publishers are deleted.
addLogRetentionPolicyAddListener(ConfigurationAddListener<LogRetentionPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Log Retention Policies are added.
addLogRetentionPolicyDeleteListener(ConfigurationDeleteListener<LogRetentionPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Log Retention Policies are deleted.
addLogRotationPolicyAddListener(ConfigurationAddListener<LogRotationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Log Rotation Policies are added.
addLogRotationPolicyDeleteListener(ConfigurationDeleteListener<LogRotationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Log Rotation Policies are deleted.
addMailServerAddListener(ConfigurationAddListener<MailServerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Mail Servers are added.
addMailServerDeleteListener(ConfigurationDeleteListener<MailServerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Mail Servers are deleted.
addMatchingRule(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided matching rule definition to this schema builder.
addMatchingRuleUse(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided matching rule use definition to this schema builder.
addMd5ChangeListener(ConfigurationChangeListener<Md5PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.Md5PasswordStorageSchemeCfg
Register to be notified when this MD5 Password Storage Scheme is changed.
addMemberChangeListener(ConfigurationChangeListener<MemberVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.MemberVirtualAttributeCfg
Register to be notified when this Member Virtual Attribute is changed.
addMemoryChangeListener(ConfigurationChangeListener<MemoryBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.MemoryBackendCfg
Register to be notified when this Memory Backend is changed.
addMessage(LocalizableMessage) - Method in class org.forgerock.opendj.config.server.ConfigChangeResult
Adds the provided message to the set of messages for this config change result.
addMetricsForLocalReplica(MeterRegistryHolder) - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
 
addMetricsForLocalReplica(MeterRegistryHolder) - Method in class org.opends.server.replication.service.ReplicationDomain
Subclasses should use this method to add additional monitoring information in the ReplicationDomain.
addMetricsForRemoteReplica(MeterRegistryHolder, ReplicaId) - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
 
addMetricsForRemoteReplica(MeterRegistryHolder, ReplicaId) - Method in class org.opends.server.replication.service.ReplicationDomain
Subclasses should use this method to add additional monitoring information in the Remote Replica Monitor.
addMissingSuperiorObjectClasses(Entry) - Static method in class org.opends.server.util.StaticUtils
Add all of the superior objectclasses to the specified entry if they are not already present.
addModification(Modification) - Method in class org.forgerock.opendj.ldap.messages.ModifyRequest
Appends the provided modification to the list of modifications included with this modify request.
addModification(Modification) - Method in class org.opends.server.core.ModifyDnOperation
 
addModification(Modification) - Method in class org.opends.server.core.ModifyOperation
Adds the provided modification to the set of modifications to this modify operation.
addModification(Modification) - Method in interface org.opends.server.types.operation.PreOperationModifyDNOperation
Adds the provided modification to the set of modifications to be applied as part of the update.
addModification(Modification) - Method in interface org.opends.server.types.operation.PreOperationModifyOperation
Adds the provided modification to the set of modifications to this modify operation.
addModification(Modification) - Method in interface org.opends.server.types.operation.PreParseModifyOperation
Adds the provided modification to the set of modifications for this modify operation.
addModification(ModificationType, String, Object...) - Method in class org.forgerock.opendj.ldap.messages.ModifyRequest
Appends the provided modification to the list of modifications included with this modify request.
addMonitorChangeListener(ConfigurationChangeListener<MonitorBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.MonitorBackendCfg
Register to be notified when this Monitor Backend is changed.
addMonitorObjectClassNames(Attribute) - Method in class org.opends.server.api.EntryCache
 
addMonitorObjectClassNames(Attribute) - Method in class org.opends.server.api.KeyManagerProvider.CertificateMonitor
 
addMonitorObjectClassNames(Attribute) - Method in class org.opends.server.api.MonitorProvider
Adds to the provided attribute the objectclass names that should be included in the monitor entry created from this monitor provider.
addMonitorObjectClassNames(Attribute) - Method in class org.opends.server.backends.pluggable.PluggableBackendMonitor
 
addMonitorObjectClassNames(Attribute) - Method in class org.opends.server.monitors.HealthStatusMonitorProvider
 
addMonitorObjectClassNames(Attribute) - Method in class org.opends.server.monitors.JvmMonitorProvider
 
addMonitorObjectClassNames(Attribute) - Method in class org.opends.server.monitors.LocalBackendMonitor
 
addMonitorObjectClassNames(Attribute) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
addMonitorObjectClassNames(Attribute) - Method in class org.opends.server.replication.server.ReplicationServerDomain
 
addMonitorProvider(MonitorProvider) - Method in class org.opends.server.protocols.jmx.JMXMBean
Adds the given monitor provider to the set of components associated with this JMX MBean.
AddMsg - Class in org.opends.server.replication.protocol
This class is used to exchange Add operation between LDAP servers and replication servers.
AddMsg(byte[]) - Constructor for class org.opends.server.replication.protocol.AddMsg
Creates a new Add message from a byte[].
AddMsg(CSN, Dn, UUID, UUID, byte[], byte[]) - Constructor for class org.opends.server.replication.protocol.AddMsg
Creates a new AddMessage.
AddMsg(CSN, Entry, UUID, UUID) - Constructor for class org.opends.server.replication.protocol.AddMsg
Creates a new AddMessage.
addNameAndJsonQueryEqualityMatchingRuleChangeListener(ConfigurationChangeListener<NameAndJsonQueryEqualityMatchingRuleCfg>) - Method in interface org.forgerock.opendj.server.config.server.NameAndJsonQueryEqualityMatchingRuleCfg
Register to be notified when this Name And JSON Query Equality Matching Rule is changed.
addNameForm(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided name form definition to this schema builder.
addNewManagedObject() - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
Adds this new managed object.
addNonGlobalAci(Entry, List<LocalizableMessage>, ServerContext) - Method in class org.opends.server.authorization.dseecompat.AciList
Add all the ACI from an entry to the ACI list.
addNullChangeListener(ConfigurationChangeListener<NullBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.NullBackendCfg
Register to be notified when this Null Backend is changed.
addNumSubordinatesChangeListener(ConfigurationChangeListener<NumSubordinatesVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.NumSubordinatesVirtualAttributeCfg
Register to be notified when this Num Subordinates Virtual Attribute is changed.
addObjectClass(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided object class definition to this schema builder.
addObjectClass(ObjectClass, String) - Method in class org.opends.server.core.AddOperation
Adds the provided objectclass to the entry to add.
addObjectClass(ObjectClass, String) - Method in interface org.opends.server.types.operation.PreOperationAddOperation
Adds the provided objectclass to the entry to add.
addOpenDjSecurityProviderSchema(SchemaBuilder) - Static method in class org.forgerock.opendj.security.OpenDjSecurityProviderSchema
Adds the schema elements required by the OpenDJ security provider to the provided schema builder.
AddOperation - Class in org.opends.server.core
This class defines an operation that may be used to add a new entry to the Directory Server.
AddOperation(RequestContext, LocalBackend<?>, AddRequest, Consumer<ResponseStream>) - Constructor for class org.opends.server.core.AddOperation
Creates a new add operation.
addOrReplace(KeyStoreSecretStore.AliasSpec) - Method in interface org.forgerock.secrets.keystore.KeyStoreSecretStore.AliasSpecProvider
Adds a new AliasSpec in the list of usable aliases.
addOrReplace(KeyStoreSecretStore.AliasSpec) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.CompositeAliasSpecProvider
 
addOrReplace(KeyStoreSecretStore.AliasSpec) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.PredicateAliasSpecProvider
 
addOrReplace(KeyStoreSecretStore.AliasSpec) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.StaticAliasSpecProvider
 
addPasswordExpirationTimeChangeListener(ConfigurationChangeListener<PasswordExpirationTimeVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordExpirationTimeVirtualAttributeCfg
Register to be notified when this Password Expiration Time Virtual Attribute is changed.
addPasswordGeneratorAddListener(ConfigurationAddListener<PasswordGeneratorCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Password Generators are added.
addPasswordGeneratorDeleteListener(ConfigurationDeleteListener<PasswordGeneratorCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Password Generators are deleted.
addPasswordModifyChangeListener(ConfigurationChangeListener<PasswordModifyExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordModifyExtendedOperationHandlerCfg
Register to be notified when this Password Modify Extended Operation Handler is changed.
addPasswordPolicyAddListener(ConfigurationAddListener<AuthenticationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Password Policies are added.
addPasswordPolicyChangeListener(ConfigurationChangeListener<PasswordPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Register to be notified when this Password Policy is changed.
addPasswordPolicyDeleteListener(ConfigurationDeleteListener<AuthenticationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Password Policies are deleted.
addPasswordPolicyImportChangeListener(ConfigurationChangeListener<PasswordPolicyImportPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyImportPluginCfg
Register to be notified when this Password Policy Import Plugin is changed.
addPasswordPolicyStateChangeListener(ConfigurationChangeListener<PasswordPolicyStateExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyStateExtendedOperationHandlerCfg
Register to be notified when this Password Policy State Extended Operation Handler is changed.
addPasswordPolicySubentryChangeListener(ConfigurationChangeListener<PasswordPolicySubentryVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicySubentryVirtualAttributeCfg
Register to be notified when this Password Policy Subentry Virtual Attribute is changed.
addPasswordPolicyWarningToLog(LocalizableMessage) - Method in class org.opends.server.types.Operation
Adds a password policy warning message in the Log additional items.
addPasswordStorageSchemeAddListener(ConfigurationAddListener<PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Password Storage Schemes are added.
addPasswordStorageSchemeDeleteListener(ConfigurationDeleteListener<PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Password Storage Schemes are deleted.
addPasswordValidatorAddListener(ConfigurationAddListener<PasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Password Validators are added.
addPasswordValidatorDeleteListener(ConfigurationDeleteListener<PasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Password Validators are deleted.
addPatchOperation(String, String, JsonValue) - Method in interface org.forgerock.json.resource.PatchRequest
Adds a single patch operation which should be performed against the targeted resource.
addPatchOperation(PatchOperation...) - Method in interface org.forgerock.json.resource.PatchRequest
Adds one or more patch operations which should be performed against the targeted resource.
addPatternSyntax(String, String, Pattern, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided pattern syntax definition to this schema builder.
addPbkdf2ChangeListener(ConfigurationChangeListener<Pbkdf2PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.Pbkdf2PasswordStorageSchemeCfg
Register to be notified when this PBKDF2 Password Storage Scheme is changed.
addPbkdf2HmacSha256ChangeListener(ConfigurationChangeListener<Pbkdf2HmacSha256PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.Pbkdf2HmacSha256PasswordStorageSchemeCfg
Register to be notified when this PBKDF2-HMAC-SHA256 Password Storage Scheme is changed.
addPbkdf2HmacSha512ChangeListener(ConfigurationChangeListener<Pbkdf2HmacSha512PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.Pbkdf2HmacSha512PasswordStorageSchemeCfg
Register to be notified when this PBKDF2-HMAC-SHA512 Password Storage Scheme is changed.
addPemChangeListener(ConfigurationChangeListener<PemKeyManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.PemKeyManagerProviderCfg
Register to be notified when this Pem Key Manager Provider is changed.
addPemChangeListener(ConfigurationChangeListener<PemTrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.PemTrustManagerProviderCfg
Register to be notified when this Pem Trust Manager Provider is changed.
addPermissive(JsonPointer, Object) - Method in class org.forgerock.json.JsonValue
Adds the value identified by the specified pointer, relative to this value as root.
addPkcs11ChangeListener(ConfigurationChangeListener<Pkcs11KeyManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.Pkcs11KeyManagerProviderCfg
Register to be notified when this PKCS#11 Key Manager Provider is changed.
addPkcs11ChangeListener(ConfigurationChangeListener<Pkcs11TrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.Pkcs11TrustManagerProviderCfg
Register to be notified when this PKCS#11 Trust Manager Provider is changed.
addPkcs5s2ChangeListener(ConfigurationChangeListener<Pkcs5s2PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.Pkcs5s2PasswordStorageSchemeCfg
Register to be notified when this PKCS#5 V2.0 Scheme 2 Password Storage Scheme is changed.
addPlainChangeListener(ConfigurationChangeListener<PlainSaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.PlainSaslMechanismHandlerCfg
Register to be notified when this Plain SASL Mechanism Handler is changed.
addPluggableChangeListener(ConfigurationChangeListener<PluggableBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Register to be notified when this Pluggable Backend is changed.
addPluginAddListener(ConfigurationAddListener<PluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Registers to be notified when new Plugins are added.
addPluginDeleteListener(ConfigurationDeleteListener<PluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Registers to be notified when existing Plugins are deleted.
addPolicyBasedChangeListener(ConfigurationChangeListener<PolicyBasedAccessControlHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.PolicyBasedAccessControlHandlerCfg
Register to be notified when this Policy Based Access Control Handler is changed.
addPostReadResponse(PostReadRequestControl, Entry) - Method in class org.opends.server.types.Operation
Adds the post-read response control to the response if requested.
addPreReadResponse(PreReadRequestControl, Entry) - Method in class org.opends.server.types.Operation
Adds the pre-read response control to the response if requested.
addPrometheusEndpointChangeListener(ConfigurationChangeListener<PrometheusEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.PrometheusEndpointCfg
Register to be notified when this Prometheus HTTP Endpoint is changed.
addProperty(PropertyDefinition<T>, Collection<ValueOrExpression<T>>, Collection<ValueOrExpression<T>>) - Method in class org.forgerock.opendj.config.client.spi.PropertySet
Creates a property with the provided sets of pre-validated default and active values.
addProxyChangeListener(ConfigurationChangeListener<ProxyBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Register to be notified when this Proxy Backend is changed.
addRandomChangeListener(ConfigurationChangeListener<RandomPasswordGeneratorCfg>) - Method in interface org.forgerock.opendj.server.config.server.RandomPasswordGeneratorCfg
Register to be notified when this Random Password Generator is changed.
addRc4ChangeListener(ConfigurationChangeListener<Rc4PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.Rc4PasswordStorageSchemeCfg
Register to be notified when this RC4 Password Storage Scheme is changed.
addRdnAttributes(Entry) - Static method in class org.opends.server.util.StaticUtils
Add the RDN attribute(s) to the provided entry.
addRebuildIndex(String) - Method in class org.opends.server.backends.RebuildConfig
Add an index to be rebuilt into the configuration.
addRecord(ChangeNumberIndexRecord) - Method in interface org.opends.server.replication.server.changelog.api.ChangeNumberIndexDB
Add an update to the list of messages that must be saved to this DB managed by this DB and return the changeNumber associated to this record.
addRecurringTask(Entry) - Method in class org.opends.server.backends.task.TaskScheduler
Adds a recurring task to the scheduler, optionally scheduling the first iteration for processing.
addReferentialIntegrityChangeListener(ConfigurationChangeListener<ReferentialIntegrityPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
Register to be notified when this Referential Integrity Plugin is changed.
addReferralUri(String) - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
addReferralUri(String) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
addReferralUri(String) - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
addReferralUri(String) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
addReferralUri(String) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
addReferralUri(String) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
addReferralUri(String) - Method in interface org.forgerock.opendj.ldap.messages.Result
Adds the provided referral URI to this result.
addReferralUri(String) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
addRegularExpressionChangeListener(ConfigurationChangeListener<RegularExpressionIdentityMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.RegularExpressionIdentityMapperCfg
Register to be notified when this Regular Expression Identity Mapper is changed.
addRepeatedCharactersChangeListener(ConfigurationChangeListener<RepeatedCharactersPasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.RepeatedCharactersPasswordValidatorCfg
Register to be notified when this Repeated Characters Password Validator is changed.
addReplica(DomainReplicaId) - Method in record class org.opends.server.replication.server.ChangelogState
Returns a changelog state with the specified replica added if it is not already present.
addReplicaDB(DomainReplicaId, CSN) - Method in class org.opends.server.replication.server.changelog.file.DomainDBCursor
Adds a replicaDB for this cursor to iterate over.
addReplicationChangeListener(ConfigurationChangeListener<ReplicationServiceDiscoveryMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
Register to be notified when this Replication Service Discovery Mechanism is changed.
addReplicationChangeListener(ConfigurationChangeListener<ReplicationSynchronizationProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Register to be notified when this Replication Synchronization Provider is changed.
addReplicationDomainAddListener(ConfigurationAddListener<ReplicationDomainCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Registers to be notified when new Replication Domains are added.
addReplicationDomainDeleteListener(ConfigurationDeleteListener<ReplicationDomainCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Registers to be notified when existing Replication Domains are deleted.
addReplicationServerAddListener(ConfigurationAddListener<ReplicationServerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Registers to be notified when the Replication Server is added.
addReplicationServerDeleteListener(ConfigurationDeleteListener<ReplicationServerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Registers to be notified the Replication Server is deleted.
AddRequest - Class in org.forgerock.opendj.ldap.messages
The Add operation allows a client to request the addition of an entry into the Directory.
addRequestControl(Control) - Method in class org.opends.server.types.Operation
Adds the provided control to the set of request controls for this operation.
addRequestControl(Control) - Method in interface org.opends.server.types.operation.PreParseOperation
Adds the provided control to the set of request controls for this operation.
addResponseControl(Control) - Method in class org.opends.server.core.AbandonOperation
 
addResponseControl(Control) - Method in class org.opends.server.core.AddOperation
 
addResponseControl(Control) - Method in class org.opends.server.core.BindOperation
 
addResponseControl(Control) - Method in class org.opends.server.core.CompareOperation
 
addResponseControl(Control) - Method in class org.opends.server.core.DeleteOperation
 
addResponseControl(Control) - Method in class org.opends.server.core.ExtendedOperation
 
addResponseControl(Control) - Method in class org.opends.server.core.ModifyDnOperation
 
addResponseControl(Control) - Method in class org.opends.server.core.ModifyOperation
 
addResponseControl(Control) - Method in class org.opends.server.core.SearchOperation
 
addResponseControl(Control) - Method in class org.opends.server.core.UnbindOperation
 
addResponseControl(Control) - Method in class org.opends.server.types.Operation
Adds the provided control to the set of controls to include in the response to the client.
addResponseControl(Control) - Method in interface org.opends.server.types.operation.InProgressOperation
Adds the provided control to the set of controls to include in the response to the client.
addResponseControl(Control) - Method in interface org.opends.server.types.operation.PostOperationOperation
Adds the provided control to the set of controls to include in the response to the client.
addResponseControl(Control) - Method in interface org.opends.server.types.operation.PreOperationOperation
Adds the provided control to the set of controls to include in the response to the client.
addResponseControl(Control) - Method in interface org.opends.server.types.operation.PreParseOperation
Adds the provided control to the set of controls to include in the response to the client.
AddressMask - Class in org.forgerock.opendj.ldap
An address mask can be used to perform efficient comparisons against IP addresses to determine whether a particular IP address is in a given range.
addRest2ldapEndpointChangeListener(ConfigurationChangeListener<Rest2ldapEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.Rest2ldapEndpointCfg
Register to be notified when this Rest2LDAP Endpoint is changed.
addRightsToEntry(AciHandler, Set<String>, AciLDAPOperationContainer, Entry, boolean, Schema) - Static method in class org.opends.server.authorization.dseecompat.AciEffectiveRights
Attempts to add the geteffectiverights asked for in the search to the entry being returned.
addRoute(RoutingMode, Router.UriTemplate, RequestHandler) - Method in class org.forgerock.json.resource.Router
Adds a new route to this router for the provided request handler.
addRoute(Version, CollectionResourceProvider) - Method in class org.forgerock.json.resource.Router
Adds a new route to this router for the provided collection resource provider.
addRoute(Version, RequestHandler) - Method in class org.forgerock.json.resource.Router
Adds a new route to this router for the provided request handler.
addRoute(Version, SingletonResourceProvider) - Method in class org.forgerock.json.resource.Router
Adds a new route to this router for the provided singleton resource provider.
addRoute(Router.UriTemplate, CollectionResourceProvider) - Method in class org.forgerock.json.resource.Router
Adds a new route to this router for the provided collection resource provider.
addRoute(Router.UriTemplate, SingletonResourceProvider) - Method in class org.forgerock.json.resource.Router
Adds a new route to this router for the provided singleton resource provider.
addSaltedMd5ChangeListener(ConfigurationChangeListener<SaltedMd5PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.SaltedMd5PasswordStorageSchemeCfg
Register to be notified when this Salted MD5 Password Storage Scheme is changed.
addSaltedSha1ChangeListener(ConfigurationChangeListener<SaltedSha1PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.SaltedSha1PasswordStorageSchemeCfg
Register to be notified when this Salted SHA-1 Password Storage Scheme is changed.
addSaltedSha256ChangeListener(ConfigurationChangeListener<SaltedSha256PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.SaltedSha256PasswordStorageSchemeCfg
Register to be notified when this Salted SHA-256 Password Storage Scheme is changed.
addSaltedSha384ChangeListener(ConfigurationChangeListener<SaltedSha384PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.SaltedSha384PasswordStorageSchemeCfg
Register to be notified when this Salted SHA-384 Password Storage Scheme is changed.
addSaltedSha512ChangeListener(ConfigurationChangeListener<SaltedSha512PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.SaltedSha512PasswordStorageSchemeCfg
Register to be notified when this Salted SHA-512 Password Storage Scheme is changed.
addSambaPasswordChangeListener(ConfigurationChangeListener<SambaPasswordPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.SambaPasswordPluginCfg
Register to be notified when this Samba Password Plugin is changed.
addSaslMechanismHandlerAddListener(ConfigurationAddListener<SaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Sasl Mechanism Handlers are added.
addSaslMechanismHandlerDeleteListener(ConfigurationDeleteListener<SaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Sasl Mechanism Handlers are deleted.
addSchema(Connection, Dn, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Reads the schema elements contained in the named subschema sub-entry and adds them to this schema builder.
addSchema(Entry, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds all of the schema elements contained in the provided subschema subentry to this schema builder.
addSchema(Entry, boolean, SchemaBuilder.SchemaBuilderHook) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds all of the schema elements contained in the provided subschema subentry to this schema builder.
addSchema(LdapClientSocket, Dn, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Reads the schema elements contained in the named subschema sub-entry and adds them to this schema builder.
addSchema(Schema, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds all of the schema elements in the provided schema to this schema builder.
addSchemaAsync(Connection, Dn, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Asynchronously reads the schema elements contained in the named subschema sub-entry and adds them to this schema builder.
addSchemaChangeListener(ConfigurationChangeListener<SchemaBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.SchemaBackendCfg
Register to be notified when this Schema Backend is changed.
AddSchemaFileTask - Class in org.opends.server.tasks
This class provides an implementation of a Directory Server task that can be used to add the contents of a new schema file into the server schema.
AddSchemaFileTask() - Constructor for class org.opends.server.tasks.AddSchemaFileTask
 
addSchemaFileToElementDefinitionIfAbsent(String, String) - Static method in class org.opends.server.util.SchemaUtils
Adds the provided schema file to the provided schema element definition.
addSchemaForEntry(Connection, Dn, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Reads the schema elements contained in the subschema sub-entry which applies to the named entry and adds them to this schema builder.
addSchemaForEntry(LdapClientSocket, Dn, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Reads the schema elements contained in the subschema sub-entry which applies to the named entry and adds them to this schema builder.
addSchemaForEntryAsync(Connection, Dn, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Asynchronously reads the schema elements contained in the subschema sub-entry which applies to the named entry and adds them to this schema builder.
addSchemaProviderAddListener(ConfigurationAddListener<SchemaProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Schema Providers are added.
addSchemaProviderDeleteListener(ConfigurationDeleteListener<SchemaProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Schema Providers are deleted.
addScramSha256ChangeListener(ConfigurationChangeListener<ScramSha256PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.ScramSha256PasswordStorageSchemeCfg
Register to be notified when this SCRAM-SHA-256 Password Storage Scheme is changed.
addScramSha256ChangeListener(ConfigurationChangeListener<ScramSha256SaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ScramSha256SaslMechanismHandlerCfg
Register to be notified when this SCRAM-SHA-256 SASL Mechanism Handler is changed.
addScramSha512ChangeListener(ConfigurationChangeListener<ScramSha512PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.ScramSha512PasswordStorageSchemeCfg
Register to be notified when this SCRAM-SHA-512 Password Storage Scheme is changed.
addScramSha512ChangeListener(ConfigurationChangeListener<ScramSha512SaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ScramSha512SaslMechanismHandlerCfg
Register to be notified when this SCRAM-SHA-512 SASL Mechanism Handler is changed.
addServer(HostPort) - Method in class org.opends.server.replication.plugin.MultimasterReplication.UnreachableReplicationServers
Add a server to the set of temporarily unreachable unreachableServers.
addServiceDiscoveryMechanismAddListener(ConfigurationAddListener<ServiceDiscoveryMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Service Discovery Mechanisms are added.
addServiceDiscoveryMechanismDeleteListener(ConfigurationDeleteListener<ServiceDiscoveryMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Service Discovery Mechanisms are deleted.
addSevenBitCleanChangeListener(ConfigurationChangeListener<SevenBitCleanPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.SevenBitCleanPluginCfg
Register to be notified when this Seven Bit Clean Plugin is changed.
addSha1ChangeListener(ConfigurationChangeListener<Sha1PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.Sha1PasswordStorageSchemeCfg
Register to be notified when this SHA-1 Password Storage Scheme is changed.
addShutdownListener(ShutdownListener) - Method in interface org.forgerock.util.thread.listener.ShutdownManager
Adds a ShutdownListener to this ShutdownManager with the default priority.
addShutdownListener(ShutdownListener, ShutdownPriority) - Method in interface org.forgerock.util.thread.listener.ShutdownManager
Adds a ShutdownListener to this ShutdownManager with the supplied priority.
addSimilarityBasedChangeListener(ConfigurationChangeListener<SimilarityBasedPasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.SimilarityBasedPasswordValidatorCfg
Register to be notified when this Similarity Based Password Validator is changed.
addSizeLimitChangeListener(ConfigurationChangeListener<SizeLimitLogRetentionPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.SizeLimitLogRetentionPolicyCfg
Register to be notified when this Size Limit Log Retention Policy is changed.
addSizeLimitChangeListener(ConfigurationChangeListener<SizeLimitLogRotationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.SizeLimitLogRotationPolicyCfg
Register to be notified when this Size Limit Log Rotation Policy is changed.
addSmtpChangeListener(ConfigurationChangeListener<SmtpAccountStatusNotificationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.SmtpAccountStatusNotificationHandlerCfg
Register to be notified when this SMTP Account Status Notification Handler is changed.
addSmtpChangeListener(ConfigurationChangeListener<SmtpAlertHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.SmtpAlertHandlerCfg
Register to be notified when this SMTP Alert Handler is changed.
addSoftReferenceChangeListener(ConfigurationChangeListener<SoftReferenceEntryCacheCfg>) - Method in interface org.forgerock.opendj.server.config.server.SoftReferenceEntryCacheCfg
Register to be notified when this Soft Reference Entry Cache is changed.
addSortKey(String...) - Method in interface org.forgerock.json.resource.QueryRequest
Adds one or more sort keys which will be used for ordering the JSON resources returned by this query request.
addSortKey(SortKey...) - Method in interface org.forgerock.json.resource.QueryRequest
Adds one or more sort keys which will be used for ordering the JSON resources returned by this query request.
addStartTlsChangeListener(ConfigurationChangeListener<StartTlsExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.StartTlsExtendedOperationHandlerCfg
Register to be notified when this StartTLS Extended Operation Handler is changed.
addStaticChangeListener(ConfigurationChangeListener<StaticServiceDiscoveryMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
Register to be notified when this Static Service Discovery Mechanism is changed.
addStructuralObjectClassChangeListener(ConfigurationChangeListener<StructuralObjectClassVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.StructuralObjectClassVirtualAttributeCfg
Register to be notified when this Structural Object Class Virtual Attribute is changed.
addSubjectAttributeToUserAttributeChangeListener(ConfigurationChangeListener<SubjectAttributeToUserAttributeCertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.SubjectAttributeToUserAttributeCertificateMapperCfg
Register to be notified when this Subject Attribute To User Attribute Certificate Mapper is changed.
addSubjectDnToUserAttributeChangeListener(ConfigurationChangeListener<SubjectDnToUserAttributeCertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.SubjectDnToUserAttributeCertificateMapperCfg
Register to be notified when this Subject DN To User Attribute Certificate Mapper is changed.
addSubjectEqualsDnChangeListener(ConfigurationChangeListener<SubjectEqualsDnCertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.SubjectEqualsDnCertificateMapperCfg
Register to be notified when this Subject Equals DN Certificate Mapper is changed.
addSubschemaSubentryChangeListener(ConfigurationChangeListener<SubschemaSubentryVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.SubschemaSubentryVirtualAttributeCfg
Register to be notified when this Subschema Subentry Virtual Attribute is changed.
addSubstitutionSyntax(String, String, String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided substitution syntax definition to this schema builder.
addSynchronizationProviderAddListener(ConfigurationAddListener<SynchronizationProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Synchronization Providers are added.
addSynchronizationProviderDeleteListener(ConfigurationDeleteListener<SynchronizationProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Synchronization Providers are deleted.
addSyntax(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided syntax definition to this schema builder.
addTargAttrFiltersMatchAci(Aci) - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Add the specified ACI to a list of ACIs that have a targattrfilters rule that matched.
addTaskAttributes(Entry) - Method in class org.opends.server.tools.ExportLdif
 
addTaskAttributes(Entry) - Method in class org.opends.server.tools.ImportLdif
 
addTaskAttributes(Entry) - Method in class org.opends.server.tools.RebuildIndex
 
addTaskAttributes(Entry) - Method in interface org.opends.server.tools.TaskCommand
Adds attributes to the task entry before it is sent to the server.
addTaskAttributes(Entry) - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
Adds utility specific attributes to the provided task entry that is added to the task backend.
addTaskChangeListener(ConfigurationChangeListener<TaskBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.TaskBackendCfg
Register to be notified when this Task Backend is changed.
addTaskRelatedArgumentsToParser(boolean) - Method in class org.opends.server.tools.tasks.TaskToolHelper
Add all the task-related arguments to the constructor-supplied argument parser or sub command.
addTaskRelatedArgumentsToParser(BooleanArgument) - Method in class org.opends.server.tools.tasks.TaskToolHelper
Add all the task-related arguments to the constructor-supplied argument parser or sub command.
addTimeLimitChangeListener(ConfigurationChangeListener<TimeLimitLogRotationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.TimeLimitLogRotationPolicyCfg
Register to be notified when this Time Limit Log Rotation Policy is changed.
addToBatch(String, JsonValue, StringBuilder) - Method in interface org.forgerock.audit.events.handlers.buffering.BatchConsumer
Adds an audit event to a batch payload.
addToBatch(String, JsonValue, StringBuilder) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
Adds an audit event to an Elasticsearch Bulk API payload.
addToBatch(String, JsonValue, StringBuilder) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandler
 
addToBatch(String, JsonValue, StringBuilder) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandler
 
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Adds this attribute type to the schema, throwing a ConflictingSchemaElementException if there is an existing attribute type with the same numeric OID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds this DIT content rule to the schema, throwing a ConflictingSchemaElementException if there is an existing DIT content rule with the same structural object class OID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Adds this DIT structure rule to the schema, throwing a ConflictingSchemaElementException if there is an existing DIT structure rule with the same numeric ID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Adds this matching rule to the schema, throwing a ConflictingSchemaElementException if there is an existing matching rule with the same numeric OID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Adds this matching rule use definition to the schema, throwing a ConflictingSchemaElementException if there is an existing matching rule definition with the same numeric OID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds this name form to the schema, throwing a ConflictingSchemaElementException if there is an existing name form with the same numeric OID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds this object class to the schema, throwing a ConflictingSchemaElementException if there is an existing object class with the same numeric OID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
Adds this syntax to the schema, throwing a ConflictingSchemaElementException if there is an existing syntax with the same numeric OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Adds this attribute type to the schema overwriting any existing attribute type with the same numeric OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds this DIT content rule to the schema overwriting any existing content rule with the same structural class OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Adds this DIT structure rule to the schema overwriting any existing DIT structure rule with the same numeric ID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Adds this matching rule to the schema overwriting any existing matching rule with the same numeric OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Adds this matching rule use definition to the schema overwriting any existing matching rule use definition with the same numeric OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds this name form to the schema overwriting any existing name form with the same numeric OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds this object class to the schema overwriting any existing object class with the same numeric OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
Adds this syntax to the schema overwriting any existing syntax with the same numeric OID.
addTraditionalChangeListener(ConfigurationChangeListener<TraditionalWorkQueueCfg>) - Method in interface org.forgerock.opendj.server.config.server.TraditionalWorkQueueCfg
Register to be notified when this Traditional Work Queue is changed.
addTripleDesChangeListener(ConfigurationChangeListener<TripleDesPasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.TripleDesPasswordStorageSchemeCfg
Register to be notified when this Triple-DES Password Storage Scheme is changed.
addTrustManagerProviderAddListener(ConfigurationAddListener<TrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Trust Manager Providers are added.
addTrustManagerProviderDeleteListener(ConfigurationDeleteListener<TrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Trust Manager Providers are deleted.
addUniqueAttributeChangeListener(ConfigurationChangeListener<UniqueAttributePluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.UniqueAttributePluginCfg
Register to be notified when this Unique Attribute Plugin is changed.
addUniqueCharactersChangeListener(ConfigurationChangeListener<UniqueCharactersPasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.UniqueCharactersPasswordValidatorCfg
Register to be notified when this Unique Characters Password Validator is changed.
addUri(String) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultReference
Adds the provided continuation reference URI to this search result reference.
addUserDefinedChangeListener(ConfigurationChangeListener<UserDefinedVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.UserDefinedVirtualAttributeCfg
Register to be notified when this User Defined Virtual Attribute is changed.
addUserTemplateChangeListener(ConfigurationChangeListener<UserTemplateVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.UserTemplateVirtualAttributeCfg
Register to be notified when this User Template Virtual Attribute is changed.
addValue(String, List<ByteString>, String) - Method in class org.opends.server.authorization.dseecompat.PatternRDN
Add another attribute-value pair to the pattern.
addVirtualAttributeAddListener(ConfigurationAddListener<VirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when new Virtual Attributes are added.
addVirtualAttributeDeleteListener(ConfigurationDeleteListener<VirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Registers to be notified when existing Virtual Attributes are deleted.
addVirtualAttributes(AttributeDescription, BiFunction<Dn, MemoryBackend, Attribute>) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Adds a virtual attribute to the backend.
addWhoAmIChangeListener(ConfigurationChangeListener<WhoAmIExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.WhoAmIExtendedOperationHandlerCfg
Register to be notified when this Who Am I Extended Operation Handler is changed.
adjust(CSN) - Method in class org.opends.server.replication.common.CSNGenerator
Adjust the lastTime of this CSNGenerator with a CSN that we have received from another server.
adjust(ServerState) - Method in class org.opends.server.replication.common.CSNGenerator
Adjust utility method that takes ServerState as a parameter.
adjustJulLevel() - Method in class org.opends.server.core.LoggerConfigManager
Update the current java.util.logging.Level.
ADLER_32 - Enum constant in enum class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn.ChecksumAlgorithm
The Adler-32 checksum algorithm which is almost as reliable as a CRC-32 but can be computed much faster.
ADMIN_DATA_DN - Static variable in class org.forgerock.opendj.setup.model.SetupConstants
DN of the administration data replication domain.
ADMIN_DISCONNECT - Enum constant in enum class org.opends.server.types.DisconnectReason
The disconnect reason that indicates that the client connection was closed because an administrator terminated the connection.
ADMIN_LIMIT_EXCEEDED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
ADMIN_LIMIT_EXCEEDED - Enum constant in enum class org.opends.server.types.DisconnectReason
The disconnect reason that indicates that the client connection was closed because an administrative limit was exceeded.
ADMIN_LIMIT_EXCEEDED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that processing on the requested operation could not continue because an administrative limit was exceeded.
adminActionRequired() - Method in class org.forgerock.opendj.config.server.ConfigChangeResult
Indicates whether administrative action is required before one or more of the changes will take effect.
AdminDataTrustManagerProvider - Class in org.opends.server.extensions
This class defines a trust manager provider that will reference certificates stored in an LDAP backend.
AdminDataTrustManagerProvider() - Constructor for class org.opends.server.extensions.AdminDataTrustManagerProvider
Creates a new LDAP trust manager provider.
AdminDataTrustManagerProviderCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying cn=admin data Trust Manager Provider settings.
AdminDataTrustManagerProviderCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying cn=admin data Trust Manager Provider settings.
AdminDataTrustManagerProviderCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the cn=admin data Trust Manager Provider managed object definition meta information.
adminEndpoint() - Method in record class org.opends.server.replication.common.DSInfo
Returns the value of the adminEndpoint record component.
AdminEndpoint - Class in org.opends.server.protocols.http.rest2ldap
An HTTP endpoint providing access to the server's monitoring backend (cn=monitor) and its configuration (cn=config).
AdminEndpoint(AdminEndpointCfg, ServerContext) - Constructor for class org.opends.server.protocols.http.rest2ldap.AdminEndpoint
Create a new AdminEndpoint with the supplied configuration.
AdminEndpointCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Admin Endpoint settings.
AdminEndpointCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Admin Endpoint settings.
AdminEndpointCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Admin Endpoint managed object definition meta information.
adminEndpoints() - Method in record class org.opends.server.replication.common.DSInfo
Returns the value of the adminEndpoints record component.
adminEndpoints() - Method in record class org.opends.server.replication.common.RSInfo
Returns the value of the adminEndpoints record component.
AdminException - Exception in org.forgerock.opendj.config
Exceptions thrown when interacting with administration framework.
AdminException(LocalizableMessage) - Constructor for exception org.forgerock.opendj.config.AdminException
Create an admin exception with a message.
AdminException(LocalizableMessage, Throwable) - Constructor for exception org.forgerock.opendj.config.AdminException
Create an admin exception with a message and cause.
AdministrationConnector - Class in org.opends.server.config
This class is a wrapper on top of LDAPConnectionHandler to manage the administration connector, which is an LDAPConnectionHandler with specific (limited) configuration properties.
AdministrationConnector(ServerContext) - Constructor for class org.opends.server.config.AdministrationConnector
Creates an instance of the administration connector.
AdministrationConnectorCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Administration Connector settings.
AdministrationConnectorCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Administration Connector settings.
AdministrationConnectorCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Administration Connector managed object definition meta information.
AdministrationDataSync - Class in org.opends.server.admin
Check if information found in "cn=admin data" is coherent with cn=config.
AdministrationDataSync(Connection) - Constructor for class org.opends.server.admin.AdministrationDataSync
Create an object that will synchronize configuration and the admin data.
AdministratorAction - Class in org.forgerock.opendj.config
Defines an optional action which administators must perform after they have modified a property.
AdministratorAction(AdministratorAction.Type, AbstractManagedObjectDefinition<?, ?>, String) - Constructor for class org.forgerock.opendj.config.AdministratorAction
Create a new administrator action.
AdministratorAction.Type - Enum Class in org.forgerock.opendj.config
Specifies the type of administrator action which must be performed in order for pending changes to take effect.
adminPort(int) - Method in class org.forgerock.opendj.server.embedded.ConnectionParameters
Sets the port for directory server administration.
adminPort(int) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the administration port of the instance to setup.
AdNotificationRequestControl - Class in org.forgerock.opendj.ldap.controls
The persistent search request control for Active Directory as defined by Microsoft.
advanced() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Specifies that this profile parameter is advanced.
ADVANCED - Enum constant in enum class org.forgerock.opendj.config.ManagedObjectOption
Use this option to identify managed object types which should be considered as advanced and should not be exposed by default in client applications.
ADVANCED - Enum constant in enum class org.forgerock.opendj.config.PropertyOption
Use this option to identify properties which should be considered as advanced and should not be exposed by default in client applications.
ADVANCED - Enum constant in enum class org.forgerock.opendj.config.RelationOption
Use this option to identify relations which should be considered as advanced and should not be exposed by default in client applications.
AdviceContext - Class in org.forgerock.json.resource
A Context containing information which should be returned to the user in some appropriate form to the user.
AdviceContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.json.resource.AdviceContext
Restore from JSON representation.
AdviceContext(Context, Collection<String>) - Constructor for class org.forgerock.json.resource.AdviceContext
Creates a new AdviceContext with the provided parent.
AdviceWarning - Class in org.forgerock.json.resource
WarningHeader implements RFC 2616 section 14.46 - Warning.
AESPasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme that will encode values using the AES reversible encryption algorithm.
AESPasswordStorageScheme() - Constructor for class org.opends.server.extensions.AESPasswordStorageScheme
Default ctor.
AesPasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying AES Password Storage Scheme settings.
AesPasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying AES Password Storage Scheme settings.
AesPasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the AES Password Storage Scheme managed object definition meta information.
AFFECTS_MULTIPLE_DSAS - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
AFFECTS_MULTIPLE_DSAS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the operation could not be processed because it would impact multiple DSAs or other repositories.
AffinityContext - Class in org.forgerock.opendj.rest2ldap
An affinity context can be used to bypass any load-balancing and always direct a requests to the same server.
AffinityContext(Context, String) - Constructor for class org.forgerock.opendj.rest2ldap.AffinityContext
Constructs a new AffinityContext.
after(String) - Method in class org.forgerock.audit.events.ConfigAuditEventBuilder
Records the new state of the modified object as a String.
after(JsonValue) - Method in class org.forgerock.audit.events.ConfigAuditEventBuilder
Records the new state of the modified object as JSON.
AFTER - Static variable in class org.forgerock.audit.events.ConfigAuditEventBuilder
 
afterBackup() - Method in class org.opends.server.backends.jeb.JEBackend
 
afterBackup() - Method in class org.opends.server.backends.LDIFBackend
 
afterBackup() - Method in class org.opends.server.backends.SchemaBackend
 
afterBackup() - Method in class org.opends.server.backends.task.TaskBackend
 
afterBackup() - Method in interface org.opends.server.backup.Backupable
Performs any necessary processing after a backup is performed.
afterRestore() - Method in class org.opends.server.backends.jeb.JEBackend
 
afterRestore() - Method in class org.opends.server.backends.LDIFBackend
 
afterRestore() - Method in class org.opends.server.backends.SchemaBackend
 
afterRestore() - Method in class org.opends.server.backends.task.TaskBackend
 
afterRestore() - Method in interface org.opends.server.backup.Backupable
Performs any necessary processing after a restore is performed.
afterRollingOver() - Method in interface org.forgerock.audit.events.handlers.writers.RotatableWriter.RolloverLifecycleHook
This method is called after the rotation and retention checks are done.
aggregate(ConfigChangeResult) - Method in class org.forgerock.opendj.config.server.ConfigChangeResult
Aggregates the results from the provided config change result.
AggregationPropertyDefinition<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
Aggregation property definition.
AggregationPropertyDefinition.Builder<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
An interface for incrementally constructing aggregation property definitions.
AGREE_KEY - Enum constant in enum class org.forgerock.secrets.keys.KeyUsage
Key is intended for deriving a key via a key agreement protocol such as Diffie-Hellman.
ALERT - Enum constant in enum class org.forgerock.audit.handlers.syslog.Severity
Action must be taken immediately.
ALERT_DESCRIPTION_ACCESS_CONTROL_DISABLED - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated if the access control handler is disabled.
ALERT_DESCRIPTION_ACCESS_CONTROL_ENABLED - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated if the access control handler is enabled.
ALERT_DESCRIPTION_ACCESS_CONTROL_PARSE_FAILED - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated if the dseecompat access control subsystem failed to parse one or more ACI rules when the server is first started or a backend is being initialized.
ALERT_DESCRIPTION_BACKUP_FAILURE - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated upon failure of a backup.
ALERT_DESCRIPTION_BACKUP_SUCCESS - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated upon success of a backup.
ALERT_DESCRIPTION_CANNOT_COPY_SCHEMA_FILES - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated if a problem occurs while creating copies of the existing schema configuration files and a problem occurs that leaves the schema configuration in a potentially inconsistent state.
ALERT_DESCRIPTION_CANNOT_RENAME_CURRENT_TASK_FILE - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated if an error occurs while attempting to rename the current tasks backing file.
ALERT_DESCRIPTION_CANNOT_RENAME_NEW_TASK_FILE - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated if an error occurs while attempting to rename the new tasks backing file.
ALERT_DESCRIPTION_CANNOT_SCHEDULE_RECURRING_ITERATION - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated if an error occurs while attempting to schedule an iteration of a recurring task.
ALERT_DESCRIPTION_CANNOT_WRITE_CONFIGURATION - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated if a problem occurs while attempting to write the Directory Server configuration to disk.
ALERT_DESCRIPTION_CANNOT_WRITE_NEW_SCHEMA_FILES - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated if a problem occurs while writing new versions of the server schema configuration files and a problem occurs that leaves the schema configuration in a potentially inconsistent state.
ALERT_DESCRIPTION_CANNOT_WRITE_TASK_FILE - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated if an error occurs while attempting to write the tasks backing file.
ALERT_DESCRIPTION_DISK_FULL - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated when the free disk space has reached the full threshold.
ALERT_DESCRIPTION_DISK_SPACE_LOW - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated when the free disk space has reached the low threshold.
ALERT_DESCRIPTION_ENTERING_LOCKDOWN_MODE - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated upon entering lockdown mode.
ALERT_DESCRIPTION_HTTP_CONNECTION_HANDLER_CONSECUTIVE_FAILURES - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated if consecutive failures in the HTTP connection handler have caused it to become disabled.
ALERT_DESCRIPTION_LDAP_CONNECTION_HANDLER_CONSECUTIVE_FAILURES - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated if consecutive failures in the LDAP connection handler have caused it to become disabled.
ALERT_DESCRIPTION_LDAP_CONNECTION_HANDLER_UNCAUGHT_ERROR - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated if the LDAP connection handler encountered an unexpected error that has caused it to become disabled.
ALERT_DESCRIPTION_LDIF_BACKEND_CANNOT_WRITE_UPDATE - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated when the LDIF backend cannot write an updated LDIF file.
ALERT_DESCRIPTION_LDIF_CONNHANDLER_IO_ERROR - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated if an I/O error occurs while attempting to read or write LDIF content.
ALERT_DESCRIPTION_LDIF_CONNHANDLER_PARSE_ERROR - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated when the LDIF connection handler is unable to process the contents of a file as valid LDIF.
ALERT_DESCRIPTION_LEAVING_LOCKDOWN_MODE - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated upon leaving lockdown mode.
ALERT_DESCRIPTION_MANUAL_CONFIG_EDIT_HANDLED - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated if the server detects that the configuration has been manually edited with the server online and those edits would have been lost by an online config change.
ALERT_DESCRIPTION_MANUAL_CONFIG_EDIT_LOST - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated if the server detects that the configuration has been manually edited with the server online, but a problem occurred while trying to preserve the manual changes that may have caused them to be lost.
ALERT_DESCRIPTION_REPLICATION_UNRESOLVED_CONFLICT - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated if multimaster replication detects a conflict that cannot be solved automatically.
ALERT_DESCRIPTION_SERVER_SHUTDOWN - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated when the Directory Server has started the shutdown process.
ALERT_DESCRIPTION_SERVER_STARTED - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated when the Directory Server has completed its startup process.
ALERT_DESCRIPTION_UNCAUGHT_EXCEPTION - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated by a thread that has died because of an uncaught exception.
ALERT_DESCRIPTION_UNIQUE_ATTR_SYNC_CONFLICT - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated if a unique attribute conflict is detected during synchronization processing.
ALERT_DESCRIPTION_UNIQUE_ATTR_SYNC_ERROR - Static variable in class org.opends.server.util.ServerConstants
The description for the alert type that will be used for the alert notification generated if an error occurs while attempting to perform unique attribute conflict detection during synchronization processing.
ALERT_TYPE_ACCESS_CONTROL_DISABLED - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated if the access control handler is disabled.
ALERT_TYPE_ACCESS_CONTROL_ENABLED - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated if the access control handler is enabled.
ALERT_TYPE_ACCESS_CONTROL_PARSE_FAILED - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated if the dseecompat access control subsystem failed to parse one or more ACI rules when the server is first started or a backend is being initialized.
ALERT_TYPE_BACKUP_FAILURE - Static variable in class org.opends.server.util.ServerConstants
The alert type that will be used when a backup has failed.
ALERT_TYPE_BACKUP_SUCCESS - Static variable in class org.opends.server.util.ServerConstants
The alert type that will be used when a backup has ended successfully.
ALERT_TYPE_CANNOT_COPY_SCHEMA_FILES - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated if a problem occurs while creating copies of the existing schema files in a manner that may leave the schema configuration inconsistent.
ALERT_TYPE_CANNOT_RENAME_CURRENT_TASK_FILE - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated if an error occurs while attempting to rename the current tasks backing file.
ALERT_TYPE_CANNOT_RENAME_NEW_TASK_FILE - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated if an error occurs while attempting to rename the new tasks backing file.
ALERT_TYPE_CANNOT_SCHEDULE_RECURRING_ITERATION - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated if an error occurs while attempting to schedule an iteration of a recurring task.
ALERT_TYPE_CANNOT_WRITE_CONFIGURATION - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated if a problem occurs while attempting to write the Directory Server configuration to disk.
ALERT_TYPE_CANNOT_WRITE_NEW_SCHEMA_FILES - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated if a problem occurs while writing new versions of the server schema files in a manner that may leave the schema configuration inconsistent.
ALERT_TYPE_CANNOT_WRITE_TASK_FILE - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated if an error occurs while attempting to write the tasks backing file.
ALERT_TYPE_DISK_FULL - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated when the JE Environment needs to be reopened by restarting the Directory Server.
ALERT_TYPE_DISK_SPACE_LOW - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated when the JE Environment needs to be reopened by restarting the Directory Server.
ALERT_TYPE_ENTERING_LOCKDOWN_MODE - Static variable in class org.opends.server.util.ServerConstants
The alert type that will be used when the Directory Server enters lockdown mode.
ALERT_TYPE_HTTP_CONNECTION_HANDLER_CONSECUTIVE_FAILURES - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated if consecutive failures in the HTTP connection handler have caused it to become disabled.
ALERT_TYPE_LDAP_CONNECTION_HANDLER_CONSECUTIVE_FAILURES - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated if consecutive failures in the LDAP connection handler have caused it to become disabled.
ALERT_TYPE_LDAP_CONNECTION_HANDLER_UNCAUGHT_ERROR - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated if the LDAP connection handler encountered an unexpected error that has caused it to become disabled.
ALERT_TYPE_LDIF_BACKEND_CANNOT_WRITE_UPDATE - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated when the LDIF backend cannot write an updated LDIF file.
ALERT_TYPE_LDIF_CONNHANDLER_IO_ERROR - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated if an I/O error occurs while attempting to read or write LDIF content.
ALERT_TYPE_LDIF_CONNHANDLER_PARSE_ERROR - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated when the LDIF connection handler is unable to process the contents of a file as valid LDIF.
ALERT_TYPE_LEAVING_LOCKDOWN_MODE - Static variable in class org.opends.server.util.ServerConstants
The alert type that will be used when the Directory Server leaves lockdown mode.
ALERT_TYPE_MANUAL_CONFIG_EDIT_HANDLED - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated if a problem occurs while attempting to write the Directory Server configuration to disk.
ALERT_TYPE_MANUAL_CONFIG_EDIT_LOST - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated if a problem occurs while attempting to write the Directory Server configuration to disk.
ALERT_TYPE_REPLICATION_UNRESOLVED_CONFLICT - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated if multimaster replication detects a conflict that cannot be solved automatically.
ALERT_TYPE_SERVER_SHUTDOWN - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated when the Directory Server has started the shutdown process.
ALERT_TYPE_SERVER_STARTED - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated when the Directory Server has completed its startup process.
ALERT_TYPE_UNCAUGHT_EXCEPTION - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated by a thread that has died because of an uncaught exception.
ALERT_TYPE_UNIQUE_ATTR_SYNC_CONFLICT - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated if a unique attribute conflict is detected during synchronization processing.
ALERT_TYPE_UNIQUE_ATTR_SYNC_ERROR - Static variable in class org.opends.server.util.ServerConstants
The alert type string that will be used for the alert notification generated if an error occurs while attempting to perform unique attribute conflict detection during synchronization processing.
AlertGenerator - Interface in org.opends.server.api
This class defines an interface that may be used to define a set of alert notifications that may be generated by this Directory Server component.
AlertHandler<T extends AlertHandlerCfg> - Interface in org.opends.server.api
This interface defines the set of methods that must be implemented for a Directory Server alert handler.
AlertHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Alert Handler settings.
AlertHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Alert Handler settings.
AlertHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Alert Handler managed object definition meta information.
AlertHandlerConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the set of alert handlers defined in the Directory Server.
AlertHandlerConfigManager(ServerContext) - Constructor for class org.opends.server.core.AlertHandlerConfigManager
Creates a new instance of this alert handler config manager.
ALGORITHM_BCRYPT - Static variable in class org.forgerock.util.crypto.CryptoConstants
The name of the BCrypt cryptographic hash algorithm.
ALGORITHM_MD5 - Static variable in class org.forgerock.util.crypto.CryptoConstants
The name of the message digest algorithm that should be used to generate MD5 hashes.
ALGORITHM_PBKDF2 - Static variable in class org.forgerock.util.crypto.CryptoConstants
The name of the Password-Based Key Derivation Function 2 (PBKDF2) cryptographic hash algorithm.
ALGORITHM_SCRYPT - Static variable in class org.forgerock.util.crypto.CryptoConstants
The name of the SCrypt cryptographic hash algorithm.
ALGORITHM_SHA_1 - Static variable in class org.forgerock.util.crypto.CryptoConstants
The name of the message digest algorithm that should be used to generate SHA-1 hashes.
ALGORITHM_SHA_256 - Static variable in class org.forgerock.util.crypto.CryptoConstants
The name of the message digest algorithm that should be used to generate 256-bit SHA-2 hashes.
ALGORITHM_SHA_384 - Static variable in class org.forgerock.util.crypto.CryptoConstants
The name of the message digest algorithm that should be used to generate 384-bit SHA-2 hashes.
ALGORITHM_SHA_512 - Static variable in class org.forgerock.util.crypto.CryptoConstants
The name of the message digest algorithm that should be used to generate 512-bit SHA-2 hashes.
ALIAS_DEREFERENCING_PROBLEM - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
ALIAS_DEREFERENCING_PROBLEM - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a problem was encountered while attempting to dereference an alias for a search operation.
ALIAS_PROBLEM - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
ALIAS_PROBLEM - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it attempted to perform an illegal operation on an alias.
AliasDefaultBehaviorProvider<T> - Class in org.forgerock.opendj.config
A default behavior provider which indicates special behavior.
AliasDefaultBehaviorProvider(AbstractManagedObjectDefinition<?, ?>, String) - Constructor for class org.forgerock.opendj.config.AliasDefaultBehaviorProvider
Create an alias default behavior provider.
ALIASES - Static variable in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
The user-friendly aliases for the active directory notification request control.
ALIASES - Static variable in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
The user-friendly aliases for the assertion request control.
ALIASES - Static variable in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
The user-friendly aliases for the authorization identity request control.
ALIASES - Static variable in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
The user-friendly aliases for the get effective rights request control.
ALIASES - Static variable in class org.forgerock.opendj.ldap.controls.ManageDsaItRequestControl
The user-friendly aliases for the manage DSA IT request control.
ALIASES - Static variable in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
The user-friendly aliases for the matched values request control.
ALIASES - Static variable in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
The user-friendly aliases for the password policy request control.
ALIASES - Static variable in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
The user-friendly aliases for the permissive modify request control.
ALIASES - Static variable in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
The user-friendly aliases for the persistent search request control.
ALIASES - Static variable in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
The user-friendly aliases for the post read request control.
ALIASES - Static variable in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
The user-friendly aliases for the pre-read request control.
ALIASES - Static variable in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
The user-friendly aliases for the proxied authorization v1 request control.
ALIASES - Static variable in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
The user-friendly aliases for the proxied authorization v2 request control.
ALIASES - Static variable in class org.forgerock.opendj.ldap.controls.RelaxRulesRequestControl
The user-friendly aliases for the Relax Rules request control.
ALIASES - Static variable in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
The user-friendly aliases for the server-side sort request control.
ALIASES - Static variable in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
The user-friendly aliases for the simple paged results control.
ALIASES - Static variable in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
The user-friendly aliases for the sub-entries request control.
ALIASES - Static variable in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
The user-friendly aliases for the subtree delete request control.
ALIASES - Static variable in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
The user-friendly aliases for the virtual list view request control.
AliasSpec(String, BooleanSupplier) - Constructor for class org.forgerock.secrets.keystore.KeyStoreSecretStore.AliasSpec
Create an alias specification.
aliasSpecs(List<String>) - Method in interface org.forgerock.secrets.keystore.KeyStoreSecretStore.AliasSpecProvider
Returns a list of every usable aliases in a KeyStore, may use a KeyStore's aliases list.
aliasSpecs(List<String>) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.CompositeAliasSpecProvider
 
aliasSpecs(List<String>) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.PredicateAliasSpecProvider
 
aliasSpecs(List<String>) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.StaticAliasSpecProvider
 
aliveAndHealthy() - Static method in record class org.opends.server.monitors.HealthStatus
Returns the ALIVE and HEALTHY HealthStatus.
AliveEndpoint - Class in org.opends.server.protocols.http
An HTTP endpoint for exposing the server liveness status.
AliveEndpoint(AliveEndpointCfg, ServerContext) - Constructor for class org.opends.server.protocols.http.AliveEndpoint
Create a new AliveEndpoint with the given configuration.
AliveEndpointCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Alive HTTP endpoint settings.
AliveEndpointCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Alive HTTP endpoint settings.
AliveEndpointCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Alive HTTP endpoint managed object definition meta information.
aliveErrors() - Method in record class org.opends.server.monitors.HealthStatus
Returns the value of the aliveErrors record component.
ALL - Enum constant in enum class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn.AllowUpdatesPolicy
All servers can send updates.
ALL - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumRight
All permissions, except export, import, proxy.
ALL - Enum constant in enum class org.opends.server.backends.RebuildConfig.RebuildMode
Rebuild all indexes, including system indexes.
ALL_BACKUPS - Static variable in class org.opends.server.backup.BackupManager.BackupFilter
All the backups will be returned.
ALL_OPERATIONAL_ATTRIBUTES - Static variable in class org.opends.server.util.StaticUtils
The pattern that asks a search request to return all operational attributes.
ALL_USER_AND_OPERATIONAL_ATTRIBUTES - Static variable in class org.opends.server.util.StaticUtils
The pattern that asks a search request to return all user and operational attributes.
ALL_USER_ATTRIBUTES - Static variable in class org.opends.server.util.StaticUtils
The pattern that asks a search request to return all user attributes.
allDone(Collection<Promise<?, ?>>) - Static method in class org.forgerock.util.promise.Promises
Returns a Promise which will be completed successfully once all of the provided promises have completed (successfully or not, including runtime exceptions).
allDone(Collection<Promise<?, ?>>, V) - Static method in class org.forgerock.util.promise.Promises
Returns a Promise which will be completed successfully once all of the provided promises have completed (successfully or not, including runtime exceptions), returning back the context parameter.
ALLOW - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.UnauthenticatedRequestsPolicy
Allows all unauthenticated requests, subject to privileges and ACIs.
ALLOW_ATTRIBUTE_TYPES_WITH_NO_SUP_OR_SYNTAX - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies whether the schema should allow attribute type definitions that do not declare a superior attribute type or syntax.
ALLOW_DISCOVERY - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.UnauthenticatedRequestsPolicy
Disallows all unauthenticated requests except for Bind and StartTLS requests, and base object searches of the root DSE.
ALLOW_MALFORMED_CERTIFICATES - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies whether the Certificate syntax should allow values which do not conform to the X.509 specifications.
ALLOW_MALFORMED_CERTLISTS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies whether the CertificateList syntax should allow values which do not conform to the X.509 specifications.
ALLOW_MALFORMED_CERTPAIRS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies whether the CertificatePair syntax should allow values which do not conform to the X.509 specifications.
ALLOW_MALFORMED_JPEG_PHOTOS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies whether the JPEG Photo syntax should allow values which do not conform to the JFIF or Exif specifications.
ALLOW_MALFORMED_NAMES_AND_OPTIONS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies whether the schema should allow certain illegal characters in OIDs and attribute options.
ALLOW_MALFORMED_POSTAL_ADDRESSES - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies whether the PostalAddress syntax should allow values which do not conform to the LDAP specifications.
ALLOW_NON_STANDARD_TELEPHONE_NUMBERS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies whether the Telephone Number syntax should allow values which do not conform to the E.123 international telephone number format.
ALLOW_ZERO_LENGTH_DIRECTORY_STRINGS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies whether zero-length values will be allowed by the Directory String syntax.
allowedAlgorithm(String) - Static method in interface org.forgerock.secrets.SecretConstraint
Enforces that the key is allowed to be used with the given algorithm.
allowedAlgorithms(Collection<String>) - Method in class org.forgerock.secrets.SecretBuilder
Sets the cryptographic algorithms that can be used with this key.
allowedAlgorithms(Predicate<String>) - Method in class org.forgerock.secrets.SecretBuilder
Sets the cryptographic algorithms that can be used with this key.
allowedAuxiliaryTypes(String...) - Method in class org.forgerock.opendj.rest2ldap.Resource
Specifies the resource IDs of any auxiliary resources which are allowed to be combined, or "mixed in", with this resource.
allowedAuxiliaryTypes(Collection<String>) - Method in class org.forgerock.opendj.rest2ldap.Resource
Specifies the resource IDs of any auxiliary resources which are allowed to be combined, or "mixed in", with this resource.
allowedKeyUsages(Set<KeyUsage>) - Static method in interface org.forgerock.secrets.SecretConstraint
Enforces that the key satisfies at least one of the given key usage constraints.
allowedKeyUsages(KeyUsage, KeyUsage...) - Static method in interface org.forgerock.secrets.SecretConstraint
Enforces that the key satisfies at least one of the given key usage constraints.
allowMultiPartJsonRequests() - Method in interface org.forgerock.json.resource.CrestApplication
Whether the JSON content for a request can be sent in a mulipart/form-data payload.
allowNewPersistentSearch() - Method in class org.opends.server.core.DirectoryServer
 
allowNewPersistentSearch() - Method in interface org.opends.server.core.ServerContext
Indicates whether a new persistent search is allowed.
allowsAlgorithm(String) - Method in class org.forgerock.secrets.keys.CryptoKey
Checks whether this key is allowed to be used with the given algorithm.
allReplicas() - Static method in class org.opends.server.replication.common.ReplicaId
Returns the special id corresponding to "all replicas".
allUserAndOperationalAttributesFilter() - Static method in class org.forgerock.opendj.ldap.AttributeFilter
Creates a new attribute filter which will include all user and operational attributes.
ALWAYS - Enum constant in enum class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Dereference aliases both in searching and in locating the base object of a Search operation.
ALWAYS - Enum constant in enum class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn.RehashPolicy
Rehash passwords when the cost is increased or decreased.
ALWAYS - Enum constant in enum class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn.RehashPolicy
Rehash passwords when the cost is increased or decreased.
ALWAYS - Enum constant in enum class org.forgerock.opendj.server.config.meta.ExternalSaslMechanismHandlerCfgDefn.CertificateValidationPolicy
Always require the peer certificate to be present in the user's entry.
ALWAYS - Enum constant in enum class org.forgerock.opendj.server.config.meta.Pbkdf2PasswordStorageSchemeCfgDefn.RehashPolicy
Rehash passwords when the cost is increased or decreased.
ALWAYS - Enum constant in enum class org.opends.server.extensions.CertificateValidationPolicy
Indicates that the server should always attempt to validate the client certificate against the version in the corresponding user's entry.
ALWAYS_FALSE - Static variable in class org.forgerock.opendj.rest2ldap.authz.ConditionalFilters
ConditionalFilters.Condition which always returns false.
ALWAYS_TRUE - Static variable in class org.forgerock.opendj.rest2ldap.authz.ConditionalFilters
ConditionalFilters.Condition which always returns true.
alwaysFalse() - Static method in class org.forgerock.opendj.ldap.Filter
Returns the absolute false filter as defined in RFC 4526 which is comprised of an or filter containing zero components.
alwaysFalse() - Static method in class org.forgerock.util.query.QueryFilter
Returns a filter which does not match any resources.
alwaysTrue() - Static method in class org.forgerock.opendj.ldap.Filter
Returns the absolute true filter as defined in RFC 4526 which is comprised of an and filter containing zero components.
alwaysTrue() - Static method in class org.forgerock.util.query.QueryFilter
Returns a filter which matches all resources.
AMR_DOUBLE_METAPHONE_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the doubleMetaphoneApproximateMatch approximate matching rule.
AMR_DOUBLE_METAPHONE_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the doubleMetaphoneApproximateMatch approximate matching rule.
AMR_DOUBLE_METAPHONE_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the doubleMetaphoneApproximateMatch approximate matching rule.
and() - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
Returns the logical AND of zero condition results, which is always TRUE.
and(Iterable<? extends Tag>) - Method in class org.forgerock.monitoring.api.instrument.Tags
Return a new Tags instance my merging this collection and the specific tags.
and(String...) - Method in class org.forgerock.monitoring.api.instrument.Tags
Return a new Tags instance my merging this collection and the specific key/value pairs.
and(String, String) - Method in class org.forgerock.monitoring.api.instrument.Tags
Return a new Tags instance my merging this collection and the specific key/value pair.
and(Collection<FilterCondition>) - Static method in class org.forgerock.json.resource.Filters
Returns a FilterCondition which will only match requests which match all the provided conditions.
and(Collection<Filter>) - Static method in class org.forgerock.opendj.ldap.Filter
Creates an optimized new and filter using the provided list of sub-filters.
and(Collection<Filter>, boolean) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new and filter using the provided list of sub-filters.
and(Collection<QueryFilter<FF>>) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new and filter using the provided list of sub-filters.
and(FilterCondition...) - Static method in class org.forgerock.json.resource.Filters
Returns a FilterCondition which will only match requests which match all the provided conditions.
and(Tag...) - Method in class org.forgerock.monitoring.api.instrument.Tags
Return a new Tags instance my merging this collection and the specific tags.
and(Condition...) - Static method in class org.forgerock.opendj.config.conditions.Conditions
Creates a condition which evaluates to true if and only if all of its sub-conditions are true.
and(ConditionResult) - Method in enum class org.forgerock.opendj.ldap.ConditionResult
Returns the logical AND of the this condition result with the provided condition result, which is TRUE if both of the condition results are TRUE, FALSE if at least one of them is FALSE, and UNDEFINED otherwise.
and(ConditionResult...) - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
Returns the logical AND of the provided condition results, which is TRUE if all of the provided condition results are TRUE, FALSE if at least one of them is FALSE, and UNDEFINED otherwise.
and(ConditionResult, ConditionResult) - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
Returns the logical AND of the provided condition results, which is TRUE if both of the provided condition results are TRUE, FALSE if at least one of them is FALSE , and UNDEFINED otherwise.
and(Filter...) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new and filter using the provided list of sub-filters.
and(QueryFilter<FF>...) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new and filter using the provided list of sub-filters.
AND - Enum constant in enum class org.forgerock.opendj.ldap.Filter.FilterType
The filter type for AND filters.
AND - Enum constant in enum class org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for AND filters.
AND - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "and" operator.
andThen(Function<? super VOUT, ? extends V, E>) - Method in interface org.forgerock.util.Function
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
anonymous() - Static method in record class org.opends.server.types.AuthenticationInfo
Creates a new set of authentication information to be used for unauthenticated clients.
AnonymousSASLMechanismHandler - Class in org.opends.server.extensions
This class provides an implementation of a SASL mechanism, as defined in RFC 4505, that does not perform any authentication.
AnonymousSASLMechanismHandler() - Constructor for class org.opends.server.extensions.AnonymousSASLMechanismHandler
Creates a new instance of this SASL mechanism handler.
AnonymousSaslMechanismHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Anonymous SASL Mechanism Handler settings.
AnonymousSaslMechanismHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Anonymous SASL Mechanism Handler settings.
AnonymousSaslMechanismHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Anonymous SASL Mechanism Handler managed object definition meta information.
ANY_DISK_SPACE - Static variable in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRetention
The disk space value when disk space is unrestricted.
anyEqualsTo(Collection<AttributeType>, ByteString) - Static method in class org.opends.server.util.StaticUtils
Builds an "or" filter where one of the provided attribute types must match the provided value.
anyOfEqualityAssertion(String, Map<ByteString, ByteString>) - Static method in class org.forgerock.opendj.ldap.Assertions
Returns an "anyOf" assertion suitable for implementing simple equality matching rules whose assertion syntax is the same as the attribute value syntax.
anyResultFrom(Stream<Promise<V, E>>) - Static method in class org.forgerock.util.promise.Promises
Takes a stream of promises that may not yet be resolved and returns a resolved value from them, or if none resolve to a result, the failure from the last.
AnyTypeValidator - Class in org.forgerock.json.schema.validator.validators
AnyTypeValidator applies all the constraints of a any type.
AnyTypeValidator(Map<String, Object>, List<String>) - Constructor for class org.forgerock.json.schema.validator.validators.AnyTypeValidator
Construct an any type validator.
api(ApiProducer<ApiDescription>) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
 
api(ApiProducer<ApiDescription>) - Method in class org.forgerock.json.resource.DescribedSyncRequestHandlerAdapter
 
api(ApiProducer<ApiDescription>) - Method in class org.forgerock.json.resource.FilterChain
 
api(ApiProducer<ApiDescription>) - Method in class org.forgerock.opendj.rest2ldap.DescribableRequestHandler
 
API - Enum constant in enum class org.forgerock.json.resource.RequestType
An API Descriptor request.
append(char) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Appends the provided character to this message builder.
append(int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Appends the provided integer to this message builder.
append(CharSequence) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Appends the provided character sequence to this message builder.
append(CharSequence, int, int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Appends a subsequence of the provided character sequence to this message builder.
append(Object) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Appends the String representation of the provided Object to this message builder.
append(LocalizableMessage) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Appends the provided message to this message builder.
APPEND - Enum constant in enum class org.opends.server.types.ExistingFileBehavior
The file behavior that indicates that the data written should be appended to any existing file.
appendBerLength(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the ASN.1 BER length encoding representation of the provided integer to this byte string builder.
appendBoolean(boolean) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Append a boolean to this ByteArrayBuilder.
appendByte(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided byte to this byte string builder.
appendByte(int) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Append a byte to this ByteArrayBuilder.
appendByteArray(byte[]) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Append all the bytes from the byte array to this ByteArrayBuilder.
appendBytes(byte[]) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided byte array to this byte string builder.
appendBytes(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided byte array to this byte string builder.
appendBytes(DataInput, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided DataInput to this byte string builder.
appendBytes(InputStream, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided InputStream to this byte string builder.
appendBytes(ByteBuffer) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided ByteBuffer to this byte string builder.
appendBytes(ByteBuffer, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided ByteBuffer to this byte string builder.
appendBytes(ByteString) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided ByteString to this byte string builder.
appendBytes(ByteStringReader, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided ByteStringReader to this byte string builder.
appendCompactUnsigned(long) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the compact encoded bytes of the provided unsigned long to this byte string builder.
appendCsn(CSN, CSN.CsnVersion) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Append a CSN to this ByteArrayBuilder.
appendCsnUtf8(CSN, CSN.CsnVersion) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Append a CSN to this ByteArrayBuilder by converting it to a String then encoding that string to a UTF-8 byte array.
appendDn(Dn) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Append a DN to this ByteArrayBuilder by converting it to a String then encoding that string to a UTF-8 byte array.
appendEclIncludes(ByteStringBuilder) - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
Appends the encoded attributes to the provided builder.
appendEncodedAttributes(ByteStringBuilder) - Method in class org.opends.server.replication.protocol.AddMsg
Appends the encoded attributes to the provided builder.
appendEncodedMods(ByteStringBuilder) - Method in class org.opends.server.replication.protocol.ModifyCommonMsg
Appends the encoded modifications to the provided builder.
appendErrorMessage(LocalizableMessage) - Method in class org.opends.server.types.Operation
Appends the provided message to the error message buffer.
appendErrorMessage(LocalizableMessage) - Method in interface org.opends.server.types.operation.InProgressOperation
Appends the provided message to the error message buffer.
appendErrorMessage(LocalizableMessage) - Method in interface org.opends.server.types.operation.PostOperationOperation
Appends the provided message to the error message buffer.
appendErrorMessage(LocalizableMessage) - Method in interface org.opends.server.types.operation.PreOperationOperation
Appends the provided message to the error message buffer.
appendErrorMessage(LocalizableMessage) - Method in interface org.opends.server.types.operation.PreParseOperation
Appends the provided message to the error message buffer.
appendGroupId(GroupId) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Appends the encoded version of a GroupId to this ByteArrayBuilder.
appendInt(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the big-endian encoded bytes of the provided integer to this byte string builder.
appendInt(int) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Append an int to this ByteArrayBuilder.
appendIntUtf8(int) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Append an int to this ByteArrayBuilder by converting it to a String then encoding that string to a UTF-8 byte array.
appendLong(long) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the big-endian encoded bytes of the provided long to this byte string builder.
appendLong(long) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Append a long to this ByteArrayBuilder.
appendLongUtf8(long) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Append a long to this ByteArrayBuilder by converting it to a String then encoding that string to a UTF-8 byte array.
appendManagedObjectPathElement(InstantiableRelationDefinition<? super C, ? super S>, AbstractManagedObjectDefinition<C, S>, String) - Method in interface org.forgerock.opendj.config.ManagedObjectPathSerializer
Append a managed object path element identified by an instantiable relation and an instance name.
appendManagedObjectPathElement(OptionalRelationDefinition<? super C, ? super S>, AbstractManagedObjectDefinition<C, S>) - Method in interface org.forgerock.opendj.config.ManagedObjectPathSerializer
Append a managed object path element identified by an optional relation.
appendManagedObjectPathElement(SetRelationDefinition<? super C, ? super S>, AbstractManagedObjectDefinition<C, S>) - Method in interface org.forgerock.opendj.config.ManagedObjectPathSerializer
Append a managed object path element identified by a set relation.
appendManagedObjectPathElement(SingletonRelationDefinition<? super C, ? super S>, AbstractManagedObjectDefinition<C, S>) - Method in interface org.forgerock.opendj.config.ManagedObjectPathSerializer
Append a managed object path element identified by a singleton relation.
appendMaskedErrorMessage(LocalizableMessage) - Method in class org.forgerock.opendj.server.core.RequestContext
Appends the provided message to the real, masked error message buffer.
appendMaskedErrorMessage(LocalizableMessage) - Method in class org.opends.server.types.Operation
Appends the provided message to the real, masked error message buffer.
appendObject(Object) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the byte string representation of the provided object to this byte string builder.
appendRdn(Rdn) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Append an RDN to this ByteArrayBuilder by converting it to a String then encoding that string to a UTF-8 byte array.
appendReplicaId(ReplicaId) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Appends the encoded version of this ReplicaId to this ByteArrayBuilder.
appendReplicationServerId(ReplicationServerId) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Appends the encoded version of this ReplicationServerId to this ByteArrayBuilder.
appendServerId(ServerId<?>) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Appends a server id.
appendServerStateMustComeLast(ServerState) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Append the byte representation of a ServerState to this ByteArrayBuilder and then append a final zero byte separator.
appendShort(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the big-endian encoded bytes of the provided short to this byte string builder.
appendShort(int) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Append a short to this ByteArrayBuilder.
appendString(String) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Append a String with a zero separator to this ByteArrayBuilder, or only the zero separator if the string is null or if the string length is zero.
appendStrings(Collection<String>) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Append a Collection of Strings to this ByteArrayBuilder.
appendThreadName(Supplier<String>) - Static method in class org.opends.server.util.Platform
Appends the name returned from a name supplier to the current thread name.
appendUtf8(char[]) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the UTF-8 encoded bytes of the provided char array to this byte string builder.
appendUtf8(String) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the UTF-8 encoded bytes of the provided string to this byte string builder.
appendUUID(UUID) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Append an UUID with a zero separator to this ByteArrayBuilder, or only the zero separator if the UUID is null.
appendZeroTerminatedByteArray(byte[]) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Append all the bytes from the byte array to this ByteArrayBuilder and then append a final zero byte separator for compatibility with legacy implementations.
application() - Static method in class org.forgerock.opendj.io.Asn1Tag
Returns a primitive ASN.1 tag with the application tag class.
APPLICATION - Enum constant in enum class org.forgerock.opendj.io.Asn1Tag.Class
The Application class.
Applications - Class in org.forgerock.json.resource
A utility class for dealing with CrestApplication instances.
appliesToEntry(Entry) - Method in class org.opends.server.types.VirtualAttributeRule
Indicates whether this virtual attribute rule applies to the provided entry, taking into account the eligibility requirements defined in the rule.
apply(char[]) - Method in class org.forgerock.secrets.keystore.HsmKeyStoreLoader
 
apply(JsonValue) - Method in class org.forgerock.json.JsonValueTraverseFunction
 
apply(Subscriber<? super T>) - Method in class org.opends.server.protocols.BlockingBackpressureOperator
 
apply(T, U) - Method in interface org.forgerock.util.BiFunction
Process the values.
apply(VIN) - Method in interface org.forgerock.util.AsyncFunction
Asynchronously applies this function to the input parameter value and returns a Promise for the result.
apply(VIN) - Method in class org.forgerock.util.CloseSilentlyAsyncFunction
Invokes the delegate async function's AsyncFunction.apply(Object) with the input parameter value, closes it when the delegated promise completes.
apply(VIN) - Method in class org.forgerock.util.CloseSilentlyFunction
Invokes the delegate function's Function.apply(Object) with the input parameter value, closes it, and returns the result.
apply(VIN) - Method in interface org.forgerock.util.Function
Applies this function to the input parameter value and returns the result.
applyChange(ChangeRecord) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
applyChange(ChangeRecord) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Applies the provided change request to the Directory Server.
applyChange(ChangeRecord) - Method in interface org.forgerock.opendj.ldap.Connection
Applies the provided change request to the Directory Server.
applyChange(ChangeRecord) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Applies the provided change request to the Directory Server.
applyChangeAsync(ChangeRecord) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
applyChangeAsync(ChangeRecord) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously applies the provided change request to the Directory Server.
applyChangeAsync(ChangeRecord) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously applies the provided change request to the Directory Server.
applyChangeAsync(ChangeRecord, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
applyChangeAsync(ChangeRecord, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously applies the provided change request to the Directory Server.
applyChangeAsync(ChangeRecord, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously applies the provided change request to the Directory Server.
applyConfigurationAdd(C) - Method in class org.opends.server.loggers.AbstractLogger
 
applyConfigurationAdd(ServerManagedObject<? extends T>) - Method in interface org.forgerock.opendj.config.server.ServerManagedObjectAddListener
Adds a new server managed object to this add listener.
applyConfigurationAdd(Entry) - Method in interface org.forgerock.opendj.config.server.spi.ConfigAddListener
Attempts to apply a new configuration based on the provided added entry.
applyConfigurationAdd(AccessControlHandlerCfg) - Method in class org.opends.server.core.AccessControlConfigManager
 
applyConfigurationAdd(AccountStatusNotificationHandlerCfg) - Method in class org.opends.server.core.AccountStatusNotificationHandlerConfigManager
 
applyConfigurationAdd(AlertHandlerCfg) - Method in class org.opends.server.core.AlertHandlerConfigManager
 
applyConfigurationAdd(BackendCfg) - Method in class org.opends.server.core.BackendConfigManager
 
applyConfigurationAdd(CertificateMapperCfg) - Method in class org.opends.server.core.CertificateMapperConfigManager
 
applyConfigurationAdd(ConnectionHandlerCfg) - Method in class org.opends.server.core.ConnectionHandlerConfigManager
 
applyConfigurationAdd(EntryCacheCfg) - Method in class org.opends.server.core.EntryCacheConfigManager
 
applyConfigurationAdd(ExtendedOperationHandlerCfg) - Method in class org.opends.server.core.ExtendedOperationConfigManager
 
applyConfigurationAdd(HttpEndpointCfg) - Method in class org.opends.server.core.HttpEndpointConfigManager
 
applyConfigurationAdd(IdentityMapperCfg) - Method in class org.opends.server.core.IdentityMapperConfigManager
 
applyConfigurationAdd(KeyManagerProviderCfg) - Method in class org.opends.server.core.KeyManagerProviderConfigManager
 
applyConfigurationAdd(LogPublisherCfg) - Method in class org.opends.server.core.LoggerConfigManager
 
applyConfigurationAdd(LogRetentionPolicyCfg) - Method in class org.opends.server.core.LogRetentionPolicyConfigManager
 
applyConfigurationAdd(LogRotationPolicyCfg) - Method in class org.opends.server.core.LogRotationPolicyConfigManager
 
applyConfigurationAdd(PasswordGeneratorCfg) - Method in class org.opends.server.core.PasswordGeneratorConfigManager
 
applyConfigurationAdd(PasswordStorageSchemeCfg) - Method in class org.opends.server.core.PasswordStorageSchemeConfigManager
 
applyConfigurationAdd(PasswordValidatorCfg) - Method in class org.opends.server.core.PasswordValidatorConfigManager
 
applyConfigurationAdd(PluginCfg) - Method in class org.opends.server.core.PluginConfigManager
 
applyConfigurationAdd(ReplicationDomainCfg) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
applyConfigurationAdd(SaslMechanismHandlerCfg) - Method in class org.opends.server.core.SASLConfigManager
 
applyConfigurationAdd(SchemaProviderCfg) - Method in class org.opends.server.schema.SchemaHandler
 
applyConfigurationAdd(ServiceDiscoveryMechanismCfg) - Method in class org.opends.server.discovery.ServiceDiscoveryMechanismConfigManager
 
applyConfigurationAdd(SynchronizationProviderCfg) - Method in class org.opends.server.core.SynchronizationProviderConfigManager
 
applyConfigurationAdd(TrustManagerProviderCfg) - Method in class org.opends.server.core.TrustManagerProviderConfigManager
 
applyConfigurationAdd(VirtualAttributeCfg) - Method in class org.opends.server.core.VirtualAttributeConfigManager
 
applyConfigurationAdd(T) - Method in interface org.forgerock.opendj.config.server.ConfigurationAddListener
Adds a new configuration to this add listener.
applyConfigurationChange(boolean, String, int) - Method in class org.opends.server.replication.server.changelog.file.LogCryptoCfg
Defines new encryption configuration for new CryptoManager.CipherServices.
applyConfigurationChange(ScramSha512PasswordStorageSchemeCfg) - Method in class org.opends.server.extensions.ScramSha512PasswordStorageScheme
 
applyConfigurationChange(ScramSha512SaslMechanismHandlerCfg) - Method in class org.opends.server.extensions.ScramSha512SASLMechanismHandler
 
applyConfigurationChange(C) - Method in class org.opends.server.loggers.AbstractLogger
 
applyConfigurationChange(ServerManagedObject<? extends T>) - Method in interface org.forgerock.opendj.config.server.ServerManagedObjectChangeListener
Applies the server managed object changes to this change listener.
applyConfigurationChange(Entry) - Method in interface org.forgerock.opendj.config.server.spi.ConfigChangeListener
Attempts to apply a new configuration to this Directory Server component based on the provided changed entry.
applyConfigurationChange(AccessControlHandlerCfg) - Method in class org.opends.server.core.AccessControlConfigManager
 
applyConfigurationChange(AccountStatusNotificationHandlerCfg) - Method in class org.opends.server.core.AccountStatusNotificationHandlerConfigManager
 
applyConfigurationChange(AdminDataTrustManagerProviderCfg) - Method in class org.opends.server.extensions.AdminDataTrustManagerProvider
 
applyConfigurationChange(AdministrationConnectorCfg) - Method in class org.opends.server.config.AdministrationConnector
 
applyConfigurationChange(AlertHandlerCfg) - Method in class org.opends.server.core.AlertHandlerConfigManager
 
applyConfigurationChange(Argon2PasswordStorageSchemeCfg) - Method in class org.opends.server.extensions.Argon2PasswordStorageScheme
 
applyConfigurationChange(AttributeCleanupPluginCfg) - Method in class org.opends.server.plugins.AttributeCleanupPlugin
 
applyConfigurationChange(AttributeValuePasswordValidatorCfg) - Method in class org.opends.server.extensions.AttributeValuePasswordValidator
 
applyConfigurationChange(BackendCfg) - Method in class org.opends.server.core.BackendConfigManager
 
applyConfigurationChange(BcryptPasswordStorageSchemeCfg) - Method in class org.opends.server.extensions.BcryptPasswordStorageScheme
 
applyConfigurationChange(CertificateMapperCfg) - Method in class org.opends.server.core.CertificateMapperConfigManager
 
applyConfigurationChange(ChangeNumberControlPluginCfg) - Method in class org.opends.server.plugins.ChangeNumberControlPlugin
 
applyConfigurationChange(CharacterSetPasswordValidatorCfg) - Method in class org.opends.server.extensions.CharacterSetPasswordValidator
 
applyConfigurationChange(ConnectionHandlerCfg) - Method in class org.opends.server.core.ConnectionHandlerConfigManager
 
applyConfigurationChange(ConsoleErrorLogPublisherCfg) - Method in class org.opends.server.loggers.ConsoleErrorLogPublisher
 
applyConfigurationChange(CoreSchemaCfg) - Method in class org.opends.server.schema.CoreSchemaProvider
 
applyConfigurationChange(CramMd5SaslMechanismHandlerCfg) - Method in class org.opends.server.extensions.CRAMMD5SASLMechanismHandler
 
applyConfigurationChange(CryptoManagerCfg) - Method in class org.opends.server.crypto.CryptoManager
 
applyConfigurationChange(CryptPasswordStorageSchemeCfg) - Method in class org.opends.server.extensions.CryptPasswordStorageScheme
 
applyConfigurationChange(DictionaryPasswordValidatorCfg) - Method in class org.opends.server.extensions.DictionaryPasswordValidator
 
applyConfigurationChange(DigestMd5SaslMechanismHandlerCfg) - Method in class org.opends.server.extensions.DigestMD5SASLMechanismHandler
 
applyConfigurationChange(EntityTagPluginCfg) - Method in class org.opends.server.plugins.EntityTagPlugin
 
applyConfigurationChange(EntityTagVirtualAttributeCfg) - Method in class org.opends.server.extensions.EntityTagVirtualAttributeProvider
 
applyConfigurationChange(EntryCacheCfg) - Method in class org.opends.server.core.EntryCacheConfigManager
 
applyConfigurationChange(EntryCacheCfg) - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
applyConfigurationChange(EntryUuidPluginCfg) - Method in class org.opends.server.plugins.EntryUUIDPlugin
 
applyConfigurationChange(ErrorLogAccountStatusNotificationHandlerCfg) - Method in class org.opends.server.extensions.ErrorLogAccountStatusNotificationHandler
 
applyConfigurationChange(ExactMatchIdentityMapperCfg) - Method in class org.opends.server.extensions.ExactMatchIdentityMapper
 
applyConfigurationChange(ExtendedOperationHandlerCfg) - Method in class org.opends.server.core.ExtendedOperationConfigManager
 
applyConfigurationChange(ExternalSaslMechanismHandlerCfg) - Method in class org.opends.server.extensions.ExternalSASLMechanismHandler
 
applyConfigurationChange(FifoEntryCacheCfg) - Method in class org.opends.server.extensions.FIFOEntryCache
 
applyConfigurationChange(FileBasedAccessLogPublisherCfg) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
applyConfigurationChange(FileBasedAuditLogPublisherCfg) - Method in class org.opends.server.loggers.TextAuditLogPublisher
 
applyConfigurationChange(FileBasedErrorLogPublisherCfg) - Method in class org.opends.server.loggers.TextErrorLogPublisher
 
applyConfigurationChange(FileBasedHttpAccessLogPublisherCfg) - Method in class org.opends.server.loggers.TextHTTPAccessLogPublisher
 
applyConfigurationChange(FileBasedKeyManagerProviderCfg) - Method in class org.opends.server.extensions.FileBasedKeyManagerProvider
 
applyConfigurationChange(FileBasedTrustManagerProviderCfg) - Method in class org.opends.server.extensions.FileBasedTrustManagerProvider
 
applyConfigurationChange(FileCountLogRetentionPolicyCfg) - Method in class org.opends.server.loggers.FileNumberRetentionPolicy
 
applyConfigurationChange(FixedTimeLogRotationPolicyCfg) - Method in class org.opends.server.loggers.FixedTimeRotationPolicy
 
applyConfigurationChange(FractionalLdifImportPluginCfg) - Method in class org.opends.server.replication.plugin.FractionalLDIFImportPlugin
 
applyConfigurationChange(FreeDiskSpaceLogRetentionPolicyCfg) - Method in class org.opends.server.loggers.FreeDiskSpaceRetentionPolicy
 
applyConfigurationChange(GlobalCfg) - Method in class org.opends.server.core.CoreConfigManager
 
applyConfigurationChange(GraphiteMonitorReporterPluginCfg) - Method in class org.opends.server.plugins.GraphiteMonitorReporterPlugin
 
applyConfigurationChange(GssapiSaslMechanismHandlerCfg) - Method in class org.opends.server.extensions.GSSAPISASLMechanismHandler
 
applyConfigurationChange(HttpConnectionHandlerCfg) - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
 
applyConfigurationChange(HttpEndpointCfg) - Method in class org.opends.server.core.HttpEndpointConfigManager
 
applyConfigurationChange(IdentityMapperCfg) - Method in class org.opends.server.core.IdentityMapperConfigManager
 
applyConfigurationChange(JeBackendCfg) - Method in class org.opends.server.backends.jeb.JEStorage
 
applyConfigurationChange(JmxAlertHandlerCfg) - Method in class org.opends.server.extensions.JMXAlertHandler
 
applyConfigurationChange(JmxConnectionHandlerCfg) - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
 
applyConfigurationChange(JsonEqualityMatchingRuleCfg) - Method in class org.opends.server.schema.JsonEqualityMatchingRuleProvider
 
applyConfigurationChange(JsonOrderingMatchingRuleCfg) - Method in class org.opends.server.schema.JsonOrderingMatchingRuleProvider
 
applyConfigurationChange(JsonQueryEqualityMatchingRuleCfg) - Method in class org.opends.server.schema.JsonQueryEqualityMatchingRuleProvider
 
applyConfigurationChange(KeyManagerProviderCfg) - Method in class org.opends.server.core.KeyManagerProviderConfigManager
 
applyConfigurationChange(LastModPluginCfg) - Method in class org.opends.server.plugins.LastModPlugin
 
applyConfigurationChange(LdapAttributeDescriptionListPluginCfg) - Method in class org.opends.server.plugins.LDAPADListPlugin
 
applyConfigurationChange(LdapConnectionHandlerCfg) - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
applyConfigurationChange(LdapKeyManagerProviderCfg) - Method in class org.opends.server.extensions.LDAPKeyManagerProvider
 
applyConfigurationChange(LdapTrustManagerProviderCfg) - Method in class org.opends.server.extensions.LDAPTrustManagerProvider
 
applyConfigurationChange(LdifBackendCfg) - Method in class org.opends.server.backends.LDIFBackend
 
applyConfigurationChange(LdifConnectionHandlerCfg) - Method in class org.opends.server.protocols.LDIFConnectionHandler
 
applyConfigurationChange(LengthBasedPasswordValidatorCfg) - Method in class org.opends.server.extensions.LengthBasedPasswordValidator
 
applyConfigurationChange(LogRetentionPolicyCfg) - Method in class org.opends.server.core.LogRetentionPolicyConfigManager
 
applyConfigurationChange(LogRotationPolicyCfg) - Method in class org.opends.server.core.LogRotationPolicyConfigManager
 
applyConfigurationChange(MemberVirtualAttributeCfg) - Method in class org.opends.server.extensions.MemberVirtualAttributeProvider
 
applyConfigurationChange(MonitorBackendCfg) - Method in class org.opends.server.backends.MonitorBackend
 
applyConfigurationChange(NameAndJsonQueryEqualityMatchingRuleCfg) - Method in class org.opends.server.schema.NameAndJsonQueryEqualityMatchingRuleProvider
 
applyConfigurationChange(PasswordGeneratorCfg) - Method in class org.opends.server.core.PasswordGeneratorConfigManager
 
applyConfigurationChange(PasswordModifyExtendedOperationHandlerCfg) - Method in class org.opends.server.extensions.PasswordModifyExtendedOperation
 
applyConfigurationChange(PasswordPolicyImportPluginCfg) - Method in class org.opends.server.plugins.PasswordPolicyImportPlugin
 
applyConfigurationChange(PasswordStorageSchemeCfg) - Method in class org.opends.server.core.PasswordStorageSchemeConfigManager
 
applyConfigurationChange(PasswordValidatorCfg) - Method in class org.opends.server.core.PasswordValidatorConfigManager
 
applyConfigurationChange(Pbkdf2PasswordStorageSchemeCfg) - Method in class org.opends.server.extensions.PBKDF2HmacSHA256PasswordStorageScheme
 
applyConfigurationChange(PemKeyManagerProviderCfg) - Method in class org.opends.server.extensions.PemKeyManagerProvider
 
applyConfigurationChange(PemTrustManagerProviderCfg) - Method in class org.opends.server.extensions.PemTrustManagerProvider
 
applyConfigurationChange(Pkcs11KeyManagerProviderCfg) - Method in class org.opends.server.extensions.PKCS11KeyManagerProvider
 
applyConfigurationChange(Pkcs11TrustManagerProviderCfg) - Method in class org.opends.server.extensions.Pkcs11TrustManagerProvider
 
applyConfigurationChange(PlainSaslMechanismHandlerCfg) - Method in class org.opends.server.extensions.PlainSASLMechanismHandler
 
applyConfigurationChange(PluggableBackendCfg) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
applyConfigurationChange(PluggableBackendCfg) - Method in class org.opends.server.backends.pluggable.EntryContainer
 
applyConfigurationChange(PluggableBackendCfg) - Method in class org.opends.server.backends.pluggable.RootContainer
 
applyConfigurationChange(PluginCfg) - Method in class org.opends.server.core.PluginConfigManager
 
applyConfigurationChange(ProxyBackendCfg) - Method in class org.opends.server.backends.ProxyBackend
 
applyConfigurationChange(RandomPasswordGeneratorCfg) - Method in class org.opends.server.extensions.RandomPasswordGenerator
 
applyConfigurationChange(ReferentialIntegrityPluginCfg) - Method in class org.opends.server.plugins.ReferentialIntegrityPlugin
 
applyConfigurationChange(RegularExpressionIdentityMapperCfg) - Method in class org.opends.server.extensions.RegularExpressionIdentityMapper
 
applyConfigurationChange(RepeatedCharactersPasswordValidatorCfg) - Method in class org.opends.server.extensions.RepeatedCharactersPasswordValidator
 
applyConfigurationChange(ReplicationDomainCfg) - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
 
applyConfigurationChange(ReplicationServerCfg) - Method in class org.opends.server.replication.server.ReplicationServer
 
applyConfigurationChange(ReplicationServiceDiscoveryMechanismCfg) - Method in class org.opends.server.discovery.ReplicationServiceDiscoveryMechanism
 
applyConfigurationChange(ReplicationSynchronizationProviderCfg) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
applyConfigurationChange(RootDseBackendCfg) - Method in class org.opends.server.backends.RootDSEBackend
 
applyConfigurationChange(SambaPasswordPluginCfg) - Method in class org.opends.server.plugins.SambaPasswordPlugin
 
applyConfigurationChange(SaslMechanismHandlerCfg) - Method in class org.opends.server.core.SASLConfigManager
 
applyConfigurationChange(SchemaBackendCfg) - Method in class org.opends.server.backends.SchemaBackend
 
applyConfigurationChange(SevenBitCleanPluginCfg) - Method in class org.opends.server.plugins.SevenBitCleanPlugin
 
applyConfigurationChange(SimilarityBasedPasswordValidatorCfg) - Method in class org.opends.server.extensions.SimilarityBasedPasswordValidator
 
applyConfigurationChange(SizeLimitLogRetentionPolicyCfg) - Method in class org.opends.server.loggers.SizeBasedRetentionPolicy
 
applyConfigurationChange(SizeLimitLogRotationPolicyCfg) - Method in class org.opends.server.loggers.SizeBasedRotationPolicy
 
applyConfigurationChange(SmtpAccountStatusNotificationHandlerCfg) - Method in class org.opends.server.extensions.SMTPAccountStatusNotificationHandler
 
applyConfigurationChange(SmtpAlertHandlerCfg) - Method in class org.opends.server.extensions.SMTPAlertHandler
 
applyConfigurationChange(SoftReferenceEntryCacheCfg) - Method in class org.opends.server.extensions.SoftReferenceEntryCache
 
applyConfigurationChange(StaticServiceDiscoveryMechanismCfg) - Method in class org.opends.server.discovery.StaticServiceDiscoveryMechanism
 
applyConfigurationChange(SynchronizationProviderCfg) - Method in class org.opends.server.core.SynchronizationProviderConfigManager
 
applyConfigurationChange(TaskBackendCfg) - Method in class org.opends.server.backends.task.TaskBackend
 
applyConfigurationChange(TimeLimitLogRotationPolicyCfg) - Method in class org.opends.server.loggers.TimeLimitRotationPolicy
 
applyConfigurationChange(TraditionalWorkQueueCfg) - Method in class org.opends.server.extensions.TraditionalWorkQueue
 
applyConfigurationChange(TrustManagerProviderCfg) - Method in class org.opends.server.core.TrustManagerProviderConfigManager
 
applyConfigurationChange(UniqueAttributePluginCfg) - Method in class org.opends.server.plugins.UniqueAttributePlugin
 
applyConfigurationChange(UniqueCharactersPasswordValidatorCfg) - Method in class org.opends.server.extensions.UniqueCharactersPasswordValidator
 
applyConfigurationChange(UserDefinedVirtualAttributeCfg) - Method in class org.opends.server.extensions.UserDefinedVirtualAttributeProvider
 
applyConfigurationChange(UserTemplateVirtualAttributeCfg) - Method in class org.opends.server.extensions.UserTemplateVirtualAttributeProvider
 
applyConfigurationChange(VirtualAttributeCfg) - Method in class org.opends.server.core.VirtualAttributeConfigManager
 
applyConfigurationChange(WorkQueueCfg) - Method in class org.opends.server.core.WorkQueueConfigManager
 
applyConfigurationChange(T) - Method in interface org.forgerock.opendj.config.server.ConfigurationChangeListener
Applies the configuration changes to this change listener.
applyConfigurationChange(T) - Method in class org.opends.server.api.CertificateMapper
 
applyConfigurationChange0(FingerprintCertificateMapperCfg) - Method in class org.opends.server.extensions.FingerprintCertificateMapper
 
applyConfigurationChange0(SubjectAttributeToUserAttributeCertificateMapperCfg) - Method in class org.opends.server.extensions.SubjectAttributeToUserAttributeCertificateMapper
 
applyConfigurationChange0(SubjectDnToUserAttributeCertificateMapperCfg) - Method in class org.opends.server.extensions.SubjectDNToUserAttributeCertificateMapper
 
applyConfigurationChange0(SubjectEqualsDnCertificateMapperCfg) - Method in class org.opends.server.extensions.SubjectEqualsDNCertificateMapper
 
applyConfigurationChange0(T) - Method in class org.opends.server.api.CertificateMapper
Implements certificate mapper specific actions when updating the configuration.
applyConfigurationDelete(C) - Method in class org.opends.server.loggers.AbstractLogger
 
applyConfigurationDelete(ServerManagedObject<? extends T>) - Method in interface org.forgerock.opendj.config.server.ServerManagedObjectDeleteListener
Deletes an existing server managed object from this delete listener.
applyConfigurationDelete(Entry) - Method in interface org.forgerock.opendj.config.server.spi.ConfigDeleteListener
Attempts to apply a new configuration based on the provided deleted entry.
applyConfigurationDelete(AccessControlHandlerCfg) - Method in class org.opends.server.core.AccessControlConfigManager
 
applyConfigurationDelete(AccountStatusNotificationHandlerCfg) - Method in class org.opends.server.core.AccountStatusNotificationHandlerConfigManager
 
applyConfigurationDelete(AlertHandlerCfg) - Method in class org.opends.server.core.AlertHandlerConfigManager
 
applyConfigurationDelete(BackendCfg) - Method in class org.opends.server.core.BackendConfigManager
 
applyConfigurationDelete(CertificateMapperCfg) - Method in class org.opends.server.core.CertificateMapperConfigManager
 
applyConfigurationDelete(ConnectionHandlerCfg) - Method in class org.opends.server.core.ConnectionHandlerConfigManager
 
applyConfigurationDelete(EntryCacheCfg) - Method in class org.opends.server.core.EntryCacheConfigManager
 
applyConfigurationDelete(ExtendedOperationHandlerCfg) - Method in class org.opends.server.core.ExtendedOperationConfigManager
 
applyConfigurationDelete(HttpEndpointCfg) - Method in class org.opends.server.core.HttpEndpointConfigManager
 
applyConfigurationDelete(IdentityMapperCfg) - Method in class org.opends.server.core.IdentityMapperConfigManager
 
applyConfigurationDelete(KeyManagerProviderCfg) - Method in class org.opends.server.core.KeyManagerProviderConfigManager
 
applyConfigurationDelete(LogPublisherCfg) - Method in class org.opends.server.core.LoggerConfigManager
 
applyConfigurationDelete(LogRetentionPolicyCfg) - Method in class org.opends.server.core.LogRetentionPolicyConfigManager
 
applyConfigurationDelete(LogRotationPolicyCfg) - Method in class org.opends.server.core.LogRotationPolicyConfigManager
 
applyConfigurationDelete(PasswordGeneratorCfg) - Method in class org.opends.server.core.PasswordGeneratorConfigManager
 
applyConfigurationDelete(PasswordStorageSchemeCfg) - Method in class org.opends.server.core.PasswordStorageSchemeConfigManager
 
applyConfigurationDelete(PasswordValidatorCfg) - Method in class org.opends.server.core.PasswordValidatorConfigManager
 
applyConfigurationDelete(PluginCfg) - Method in class org.opends.server.core.PluginConfigManager
 
applyConfigurationDelete(ReplicationDomainCfg) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
applyConfigurationDelete(SaslMechanismHandlerCfg) - Method in class org.opends.server.core.SASLConfigManager
 
applyConfigurationDelete(SchemaProviderCfg) - Method in class org.opends.server.schema.SchemaHandler
 
applyConfigurationDelete(ServiceDiscoveryMechanismCfg) - Method in class org.opends.server.discovery.ServiceDiscoveryMechanismConfigManager
 
applyConfigurationDelete(SynchronizationProviderCfg) - Method in class org.opends.server.core.SynchronizationProviderConfigManager
 
applyConfigurationDelete(TrustManagerProviderCfg) - Method in class org.opends.server.core.TrustManagerProviderConfigManager
 
applyConfigurationDelete(VirtualAttributeCfg) - Method in class org.opends.server.core.VirtualAttributeConfigManager
 
applyConfigurationDelete(T) - Method in interface org.forgerock.opendj.config.server.ConfigurationDeleteListener
Deletes an existing configuration from this delete listener.
applyRequestLimits(SearchRequest) - Method in record class org.opends.server.api.ResourceLimits
Merges this ResourceLimits with the provided limits.
applyTopologyMessage(TopologyMsg, Dn, ReplicationServerId) - Method in class org.opends.server.replication.common.Topology
Updates the topology with the provided topology message.
applyUserLimits(Entry) - Method in record class org.opends.server.api.ResourceLimits
Return a ResourceLimits using overrides from a user entry, taking into account the limits from a search request.
approximate(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new approximate match filter using the provided attribute description and assertion value.
APPROXIMATE - Enum constant in enum class org.forgerock.opendj.ldap.Filter.FilterType
The filter type for approximate filters.
APPROXIMATE - Enum constant in enum class org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for approximate filters.
APPROXIMATE - Enum constant in enum class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn.IndexType
This index type is used to improve the efficiency of searches using approximate matching search filters.
APPROXIMATE - Enum constant in enum class org.opends.server.types.IndexType
Used to denote an approximate index, which may be used to identify entries with one or more values that are approximately equal to a specified value.
approximateMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the matching rule that should be used for approximate matching with this attribute type.
Arg0(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg0
Creates a parameterized instance.
Arg1(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg1
Creates a parameterized instance.
Arg2(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg2
Creates a parameterized instance.
Arg3(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg3
Creates a parameterized instance.
Arg4(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg4
Creates a parameterized instance.
Arg5(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg5
Creates a parameterized instance.
Arg6(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg6
Creates a parameterized instance.
Arg7(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg7
Creates a parameterized instance.
Arg8(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg8
Creates a parameterized instance.
Arg9(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg9
Creates a parameterized instance.
ArgN(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.ArgN
Creates a parameterized instance.
Argon2PasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme that will encode values using the Argon2 encryption algorithm.
Argon2PasswordStorageScheme() - Constructor for class org.opends.server.extensions.Argon2PasswordStorageScheme
 
Argon2PasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Argon2 Password Storage Scheme settings.
Argon2PasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Argon2 Password Storage Scheme settings.
Argon2PasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Argon2 Password Storage Scheme managed object definition meta information.
Argon2PasswordStorageSchemeCfgDefn.Argon2Variant - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "argon2-variant" property.
Argon2PasswordStorageSchemeCfgDefn.RehashPolicy - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "rehash-policy" property.
array(Object...) - Static method in class org.forgerock.json.JsonValue
Returns a mutable JSON array containing the provided objects.
ARRAY - Enum constant in enum class org.forgerock.config.util.CoercionFunction
A coercion function that processes a stringified json array into a json array.
ARRAY_TYPE - Static variable in class org.forgerock.audit.events.AuditEventHelper
Json array value type.
ArrayTypeValidator - Class in org.forgerock.json.schema.validator.validators
ArrayTypeValidator applies all the constraints of a array type.
ArrayTypeValidator(Map<String, Object>, List<String>) - Constructor for class org.forgerock.json.schema.validator.validators.ArrayTypeValidator
Default ctor.
as(Class<T>) - Method in class org.forgerock.opendj.server.core.AbstractContext
 
as(Function<JsonValue, V, E>) - Method in class org.forgerock.json.JsonValue
Returns the JSON value as an object whose type (and value) is specified by a transformation function.
as(Function<ByteString, ? extends T, E>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a T using the provided Function, or null if the attribute does not contain any values.
as(Function<ByteString, ? extends T, E>, T) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a T using the provided Function, or defaultValue if the attribute does not contain any values.
asArray(Object...) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns an array containing the provided objects converted to byte strings using ByteString.valueOfObject(Object).
asAsync(AsyncFunction<JsonValue, V, E>) - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a promised object whose type (and value) is specified by a transformation function.
asAttributeDescription() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an AttributeDescription using the schema associated with this parser, or null if the attribute does not contain any values.
asAttributeDescription(String) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an AttributeDescription using the schema associated with this parser, or defaultValue if the attribute does not contain any values.
asAttributeDescription(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an AttributeDescription using the schema associated with this parser, or defaultValue if the attribute does not contain any values.
asBoolean() - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a Boolean object.
asBoolean() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a boolean, or null if the attribute does not contain any values.
asBoolean(boolean) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an Boolean, or defaultValue if the attribute does not contain any values.
asByteBuffer() - Method in class org.forgerock.opendj.io.Asn1Writer
Returns a mutable ByteBuffer view of this ASN.1 encoded data.
asByteString() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value, or null if the attribute does not contain any values.
asByteString(ByteString) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value, or defaultValue if the attribute does not contain any values.
ascendingOrder(String) - Static method in class org.forgerock.json.resource.SortKey
Creates a new ascending-order sort key for the provided JSON field.
ascendingOrder(JsonPointer) - Static method in class org.forgerock.json.resource.SortKey
Creates a new ascending-order sort key for the provided JSON field.
asCertificate() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a X509Certificate, or null if the attribute does not contain any values.
asCertificate(X509Certificate) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a X509Certificate, or defaultValue if the attribute does not contain any values.
asCollection() - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a Collection object.
asCollection(Class<E>) - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a Collection containing objects of the specified type.
asConditionalFilter(Filter) - Static method in class org.forgerock.opendj.rest2ldap.authz.ConditionalFilters
Wrap a Filter into a ConditionalFilters.ConditionalFilter with an ALWAYS_TRUE condition.
asContext(Class<T>) - Method in class org.forgerock.opendj.server.core.AbstractContext
 
asCryptoKey() - Method in class org.forgerock.secrets.keys.DataDecryptionKey
 
asCryptoKey() - Method in class org.forgerock.secrets.keys.DataEncryptionKey
 
asCryptoKey() - Method in interface org.forgerock.secrets.keys.DecryptionKey
Returns the same object as a specific CryptoKey subclass.
asCryptoKey() - Method in interface org.forgerock.secrets.keys.EncryptionKey
Returns the same object as a specific CryptoKey subclass.
asCryptoKey() - Method in class org.forgerock.secrets.keys.KeyAgreementKey
 
asCryptoKey() - Method in class org.forgerock.secrets.keys.KeyDecryptionKey
 
asCryptoKey() - Method in class org.forgerock.secrets.keys.KeyEncryptionKey
 
asDn() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a DN using the schema associated with this parser, or null if the attribute does not contain any values.
asDn(String) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a DN using the schema associated with this parser, or defaultValue if the attribute does not contain any values.
asDn(Dn) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a DN using the schema associated with this parser, or defaultValue if the attribute does not contain any values.
asDouble() - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a Double object.
asDuration(Duration) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a Duration or defaultValue if the attribute does not contain any values.
asEnum() - Method in class org.forgerock.opendj.ldap.ModificationType
Returns the enum equivalent for this modification type.
asEnum() - Method in class org.forgerock.opendj.ldap.ResultCode
Returns the enum equivalent for this result code.
asEnum() - Method in class org.forgerock.opendj.ldap.SearchScope
Returns the enum equivalent for this search scope.
asEnum(String, Class<T>) - Static method in class org.forgerock.util.Strings
Returns the string value as an enum constant of the specified enum type.
asEnum(String, Class<T>) - Static method in class org.forgerock.util.Utils
asGeneralizedTime() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a GeneralizedTime using the generalized time syntax, or null if the attribute does not contain any values.
asGeneralizedTime(GeneralizedTime) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an GeneralizedTime using the generalized time syntax, or defaultValue if the attribute does not contain any values.
asInputStream() - Method in class org.forgerock.opendj.ldap.ByteStringReader
Returns an InputStream from the current position in the byte string.
asInteger() - Method in class org.forgerock.json.JsonValue
Returns the JSON value as an Integer object.
asInteger() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an Integer, or null if the attribute does not contain any values.
asInteger(int) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an Integer, or defaultValue if the attribute does not contain any values.
asKeyStore(Set<Purpose<? extends CryptoKey>>) - Method in class org.forgerock.secrets.SecretsProvider
Returns a view of this secrets provider as a keystore for the given purposes.
asKeyStore(Purpose<T>) - Method in class org.forgerock.secrets.SecretsProvider
Returns a view of this secrets provider as a keystore for the given purpose.
asList() - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a List object.
asList(Class<E>) - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a List containing objects of the specified type.
asList(Object...) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a list containing the provided objects converted to byte strings using ByteString.valueOfObject(Object).
asLong() - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a Long object.
asLong() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a Long, or null if the attribute does not contain any values.
asLong(long) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a Long, or defaultValue if the attribute does not contain any values.
asMap() - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a Map object.
asMap() - Method in class org.forgerock.util.Pair
Get the pair as a map of key to value.
asMap(Class<V>) - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a Map containing objects of the specified type.
asMapOfList(Class<E>) - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a Map containing a collection of objects of the specified type.
Asn1 - Class in org.forgerock.opendj.io
This class contains various static factory methods for creating ASN.1 readers and writers.
Asn1Reader - Class in org.forgerock.opendj.io
An interface for decoding ASN.1 elements from a data source.
Asn1Tag - Class in org.forgerock.opendj.io
Provides methods for building and analyzing ASN.1 tag bytes.
Asn1Tag.Class - Enum Class in org.forgerock.opendj.io
The Asn1 tag classes.
Asn1Writer - Class in org.forgerock.opendj.io
An ASN.1 encoder writes ASN.1 elements to an internal byte buffer.
asNonStrictSchema() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns a non-strict view of this schema.
asNumber() - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a Number object.
asPath() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a Path, or null if the attribute does not contain any values.
asPath() - Method in class org.opends.server.backup.BackupStorageConfig
Returns a Path representation of the backup location.
asPath(Path) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a Path, or defaultValue if the attribute does not contain any values.
asPromise() - Method in interface org.forgerock.json.resource.ActionResponse
Return this response as a result Promise.
asPromise() - Method in interface org.forgerock.json.resource.QueryResponse
Return this response as a result Promise.
asPromise() - Method in exception org.forgerock.json.resource.ResourceException
Return this ResourceException as a Promise.
asPromise() - Method in interface org.forgerock.json.resource.ResourceResponse
Return this response as a result Promise.
asReader() - Method in class org.forgerock.opendj.ldap.ByteString
Returns a ByteStringReader which can be used to incrementally read and decode data from this byte string.
asRequestHandler(SynchronousRequestHandler) - Static method in class org.forgerock.json.resource.Resources
Adapts the provided SynchronousRequestHandler as a RequestHandler.
asResourceException(Throwable) - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Adapts a Throwable to a ResourceException.
asSearchRequest() - Method in class org.forgerock.opendj.ldap.LdapUrl
Creates a new search request containing the parameters of this LDAP URL.
assembleException() - Method in class org.forgerock.json.schema.validator.CollectErrorsHandler
Deprecated.
assembleException() - Method in class org.forgerock.json.schema.validator.ErrorHandler
Deprecated. 
assembleException() - Method in class org.forgerock.json.schema.validator.FailFastErrorHandler
Deprecated.
Assertion - Interface in org.forgerock.opendj.ldap
A compiled attribute value assertion.
ASSERTION_FAILED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
ASSERTION_FAILED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the filter contained in an assertion control failed to match the target entry.
AssertionFailureException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request failed because the filter contained in an assertion control failed to match the target entry.
AssertionRequestControl - Class in org.forgerock.opendj.ldap.controls
The assertion request control as defined in RFC 4528.
Assertions - Class in org.forgerock.opendj.ldap
Attribute value assertion utilities.
assertionSyntaxOid(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Sets the assertion value syntax OID of this matching rule.
asSetOf(Function<ByteString, ? extends T, E>, Collection<? extends T>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Ts using the provided Function, or defaultValues if the attribute does not contain any values.
asSetOf(Function<ByteString, ? extends T, E>, T...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Ts using the provided Function, or defaultValues if the attribute does not contain any values.
asSetOfAttributeDescription() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of AttributeDescriptions using the schema associated with this parser, or an empty set if the attribute does not contain any values.
asSetOfAttributeDescription(String...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of AttributeDescriptions using the schema associated with this parser, or defaultValues if the attribute does not contain any values.
asSetOfAttributeDescription(Collection<AttributeDescription>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of AttributeDescriptions using the schema associated with this parser, or defaultValues if the attribute does not contain any values.
asSetOfAttributeDescription(AttributeDescription...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of AttributeDescriptions using the schema associated with this parser, or defaultValues if the attribute does not contain any values.
asSetOfBoolean(Boolean...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Booleans, or defaultValues if the attribute does not contain any values.
asSetOfBoolean(Collection<Boolean>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Booleans, or defaultValues if the attribute does not contain any values.
asSetOfByteString(Collection<ByteString>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values contained in the attribute, or defaultValues if the attribute does not contain any values.
asSetOfByteString(ByteString...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values contained in the attribute, or defaultValues if the attribute does not contain any values.
asSetOfCertificate() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of X509Certificates, or an empty set if the attribute does not contain any values.
asSetOfDn() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of DNs using the schema associated with this parser, or an empty set if the attribute does not contain any values.
asSetOfDn(String...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of DNs using the schema associated with this parser, or defaultValues if the attribute does not contain any values.
asSetOfDn(Collection<Dn>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of DNs using the schema associated with this parser, or defaultValues if the attribute does not contain any values.
asSetOfDn(Dn...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of DNs using the schema associated with this parser, or defaultValues if the attribute does not contain any values.
asSetOfGeneralizedTime(Collection<GeneralizedTime>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of GeneralizedTimes using the generalized time syntax, or defaultValues if the attribute does not contain any values.
asSetOfGeneralizedTime(GeneralizedTime...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of GeneralizedTimes using the generalized time syntax, or defaultValues if the attribute does not contain any values.
asSetOfInteger(Integer...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Integers, or defaultValues if the attribute does not contain any values.
asSetOfInteger(Collection<Integer>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Integers, or defaultValues if the attribute does not contain any values.
asSetOfLong(Long...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Longs, or defaultValues if the attribute does not contain any values.
asSetOfLong(Collection<Long>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Longs, or defaultValues if the attribute does not contain any values.
asSetOfString(String...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Strings, or defaultValues if the attribute does not contain any values.
asSetOfString(Collection<String>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Strings, or defaultValues if the attribute does not contain any values.
asSetOfString(Function<String, ? extends T, E>, Collection<? extends T>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Ts from their string representations using the provided Function, or defaultValues if the attribute does not contain any values.
asSetOfString(Function<String, ? extends T, E>, T...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Ts from their string representations using the provided Function, or defaultValues if the attribute does not contain any values.
asSetOfValueOrExpression(Collection<T>) - Static method in class org.forgerock.opendj.config.Expressions
Returns a collection of wrapped values from the provided collection of values.
asSetOfValueOrExpression(T...) - Static method in class org.forgerock.opendj.config.Expressions
Returns a collection of wrapped values from the provided values.
assign(HistoricalAttributeValue) - Method in class org.opends.server.replication.plugin.AttrHistorical
Assign the provided historical value to this object.
assign(HistoricalAttributeValue) - Method in class org.opends.server.replication.plugin.AttrHistoricalMultiple
 
assign(HistoricalAttributeValue) - Method in class org.opends.server.replication.plugin.AttrHistoricalSingle
 
asStream() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values as a stream of ByteString.
asStrictSchema() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns a strict view of this schema.
asString() - Method in class org.forgerock.json.JsonValue
Returns the JSON value as a String object.
asString() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a String, or null if the attribute does not contain any values.
asString(String) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a String, or defaultValue if the attribute does not contain any values.
asString(Function<String, ? extends T, E>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a T from its string representation using the provided Function, or null if the attribute does not contain any values.
asString(Function<String, ? extends T, E>, T) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a T from its string representation using the provided Function, or the defaultValue if the attribute does not contain any values.
asSubType(AbstractManagedObjectDefinition<C1, S1>) - Method in class org.forgerock.opendj.config.ManagedObjectPath
Creates a new managed object path which has the same structure as this path except that the final path element is associated with the specified managed object definition.
ASYNC_RX_TRANSPORT - Static variable in class org.forgerock.opendj.ldap.LdapServer
The name of asynchronous transport implementation which has the value "AsyncRx".
AsyncFunction<VIN,VOUT,E extends Exception> - Interface in org.forgerock.util
An asynchronous Function which returns a result at some point in the future.
AsynchronousTextWriter - Class in org.forgerock.audit.events.handlers.writers
A Text Writer which writes log records asynchronously to character-based stream.
AsynchronousTextWriter(String, boolean, TextWriter) - Constructor for class org.forgerock.audit.events.handlers.writers.AsynchronousTextWriter
Construct a new AsynchronousTextWriter wrapper.
asyncTcpTransport(Options) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive TCP transport that uses asynchronous non-blocking IO when accepting connections, sending and receiving data.
ATTR_ATTRIBUTE_TYPES - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the set of attribute type definitions in the server schema, formatted in camelCase.
ATTR_ATTRIBUTE_TYPES_LC - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the set of attribute type definitions in the server schema, formatted in all lowercase.
ATTR_AUTHZ_GLOBAL_ACI - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that specifies a global attribute access control instruction.
ATTR_BACKEND_BASE_DN - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that specifies the base DN(s) for a backend.
ATTR_BACKEND_CLASS - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the fully-qualified name of the Java class for a backend implementation.
ATTR_BACKEND_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that indicates whether a particular backend is enabled.
ATTR_BACKEND_ID - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that specifies the unique ID for a backend.
ATTR_BACKEND_WRITABILITY_MODE - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that specifies the writability mode for a backend.
ATTR_BACKUP_ID - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the backup ID.
ATTR_BACKUP_LOCATION - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the location of the backup directory.
ATTR_COLLECTIVE_EXCLUSIONS_LC - Static variable in class org.opends.server.util.ServerConstants
The name of the standard "collectiveExclusions" attribute type, formatted in all lowercase characters.
ATTR_COMMON_NAME - Static variable in class org.opends.server.util.ServerConstants
The name of the standard attribute that is used to hold common names, formatted in all lowercase.
ATTR_DEBUG_SEARCH_INDEX - Static variable in interface org.opends.server.backends.pluggable.SuffixContainer
The attribute used to return a search index debug string to the client.
ATTR_DEFAULT_ROOT_PRIVILEGE_NAME - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that specifies the set of privileges that root users should automatically be granted in the server.
ATTR_DESCRIPTION - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute that is used to hold the description of an objectclass.
ATTR_DIT_CONTENT_RULES - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute that is used to hold the DIT content rule definitions in the server schema, formatted in camelCase.
ATTR_DIT_CONTENT_RULES_LC - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute that is used to hold the DIT content rule definitions in the server schema, formatted in all lowercase.
ATTR_DIT_STRUCTURE_RULES - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute that is used to hold the DIT structure rule definitions in the server schema, formatted in camelCase.
ATTR_DIT_STRUCTURE_RULES_LC - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute that is used to hold the DIT structure rule definitions in the server schema, formatted in all lowercase.
ATTR_HEADERS - Static variable in class org.forgerock.json.resource.http.HttpContext
Attribute in the serialized JSON form that holds the request headers.
ATTR_IMPORT_BACKEND_ID - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an import task definition that specifies the backend ID for the backend into which the date should be imported.
ATTR_IMPORT_CLEAR_BACKEND - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an import task definition that specifies whether the backend should be cleared before the import.
ATTR_IMPORT_EXCLUDE_ATTRIBUTE - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an import task definition that specifies an attribute that should be excluded from the LDIF import.
ATTR_IMPORT_EXCLUDE_BRANCH - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an import task definition that specifies the base DN of a branch that should be excluded from the LDIF import.
ATTR_IMPORT_EXCLUDE_FILTER - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an import task definition that specifies a search filter that may be used to control which entries are excluded from the import.
ATTR_IMPORT_INCLUDE_ATTRIBUTE - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an import task definition that specifies an attribute that should be included in the LDIF import.
ATTR_IMPORT_INCLUDE_BRANCH - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an import task definition that specifies the base DN of a branch that should be included in the LDIF import.
ATTR_IMPORT_INCLUDE_FILTER - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an import task definition that specifies a search filter that may be used to control which entries are included in the import.
ATTR_IMPORT_IS_COMPRESSED - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an import task definition that specifies whether the LDIF file containing the data to import is compressed.
ATTR_IMPORT_IS_ENCRYPTED - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an import task definition that specifies whether the LDIF file containing the data to import is encrypted.
ATTR_IMPORT_LDIF_FILE - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an import task definition that specifies the path to the file containing the LDIF data to import.
ATTR_IMPORT_OVERWRITE - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an import task definition that specifies whether to overwrite an existing rejects and/or skip file when performing an LDIF import rather than appending to it.
ATTR_IMPORT_RANDOM_SEED - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an import task definition that specifies the random seed to be used when we pass a template file to the import.
ATTR_IMPORT_REJECT_FILE - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an import task definition that specifies the path to a file into which rejected entries may be written if they are not accepted during the import process.
ATTR_IMPORT_SKIP_FILE - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an import task definition that specifies the path to a file into which skipped entries may be written if they do not match criteria during the import process.
ATTR_IMPORT_SKIP_SCHEMA_VALIDATION - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an import task definition that specifies whether to skip schema validation during the import.
ATTR_IMPORT_TEMPLATE_FILE - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an import task definition that specifies the path to the file containing the template data to import.
ATTR_IMPORT_THREAD_COUNT - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an import task definition that specifies the thread count to be used during the import.
ATTR_IMPORT_TMP_DIRECTORY - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an import task definition that specifies the temp directory path.
ATTR_LDAP_SYNTAXES - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the set of attribute syntax definitions in the server schema, formatted in camelCase.
ATTR_LDAP_SYNTAXES_LC - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the set of attribute syntax definitions in the server schema, formatted in all lowercase.
ATTR_MATCHING_RULE_USE - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the set of matching rule use definitions in the server schema, formatted in camelCase.
ATTR_MATCHING_RULE_USE_LC - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the set of matching rule use definitions in the server schema, formatted in all lowercase.
ATTR_MEMBER_URL_LC - Static variable in class org.opends.server.util.ServerConstants
The name of the standard "memberURL" attribute type, formatted in all lowercase characters.
ATTR_METHOD - Static variable in class org.forgerock.json.resource.http.HttpContext
Attribute in the serialised JSON form that holds the HTTP method of the request.
ATTR_NAME_FORMS - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute that is used to hold the name form definitions in the server schema, formatted in camelCase.
ATTR_NAME_FORMS_LC - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute that is used to hold the name form definitions in the server schema, formatted in all lowercase.
ATTR_NAMING_CONTEXTS - Static variable in class org.opends.server.util.ServerConstants
The name of the standard attribute that is used to specify the set of public naming contexts (suffixes) for the Directory Server, formatted in camel case.
ATTR_OBJECTCLASS - Static variable in class org.opends.server.config.ConfigConstants
The name of the standard attribute that holds the objectclass values for the entry, formatted in camelCase.
ATTR_OBJECTCLASSES - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the set of objectclass definitions in the server schema, formatted in camelCase.
ATTR_OBJECTCLASSES_LC - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the set of objectclass definitions in the server schema, formatted in all lowercase.
ATTR_PARAMETERS - Static variable in class org.forgerock.json.resource.http.HttpContext
Attribute in the serialized JSON form that holds the query and/or form parameters.
ATTR_PATH - Static variable in class org.forgerock.json.resource.http.HttpContext
Attribute in the serialised JSON form that holds the full URI of the request, excluding anything beyond the path component (i.e., no query parameters).
ATTR_PRIVATE_NAMING_CONTEXTS - Static variable in class org.opends.server.util.ServerConstants
The name of the attribute used to hold the DNs that constitute the set of "private" naming contexts registered with the server.
ATTR_REBUILD_BASE_DN - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an rebuild task definition that specifies the base DN of the indexes to do the rebuild in.
ATTR_REBUILD_INDEX - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an rebuild task definition that specifies the indexes to rebuild.
ATTR_REBUILD_INDEX_CLEARDEGRADEDSTATE - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an rebuild task definition that specifies the degraded index which needs to be clear.
ATTR_REBUILD_TMP_DIRECTORY - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an rebuild task definition that specifies the temporary scratch file.
ATTR_RECURRING_TASK_ID - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the recurring task ID for a recurring task that may be associated with a task.
ATTR_RECURRING_TASK_SCHEDULE - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the schedule for a recurring task.
ATTR_REFERRAL_URL - Static variable in class org.opends.server.util.ServerConstants
The name of the standard attribute that is used to specify the set of referral URLs in a smart referral entry, formatted in all lowercase.
ATTR_RESTART_SERVER - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that indicates whether the Directory Server should be restarted instead of shut down.
ATTR_ROOT_DSE_SUBORDINATE_BASE_DN - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that specifies the set of subordinate base DNs that should be used for non-base-level searches against the root DSE.
ATTR_ROOTDSE_SHOW_ALL_ATTRIBUTES - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that indicates whether the root DSE should treat all attributes as user attributes or if it should treat them as per their definition in the schema.
ATTR_SCHEMA_ENTRY_DN - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that specifies the location(s) of the entries used to publish the Directory Server schema information.
ATTR_SCHEMA_SHOW_ALL_ATTRIBUTES - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that indicates whether the subschema entry should treat all attributes as user attributes or if it should treat them as per their definition in the schema.
ATTR_SHUTDOWN_MESSAGE - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds a message that may be provided for the reason the Directory Server has been requested to shutdown.
ATTR_SN - Static variable in class org.opends.server.util.ServerConstants
The name of the standard attribute that is used to hold surnames, formatted in all lowercase.
ATTR_SUBSCHEMA_SUBENTRY - Static variable in class org.opends.server.util.ServerConstants
The name of the standard attribute that is used to specify the location for the Directory Server schema, formatted in camel case.
ATTR_SUBSCHEMA_SUBENTRY_LC - Static variable in class org.opends.server.util.ServerConstants
The name of the standard attribute that is used to specify the location for the Directory Server schema, formatted in all lowercase.
ATTR_SUBTREE_SPEC_LC - Static variable in class org.opends.server.util.ServerConstants
The name of the standard "subtreeSpecification" attribute type, formatted in all lowercase characters.
ATTR_SUPPORTED_AUTH_PW_SCHEMES - Static variable in class org.opends.server.util.ServerConstants
The name of the standard attribute that is used to specify the names of the authentication password schemes supported by the server, formatted in camel case.
ATTR_SUPPORTED_CONTROL - Static variable in class org.opends.server.util.ServerConstants
The name of the standard attribute that is used to specify the OIDs of the controls supported by the server, formatted in camel case.
ATTR_SUPPORTED_EXTENSION - Static variable in class org.opends.server.util.ServerConstants
The name of the standard attribute that is used to specify the OIDs of the extended operations supported by the server, formatted in camel case.
ATTR_SUPPORTED_FEATURE - Static variable in class org.opends.server.util.ServerConstants
The name of the standard attribute that is used to specify the OIDs of the features supported by the server, formatted in camel case.
ATTR_SUPPORTED_LDAP_VERSION - Static variable in class org.opends.server.util.ServerConstants
The name of the standard attribute that is used to specify the names of the LDAP protocol versions supported by the server, formatted in camel case.
ATTR_SUPPORTED_SASL_MECHANISMS - Static variable in class org.opends.server.util.ServerConstants
The name of the standard attribute that is used to specify the names of the SASL mechanisms supported by the server, formatted in camel case.
ATTR_SUPPORTED_TLS_CIPHERS - Static variable in class org.opends.server.util.ServerConstants
The name of the standard attribute that is used to specify the TLS ciphers supported by the server, formatted in camel case.
ATTR_SUPPORTED_TLS_PROTOCOLS - Static variable in class org.opends.server.util.ServerConstants
The name of the standard attribute that is used to specify the versions of the TLS protocol supported by the server, formatted in camel case.
ATTR_TARGET_GROUP_DN - Static variable in class org.opends.server.util.ServerConstants
The name of the attribute that is used to specify the DN of the target group for a virtual static group.
ATTR_TASK_ACTUAL_START_TIME - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the actual start time for a task.
ATTR_TASK_ADDSCHEMAFILE_FILENAME - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in the add schema file task definition that specifies the name of the schema file to be added.
ATTR_TASK_BACKUP_BACKEND_ID - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in a backup or restore task definition that specifies the backend ID for a backend that should be backed up or restored.
ATTR_TASK_BACKUP_STORAGE_PROPERTY - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in a backup task definition that specifies a property of the storage.
ATTR_TASK_CLASS - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the name of the class providing the task logic.
ATTR_TASK_COMPLETION_TIME - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the completion time for a task.
ATTR_TASK_CONFLICTS_HIST_PURGE_COMPLETED_IN_TIME - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in a purge conflicts historical task definition that specifies whether this task run has been able to complete in the allocated time.
ATTR_TASK_CONFLICTS_HIST_PURGE_COUNT - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in a purge conflicts historical task definition that specifies the number of values that have been purged.
ATTR_TASK_CONFLICTS_HIST_PURGE_DOMAIN_DN - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in a purge conflicts historical task definition that specifies the base dn related to the synchonization domain to purge.
ATTR_TASK_CONFLICTS_HIST_PURGE_FIRST_CSN - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in a purge conflicts historical task definition that specifies the oldest CSN that has been purged.
ATTR_TASK_CONFLICTS_HIST_PURGE_LAST_CSN - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in a purge conflicts historical task definition that specifies the newest CSN that has been purged.
ATTR_TASK_CONFLICTS_HIST_PURGE_MAX_DURATION - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in a purge conflicts historical task definition that specifies the maximum duration of the task.
ATTR_TASK_DEPENDENCY_IDS - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds task IDs of any tasks on which a given task is dependent.
ATTR_TASK_DISCONNECT_CONN_ID - Static variable in class org.opends.server.util.ServerConstants
The name of the attribute that is used to specify the connection ID of the connection to disconnect.
ATTR_TASK_DISCONNECT_MESSAGE - Static variable in class org.opends.server.util.ServerConstants
The name of the attribute that is used to specify the disconnect message.
ATTR_TASK_DISCONNECT_NOTIFY_CLIENT - Static variable in class org.opends.server.util.ServerConstants
The name of the attribute that is used to indicate whether to notify the connection it is about to be terminated.
ATTR_TASK_EXPORT_APPEND_TO_LDIF - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an export task definition that specifies whether the export process should append to an existing LDIF file rather than overwrite it.
ATTR_TASK_EXPORT_BACKEND_ID - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an export task definition that specifies the backend ID for the backend from which the data should be exported.
ATTR_TASK_EXPORT_COMPRESS_LDIF - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an export task definition that specifies whether the LDIF data should be compressed as it is exported.
ATTR_TASK_EXPORT_ENCRYPT_LDIF - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an export task definition that specifies whether the LDIF data should be encrypted as it is exported.
ATTR_TASK_EXPORT_EXCLUDE_ATTRIBUTE - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an export task definition that specifies an attribute that should be excluded from the LDIF export.
ATTR_TASK_EXPORT_EXCLUDE_BRANCH - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an export task definition that specifies the base DN of a branch that should be excluded from the LDIF export.
ATTR_TASK_EXPORT_EXCLUDE_FILTER - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an export task definition that specifies a search filter that may be used to control which entries are excluded from the export.
ATTR_TASK_EXPORT_INCLUDE_ATTRIBUTE - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an export task definition that specifies an attribute that should be included in the LDIF export.
ATTR_TASK_EXPORT_INCLUDE_BRANCH - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an export task definition that specifies the base DN of a branch that should be included in the LDIF export.
ATTR_TASK_EXPORT_INCLUDE_FILTER - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an export task definition that specifies a search filter that may be used to control which entries are included in the export.
ATTR_TASK_EXPORT_INCLUDE_OPERATIONAL_ATTRIBUTES - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an export task definition that specifies that operational attributes have to be included.
ATTR_TASK_EXPORT_LDIF_FILE - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an export task definition that specifies the path to the file to which the LDIF data should be written.
ATTR_TASK_EXPORT_SIGN_HASH - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an export task definition that specifies whether a signed hash of the export data should be appended to the LDIF file.
ATTR_TASK_EXPORT_WRAP_COLUMN - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an export task definition that specifies the column at which long lines should be wrapped.
ATTR_TASK_FAILED_DEPENDENCY_ACTION - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the indication of what to do in the event that one of the dependencies for a task has failed.
ATTR_TASK_ID - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the task ID for a task.
ATTR_TASK_INITIALIZE_DOMAIN_DN - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an initialize task definition that specifies the base dn related to the synchonization domain to initialize.
ATTR_TASK_INITIALIZE_DONE - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an initialize target task definition that specifies the scope in terms of servers to initialize.
ATTR_TASK_INITIALIZE_LEFT - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an initialize target task definition that specifies the scope in terms of servers to initialize.
ATTR_TASK_INITIALIZE_SOURCE - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an initialize target task definition that specifies the source in terms of source server from which to initialize.
ATTR_TASK_INITIALIZE_TARGET_DOMAIN_DN - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an initialize target task definition that specifies the base dn related to the synchonization domain to initialize.
ATTR_TASK_INITIALIZE_TARGET_SCOPE - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in an initialize target task definition that specifies the scope in terms of servers to initialize.
ATTR_TASK_LOG_MESSAGES - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the set of log messages for a task.
ATTR_TASK_NOTIFY_ON_COMPLETION - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the set of e-mail addresses of the users to notify when a task has completed.
ATTR_TASK_NOTIFY_ON_ERROR - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the set of e-mail addresses of the users to notify if a task fails.
ATTR_TASK_PURGE_BACKEND_NAME - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in a purge task definition that specifies to which backend purge should apply.
ATTR_TASK_PURGE_BACKUP_ID - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in a purge task definition that specifies the backup ID for a backup that should be purged.
ATTR_TASK_PURGE_FORCE_OLDER_THAN - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in a purge task definition that specifies whether ConfigConstants.ATTR_TASK_PURGE_OLDER_THAN may purge all the backups of the backends or keep the latest ones for each backend in all the cases.
ATTR_TASK_PURGE_KEEP_COUNT - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in a purge task definition that specifies the number of backups to keep safe.
ATTR_TASK_PURGE_OLDER_THAN - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in a purge task definition that specifies the duration threshold above which backups are purged.
ATTR_TASK_RESET_CHANGE_NUMBER_BASE_DN - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in a reset change number task that specifies the basedn where the csn applies.
ATTR_TASK_RESET_CHANGE_NUMBER_CSN - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in a reset change number task that specifies the csn of the new first change.
ATTR_TASK_RESET_CHANGE_NUMBER_TO - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute in a reset change number task that specifies the change number for the first change.
ATTR_TASK_SCHEDULED_START_TIME - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the scheduled start time for a task.
ATTR_TASK_SET_GENERATION_ID_DOMAIN_DN - Static variable in class org.opends.server.config.ConfigConstants
The name of the attribute containing the baseDn related to the replication domain to which applies the task.
ATTR_TASK_STATE - Static variable in class org.opends.server.config.ConfigConstants
The name of the configuration attribute that holds the current state for a task.
ATTR_VENDOR_VERSION - Static variable in class org.opends.server.util.ServerConstants
The name of the standard attribute that is used to specify vendor version for the Directory Server, formatted in camel case.
ATTRDEL - Enum constant in enum class org.opends.server.replication.plugin.HistAttrModificationKey
The key for attribute deletion.
AttrHistorical - Class in org.opends.server.replication.plugin
This class store historical information for a provided attribute.
AttrHistorical() - Constructor for class org.opends.server.replication.plugin.AttrHistorical
 
AttrHistoricalMultiple - Class in org.opends.server.replication.plugin
This class is used to store historical information for multiple valued attributes.
AttrHistoricalSingle - Class in org.opends.server.replication.plugin
This class is used to store historical information for single valued attributes.
Attribute - Interface in org.forgerock.opendj.ldap
An attribute, comprising of an attribute description and zero or more attribute values.
ATTRIBUTE_AUTHCID - Static variable in class org.forgerock.json.resource.http.SecurityContextFactory
Deprecated.
The name of the HTTP Request attribute where this factory expects to find the authenticated user's authentication ID.
ATTRIBUTE_AUTHZID - Static variable in class org.forgerock.json.resource.http.SecurityContextFactory
Deprecated.
The name of the HTTP Request attribute where this factory expects to find the authenticated user's authorization ID.
ATTRIBUTE_FILTER - Static variable in class org.forgerock.opendj.ldap.Entries
Selects which attributes will be compared.
ATTRIBUTE_OR_VALUE_EXISTS - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
ATTRIBUTE_OR_VALUE_EXISTS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it would have resulted in a conflict with an existing attribute or attribute value in the target entry.
AttributeCleanupPlugin - Class in org.opends.server.plugins
The attribute cleanup plugin implementation class.
AttributeCleanupPlugin() - Constructor for class org.opends.server.plugins.AttributeCleanupPlugin
 
AttributeCleanupPluginCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Attribute Cleanup Plugin settings.
AttributeCleanupPluginCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Attribute Cleanup Plugin settings.
AttributeCleanupPluginCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Attribute Cleanup Plugin managed object definition meta information.
attributeDescription() - Method in class org.forgerock.opendj.ldap.SortKey.SortComparator
Returns the attribute description derived from the SortKey.getAttributeDescription() string.
AttributeDescription - Class in org.forgerock.opendj.ldap
An attribute description as defined in RFC 4512 section 2.5.
AttributeFilter - Class in org.forgerock.opendj.ldap
A configurable factory for filtering the attributes exposed by an entry.
AttributeFilter() - Constructor for class org.forgerock.opendj.ldap.AttributeFilter
Creates a new attribute filter which will include all user attributes but no operational attributes.
AttributeFilter(String...) - Constructor for class org.forgerock.opendj.ldap.AttributeFilter
Creates a new attribute filter which will include the attributes identified by the provided search request attribute list.
AttributeFilter(Collection<String>) - Constructor for class org.forgerock.opendj.ldap.AttributeFilter
Creates a new attribute filter which will include the attributes identified by the provided search request attribute list.
AttributeFilter(Collection<String>, Schema) - Constructor for class org.forgerock.opendj.ldap.AttributeFilter
Creates a new attribute filter which will include the attributes identified by the provided search request attribute list.
AttributeParser - Class in org.forgerock.opendj.ldap
A fluent API for parsing attributes as different types of object.
attributes(String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Adds the provided list of attribute types to the list of attribute type the matching rule applies to.
attributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Adds the provided list of attribute types to the list of attribute type the matching rule applies to.
Attributes - Class in org.forgerock.opendj.ldap
This class contains methods for creating and manipulating attributes.
AttributeType - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure for storing and interacting with an attribute type, which contains information about the format of an attribute and the syntax and matching rules that should be used when interacting with it.
AttributeType.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing attribute type.
AttributeTypePropertyDefinition - Class in org.forgerock.opendj.config
Attribute type property definition.
AttributeTypePropertyDefinition.Builder - Class in org.forgerock.opendj.config
An interface for incrementally constructing attribute type property definitions.
AttributeUsage - Enum Class in org.forgerock.opendj.ldap.schema
This enumeration defines the set of possible attribute usage values that may apply to an attribute type, as defined in RFC 2252.
AttributeValuePasswordValidator - Class in org.opends.server.extensions
This class provides an OpenDS password validator that may be used to ensure that proposed passwords are not contained in another attribute in the user's entry.
AttributeValuePasswordValidator() - Constructor for class org.opends.server.extensions.AttributeValuePasswordValidator
Creates a new instance of this attribute value password validator.
AttributeValuePasswordValidatorCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Attribute Value Password Validator settings.
AttributeValuePasswordValidatorCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Attribute Value Password Validator settings.
AttributeValuePasswordValidatorCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Attribute Value Password Validator managed object definition meta information.
AttrValueHistorical - Class in org.opends.server.replication.plugin
AttrValueHistorical is the historical information of the modification of one attribute value.
Audit - Annotation Interface in org.forgerock.audit
Denotes audit dependencies.
AuditEvent - Class in org.forgerock.audit.events
Represents an audit event.
AuditEventBuilder<T extends AuditEventBuilder<T>> - Class in org.forgerock.audit.events
Root builder for all audit events.
AuditEventBuilder() - Constructor for class org.forgerock.audit.events.AuditEventBuilder
Creates the builder.
AuditEventHandler - Interface in org.forgerock.audit.events.handlers
The interface for an AuditEventHandler.
AuditEventHandlerBase - Class in org.forgerock.audit.events.handlers
Abstract AuditEventHandler class.
AuditEventHandlerBase(String, EventTopicsMetaData, Set<String>, boolean) - Constructor for class org.forgerock.audit.events.handlers.AuditEventHandlerBase
Create a new AuditEventHandler instance.
AuditEventHandlerFactory - Interface in org.forgerock.audit.events.handlers
Factory interface for creating instances of AuditEventHandler.
AuditEventHelper - Class in org.forgerock.audit.events
Helper methods for AuditEvents.
AuditEventTopicState - Class in org.forgerock.audit.events.handlers
Stores the state of the details sent to AuditEventHandler.publishEvent(Context, String, JsonValue).
AuditEventTopicState(Context, String, JsonValue) - Constructor for class org.forgerock.audit.events.handlers.AuditEventTopicState
Creates a (topic,event) pair.
AuditException - Exception in org.forgerock.audit
Root class of all exceptions in the Commons Audit Framework.
AuditException(String) - Constructor for exception org.forgerock.audit.AuditException
Constructs an AuditException using the given message.
AuditException(String, Throwable) - Constructor for exception org.forgerock.audit.AuditException
Constructs an AuditException using the given message and parent cause.
AuditException(Throwable) - Constructor for exception org.forgerock.audit.AuditException
Constructs an AuditException using the given parent cause.
AuditingContext - Class in org.forgerock.audit
A Context used when auditing over the router.
AuditingContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.audit.AuditingContext
Restore a serialized audit context.
AuditingContext(Context) - Constructor for class org.forgerock.audit.AuditingContext
Construct a new audit context with the provided parent.
AuditJsonConfig - Class in org.forgerock.audit.json
Utility class to facilitate creation and configuration of audit service and audit event handlers through JSON.
auditLogFileUnexpectedlyDisappearedErrorMsg(Path) - Static method in class org.forgerock.audit.util.AuditUtils
Returns an error message to be used when an audit log file got unexpectedly removed by an external program.
AuditService - Interface in org.forgerock.audit
CREST RequestHandler responsible for storing and retrieving audit events.
AuditServiceBuilder - Class in org.forgerock.audit
Builder for AuditService.
AuditServiceConfiguration - Class in org.forgerock.audit
Configuration of the audit service.
AuditServiceConfiguration() - Constructor for class org.forgerock.audit.AuditServiceConfiguration
Empty constructor.
AuditServiceConfiguration(AuditServiceConfiguration) - Constructor for class org.forgerock.audit.AuditServiceConfiguration
Copy-constructor, in order to obtain a copy from an existing configuration.
AuditServiceProxy - Class in org.forgerock.audit
AuditService proxy that allows products to implement threadsafe hot-swappable configuration updates.
AuditServiceProxy(AuditService) - Constructor for class org.forgerock.audit.AuditServiceProxy
Create a new AuditServiceProxy.
AuditUtils - Class in org.forgerock.audit.util
General utilities for commons audit.
AUTH - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
Security/authorization messages.
AUTH_METHOD_NOT_SUPPORTED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
AUTH_METHOD_NOT_SUPPORTED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested authentication attempt failed because it referenced an invalid SASL mechanism.
AUTH_PASSWORD - Enum constant in enum class org.opends.server.util.SchemaUtils.PasswordType
Auth Password.
AUTH_PASSWORD_SCHEME_NAME_SALTED_SHA_1 - Static variable in class org.opends.server.extensions.ExtensionsConstants
The authentication password scheme name for use with passwords encoded in a salted SHA-1 representation.
authenticate(String, String, Context) - Method in interface org.forgerock.opendj.rest2ldap.authz.AuthenticationStrategy
Authenticate a user.
AuthenticatedUsers - Class in org.opends.server.core
This class provides a data structure which maps an authenticated user DN to the set of client connections authenticated as that user.
AuthenticatedUsers(ServerContext) - Constructor for class org.opends.server.core.AuthenticatedUsers
Creates a new instance of this authenticated users object.
AUTHENTICATION_TYPE_SASL - Static variable in class org.forgerock.opendj.ldap.messages.BindRequest
The authentication type value (0xA3) reserved for SASL authentication.
AUTHENTICATION_TYPE_SIMPLE - Static variable in class org.forgerock.opendj.ldap.messages.BindRequest
The authentication type value (0x80) reserved for simple authentication.
AuthenticationAuditEventBuilder<T extends AuthenticationAuditEventBuilder<T>> - Class in org.forgerock.audit.events
Builder for audit authentication events.
AuthenticationAuditEventBuilder() - Constructor for class org.forgerock.audit.events.AuthenticationAuditEventBuilder
 
AuthenticationAuditEventBuilder.Status - Enum Class in org.forgerock.audit.events
Defines a fixed set of authentication statuses that can be logged.
authenticationEntry() - Method in record class org.opends.server.types.AuthenticationInfo
Returns the value of the authenticationEntry record component.
authenticationEvent() - Static method in class org.forgerock.audit.events.AuthenticationAuditEventBuilder
Starts to build an audit authentication event.
AuthenticationException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Bind Request failed due to an authentication failure.
AuthenticationInfo - Record Class in org.opends.server.types
This class defines a data structure that may be used to store information about an authenticated user.
AuthenticationInfo(Entry, Entry, AuthenticationType, String) - Constructor for record class org.opends.server.types.AuthenticationInfo
Builds an AuthenticationInfo object.
AuthenticationPolicy - Class in org.opends.server.api
An abstract authentication policy.
AuthenticationPolicy() - Constructor for class org.opends.server.api.AuthenticationPolicy
Creates a new abstract authentication policy.
AuthenticationPolicyCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Authentication Policy settings.
AuthenticationPolicyCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Authentication Policy settings.
AuthenticationPolicyCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Authentication Policy managed object definition meta information.
AuthenticationPolicyFactory<T extends AuthenticationPolicyCfg> - Interface in org.opends.server.api
A factory for creating configurable authentication policies.
AuthenticationPolicyState - Class in org.opends.server.api
The authentication policy context associated with a user's entry, which is responsible for managing the user's account, their password, as well as authenticating the user.
AuthenticationPolicyState(Entry) - Constructor for class org.opends.server.api.AuthenticationPolicyState
Creates a new abstract authentication policy context.
AuthenticationStrategies - Class in org.forgerock.opendj.rest2ldap.authz
Factory methods of AuthenticationStrategy allowing to perform authentication against LDAP server through different method.
AuthenticationStrategy - Interface in org.forgerock.opendj.rest2ldap.authz
Authenticate a user and create a SecurityContext as a result.
authenticationType() - Method in record class org.opends.server.types.AuthenticationInfo
Returns the value of the authenticationType record component.
AuthenticationType - Enum Class in org.opends.server.types
This enumeration defines the set of possible authentication types that may be used for a bind request.
AuthMethod - Class in org.opends.server.authorization.dseecompat
The AuthMethod class represents an authmethod bind rule keyword expression.
AUTHN_BIND_REQUEST - Static variable in class org.forgerock.opendj.ldap.LdapConnectionFactory
Configures the connection factory to return pre-authenticated connections using the specified BindRequest.
AUTHN_BIND_REQUEST_FACTORY - Static variable in class org.forgerock.opendj.ldap.LdapConnectionFactory
Configures the connection factory to return pre-authenticated connections using BindRequest provided by the specified Supplier.
Authorization - Class in org.forgerock.opendj.rest2ldap.authz
Factory methods to create Filter performing authentication and authorizations.
AUTHORIZATION_DENIED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
AUTHORIZATION_DENIED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that should be used if the server will not allow the client to use the requested authorization.
authorizationEntry() - Method in record class org.opends.server.types.AuthenticationInfo
Returns the value of the authorizationEntry record component.
AuthorizationException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request failed due to an authorization failure.
AuthorizationIdentityRequestControl - Class in org.forgerock.opendj.ldap.controls
The authorization request control as defined in RFC 3829.
AuthorizationIdentityResponseControl - Class in org.forgerock.opendj.ldap.controls
The authorization response control as defined in RFC 3829.
AuthPassword - Class in org.forgerock.opendj.ldap
An authentication password, it has a storage scheme, authentication info and authentication value.
authPasswordMatches(ByteString, String, String) - Method in class org.opends.server.api.PasswordStorageScheme
Indicates whether the provided plaintext password matches the encoded password using the authentication password syntax with the given authInfo and authValue components.
authPasswordMatches(ByteString, String, String) - Method in class org.opends.server.extensions.PBKDF2HmacSHA256PasswordStorageScheme
 
authPasswordMatches(ByteString, String, String) - Method in class org.opends.server.extensions.ScramSha512PasswordStorageScheme
 
authPasswordMatches(ByteString, String, String) - Method in class org.opends.server.extensions.PKCS5S2PasswordStorageScheme
 
authPasswordMatches(ByteString, String, String) - Method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
 
authPasswordMatches(ByteString, String, ServerContext) - Static method in interface org.opends.server.core.PasswordVerifier
Indicates whether the provided plaintext password matches the encoded password using the authentication password syntax.
authPasswordMatches(PasswordStorageScheme<?>, ByteString, AuthPassword) - Static method in interface org.opends.server.core.PasswordVerifier
Indicates whether the provided plaintext password matches the encoded password using the authentication password syntax.
AUTHPRIV - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
Security/authorization messages.
AUTHZ_DN_ATTACHMENT - Static variable in class org.opends.server.extensions.PasswordModifyExtendedOperation
The name of the attachment which will be used to store the fully resolved target entry.
AUTO - Enum constant in enum class org.forgerock.audit.handlers.jms.SessionModeConfig
Auto-acknowledge session mode.
autoFlush(boolean) - Method in interface org.forgerock.audit.events.handlers.buffering.BufferedBatchPublisher.Builder
Whether events to should be automatically flushed on shutdown.
AUXILIARY - Enum constant in enum class org.forgerock.opendj.ldap.schema.ObjectClassType
The objectclass type that to use for classes declared "auxiliary".
auxiliaryObjectClasses(String...) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds the provided auxiliary classes to the list of auxiliary object classes that entries subject to this DIT content rule may belong to.
auxiliaryObjectClasses(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds the provided auxiliary classes to the list of auxiliary object classes that entries subject to this DIT content rule may belong to.
auxiliaryResourceTypes() - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Returns a property mapper which maps a JSON property containing the auxiliary resource types to its associated LDAP object classes.
Ava - Class in org.forgerock.opendj.ldap
An attribute value assertion (AVA) as defined in RFC 4512 section 2.3 consists of an attribute description with zero options and an attribute value.
Ava(String, Object) - Constructor for class org.forgerock.opendj.ldap.Ava
Creates a new attribute value assertion (AVA) using the provided attribute type and value decoded using the default schema.
Ava(AttributeType, Object) - Constructor for class org.forgerock.opendj.ldap.Ava
Creates a new attribute value assertion (AVA) using the provided attribute type and value.
Ava(AttributeType, String, Object) - Constructor for class org.forgerock.opendj.ldap.Ava
Creates a new attribute value assertion (AVA) using the provided attribute type, name and value.
availableProfiles() - Static method in class org.forgerock.opendj.setup.model.Profile
Returns the setup profiles available within the running binaries path.
availableProfilesGroupedByFriendlyName() - Static method in class org.forgerock.opendj.setup.model.Profile
Returns the setup profiles available within the running binaries path, sorted and grouped by user friendly names.
averagePerEventPayloadSize(int) - Method in interface org.forgerock.audit.events.handlers.buffering.BufferedBatchPublisher.Builder
Sets the average event payload size, used to initialise string buffers.
awaitTermination(long, TimeUnit) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
awaitTermination(long, TimeUnit) - Method in class org.opends.server.util.CronExecutorService
 

B

backend - Variable in class org.opends.server.types.Operation
The local backend associated with this operation.
Backend<C extends Configuration> - Class in org.opends.server.api
Represents a directory server backend, which can be either local or remote (proxy).
Backend() - Constructor for class org.opends.server.api.Backend
 
BACKEND - Static variable in interface org.opends.server.loggers.ServerLoggers
The logger used for generic backends.
BACKEND_BACKUP - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the user to request that the server process backup or backup purge tasks.
BACKEND_BACKUP - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to perform backend backup or backup purge operations.
BACKEND_ID - Static variable in class org.opends.server.backends.ChangelogBackend
The id of this backend.
BACKEND_LOCK_FILE_PREFIX - Static variable in class org.opends.server.util.ServerConstants
The prefix that will be used for lock filenames used for Directory Server backends.
BACKEND_RESTORE - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the user to request that the server process restore tasks.
BACKEND_RESTORE - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to perform backend restore operations.
BackendCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Backend settings.
BackendCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Backend settings.
BackendCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Backend managed object definition meta information.
BackendConfigManager - Class in org.opends.server.core
Responsible for managing the lifecycle of backends in the Directory Server.
BackendConfigManager(ServerContext) - Constructor for class org.opends.server.core.BackendConfigManager
Creates a new instance of this backend config manager.
BackendFile - Class in org.opends.server.backup
This class is a wrapper around a backend file path and a backend file ID.
BackendFile(Path, Function<Path, String, IOException>) - Constructor for class org.opends.server.backup.BackendFile
Creates a new backend file with the provided path and fingerprinting function.
backendId() - Method in record class org.opends.server.monitors.LocalBackendMonitor.BaseDnMonitorData
Returns the value of the backendId record component.
backendId(String) - Method in class org.forgerock.opendj.server.embedded.ImportParameters
Sets the backend id of the backend to import.
BackendImpl<C extends PluggableBackendCfg> - Class in org.opends.server.backends.pluggable
This is an implementation of a Directory Server Backend which stores entries locally in a pluggable storage.
BackendImpl() - Constructor for class org.opends.server.backends.pluggable.BackendImpl
 
BackendIndexCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Backend Index settings.
BackendIndexCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Backend Index settings.
BackendIndexCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Backend Index managed object definition meta information.
BackendIndexCfgDefn.IndexType - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "index-type" property.
backendNames(StringArgument) - Method in class org.opends.server.tools.dsbackup.PurgeArgumentsValidator
Sets the list of the backend names to purge as a StringArgument.
backendNames(Set<String>) - Method in class org.opends.server.tools.dsbackup.BackupRunner
Sets the backendName argument values.
backendNames(Set<String>) - Method in class org.opends.server.tools.dsbackup.PurgeRunner
Configures the purge runner to purge only backups of the given backend names.
backendNames(Set<String>) - Method in class org.opends.server.tools.dsbackup.RestoreRunner
Sets the backendName argument values.
backendNames(Entry, String) - Method in class org.opends.server.tools.dsbackup.PurgeArgumentsValidator
Sets the list of backend names to purge.
BackendStat - Class in org.opends.server.backends.pluggable
This program provides a utility that may be used to debug a Pluggable Backend.
BackendToolUtils - Class in org.opends.server.tools
This class provides utility functions for all backend client tools.
BackendToolUtils.BackendInfo - Class in org.opends.server.tools
Contains backend infos: LocalBackend, baseDNs and BackendCfg.
backendType() - Method in record class org.opends.server.monitors.LocalBackendMonitor.BaseDnMonitorData
Returns the value of the backendType record component.
BackendVlvIndexCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Backend VLV Index settings.
BackendVlvIndexCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Backend VLV Index settings.
BackendVlvIndexCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Backend VLV Index managed object definition meta information.
BackendVlvIndexCfgDefn.Scope - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "scope" property.
Backup - Class in org.opends.server.backup
This class contains all the metadata associated with a backup.
Backup(Instant, String, String, Set<BackendFileId>) - Constructor for class org.opends.server.backup.Backup
Creates a new backup with the provided properties.
BACKUP - Enum constant in enum class org.opends.server.api.LocalBackend.BackendOperation
Indicates whether this backend provides a backup mechanism of any kind.
BACKUP - Static variable in interface org.opends.server.loggers.ServerLoggers
The logger used for backup.
Backupable - Interface in org.opends.server.backup
This interface must be implemented by backends that support backup and restore.
BackupException - Exception in org.opends.server.backup
An exception that may be thrown when there is a problem with a backup file.
BackupException(LocalizableMessage) - Constructor for exception org.opends.server.backup.BackupException
Creates an new backup file exception with the provided localizable message.
BackupException(LocalizableMessage, Throwable) - Constructor for exception org.opends.server.backup.BackupException
Creates an new backup storage exception with the provided localizable message.
BackupFileManager - Class in org.opends.server.backup
A backup file manager is responsible for securely and lazily saving backend files and metadata to its underlying backup storage.
BackupFilter(Collection<BackupId>, Collection<String>, Collection<String>, boolean) - Constructor for class org.opends.server.backup.BackupManager.BackupFilter
Builds a backup filter instance using the provided criteria.
BackupId - Class in org.opends.server.backup
A backup identifier, it is made out of a backend name and a tag.
backupIds(StringArgument) - Method in class org.opends.server.tools.dsbackup.PurgeArgumentsValidator
Sets the list of backup IDs as a StringArgument.
backupIds(Set<String>) - Method in class org.opends.server.tools.dsbackup.PurgeRunner
Sets a list of backup IDs to purge.
backupIds(Set<BackupId>) - Method in class org.opends.server.tools.dsbackup.RestoreRunner
Sets the backupId argument values.
backupIds(Entry, String) - Method in class org.opends.server.tools.dsbackup.PurgeArgumentsValidator
Sets the list of backup IDs.
BackupManager - Class in org.opends.server.backup
This is the primary class for managing backups, it works on top of an arbitrary backup storage and allows to backup and restore backupable entities as well as listing and verifying backups.
BackupManager(BackupFileManager, String) - Constructor for class org.opends.server.backup.BackupManager
Constructor.
BackupManager.BackupFilter - Class in org.opends.server.backup
Filters the available backups using the provided criteria.
BackupManager.CountedIterator<E> - Interface in org.opends.server.backup
Iterator able to return a count of progress and the total number of items to be processed.
BackupManager.FixedBackendIterator<E> - Class in org.opends.server.backup
Counted iterator returning elements from a list.
backupManagerFactory(BackupRunner.BackupManagerFactory) - Method in class org.opends.server.tools.dsbackup.PurgeRunner
Sets the backup manager factory.
BackupPurgeTask - Class in org.opends.server.tasks
This class provides an implementation of a Directory Server task that may be used to purge backups of a Directory Server.
BackupPurgeTask() - Constructor for class org.opends.server.tasks.BackupPurgeTask
 
BackupRunner - Class in org.opends.server.tools.dsbackup
This class implements all the business logic for the dsbackup create sub-command, whether offline or online.
BackupRunner() - Constructor for class org.opends.server.tools.dsbackup.BackupRunner
 
backupStorage(BackupStorageConfig) - Method in interface org.opends.server.backup.BackupStorageProvider
Returns a new BackupStorage.
backupStorage(BackupStorageConfig) - Method in class org.opends.server.backup.FileSystemBackupStorageProvider
 
BackupStorage - Interface in org.opends.server.backup
A backup storage is responsible for writing and reading backup files in a persistent location.
BackupStorageConfig - Class in org.opends.server.backup
Configuration of a backup storage.
BackupStorageProvider - Interface in org.opends.server.backup
An interface to create a backup storage.
BackupTask - Class in org.opends.server.tasks
This class provides an implementation of a Directory Server task that may be used to back up a Directory Server backend in a binary form.
BackupTask() - Constructor for class org.opends.server.tasks.BackupTask
 
BackupTaskListener - Interface in org.opends.server.api
This interface defines a set of methods that may be used to notify various Directory Server components whenever a backend backup task is about to begin or has just completed.
BAD_DATA - Enum constant in enum class org.opends.server.replication.common.ServerStatus
DS in bad data status.
BAD_REQUEST - Static variable in exception org.forgerock.json.resource.ResourceException
Indicates that the request could not be understood by the resource due to malformed syntax.
BadRequestException - Exception in org.forgerock.json.resource
An exception that is thrown during a operation on a resource when the requested operation is malformed.
BadRequestException() - Constructor for exception org.forgerock.json.resource.BadRequestException
Constructs a new exception with null as its detail message.
BadRequestException(String) - Constructor for exception org.forgerock.json.resource.BadRequestException
Constructs a new exception with the specified detail message.
BadRequestException(String, Throwable) - Constructor for exception org.forgerock.json.resource.BadRequestException
Constructs a new exception with the specified detail message and cause.
BadRequestException(Throwable) - Constructor for exception org.forgerock.json.resource.BadRequestException
Constructs a new exception with the specified cause.
BASE_OBJECT - Enum constant in enum class org.forgerock.opendj.ldap.SearchScope.Enum
 
BASE_OBJECT - Enum constant in enum class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn.Scope
Search the base object only.
BASE_OBJECT - Static variable in class org.forgerock.opendj.ldap.SearchScope
The scope is constrained to the search base entry.
Base64 - Class in org.forgerock.opendj.ldap
This class provides methods for performing base64 encoding and decoding.
Base64 - Class in org.forgerock.util.encode
Provides RFC 4648 / RFC 2045 compatible Base64 encoding and decoding.
BASE64 - Enum constant in enum class org.forgerock.secrets.propertyresolver.PropertyFormatBase64
Traditional base64 encoding.
BASE64_DECODE - Enum constant in enum class org.forgerock.config.util.CoercionFunction
A coercion function that decodes a base64-encoded string into a decoded string.
BASE64_ENCODE - Enum constant in enum class org.forgerock.config.util.CoercionFunction
A coercion function that encodes a string into a base64-encoded String.
base64Binary() - Static method in class org.forgerock.json.JsonValueFunctions
Returns a byte[] by converting the JsonValue using JsonValue.asString() and then Base64-decoding the result.
Base64PasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme that will store the values in base64-encoded form.
Base64PasswordStorageScheme() - Constructor for class org.opends.server.extensions.Base64PasswordStorageScheme
 
Base64PasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Base64 Password Storage Scheme settings.
Base64PasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Base64 Password Storage Scheme settings.
Base64PasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Base64 Password Storage Scheme managed object definition meta information.
Base64url - Class in org.forgerock.util.encode
Makes use of the Base64 class to encode and decode to and from URL-safe Base64.
BASE64URL - Enum constant in enum class org.forgerock.secrets.propertyresolver.PropertyFormatBase64
URL-safe base64 encoding.
base64urlBinary() - Static method in class org.forgerock.json.JsonValueFunctions
Returns a byte[] by converting the JsonValue using JsonValue.asString() and then Base64url-decoding the result.
baseDirectory(Path) - Method in class org.opends.server.tools.dsbackup.BackupRunner
Sets the base directory ie the directory which will be used as the working directory if ever the given backup location is relative local file-system path.
baseDirectory(Path) - Method in class org.opends.server.tools.dsbackup.PurgeRunner
Sets the base directory ie the directory which will be used as the working directory if ever the given backup location is relative local file-system path.
baseDirectory(Path) - Method in class org.opends.server.tools.dsbackup.RestoreRunner
Sets the base directory ie the directory which will be used as the working directory if ever the given backup location is relative local file-system path.
baseDn() - Method in record class org.opends.server.monitors.LocalBackendMonitor.BaseDnMonitorData
Returns the value of the baseDn record component.
baseDn() - Method in record class org.opends.server.replication.server.changelog.api.DomainReplicaId
Returns the value of the baseDn record component.
baseDn() - Method in record class org.opends.server.replication.server.changelog.api.UpdateRecord
Returns the value of the baseDn record component.
baseDN(String) - Method in class org.forgerock.opendj.server.embedded.RebuildIndexParameters
Sets the base Dn for user information in the directory server.
BaseDnMonitorData(String, String, Dn) - Constructor for record class org.opends.server.monitors.LocalBackendMonitor.BaseDnMonitorData
Creates an instance of a BaseDnMonitorData record class.
BaseQueryFilterVisitor<R,P,F> - Class in org.forgerock.util.query
A base implementation of QueryFilterVisitor where all methods throw an UnsupportedOperationException by default - override just the methods you need.
BaseQueryFilterVisitor() - Constructor for class org.forgerock.util.query.BaseQueryFilterVisitor
 
baseTimeUnit() - Method in interface org.forgerock.monitoring.api.instrument.TimeGauge
 
baseTimeUnit() - Method in interface org.forgerock.monitoring.api.instrument.Timer
 
baseTimeUnit() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableTimer
 
baseUnit(String) - Method in class org.forgerock.monitoring.api.instrument.Counter.Builder
Associate a BaseUnit with the Counter
baseUnit(String) - Method in class org.forgerock.monitoring.api.instrument.DistributionSummary.Builder
 
baseUnit(String) - Method in class org.forgerock.monitoring.api.instrument.Gauge.Builder
 
baseUnit(String) - Method in class org.forgerock.monitoring.api.instrument.Meter.Builder
 
BatchConfiguration() - Constructor for class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.BatchConfiguration
 
BatchConsumer - Interface in org.forgerock.audit.events.handlers.buffering
Implementation is responsible for being able to build up a batch payload and to publish that payload.
BatchException - Exception in org.forgerock.audit.events.handlers.buffering
Indicates failure during a batch operation.
BatchException(String) - Constructor for exception org.forgerock.audit.events.handlers.buffering.BatchException
Constructs a new BatchException with given message.
BatchException(String, Throwable) - Constructor for exception org.forgerock.audit.events.handlers.buffering.BatchException
Constructs a new BatchException with given message and cause.
BatchPublisher - Interface in org.forgerock.audit.events.handlers.buffering
Implementations of BatchPublisher are able to consume multiple audit events and build batches out of them.
BatchPublisherFactory - Interface in org.forgerock.audit.events.handlers.buffering
Batch publisher factory provides new instances of BatchPublisher.
BatchPublisherFactoryImpl - Class in org.forgerock.audit.events.handlers.buffering
Basic batch publisher factory implementation.
BatchPublisherFactoryImpl() - Constructor for class org.forgerock.audit.events.handlers.buffering.BatchPublisherFactoryImpl
 
BCrypt - Class in org.opends.server.extensions
BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
BcryptPasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme that will encode values using the BCrypt encryption algorithm.
BcryptPasswordStorageScheme() - Constructor for class org.opends.server.extensions.BcryptPasswordStorageScheme
 
BcryptPasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Bcrypt Password Storage Scheme settings.
BcryptPasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Bcrypt Password Storage Scheme settings.
BcryptPasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Bcrypt Password Storage Scheme managed object definition meta information.
BcryptPasswordStorageSchemeCfgDefn.RehashPolicy - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "rehash-policy" property.
before(String) - Method in class org.forgerock.audit.events.ConfigAuditEventBuilder
Records the previous state of the modified object as a String.
before(JsonValue) - Method in class org.forgerock.audit.events.ConfigAuditEventBuilder
Records the previous state of the modified object as JSON.
BEFORE - Static variable in class org.forgerock.audit.events.ConfigAuditEventBuilder
 
beforeAddAttribute(AttributeType.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
Allow to modify the builder before its inclusion in schema.
beforeAddDitContentRule(DitContentRule.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
Allow to modify the builder before its inclusion in schema.
beforeAddDitStructureRule(DitStructureRule.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
Allow to modify the builder before its inclusion in schema.
beforeAddMatchingRule(MatchingRule.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
Allow to modify the builder before its inclusion in schema.
beforeAddMatchingRuleUse(MatchingRuleUse.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
Allow to modify the builder before its inclusion in schema.
beforeAddNameForm(NameForm.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
Allow to modify the builder before its inclusion in schema.
beforeAddObjectClass(ObjectClass.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
Allow to modify the builder before its inclusion in schema.
beforeAddSyntax(Syntax.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
Allow to modify the builder before its inclusion in schema.
beforeBackup() - Method in class org.opends.server.backends.jeb.JEBackend
 
beforeBackup() - Method in class org.opends.server.backends.jeb.JEStorage
 
beforeBackup() - Method in class org.opends.server.backends.LDIFBackend
 
beforeBackup() - Method in class org.opends.server.backends.SchemaBackend
 
beforeBackup() - Method in class org.opends.server.backends.task.TaskBackend
 
beforeBackup() - Method in interface org.opends.server.backup.Backupable
Performs any necessary processing before a backup is performed.
beforeRestore() - Method in class org.opends.server.backends.jeb.JEBackend
 
beforeRestore() - Method in class org.opends.server.backends.LDIFBackend
 
beforeRestore() - Method in class org.opends.server.backends.SchemaBackend
 
beforeRestore() - Method in class org.opends.server.backends.task.TaskBackend
 
beforeRestore() - Method in interface org.opends.server.backup.Backupable
Performs any necessary processing before a restore is performed.
beforeRollingOver() - Method in interface org.forgerock.audit.events.handlers.writers.RotatableWriter.RolloverLifecycleHook
This method is called before the rotation and retention checks are done.
BiFunction<T,U,R,E extends Exception> - Interface in org.forgerock.util
A BiFunction functional interface which can throw a checked Exception.
BIG_EQUALITY - Enum constant in enum class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn.IndexType
This index type is used to perform efficient equality filter queries against very high cardinality attribute values.
BIG_EXTENSIBLE - Enum constant in enum class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn.IndexType
This index type is used to improve the efficiency of searches using extensible matching rule search filters against very high cardinality attribute values.
binaryUpgradeVersion() - Static method in class org.opends.server.util.BuildVersion
Returns the build upgrade version of the running binaries.
bind() - Method in class org.opends.server.api.ConnectionHandler
Operates in a loop, accepting new connections and ensuring that requests on those connections are handled properly.
bind() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
 
bind() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
 
bind() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
bind() - Method in class org.opends.server.protocols.LDIFConnectionHandler
 
bind(String, char[]) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
bind(String, char[]) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Authenticates to the Directory Server using simple authentication and the provided user name and password.
bind(String, char[]) - Method in interface org.forgerock.opendj.ldap.Connection
Authenticates to the Directory Server using simple authentication and the provided user name and password.
bind(BindRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
bind(BindRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Authenticates to the Directory Server using the provided bind request.
bind(BindRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Authenticates to the Directory Server using the provided bind request.
bind(BindRequest) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Authenticates to the Directory Server using the provided bind request.
BIND - Enum constant in enum class org.forgerock.opendj.ldap.messages.Request.RequestType
Bind request type.
BIND - Enum constant in enum class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn.LogRecordType
Bind operations
BIND_REQUEST - Static variable in class org.forgerock.opendj.discovery.ReplicationServiceDiscoveryMechanism
The bind request to use to perform service discovery when connecting to servers.
bindAsync(BindRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
bindAsync(BindRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously authenticates to the Directory Server using the provided bind request.
bindAsync(BindRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously authenticates to the Directory Server using the provided bind request.
bindAsync(BindRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously authenticates to the Directory Server using the provided bind request.
bindAsync(BindRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
bindAsync(BindRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously authenticates to the Directory Server using the provided bind request.
bindDn(String) - Method in class org.forgerock.opendj.server.embedded.ConnectionParameters
Sets the Dn to use to bind to the directory server.
BindOperation - Class in org.opends.server.core
This class defines an operation that may be used to authenticate a user to the Directory Server.
BindOperation(RequestContext, LocalBackend<?>, BindRequest, Consumer<ResponseStream>) - Constructor for class org.opends.server.core.BindOperation
Creates a new bind operation.
bindPassword(String) - Method in class org.forgerock.opendj.server.embedded.ConnectionParameters
Sets the password to use to bind to the directory server.
BindRequest - Class in org.forgerock.opendj.ldap.messages
The Bind operation allows authentication information to be exchanged between the client and server.
BindResult - Interface in org.forgerock.opendj.ldap.messages
A Bind result indicates the status of the client's request for authentication.
BindRule - Class in org.opends.server.authorization.dseecompat
This class represents a single bind rule of an ACI permission-bind rule pair.
bindTo(MeterRegistry) - Method in interface org.forgerock.monitoring.api.instrument.binder.MeterBinder
 
bindTo(MeterRegistry) - Method in class org.opends.server.api.EntryCache
 
bindTo(MeterRegistry) - Method in class org.opends.server.api.KeyManagerProvider.CertificateMonitor
 
bindTo(MeterRegistry) - Method in class org.opends.server.api.MonitorProvider
.
bindTo(MeterRegistry) - Method in class org.opends.server.extensions.FIFOEntryCache
 
bindTo(MeterRegistry) - Method in class org.opends.server.monitors.HealthStatusMonitorProvider
 
bindTo(MeterRegistry) - Method in class org.opends.server.monitors.JvmMonitorProvider
 
bindTo(MeterRegistry) - Method in class org.opends.server.monitors.LocalBackendMonitor
 
bindTo(MeterRegistry) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
bindTo(MeterRegistry) - Method in class org.opends.server.replication.server.ReplicationServerDomain
 
BlackAndWhitelistFilter - Class in org.forgerock.util
This class can be used for filtering string elements by using blacklists and/or whitelists.
BlackAndWhitelistFilter(Collection<Pattern>, Collection<Pattern>) - Constructor for class org.forgerock.util.BlackAndWhitelistFilter
Creates a new BlackAndWhitelistFilter with provided collections.
BLIND_TRUST - Static variable in class org.forgerock.opendj.setup.model.SetupConstants
Blind trust type.
blindTrust() - Static method in class org.forgerock.opendj.setup.model.Security
Returns a Security.TrustStoreModel which will blindly trust all certificates.
BlindTrustManagerProvider - Class in org.opends.server.extensions
This class provides an implementation of a trust manager provider that will indicate that any certificate presented should be blindly trusted by the Directory Server.
BlindTrustManagerProvider() - Constructor for class org.opends.server.extensions.BlindTrustManagerProvider
Creates a new instance of this blind trust manager provider.
BlindTrustManagerProviderCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Blind Trust Manager Provider settings.
BlindTrustManagerProviderCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Blind Trust Manager Provider settings.
BlindTrustManagerProviderCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Blind Trust Manager Provider managed object definition meta information.
BlockingBackpressureOperator<T> - Class in org.opends.server.protocols
Allows to connect a non back-pressure aware Publisher into a reactive stream.
BlockingBackpressureOperator(Duration, Supplier<Exception>) - Constructor for class org.opends.server.protocols.BlockingBackpressureOperator
Creates a new operator allowing to plug non back-pressure aware Publisher to a Flowable chain.
BlowfishPasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme that will encode values using the Blowfish reversible encryption algorithm.
BlowfishPasswordStorageScheme() - Constructor for class org.opends.server.extensions.BlowfishPasswordStorageScheme
Default ctor.
BlowfishPasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Blowfish Password Storage Scheme settings.
BlowfishPasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Blowfish Password Storage Scheme settings.
BlowfishPasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Blowfish Password Storage Scheme managed object definition meta information.
BOOL - Enum constant in enum class org.forgerock.config.util.CoercionFunction
A coercion function that processes a stringified Boolean into a boolean.
BOOLEAN_TYPE - Static variable in class org.forgerock.audit.events.AuditEventHelper
Json boolean value type.
booleanGauge(String, String, Supplier<Boolean>) - Method in class org.opends.server.api.MeterRegistryHolder
Creates both an object gauge that is never added to the parent meter registry (it only appears in ldap meters), and a gauge returning a double that will be added to the parent meter registry converting the Boolean to a double.
booleanGauge(String, Supplier<Boolean>) - Method in class org.opends.server.api.MeterRegistryHolder
Creates both an object gauge that is never added to the parent meter registry (it only appears in ldap meters), and a gauge returning a double that will be added to the parent meter registry converting the Boolean to a double.
booleanParameter(String) - Method in class org.forgerock.opendj.setup.model.Profile.ParameterFactory
Creates and returns a new boolean parameter.
BooleanPropertyDefinition - Class in org.forgerock.opendj.config
Boolean property definition.
BooleanPropertyDefinition.Builder - Class in org.forgerock.opendj.config
An interface for incrementally constructing boolean property definitions.
BooleanTypeValidator - Class in org.forgerock.json.schema.validator.validators
BooleanTypeValidator applies all the constraints of a boolean type.
BooleanTypeValidator(Map<String, Object>, List<String>) - Constructor for class org.forgerock.json.schema.validator.validators.BooleanTypeValidator
Construct a boolean type validator.
BOOTSTRAP_REPLICATION_SERVERS - Static variable in class org.forgerock.opendj.discovery.ReplicationServiceDiscoveryMechanism
The addresses of one or more replication servers within the topology which this server should connect to in order to discover the rest of the topology.
bootstrapClient() - Static method in class org.opends.server.core.DirectoryServer
Bootstraps the appropriate Directory Server structures that may be needed by both server and client-side tools.
bootstrapConfiguration(ServerContext) - Static method in class org.opends.server.config.ConfigurationHandler
Bootstraps the server configuration.
bootstrapPropertyResolver(String, PropertyResolver) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Get the standard bootstrap property resolver, which is defined as a resolver that checks in turn: The product paths resolver Environment variables System properties Any external sources defined in the <productKey>.envconfig.dirs system property, or (if it does not exist) the <PRODUCTKEY>_ENVCONFIG_DIRS environment variable, which is treated as a comma-separated list of source directories, where the files in a directory are resolved in a non-deterministic order, and are checked for duplicate keys.
bootstrapReplicationServers(HostPort...) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the addresses of replication servers to which the server will try to connect at startup time.
bootstrapReplicationServers(String...) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the addresses of replication servers to which the server will try to connect at startup time.
bootstrapReplicationServers(Collection<HostPort>) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the addresses of replication servers to which the server will try to connect at startup time.
BoundedWorkQueue - Class in org.opends.server.core
A QueueingStrategy that concurrently enqueues a bounded number of operations to the DirectoryServer work queue.
BoundedWorkQueue(Integer, ServerContext) - Constructor for class org.opends.server.core.BoundedWorkQueue
Constructor for BoundedWorkQueueStrategy.
broker - Variable in class org.opends.server.replication.service.ReplicationDomain
The ReplicationBroker that is used by this ReplicationDomain to connect to the ReplicationService.
BSDMD5Crypt - Class in org.opends.server.util
BSD MD5 Crypt algorithm, ported from C.
buckets(HistogramConfig) - Static method in class org.forgerock.monitoring.api.instrument.histogram.PercentileHistogramBuckets
Pick values from a static set of percentile buckets that yields a decent error bound on most real world timers and distribution summaries because monitoring systems like Prometheus require us to report the same buckets at every interval, regardless of where actual samples have been observed.
BUFFER_SIZE - Static variable in class org.forgerock.opendj.ldap.LdapServer
Size of the buffer used when reading/writing data from/to the network.
BufferedBatchPublisher - Class in org.forgerock.audit.events.handlers.buffering
Buffers audit events to a bounded queue, periodically flushing the queue to a provided BatchConsumer.
BufferedBatchPublisher.Builder - Interface in org.forgerock.audit.events.handlers.buffering
Builder used to construct a new BufferedBatchPublisher.
buffering - Variable in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
Event buffering is disabled by default.
buffering - Variable in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
Event buffering is disabled by default.
BufferingConfiguration() - Constructor for class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.BufferingConfiguration
 
build() - Method in class org.forgerock.audit.AuditServiceBuilder
Creates a new AuditService instance.
build() - Method in class org.forgerock.audit.events.EventTopicsMetaDataBuilder
Create a new instance of EventTopicsMetaData.
build() - Method in interface org.forgerock.audit.events.handlers.buffering.BufferedBatchPublisher.Builder
Constructs a new BatchPublisher.
build() - Method in class org.forgerock.audit.filter.FilterBuilder
Builds the Filter.
build() - Method in class org.forgerock.config.resolvers.SubstitutionVisitor.Builder
Returns a new SubstitutionVisitor.
build() - Method in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig.Builder
 
build() - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Encodes and signs the certificate.
build() - Method in class org.forgerock.secrets.propertyresolver.FileSystemSecretStore.FileSystemSecretStoreBuilder
Builds the secret store.
build() - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Builds and loads the keystore using the provided parameters.
build(Class<T>) - Method in class org.forgerock.secrets.SecretBuilder
Deprecated.
build(Purpose<T>) - Method in class org.forgerock.secrets.SecretBuilder
Builds a secret of the given type, enforcing any constraints attached to the purpose.
buildAttributeType(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new attribute type before adding it to the schema.
buildAttributeType(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns an attribute type builder whose fields are initialized to the values of the provided attribute type.
buildBaseUri() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
Builds an Elasticsearch API base URI.
buildBasicAuthHeaderValue() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
Builds a basic authentication header-value, if username and password are provided in configuration.
buildBulkUri() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
Builds an Elasticsearch API URI for Bulk API.
buildDitContentRule(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new DIT content rule before adding it to the schema.
buildDitContentRule(DitContentRule) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a DIT content rule builder whose fields are initialized to the values of the provided DIT content rule.
buildDitStructureRule(int) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new DIT structure rule before adding it to the schema.
buildDitStructureRule(DitStructureRule) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns an DIT structure rule builder whose fields are initialized to the values of the provided rule.
builder() - Static method in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig
 
builder(String) - Static method in interface org.forgerock.monitoring.api.instrument.Counter
Return the Builder object for this Counter.
builder(String) - Static method in interface org.forgerock.monitoring.api.instrument.DistributionSummary
 
builder(String) - Static method in interface org.forgerock.monitoring.api.instrument.Timer
 
builder(String, Meter.Type, Iterable<Measurement>) - Static method in interface org.forgerock.monitoring.api.instrument.Meter
 
builder(String, T, TimeUnit, ToDoubleFunction<T>) - Static method in interface org.forgerock.monitoring.api.instrument.TimeGauge
 
builder(String, T, ToDoubleFunction<T>) - Static method in interface org.forgerock.monitoring.api.instrument.Gauge
Setup a Gauge.Builder that will create a gauge that reports the value returned by the provided function.
builder(Timed, String) - Static method in interface org.forgerock.monitoring.api.instrument.Timer
Create a timer builder from a Timed annotation.
Builder() - Constructor for class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig.Builder
 
Builder(AbstractManagedObjectDefinition<?, ?>, String, String, AbstractManagedObjectDefinition<C, S>) - Constructor for class org.forgerock.opendj.config.InstantiableRelationDefinition.Builder
Creates a new builder which can be used to incrementally build an instantiable relation definition.
Builder(AbstractManagedObjectDefinition<?, ?>, String, String, AbstractManagedObjectDefinition<C, S>) - Constructor for class org.forgerock.opendj.config.SetRelationDefinition.Builder
Creates a new builder which can be used to incrementally build a set relation definition.
Builder(AbstractManagedObjectDefinition<?, ?>, String, AbstractManagedObjectDefinition<C, S>) - Constructor for class org.forgerock.opendj.config.OptionalRelationDefinition.Builder
Creates a new builder which can be used to incrementally build an optional relation definition.
Builder(AbstractManagedObjectDefinition<?, ?>, String, AbstractManagedObjectDefinition<C, S>) - Constructor for class org.forgerock.opendj.config.SingletonRelationDefinition.Builder
Creates a new builder which can be used to incrementally build an singleton relation definition.
Builder(ManagedObjectDefinition<C, S>) - Constructor for class org.forgerock.opendj.config.DefaultManagedObject.Builder
Creates a new default managed object builder.
buildEventUri(String, String) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
Builds an Elasticsearch API URI for operating on a single event (e.g., index, get, etc.).
buildFilters() - Method in class org.opends.server.loggers.TextAuditLogPublisher
For startup access logger.
buildId() - Method in class org.forgerock.opendj.server.core.ProductInformation
Returns the build ID for the generated build of the Directory Server.
BUILDINFO_FILE_NAME - Static variable in class org.opends.server.util.BuildVersion
The buildinfo file name.
buildInstance(AbstractManagedObjectDefinition<?, ?>, String, EnumSet<PropertyOption>, AdministratorAction, DefaultBehaviorProvider<ValueOrExpression<Host>>, Deprecated) - Method in class org.forgerock.opendj.config.HostPropertyDefinition.Builder
 
buildInstance(AbstractManagedObjectDefinition<?, ?>, String, EnumSet<PropertyOption>, AdministratorAction, DefaultBehaviorProvider<ValueOrExpression<HostPort>>, Deprecated) - Method in class org.forgerock.opendj.config.HostPortPropertyDefinition.Builder
 
buildInstance(AbstractManagedObjectDefinition<?, ?>, String, EnumSet<PropertyOption>, AdministratorAction, DefaultBehaviorProvider<ValueOrExpression<E>>, Deprecated) - Method in class org.forgerock.opendj.config.EnumPropertyDefinition.Builder
 
buildInstance(AbstractManagedObjectDefinition<?, ?>, String, EnumSet<PropertyOption>, AdministratorAction, DefaultBehaviorProvider<ValueOrExpression<Boolean>>, Deprecated) - Method in class org.forgerock.opendj.config.BooleanPropertyDefinition.Builder
 
buildInstance(AbstractManagedObjectDefinition<?, ?>, String, EnumSet<PropertyOption>, AdministratorAction, DefaultBehaviorProvider<ValueOrExpression<Integer>>, Deprecated) - Method in class org.forgerock.opendj.config.IntegerPropertyDefinition.Builder
 
buildInstance(AbstractManagedObjectDefinition<?, ?>, String, EnumSet<PropertyOption>, AdministratorAction, DefaultBehaviorProvider<ValueOrExpression<Long>>, Deprecated) - Method in class org.forgerock.opendj.config.DurationPropertyDefinition.Builder
 
buildInstance(AbstractManagedObjectDefinition<?, ?>, String, EnumSet<PropertyOption>, AdministratorAction, DefaultBehaviorProvider<ValueOrExpression<Long>>, Deprecated) - Method in class org.forgerock.opendj.config.SizePropertyDefinition.Builder
 
buildInstance(AbstractManagedObjectDefinition<?, ?>, String, EnumSet<PropertyOption>, AdministratorAction, DefaultBehaviorProvider<ValueOrExpression<String>>, Deprecated) - Method in class org.forgerock.opendj.config.AciPropertyDefinition.Builder
 
buildInstance(AbstractManagedObjectDefinition<?, ?>, String, EnumSet<PropertyOption>, AdministratorAction, DefaultBehaviorProvider<ValueOrExpression<String>>, Deprecated) - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition.Builder
 
buildInstance(AbstractManagedObjectDefinition<?, ?>, String, EnumSet<PropertyOption>, AdministratorAction, DefaultBehaviorProvider<ValueOrExpression<String>>, Deprecated) - Method in class org.forgerock.opendj.config.ClassPropertyDefinition.Builder
 
buildInstance(AbstractManagedObjectDefinition<?, ?>, String, EnumSet<PropertyOption>, AdministratorAction, DefaultBehaviorProvider<ValueOrExpression<String>>, Deprecated) - Method in class org.forgerock.opendj.config.StringPropertyDefinition.Builder
 
buildInstance(AbstractManagedObjectDefinition<?, ?>, String, EnumSet<PropertyOption>, AdministratorAction, DefaultBehaviorProvider<ValueOrExpression<AddressMask>>, Deprecated) - Method in class org.forgerock.opendj.config.IpAddressMaskPropertyDefinition.Builder
 
buildInstance(AbstractManagedObjectDefinition<?, ?>, String, EnumSet<PropertyOption>, AdministratorAction, DefaultBehaviorProvider<ValueOrExpression<Dn>>, Deprecated) - Method in class org.forgerock.opendj.config.DnPropertyDefinition.Builder
 
buildInstance(AbstractManagedObjectDefinition<?, ?>, String, EnumSet<PropertyOption>, AdministratorAction, DefaultBehaviorProvider<ValueOrExpression<AttributeType>>, Deprecated) - Method in class org.forgerock.opendj.config.AttributeTypePropertyDefinition.Builder
 
buildInstance(AbstractManagedObjectDefinition<?, ?>, String, EnumSet<PropertyOption>, AdministratorAction, DefaultBehaviorProvider<ValueOrExpression<T>>, Deprecated) - Method in class org.forgerock.opendj.config.PropertyDefinition.AbstractBuilder
Build a property definition based on the properties of this builder.
buildInstance(RelationDefinition.Common<C, S>) - Method in class org.forgerock.opendj.config.InstantiableRelationDefinition.Builder
 
buildInstance(RelationDefinition.Common<C, S>) - Method in class org.forgerock.opendj.config.OptionalRelationDefinition.Builder
 
buildInstance(RelationDefinition.Common<C, S>) - Method in class org.forgerock.opendj.config.RelationDefinition.AbstractBuilder
Build a relation definition based on the properties of this builder.
buildInstance(RelationDefinition.Common<C, S>) - Method in class org.forgerock.opendj.config.SetRelationDefinition.Builder
 
buildInstance(RelationDefinition.Common<C, S>) - Method in class org.forgerock.opendj.config.SingletonRelationDefinition.Builder
 
buildIsDebug() - Method in class org.forgerock.opendj.server.core.ProductInformation
Returns true if this is a debug build of the Directory Server that may include additional debugging facilities not available in standard release versions.
buildJavaVendor() - Method in class org.forgerock.opendj.server.core.ProductInformation
Returns the vendor for the Java version used to generate this build.
buildJavaVersion() - Method in class org.forgerock.opendj.server.core.ProductInformation
Returns the Java version used to generate this build.
buildJvmVendor() - Method in class org.forgerock.opendj.server.core.ProductInformation
Returns the vendor for the JVM used to generate this build.
buildJvmVersion() - Method in class org.forgerock.opendj.server.core.ProductInformation
Returns the JVM version used to generate this build.
buildMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new matching rule before adding it to the schema.
buildMatchingRule(MatchingRule) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a matching rule builder whose fields are initialized to the values of the provided matching rule.
buildMatchingRuleUse(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new matching rule use before adding it to the schema.
buildMatchingRuleUse(MatchingRuleUse) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a matching rule use builder whose fields are initialized to the values of the provided matching rule use object.
buildNameForm(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new name form before adding it to the schema.
buildNameForm(NameForm) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a name form builder whose fields are initialized to the values of the provided name form.
buildObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new object class before adding it to the schema.
buildObjectClass(ObjectClass) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns an object class builder whose fields are initialized to the values of the provided object class.
buildOs() - Method in class org.forgerock.opendj.server.core.ProductInformation
Returns the operating system on which this build was generated.
buildRetentionPolicies() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRetention
Builds RetentionPolicy instances from configuration options.
buildRotationPolicies() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
Builds RotationPolicy instances from configuration options.
buildSearchUri(String, int, int) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
Builds an Elasticsearch API URI for Search API.
buildSyntax(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new syntax before adding it to the schema.
buildSyntax(Syntax) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a syntax builder whose fields are initialized to the values of the provided syntax.
buildTimeStampFileNamingPolicy(File) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
Builds a TimeStampFileNamingPolicy instance from configuration options.
buildUser() - Method in class org.forgerock.opendj.server.core.ProductInformation
Returns the username of the user that created this build.
BuildVersion - Class in org.opends.server.util
Utility class used for manipulating OpenDJ instance, binary and data versions.
BUSY - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
BUSY - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the server is too busy to process the requested operation.
BYPASS_ACL - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the associated user to bypass access control checks performed by the server.
BYPASS_ACL - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to bypass access control evaluation.
BYPASS_LOCKDOWN - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the associated user to bypass server lockdown mode.
BYPASS_LOCKDOWN - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to bypass server lockdown mode.
BYTE_ENCODING_V1_LENGTH - Static variable in class org.opends.server.replication.common.CSN
The number of bytes used by the byte string representation of a change number v0.
ByteArrayBuilder - Class in org.opends.server.replication.protocol
Byte array builder class encodes data into byte arrays to send messages over the replication protocol.
ByteArrayBuilder() - Constructor for class org.opends.server.replication.protocol.ByteArrayBuilder
Constructs a ByteArrayBuilder.
ByteArrayBuilder(int) - Constructor for class org.opends.server.replication.protocol.ByteArrayBuilder
Constructs a ByteArrayBuilder.
ByteArrayScanner - Class in org.opends.server.replication.protocol
Byte array scanner class helps decode data from byte arrays received via messages over the replication protocol.
ByteArrayScanner(byte[]) - Constructor for class org.opends.server.replication.protocol.ByteArrayScanner
Builds a ByteArrayScanner object that will read from the supplied byte array.
byteArrayToHexPlusAscii(StringBuilder, byte[], int) - Static method in class org.opends.server.util.StaticUtils
Appends a string representation of the provided byte array to the given buffer using the specified indent.
byteAt(int) - Method in class org.forgerock.opendj.ldap.ByteString
Returns the byte value at the specified index.
bytes(int) - Static method in class org.opends.server.replication.protocol.ByteArrayBuilder
Helper method that returns the number of bytes that would be used by the byte fields when appended to a ByteArrayBuilder.
BYTES - Enum constant in enum class org.forgerock.opendj.config.SizeUnit
A byte unit.
BYTES_READ - Static variable in class org.opends.server.util.ServerConstants
The name of the metric used for monitoring number of bytes read by a connection handler.
BYTES_WRITTEN - Static variable in class org.opends.server.util.ServerConstants
The name of the metric used for monitoring number of bytes written by a connection handler.
bytesToHex(ByteString) - Static method in class org.opends.server.util.StaticUtils
Retrieves a string representation of the contents of the provided byte string using hexadecimal characters and a space between each byte.
bytesToHexNoSpace(byte[]) - Static method in class org.opends.server.util.StaticUtils
Retrieves a string representation of the contents of the provided byte array using hexadecimal characters with no space between each byte.
ByteString - Class in org.forgerock.opendj.ldap
An immutable sequence of bytes backed by a byte array.
ByteStringBuilder - Class in org.forgerock.opendj.ldap
A mutable sequence of bytes backed by a byte array.
ByteStringBuilder() - Constructor for class org.forgerock.opendj.ldap.ByteStringBuilder
Creates a new byte string builder with an initial capacity of 32 bytes.
ByteStringBuilder(int) - Constructor for class org.forgerock.opendj.ldap.ByteStringBuilder
Creates a new byte string builder with the specified initial capacity.
ByteStringBuilder(ByteString) - Constructor for class org.forgerock.opendj.ldap.ByteStringBuilder
Creates a new byte string builder with the content of the provided ByteString.
ByteStringBuilder(ByteStringBuilder) - Constructor for class org.forgerock.opendj.ldap.ByteStringBuilder
Creates a new byte string builder with the content of the provided byte string builder.
ByteStringReader - Class in org.forgerock.opendj.ldap
An interface for iteratively reading data from a ByteString .
byteStringToAttributeDescription(ByteString, Schema) - Static method in class org.forgerock.opendj.ldap.Functions
Parses a ByteString as an AttributeDescription using the provided schema.
byteStringToBoolean() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses Boolean values.
byteStringToCertificate(ByteString) - Static method in class org.forgerock.opendj.ldap.Functions
Parses a ByteString as a X509Certificate.
byteStringToDn() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses DNs using the default schema.
byteStringToDn(Schema) - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses DNs using the provided schema.
byteStringToDuration(ByteString) - Static method in class org.forgerock.opendj.ldap.Functions
Parses a ByteString as a Duration using our DurationUnit parser.
byteStringToGeneralizedTime() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses generalized time strings.
byteStringToInteger() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses Integer string values.
byteStringToJson(ByteString) - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Parses the provided byte string as a JSON value.
byteStringToLong() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses Long string values.
byteStringToNameAndJson(Schema, ByteString) - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Decodes the provided value as a Name and JSON value.
byteStringToNameWithoutJson(Schema, ByteString) - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Decodes the provided value as a Name and JSON value but without decoding the JSON value.
byteStringToPath() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses Path string values.

C

CACHE - Static variable in class org.forgerock.opendj.security.KeyStoreParameters
The caching mechanism that the key store will use.
CACHE_LN - Enum constant in enum class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn.DbCacheMode
Keep both internal and leaf nodes in the database heap cache.
calculate(String, String) - Static method in class org.opends.server.util.LevenshteinDistance
Calculates the Levenshtein distance between the provided string values.
camelCase - Static variable in interface org.forgerock.monitoring.api.instrument.config.NamingConvention
 
canApplyFilter(Context, Request) - Method in interface org.forgerock.opendj.rest2ldap.authz.ConditionalFilters.Condition
Check if a Filter must be executed or not.
canBeRelaxed(boolean, AttributeType) - Static method in class org.opends.server.util.SchemaUtils
Indicates if the provided attribute No-User-Modification constraint can be relaxed.
cancel() - Method in class org.forgerock.opendj.ldap.RequestHandle
Returns a Single<Result> which, once subscribed, will attempt to cancel the operation.
cancel() - Method in class org.forgerock.util.DirectoryWatcher.ChangeListener
Cancels this change listener.
cancel(boolean) - Method in interface org.forgerock.util.promise.Promise
Attempts to cancel the asynchronous task associated with this Promise.
cancel(boolean) - Method in class org.forgerock.util.promise.PromiseImpl
 
cancel(boolean, LocalizableMessage) - Method in class org.forgerock.opendj.server.core.RequestCancellationState
Notifies backend processing that the request should be aborted if possible, and whether or not responses should be sent.
cancel(LocalizableMessage) - Method in class org.opends.server.types.Cancellable
Indicates that this operation has been cancelled, and the operation if executing should finish as soon as possible.
CANCEL - Enum constant in enum class org.opends.server.backends.task.FailedDependencyAction
The action that indicates that the dependent task should be canceled.
CANCEL_REQUEST - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the user to cancel operations in progress on other client connections.
CANCEL_REQUEST - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to cancel arbitrary client requests.
cancelAllRequestsExcept(int, LocalizableMessage) - Method in class org.opends.server.api.ClientConnection
Attempts to cancel all active requests except for the request having the specified message ID, blocking until all of the requests are cancelled or completed.
CANCELED_BEFORE_STARTING - Enum constant in enum class org.opends.server.backends.task.TaskState
The task state that indicates that the task was canceled by an administrator before it started running.
CancelExtendedOperation - Class in org.opends.server.extensions
This class implements the LDAP cancel extended operation defined in RFC 3909.
CancelExtendedOperation() - Constructor for class org.opends.server.extensions.CancelExtendedOperation
Create an instance of this cancel extended operation.
CancelExtendedOperationHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Cancel Extended Operation Handler settings.
CancelExtendedOperationHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Cancel Extended Operation Handler settings.
CancelExtendedOperationHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Cancel Extended Operation Handler managed object definition meta information.
CancelExtendedRequest - Class in org.forgerock.opendj.ldap.messages
The cancel extended request as defined in RFC 3909.
Cancellable - Class in org.opends.server.types
Base for data structures that define configuration for operations.
Cancellable() - Constructor for class org.opends.server.types.Cancellable
 
cancelled() - Method in class org.forgerock.opendj.server.core.RequestCancellationState
Indicates that the request was successfully cancelled.
CANCELLED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CANCELLED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a request has been cancelled by a cancel request.
CancelledResultException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request was cancelled.
cancelRequest(int, boolean, LocalizableMessage) - Method in class org.opends.server.api.ClientConnection
Attempts to cancel the request having the specified message ID, blocking until either the targeted request is cancelled or completed.
CancelRequestListener - Interface in org.forgerock.opendj.ldap
An object that registers to be notified when a cancellation request has been received and processing of the request should be aborted if possible.
cancelTask(String) - Method in class org.opends.server.tools.tasks.TaskClient
Changes that the state of the task in the backend to a canceled state.
canContinueReading() - Method in exception org.opends.server.util.LDIFException
Indicates whether the nature of this exception allows the caller to continue reading LDIF data.
candidatesForPurpose(Stream<SecretResource>, String) - Method in class org.forgerock.secrets.propertyresolver.OrderedStableIdResolver
 
candidatesForPurpose(Stream<SecretResource>, String) - Method in class org.forgerock.secrets.propertyresolver.SingletonStableIdResolver
 
candidatesForPurpose(Stream<SecretResource>, String) - Method in interface org.forgerock.secrets.propertyresolver.StableIdResolver
Creates candidate stream in order from latest to oldest, latest being the active secret for the purpose label.
canDiscloseInformation(Entry, Dn, Operation) - Method in class org.opends.server.api.AccessControlHandler
Checks whether the ACIs prevent sending information about the provided entry, or entryDN if entry is null.
canDiscloseInformation(Entry, Dn, Operation) - Method in class org.opends.server.authorization.dseecompat.AciHandler
 
canDiscloseInformation(Entry, Dn, Operation) - Method in class org.opends.server.authorization.policy.PolicyBasedAccessControlHandler
 
canInitializeClient() - Method in class org.opends.server.tools.ExportLdif
 
canInitializeClient() - Method in class org.opends.server.tools.ImportLdif
 
canInitializeClient() - Method in class org.opends.server.tools.RebuildIndex
 
canInitializeClient() - Method in interface org.opends.server.tools.TaskCommand
Indicates whether to initialize a Directory Server client when running online.
CANNOT_CANCEL - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CANNOT_CANCEL - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a cancel request was unsuccessful because the targeted operation was one that could not be canceled.
cannotCancel(LocalizableMessage) - Method in class org.forgerock.opendj.server.core.RequestContext
Indicates that the request associated with this request context cannot be cancelled.
canPersistROM - Variable in class org.opends.server.replication.service.ReplicationDomain
Decides whether to include the ReplicaOfflineMsg (ROM) sent by the local replica in the persisted state.
capacity(int) - Method in interface org.forgerock.audit.events.handlers.buffering.BufferedBatchPublisher.Builder
Sets the maximum queue capacity.
CASE_SENSITIVE_STRINGS - Static variable in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Matching rule option controlling whether JSON string comparisons should be case-sensitive.
CDDL_HEADER_LINES - Static variable in class org.opends.server.util.ServerConstants
The lines that make up the CDDL header.
certificate(Certificate) - Method in class org.forgerock.secrets.SecretBuilder
Sets the certificate associated with this secret.
certificateChain(Certificate...) - Method in class org.forgerock.secrets.SecretBuilder
Sets the certificate chain associated with this secret.
certificateChain(List<? extends Certificate>) - Method in class org.forgerock.secrets.SecretBuilder
Sets the certificate chain associated with this secret.
CertificateMapper<T extends CertificateMapperCfg> - Class in org.opends.server.api
This class defines the set of methods and structures that must be implemented by a Directory Server module that implements the functionality required to uniquely map an SSL client certificate to a Directory Server user entry.
CertificateMapper() - Constructor for class org.opends.server.api.CertificateMapper
 
CertificateMapperCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Certificate Mapper settings.
CertificateMapperCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Certificate Mapper settings.
CertificateMapperCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Certificate Mapper managed object definition meta information.
CertificateMapperConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the set of certificate mappers defined in the Directory Server.
CertificateMapperConfigManager(ServerContext) - Constructor for class org.opends.server.core.CertificateMapperConfigManager
Creates a new instance of this certificate mapper config manager.
CertificateValidationPolicy - Enum Class in org.opends.server.extensions
This class implements an enumeration that may be used to indicate if/how a client's certificate should be validated against the corresponding user entry in the Directory Server.
CertificateVerificationKey - Class in org.forgerock.secrets.keys
A key used for verifying certificate signatures.
CertificateVerificationKey(SecretBuilder) - Constructor for class org.forgerock.secrets.keys.CertificateVerificationKey
Initialises the key with the given secret data.
ChainedPropertyResolver - Class in org.forgerock.config.resolvers
Contains a chain of PropertyResolvers that should be used to get a token replacement property.
ChainedPropertyResolver(List<? extends PropertyResolver>) - Constructor for class org.forgerock.config.resolvers.ChainedPropertyResolver
Creates a chained property resolver given a list of PropertyResolvers.
CHANGE_AFTER_RESET - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Indicates that the password must be changed before the user will be allowed to perform any operation other than bind and modify.
changeConfig(ReplicationDomainCfg) - Method in class org.opends.server.replication.service.ReplicationDomain
Change some ReplicationDomain parameters.
CHANGED_FIELDS - Static variable in class org.forgerock.audit.events.ConfigAuditEventBuilder
 
changedFields(String...) - Method in class org.forgerock.audit.events.ConfigAuditEventBuilder
Sets the list of fields that were changed by this update.
changeGenerationId(GenerationId) - Method in class org.opends.server.replication.server.ReplicationServerDomain
Sets the provided value as the new in memory generationId.
CHANGELOG_BASE_DN - Static variable in class org.opends.server.backends.ChangelogBackend
The base DN for the external change log.
CHANGELOG_READ - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
The privilege that provides the ability to perform read operations on the changelog
CHANGELOG_READ - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to perform read operations on the changelog.
ChangelogBackend - Class in org.opends.server.backends
A backend that provides access to the changelog, i.e.
ChangelogBackend(ReplicationServer) - Constructor for class org.opends.server.backends.ChangelogBackend
Creates a new backend with the provided replication server.
ChangelogDB - Interface in org.opends.server.replication.server.changelog.api
This interface is the entry point for the changelog database which stores the replication data on persistent storage.
ChangelogDbDataCollectorTask - Class in org.opends.server.tools.supportextract
Generates a file a containing file names, sizes and permissions for all changelogDb files equivalent to an ls -laR on Unix.
changelogEndpoint() - Method in record class org.opends.server.replication.common.RSInfo
Returns the value of the changelogEndpoint record component.
ChangelogException - Exception in org.opends.server.replication.server.changelog.api
This class define an Exception that must be used when some error condition was detected in the changelog database that cannot be recovered automatically.
ChangelogException(Throwable) - Constructor for exception org.opends.server.replication.server.changelog.api.ChangelogException
Creates a new changelog exception with the provided information.
ChangelogException(LocalizableMessage) - Constructor for exception org.opends.server.replication.server.changelog.api.ChangelogException
Creates a new changelog exception with the provided information.
ChangelogException(LocalizableMessage, Throwable) - Constructor for exception org.opends.server.replication.server.changelog.api.ChangelogException
Creates a new identified exception with the provided information.
ChangelogStat - Class in org.opends.server.replication.server.changelog.file
Tool that may be used to debug a replication changelog.
ChangelogState - Record Class in org.opends.server.replication.server
This is the changelog state stored in the changelogStateDB.
ChangelogState(Map<Dn, GenerationId>, Set<DomainReplicaId>, Set<DomainReplicaId>) - Constructor for record class org.opends.server.replication.server.ChangelogState
Builds a changelog state.
ChangelogStateProvider - Interface in org.opends.server.replication.server.changelog.api
Small interface for common Replication Environment operations.
ChangeNumberControlPlugin - Class in org.opends.server.plugins
This class implements a Directory Server plugin that will add the replication CSN to a response whenever the CSN control is received.
ChangeNumberControlPlugin() - Constructor for class org.opends.server.plugins.ChangeNumberControlPlugin
 
ChangeNumberControlPlugin.CsnResponseControl - Class in org.opends.server.plugins
The control used by this plugin.
ChangeNumberControlPluginCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Change Number Control Plugin settings.
ChangeNumberControlPluginCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Change Number Control Plugin settings.
ChangeNumberControlPluginCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Change Number Control Plugin managed object definition meta information.
ChangeNumberIndexDB - Interface in org.opends.server.replication.server.changelog.api
This class stores an index of all the changes seen by this server in the form of ChangeNumberIndexRecords.
ChangeNumberIndexer - Class in org.opends.server.replication.server.changelog.file
Thread responsible for inserting replicated updates into the ChangeNumber Index DB (CNIndexDB for short).
ChangeNumberIndexer(ChangelogDB, ChangelogStateProvider, Predicate<Dn>, ServerContext) - Constructor for class org.opends.server.replication.server.changelog.file.ChangeNumberIndexer
Builds a ChangeNumberIndexer object.
ChangeNumberIndexRecord - Class in org.opends.server.replication.server.changelog.api
The Change Number Index Record class represents records stored in the ChangeNumberIndexDB.
ChangeNumberIndexRecord(long, Dn, CSN) - Constructor for class org.opends.server.replication.server.changelog.api.ChangeNumberIndexRecord
Builds an instance of this class.
ChangeNumberIndexRecord(Dn, CSN) - Constructor for class org.opends.server.replication.server.changelog.api.ChangeNumberIndexRecord
Builds an instance of this class, with changeNumber equal to 0.
ChangeRecord - Interface in org.forgerock.opendj.ldif
A request to modify the content of the Directory in some way.
ChangeRecordReader - Interface in org.forgerock.opendj.ldif
An interface for reading change records from a data source, typically an LDIF file.
ChangeRecordVisitor<R,P,E extends Exception> - Class in org.forgerock.opendj.ldif
A visitor of ChangeRecords, in the style of the visitor design pattern.
ChangeRecordVisitor() - Constructor for class org.forgerock.opendj.ldif.ChangeRecordVisitor
 
ChangeRecordWriter - Interface in org.forgerock.opendj.ldif
An interface for writing change records to a data source, typically an LDIF file.
ChangeStatusMsg - Class in org.opends.server.replication.protocol
This message is used by the replica to tell the replication server he is changing his status (new status field used), or by the replication server to request that the replica changes his status (requested status field used).
ChangeTimeHeartbeatMsg - Class in org.opends.server.replication.protocol
Class that define messages sent by a replication domain (DS) to the replication server to let the RS know the DS current change time.
ChangeTimeHeartbeatMsg(byte[]) - Constructor for class org.opends.server.replication.protocol.ChangeTimeHeartbeatMsg
Creates a message from a provided byte array.
ChangeTimeHeartbeatMsg(CSN) - Constructor for class org.opends.server.replication.protocol.ChangeTimeHeartbeatMsg
Constructor of a Change Time Heartbeat message providing the change time value in a CSN.
CharacterSetPasswordValidator - Class in org.opends.server.extensions
This class provides an OpenDJ password validator that may be used to ensure that proposed passwords contain at least a specified number of characters from one or more user-defined character sets.
CharacterSetPasswordValidator() - Constructor for class org.opends.server.extensions.CharacterSetPasswordValidator
Creates a new instance of this character set password validator.
CharacterSetPasswordValidatorCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Character Set Password Validator settings.
CharacterSetPasswordValidatorCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Character Set Password Validator settings.
CharacterSetPasswordValidatorCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Character Set Password Validator managed object definition meta information.
charAt(int) - Method in class org.forgerock.i18n.LocalizableMessage
Returns the char value at the specified index of the String representation of this message in the default locale.
charAt(int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the char value at the specified index of the String representation of this message builder in the default locale.
charAt(Locale, int) - Method in class org.forgerock.i18n.LocalizableMessage
Returns the char value at the specified index of the String representation of this message in the specified locale.
charAt(Locale, int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the char value at the specified index of the String representation of this message builder in the specified locale.
charset() - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as a character set used for byte encoding/decoding.
checkAllAttributesAreIndexedForEquality(Dn, Set<Dn>, Collection<AttributeType>, LocalizableMessageDescriptor.Arg3<Object, Object, Object>, ConfigChangeResult, BackendConfigManager) - Static method in class org.opends.server.extensions.IndexedAttributesChecks
Checks whether all the attribute types are indexed for equality.
checkAllAttributesAreIndexedForExtensibleMatchingRule(Dn, Set<Dn>, Collection<AttributeType>, MatchingRule, LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object>, ConfigChangeResult, BackendConfigManager) - Static method in class org.opends.server.extensions.IndexedAttributesChecks
Checks whether all attribute types are indexed for a given matching rule.
checkAttributeConformsToSyntax(Entry, Attribute, LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object>, LocalizableMessageDescriptor.Arg3<Object, Object, Object>, LocalizableMessageDescriptor.Arg1<Object>) - Method in class org.opends.server.types.Operation
Checks whether an attribute's values conform to its syntax.
checkAttributesAndObjectClasses() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns the policy for verifying that the user attributes in an entry conform to its object classes.
checkAttributesAndObjectClasses(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Specifies the policy for verifying that the user attributes in an entry conform to its object classes.
checkAttributeValues() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns the policy for verifying that the user attributes in an entry conform to their associated attribute type descriptions.
checkAttributeValues(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Specifies the policy for verifying that the user attributes in an entry conform to their associated attribute type descriptions.
checkClientTrusted(X509Certificate[], String) - Method in class org.forgerock.secrets.SecretsTrustManager
 
checkClientTrusted(X509Certificate[], String, Socket) - Method in class org.forgerock.secrets.SecretsTrustManager
 
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class org.forgerock.secrets.SecretsTrustManager
 
checkDBDirExistsOrCanCreate(Path, ConfigChangeResult, boolean) - Static method in class org.opends.server.backends.pluggable.spi.StorageUtils
Checks a directory exists or can actually be created.
checkDBDirPermissions(String, Dn, ConfigChangeResult) - Static method in class org.opends.server.backends.pluggable.spi.StorageUtils
Returns false if directory permissions in the configuration are invalid.
checkDitContentRules() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns the policy for validating entries against content rules defined in the schema.
checkDitContentRules(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Specifies the policy for validating entries against content rules defined in the schema.
checkDitStructureRules() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns the policy for validating entries against structure rules defined in the schema.
checkDitStructureRules(SchemaValidationPolicy.Action, Function<Dn, Entry, LdapException>) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Specifies the policy for validating entries against structure rules defined in the schema.
checkDitStructureRulesParentEntryResolver() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns the parent entry resolver which should be used for retrieving the parent entry during DIT structure rule validation.
checkForShutdownOrWait(long) - Method in class org.opends.server.api.DirectoryThread
Checks for thread shutdown, or waits for the specified time.
checkForShutdownOrWait(long, BooleanSupplier) - Method in class org.opends.server.api.DirectoryThread
Checks for thread shutdown, or waits for the specified time.
checkForTimeout(long) - Method in interface org.forgerock.opendj.ldap.TimeoutScheduler.TimeoutEventListener
Check whether or not an operation timed-out.
checkIfBackendIsWritable(Dn, LocalizableMessageDescriptor.Arg1<Object>, LocalizableMessageDescriptor.Arg1<Object>) - Method in class org.opends.server.types.Operation
Checks if an update operation can be performed against a backend.
checkIfCanceled(boolean) - Method in class org.opends.server.types.Operation
Checks to see if this operation requested to cancel in which case CancelledResultException will be thrown.
checkIfCanceled(boolean) - Method in interface org.opends.server.types.operation.PluginOperation
Checks to see if this operation requested to cancel in which case CancelledResultException will be thrown.
checkIfCancelled(boolean) - Method in class org.forgerock.opendj.server.core.RequestContext
Throws CancelledResultException if a cancellation request has been received and processing of the request should be aborted if possible.
CheckJVMVersion - Class in org.opends.server.tools
Class used by script to ensure the running java version is compatible with OpenDJ software.
checkNameForms() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns the policy for validating entries against name forms defined in the schema.
checkNameForms(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Specifies the policy for validating entries against name forms defined in the schema.
checkNotBlank(String) - Static method in class org.forgerock.util.Reject
Throws a NullPointerException if the str parameter is null, throws IllegalArgumentException if empty or only contains whitespace, and returns the string otherwise.
checkNotBlank(String, String) - Static method in class org.forgerock.util.Reject
Throws a NullPointerException if the str parameter is null, throws IllegalArgumentException if empty or only contains whitespace, and returns the string otherwise.
checkNotNull(T) - Static method in class org.forgerock.util.Reject
Deprecated.
checkNotNull(T, String) - Static method in class org.forgerock.util.Reject
checkPasswordType(AttributeType) - Static method in class org.opends.server.util.SchemaUtils
Checks if the provided attribute type contains a password.
checkPortAvailability(boolean) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies whether the port availability should be verified during the validation phase.
checkpw(String, String) - Static method in class org.opends.server.extensions.BCrypt
Check that a plaintext password matches a previously hashed one.
checkRequest(RequestContext, Request) - Method in class org.opends.server.authorization.policy.AccessController
Checks whether the provided request is allowed or not.
checkServerTrusted(X509Certificate[], String) - Method in class org.forgerock.secrets.SecretsTrustManager
 
checkServerTrusted(X509Certificate[], String, Socket) - Method in class org.forgerock.secrets.SecretsTrustManager
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class org.forgerock.secrets.SecretsTrustManager
 
checkSubentryAddAcceptable(Entry) - Method in interface org.opends.server.api.SubentryChangeListener
Performs any checking that may be required before subentry add operation.
checkSubentryDeleteAcceptable(Entry) - Method in interface org.opends.server.api.SubentryChangeListener
Performs any checking that may be required before subentry delete operation.
checkSubentryModifyAcceptable(Entry, Entry) - Method in interface org.opends.server.api.SubentryChangeListener
Performs any checking that may be required before subentry modify operation.
checkSubentryModifyDNAcceptable(Entry, Entry) - Method in interface org.opends.server.api.SubentryChangeListener
Performs any checking that may be required before subentry modify DN operation.
checkSubordinateDns(BackendConfigManager) - Method in class org.opends.server.core.CoreConfigManager
Checks for misconfiguration of subordinate base DNs: it emits a warning for each subordinate base DNs which do not have a corresponding backend.
checkUsingKeyStore(KeyStore) - Static method in class org.forgerock.opendj.security.TrustManagers
Creates a new X509TrustManager which will use the key store to determine whether to trust a certificate.
checkUsingKeyStoreFile(String, char[], String) - Static method in class org.forgerock.opendj.security.TrustManagers
Creates a new X509TrustManager which will use the named trust store file to determine whether to trust a certificate.
checkVersionMismatch() - Static method in class org.opends.server.util.StaticUtils
Checks if the binary version is the same than the instance version.
child(int) - Method in class org.forgerock.json.JsonPointer
Returns a new JSON pointer, which identifies a specified child element of the array identified by this pointer.
child(Object) - Method in class org.forgerock.json.resource.ResourcePath
Creates a new resource path which is a child of this resource path.
child(String) - Method in class org.forgerock.json.JsonPointer
Returns a new JSON pointer, which identifies a specified child member of the object identified by this pointer.
child(String) - Method in class org.forgerock.opendj.ldap.Dn
Returns a DN which is subordinate to this DN and having the additional RDN components contained in the provided DN decoded using the default schema.
child(String, Object) - Method in class org.forgerock.opendj.ldap.Dn
Returns a DN which is an immediate child of this DN and with an RDN having the provided attribute type and value decoded using the default schema.
child(InstantiableRelationDefinition<? super M, ? super N>, AbstractManagedObjectDefinition<M, N>, String) - Method in class org.forgerock.opendj.config.ManagedObjectPath
Creates a new child managed object path beneath the provided parent path having the specified managed object definition.
child(InstantiableRelationDefinition<M, N>, String) - Method in class org.forgerock.opendj.config.ManagedObjectPath
Creates a new child managed object path beneath the provided parent path using the relation's child managed object definition.
child(OptionalRelationDefinition<? super M, ? super N>, AbstractManagedObjectDefinition<M, N>) - Method in class org.forgerock.opendj.config.ManagedObjectPath
Creates a new child managed object path beneath the provided parent path having the specified managed object definition.
child(OptionalRelationDefinition<M, N>) - Method in class org.forgerock.opendj.config.ManagedObjectPath
Creates a new child managed object path beneath the provided parent path using the relation's child managed object definition.
child(SetRelationDefinition<? super M, ? super N>, AbstractManagedObjectDefinition<M, N>) - Method in class org.forgerock.opendj.config.ManagedObjectPath
Creates a new child managed object path beneath the provided parent path having the specified managed object definition.
child(SetRelationDefinition<M, N>) - Method in class org.forgerock.opendj.config.ManagedObjectPath
Creates a new child managed object path beneath the provided parent path using the relation's child managed object definition.
child(SetRelationDefinition<M, N>, String) - Method in class org.forgerock.opendj.config.ManagedObjectPath
Creates a new child managed object path beneath the provided parent path having the managed object definition indicated by name.
child(SingletonRelationDefinition<? super M, ? super N>, AbstractManagedObjectDefinition<M, N>) - Method in class org.forgerock.opendj.config.ManagedObjectPath
Creates a new child managed object path beneath the provided parent path having the specified managed object definition.
child(SingletonRelationDefinition<M, N>) - Method in class org.forgerock.opendj.config.ManagedObjectPath
Creates a new child managed object path beneath the provided parent path using the relation's child managed object definition.
child(Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns a DN which is subordinate to this DN and having the additional RDN components contained in the provided DN.
child(Rdn) - Method in class org.forgerock.opendj.ldap.Dn
Returns a DN which is an immediate child of this DN and having the specified RDN.
childrenIterator(Dn) - Method in class org.opends.server.api.DITCacheMap
Returns a filtered-view of this map containing only the immediate children of base-dn.
chooseClientAlias(String[], Principal[], Socket) - Method in class org.forgerock.secrets.SecretsKeyManager
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.forgerock.secrets.SecretsKeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.forgerock.secrets.SecretsKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.forgerock.secrets.SecretsKeyManager
 
CIPHER_AES_CBC_PKCS5 - Static variable in class org.forgerock.util.crypto.CryptoConstants
A cipher value for the AES/CBC/PKCS5Padding algorithm.
ClassPropertyDefinition - Class in org.forgerock.opendj.config
Class property definition.
ClassPropertyDefinition.Builder - Class in org.forgerock.opendj.config
An interface for incrementally constructing class property definitions.
CleanStaleHistoricalMetadataPlugin(ServerContext) - Constructor for class org.opends.server.replication.plugin.MultimasterReplication.CleanStaleHistoricalMetadataPlugin
Create and register a new instance of this plugin.
cleanupService(String) - Method in class org.opends.server.tools.ConfigureWindowsService
Cleans up a service for a given service name.
clear() - Method in class org.forgerock.json.JsonValue
Removes all child values from this JSON value, if it has any.
clear() - Method in class org.forgerock.opendj.io.Asn1Writer
Clears the content of this ASN.1 writer.
clear() - Method in interface org.forgerock.opendj.ldap.Attribute
Removes all of the attribute values from this attribute (optional operation).
clear() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
clear() - Method in class org.forgerock.opendj.ldap.MemoryBackend
Clears the contents of this memory backend so that it does not contain any entries.
clear() - Method in class org.forgerock.util.LazyList
Removes all of the elements from this list.
clear() - Method in class org.forgerock.util.LazyMap
Removes all of the mappings from the map.
clear() - Method in class org.forgerock.util.ListDecorator
Removes all of the elements from this list.
clear() - Method in class org.forgerock.util.MapDecorator
Removes all of the mappings from the map.
clear() - Method in class org.forgerock.util.NonExpiringCache
Clears the cache.
clear() - Method in class org.forgerock.util.PerItemEvictionStrategyCache
Clean-up the cache entries.
clear() - Method in class org.opends.server.api.DITCacheMap
 
clear() - Method in class org.opends.server.api.EntryCache
Removes all entries from the cache.
clear() - Method in class org.opends.server.api.Group.ExaminedGroups
Clears the collection of examined groups.
clear() - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
clear() - Method in class org.opends.server.extensions.FIFOEntryCache
 
clear() - Method in class org.opends.server.extensions.SoftReferenceEntryCache
 
clear() - Method in class org.opends.server.replication.common.ServerState
Empty the ServerState.
clear() - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
CLEAR_PWD_ATTACHMENT - Static variable in class org.opends.server.extensions.PasswordModifyExtendedOperation
The clear text password, which may not be present if the provided password was pre-encoded.
clearAccountExpirationTime() - Method in class org.opends.server.core.PasswordPolicyState
Clears the user's account expiration time.
clearAndTruncate(int, int) - Method in class org.forgerock.opendj.io.Asn1Writer
Sets the length of this ASN.1 writer to zero, and resets the capacity to the specified size if above provided threshold.
clearAttributes() - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
clearAttributes() - Method in class org.forgerock.opendj.ldap.Entries.NullEntry
 
clearAttributes() - Method in interface org.forgerock.opendj.ldap.Entry
Removes all the attributes from this entry (optional operation).
clearAttributes() - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
clearAttributes() - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
clearBackend() - Method in class org.opends.server.backends.pluggable.BackendImpl
Clears the contents of this backend, including any database files.
clearBackend() - Method in class org.opends.server.types.LDIFImportConfig
Indicates whether to clear the entire backend if importing to a backend with more than one base DNs.
clearBackend(String) - Method in class org.opends.server.api.EntryCache
Removes all entries from the cache that are associated with the provided backend.
clearBackend(String) - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
clearBackend(String) - Method in class org.opends.server.extensions.FIFOEntryCache
 
clearBackend(String) - Method in class org.opends.server.extensions.SoftReferenceEntryCache
 
clearBootstrapReplicationServers() - Method in class org.forgerock.opendj.setup.model.Setup
Removes all Setup.bootstrapReplicationServers(HostPort...) bootstrap replication servers} registered in this Setup.
clearDB() - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
Clears all records from the changelog (does not remove the changelog itself).
clearDomainStateAndWriteGenId(Dn, GenerationId) - Method in class org.opends.server.replication.server.changelog.file.ReplicationEnvironment
Clears the domain state of the provided domain DN, and rewrite its generation id file with the provided generation id.
ClearedChangelogCursorException(Path) - Constructor for exception org.opends.server.replication.server.changelog.api.AbortedChangelogCursorException.ClearedChangelogCursorException
Creates a new exception with the related logFile.
clearEvalAttributes(int) - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Used to clear the mask used to detect if access checking needs to be performed on individual attributes types.
clearFailureLockout() - Method in class org.opends.server.core.PasswordPolicyState
Updates the user account to remove any record of a previous lockout due to failed authentications.
clearGraceLoginTimes() - Method in class org.opends.server.core.PasswordPolicyState
Updates the user entry to remove any record of previous grace logins.
clearLastLoginTime() - Method in class org.opends.server.core.PasswordPolicyState
Clears the last login time from the user's entry.
clearPasswordChangedTime() - Method in class org.opends.server.core.PasswordPolicyState
Removes the password changed time value from the user's entry.
clearPasswordHistory() - Method in class org.opends.server.core.PasswordPolicyState
Clears the password history state information for the user.
ClearPasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme that will store the values in clear-text with no encoding at all.
ClearPasswordStorageScheme() - Constructor for class org.opends.server.extensions.ClearPasswordStorageScheme
 
ClearPasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Clear Password Storage Scheme settings.
ClearPasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Clear Password Storage Scheme settings.
ClearPasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Clear Password Storage Scheme managed object definition meta information.
clearProfiles() - Method in class org.forgerock.opendj.setup.model.Setup
Removes all profiles registered in this Setup.
clearReplicaOfflineMsgNotifications(Dn) - Method in interface org.opends.server.replication.common.ShutdownSynchronizer
Clear the notifications for the provided domain.
clearReplicaOfflineMsgNotifications(Dn) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
clearRequiredChangeTime() - Method in class org.opends.server.core.PasswordPolicyState
Updates the user entry to remove any timestamp indicating that the password has been changed in accordance with the required change time.
clearTextPassword(String) - Static method in class org.forgerock.opendj.setup.model.Security
Specifies that the password is the provided clear text String.
clearTree(TreeName) - Method in interface org.opends.server.backends.pluggable.spi.Importer
Clears the tree whose name is provided.
clearWarnedTime() - Method in class org.opends.server.core.PasswordPolicyState
Updates the user entry to clear the warned time.
client(String) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
Sets the provided client ip for the event.
client(String, int) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
Sets the provided client ip and port for the event.
CLIENT - Enum constant in enum class org.forgerock.audit.handlers.jms.SessionModeConfig
Client-acknowledge session mode.
CLIENT - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The client event payload field name.
CLIENT_AUTH - Enum constant in enum class org.forgerock.opendj.security.X509CertificateBuilder.ExtendedKeyUsage
TLS WWW client authentication.
CLIENT_DISCONNECT - Enum constant in enum class org.opends.server.types.DisconnectReason
The disconnect reason that indicates that the client connection was closed because the client disconnected without unbinding.
CLIENT_SIDE_AUTH_UNKNOWN - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_AUTH_UNKNOWN - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the user requested an unknown or unsupported authentication mechanism.
CLIENT_SIDE_CLIENT_LOOP - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_CLIENT_LOOP - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the client detected a referral loop caused by servers referencing each other in a circular manner.
CLIENT_SIDE_CONNECT_ERROR - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_CONNECT_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the client was not able to establish a connection to the server.
CLIENT_SIDE_CONTROL_NOT_FOUND - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_CONTROL_NOT_FOUND - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the client expected a control to be present in the response from the server but it was not included.
CLIENT_SIDE_DECODING_ERROR - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_DECODING_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that an error occurred while decoding a response from the server.
CLIENT_SIDE_ENCODING_ERROR - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_ENCODING_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that an error occurred while encoding a request to send to the server.
CLIENT_SIDE_FILTER_ERROR - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_FILTER_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the filter provided by the user was malformed and could not be parsed.
CLIENT_SIDE_LOCAL_ERROR - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_LOCAL_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that a local error occurred that had nothing to do with interaction with the server.
CLIENT_SIDE_NO_MEMORY - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_NO_MEMORY - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the client application was not able to allocate enough memory for the requested operation.
CLIENT_SIDE_NO_RESULTS_RETURNED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_NO_RESULTS_RETURNED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the requested single entry search operation or read operation failed because the Directory Server did not return any matching entries.
CLIENT_SIDE_NOT_SUPPORTED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_NOT_SUPPORTED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the user requested an operation that is not supported.
CLIENT_SIDE_PARAM_ERROR - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_PARAM_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that there was a problem with one or more of the parameters provided by the user.
CLIENT_SIDE_REFERRAL_LIMIT_EXCEEDED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_REFERRAL_LIMIT_EXCEEDED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the client reached the maximum number of hops allowed when attempting to follow a referral (i.e., following one referral resulted in another referral which resulted in another referral and so on).
CLIENT_SIDE_SERVER_DOWN - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_SERVER_DOWN - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the server is down.
CLIENT_SIDE_TIMEOUT - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the client did not receive an expected response in a timely manner.
CLIENT_SIDE_UNEXPECTED_RESULTS_RETURNED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_UNEXPECTED_RESULTS_RETURNED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that the requested single entry search operation or read operation failed because the Directory Server returned multiple matching entries (or search references) when only a single matching entry was expected.
CLIENT_SIDE_USER_CANCELLED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CLIENT_SIDE_USER_CANCELLED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the user cancelled an operation.
clientAuthPolicy() - Method in class org.forgerock.opendj.security.SslOptions
Returns the client authentication policy.
clientAuthPolicy(SslOptions.ClientAuthPolicy) - Method in class org.forgerock.opendj.security.SslOptions
Sets the client auth policy.
ClientConnection - Class in org.opends.server.api
This class defines the set of methods and structures that must be implemented by a Directory Server client connection.
ClientConnection(ServerContext) - Constructor for class org.opends.server.api.ClientConnection
Performs the appropriate initialization generic to all client connections.
ClientConstraintHandler - Class in org.forgerock.opendj.config.client
An interface for performing client-side constraint validation.
ClientConstraintHandler() - Constructor for class org.forgerock.opendj.config.client.ClientConstraintHandler
Creates a new client constraint handler.
clientFromContext(Context) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
Sets client ip, port and host from ClientContext, if the provided Context contains a ClientContext.
clientInit() - Method in class org.opends.server.core.DirectoryServer
Bootstraps the appropriate Directory Server structures that may be needed by both server and client-side tools.
clock() - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry.Config
Returns the Clock used to measure durations of Timers.
clock() - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry.ConfigImpl
 
clock(Clock) - Method in class org.forgerock.secrets.SecretBuilder
Set the source of time for the default (relative) secret expiry time.
Clock - Interface in org.forgerock.monitoring.api.instrument
Used to measure absolute and relative time.
CLOCK - Static variable in interface org.forgerock.secrets.SecretStore
Specifies the clock to use when making time comparisons.
CLOCKD - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
Clock daemon.
clone() - Method in class org.forgerock.json.JsonValue
Returns a shallow copy of this JSON value.
cloneWithReplicationServerId(ReplicationServerId) - Method in record class org.opends.server.replication.common.DSInfo
Returns a new instance of DSInfo with the specified replication server Id.
close() - Method in class org.forgerock.audit.events.handlers.writers.MeteredStream
Close the output stream which closes the target output stream.
close() - Method in class org.forgerock.audit.events.handlers.writers.RotatableWriter
 
close() - Method in class org.forgerock.audit.events.handlers.writers.TextWriterAdapter
 
close() - Method in interface org.forgerock.audit.rotation.RotatableObject
Closes the rotatable file.
close() - Method in class org.forgerock.config.resolvers.FlatFileResolver
Deprecated.
If this resolver was registered with a directory watcher, then calling this method will cancel the directory watching.
close() - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Releases any resources associated with this connection.
close() - Method in interface org.forgerock.json.resource.Connection
Releases any resources associated with this connection.
close() - Method in interface org.forgerock.json.resource.ConnectionFactory
Releases any resources associated with this connection factory.
close() - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
 
close() - Method in class org.forgerock.opendj.config.client.spi.Driver
Closes any context associated with this management context driver.
close() - Method in class org.forgerock.opendj.config.dsconfig.LdapManagementContextFactory
 
close() - Method in interface org.forgerock.opendj.config.dsconfig.ManagementContextFactory
Closes the management context returned by ManagementContextFactory.getManagementContext().
close() - Method in class org.forgerock.opendj.discovery.StaticServiceDiscoveryMechanism
 
close() - Method in interface org.forgerock.opendj.discovery.ServiceDiscoveryMechanism
Frees any resources in use, mechanism will not be used anymore afterwards.
close() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the end of the current ASN.1 sequence, set or explicit tag, or closes the underlying input if the reader is not reading a sequence.
close() - Method in class org.forgerock.opendj.io.Asn1Writer
Writes the end of the current ASN.1 sequence, set or explicit tag.
close() - Method in interface org.forgerock.opendj.io.RxServerSocket
Closes this server socket causing the Subscriber to complete if currently subscribed.
close() - Method in interface org.forgerock.opendj.io.RxSocket
Asynchronously closes this socket.
close() - Method in interface org.forgerock.opendj.io.RxTransport
Releases any resources, such as thread pools, associated with this transport.
close() - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
close() - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Releases any resources associated with this connection.
close() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Implementation of OutputStream.close() which doesn't do anything because data is written directly to a byte array.
close() - Method in interface org.forgerock.opendj.ldap.Connection
Releases any resources associated with this connection.
close() - Method in interface org.forgerock.opendj.ldap.ConnectionFactory
Releases any resources associated with this connection factory.
close() - Method in class org.forgerock.opendj.ldap.ConnectionPool
Releases any resources associated with this connection pool.
close() - Method in interface org.forgerock.opendj.ldap.LdapClient
Releases any resources associated with this LDAP client.
close() - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Releases any resources associated with this connection.
close() - Method in class org.forgerock.opendj.ldap.LdapConnectionFactory
 
close() - Method in class org.forgerock.opendj.ldap.LdapServer
Closes this LDAP connection listener.
close() - Method in class org.forgerock.opendj.ldap.TimeoutScheduler
 
close() - Method in interface org.forgerock.opendj.ldif.ChangeRecordReader
Closes this change record reader if it not already closed.
close() - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Closes this change record writer, flushing it first.
close() - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Closes this connection change record writer, including the underlying connection.
close() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
Closes this connection entry reader, canceling the search request if it is still active.
close() - Method in class org.forgerock.opendj.ldif.ConnectionEntryWriter
Closes this connection entry writer, including the underlying connection.
close() - Method in class org.forgerock.opendj.ldif.EntryGenerator
 
close() - Method in interface org.forgerock.opendj.ldif.EntryReader
Closes this entry reader if it is not already closed.
close() - Method in interface org.forgerock.opendj.ldif.EntryWriter
Closes this entry writer, flushing it first.
close() - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
 
close() - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
 
close() - Method in class org.forgerock.opendj.ldif.LdifEntryReader
 
close() - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
 
close() - Method in class org.forgerock.secrets.GenericSecret
Scrubs the secret value from memory on a best-effort basis.
close() - Method in class org.forgerock.secrets.keys.CryptoKey
Marks this CryptoKey as closed, without relinquishing any underlying resources.
close() - Method in class org.forgerock.secrets.propertyresolver.FileSystemSecretStore
 
close() - Method in class org.forgerock.secrets.Secret
 
close() - Method in class org.forgerock.util.LazySupplier
If the lazily-cached value has been initialized and is AutoCloseable then it is closed.
close() - Method in class org.opends.server.api.ConnectionHandler
Closes this connection handler so that it will no longer accept new client connections, disconnecting any existing connections, and releasing any other resources associated with the connection handler.
close() - Method in class org.opends.server.backends.jeb.JEStorage
 
close() - Method in interface org.opends.server.backends.pluggable.spi.Importer
 
close() - Method in interface org.opends.server.backends.pluggable.spi.SequentialCursor
 
close() - Method in interface org.opends.server.backends.pluggable.spi.Storage
 
close() - Method in interface org.opends.server.backup.BackupStorage
 
close() - Method in class org.opends.server.core.MultiOutputStream
Closes all of the underlying output streams.
close() - Method in class org.opends.server.loggers.TextAuditLogPublisher
 
close() - Method in class org.opends.server.loggers.ConsoleErrorLogPublisher
 
close() - Method in interface org.opends.server.loggers.LogPublisher
Close this publisher.
close() - Method in class org.opends.server.loggers.MeteredStream
Close the output stream which closes the target output stream.
close() - Method in class org.opends.server.loggers.TextErrorLogPublisher
 
close() - Method in class org.opends.server.loggers.TextHTTPAccessLogPublisher
 
close() - Method in interface org.opends.server.replication.protocol.Session
This method is called when the session with the remote must be closed.
close() - Method in interface org.opends.server.replication.server.changelog.api.DBCursor
Release the resources and locks used by this Iterator.
close() - Method in class org.opends.server.replication.server.changelog.file.DomainDBCursor
 
close() - Method in class org.opends.server.replication.server.changelog.file.ECLMultiDomainDBCursor
 
close() - Method in class org.opends.server.replication.server.changelog.file.MultiDomainDBCursor
 
close() - Method in class org.opends.server.types.LDIFExportConfig
Closes any resources that this export config might have open.
close() - Method in class org.opends.server.types.LDIFImportConfig
Closes any resources that this import config might have open.
close() - Method in class org.opends.server.types.LockManager.DnLock
 
close() - Method in class org.opends.server.util.LDIFReader
Closes this LDIF reader and the underlying file or input stream.
close() - Method in interface org.opends.server.util.Platform.ThreadName
 
close(UnbindRequest, String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Releases any resources associated with this connection.
close(UnbindRequest, String) - Method in interface org.forgerock.opendj.ldap.Connection
Releases any resources associated with this connection.
close(UnbindRequest, String) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Releases any resources associated with this connection.
CLOSE_NO_NOTIFY - Enum constant in enum class org.opends.server.replication.protocol.StopMsg.StopReason
Stop the connection, but do not send the message, used only for internal send queue control.
CLOSE_NOTIFY_NO_ERROR - Enum constant in enum class org.opends.server.replication.protocol.StopMsg.StopReason
Stop the connection, the domain is going to shutdown normally, no error has been detected.
close0() - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
close0() - Method in class org.opends.server.loggers.TextAuditLogPublisher
 
Closeables - Class in org.forgerock.util
Common utility methods for Closeables.
closeBackend() - Method in class org.opends.server.api.LocalBackend
Performs any necessary work to finally close this backend, particularly closing any underlying databases or connections and deregistering any suffixes that it manages with the Directory Server.
closeBackend() - Method in class org.opends.server.backends.ChangelogBackend
 
closeBackend() - Method in class org.opends.server.backends.ConfigurationBackend
 
closeBackend() - Method in class org.opends.server.backends.LDIFBackend
 
closeBackend() - Method in class org.opends.server.backends.MemoryBackend
Clears this backend: removes any data that may have been stored in this backend.
closeBackend() - Method in class org.opends.server.backends.MonitorBackend
 
closeBackend() - Method in class org.opends.server.backends.NullBackend
 
closeBackend() - Method in class org.opends.server.backends.pluggable.BackendImpl
 
closeBackend() - Method in class org.opends.server.backends.RootDSEBackend
 
closeBackend() - Method in class org.opends.server.backends.SchemaBackend
 
closeBackend() - Method in class org.opends.server.backends.task.TaskBackend
 
CLOSED_BY_PLUGIN - Enum constant in enum class org.opends.server.types.DisconnectReason
The disconnect reason that indicates that the client connection was closed by a plugin.
closeInitiated() - Method in interface org.opends.server.replication.protocol.Session
This methods allows to determine if the session close was initiated on this Session.
closeSilently(Closeable...) - Static method in class org.forgerock.util.Closeables
Closes the provided resources ignoring any errors which occurred.
closeSilently(Closeable...) - Static method in class org.forgerock.util.Utils
closeSilently(AutoCloseable...) - Static method in class org.forgerock.util.Closeables
Closes the provided resources ignoring any errors which occurred.
closeSilently(Iterable<? extends Closeable>) - Static method in class org.forgerock.util.Utils
closeSilently(Iterable<? extends AutoCloseable>) - Static method in class org.forgerock.util.Closeables
Closes the provided resources ignoring any errors which occurred.
closeSilently(AsyncFunction<IN, OUT, EX>) - Static method in class org.forgerock.util.CloseSilentlyAsyncFunction
Wraps a delegate asynchronous function in a CloseSilentlyAsyncFunction.
closeSilently(Function<IN, OUT, EX>) - Static method in class org.forgerock.util.CloseSilentlyFunction
Wraps a delegate function in a CloseSilentlyFunction.
closeSilentlyAsync(Closeable...) - Static method in class org.forgerock.util.Closeables
Closes asynchronously the provided resources ignoring any errors which occurred.
closeSilentlyAsync(AutoCloseable...) - Static method in class org.forgerock.util.Closeables
Closes asynchronously the provided resources ignoring any errors which occurred.
CloseSilentlyAsyncFunction<VIN extends Closeable,VOUT,E extends Exception> - Class in org.forgerock.util
AsyncFunction that silently closes an input-parameter after a delegate-function's AsyncFunction.apply(Object) is completed.
CloseSilentlyFunction<VIN extends Closeable,VOUT,E extends Exception> - Class in org.forgerock.util
Function that silently closes an input-parameter after a delegate-function's Function.apply(Object) is invoked.
CloseSilentlyFunction(Function<VIN, VOUT, E>) - Constructor for class org.forgerock.util.CloseSilentlyFunction
Creates a new CloseSilentlyFunction instance.
closeWithReason(Throwable) - Method in class org.forgerock.opendj.io.rx.SaslRxSocket
 
closeWithReason(Throwable) - Method in class org.forgerock.opendj.io.rx.SslRxSocket
 
closeWithReason(Throwable) - Method in class org.forgerock.opendj.io.rx.TransformedRxSocket
 
closeWithReason(Throwable) - Method in interface org.forgerock.opendj.io.RxSocket
Returns a "hot" Completable which will close this socket when it is subscribed for the first time.
CN_INDEX_DB_DIRNAME - Static variable in class org.opends.server.replication.server.changelog.file.ReplicationEnvironment
The change number index directory name.
CODE_SIGNING - Enum constant in enum class org.forgerock.opendj.security.X509CertificateBuilder.ExtendedKeyUsage
Signing of downloadable executable code.
coerce(Predicate<JsonValue>) - Static method in class org.forgerock.config.util.JsonValuePropertyEvaluator
Define a coercion function.
CoercionFunction - Enum Class in org.forgerock.config.util
Coercions that can be applied to a given json value.
collect(Iterable<E>, C) - Static method in class org.opends.server.util.CollectionUtils
Collects all the elements from the provided iterable into the provided collection.
collectAllLoggers() - Static method in interface org.forgerock.opendj.config.ConfigLogger
Returns the list of all loggers defined in the config module.
collectAllLoggers() - Static method in interface org.forgerock.opendj.rest2ldap.RestLogger
Returns the list of all loggers defined in this module.
collectAllLoggers() - Static method in interface org.opends.server.loggers.ServerLoggers
Returns the list of all loggers defined in the server.
collectAllValidators(Collection<Validator>) - Method in class org.forgerock.json.schema.validator.validators.ArrayTypeValidator
Collects all the sub-validators held in this validator and aggregates them in the passed in Collection.
collectAllValidators(Collection<Validator>) - Method in class org.forgerock.json.schema.validator.validators.ObjectTypeValidator
Collects all the sub-validators held in this validator and aggregates them in the passed in Collection.
collectAllValidators(Collection<Validator>) - Method in class org.forgerock.json.schema.validator.validators.Validator
Collects all the sub-validators held in this validator and aggregates them in the passed in Collection.
collectAllValidators(Collection<Validator>, Collection<? extends Validator>) - Static method in class org.forgerock.json.schema.validator.validators.Validator
Collects all the sub-validators held in this validator and aggregates them in the passed in Collection.
collectAllValidators(Collection<Validator>, Map<?, ? extends Validator>) - Static method in class org.forgerock.json.schema.validator.validators.Validator
Collects all the sub-validators held in this validator and aggregates them in the passed in Collection.
CollectErrorsHandler - Class in org.forgerock.json.schema.validator
The CollectErrorsHandler implements the ErrorHandler and never throws any exception, but collects them so callers can retrieve all of them in one go.
CollectErrorsHandler() - Constructor for class org.forgerock.json.schema.validator.CollectErrorsHandler
 
collectionOf(String) - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Creates a new collection sub-resource definition whose members will be resources having the provided resource ID or its sub-types.
CollectionResourceProvider - Interface in org.forgerock.json.resource
An implementation interface for resource providers which exposes a collection of resource instances.
CollectionSubResource - Class in org.forgerock.opendj.rest2ldap
Defines a one-to-many relationship between a parent resource and its children.
CollectionUtils - Class in org.opends.server.util
Utility class for Collections.
collective(boolean) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Specifies whether this attribute type is "collective".
CollectiveAttributeSubentriesVirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Collective Attribute Subentries Virtual Attribute settings.
CollectiveAttributeSubentriesVirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Collective Attribute Subentries Virtual Attribute settings.
CollectiveAttributeSubentriesVirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Collective Attribute Subentries Virtual Attribute managed object definition meta information.
CollectiveAttributeSubentriesVirtualAttributeProvider - Class in org.opends.server.extensions
This class implements a virtual attribute provider to serve the collectiveAttributeSubentries operational attribute as described in RFC 3671.
CollectiveAttributeSubentriesVirtualAttributeProvider() - Constructor for class org.opends.server.extensions.CollectiveAttributeSubentriesVirtualAttributeProvider
 
collectLoggers(Class<?>) - Static method in interface org.forgerock.i18n.slf4j.Loggers
Returns the list of loggers defined in the provided class/interface.
combine(SecretBuilder) - Method in class org.forgerock.secrets.SecretBuilder
Returns a fresh SecretBuilder that combines the data from this secret builder and the argument.
combine(HealthStatus, HealthStatus) - Static method in record class org.opends.server.monitors.HealthStatus
Creates a new HealthStatus by combining the provided HealthStatus errors.
COMBINED - Enum constant in enum class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn.LogFormat
Combine log records for operation requests and responses into a single record.
commit() - Method in interface org.forgerock.opendj.config.client.ManagedObject
Adds this managed object to the server or commits any changes made to it depending on whether the managed object already exists on the server.
commit() - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
commit() - Method in interface org.forgerock.opendj.config.ConfigurationClient
If this is a new configuration this method will attempt to add it to the server, otherwise it will commit any changes made to this configuration.
CommonAudit - Class in org.opends.server.loggers
Entry point for the common audit facility.
CommonAudit(ServerContext) - Constructor for class org.opends.server.loggers.CommonAudit
Creates the common audit.
CommonAudit.HttpLogger - Interface in org.opends.server.loggers
Represents a ForgeRock common audit based logger which can be used to log HTTP access audit events.
CommonAuditAccessLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Common Audit Access Log Publisher settings.
CommonAuditAccessLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Common Audit Access Log Publisher settings.
CommonAuditAccessLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Common Audit Access Log Publisher managed object definition meta information.
CommonAuditBatchConfiguration - Class in org.forgerock.audit.batch
This class stores the common audit logging batch process configurations.
CommonAuditHttpAccessAuditFilter - Class in org.opends.server.protocols.http
This filter aims to send some access audit events to the AuditService managed as a CREST handler.
commonTags(Iterable<Tag>) - Static method in interface org.forgerock.monitoring.api.instrument.config.MeterFilter
Add common tags that are applied to every meter created afterward.
commonTags(Iterable<Tag>) - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry.Config
Append a list of common tags to apply to all metrics reported to the monitoring system.
commonTags(Iterable<Tag>) - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry.ConfigImpl
 
commonTags(String...) - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry.Config
Append a list of common tags to apply to all metrics reported to the monitoring system.
commonTags(String...) - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry.ConfigImpl
 
COMPACT_MASK - Static variable in class org.opends.server.replication.protocol.ReplicationMsg
Bitmask used to detect compact encoding of message stored in ReplicationDomainDB.
COMPACT_TYPE_ADD - Static variable in class org.opends.server.replication.protocol.ReplicationMsg
Type used by compact representation of a AddMsg stored in a ReplicationDomainDB.
COMPACT_TYPE_DELETE - Static variable in class org.opends.server.replication.protocol.ReplicationMsg
Type used by compact representation of a DeleteMsg stored in a ReplicationDomainDB.
COMPACT_TYPE_MODIFY - Static variable in class org.opends.server.replication.protocol.ReplicationMsg
Type used by compact representation of a ModifyMsg stored in a ReplicationDomainDB.
COMPACT_TYPE_MODIFY_DN - Static variable in class org.opends.server.replication.protocol.ReplicationMsg
Type used by compact representation of a ModifyDNMsg stored in a ReplicationDomainDB.
COMPACT_TYPE_REPLICA_OFFLINE - Static variable in class org.opends.server.replication.protocol.ReplicationMsg
Type used by compact representation of a ReplicaOfflineMsg stored in a ReplicationDomainDB.
CompactAttribute - Class in org.opends.server.types
A compact attribute represents values using a hash array map trie (HAMT) index and an array of encoded values.
CompactAttribute(AttributeDescription, Collection<?>) - Constructor for class org.opends.server.types.CompactAttribute
Creates a compact read-only attribute with the provided attribute description and values.
compactCopyOf(Attribute) - Static method in class org.opends.server.types.CompactAttribute
Returns a compact read-only attribute having the same attribute description and attribute values as attribute.
CompactEntry - Class in org.opends.server.types
A compact read-only entry suitable for storing in caches.
comparator() - Method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using this sort key.
comparator(String) - Static method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using the provided string representation of a list of sort keys.
comparator(Collection<SortKey>) - Static method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using the provided list of sort keys.
comparator(Schema) - Method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using this sort key.
comparator(Schema, Collection<SortKey>) - Static method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using the provided list of sort keys.
comparator(Schema, SortKey...) - Static method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using the provided list of sort keys.
comparator(SortKey...) - Static method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using the provided list of sort keys.
COMPARATOR - Static variable in class org.forgerock.util.Pair
Comparator for Pairs made of Comparable elements.
compare(String, String, String) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
compare(String, String, String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Compares the named entry in the Directory Server against the provided attribute value assertion.
compare(String, String, String) - Method in interface org.forgerock.opendj.ldap.Connection
Compares the named entry in the Directory Server against the provided attribute value assertion.
compare(JsonValue, JsonValue) - Method in class org.forgerock.json.resource.SortKeyComparator
 
compare(ValueOrExpression<T>, ValueOrExpression<T>) - Method in class org.forgerock.opendj.config.PropertyDefinition
Compares two property values for order.
compare(Entry, Entry) - Method in class org.forgerock.opendj.ldap.SortKey.SortComparator
We must use the lowest available value in both entries and missing attributes sort last.
compare(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
compare(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Compares an entry in the Directory Server using the provided compare request.
compare(CompareRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Compares an entry in the Directory Server using the provided compare request.
compare(CompareRequest) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Asynchronously compares an entry in the Directory Server using the provided compare request.
compare(CSN, CSN) - Static method in class org.opends.server.replication.common.CSN
Compares this CSN with the provided CSN for order and returns a negative number if csn1 is older than csn2, zero if they have the same age, or a positive number if csn1 is newer than csn2.
COMPARE - Enum constant in enum class org.forgerock.opendj.ldap.messages.Request.RequestType
Compare request type.
COMPARE - Enum constant in enum class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn.LogRecordType
Compare operations
COMPARE - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumRight
Attribute value comparison, as for an LDAP compare operation.
COMPARE_BYTES - Enum constant in enum class org.forgerock.opendj.ldap.Entries.DiffStrategy
Attribute values are compared byte for byte.
COMPARE_FALSE - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
COMPARE_FALSE - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the attribute value assertion included in a compare request did not match the targeted entry.
COMPARE_TRUE - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
COMPARE_TRUE - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the attribute value assertion included in a compare request did match the targeted entry.
compareAsync(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
compareAsync(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously compares an entry in the Directory Server using the provided compare request.
compareAsync(CompareRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously compares an entry in the Directory Server using the provided compare request.
compareAsync(CompareRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously compares an entry in the Directory Server using the provided compare request.
compareAsync(CompareRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
compareAsync(CompareRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously compares an entry in the Directory Server using the provided compare request.
compareByName() - Static method in class org.forgerock.opendj.ldap.Entries
Returns a Comparator which can be used to compare entries by name using the natural order for DN comparisons (parent before children).
CompareOperation - Class in org.opends.server.core
This class defines an operation that may be used to determine whether a specified entry in the Directory Server contains a given attribute-value pair.
CompareOperation(RequestContext, LocalBackend<?>, CompareRequest, Consumer<ResponseStream>) - Constructor for class org.opends.server.core.CompareOperation
Creates a new compare operation.
CompareRequest - Class in org.forgerock.opendj.ldap.messages
The Compare operation allows a client to compare an assertion value with the values of a particular attribute in a particular entry in the Directory.
CompareResult - Interface in org.forgerock.opendj.ldap.messages
An Compare result indicates the final status of an Compare operation.
compareTo(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteString
Compares this byte string with the specified byte array subsequence for order.
compareTo(LocalizableMessage) - Method in class org.forgerock.i18n.LocalizableMessage
Compares this message with the specified message for order in the default locale.
compareTo(ResourcePath) - Method in class org.forgerock.json.resource.ResourcePath
Compares this resource path with the provided resource path.
compareTo(SubCommandHandler) - Method in class org.forgerock.opendj.config.dsconfig.DocGeneratorSubCommandHandler
 
compareTo(PropertyDefinition<?>) - Method in class org.forgerock.opendj.config.PropertyDefinition
Compares this property definition with the specified property definition for order.
compareTo(Tag) - Method in class org.forgerock.opendj.config.Tag
 
compareTo(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Compares this attribute description to the provided attribute description.
compareTo(Ava) - Method in class org.forgerock.opendj.ldap.Ava
 
compareTo(ByteString) - Method in class org.forgerock.opendj.ldap.ByteString
Compares this byte string with the specified byte string for order.
compareTo(Dn) - Method in class org.forgerock.opendj.ldap.Dn
 
compareTo(GeneralizedTime) - Method in class org.forgerock.opendj.ldap.GeneralizedTime
 
compareTo(Rdn) - Method in class org.forgerock.opendj.ldap.Rdn
 
compareTo(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Compares this attribute type to the provided attribute type.
compareTo(Profile) - Method in class org.forgerock.opendj.setup.model.Profile
 
compareTo(Duration) - Method in class org.forgerock.util.time.Duration
 
compareTo(Aci) - Method in class org.opends.server.authorization.dseecompat.Aci
Compares this Aci with the provided Aci based on a natural order.
compareTo(TreeName) - Method in class org.opends.server.backends.pluggable.spi.TreeName
 
compareTo(Task) - Method in class org.opends.server.backends.task.Task
Compares this task with the provided task for the purposes of ordering in a sorted list.
compareTo(BackupId) - Method in class org.opends.server.backup.BackupId
 
compareTo(HttpAuthorizationMechanism) - Method in class org.opends.server.protocols.http.authz.HttpAuthorizationMechanism
 
compareTo(CSN) - Method in class org.opends.server.replication.common.CSN
Compares this CSN with the provided CSN for order and returns a negative number if this CSN is older than csn, zero if they have the same age, or a positive number if this CSN is newer than csn.
compareTo(ReplicaId) - Method in class org.opends.server.replication.common.ReplicaId
 
compareTo(ReplicationServerId) - Method in class org.opends.server.replication.common.ReplicationServerId
 
compareTo(UpdateMsg) - Method in class org.opends.server.replication.protocol.UpdateMsg
 
compareTo(DomainReplicaId) - Method in record class org.opends.server.replication.server.changelog.api.DomainReplicaId
 
compareTo(UpdateRecord) - Method in record class org.opends.server.replication.server.changelog.api.UpdateRecord
 
compareTo(UpgradeTaskVersion) - Method in record class org.opends.server.tools.upgrade.UpgradeTaskVersion
 
compareValues(Object, Object) - Static method in class org.forgerock.util.Objects
Compare two values based on types.
compareValues(Object, Object) - Static method in class org.forgerock.util.Utils
comparisonFilter(FF, String, Object) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new generic comparison filter using the provided field name, operator, and value assertion.
compile(String) - Static method in class org.forgerock.config.resolvers.template.Template
Build a new Template from the given source value.
compile(String, boolean) - Static method in class org.forgerock.config.resolvers.template.Template
Build a new Template from the given source value, instructing the parser to either escape or not special characters with the help of the escaping parameter.
complete() - Method in class org.forgerock.opendj.server.core.RequestCancellationState
Notifies any waiting disconnect, abandon or cancel requests that the request has completed.
complete() - Method in class org.opends.server.tools.upgrade.ProgressMonitor
Marks and prints that all the work has been completed.
completed(long) - Method in class org.opends.server.backends.task.Task.WorkCounters
Updates the number of elements done by adding the provided delta.
completed(long) - Method in class org.opends.server.tasks.InitializeTargetTask
Adds the number of entries that have recently been processed.
COMPLETED_SUCCESSFULLY - Enum constant in enum class org.opends.server.backends.task.TaskState
The task state that indicates that the task has completed without any errors.
COMPLETED_WITH_ERRORS - Enum constant in enum class org.opends.server.backends.task.TaskState
The task state that indicates that the task was able to complete its intended goal, but that one or more errors were encountered during the process.
completeSynchronizationProvider() - Method in class org.opends.server.api.SynchronizationProvider
Performs any necessary final initialization processing for this synchronization provider.
completeSynchronizationProvider() - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
complex(FF, QueryFilter<FF>) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new complex filter using the provided field name and sub-filter expression.
COMPONENT_RESTART - Enum constant in enum class org.forgerock.opendj.config.AdministratorAction.Type
Used when modifications to a property require a component restart in order to take effect (usually by disabling and re-enabling the component).
compose(Function<? super V, ? extends VIN, E>) - Method in interface org.forgerock.util.Function
Returns a composed function that first applies the before function to its input, and then applies this function to the result.
CompositeAliasSpecProvider(KeyStoreSecretStore.AliasSpecProvider...) - Constructor for class org.forgerock.secrets.keystore.KeyStoreSecretStore.CompositeAliasSpecProvider
Constructor.
computeDefaultNumberOfReaderThreads() - Static method in class org.opends.server.util.Platform
Computes the optimal number of reader threads based on the number of CPUs in the system.
computeDefaultNumberOfWriterThreads() - Static method in class org.opends.server.util.Platform
Computes the optimal number of writer threads based on the number of CPUs in the system.
computeMonitorInstanceDn() - Method in class org.opends.server.api.EntryCache
 
computeMonitorInstanceDn() - Method in class org.opends.server.api.KeyManagerProvider.CertificateMonitor
 
computeMonitorInstanceDn() - Method in class org.opends.server.api.MonitorProvider
Returns the monitor instance DN for this monitor provider.
computeMonitorInstanceDn() - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
computeMonitorInstanceDn() - Method in class org.opends.server.monitors.HealthStatusMonitorProvider
 
computeMonitorInstanceDn() - Method in class org.opends.server.monitors.JvmMonitorProvider
 
computeMonitorInstanceDn() - Method in class org.opends.server.monitors.LocalBackendMonitor
 
computeMonitorInstanceDn() - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
computeMonitorInstanceDn() - Method in class org.opends.server.replication.server.ReplicationServerDomain
 
computeNewValue(ByteString) - Method in interface org.opends.server.backends.pluggable.spi.UpdateFunction
Computes the new value for a record based on the record's existing content.
concat(Iterable<? extends Tag>, Iterable<Tag>) - Static method in class org.forgerock.monitoring.api.instrument.Tags
Return a new Tags instance my concatenating the specified values.
concat(Iterable<? extends Tag>, String...) - Static method in class org.forgerock.monitoring.api.instrument.Tags
Return a new Tags instance my concatenating the specified key value pairs.
concat(String) - Method in class org.forgerock.json.resource.ResourcePath
Creates a new resource path which is a descendant of this resource path.
concat(List<ResponseStream>) - Static method in class org.forgerock.opendj.server.core.ResponseStream
Returns a response stream containing all of the responses in list of streams, in order.
concat(JsonPointer) - Method in class org.forgerock.json.JsonPointer
Creates a new JSON pointer which is a descendant of this JSON pointer.
concat(ResourcePath) - Method in class org.forgerock.json.resource.ResourcePath
Creates a new resource path which is a descendant of this resource path.
concatWith(ResponseStream) - Method in class org.forgerock.opendj.server.core.ResponseStream
Returns a response stream containing all of the responses in this stream followed by all of the responses in the other stream.
ConcurrentModificationException - Exception in org.forgerock.opendj.config.client
This exception is thrown when a critical concurrent modification is detected by the client.
ConcurrentModificationException() - Constructor for exception org.forgerock.opendj.config.client.ConcurrentModificationException
Create a concurrent modification exception with a default message.
Condition - Interface in org.forgerock.opendj.config.conditions
An interface for evaluating conditions.
conditionalFilter(FilterCondition, Filter) - Static method in class org.forgerock.json.resource.Filters
Returns a Filter which will only invoke subFilter when the provided filter condition matches the request being processed.
ConditionalFilters - Class in org.forgerock.opendj.rest2ldap.authz
Encapsulate a ConditionalFilters.Condition which must be fulfilled in order to apply the Filter.
ConditionalFilters.Condition - Interface in org.forgerock.opendj.rest2ldap.authz
Condition which have to be fulfilled in order to apply the Filter.
ConditionalFilters.ConditionalFilter - Interface in org.forgerock.opendj.rest2ldap.authz
Encapsulate a Filter which will be processed only if the attached ConditionalFilters.Condition is true.
ConditionResult - Enum Class in org.forgerock.opendj.ldap
The result of a tri-state logical expression.
Conditions - Class in org.forgerock.opendj.config.conditions
This class consists exclusively of static methods that operate on or return conditions.
CONFIDENTIALITY - Enum constant in enum class org.forgerock.opendj.server.config.meta.DigestMd5SaslMechanismHandlerCfgDefn.QualityOfProtection
Quality of protection equals authentication with integrity and confidentiality protection.
CONFIDENTIALITY - Enum constant in enum class org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection
Quality of protection equals authentication with integrity and confidentiality protection.
CONFIDENTIALITY_REQUIRED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CONFIDENTIALITY_REQUIRED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation could not be processed because it requires confidentiality for the communication between the client and the server.
config - Variable in class org.opends.server.replication.service.ReplicationDomain
The configuration of the replication domain.
config() - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry
 
config() - Method in class org.forgerock.monitoring.api.instrument.MeterRegistryHolder
 
config() - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry
 
config() - Method in class org.opends.server.api.MeterRegistryHolder
 
CONFIG - Static variable in interface org.forgerock.opendj.config.ConfigLogger
The logger used for configuration handling.
CONFIG_ARCHIVE_DIR_NAME - Static variable in class org.opends.server.config.ConfigConstants
The base name (with no path information) of the directory that will hold the archived versions of previous configurations.
CONFIG_BACKEND_ID - Static variable in class org.opends.server.backends.ConfigurationBackend
The backend ID for the configuration backend.
CONFIG_DIR_NAME - Static variable in class org.forgerock.opendj.setup.model.Installation
Config directory name.
CONFIG_FILE_HEADER - Static variable in class org.opends.server.util.ServerConstants
The comment at the head of config.ldif, which should not be localized.
CONFIG_FILE_NAME - Static variable in class org.forgerock.opendj.setup.model.Installation
The configuration LDIF file name.
CONFIG_FILE_RELATIVE_PATH - Static variable in class org.forgerock.opendj.setup.model.Installation
Relative Path to the OpenDJ instance of the config/config.ldif directory.
CONFIG_READ - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the associated user to read the server configuration.
CONFIG_READ - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to read the server configuration.
CONFIG_VERSION_FILE_NAME - Static variable in class org.opends.server.util.BuildVersion
The config version file name, replaced buildinfo in 6.5.0, and replaced by the ds-cfg-version attribute in config.ldif in 7.0.0 and related development releases.
CONFIG_WRITE - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the associated user to update the server configuration.
CONFIG_WRITE - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to update the server configuration.
configAddIsAcceptable(Entry, LocalizableMessageBuilder) - Method in interface org.forgerock.opendj.config.server.spi.ConfigAddListener
Indicates whether the configuration entry that will result from a proposed add is acceptable to this add listener.
ConfigAddListener - Interface in org.forgerock.opendj.config.server.spi
This interface defines the methods that a Directory Server component should implement if it wishes to be able to receive notification of new entries added below a configuration entry.
ConfigAuditEventBuilder<T extends ConfigAuditEventBuilder<T>> - Class in org.forgerock.audit.events
Builder for audit config events.
ConfigAuditEventBuilder() - Constructor for class org.forgerock.audit.events.ConfigAuditEventBuilder
Creates the builder.
configChangeIsAcceptable(Entry, LocalizableMessageBuilder) - Method in interface org.forgerock.opendj.config.server.spi.ConfigChangeListener
Indicates whether the configuration entry that will result from a proposed modification is acceptable to this change listener.
ConfigChangeListener - Interface in org.forgerock.opendj.config.server.spi
This interface defines the methods that a Directory Server component should implement if it wishes to be able to receive notification of changes to a configuration entry.
ConfigChangeResult - Class in org.forgerock.opendj.config.server
This class defines a data structure that can be used to hold information about the result of processing a configuration change.
ConfigChangeResult() - Constructor for class org.forgerock.opendj.config.server.ConfigChangeResult
Creates a new config change result object with the provided information.
ConfigConstants - Class in org.opends.server.config
This class defines a number of constants used by the Directory Server configuration, including configuration attribute and objectclass names, and attribute options.
configDeleteIsAcceptable(Entry, LocalizableMessageBuilder) - Method in interface org.forgerock.opendj.config.server.spi.ConfigDeleteListener
Indicates whether it is acceptable to remove the provided configuration entry.
ConfigDeleteListener - Interface in org.forgerock.opendj.config.server.spi
This interface defines the methods that a Directory Server component should implement if it wishes to be able to receive notification if entries below a configuration entry are removed.
configDirectory - Variable in class org.forgerock.opendj.rest2ldap.Rest2LdapHttpApplication
The name of the JSON configuration directory in which config.json and rest2ldap/rest2ldap.json are located.
configEvent() - Static method in class org.forgerock.audit.events.ConfigAuditEventBuilder
Starts to build an audit config event.
ConfigException - Exception in org.forgerock.opendj.config.server
Thrown during the course of interactions with the Directory Server configuration.
ConfigException(Throwable) - Constructor for exception org.forgerock.opendj.config.server.ConfigException
Creates a new configuration exception with the provided cause.
ConfigException(LocalizableMessage) - Constructor for exception org.forgerock.opendj.config.server.ConfigException
Creates a new configuration exception with the provided message.
ConfigException(LocalizableMessage, Throwable) - Constructor for exception org.forgerock.opendj.config.server.ConfigException
Creates a new configuration exception with the provided message and underlying cause.
ConfigImpl() - Constructor for class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry.ConfigImpl
 
ConfigLogger - Interface in org.forgerock.opendj.config
Defines the logging category for the config module.
ConfigParameters - Class in org.forgerock.opendj.server.embedded
Parameters to configure a directory server.
configParams() - Static method in class org.forgerock.opendj.server.embedded.ConfigParameters
Creates configuration parameters.
configResolver(PropertyResolver) - Method in class org.forgerock.opendj.server.embedded.ConfigParameters
Sets the PropertyResolver to use to resolve configuration properties.
configUpgradeVersion() - Static method in class org.opends.server.util.BuildVersion
Returns the configuration upgrade version of the instance.
configuration - Variable in class org.opends.server.api.HttpEndpoint
Configuration of this endpoint.
Configuration - Interface in org.forgerock.opendj.config
A common base interface for all server managed object configurations.
ConfigurationAddListener<T extends Configuration> - Interface in org.forgerock.opendj.config.server
This interface defines the methods that a Directory Server configurable component should implement if it wishes to be able to receive notifications when a new configuration is added.
ConfigurationBackend - Class in org.opends.server.backends
Back-end responsible for management of configuration entries.
ConfigurationBackend(ServerContext) - Constructor for class org.opends.server.backends.ConfigurationBackend
Creates and initializes a new instance of this backend.
ConfigurationBackend.ConfigurationBackendCfg - Class in org.opends.server.backends
Dummy BackendCfg implementation for the ConfigurationBackend.
ConfigurationChangeListener<T extends Configuration> - Interface in org.forgerock.opendj.config.server
This interface defines the methods that a Directory Server configurable component should implement if it wishes to be able to receive notifications when a its associated configuration is changed.
configurationClass() - Method in interface org.forgerock.opendj.config.Configuration
Gets the configuration class associated with this configuration.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AccessControlHandlerCfg
Gets the configuration class associated with this Access Control Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the configuration class associated with this Access Log Filtering Criteria.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
Gets the configuration class associated with this Access Log Publisher.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AccountStatusNotificationHandlerCfg
Gets the configuration class associated with this Account Status Notification Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AdminDataTrustManagerProviderCfg
Gets the configuration class associated with this cn=admin data Trust Manager Provider.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AdminEndpointCfg
Gets the configuration class associated with this Admin Endpoint.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
Gets the configuration class associated with this Administration Connector.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AesPasswordStorageSchemeCfg
Gets the configuration class associated with this AES Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AlertHandlerCfg
Gets the configuration class associated with this Alert Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AliveEndpointCfg
Gets the configuration class associated with this Alive HTTP endpoint.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AnonymousSaslMechanismHandlerCfg
Gets the configuration class associated with this Anonymous SASL Mechanism Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.Argon2PasswordStorageSchemeCfg
Gets the configuration class associated with this Argon2 Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AttributeCleanupPluginCfg
Gets the configuration class associated with this Attribute Cleanup Plugin.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AttributeValuePasswordValidatorCfg
Gets the configuration class associated with this Attribute Value Password Validator.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AuthenticationPolicyCfg
Gets the configuration class associated with this Authentication Policy.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.BackendCfg
Gets the configuration class associated with this Backend.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.BackendIndexCfg
Gets the configuration class associated with this Backend Index.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.BackendVlvIndexCfg
Gets the configuration class associated with this Backend VLV Index.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.Base64PasswordStorageSchemeCfg
Gets the configuration class associated with this Base64 Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.BcryptPasswordStorageSchemeCfg
Gets the configuration class associated with this Bcrypt Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.BlindTrustManagerProviderCfg
Gets the configuration class associated with this Blind Trust Manager Provider.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.BlowfishPasswordStorageSchemeCfg
Gets the configuration class associated with this Blowfish Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CancelExtendedOperationHandlerCfg
Gets the configuration class associated with this Cancel Extended Operation Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CertificateMapperCfg
Gets the configuration class associated with this Certificate Mapper.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ChangeNumberControlPluginCfg
Gets the configuration class associated with this Change Number Control Plugin.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CharacterSetPasswordValidatorCfg
Gets the configuration class associated with this Character Set Password Validator.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ClearPasswordStorageSchemeCfg
Gets the configuration class associated with this Clear Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CollectiveAttributeSubentriesVirtualAttributeCfg
Gets the configuration class associated with this Collective Attribute Subentries Virtual Attribute.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CommonAuditAccessLogPublisherCfg
Gets the configuration class associated with this Common Audit Access Log Publisher.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ConnectionHandlerCfg
Gets the configuration class associated with this Connection Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ConsoleErrorLogPublisherCfg
Gets the configuration class associated with this Console Error Log Publisher.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
Gets the configuration class associated with this Core Schema.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CramMd5SaslMechanismHandlerCfg
Gets the configuration class associated with this CRAM-MD5 SASL Mechanism Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CrestMetricsEndpointCfg
Gets the configuration class associated with this Common REST Metrics HTTP Endpoint.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
Gets the configuration class associated with this Crypto Manager.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CryptPasswordStorageSchemeCfg
Gets the configuration class associated with this Crypt Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
Gets the configuration class associated with this CSV File Access Log Publisher.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Gets the configuration class associated with this CSV File HTTP Access Log Publisher.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.DictionaryPasswordValidatorCfg
Gets the configuration class associated with this Dictionary Password Validator.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.DigestMd5SaslMechanismHandlerCfg
Gets the configuration class associated with this DIGEST-MD5 SASL Mechanism Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.DseeCompatAccessControlHandlerCfg
Gets the configuration class associated with this DSEE Compatible Access Control Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.EntityTagPluginCfg
Gets the configuration class associated with this ETag Plugin.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.EntityTagVirtualAttributeCfg
Gets the configuration class associated with this Entity Tag Virtual Attribute.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.EntryCacheCfg
Gets the configuration class associated with this Entry Cache.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.EntryDnVirtualAttributeCfg
Gets the configuration class associated with this entryDN Virtual Attribute.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.EntryUuidPluginCfg
Gets the configuration class associated with this entryUUID Plugin.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.EntryUuidVirtualAttributeCfg
Gets the configuration class associated with this entryUUID Virtual Attribute.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ErrorLogAccountStatusNotificationHandlerCfg
Gets the configuration class associated with this Error Log Account Status Notification Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ErrorLogPublisherCfg
Gets the configuration class associated with this Error Log Publisher.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ExactMatchIdentityMapperCfg
Gets the configuration class associated with this Exact Match Identity Mapper.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ExtendedOperationHandlerCfg
Gets the configuration class associated with this Extended Operation Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ExternalAccessLogPublisherCfg
Gets the configuration class associated with this External Access Log Publisher.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ExternalHttpAccessLogPublisherCfg
Gets the configuration class associated with this External HTTP Access Log Publisher.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ExternalSaslMechanismHandlerCfg
Gets the configuration class associated with this External SASL Mechanism Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FifoEntryCacheCfg
Gets the configuration class associated with this FIFO Entry Cache.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
Gets the configuration class associated with this File Based Access Log Publisher.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
Gets the configuration class associated with this File Based Audit Log Publisher.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
Gets the configuration class associated with this File Based Error Log Publisher.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHttpAccessLogPublisherCfg
Gets the configuration class associated with this File Based HTTP Access Log Publisher.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedKeyManagerProviderCfg
Gets the configuration class associated with this File Based Key Manager Provider.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedTrustManagerProviderCfg
Gets the configuration class associated with this File Based Trust Manager Provider.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FileCountLogRetentionPolicyCfg
Gets the configuration class associated with this File Count Log Retention Policy.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FingerprintCertificateMapperCfg
Gets the configuration class associated with this Fingerprint Certificate Mapper.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FixedTimeLogRotationPolicyCfg
Gets the configuration class associated with this Fixed Time Log Rotation Policy.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FractionalLdifImportPluginCfg
Gets the configuration class associated with this Fractional LDIF Import Plugin.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FreeDiskSpaceLogRetentionPolicyCfg
Gets the configuration class associated with this Free Disk Space Log Retention Policy.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.GetConnectionIdExtendedOperationHandlerCfg
Gets the configuration class associated with this Get Connection ID Extended Operation Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.GetSymmetricKeyExtendedOperationHandlerCfg
Gets the configuration class associated with this Get Symmetric Key Extended Operation Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.GlobalAccessControlPolicyCfg
Gets the configuration class associated with this Global Access Control Policy.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the configuration class associated with this Global Configuration.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.GoverningStructureRuleVirtualAttributeCfg
Gets the configuration class associated with this Governing Structure Rule Virtual Attribute.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.GraphiteMonitorReporterPluginCfg
Gets the configuration class associated with this Graphite Monitor Reporter Plugin.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.GssapiSaslMechanismHandlerCfg
Gets the configuration class associated with this GSSAPI SASL Mechanism Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HasSubordinatesVirtualAttributeCfg
Gets the configuration class associated with this Has Subordinates Virtual Attribute.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HdapAuthorizationMechanismCfg
Gets the configuration class associated with this HDAP Authorization Mechanism.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HdapEndpointCfg
Gets the configuration class associated with this Hdap Endpoint.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HealthyEndpointCfg
Gets the configuration class associated with this Healthy HTTP endpoint.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HttpAccessLogPublisherCfg
Gets the configuration class associated with this HTTP Access Log Publisher.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HttpAnonymousAuthorizationMechanismCfg
Gets the configuration class associated with this HTTP Anonymous Authorization Mechanism.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HttpAuthorizationMechanismCfg
Gets the configuration class associated with this HTTP Authorization Mechanism.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HttpBasicAuthorizationMechanismCfg
Gets the configuration class associated with this HTTP Basic Authorization Mechanism.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the configuration class associated with this HTTP Connection Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HttpEndpointCfg
Gets the configuration class associated with this HTTP Endpoint.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2AuthorizationMechanismCfg
Gets the configuration class associated with this HTTP OAuth2 Authorization Mechanism.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2CtsAuthorizationMechanismCfg
Gets the configuration class associated with this HTTP OAuth2 CTS Authorization Mechanism.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2FileAuthorizationMechanismCfg
Gets the configuration class associated with this HTTP OAuth2 File Based Authorization Mechanism.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2OpenamAuthorizationMechanismCfg
Gets the configuration class associated with this HTTP OAuth2 OpenAM Authorization Mechanism.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2TokenIntrospectionAuthorizationMechanismCfg
Gets the configuration class associated with this HTTP OAuth2 Token Introspection (RFC 7662) Authorization Mechanism.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.IdentityMapperCfg
Gets the configuration class associated with this Identity Mapper.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.IsMemberOfVirtualAttributeCfg
Gets the configuration class associated with this Is Member Of Virtual Attribute.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the configuration class associated with this JE Backend.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.JmxAlertHandlerCfg
Gets the configuration class associated with this JMX Alert Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.JmxConnectionHandlerCfg
Gets the configuration class associated with this JMX Connection Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.JsonEqualityMatchingRuleCfg
Gets the configuration class associated with this JSON Equality Matching Rule.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
Gets the configuration class associated with this JSON File Based Access Log Publisher.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.JsonFileHttpAccessLogPublisherCfg
Gets the configuration class associated with this JSON File Based HTTP Access Log Publisher.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.JsonOrderingMatchingRuleCfg
Gets the configuration class associated with this JSON Ordering Matching Rule.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.JsonQueryEqualityMatchingRuleCfg
Gets the configuration class associated with this JSON Query Equality Matching Rule.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.KeyManagerProviderCfg
Gets the configuration class associated with this Key Manager Provider.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LastModPluginCfg
Gets the configuration class associated with this Last Mod Plugin.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LdapAttributeDescriptionListPluginCfg
Gets the configuration class associated with this LDAP Attribute Description List Plugin.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the configuration class associated with this LDAP Connection Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LdapKeyManagerProviderCfg
Gets the configuration class associated with this LDAP Key Manager Provider.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the configuration class associated with this LDAP Pass Through Authentication Policy.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LdapTrustManagerProviderCfg
Gets the configuration class associated with this LDAP Trust Manager Provider.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LdifBackendCfg
Gets the configuration class associated with this LDIF Backend.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LdifConnectionHandlerCfg
Gets the configuration class associated with this LDIF Connection Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LengthBasedPasswordValidatorCfg
Gets the configuration class associated with this Length Based Password Validator.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LocalBackendCfg
Gets the configuration class associated with this Local Backend.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LogPublisherCfg
Gets the configuration class associated with this Log Publisher.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LogRetentionPolicyCfg
Gets the configuration class associated with this Log Retention Policy.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LogRotationPolicyCfg
Gets the configuration class associated with this Log Rotation Policy.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.MailServerCfg
Gets the configuration class associated with this Mail Server.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.Md5PasswordStorageSchemeCfg
Gets the configuration class associated with this MD5 Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.MemberVirtualAttributeCfg
Gets the configuration class associated with this Member Virtual Attribute.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.MemoryBackendCfg
Gets the configuration class associated with this Memory Backend.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.MonitorBackendCfg
Gets the configuration class associated with this Monitor Backend.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.NameAndJsonQueryEqualityMatchingRuleCfg
Gets the configuration class associated with this Name And JSON Query Equality Matching Rule.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.NullBackendCfg
Gets the configuration class associated with this Null Backend.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.NumSubordinatesVirtualAttributeCfg
Gets the configuration class associated with this Num Subordinates Virtual Attribute.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordExpirationTimeVirtualAttributeCfg
Gets the configuration class associated with this Password Expiration Time Virtual Attribute.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordGeneratorCfg
Gets the configuration class associated with this Password Generator.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordModifyExtendedOperationHandlerCfg
Gets the configuration class associated with this Password Modify Extended Operation Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the configuration class associated with this Password Policy.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyImportPluginCfg
Gets the configuration class associated with this Password Policy Import Plugin.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyStateExtendedOperationHandlerCfg
Gets the configuration class associated with this Password Policy State Extended Operation Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicySubentryVirtualAttributeCfg
Gets the configuration class associated with this Password Policy Subentry Virtual Attribute.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordStorageSchemeCfg
Gets the configuration class associated with this Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordValidatorCfg
Gets the configuration class associated with this Password Validator.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.Pbkdf2HmacSha256PasswordStorageSchemeCfg
Gets the configuration class associated with this PBKDF2-HMAC-SHA256 Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.Pbkdf2HmacSha512PasswordStorageSchemeCfg
Gets the configuration class associated with this PBKDF2-HMAC-SHA512 Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.Pbkdf2PasswordStorageSchemeCfg
Gets the configuration class associated with this PBKDF2 Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PemKeyManagerProviderCfg
Gets the configuration class associated with this Pem Key Manager Provider.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PemTrustManagerProviderCfg
Gets the configuration class associated with this Pem Trust Manager Provider.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.Pkcs11KeyManagerProviderCfg
Gets the configuration class associated with this PKCS#11 Key Manager Provider.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.Pkcs11TrustManagerProviderCfg
Gets the configuration class associated with this PKCS#11 Trust Manager Provider.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.Pkcs5s2PasswordStorageSchemeCfg
Gets the configuration class associated with this PKCS#5 V2.0 Scheme 2 Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PlainSaslMechanismHandlerCfg
Gets the configuration class associated with this Plain SASL Mechanism Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Gets the configuration class associated with this Pluggable Backend.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PluginCfg
Gets the configuration class associated with this Plugin.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the configuration class associated with this Plugin Root.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PolicyBasedAccessControlHandlerCfg
Gets the configuration class associated with this Policy Based Access Control Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PrometheusEndpointCfg
Gets the configuration class associated with this Prometheus HTTP Endpoint.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the configuration class associated with this Proxy Backend.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.RandomPasswordGeneratorCfg
Gets the configuration class associated with this Random Password Generator.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.Rc4PasswordStorageSchemeCfg
Gets the configuration class associated with this RC4 Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
Gets the configuration class associated with this Referential Integrity Plugin.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.RegularExpressionIdentityMapperCfg
Gets the configuration class associated with this Regular Expression Identity Mapper.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.RepeatedCharactersPasswordValidatorCfg
Gets the configuration class associated with this Repeated Characters Password Validator.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Gets the configuration class associated with this Replication Domain.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Gets the configuration class associated with this Replication Server.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
Gets the configuration class associated with this Replication Service Discovery Mechanism.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the configuration class associated with this Replication Synchronization Provider.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.Rest2ldapEndpointCfg
Gets the configuration class associated with this Rest2LDAP Endpoint.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the configuration class associated with this Root.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.RootDseBackendCfg
Gets the configuration class associated with this Root DSE Backend.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SaltedMd5PasswordStorageSchemeCfg
Gets the configuration class associated with this Salted MD5 Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SaltedSha1PasswordStorageSchemeCfg
Gets the configuration class associated with this Salted SHA-1 Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SaltedSha256PasswordStorageSchemeCfg
Gets the configuration class associated with this Salted SHA-256 Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SaltedSha384PasswordStorageSchemeCfg
Gets the configuration class associated with this Salted SHA-384 Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SaltedSha512PasswordStorageSchemeCfg
Gets the configuration class associated with this Salted SHA-512 Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SambaPasswordPluginCfg
Gets the configuration class associated with this Samba Password Plugin.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SaslMechanismHandlerCfg
Gets the configuration class associated with this SASL Mechanism Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SchemaBackendCfg
Gets the configuration class associated with this Schema Backend.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SchemaProviderCfg
Gets the configuration class associated with this Schema Provider.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ScramSha256PasswordStorageSchemeCfg
Gets the configuration class associated with this SCRAM-SHA-256 Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ScramSha256SaslMechanismHandlerCfg
Gets the configuration class associated with this SCRAM-SHA-256 SASL Mechanism Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ScramSha512PasswordStorageSchemeCfg
Gets the configuration class associated with this SCRAM-SHA-512 Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ScramSha512SaslMechanismHandlerCfg
Gets the configuration class associated with this SCRAM-SHA-512 SASL Mechanism Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ServiceDiscoveryMechanismCfg
Gets the configuration class associated with this Service Discovery Mechanism.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SevenBitCleanPluginCfg
Gets the configuration class associated with this Seven Bit Clean Plugin.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.Sha1PasswordStorageSchemeCfg
Gets the configuration class associated with this SHA-1 Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SimilarityBasedPasswordValidatorCfg
Gets the configuration class associated with this Similarity Based Password Validator.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SizeLimitLogRetentionPolicyCfg
Gets the configuration class associated with this Size Limit Log Retention Policy.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SizeLimitLogRotationPolicyCfg
Gets the configuration class associated with this Size Limit Log Rotation Policy.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SmtpAccountStatusNotificationHandlerCfg
Gets the configuration class associated with this SMTP Account Status Notification Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SmtpAlertHandlerCfg
Gets the configuration class associated with this SMTP Alert Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SoftReferenceEntryCacheCfg
Gets the configuration class associated with this Soft Reference Entry Cache.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.StartTlsExtendedOperationHandlerCfg
Gets the configuration class associated with this StartTLS Extended Operation Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
Gets the configuration class associated with this Static Service Discovery Mechanism.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.StructuralObjectClassVirtualAttributeCfg
Gets the configuration class associated with this Structural Object Class Virtual Attribute.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SubjectAttributeToUserAttributeCertificateMapperCfg
Gets the configuration class associated with this Subject Attribute To User Attribute Certificate Mapper.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SubjectDnToUserAttributeCertificateMapperCfg
Gets the configuration class associated with this Subject DN To User Attribute Certificate Mapper.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SubjectEqualsDnCertificateMapperCfg
Gets the configuration class associated with this Subject Equals DN Certificate Mapper.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SubschemaSubentryVirtualAttributeCfg
Gets the configuration class associated with this Subschema Subentry Virtual Attribute.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SynchronizationProviderCfg
Gets the configuration class associated with this Synchronization Provider.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.TaskBackendCfg
Gets the configuration class associated with this Task Backend.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.TimeLimitLogRotationPolicyCfg
Gets the configuration class associated with this Time Limit Log Rotation Policy.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.TraditionalWorkQueueCfg
Gets the configuration class associated with this Traditional Work Queue.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.TripleDesPasswordStorageSchemeCfg
Gets the configuration class associated with this Triple-DES Password Storage Scheme.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.TrustManagerProviderCfg
Gets the configuration class associated with this Trust Manager Provider.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.UniqueAttributePluginCfg
Gets the configuration class associated with this Unique Attribute Plugin.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.UniqueCharactersPasswordValidatorCfg
Gets the configuration class associated with this Unique Characters Password Validator.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.UserDefinedVirtualAttributeCfg
Gets the configuration class associated with this User Defined Virtual Attribute.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.UserTemplateVirtualAttributeCfg
Gets the configuration class associated with this User Template Virtual Attribute.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.VirtualAttributeCfg
Gets the configuration class associated with this Virtual Attribute.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.WhoAmIExtendedOperationHandlerCfg
Gets the configuration class associated with this Who Am I Extended Operation Handler.
configurationClass() - Method in interface org.forgerock.opendj.server.config.server.WorkQueueCfg
Gets the configuration class associated with this Work Queue.
configurationClass() - Method in class org.opends.server.backends.ConfigurationBackend.ConfigurationBackendCfg
 
ConfigurationClient - Interface in org.forgerock.opendj.config
A common base interface for all managed object configuration clients.
ConfigurationDeleteListener<T extends Configuration> - Interface in org.forgerock.opendj.config.server
This interface defines the methods that a Directory Server configurable component should implement if it wishes to be able to receive notifications when an existing configuration is deleted.
configurationDnToMonitorDn(Dn) - Static method in class org.opends.server.api.MonitorProvider
Convenience method for mapping a component's configuration DN to its equivalent monitoring DN.
configurationFile(Path) - Method in class org.forgerock.opendj.server.embedded.ConfigParameters
Sets the path of the configuration filePath of the directory server.
ConfigurationFramework - Class in org.forgerock.opendj.config
This class is responsible for managing the configuration framework including: loading core components during application initialization loading extensions during and after application initialization changing the property validation strategy based on whether the application is a client or server.
ConfigurationFramework.InitParameters - Interface in org.forgerock.opendj.config
Represents parameters used for initializing a ConfigurationFramework.
ConfigurationHandler - Class in org.opends.server.config
Responsible for managing configuration, including listeners on configuration entries.
ConfigurationHandler(ServerContext) - Constructor for class org.opends.server.config.ConfigurationHandler
Creates a new instance.
ConfigurationRepository - Interface in org.forgerock.opendj.config.server.spi
Provides configuration entries and listener registration on the entries.
configure(String) - Method in class org.forgerock.opendj.security.OpenDjSecurityProvider
configure(Meter.Id, HistogramConfig) - Method in interface org.forgerock.monitoring.api.instrument.config.MeterFilter
This is only called when filtering new timers and distribution summaries (i.e.
configureBackend(C, ServerContext) - Method in class org.opends.server.api.Backend
Configure this backend based on the information in the provided configuration.
configureBackend(C, ServerContext) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
configureBackend(LdifBackendCfg, ServerContext) - Method in class org.opends.server.backends.LDIFBackend
 
configureBackend(LocalBackendCfg, ServerContext) - Method in class org.opends.server.backends.ChangelogBackend
 
configureBackend(MemoryBackendCfg, ServerContext) - Method in class org.opends.server.backends.MemoryBackend
 
configureBackend(MonitorBackendCfg, ServerContext) - Method in class org.opends.server.backends.MonitorBackend
 
configureBackend(NullBackendCfg, ServerContext) - Method in class org.opends.server.backends.NullBackend
 
configureBackend(ProxyBackendCfg, ServerContext) - Method in class org.opends.server.backends.ProxyBackend
 
configureBackend(RootDseBackendCfg, ServerContext) - Method in class org.opends.server.backends.RootDSEBackend
 
configureBackend(SchemaBackendCfg, ServerContext) - Method in class org.opends.server.backends.SchemaBackend
 
configureBackend(TaskBackendCfg, ServerContext) - Method in class org.opends.server.backends.task.TaskBackend
 
configureBackend(ConfigurationBackend.ConfigurationBackendCfg, ServerContext) - Method in class org.opends.server.backends.ConfigurationBackend
 
configureEndpoint(File, Options) - Static method in class org.forgerock.opendj.rest2ldap.Rest2LdapJsonConfigurator
Creates a new CREST RequestHandler representing a single endpoint whose configuration is defined in the provided endpointDirectory parameter.
configureEndpoints(File, Options) - Static method in class org.forgerock.opendj.rest2ldap.Rest2LdapJsonConfigurator
Creates a new CREST Router using the provided endpoints configuration directory and Rest2Ldap options.
configureKeyManager(JsonValue) - Static method in class org.forgerock.opendj.rest2ldap.Rest2LdapJsonConfigurator
Configures a X509KeyManager using the provided JSON configuration.
configureLdapClient(JsonValue, String, TrustManager, X509KeyManager) - Static method in class org.forgerock.opendj.rest2ldap.Rest2LdapJsonConfigurator
Creates a new LDAP client using the named configuration in the provided JSON list of client configurations.
configureOptions(JsonValue) - Static method in class org.forgerock.opendj.rest2ldap.Rest2LdapJsonConfigurator
Parses Rest2Ldap configuration options.
configureResources(JsonValue, Options) - Static method in class org.forgerock.opendj.rest2ldap.Rest2LdapJsonConfigurator
Parses a list of Rest2Ldap resource definitions.
configureStorage(C, ServerContext) - Method in class org.opends.server.backends.pluggable.BackendImpl
Creates the storage engine which will be used by this pluggable backend.
configureStorage(JeBackendCfg, ServerContext) - Method in class org.opends.server.backends.jeb.JEBackend
 
configureTrustManager(JsonValue) - Static method in class org.forgerock.opendj.rest2ldap.Rest2LdapJsonConfigurator
Configures a TrustManager using the provided JSON configuration.
ConfigureWindowsService - Class in org.opends.server.tools
This class is used to configure the Windows service for this instance on this machine.
ConfigureWindowsService(OutputStream, OutputStream) - Constructor for class org.opends.server.tools.ConfigureWindowsService
Creates a new ConfigureWindowsService with provided streams to log commands output.
ConfigureWindowsService.DisableServiceReturnCode - Enum Class in org.opends.server.tools
Return codes for the method disableService.
ConfigureWindowsService.EnableServiceReturnCode - Enum Class in org.opends.server.tools
Return codes for the method enableService.
ConfigureWindowsService.StopServiceReturnCode - Enum Class in org.opends.server.tools
Return codes for the method stopService.
configVersion() - Static method in class org.opends.server.util.BuildVersion
Gets the configuration version of the instance.
CONFLICT - Static variable in exception org.forgerock.json.resource.ResourceException
Indicates the request could not be completed due to a conflict with the current state of the resource.
ConflictException - Exception in org.forgerock.json.resource
An exception that is thrown during a operation on a resource when such an operation would result in a conflict.
ConflictException() - Constructor for exception org.forgerock.json.resource.ConflictException
Constructs a new exception with null as its detail message.
ConflictException(String) - Constructor for exception org.forgerock.json.resource.ConflictException
Constructs a new exception with the specified detail message.
ConflictException(String, Throwable) - Constructor for exception org.forgerock.json.resource.ConflictException
Constructs a new exception with the specified detail message and cause.
ConflictException(Throwable) - Constructor for exception org.forgerock.json.resource.ConflictException
Constructs a new exception with the specified cause.
ConflictingSchemaElementException - Exception in org.forgerock.opendj.ldap.schema
Thrown when addition of a schema element to a schema builder fails because the OID of the schema element conflicts with an existing schema element and the caller explicitly requested not to override existing schema elements.
ConflictingSchemaElementException(LocalizableMessage) - Constructor for exception org.forgerock.opendj.ldap.schema.ConflictingSchemaElementException
Creates a new conflicting schema element exception with the provided message.
conformsToSchema(Entry, SchemaValidationPolicy, Collection<LocalizableMessage>) - Static method in class org.forgerock.opendj.ldap.Entries
Returns true if the provided entry is valid according to the default schema and schema validation policy.
conformsToSchema(Entry, SchemaValidationPolicy, Collection<LocalizableMessage>, Schema) - Static method in class org.forgerock.opendj.ldap.Entries
Returns true if the provided entry is valid according to the specified schema and schema validation policy.
connect() - Method in class org.forgerock.opendj.ldap.ConnectionPool
 
connect() - Method in interface org.forgerock.opendj.ldap.LdapClient
Returns a Single which connects to a peer each time it is subscribed.
connect(String, int, Options) - Method in interface org.forgerock.opendj.io.RxTransport
Returns a Single which will connect to the server at the provided address each time it is subscribed.
CONNECT - Enum constant in enum class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn.LogRecordType
Client connections
CONNECT_MAX_BACKLOG - Static variable in class org.forgerock.opendj.ldap.LdapServer
Specifies the maximum queue length for incoming connections requests.
CONNECT_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the connect timeout.
connection - Variable in class org.forgerock.json.resource.AbstractConnectionWrapper
The wrapped connection.
connection - Variable in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
The wrapped connection.
Connection - Interface in org.forgerock.json.resource
A client connection to a JSON resource provider over which read and update requests may be performed.
Connection - Interface in org.forgerock.opendj.ldap
A connection with a Directory Server over which read and update operations may be performed.
CONNECTION_POOL_EVENT_LISTENER - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the event listener which should be notified whenever an event occurs in a connection pool.
CONNECTION_POOL_IDLE_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.LdapClients
The time interval after which idle connections can be closed, shrinking the connection pool towards the minimum size.
CONNECTION_POOL_MAX_SIZE - Static variable in class org.forgerock.opendj.ldap.LdapClients
The maximum size for the connection pool.
CONNECTION_POOL_MIN_SIZE - Static variable in class org.forgerock.opendj.ldap.LdapClients
The minimum size for the connection pool.
CONNECTION_POOL_SCHEDULER - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the scheduler which will be used for periodically checking idle connections and timed-out connection attempts.
CONNECTION_REJECTED - Enum constant in enum class org.opends.server.types.DisconnectReason
The disconnect reason that indicates that the client connection was closed because the client connection was rejected.
ConnectionChangeRecordWriter - Class in org.forgerock.opendj.ldif
A ConnectionChangeRecordWriter is a bridge from Connections to ChangeRecordWriters.
ConnectionChangeRecordWriter(Connection) - Constructor for class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Creates a new connection change record writer whose destination is the provided connection.
connectionClosed(ClientConnection) - Method in class org.opends.server.core.DirectoryServer
 
connectionClosed(ClientConnection) - Method in interface org.opends.server.core.ServerContext
Indicates that the specified client connection has been closed.
ConnectionConfiguration() - Constructor for class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
 
ConnectionConfiguration() - Constructor for class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.ConnectionConfiguration
 
ConnectionEntryReader - Class in org.forgerock.opendj.ldif
A ConnectionEntryReader is a bridge from Connections to EntryReaders.
ConnectionEntryReader(Connection, SearchRequest) - Constructor for class org.forgerock.opendj.ldif.ConnectionEntryReader
Creates a new connection entry reader whose destination is the provided connection using an unbounded LinkedBlockingQueue.
ConnectionEntryReader(Connection, SearchRequest, BlockingQueue<Response>) - Constructor for class org.forgerock.opendj.ldif.ConnectionEntryReader
Creates a new connection entry reader whose destination is the provided connection.
ConnectionEntryWriter - Class in org.forgerock.opendj.ldif
A ConnectionEntryWriter is a bridge from Connections to EntryWriters.
ConnectionEntryWriter(Connection) - Constructor for class org.forgerock.opendj.ldif.ConnectionEntryWriter
Creates a new connection entry writer whose destination is the provided connection.
ConnectionEventListener - Interface in org.forgerock.opendj.ldap
An object that registers to be notified when a connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
ConnectionException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request was unsuccessful because of a connection failure.
ConnectionFactory - Interface in org.forgerock.json.resource
A connection factory provides an interface for obtaining a connection to a JSON resource provider.
ConnectionFactory - Interface in org.forgerock.opendj.ldap
A connection factory provides an interface for obtaining a connection to a Directory Server.
ConnectionHandler<T extends ConnectionHandlerCfg> - Class in org.opends.server.api
This class defines the set of methods and structures that must be implemented by a Directory Server connection handler.
ConnectionHandler() - Constructor for class org.opends.server.api.ConnectionHandler
 
ConnectionHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Connection Handler settings.
ConnectionHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Connection Handler settings.
ConnectionHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Connection Handler managed object definition meta information.
ConnectionHandlerConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the configuration for the set of connection handlers defined in the Directory Server.
ConnectionHandlerConfigManager(ServerContext) - Constructor for class org.opends.server.core.ConnectionHandlerConfigManager
Creates a new instance of this connection handler config manager.
connectionOptionsChanged(ServiceDiscoveryMechanism<?>) - Method in interface org.opends.server.discovery.ServiceDiscoveryChangeListener
Invoked when the connection options for connecting to the servers have changed.
ConnectionParameters - Class in org.forgerock.opendj.server.embedded
Parameters to establish connections to a directory server.
connectionParams() - Static method in class org.forgerock.opendj.server.embedded.ConnectionParameters
Creates connection parameters.
ConnectionPool - Class in org.forgerock.opendj.ldap
A connection pool which maintains a cache of client sockets with a configurable core pool size, maximum size, and expiration policy.
ConnectionPool.Statistics - Record Class in org.forgerock.opendj.ldap
Statistics for a connection pool.
ConnectionPoolEventListener - Interface in org.forgerock.opendj.ldap
An object that registers to be notified when a connection pool grows or shrinks.
Connections - Class in org.forgerock.opendj.ldap
This class contains methods for creating and manipulating LDAP clients and connections.
connectionSecurity(boolean, boolean) - Static method in enum class org.forgerock.opendj.ldap.ConnectionSecurity
Returns the connection security equivalent to the provided useSsl and useStartTls boolean parameters.
ConnectionSecurity - Enum Class in org.forgerock.opendj.ldap
Indicates whether LDAP client connections should use SSL or StartTLS.
connectionsIn() - Method in record class org.forgerock.opendj.ldap.ConnectionPool.Statistics
Returns the value of the connectionsIn record component.
connectionsOut() - Method in record class org.forgerock.opendj.ldap.ConnectionPool.Statistics
Returns the value of the connectionsOut record component.
connectionsPending() - Method in record class org.forgerock.opendj.ldap.ConnectionPool.Statistics
Returns the value of the connectionsPending record component.
ConsistentHashMap<P> - Class in org.forgerock.opendj.ldap
An implementation of "consistent hashing" supporting per-partition weighting.
ConsistentHashMap() - Constructor for class org.forgerock.opendj.ldap.ConsistentHashMap
Creates a new consistent hash map which will hash keys using MD5.
ConsistentHashMap(Function<Object, Integer, NeverThrowsException>) - Constructor for class org.forgerock.opendj.ldap.ConsistentHashMap
Creates a new consistent hash map which will hash keys using the provided hash function.
console(SetupConsole) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the SetupConsole which be used to print information issued during setup.
ConsoleErrorLogPublisher - Class in org.opends.server.loggers
This class provides an implementation of an error log publisher.
ConsoleErrorLogPublisher() - Constructor for class org.opends.server.loggers.ConsoleErrorLogPublisher
 
ConsoleErrorLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Console Error Log Publisher settings.
ConsoleErrorLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Console Error Log Publisher settings.
ConsoleErrorLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Console Error Log Publisher managed object definition meta information.
constant(Object) - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Returns a property mapper which maps a single JSON attribute to a JSON constant.
constant(N) - Static method in class org.forgerock.opendj.ldap.Functions
Creates a function that returns constant value for any input.
constant(T) - Static method in class org.forgerock.secrets.SecretReference
Create a constant SecretReference for the given secret, that will never expire.
constantGauge(String, T) - Static method in interface org.forgerock.monitoring.api.instrument.Gauge
Setup a Gauge.Builder that will create a gauge that reports the value of the Number.
Constants - Class in org.forgerock.json.schema.validator
Constants is the collection of all constant values used by the object validator implementation.
Constraint - Class in org.forgerock.opendj.config
An interface for enforcing constraints and dependencies between managed objects and their properties.
Constraint() - Constructor for class org.forgerock.opendj.config.Constraint
Creates a new constraint.
CONSTRAINT_VIOLATION - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
CONSTRAINT_VIOLATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it would have violated some constraint defined in the server.
ConstraintViolationException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the update Request failed because it would have left the Directory in an inconsistent state.
constructed() - Method in class org.forgerock.opendj.io.Asn1Tag
Changes this ASN.1 tag from primitive to constructed.
Consumer<T,E extends Exception> - Interface in org.forgerock.util
A Consumer functional interface which can throw a checked Exception.
contains(FF, Object) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new contains filter using the provided field name and value assertion.
contains(Object) - Method in class org.forgerock.json.JsonValue
Returns true this JSON value contains an item with the specified value.
contains(Object) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
contains(Object) - Method in interface org.forgerock.opendj.ldap.Attribute
Returns true if this attribute contains value.
contains(Object) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
contains(Object) - Method in class org.forgerock.util.LazyList
Returns true if this list contains the specified element.
contains(Object) - Method in class org.forgerock.util.ListDecorator
Returns true if this list contains the specified element.
contains(Object) - Method in class org.forgerock.util.RangeSet
Returns true if this set contains the specified element.
contains(Object) - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
contains(Object) - Method in class org.opends.server.types.CompactAttribute
 
contains(String) - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
 
contains(String) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns true if the named entry exists in this memory backend.
contains(String, String) - Static method in class org.forgerock.opendj.config.conditions.Conditions
Creates a condition which evaluates to true if and only if a property contains a particular value.
contains(Dn) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns true if the named entry exists in this memory backend.
contains(Marker) - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
 
contains(T) - Method in class org.opends.server.types.Range
Tests if the provided item is contained in this range (i.e.
contains(T, T, boolean, T, boolean) - Static method in class org.opends.server.types.Range
Returns whether the provided value is inside the range represented by the other parameters, analogous to NavigableMap.subMap(Object, boolean, Object, boolean).
CONTAINS - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "contains" operator".
containsAddedValue(ByteString, ByteString) - Method in class org.opends.server.replication.plugin.AttrHistorical
Returns true if this historical information contains add or replace meta-data for the provided attribute value.
containsAddedValue(ByteString, ByteString) - Method in class org.opends.server.replication.plugin.AttrHistoricalMultiple
 
containsAddedValue(ByteString, ByteString) - Method in class org.opends.server.replication.plugin.AttrHistoricalSingle
 
containsAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
containsAll(Collection<?>) - Method in interface org.forgerock.opendj.ldap.Attribute
Returns true if this attribute contains all of the attribute values contained in values.
containsAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
containsAll(Collection<?>) - Method in class org.forgerock.util.LazyList
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class org.forgerock.util.ListDecorator
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
containsAnyAttributes(String) - Method in interface org.forgerock.opendj.ldap.Entry
Returns true if this entry contains any non-empty attributes having an attribute description which is a sub-type of the provided attribute description.
containsAnyAttributes(String) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
containsAnyAttributes(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
Returns true if this entry contains any non-empty attributes having an attribute description which is a sub-type of the provided attribute description.
containsAnyAttributes(AttributeDescription) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
containsAnyAttributes(AttributeDescription) - Method in class org.forgerock.opendj.ldap.TreeMapEntry
 
containsAtLeastOneKey() - Method in class org.opends.server.api.KeyManagerProvider
Verifies that the keystore has at least one usable key.
containsAtLeastOneKey() - Method in class org.opends.server.extensions.FileBasedKeyManagerProvider
 
containsAtLeastOneKey() - Method in class org.opends.server.extensions.LDAPKeyManagerProvider
 
containsAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
Returns true if this entry contains all of the attribute values contained in values.
containsAttribute(String, Object...) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
containsAttribute(AttributeDescription, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
Returns true if this entry contains all of the attribute values contained in values.
containsAttribute(AttributeDescription, Object...) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
containsAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.Entry
Returns true if this entry contains all of the attribute values contained in attribute.
containsAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
containsChanges() - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Returns true if changes has already been written in this LdifChangeRecordWriter.
ContainsCondition - Class in org.forgerock.opendj.config.conditions
A condition which evaluates to true if and only if a property contains a particular value.
ContainsCondition(String, String) - Constructor for class org.forgerock.opendj.config.conditions.ContainsCondition
Creates a new contains value condition.
containsContext(Class<? extends Context>) - Method in class org.forgerock.opendj.server.core.AbstractContext
 
containsContext(String) - Method in class org.forgerock.opendj.server.core.AbstractContext
 
containsControl(String) - Method in class org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
 
containsControl(String) - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
 
containsControl(String) - Method in interface org.forgerock.opendj.ldap.messages.ProtocolOp
Returns true if this protocol-op contains the specified control.
containsEntry(Dn) - Method in class org.opends.server.api.EntryCache
Indicates whether the entry cache currently contains the entry with the specified DN.
containsEntry(Dn) - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
containsEntry(Dn) - Method in class org.opends.server.extensions.FIFOEntryCache
 
containsEntry(Dn) - Method in class org.opends.server.extensions.SoftReferenceEntryCache
 
containsExpression(String) - Static method in class org.forgerock.opendj.config.ValueOrExpression
Validates the expression, checking it has at least one token.
containsKey(Object) - Method in class org.forgerock.util.LazyMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class org.forgerock.util.MapDecorator
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class org.opends.server.api.DITCacheMap
 
containsLocalNamingContext(Dn) - Method in class org.opends.server.core.BackendConfigManager
Indicates whether the specified DN is contained in the local backends as a naming context.
containsObjectClass(Entry, ObjectClass) - Static method in class org.forgerock.opendj.ldap.Entries
Check if the provided entry contains the provided object class.
containsObjectClass(Entry, ObjectClass, Schema) - Static method in class org.forgerock.opendj.ldap.Entries
Check if the provided entry contains the provided object class.
containsSubtree(Dn) - Method in class org.opends.server.api.DITCacheMap
Returns true if there are stored objects associated with the subtree having the provided base DN.
containsTopic(String) - Method in class org.forgerock.audit.events.EventTopicsMetaData
Returns true if this object has meta-data for the specified topic.
containsValue(Object) - Method in class org.forgerock.util.LazyMap
Returns true if the map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.forgerock.util.MapDecorator
Returns true if the map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.opends.server.api.DITCacheMap
 
CONTENT_DISPOSITION - Static variable in class org.forgerock.json.resource.http.HttpUtils
the HTTP header for Content-Disposition.
context - Variable in class org.opends.server.types.Operation
The request context associated with this operation.
context(Map<String, Object>) - Method in class org.forgerock.audit.events.AuthenticationAuditEventBuilder
Sets the context used in the authentication event.
CONTEXT - Static variable in class org.forgerock.audit.events.AuthenticationAuditEventBuilder
Defines the context key.
CONTEXT_SPECIFIC - Enum constant in enum class org.forgerock.opendj.io.Asn1Tag.Class
The Context-specific class.
contextSpecific() - Static method in class org.forgerock.opendj.io.Asn1Tag
Returns a primitive ASN.1 tag with the context-specific tag class.
CONTINUE - Enum constant in enum class org.forgerock.audit.events.AuthenticationAuditEventBuilder.Status
Authentication operation has not yet completed.
continueConnectProcessing() - Static method in record class org.opends.server.api.plugin.PluginResult.PostConnect
Defines a continue processing post connect plugin result.
continueDisconnectProcessing() - Static method in record class org.opends.server.api.plugin.PluginResult.PostDisconnect
Defines a continue processing post disconnect plugin result.
continueEntryProcessing() - Static method in record class org.opends.server.api.plugin.PluginResult.ImportLDIF
Defines a continue processing LDIF import plugin result.
continueOperationProcessing() - Static method in record class org.opends.server.api.plugin.PluginResult.PostOperation
Defines a continue processing post operation plugin result.
continueOperationProcessing() - Static method in class org.opends.server.api.plugin.PluginResult.PostResponse
Defines a continue processing post response plugin result.
continueOperationProcessing() - Static method in record class org.opends.server.api.plugin.PluginResult.PreOperation
Defines a continue processing pre operation plugin result.
continueOperationProcessing() - Static method in record class org.opends.server.api.plugin.PluginResult.PreParse
Defines a continue processing pre parse plugin result.
continueOperationProcessing() - Static method in record class org.opends.server.api.plugin.PluginResult.SubordinateDelete
Defines a continue processing subordinate delete plugin result.
continueOperationProcessing() - Static method in record class org.opends.server.api.plugin.PluginResult.SubordinateModifyDN
Defines a continue processing subordinate modify DN plugin result.
continueOperationProcessing(boolean) - Static method in record class org.opends.server.api.plugin.PluginResult.IntermediateResponse
Defines a continue processing intermediate response plugin result.
continuePluginProcessing() - Method in record class org.opends.server.api.plugin.PluginResult.ImportLDIF
Returns the value of the continuePluginProcessing record component.
continuePluginProcessing() - Method in record class org.opends.server.api.plugin.PluginResult.IntermediateResponse
Returns the value of the continuePluginProcessing record component.
continuePluginProcessing() - Method in record class org.opends.server.api.plugin.PluginResult.PostConnect
Returns the value of the continuePluginProcessing record component.
continuePluginProcessing() - Method in record class org.opends.server.api.plugin.PluginResult.PostDisconnect
Returns the value of the continuePluginProcessing record component.
continuePluginProcessing() - Method in class org.opends.server.api.plugin.PluginResult.PostResponse
Whether to invoke the rest of the plugins.
continuePluginProcessing() - Method in record class org.opends.server.api.plugin.PluginResult.PreOperation
Returns the value of the continuePluginProcessing record component.
continuePluginProcessing() - Method in record class org.opends.server.api.plugin.PluginResult.PreParse
Returns the value of the continuePluginProcessing record component.
continuePluginProcessing() - Method in record class org.opends.server.api.plugin.PluginResult.Startup
Returns the value of the continuePluginProcessing record component.
continuePluginProcessing() - Method in record class org.opends.server.api.plugin.PluginResult.SubordinateDelete
Returns the value of the continuePluginProcessing record component.
continuePluginProcessing() - Method in record class org.opends.server.api.plugin.PluginResult.SubordinateModifyDN
Returns the value of the continuePluginProcessing record component.
continueProcessing() - Method in record class org.opends.server.api.plugin.PluginResult.ImportLDIF
Returns the value of the continueProcessing record component.
continueProcessing() - Method in record class org.opends.server.api.plugin.PluginResult.IntermediateResponse
Returns the value of the continueProcessing record component.
continueProcessing() - Method in interface org.opends.server.api.plugin.PluginResult.OperationResult
Indicates whether processing on the associated operation should continue.
continueProcessing() - Method in record class org.opends.server.api.plugin.PluginResult.PostConnect
Returns the value of the continueProcessing record component.
continueProcessing() - Method in record class org.opends.server.api.plugin.PluginResult.PostOperation
Returns the value of the continueProcessing record component.
continueProcessing() - Method in record class org.opends.server.api.plugin.PluginResult.PreOperation
Returns the value of the continueProcessing record component.
continueProcessing() - Method in record class org.opends.server.api.plugin.PluginResult.PreParse
Returns the value of the continueProcessing record component.
continueProcessing() - Method in record class org.opends.server.api.plugin.PluginResult.Startup
Returns the value of the continueProcessing record component.
continueProcessing() - Method in record class org.opends.server.api.plugin.PluginResult.SubordinateDelete
Returns the value of the continueProcessing record component.
continueProcessing() - Method in record class org.opends.server.api.plugin.PluginResult.SubordinateModifyDN
Returns the value of the continueProcessing record component.
continueProcessing() - Method in class org.opends.server.types.SynchronizationProviderResult.ContinueProcessing
 
continueProcessing() - Method in record class org.opends.server.types.SynchronizationProviderResult.StopProcessing
 
ContinueProcessing() - Constructor for class org.opends.server.types.SynchronizationProviderResult.ContinueProcessing
 
continueStartup() - Static method in record class org.opends.server.api.plugin.PluginResult.Startup
Defines a continue processing startup plugin result.
Control - Interface in org.forgerock.opendj.ldap.controls
Controls provide a mechanism whereby the semantics and arguments of existing LDAP operations may be extended.
ControlDecoder<C extends Control> - Interface in org.forgerock.opendj.ldap.controls
A factory interface for decoding a control as a control of specific type.
Controls - Class in org.forgerock.opendj.ldap.controls
Utility class to resolve controls OID from aliases.
CONTROLS - Enum constant in enum class org.forgerock.opendj.rest2ldap.ReadOnUpdatePolicy
The LDAP entry will be read atomically using the RFC 4527 read-entry controls.
convert(double, TimeUnit, TimeUnit) - Static method in class org.forgerock.monitoring.api.instrument.util.TimeUtils
 
convertResult(Request, Result) - Static method in class org.opends.server.api.ClientConnection
Converts a result to a Result having the appropriate type for the given Request.
convertTo(TimeUnit) - Method in class org.forgerock.util.time.Duration
Convert the current duration to a given TimeUnit.
COOKIES - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The cookies event payload field name.
copy() - Method in class org.forgerock.json.JsonValue
Returns a deep copy of this JSON value.
copy(String, String) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "copy" patch operation which will copy the value found at `from` to `path`.
copy(JsonPointer, JsonPointer) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "copy" patch operation which will copy the value found at `from` to `path`.
copyFrom(Result) - Method in interface org.forgerock.opendj.ldap.messages.Result
Copies the result code, cause, diagnostic message, matched DN and referral URIs from the provided result to this result.
copyInitParameters(ConfigurationFramework) - Static method in interface org.forgerock.opendj.config.ConfigurationFramework.InitParameters
Copies initialization parameters from the provided configuration framework, suitable for later reinitiaization with ConfigurationFramework.forceInitialize(org.forgerock.opendj.config.ConfigurationFramework.InitParameters).
copyKeepingTargetPermissions(Path, Path, CopyOption...) - Static method in class org.opends.server.util.StaticUtils
Copy a file, but preserve the ACLs/POSIX permissions on any existing target.
copyOf(PatchOperation) - Static method in class org.forgerock.json.resource.PatchOperation
Returns a deep copy of the provided patch operation.
copyOf(SchemaValidationPolicy) - Static method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Creates a copy of the provided schema validation policy.
copyOf(Options) - Static method in class org.forgerock.util.Options
Returns a copy of the provided set of options.
copyOfAbandonRequest(AbandonRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new abandon request that is an exact copy of the provided request.
copyOfActionRequest(ActionRequest) - Static method in class org.forgerock.json.resource.Requests
Returns a copy of the provided action request.
copyOfAddRequest(AddRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new add request that is an exact copy of the provided request.
copyOfApiRequest(Request) - Static method in class org.forgerock.json.resource.Requests
Returns a copy of the provided api request.
copyOfBindRequest(BindRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new bind request that is an exact copy of the provided request.
copyOfBindResult(BindResult) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new bind result that is an exact copy of the provided result.
copyOfCancelExtendedRequest(CancelExtendedRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new cancel extended request that is an exact copy of the provided request.
copyOfCompareRequest(CompareRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new compare request that is an exact copy of the provided request.
copyOfCompareResult(CompareResult) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new compare result that is an exact copy of the provided result.
copyOfCreateRequest(CreateRequest) - Static method in class org.forgerock.json.resource.Requests
Returns a copy of the provided create request.
copyOfDeleteRequest(DeleteRequest) - Static method in class org.forgerock.json.resource.Requests
Returns a copy of the provided delete request.
copyOfDeleteRequest(DeleteRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new delete request that is an exact copy of the provided request.
copyOfEntryWithoutVirtualAttributes(Entry) - Static method in class org.opends.server.types.CompactEntry
Returns a compact read-only entry having the same name and real attributes as entry.
copyOfGenericExtendedRequest(GenericExtendedRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new generic extended request that is an exact copy of the provided request.
copyOfGenericExtendedResult(GenericExtendedResult) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new generic extended result that is an exact copy of the provided result.
copyOfGenericIntermediateResponse(GenericIntermediateResponse) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new generic intermediate response that is an exact copy of the provided response.
copyOfModifyDnRequest(ModifyDnRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new modify DN request that is an exact copy of the provided request.
copyOfModifyRequest(ModifyRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new modify request that is an exact copy of the provided request.
copyOfPasswordModifyExtendedRequest(PasswordModifyExtendedRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new password modify extended request that is an exact copy of the provided request.
copyOfPasswordModifyExtendedResult(PasswordModifyExtendedResult) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new password modify extended result that is an exact copy of the provided result.
copyOfPatchRequest(PatchRequest) - Static method in class org.forgerock.json.resource.Requests
Returns a copy of the provided patch request.
copyOfQueryRequest(QueryRequest) - Static method in class org.forgerock.json.resource.Requests
Returns a copy of the provided query request.
copyOfReadRequest(ReadRequest) - Static method in class org.forgerock.json.resource.Requests
Returns a copy of the provided read request.
copyOfResult(Result) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new result that is an exact copy of the provided result.
copyOfSearchRequest(SearchRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new search request that is an exact copy of the provided request.
copyOfSearchResultEntry(SearchResultEntry) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new search result entry that is an exact copy of the provided result.
copyOfSearchResultReference(SearchResultReference) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new search result reference that is an exact copy of the provided result.
copyOfSslOptions(SslOptions) - Static method in class org.forgerock.opendj.security.SslOptions
Creates a copy of the provided SslOptions.
copyOfStartTlsExtendedRequest(StartTlsExtendedRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new startTLS extended request that is an exact copy of the provided request.
copyOfUnbindRequest(UnbindRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new unbind request that is an exact copy of the provided request.
copyOfUpdateRequest(UpdateRequest) - Static method in class org.forgerock.json.resource.Requests
Returns a copy of the provided update request.
copyOfWhoAmIExtendedRequest(WhoAmIExtendedRequest) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new Who Am I extended request that is an exact copy of the provided request.
copyOfWhoAmIExtendedResult(WhoAmIExtendedResult) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new who am I extended result that is an exact copy of the provided result.
copyOnWriteEntry(Entry, Function<Entry, Entry>) - Static method in class org.forgerock.opendj.ldap.Entries
Returns a shallow copy-on-write view of entry.
copyTo(byte[]) - Method in class org.forgerock.opendj.ldap.ByteString
Copies the contents of this byte string to the provided byte array.
copyTo(byte[], int) - Method in class org.forgerock.opendj.ldap.ByteString
Copies the contents of this byte string to the specified location in the provided byte array.
copyTo(OutputStream) - Method in class org.forgerock.opendj.ldap.ByteString
Copies the entire contents of this byte string to the provided OutputStream.
copyTo(ByteBuffer) - Method in class org.forgerock.opendj.ldap.ByteString
Appends the content of this byte string to the provided ByteBuffer starting at it's current position.
copyTo(CharBuffer, CharsetDecoder) - Method in class org.forgerock.opendj.ldap.ByteString
Appends the content of this byte string decoded using provided charset decoder to the provided CharBuffer starting at it's current position.
copyTo(ByteStringBuilder) - Method in class org.forgerock.opendj.ldap.ByteString
Appends the entire contents of this byte string to the provided ByteStringBuilder.
copyTo(ChangeRecordReader, ChangeRecordWriter) - Static method in class org.forgerock.opendj.ldif.Ldif
Copies the content of input to output.
copyTo(EntryReader, EntryWriter) - Static method in class org.forgerock.opendj.ldif.Ldif
Copies the content of input to output.
CORE - Static variable in interface org.opends.server.loggers.ServerLoggers
The logger used for the core server.
CoreConfigManager - Class in org.opends.server.core
Manages the set of core configuration attributes of the Directory Server.
CoreConfigManager(ServerContext) - Constructor for class org.opends.server.core.CoreConfigManager
Creates a new instance of this core config manager.
CoreConfigManager.EtimeService - Interface in org.opends.server.core
Definition of a service providing etimes.
CoreConfigManager.EtimeServices - Enum Class in org.opends.server.core
Implementation of services providing etimes.
CoreSchema - Class in org.forgerock.opendj.ldap.schema
The OpenDJ SDK core schema contains standard LDAP RFC schema elements.
CoreSchemaCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Core Schema settings.
CoreSchemaCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Core Schema settings.
CoreSchemaCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Core Schema managed object definition meta information.
CoreSchemaCfgDefn.JsonValidationPolicy - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "json-validation-policy" property.
CoreSchemaProvider - Class in org.opends.server.schema
Provides the core schema, which includes core matching rules and syntaxes.
CoreSchemaProvider() - Constructor for class org.opends.server.schema.CoreSchemaProvider
 
CoreSchemaSupportedLocales - Class in org.forgerock.opendj.ldap.schema
Provides a map of supported locale tags to OIDs.
coreTopicSchemas() - Static method in class org.forgerock.audit.events.EventTopicsMetaDataBuilder
Create a new instance of EventTopicsMetaDataBuilder that will populate EventTopicsMetaData objects its creates with the schema meta-data for core topics.
CorruptedEntryException - Exception in org.opends.server.crypto
An exception that may be thrown when a wrapped key entry is corrupted.
count() - Method in class org.forgerock.monitoring.api.instrument.CountAtValue
 
count() - Method in interface org.forgerock.monitoring.api.instrument.Counter
The cumulative count since this counter was created.
count() - Method in interface org.forgerock.monitoring.api.instrument.DistributionSummary
The number of times that record has been called since this timer was created.
count() - Method in class org.forgerock.monitoring.api.instrument.HistogramSnapshot
 
count() - Method in interface org.forgerock.monitoring.api.instrument.Timer
The number of times that stop has been called on this timer.
count() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableCounter
 
count() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableHistogram
 
count() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableMeter
 
count() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableTimer
 
count() - Method in interface org.opends.server.backup.BackupManager.CountedIterator
Return the number of iterations so far.
count() - Method in class org.opends.server.backup.BackupManager.FixedBackendIterator
 
COUNT - Enum constant in enum class org.forgerock.monitoring.api.instrument.Statistic
Rate per second for calls.
CountAtValue - Class in org.forgerock.monitoring.api.instrument
The count accumulated to a histogram bucket.
countBasedLog(LocalizedLogger, LocalizableMessage) - Method in class org.opends.server.loggers.LogAggregator
Start the aggregation for a message that will be logged based on count and only after 2 occurrences.
countEntries() - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
This method should return the total number of objects in the replicated domain.
countEntries() - Method in class org.opends.server.replication.service.ReplicationDomain
This method should return the total number of objects in the replicated domain.
counter() - Method in class org.forgerock.monitoring.api.instrument.search.RequiredSearch
 
counter() - Method in class org.forgerock.monitoring.api.instrument.search.Search
 
counter(String) - Method in class org.opends.server.api.MeterRegistryHolder
Tracks a monotonically increasing value.
counter(Meter.Id) - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry
counter(Meter.Id) - Method in class org.forgerock.monitoring.api.instrument.MeterRegistryHolder
 
counter(Meter.Id) - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry
 
counter(Meter.Id) - Method in class org.opends.server.api.MeterRegistryHolder
 
Counter - Interface in org.forgerock.monitoring.api.instrument
Used to measure the rate of change based on calls to increment.
COUNTER - Enum constant in enum class org.forgerock.monitoring.api.instrument.Meter.Type
 
Counter.Builder - Class in org.forgerock.monitoring.api.instrument
Fluent builder for counters.
CountPolicy - Enum Class in org.forgerock.json.resource
An enum of count policy types.
cover(Dn, CSN) - Method in class org.opends.server.replication.common.MultiDomainServerState
Test if this object covers the provided CSN for the provided baseDN.
cover(CSN) - Method in class org.opends.server.replication.common.ServerState
Checks that the CSN given as a parameter is in this ServerState.
cover(ServerState) - Method in class org.opends.server.replication.common.ServerState
Check that all the CSNs in the covered serverState are also in this serverState.
CRAMMD5SASLMechanismHandler - Class in org.opends.server.extensions
This class provides an implementation of a SASL mechanism that authenticates clients through CRAM-MD5.
CRAMMD5SASLMechanismHandler() - Constructor for class org.opends.server.extensions.CRAMMD5SASLMechanismHandler
 
CramMd5SaslMechanismHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying CRAM-MD5 SASL Mechanism Handler settings.
CramMd5SaslMechanismHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying CRAM-MD5 SASL Mechanism Handler settings.
CramMd5SaslMechanismHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the CRAM-MD5 SASL Mechanism Handler managed object definition meta information.
CRC_32 - Enum constant in enum class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn.ChecksumAlgorithm
The CRC-32 checksum algorithm.
create() - Static method in class org.forgerock.util.promise.PromiseImpl
Creates a new pending Promise implementation.
create(ArgumentParser, String, String) - Static method in class org.forgerock.opendj.config.dsconfig.DocGeneratorSubCommandHandler
Creates a new doc generation sub-command.
create(String, Class<T>, EventHandlerConfiguration, EventTopicsMetaData) - Method in interface org.forgerock.audit.events.handlers.AuditEventHandlerFactory
Create a new AuditEventHandler instance.
create(String, Class<T>, EventHandlerConfiguration, EventTopicsMetaData) - Method in class org.forgerock.audit.events.handlers.DependencyProviderAuditEventHandlerFactory
 
create(String, AttributeType) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Creates an attribute description having the provided attribute name, type and no options.
create(AttributeType) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Creates an attribute description having the provided attribute type and no options.
create(AttributeType, String) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Creates an attribute description having the provided attribute type and single option.
create(AttributeType, String...) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Creates an attribute description having the provided attribute type and options.
create(AttributeType, Collection<String>) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Creates an attribute description having the provided attribute type and options.
create(Context, CreateRequest) - Method in class org.forgerock.json.resource.AbstractAsynchronousConnection
 
create(Context, CreateRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Adds a new JSON resource.
create(Context, CreateRequest) - Method in interface org.forgerock.json.resource.Connection
Adds a new JSON resource.
CREATE - Enum constant in enum class org.forgerock.json.resource.RequestType
A create request.
CREATE - Enum constant in enum class org.forgerock.opendj.config.client.OperationRejectedException.OperationType
A managed object could not be created.
CREATE_ONLY - Enum constant in enum class org.forgerock.opendj.rest2ldap.WritabilityPolicy
The attribute may be provided when creating a new resource, but cannot be modified afterwards.
CREATE_ONLY_DISCARD_WRITES - Enum constant in enum class org.forgerock.opendj.rest2ldap.WritabilityPolicy
The attribute may be provided when creating a new resource, but cannot be modified afterwards.
createAccessControlHandler(ManagedObjectDefinition<C, ? extends AccessControlHandlerCfg>, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Access Control Handler.
createAccessLogFilteringCriteria(ManagedObjectDefinition<C, ? extends AccessLogFilteringCriteriaCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogPublisherCfgClient
Creates a new Access Log Filtering Criteria.
createAccountStatusNotificationHandler(ManagedObjectDefinition<C, ? extends AccountStatusNotificationHandlerCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Account Status Notification Handler.
createActiveReference(Purpose<S>) - Method in class org.forgerock.secrets.SecretsProvider
Creates the secret reference from the given purpose.
createAlertHandler(ManagedObjectDefinition<C, ? extends AlertHandlerCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Alert Handler.
createAsync(Context, CreateRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Asynchronously adds a new JSON resource.
createAsync(Context, CreateRequest) - Method in interface org.forgerock.json.resource.Connection
Asynchronously adds a new JSON resource.
createAuthenticationPolicy(LdapPassThroughAuthenticationPolicyCfg) - Method in class org.opends.server.extensions.LDAPPassThroughAuthenticationPolicyFactory
 
createAuthenticationPolicy(PasswordPolicyCfg) - Method in class org.opends.server.core.PasswordPolicyFactory
 
createAuthenticationPolicy(T) - Method in interface org.opends.server.api.AuthenticationPolicyFactory
Creates a new authentication policy using the provided configuration.
createAuthenticationPolicyState(Entry, long, ServerContext) - Method in class org.opends.server.api.AuthenticationPolicy
Returns an authentication policy state object for the provided user using the specified time as the basis for all time-based state logic (such as expiring passwords).
createAuthenticationPolicyState(Entry, long, ServerContext) - Method in class org.opends.server.core.PasswordPolicy
 
createAuthenticationPolicyState(Entry, ServerContext) - Method in class org.opends.server.api.AuthenticationPolicy
Returns the authentication policy state object for the provided user using the current time as the basis for all time-based state logic (such as expiring passwords).
createAuthenticationPolicyState(Entry, ServerContext) - Method in class org.opends.server.core.PasswordPolicy
 
createBackend(ManagedObjectDefinition<C, ? extends BackendCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Backend.
createBackendIndex(ManagedObjectDefinition<C, ? extends BackendIndexCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Creates a new Backend Index.
createBackendVlvIndex(ManagedObjectDefinition<C, ? extends BackendVlvIndexCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Creates a new Backend Vlv Index.
createBackup(Backupable, Cancellable) - Method in class org.opends.server.backup.BackupManager
Backs up a backend to the underlying backup storage.
createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.AciPropertyDefinition
Create a ACI property definition builder.
createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.AggregationPropertyDefinition
Creates an aggregation property definition builder.
createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.AttributeTypePropertyDefinition
Create a attribute type property definition builder.
createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.BooleanPropertyDefinition
Create a boolean property definition builder.
createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.ClassPropertyDefinition
Create a class property definition builder.
createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.DnPropertyDefinition
Create a DN property definition builder.
createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.DurationPropertyDefinition
Create a duration property definition builder.
createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.EnumPropertyDefinition
Create an enumeration property definition builder.
createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.HostPortPropertyDefinition
Create a Host:Port definition builder.
createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.HostPropertyDefinition
Create a IP address property definition builder.
createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.IntegerPropertyDefinition
Create an integer property definition builder.
createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.IpAddressMaskPropertyDefinition
Create a IP address mask property definition builder.
createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.SizePropertyDefinition
Create an memory size property definition builder.
createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.StringPropertyDefinition
Create a string property definition builder.
createCachedThreadPool() - Method in class org.forgerock.util.thread.ExecutorServiceFactory
createCachedThreadPool(String) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Generates a Cached Thread Pool ExecutorService using the provided name as a prefix of the thread names.
createCachedThreadPool(ThreadFactory) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Generates a Cached Thread Pool ExecutorService which has been pre-registered with the ShutdownManager.
createCancellableScheduledService(int, String) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Generates a ScheduledExecutorService which has been pre-registered with the ShutdownManager and has the remove on cancel policy enabled.
createCertificateMapper(ManagedObjectDefinition<C, ? extends CertificateMapperCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Certificate Mapper.
createChild(InstantiableRelationDefinition<C, S>, ManagedObjectDefinition<C1, ? extends S>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Creates a new child managed object bound to the specified instantiable relation.
createChild(InstantiableRelationDefinition<C, S>, ManagedObjectDefinition<C1, ? extends S>, String, Collection<PropertyException>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
createChild(OptionalRelationDefinition<C, S>, ManagedObjectDefinition<C1, ? extends S>, Collection<PropertyException>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Creates a new child managed object bound to the specified optional relation.
createChild(OptionalRelationDefinition<C, S>, ManagedObjectDefinition<C1, ? extends S>, Collection<PropertyException>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
createChild(SetRelationDefinition<C, S>, ManagedObjectDefinition<C1, ? extends S>, Collection<PropertyException>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Creates a new child managed object bound to the specified set relation.
createChild(SetRelationDefinition<C, S>, ManagedObjectDefinition<C1, ? extends S>, Collection<PropertyException>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
createClientConfiguration(ManagedObject<? extends C>) - Method in class org.forgerock.opendj.config.ManagedObjectDefinition
Creates a client configuration view of the provided managed object.
createClientConfiguration(ManagedObject<? extends AccessControlHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AccessControlHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends AccessLogFilteringCriteriaCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
 
createClientConfiguration(ManagedObject<? extends AccessLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn
 
createClientConfiguration(ManagedObject<? extends AccountStatusNotificationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AccountStatusNotificationHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends AdminDataTrustManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AdminDataTrustManagerProviderCfgDefn
 
createClientConfiguration(ManagedObject<? extends AdminEndpointCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AdminEndpointCfgDefn
 
createClientConfiguration(ManagedObject<? extends AdministrationConnectorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
 
createClientConfiguration(ManagedObject<? extends AesPasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AesPasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends AlertHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AlertHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends AliveEndpointCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AliveEndpointCfgDefn
 
createClientConfiguration(ManagedObject<? extends AnonymousSaslMechanismHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AnonymousSaslMechanismHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends Argon2PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends AttributeCleanupPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AttributeCleanupPluginCfgDefn
 
createClientConfiguration(ManagedObject<? extends AttributeValuePasswordValidatorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AttributeValuePasswordValidatorCfgDefn
 
createClientConfiguration(ManagedObject<? extends BackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.BackendCfgDefn
 
createClientConfiguration(ManagedObject<? extends BackendIndexCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
 
createClientConfiguration(ManagedObject<? extends BackendVlvIndexCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.BackendVlvIndexCfgDefn
 
createClientConfiguration(ManagedObject<? extends Base64PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.Base64PasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends BcryptPasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends BlindTrustManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.BlindTrustManagerProviderCfgDefn
 
createClientConfiguration(ManagedObject<? extends BlowfishPasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.BlowfishPasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends CancelExtendedOperationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CancelExtendedOperationHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends CertificateMapperCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CertificateMapperCfgDefn
 
createClientConfiguration(ManagedObject<? extends ChangeNumberControlPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ChangeNumberControlPluginCfgDefn
 
createClientConfiguration(ManagedObject<? extends CharacterSetPasswordValidatorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CharacterSetPasswordValidatorCfgDefn
 
createClientConfiguration(ManagedObject<? extends ClearPasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ClearPasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends CollectiveAttributeSubentriesVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
 
createClientConfiguration(ManagedObject<? extends ConnectionHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ConnectionHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends ConsoleErrorLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ConsoleErrorLogPublisherCfgDefn
 
createClientConfiguration(ManagedObject<? extends CoreSchemaCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
 
createClientConfiguration(ManagedObject<? extends CramMd5SaslMechanismHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CramMd5SaslMechanismHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends CrestMetricsEndpointCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CrestMetricsEndpointCfgDefn
 
createClientConfiguration(ManagedObject<? extends CryptoManagerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
 
createClientConfiguration(ManagedObject<? extends CryptPasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends CsvFileAccessLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
 
createClientConfiguration(ManagedObject<? extends CsvFileHttpAccessLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
 
createClientConfiguration(ManagedObject<? extends DictionaryPasswordValidatorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
 
createClientConfiguration(ManagedObject<? extends DigestMd5SaslMechanismHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.DigestMd5SaslMechanismHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends DseeCompatAccessControlHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.DseeCompatAccessControlHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends EntityTagPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.EntityTagPluginCfgDefn
 
createClientConfiguration(ManagedObject<? extends EntityTagVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
 
createClientConfiguration(ManagedObject<? extends EntryCacheCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.EntryCacheCfgDefn
 
createClientConfiguration(ManagedObject<? extends EntryDnVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.EntryDnVirtualAttributeCfgDefn
 
createClientConfiguration(ManagedObject<? extends EntryUuidPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.EntryUuidPluginCfgDefn
 
createClientConfiguration(ManagedObject<? extends EntryUuidVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.EntryUuidVirtualAttributeCfgDefn
 
createClientConfiguration(ManagedObject<? extends ErrorLogAccountStatusNotificationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends ErrorLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn
 
createClientConfiguration(ManagedObject<? extends ExactMatchIdentityMapperCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ExactMatchIdentityMapperCfgDefn
 
createClientConfiguration(ManagedObject<? extends ExtendedOperationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ExtendedOperationHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends ExternalAccessLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
 
createClientConfiguration(ManagedObject<? extends ExternalHttpAccessLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ExternalHttpAccessLogPublisherCfgDefn
 
createClientConfiguration(ManagedObject<? extends ExternalSaslMechanismHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ExternalSaslMechanismHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends FifoEntryCacheCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FifoEntryCacheCfgDefn
 
createClientConfiguration(ManagedObject<? extends FileBasedAccessLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
 
createClientConfiguration(ManagedObject<? extends FileBasedAuditLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
 
createClientConfiguration(ManagedObject<? extends FileBasedErrorLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
 
createClientConfiguration(ManagedObject<? extends FileBasedHttpAccessLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedHttpAccessLogPublisherCfgDefn
 
createClientConfiguration(ManagedObject<? extends FileBasedKeyManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
 
createClientConfiguration(ManagedObject<? extends FileBasedTrustManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
 
createClientConfiguration(ManagedObject<? extends FileCountLogRetentionPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FileCountLogRetentionPolicyCfgDefn
 
createClientConfiguration(ManagedObject<? extends FingerprintCertificateMapperCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn
 
createClientConfiguration(ManagedObject<? extends FixedTimeLogRotationPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FixedTimeLogRotationPolicyCfgDefn
 
createClientConfiguration(ManagedObject<? extends FractionalLdifImportPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FractionalLdifImportPluginCfgDefn
 
createClientConfiguration(ManagedObject<? extends FreeDiskSpaceLogRetentionPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FreeDiskSpaceLogRetentionPolicyCfgDefn
 
createClientConfiguration(ManagedObject<? extends GetConnectionIdExtendedOperationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.GetConnectionIdExtendedOperationHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends GetSymmetricKeyExtendedOperationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.GetSymmetricKeyExtendedOperationHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends GlobalAccessControlPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn
 
createClientConfiguration(ManagedObject<? extends GlobalCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
 
createClientConfiguration(ManagedObject<? extends GoverningStructureRuleVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
 
createClientConfiguration(ManagedObject<? extends GraphiteMonitorReporterPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.GraphiteMonitorReporterPluginCfgDefn
 
createClientConfiguration(ManagedObject<? extends GssapiSaslMechanismHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends HasSubordinatesVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
 
createClientConfiguration(ManagedObject<? extends HdapAuthorizationMechanismCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HdapAuthorizationMechanismCfgDefn
 
createClientConfiguration(ManagedObject<? extends HdapEndpointCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HdapEndpointCfgDefn
 
createClientConfiguration(ManagedObject<? extends HealthyEndpointCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HealthyEndpointCfgDefn
 
createClientConfiguration(ManagedObject<? extends HttpAccessLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HttpAccessLogPublisherCfgDefn
 
createClientConfiguration(ManagedObject<? extends HttpAnonymousAuthorizationMechanismCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HttpAnonymousAuthorizationMechanismCfgDefn
 
createClientConfiguration(ManagedObject<? extends HttpBasicAuthorizationMechanismCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HttpBasicAuthorizationMechanismCfgDefn
 
createClientConfiguration(ManagedObject<? extends HttpConnectionHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends HttpEndpointCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HttpEndpointCfgDefn
 
createClientConfiguration(ManagedObject<? extends HttpOauth2CtsAuthorizationMechanismCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2CtsAuthorizationMechanismCfgDefn
 
createClientConfiguration(ManagedObject<? extends HttpOauth2FileAuthorizationMechanismCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2FileAuthorizationMechanismCfgDefn
 
createClientConfiguration(ManagedObject<? extends HttpOauth2OpenamAuthorizationMechanismCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2OpenamAuthorizationMechanismCfgDefn
 
createClientConfiguration(ManagedObject<? extends HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
 
createClientConfiguration(ManagedObject<? extends IdentityMapperCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.IdentityMapperCfgDefn
 
createClientConfiguration(ManagedObject<? extends IsMemberOfVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
 
createClientConfiguration(ManagedObject<? extends JeBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
 
createClientConfiguration(ManagedObject<? extends JmxAlertHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.JmxAlertHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends JmxConnectionHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.JmxConnectionHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends JsonEqualityMatchingRuleCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.JsonEqualityMatchingRuleCfgDefn
 
createClientConfiguration(ManagedObject<? extends JsonFileAccessLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
 
createClientConfiguration(ManagedObject<? extends JsonFileHttpAccessLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.JsonFileHttpAccessLogPublisherCfgDefn
 
createClientConfiguration(ManagedObject<? extends JsonOrderingMatchingRuleCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.JsonOrderingMatchingRuleCfgDefn
 
createClientConfiguration(ManagedObject<? extends JsonQueryEqualityMatchingRuleCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.JsonQueryEqualityMatchingRuleCfgDefn
 
createClientConfiguration(ManagedObject<? extends KeyManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.KeyManagerProviderCfgDefn
 
createClientConfiguration(ManagedObject<? extends LastModPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LastModPluginCfgDefn
 
createClientConfiguration(ManagedObject<? extends LdapAttributeDescriptionListPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LdapAttributeDescriptionListPluginCfgDefn
 
createClientConfiguration(ManagedObject<? extends LdapConnectionHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends LdapKeyManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LdapKeyManagerProviderCfgDefn
 
createClientConfiguration(ManagedObject<? extends LdapPassThroughAuthenticationPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
 
createClientConfiguration(ManagedObject<? extends LdapTrustManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LdapTrustManagerProviderCfgDefn
 
createClientConfiguration(ManagedObject<? extends LdifBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LdifBackendCfgDefn
 
createClientConfiguration(ManagedObject<? extends LdifConnectionHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LdifConnectionHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends LengthBasedPasswordValidatorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LengthBasedPasswordValidatorCfgDefn
 
createClientConfiguration(ManagedObject<? extends LogRetentionPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LogRetentionPolicyCfgDefn
 
createClientConfiguration(ManagedObject<? extends LogRotationPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LogRotationPolicyCfgDefn
 
createClientConfiguration(ManagedObject<? extends MailServerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.MailServerCfgDefn
 
createClientConfiguration(ManagedObject<? extends Md5PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.Md5PasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends MemberVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
 
createClientConfiguration(ManagedObject<? extends MemoryBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.MemoryBackendCfgDefn
 
createClientConfiguration(ManagedObject<? extends MonitorBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.MonitorBackendCfgDefn
 
createClientConfiguration(ManagedObject<? extends NameAndJsonQueryEqualityMatchingRuleCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.NameAndJsonQueryEqualityMatchingRuleCfgDefn
 
createClientConfiguration(ManagedObject<? extends NullBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.NullBackendCfgDefn
 
createClientConfiguration(ManagedObject<? extends NumSubordinatesVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
 
createClientConfiguration(ManagedObject<? extends PasswordExpirationTimeVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
 
createClientConfiguration(ManagedObject<? extends PasswordGeneratorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PasswordGeneratorCfgDefn
 
createClientConfiguration(ManagedObject<? extends PasswordModifyExtendedOperationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PasswordModifyExtendedOperationHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends PasswordPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
 
createClientConfiguration(ManagedObject<? extends PasswordPolicyImportPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyImportPluginCfgDefn
 
createClientConfiguration(ManagedObject<? extends PasswordPolicyStateExtendedOperationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyStateExtendedOperationHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends PasswordPolicySubentryVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
 
createClientConfiguration(ManagedObject<? extends PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends PasswordValidatorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PasswordValidatorCfgDefn
 
createClientConfiguration(ManagedObject<? extends Pbkdf2HmacSha256PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2HmacSha256PasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends Pbkdf2HmacSha512PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2HmacSha512PasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends Pbkdf2PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2PasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends PemKeyManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PemKeyManagerProviderCfgDefn
 
createClientConfiguration(ManagedObject<? extends PemTrustManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PemTrustManagerProviderCfgDefn
 
createClientConfiguration(ManagedObject<? extends Pkcs11KeyManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.Pkcs11KeyManagerProviderCfgDefn
 
createClientConfiguration(ManagedObject<? extends Pkcs11TrustManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.Pkcs11TrustManagerProviderCfgDefn
 
createClientConfiguration(ManagedObject<? extends Pkcs5s2PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.Pkcs5s2PasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends PlainSaslMechanismHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PlainSaslMechanismHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends PluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PluginCfgDefn
 
createClientConfiguration(ManagedObject<? extends PluginRootCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
 
createClientConfiguration(ManagedObject<? extends PolicyBasedAccessControlHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PolicyBasedAccessControlHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends PrometheusEndpointCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PrometheusEndpointCfgDefn
 
createClientConfiguration(ManagedObject<? extends ProxyBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
 
createClientConfiguration(ManagedObject<? extends RandomPasswordGeneratorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.RandomPasswordGeneratorCfgDefn
 
createClientConfiguration(ManagedObject<? extends Rc4PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.Rc4PasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends ReferentialIntegrityPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
 
createClientConfiguration(ManagedObject<? extends RegularExpressionIdentityMapperCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.RegularExpressionIdentityMapperCfgDefn
 
createClientConfiguration(ManagedObject<? extends RepeatedCharactersPasswordValidatorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.RepeatedCharactersPasswordValidatorCfgDefn
 
createClientConfiguration(ManagedObject<? extends ReplicationDomainCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
 
createClientConfiguration(ManagedObject<? extends ReplicationServerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
 
createClientConfiguration(ManagedObject<? extends ReplicationServiceDiscoveryMechanismCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
 
createClientConfiguration(ManagedObject<? extends ReplicationSynchronizationProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
 
createClientConfiguration(ManagedObject<? extends Rest2ldapEndpointCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.Rest2ldapEndpointCfgDefn
 
createClientConfiguration(ManagedObject<? extends RootCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
 
createClientConfiguration(ManagedObject<? extends RootDseBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.RootDseBackendCfgDefn
 
createClientConfiguration(ManagedObject<? extends SaltedMd5PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SaltedMd5PasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends SaltedSha1PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SaltedSha1PasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends SaltedSha256PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SaltedSha256PasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends SaltedSha384PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SaltedSha384PasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends SaltedSha512PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SaltedSha512PasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends SambaPasswordPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn
 
createClientConfiguration(ManagedObject<? extends SaslMechanismHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SaslMechanismHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends SchemaBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
 
createClientConfiguration(ManagedObject<? extends SchemaProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SchemaProviderCfgDefn
 
createClientConfiguration(ManagedObject<? extends ScramSha256PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ScramSha256PasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends ScramSha256SaslMechanismHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ScramSha256SaslMechanismHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends ScramSha512PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ScramSha512PasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends ScramSha512SaslMechanismHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ScramSha512SaslMechanismHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends ServiceDiscoveryMechanismCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ServiceDiscoveryMechanismCfgDefn
 
createClientConfiguration(ManagedObject<? extends SevenBitCleanPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SevenBitCleanPluginCfgDefn
 
createClientConfiguration(ManagedObject<? extends Sha1PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.Sha1PasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends SimilarityBasedPasswordValidatorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SimilarityBasedPasswordValidatorCfgDefn
 
createClientConfiguration(ManagedObject<? extends SizeLimitLogRetentionPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRetentionPolicyCfgDefn
 
createClientConfiguration(ManagedObject<? extends SizeLimitLogRotationPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRotationPolicyCfgDefn
 
createClientConfiguration(ManagedObject<? extends SmtpAccountStatusNotificationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SmtpAccountStatusNotificationHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends SmtpAlertHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SmtpAlertHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends SoftReferenceEntryCacheCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SoftReferenceEntryCacheCfgDefn
 
createClientConfiguration(ManagedObject<? extends StartTlsExtendedOperationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.StartTlsExtendedOperationHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends StaticServiceDiscoveryMechanismCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
 
createClientConfiguration(ManagedObject<? extends StructuralObjectClassVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
 
createClientConfiguration(ManagedObject<? extends SubjectAttributeToUserAttributeCertificateMapperCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SubjectAttributeToUserAttributeCertificateMapperCfgDefn
 
createClientConfiguration(ManagedObject<? extends SubjectDnToUserAttributeCertificateMapperCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SubjectDnToUserAttributeCertificateMapperCfgDefn
 
createClientConfiguration(ManagedObject<? extends SubjectEqualsDnCertificateMapperCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SubjectEqualsDnCertificateMapperCfgDefn
 
createClientConfiguration(ManagedObject<? extends SubschemaSubentryVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
 
createClientConfiguration(ManagedObject<? extends SynchronizationProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SynchronizationProviderCfgDefn
 
createClientConfiguration(ManagedObject<? extends TaskBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
 
createClientConfiguration(ManagedObject<? extends TimeLimitLogRotationPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.TimeLimitLogRotationPolicyCfgDefn
 
createClientConfiguration(ManagedObject<? extends TraditionalWorkQueueCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.TraditionalWorkQueueCfgDefn
 
createClientConfiguration(ManagedObject<? extends TripleDesPasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.TripleDesPasswordStorageSchemeCfgDefn
 
createClientConfiguration(ManagedObject<? extends TrustManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.TrustManagerProviderCfgDefn
 
createClientConfiguration(ManagedObject<? extends UniqueAttributePluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.UniqueAttributePluginCfgDefn
 
createClientConfiguration(ManagedObject<? extends UniqueCharactersPasswordValidatorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.UniqueCharactersPasswordValidatorCfgDefn
 
createClientConfiguration(ManagedObject<? extends UserDefinedVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
 
createClientConfiguration(ManagedObject<? extends UserTemplateVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.UserTemplateVirtualAttributeCfgDefn
 
createClientConfiguration(ManagedObject<? extends VirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
 
createClientConfiguration(ManagedObject<? extends WhoAmIExtendedOperationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.WhoAmIExtendedOperationHandlerCfgDefn
 
createClientConfiguration(ManagedObject<? extends WorkQueueCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.WorkQueueCfgDefn
 
createConnectionHandler(ManagedObjectDefinition<C, ? extends ConnectionHandlerCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Connection Handler.
createContext(Context) - Method in class org.forgerock.json.resource.http.SecurityContextFactory
Deprecated.
Creates a new SecurityContext using the attributes contained in the provided HTTP request.
createContext(Context, Request) - Method in interface org.forgerock.json.resource.http.HttpContextFactory
Returns the context which should be used for the provided HTTP request.
createContext(Context, Request) - Method in class org.forgerock.json.resource.http.SecurityContextFactory
Deprecated.
Creates a new SecurityContext using the attributes contained in the provided HTTP request.
createEntry(Dn, List<StringBuilder>, boolean) - Method in class org.opends.server.util.LDIFReader
Parses the provided LDIF lines as an LDAP entry.
createEntry(Dn, Schema) - Static method in class org.opends.server.util.StaticUtils
Creates a new, blank entry with the given DN.
createEntryCache(ManagedObjectDefinition<C, ? extends EntryCacheCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Entry Cache.
createExactMatchQuery(AttributeDescription, String, ByteString) - Method in interface org.forgerock.opendj.ldap.schema.IndexQueryFactory
Returns a query requesting an index record matching the provided key.
createExtendedOperationHandler(ManagedObjectDefinition<C, ? extends ExtendedOperationHandlerCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Extended Operation Handler.
createFirstOfQuery(List<T>) - Method in interface org.forgerock.opendj.ldap.schema.IndexQueryFactory
Returns a query which evaluates each of the provided sub-queries one after another until one succeeds.
createFixedThreadPool(int) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Deprecated.
ExecutorServiceFactory.createFixedThreadPool(int, String) should be used so that threads have meaningful names.
createFixedThreadPool(int, String) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Create a fixed size Thread Pool ExecutorService using the provided name as the prefix of the thread names.
createFixedThreadPool(int, ThreadFactory) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Creates a fixed size Thread Pool ExecutorService which has been pre-registered with the ShutdownManager.
createForProfile(String) - Static method in class org.forgerock.opendj.config.ManagedObjectDefinitionResource
Creates a new resource instance for the named profile.
createGlobalAccessControlPolicy(ManagedObjectDefinition<C, ? extends GlobalAccessControlPolicyCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.PolicyBasedAccessControlHandlerCfgClient
Creates a new Global Access Control Policy.
createGlobalTopologyMonitorMsg(ServerId<?>) - Method in class org.opends.server.replication.server.ReplicationServerDomain
Creates a new monitor message including monitoring information for the whole topology.
createHttpAuthorizationMechanism(ManagedObjectDefinition<C, ? extends HttpAuthorizationMechanismCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Http Authorization Mechanism.
createHttpEndpoint(ManagedObjectDefinition<C, ? extends HttpEndpointCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Http Endpoint.
createIdentityMapper(ManagedObjectDefinition<C, ? extends IdentityMapperCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Identity Mapper.
createIndexers(IndexingOptions) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the indexers for this matching rule configured using the provided indexing options.
createIndexers(Schema, IndexingOptions) - Method in class org.forgerock.opendj.ldap.schema.AbstractOrderingMatchingRuleImpl
 
createIndexers(Schema, IndexingOptions) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Returns the indexers for this matching rule.
createIndexers(Schema, IndexingOptions) - Method in class org.opends.server.replication.plugin.HistoricalCsnOrderingMatchingRuleImpl
 
createIndexers(Schema, IndexingOptions) - Method in class org.opends.server.replication.plugin.HistoricalCsnRangeMatchingRuleImpl
 
createIndexQuery(AttributeDescription, IndexQueryFactory<T>) - Method in interface org.forgerock.opendj.ldap.Assertion
Returns an index query appropriate for the provided attribute value assertion.
createInstance(Context, CreateRequest) - Method in interface org.forgerock.json.resource.CollectionResourceProvider
Adds a new resource instance to the collection.
createInstance(Context, CreateRequest) - Method in class org.forgerock.json.resource.MemoryBackend
Adds a new resource instance to the collection.
createIntersectionQuery(List<T>) - Method in interface org.forgerock.opendj.ldap.schema.IndexQueryFactory
Returns a query which returns the intersection of a list of sub-queries.
createKeyManagerProvider(ManagedObjectDefinition<C, ? extends KeyManagerProviderCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Key Manager Provider.
createKeys(ByteString, Consumer<ByteString>) - Method in interface org.forgerock.opendj.ldap.schema.Indexer
Generates the set of index keys for an attribute.
createLdapException(Operation, Entry, Dn, Result, Result) - Static method in class org.opends.server.types.Operation
Returns a new LdapException built from the provided resultCodes and messages.
createLdifEntryWriter() - Method in class org.opends.server.types.LDIFExportConfig
Creates an LDIF entry writer from using the configuration held in this object.
createLicenseApprovedFile() - Method in class org.forgerock.opendj.setup.model.LicenseFile
Creates a file - in the legal folder from the specified directory; which indicates that the license has been approved.
createLogPublisher(ManagedObjectDefinition<C, ? extends LogPublisherCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Log Publisher.
createLogRetentionPolicy(ManagedObjectDefinition<C, ? extends LogRetentionPolicyCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Log Retention Policy.
createLogRotationPolicy(ManagedObjectDefinition<C, ? extends LogRotationPolicyCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Log Rotation Policy.
createMailServer(ManagedObjectDefinition<C, ? extends MailServerCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Mail Server.
createMatchAllQuery(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.schema.IndexQueryFactory
Returns a query requesting all index records.
createNamedReference(Purpose<S>, String) - Method in class org.forgerock.secrets.SecretsProvider
Creates a reference to a secret with the given name (stable id) for the given purpose.
createNewDomainIfEnabled(ServerContext, ReplicationDomainCfg) - Method in class org.opends.server.replication.plugin.MultimasterReplication
Creates a new domain from its configEntry, do the necessary initialization and starts it so that it is fully operational when this method returns.
CreateNotSupportedException - Exception in org.forgerock.json.resource
A specific exception for when Create is not supported, but Upsert might be being attempted so distinguish from other BadRequestExceptions.
CreateNotSupportedException() - Constructor for exception org.forgerock.json.resource.CreateNotSupportedException
Constructor with default message.
CreateNotSupportedException(String) - Constructor for exception org.forgerock.json.resource.CreateNotSupportedException
Constructor with custom message.
createOperator(String) - Static method in enum class org.opends.server.authorization.dseecompat.EnumTargetOperator
Creates an enumeration of the specified operator type name.
createOptionsForSslContext(Dn, Dn, String, SortedSet<String>, SortedSet<String>, SortedSet<String>, ServerContext, ConnectionSecurity) - Static method in class org.opends.server.util.SslUtils
Create SSL communications Options for an SSL context.
createPasswordGenerator(ManagedObjectDefinition<C, ? extends PasswordGeneratorCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Password Generator.
createPasswordPolicy(ManagedObjectDefinition<C, ? extends AuthenticationPolicyCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Password Policy.
createPasswordQualityCriteria() - Method in class org.opends.server.api.PasswordValidator
Returns a password quality criteria corresponding to the type and parameters of this validator for use in a PasswordQualityAdviceResponseControl.
createPasswordQualityCriteria() - Method in class org.opends.server.extensions.AttributeValuePasswordValidator
 
createPasswordQualityCriteria() - Method in class org.opends.server.extensions.CharacterSetPasswordValidator
 
createPasswordQualityCriteria() - Method in class org.opends.server.extensions.DictionaryPasswordValidator
 
createPasswordQualityCriteria() - Method in class org.opends.server.extensions.LengthBasedPasswordValidator
 
createPasswordQualityCriteria() - Method in class org.opends.server.extensions.RepeatedCharactersPasswordValidator
 
createPasswordQualityCriteria() - Method in class org.opends.server.extensions.SimilarityBasedPasswordValidator
 
createPasswordQualityCriteria() - Method in class org.opends.server.extensions.UniqueCharactersPasswordValidator
 
createPasswordStorageScheme(ManagedObjectDefinition<C, ? extends PasswordStorageSchemeCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Password Storage Scheme.
createPasswordValidator(ManagedObjectDefinition<C, ? extends PasswordValidatorCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Password Validator.
createPlugin(ManagedObjectDefinition<C, ? extends PluginCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Creates a new Plugin.
createProfileVersionFile(Collection<Profile>, Path) - Static method in class org.forgerock.opendj.setup.model.Profile
Creates a config/profile.version file in the provided instance path referencing provided profiles.
createProperties(PasswordPolicyState, boolean, int, List<ByteString>, List<ByteString>) - Static method in record class org.opends.server.types.AccountStatusNotification
Creates a set of account status notification properties from the provided information.
createRangeMatchQuery(AttributeDescription, String, ByteString, ByteString, boolean, boolean) - Method in interface org.forgerock.opendj.ldap.schema.IndexQueryFactory
Returns a query requesting all index records in the specified range.
CreateRcScript - Class in org.opends.server.tools
This program provides a tool that may be used to generate either an RC script that can be used to start, stop, restart and get status of the Directory Server, OR to a systemd(1) service file for Linux.
createReplicationDomain(ManagedObjectDefinition<C, ? extends ReplicationDomainCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Creates a new Replication Domain.
createReplicationServer(ManagedObjectDefinition<C, ? extends ReplicationServerCfg>, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Creates a new Replication Server.
createRequest() - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
Create a request from this message.
createRequest(Dn) - Method in class org.opends.server.replication.protocol.AddMsg
 
createRequest(Dn) - Method in class org.opends.server.replication.protocol.DeleteMsg
 
createRequest(Dn) - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
Create a request from this message using the provided DN.
createRequest(Dn) - Method in class org.opends.server.replication.protocol.ModifyDNMsg
 
createRequest(Dn) - Method in class org.opends.server.replication.protocol.ModifyMsg
 
CreateRequest - Interface in org.forgerock.json.resource
A request to create a new JSON resource.
createSaslMechanismHandler(ManagedObjectDefinition<C, ? extends SaslMechanismHandlerCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Sasl Mechanism Handler.
createScheduledService(int) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Deprecated.
ExecutorServiceFactory.createScheduledService(int, String) should be used so that threads have meaningful names.
createScheduledService(int, String) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Generates a ScheduledExecutorService which has been pre-registered with the ShutdownManager.
createSchemaProvider(ManagedObjectDefinition<C, ? extends SchemaProviderCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Schema Provider.
createServerConfiguration(ServerManagedObject<? extends AccessControlHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.AccessControlHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends AccessLogFilteringCriteriaCfg>) - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends AccessLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends AccountStatusNotificationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.AccountStatusNotificationHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends AdminDataTrustManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.AdminDataTrustManagerProviderCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends AdminEndpointCfg>) - Method in class org.forgerock.opendj.server.config.meta.AdminEndpointCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends AdministrationConnectorCfg>) - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends AesPasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.AesPasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends AlertHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.AlertHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends AliveEndpointCfg>) - Method in class org.forgerock.opendj.server.config.meta.AliveEndpointCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends AnonymousSaslMechanismHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.AnonymousSaslMechanismHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends Argon2PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends AttributeCleanupPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.AttributeCleanupPluginCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends AttributeValuePasswordValidatorCfg>) - Method in class org.forgerock.opendj.server.config.meta.AttributeValuePasswordValidatorCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends BackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.BackendCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends BackendIndexCfg>) - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends BackendVlvIndexCfg>) - Method in class org.forgerock.opendj.server.config.meta.BackendVlvIndexCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends Base64PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.Base64PasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends BcryptPasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends BlindTrustManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.BlindTrustManagerProviderCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends BlowfishPasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.BlowfishPasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends CancelExtendedOperationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.CancelExtendedOperationHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends CertificateMapperCfg>) - Method in class org.forgerock.opendj.server.config.meta.CertificateMapperCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ChangeNumberControlPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.ChangeNumberControlPluginCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends CharacterSetPasswordValidatorCfg>) - Method in class org.forgerock.opendj.server.config.meta.CharacterSetPasswordValidatorCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ClearPasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.ClearPasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends CollectiveAttributeSubentriesVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ConnectionHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.ConnectionHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ConsoleErrorLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.ConsoleErrorLogPublisherCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends CoreSchemaCfg>) - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends CramMd5SaslMechanismHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.CramMd5SaslMechanismHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends CrestMetricsEndpointCfg>) - Method in class org.forgerock.opendj.server.config.meta.CrestMetricsEndpointCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends CryptoManagerCfg>) - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends CryptPasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends CsvFileAccessLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends CsvFileHttpAccessLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends DictionaryPasswordValidatorCfg>) - Method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends DigestMd5SaslMechanismHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.DigestMd5SaslMechanismHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends DseeCompatAccessControlHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.DseeCompatAccessControlHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends EntityTagPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.EntityTagPluginCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends EntityTagVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends EntryCacheCfg>) - Method in class org.forgerock.opendj.server.config.meta.EntryCacheCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends EntryDnVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.EntryDnVirtualAttributeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends EntryUuidPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.EntryUuidPluginCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends EntryUuidVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.EntryUuidVirtualAttributeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ErrorLogAccountStatusNotificationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ErrorLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ExactMatchIdentityMapperCfg>) - Method in class org.forgerock.opendj.server.config.meta.ExactMatchIdentityMapperCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ExtendedOperationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.ExtendedOperationHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ExternalAccessLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ExternalHttpAccessLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.ExternalHttpAccessLogPublisherCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ExternalSaslMechanismHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.ExternalSaslMechanismHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends FifoEntryCacheCfg>) - Method in class org.forgerock.opendj.server.config.meta.FifoEntryCacheCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends FileBasedAccessLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends FileBasedAuditLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends FileBasedErrorLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends FileBasedHttpAccessLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedHttpAccessLogPublisherCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends FileBasedKeyManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends FileBasedTrustManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends FileCountLogRetentionPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.FileCountLogRetentionPolicyCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends FingerprintCertificateMapperCfg>) - Method in class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends FixedTimeLogRotationPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.FixedTimeLogRotationPolicyCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends FractionalLdifImportPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.FractionalLdifImportPluginCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends FreeDiskSpaceLogRetentionPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.FreeDiskSpaceLogRetentionPolicyCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends GetConnectionIdExtendedOperationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.GetConnectionIdExtendedOperationHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends GetSymmetricKeyExtendedOperationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.GetSymmetricKeyExtendedOperationHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends GlobalAccessControlPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends GlobalCfg>) - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends GoverningStructureRuleVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends GraphiteMonitorReporterPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.GraphiteMonitorReporterPluginCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends GssapiSaslMechanismHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends HasSubordinatesVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends HdapAuthorizationMechanismCfg>) - Method in class org.forgerock.opendj.server.config.meta.HdapAuthorizationMechanismCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends HdapEndpointCfg>) - Method in class org.forgerock.opendj.server.config.meta.HdapEndpointCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends HealthyEndpointCfg>) - Method in class org.forgerock.opendj.server.config.meta.HealthyEndpointCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends HttpAccessLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.HttpAccessLogPublisherCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends HttpAnonymousAuthorizationMechanismCfg>) - Method in class org.forgerock.opendj.server.config.meta.HttpAnonymousAuthorizationMechanismCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends HttpBasicAuthorizationMechanismCfg>) - Method in class org.forgerock.opendj.server.config.meta.HttpBasicAuthorizationMechanismCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends HttpConnectionHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends HttpEndpointCfg>) - Method in class org.forgerock.opendj.server.config.meta.HttpEndpointCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends HttpOauth2CtsAuthorizationMechanismCfg>) - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2CtsAuthorizationMechanismCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends HttpOauth2FileAuthorizationMechanismCfg>) - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2FileAuthorizationMechanismCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends HttpOauth2OpenamAuthorizationMechanismCfg>) - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2OpenamAuthorizationMechanismCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends HttpOauth2TokenIntrospectionAuthorizationMechanismCfg>) - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends IdentityMapperCfg>) - Method in class org.forgerock.opendj.server.config.meta.IdentityMapperCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends IsMemberOfVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends JeBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends JmxAlertHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.JmxAlertHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends JmxConnectionHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.JmxConnectionHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends JsonEqualityMatchingRuleCfg>) - Method in class org.forgerock.opendj.server.config.meta.JsonEqualityMatchingRuleCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends JsonFileAccessLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends JsonFileHttpAccessLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.JsonFileHttpAccessLogPublisherCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends JsonOrderingMatchingRuleCfg>) - Method in class org.forgerock.opendj.server.config.meta.JsonOrderingMatchingRuleCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends JsonQueryEqualityMatchingRuleCfg>) - Method in class org.forgerock.opendj.server.config.meta.JsonQueryEqualityMatchingRuleCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends KeyManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.KeyManagerProviderCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends LastModPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.LastModPluginCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends LdapAttributeDescriptionListPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.LdapAttributeDescriptionListPluginCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends LdapConnectionHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends LdapKeyManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.LdapKeyManagerProviderCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends LdapPassThroughAuthenticationPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends LdapTrustManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.LdapTrustManagerProviderCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends LdifBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.LdifBackendCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends LdifConnectionHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.LdifConnectionHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends LengthBasedPasswordValidatorCfg>) - Method in class org.forgerock.opendj.server.config.meta.LengthBasedPasswordValidatorCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends LogRetentionPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.LogRetentionPolicyCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends LogRotationPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.LogRotationPolicyCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends MailServerCfg>) - Method in class org.forgerock.opendj.server.config.meta.MailServerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends Md5PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.Md5PasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends MemberVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends MemoryBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.MemoryBackendCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends MonitorBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.MonitorBackendCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends NameAndJsonQueryEqualityMatchingRuleCfg>) - Method in class org.forgerock.opendj.server.config.meta.NameAndJsonQueryEqualityMatchingRuleCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends NullBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.NullBackendCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends NumSubordinatesVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends PasswordExpirationTimeVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends PasswordGeneratorCfg>) - Method in class org.forgerock.opendj.server.config.meta.PasswordGeneratorCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends PasswordModifyExtendedOperationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.PasswordModifyExtendedOperationHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends PasswordPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends PasswordPolicyImportPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyImportPluginCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends PasswordPolicyStateExtendedOperationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyStateExtendedOperationHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends PasswordPolicySubentryVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.PasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends PasswordValidatorCfg>) - Method in class org.forgerock.opendj.server.config.meta.PasswordValidatorCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends Pbkdf2HmacSha256PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2HmacSha256PasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends Pbkdf2HmacSha512PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2HmacSha512PasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends Pbkdf2PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2PasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends PemKeyManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.PemKeyManagerProviderCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends PemTrustManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.PemTrustManagerProviderCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends Pkcs11KeyManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.Pkcs11KeyManagerProviderCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends Pkcs11TrustManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.Pkcs11TrustManagerProviderCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends Pkcs5s2PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.Pkcs5s2PasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends PlainSaslMechanismHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.PlainSaslMechanismHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends PluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.PluginCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends PluginRootCfg>) - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends PolicyBasedAccessControlHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.PolicyBasedAccessControlHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends PrometheusEndpointCfg>) - Method in class org.forgerock.opendj.server.config.meta.PrometheusEndpointCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ProxyBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends RandomPasswordGeneratorCfg>) - Method in class org.forgerock.opendj.server.config.meta.RandomPasswordGeneratorCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends Rc4PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.Rc4PasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ReferentialIntegrityPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends RegularExpressionIdentityMapperCfg>) - Method in class org.forgerock.opendj.server.config.meta.RegularExpressionIdentityMapperCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends RepeatedCharactersPasswordValidatorCfg>) - Method in class org.forgerock.opendj.server.config.meta.RepeatedCharactersPasswordValidatorCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ReplicationDomainCfg>) - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ReplicationServerCfg>) - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ReplicationServiceDiscoveryMechanismCfg>) - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ReplicationSynchronizationProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends Rest2ldapEndpointCfg>) - Method in class org.forgerock.opendj.server.config.meta.Rest2ldapEndpointCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends RootCfg>) - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends RootDseBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.RootDseBackendCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SaltedMd5PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.SaltedMd5PasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SaltedSha1PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.SaltedSha1PasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SaltedSha256PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.SaltedSha256PasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SaltedSha384PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.SaltedSha384PasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SaltedSha512PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.SaltedSha512PasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SambaPasswordPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SaslMechanismHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.SaslMechanismHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SchemaBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SchemaProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.SchemaProviderCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ScramSha256PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.ScramSha256PasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ScramSha256SaslMechanismHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.ScramSha256SaslMechanismHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ScramSha512PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.ScramSha512PasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ScramSha512SaslMechanismHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.ScramSha512SaslMechanismHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends ServiceDiscoveryMechanismCfg>) - Method in class org.forgerock.opendj.server.config.meta.ServiceDiscoveryMechanismCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SevenBitCleanPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.SevenBitCleanPluginCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends Sha1PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.Sha1PasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SimilarityBasedPasswordValidatorCfg>) - Method in class org.forgerock.opendj.server.config.meta.SimilarityBasedPasswordValidatorCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SizeLimitLogRetentionPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRetentionPolicyCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SizeLimitLogRotationPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRotationPolicyCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SmtpAccountStatusNotificationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.SmtpAccountStatusNotificationHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SmtpAlertHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.SmtpAlertHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SoftReferenceEntryCacheCfg>) - Method in class org.forgerock.opendj.server.config.meta.SoftReferenceEntryCacheCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends StartTlsExtendedOperationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.StartTlsExtendedOperationHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends StaticServiceDiscoveryMechanismCfg>) - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends StructuralObjectClassVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SubjectAttributeToUserAttributeCertificateMapperCfg>) - Method in class org.forgerock.opendj.server.config.meta.SubjectAttributeToUserAttributeCertificateMapperCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SubjectDnToUserAttributeCertificateMapperCfg>) - Method in class org.forgerock.opendj.server.config.meta.SubjectDnToUserAttributeCertificateMapperCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SubjectEqualsDnCertificateMapperCfg>) - Method in class org.forgerock.opendj.server.config.meta.SubjectEqualsDnCertificateMapperCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SubschemaSubentryVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends SynchronizationProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.SynchronizationProviderCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends TaskBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends TimeLimitLogRotationPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.TimeLimitLogRotationPolicyCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends TraditionalWorkQueueCfg>) - Method in class org.forgerock.opendj.server.config.meta.TraditionalWorkQueueCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends TripleDesPasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.TripleDesPasswordStorageSchemeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends TrustManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.TrustManagerProviderCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends UniqueAttributePluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.UniqueAttributePluginCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends UniqueCharactersPasswordValidatorCfg>) - Method in class org.forgerock.opendj.server.config.meta.UniqueCharactersPasswordValidatorCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends UserDefinedVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends UserTemplateVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.UserTemplateVirtualAttributeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends VirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends WhoAmIExtendedOperationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.WhoAmIExtendedOperationHandlerCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends WorkQueueCfg>) - Method in class org.forgerock.opendj.server.config.meta.WorkQueueCfgDefn
 
createServerConfiguration(ServerManagedObject<? extends S>) - Method in class org.forgerock.opendj.config.ManagedObjectDefinition
Creates a server configuration view of the provided server managed object.
createServiceDiscoveryMechanism(ManagedObjectDefinition<C, ? extends ServiceDiscoveryMechanismCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Service Discovery Mechanism.
createSslContext(Collection<Dn>, Dn, String, SortedSet<String>, ServerContext) - Static method in class org.opends.server.util.SslUtils
Creates an SSL context.
createSslOptions(Collection<Dn>, Dn, String, SortedSet<String>, SortedSet<String>, SortedSet<String>, ServerContext) - Static method in class org.opends.server.util.SslUtils
Creates SslOptions for the provided parameters.
createSslSocketForClientSession(Socket, Host, int) - Method in class org.opends.server.replication.protocol.ReplSessionSecurity
Creates a SSL socket from the provided socket for a client session.
createSslSocketForServerSession(Socket, int) - Method in class org.opends.server.replication.protocol.ReplSessionSecurity
Creates a SSL socket from the provided socket for a server session.
createSubCategory(String) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns a localized logger as subcategory of existing logger.
createSummary(AciEvalContext, boolean) - Static method in class org.opends.server.authorization.dseecompat.AciEffectiveRights
Create the summary string used in the aclRightsInfo log string.
createSynchronizationProvider(ManagedObjectDefinition<C, ? extends SynchronizationProviderCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Synchronization Provider.
createTask(TaskScheduleInformation) - Static method in class org.opends.server.tools.tasks.TaskClient
Creates an Entry for the task described in the provided TaskScheduleInformation.
createThreadPool(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Deprecated.
createThreadPool(int, int, long, TimeUnit, BlockingQueue<Runnable>, String) - Method in class org.forgerock.util.thread.ExecutorServiceFactory
Generates a ThreadPoolExecutor with the provided values, and registers that executor as listening for shutdown messages.
createToolStartupTextErrorPublisher(TextWriter) - Static method in class org.opends.server.loggers.TextErrorLogPublisher
Returns a new text error log publisher which will print all but debug messages to the provided writer.
createTopologyMsgForDS(ServerId<?>) - Method in class org.opends.server.replication.server.ReplicationServerDomain
Creates a TopologyMsg filled with information to be sent to a DS.
createTopologyMsgForRS() - Method in class org.opends.server.replication.server.ReplicationServerDomain
Creates a topology message to send to a remote RS.
createTreeIfAbsent(TreeName) - Method in interface org.opends.server.backends.pluggable.spi.WriteableTransaction
Ensures that the tree identified by the provided name exists, creating it if it does not.
createTrustManagerProvider(ManagedObjectDefinition<C, ? extends TrustManagerProviderCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Trust Manager Provider.
createUnionQuery(List<T>) - Method in interface org.forgerock.opendj.ldap.schema.IndexQueryFactory
Returns a query which combines the results of a list of sub-queries.
createValidOrNamedReference(Purpose<S>, String) - Method in class org.forgerock.secrets.SecretsProvider
Creates the valid secrets reference from the given purpose.
createValidReference(Purpose<S>) - Method in class org.forgerock.secrets.SecretsProvider
Creates the valid secrets reference from the given purpose.
createVirtualAttribute(ManagedObjectDefinition<C, ? extends VirtualAttributeCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Creates a new Virtual Attribute.
CredentialExtractors - Class in org.forgerock.opendj.rest2ldap.authz
Factory method for function extracting credentials from HTTP request Headers.
credentialPair(SecretReference<T>, Function<T, PrincipalAndSecret<T>, NoSuchSecretException>) - Static method in class org.forgerock.secrets.credentials.CredentialPair
Factory method to create a new instance of CredentialPair from a reference to a secret containing both the principal and secret.
CredentialPair<T extends Secret> - Class in org.forgerock.secrets.credentials
Credential pair implementation.
CREST_PROTOCOL - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The protocol field CREST value.
CrestApplication - Interface in org.forgerock.json.resource
Declare a CREST Application.
CrestHttp - Class in org.forgerock.json.resource.http
A CREST HTTP utility class which creates instances of the HttpAdapter to handle CREST HTTP requests.
CrestMetricsEndpoint - Class in org.opends.server.protocols.http
Represents a read-only ForgeRock Common REST HTTP Endpoint which exposes server metrics.
CrestMetricsEndpoint(CrestMetricsEndpointCfg, ServerContext) - Constructor for class org.opends.server.protocols.http.CrestMetricsEndpoint
Create a new CrestMetricsEndpoint.
CrestMetricsEndpointCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Common REST Metrics HTTP Endpoint settings.
CrestMetricsEndpointCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Common REST Metrics HTTP Endpoint settings.
CrestMetricsEndpointCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Common REST Metrics HTTP Endpoint managed object definition meta information.
CRITICAL - Enum constant in enum class org.forgerock.audit.handlers.syslog.Severity
Critical conditions.
CRL_SIGN - Enum constant in enum class org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Verify signatures on certificate revocation lists.
CRON - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
Clock daemon.
CronExecutorService - Class in org.opends.server.util
Implements a ScheduledExecutorService on top of a cached thread pool to achieve UNIX's cron-like capabilities.
CronExecutorService(ServerContext) - Constructor for class org.opends.server.util.CronExecutorService
Build cron executor with the provided server context.
crypt(byte[]) - Static method in class org.opends.server.util.BSDMD5Crypt
Encode the supplied password in BSD MD5 crypt form, using a random salt.
crypt(byte[], byte[]) - Method in class org.opends.server.util.Crypt
Encode the supplied password in unix crypt form with the provided salt.
crypt(byte[], String) - Static method in class org.opends.server.util.BSDMD5Crypt
Encode the supplied password in BSD MD5 crypt form, using provided salt.
Crypt - Class in org.opends.server.util
UNIX Crypt cipher, ported from the Sun OpenSolaris project.
Crypt() - Constructor for class org.opends.server.util.Crypt
Constructor.
CRYPTO - Static variable in class org.forgerock.util.crypto.CryptoConstants
key for the crypto json object.
CRYPTO_ALGORITHM - Static variable in class org.forgerock.util.crypto.CryptoConstants
Key for the crypto algorithm used to crypt the data.
CRYPTO_CIPHER - Static variable in class org.forgerock.util.crypto.CryptoConstants
key for the cipher used to crypt the data.
CRYPTO_DATA - Static variable in class org.forgerock.util.crypto.CryptoConstants
key for the password data within crypto json.
CRYPTO_IV - Static variable in class org.forgerock.util.crypto.CryptoConstants
key for the Initialization Vector (a.k.a.
CRYPTO_KEY - Static variable in class org.forgerock.util.crypto.CryptoConstants
key for the name of the key-store alias used to crypt the data.
CRYPTO_TYPE - Static variable in class org.forgerock.util.crypto.CryptoConstants
key for crypt type used to generate the crypt value.
CRYPTO_VALUE - Static variable in class org.forgerock.util.crypto.CryptoConstants
key for the crypt value, holding the crypt meta-data.
CryptoConstants - Class in org.forgerock.util.crypto
Constants for Crypto Algorithms and Json Crypto Json pointer keys.
CryptoKey - Class in org.forgerock.secrets.keys
Base class for all secrets that are used as keys for cryptographic operations.
CryptoManager - Class in org.opends.server.crypto
This class implements part of the Directory Server cryptographic framework.
CryptoManager(ServerContext, CryptoManagerCfg) - Constructor for class org.opends.server.crypto.CryptoManager
Creates a new instance of this crypto manager object from a given configuration, plus some static member initialization.
CryptoManager.CipherService - Class in org.opends.server.crypto
Provides cryptographic related operations and key management.
CryptoManager.MacService - Class in org.opends.server.crypto
Generates a MAC to use for authenticating data and provides an encoding for storing and reuse.
CryptoManagerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Crypto Manager settings.
CryptoManagerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Crypto Manager settings.
CryptoManagerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Crypto Manager managed object definition meta information.
CryptoManagerCfgDefn.KeyWrappingMode - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "key-wrapping-mode" property.
CryptoManagerException - Exception in org.opends.server.types
This class defines an exception that is thrown in the case of problems with encryption key management, and is a wrapper for a variety of other cipher related exceptions.
CryptoManagerException(LocalizableMessage) - Constructor for exception org.opends.server.types.CryptoManagerException
Creates an exception with the given message.
CryptoManagerException(LocalizableMessage, Exception) - Constructor for exception org.opends.server.types.CryptoManagerException
Creates an exception with the given message and underlying cause.
CryptoManagerSync - Class in org.opends.server.crypto
This class defines an object that synchronizes secret-key entries from the admin data branch to the crypto manager secret-key cache.
CryptoManagerSync(ServerContext) - Constructor for class org.opends.server.crypto.CryptoManagerSync
Creates a new instance of this trust store synchronization thread.
CryptPasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme based on the UNIX Crypt algorithm.
CryptPasswordStorageScheme() - Constructor for class org.opends.server.extensions.CryptPasswordStorageScheme
 
CryptPasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Crypt Password Storage Scheme settings.
CryptPasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Crypt Password Storage Scheme settings.
CryptPasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Crypt Password Storage Scheme managed object definition meta information.
CryptPasswordStorageSchemeCfgDefn.CryptPasswordStorageEncryptionAlgorithm - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "crypt-password-storage-encryption-algorithm" property.
CSN - Class in org.opends.server.replication.common
Class used to represent Change Sequence Numbers.
CSN(long, int, int) - Constructor for class org.opends.server.replication.common.CSN
Create a new CSN.
CSN(long, int, ReplicaId) - Constructor for class org.opends.server.replication.common.CSN
Create a new CSN.
CSN.CsnVersion - Enum Class in org.opends.server.replication.common
The version of a CSN to ask for a particular representation.
CSNGenerator - Class in org.opends.server.replication.common
This class defines a structure that is used for storing the last CSNs generated on this server or received from other servers and generating new CSNs that are guaranteed to be larger than all the previously seen or generated CSNs.
CsnResponseControl(boolean, CSN) - Constructor for class org.opends.server.plugins.ChangeNumberControlPlugin.CsnResponseControl
Constructs a new change number control.
csnsV1(int) - Static method in class org.opends.server.replication.protocol.ByteArrayBuilder
Helper method that returns the number of bytes that would be used by the CSN fields when appended to a ByteArrayBuilder.
CsvAuditEventHandler - Class in org.forgerock.audit.handlers.csv
Handles AuditEvents by writing them to a CSV file.
CsvAuditEventHandler(CsvAuditEventHandlerConfiguration, EventTopicsMetaData, KeyStoreHandlerProvider) - Constructor for class org.forgerock.audit.handlers.csv.CsvAuditEventHandler
Create a new CsvAuditEventHandler instance.
CsvAuditEventHandler.ParseJsonValue - Class in org.forgerock.audit.handlers.csv
CellProcessor for parsing JsonValue objects from CSV file.
CsvAuditEventHandlerConfiguration - Class in org.forgerock.audit.handlers.csv
A configuration for CSV audit event handler.
CsvAuditEventHandlerConfiguration() - Constructor for class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
 
CsvAuditEventHandlerConfiguration.CsvFormatting - Class in org.forgerock.audit.handlers.csv
Contains the csv writer configuration parameters.
CsvAuditEventHandlerConfiguration.CsvSecurity - Class in org.forgerock.audit.handlers.csv
Contains the configuration parameters to configure tamper evident logging.
CsvAuditEventHandlerConfiguration.EventBufferingConfiguration - Class in org.forgerock.audit.handlers.csv
Configuration of event buffering.
CsvFileAccessLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying CSV File Access Log Publisher settings.
CsvFileAccessLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying CSV File Access Log Publisher settings.
CsvFileAccessLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the CSV File Access Log Publisher managed object definition meta information.
CsvFileHttpAccessLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying CSV File HTTP Access Log Publisher settings.
CsvFileHttpAccessLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying CSV File HTTP Access Log Publisher settings.
CsvFileHttpAccessLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the CSV File HTTP Access Log Publisher managed object definition meta information.
CsvFormatting() - Constructor for class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvFormatting
 
CsvSecureArchiveVerifierCli - Class in org.forgerock.audit.handlers.csv
Command line interface for verifying an archived set of tamper evident CSV audit log files for a particular topic.
CsvSecurity() - Constructor for class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
 
currentKeyAsLdapEntry() - Method in class org.opends.server.crypto.CryptoManager.CipherService
Return the active cipher key as an LDAP Entry.
currentPoolSize() - Method in record class org.forgerock.opendj.ldap.ConnectionPool.Statistics
Returns the value of the currentPoolSize record component.
currentTime() - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a generalized time whose value is the current time, using the default time zone and locale.
Cursor<K,V> - Interface in org.opends.server.backends.pluggable.spi
Sequential cursor extended with navigation methods.
CursorOptions(DBCursor.PositionStrategy) - Constructor for class org.opends.server.replication.server.changelog.api.DBCursor.CursorOptions
Creates options with provided positioning strategy.
CursorOptions(DBCursor.PositionStrategy, CSN) - Constructor for class org.opends.server.replication.server.changelog.api.DBCursor.CursorOptions
Creates options with provided positioning strategy and default CSN.

D

D - Enum constant in enum class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn.Argon2Variant
Use Argon2d variant.
DAEMON - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
System daemons.
DATA_DECRYPTION - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for decrypting data.
DATA_ENCIPHERMENT - Enum constant in enum class org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Direct enciphering of raw user data without the use of an intermediate symmetric cipher.
DATA_ENCRYPTION - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for encrypting data.
DATA_SYNC - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the user to participate in data synchronization.
DATA_SYNC - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to participate in a data synchronization environment.
DATA_VERSION_FILE_NAME - Static variable in class org.opends.server.util.BuildVersion
The data version file name.
DATABASE_DIR_NAME - Static variable in class org.forgerock.opendj.setup.model.Installation
Server instance database folder.
DataDecryptionKey - Class in org.forgerock.secrets.keys
A key that is used for decrypting confidential data.
DataDecryptionKey(SecretBuilder) - Constructor for class org.forgerock.secrets.keys.DataDecryptionKey
Initialises the key with the given secret data.
DataEncryptionKey - Class in org.forgerock.secrets.keys
A key that is used for encrypting confidential data.
DataEncryptionKey(SecretBuilder) - Constructor for class org.forgerock.secrets.keys.DataEncryptionKey
Initialises the key with the given secret data.
dataUpgradeVersion() - Static method in class org.opends.server.util.BuildVersion
Returns the data upgrade version of the instance.
dataVersion() - Static method in class org.opends.server.util.BuildVersion
Gets the data version from the 'data.version' file.
DATE_FORMAT_COMPACT_LOCAL_TIME - Static variable in class org.opends.server.util.ServerConstants
The date format string that will be used to construct and parse dates represented in a form like UTC time, but using the local time zone.
DATE_FORMAT_GENERALIZED_TIME - Static variable in class org.opends.server.util.ServerConstants
The date format string that will be used to construct and parse dates represented using generalized time.
DATE_FORMAT_GMT_TIME - Static variable in class org.opends.server.util.ServerConstants
The date format string that will be used to construct and parse dates represented using generalized time with a four-digit year.
DATE_FORMATTER_COMPACT_LOCAL_TIME - Static variable in class org.opends.server.util.ServerConstants
Date time formatter with a precision of milliseconds.
DATE_FORMATTER_GENERALIZED_TIME - Static variable in class org.opends.server.util.ServerConstants
Date time formatter with a precision of milliseconds.
DATE_FORMATTER_GMT_TIME - Static variable in class org.opends.server.util.ServerConstants
Date time formatter with a precision of milliseconds.
dateTimeGauge(String, String, Supplier<GeneralizedTime>) - Method in class org.opends.server.api.MeterRegistryHolder
Creates both an object gauge that is never added to the parent meter registry (it only appears in ldap meters), and a gauge returning a double that will be added to the parent meter registry converting the GeneralizedTime to a double by using the GeneralizedTime.getTimeInMillis() function.
dateTimeGauge(String, Supplier<GeneralizedTime>) - Method in class org.opends.server.api.MeterRegistryHolder
Creates both an object gauge that is never added to the parent meter registry (it only appears in ldap meters), and a gauge returning a double that will be added to the parent meter registry converting the GeneralizedTime to a double by using the GeneralizedTime.getTimeInMillis() function.
DayOfWeek - Class in org.opends.server.authorization.dseecompat
This class implements the dayofweek bind rule keyword.
daysToUnit(double, TimeUnit) - Static method in class org.forgerock.monitoring.api.instrument.util.TimeUtils
 
DBCursor<T> - Interface in org.opends.server.replication.server.changelog.api
Generic cursor interface into the changelog database.
DBCursor.CursorOptions - Class in org.opends.server.replication.server.changelog.api
Options to create a cursor.
DBCursor.PositionStrategy - Enum Class in org.opends.server.replication.server.changelog.api
Represents a cursor key positioning strategy.
deactivateBackend(String) - Method in class org.opends.server.core.BackendConfigManager
Deregisters and finalizes a configured and active backend.
debug(String) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at DEBUG level.
debug(String, Object) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at DEBUG level.
debug(String, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at DEBUG level.
debug(String, Object, Object) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at DEBUG level.
debug(String, Object, Object, Object) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at DEBUG level.
DEBUG - Enum constant in enum class org.forgerock.audit.handlers.syslog.Severity
Debug-level messages.
DEBUG - Enum constant in enum class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn.DefaultSeverity
The error log severity that is used for messages that provide debugging information triggered during processing.
DEBUG - Enum constant in enum class org.opends.messages.Severity
The severity used for debug messages.
DEBUG_ERROR_UPDATING_RUV - Static variable in class org.opends.messages.ServerMessages
Error %s when updating server state %s : %s base dn : %s
DEBUG_RECOVERY_SHUTDOWN_REQUESTED - Static variable in class org.opends.messages.ServerMessages
Recovery interrupted because shutdown of replication domain has been requested
debugException(Throwable) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at DEBUG level with provided exception.
DECIPHER_ONLY - Enum constant in enum class org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Indicates that the key may be used only for deciphering data while performing key agreement.
decode(byte[]) - Static method in class org.forgerock.util.encode.Base64
Decodes a BASE64 encoded byte array.
decode(byte[], String) - Method in enum class org.forgerock.secrets.keys.KeyType
Attempts to decode an encoded key value of the given type into an appropriate key object for the given algorithm.
decode(char[]) - Static method in class org.forgerock.util.encode.Base64
Decodes a BASE64 encoded char array.
decode(String) - Static method in class org.forgerock.opendj.ldap.Base64
Decodes the provided base64 encoded data.
decode(String) - Method in class org.forgerock.secrets.propertyresolver.JwkPropertyFormat
 
decode(String) - Method in class org.forgerock.secrets.propertyresolver.PemPropertyFormat
 
decode(String) - Method in enum class org.forgerock.secrets.propertyresolver.PropertyFormatBase64
 
decode(String) - Method in class org.forgerock.secrets.propertyresolver.SecretKeyPropertyFormat
 
decode(String) - Method in interface org.forgerock.secrets.propertyresolver.SecretPropertyFormat
Decodes the input property value, setting relevant properties on a SecretBuilder object.
decode(String) - Static method in class org.forgerock.util.encode.Base64
Decodes a BASE64 encoded String.
decode(String) - Static method in class org.forgerock.util.encode.Base64url
Decodes the given Base64url encoded String into a byte array.
decode(String) - Static method in class org.forgerock.util.encode.Hex
Decodes a hexadecimal-encoded string into an equivalent byte array, treating each two-character sequence as a single byte in big-endian order.
decode(String) - Static method in enum class org.opends.server.authorization.dseecompat.EnumRight
Creates an enumeration of the right name.
decode(String) - Static method in class org.opends.server.authorization.dseecompat.PatternDN
Create a new DN pattern matcher from a pattern string.
decode(String) - Static method in class org.opends.server.authorization.dseecompat.PatternIP
Decode the provided address expression string and create a class that can be used to perform an evaluation of an IP address based on the decoded expression string information.
decode(String, String, String, ServerContext) - Static method in class org.opends.server.authorization.dseecompat.PermBindRulePair
Decodes a permission bind rule pair.
decode(String, Dn, ServerContext) - Static method in class org.opends.server.authorization.dseecompat.Aci
Decode an ACI byte string.
decode(String, Dn, ServerContext) - Static method in class org.opends.server.authorization.dseecompat.AciTargets
Decode an ACI's target part of the syntax from the string provided.
decode(String, EnumBindRuleType) - Static method in class org.opends.server.authorization.dseecompat.DayOfWeek
Decode an string representing a dayofweek bind rule.
decode(String, EnumBindRuleType) - Static method in class org.opends.server.authorization.dseecompat.DNS
Decode an string representing a dns bind rule.
decode(String, EnumBindRuleType) - Static method in class org.opends.server.authorization.dseecompat.IP
Decodes the provided IP bind rule expression string and returns an IP class the can be used to evaluate remote clients IP addresses.
decode(String, EnumBindRuleType) - Static method in class org.opends.server.authorization.dseecompat.TimeOfDay
Decodes a string representation of a timeofday bind rule expression.
decode(String, EnumBindRuleType) - Static method in class org.opends.server.authorization.dseecompat.UserDN
Decodes an expression string representing a userdn bind rule.
decode(String, EnumBindRuleType, ServerContext) - Static method in class org.opends.server.authorization.dseecompat.AuthMethod
Decode a string representing an authmethod bind rule.
decode(String, ServerContext) - Static method in class org.opends.server.authorization.dseecompat.AciBody
Decode an ACI string representing the ACI body.
decode(String, ServerContext) - Static method in class org.opends.server.authorization.dseecompat.BindRule
Decode an ACI bind rule string representation.
decode(ByteString) - Static method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
Decodes the SSL information contained in data in TLV format.
decode(EnumTargetOperator, String) - Static method in class org.opends.server.authorization.dseecompat.ExtOp
Decode an extop expression string.
decode(EnumTargetOperator, String) - Static method in class org.opends.server.authorization.dseecompat.TargetControl
Decode an targetcontrol expression string.
decode(EnumTargetOperator, String) - Static method in class org.opends.server.authorization.dseecompat.TargetFilter
Decode a aci's targetfilter string.
decode(EnumTargetOperator, String, Dn) - Static method in class org.opends.server.authorization.dseecompat.Target
Decode an expression string representing a target keyword expression.
decode(EnumTargetOperator, String, ServerContext) - Static method in class org.opends.server.authorization.dseecompat.TargAttrFilters
Decode an targattrfilter rule.
DECODE_OPTIONS - Static variable in class org.forgerock.opendj.ldap.LdapServer
Sets the decoding options which will be used to control how requests and responses are decoded.
DECODE_OPTIONS - Static variable in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Specifies the LDAP decoding options which should be used when decoding LDAP DNs, attribute types, and controls.
decodeCharacterSets(SortedSet<String>) - Static method in class org.opends.server.types.NamedCharacterSet
Decodes the values of the provided configuration attribute as a set of character set definitions.
decodeControl(Control) - Method in interface org.forgerock.opendj.ldap.controls.ControlDecoder
Decodes the provided control as a Control of type C using the default decode options.
decodeControl(Control, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.controls.ControlDecoder
Decodes the provided control as a Control of type C.
DecodeCsnSubCommand - Class in org.forgerock.opendj.tools.dsrepl
Displays the components of a CSN in human understandable format.
DecodeException - Exception in org.forgerock.opendj.ldap
Thrown when data from an input source cannot be decoded, perhaps due to the data being malformed in some way.
decodeExtendedRequest(ExtendedRequest<?>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedRequestDecoder
Decodes the provided extended operation request as an ExtendedRequest of type R.
decodeExtendedResult(ExtendedResult, DecodeOptions) - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResultDecoder
 
decodeExtendedResult(ExtendedResult, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResultDecoder
Decodes the provided extended operation result as a Result of type S.
decodeFast(byte[]) - Static method in class org.forgerock.util.encode.Base64
Deprecated.
decodeFast(char[]) - Static method in class org.forgerock.util.encode.Base64
Deprecated.
decodeFast(String) - Static method in class org.forgerock.util.encode.Base64
Deprecated.
decodeKey(String) - Static method in enum class org.opends.server.replication.plugin.HistAttrModificationKey
Get a key from the String representation.
decodeMsg(byte[], short) - Static method in class org.opends.server.replication.protocol.ReplicationMsg
Generates a ReplicationMsg from its encoded form.
DecodeOptions - Class in org.forgerock.opendj.ldap
Decode options allow applications to control how requests and responses are decoded.
DecodeOptions() - Constructor for class org.forgerock.opendj.ldap.DecodeOptions
Creates a new set of decode options which will always use the default schema returned by Schema.getDefaultSchema(), LinkedAttribute, and LinkedHashMapEntry.
DecodeOptions(DecodeOptions) - Constructor for class org.forgerock.opendj.ldap.DecodeOptions
Creates a new set of decode options having the same initial set of options as the provided set of decode options.
decoder(Function<ByteString, ?, ? extends Exception>) - Method in class org.forgerock.opendj.rest2ldap.SimplePropertyMapper
Sets the decoder which will be used for converting LDAP attribute values to JSON values.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
A decoder which can be used for decoding the LDAP AssertionRequestControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
A decoder which can be used for decoding the AuthorizationIdentityRequestControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
A decoder which can be used for decoding the AuthorizationIdentityResponseControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
A decoder which can be used for decoding the EntryChangeNotificationResponseControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
A decoder which can be used for decoding the get effective rights request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.ManageDsaItRequestControl
A decoder which can be used for decoding the ManageDsaItRequestControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
A decoder which can be used for decoding the MatchedValuesRequestControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
A decoder which can be used for decoding the password expired response control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
A decoder which can be used for decoding the AuthorizationIdentityResponseControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
A decoder which can be used for decoding the PasswordPolicyRequestControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
A decoder which can be used for decoding the PasswordPolicyResponseControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
A decoder which can be used for decoding the PermissiveModifyRequestControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
A decoder which can be used for decoding the PersistentSearchRequestControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
A decoder which can be used for decoding the PostReadRequestControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
A decoder which can be used for decoding the PostReadResponseControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
A decoder which can be used for decoding the PreReadRequestControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
A decoder which can be used for decoding the PreReadResponseControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
A decoder which can be used for decoding the ProxiedAuthV1RequestControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
A decoder which can be used for decoding the ProxiedAuthV2RequestControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.RelaxRulesRequestControl
A decoder which can be used for decoding the permissive modify request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
A decoder which can be used for decoding the ServerSideSortRequestControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
A decoder which can be used for decoding the ServerSideSortResponseControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
A decoder which can be used for decoding the simple paged results control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
A decoder which can be used for decoding the SubentriesRequestControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
A decoder which can be used for decoding the SubtreeDeleteRequestControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
A decoder which can be used for decoding the VirtualListViewRequestControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
A decoder which can be used for decoding the VirtualListViewResponseControl.
DECODER - Static variable in class org.forgerock.opendj.ldap.messages.CancelExtendedRequest
A decoder which can be used to decode cancel extended operation requests.
DECODER - Static variable in class org.forgerock.opendj.ldap.messages.GenericExtendedRequest
A decoder which can be used to decode generic extended operation requests.
DECODER - Static variable in class org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
A decoder which can be used to decode password modify extended operation requests.
DECODER - Static variable in class org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
A decoder which can be used to decode start TLS extended operation requests.
DECODER - Static variable in class org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
A decoder which can be used to decode who am I extended operation requests.
DECODER - Static variable in class org.opends.server.controls.EntryChangelogNotificationResponseControl
The Control Decoder that can be used to decode this control.
DECODER - Static variable in class org.opends.server.controls.ExternalChangelogRequestControl
The Control Decoder that can be used to decode this control.
DECODER - Static variable in class org.opends.server.controls.InternalModificationsRequestControl
The Control Decoder that can be used to decode this control.
DECODER - Static variable in class org.opends.server.controls.ReplicatedRequestControl
The Control Decoder that can be used to decode this control.
DECODER - Static variable in class org.opends.server.controls.SearchBaseDnBackendOnlyControl
Decoder from bytestring.
DECODER - Static variable in class org.opends.server.replication.plugin.ReplicationRepairRequestControl
The Control Decoder that can be used to decode this control.
decodeResponseValue(ByteString) - Static method in class org.opends.server.extensions.GetConnectionIDExtendedOperation
Decodes the provided ASN.1 octet string to extract the connection ID.
decodeSource(String) - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
Verifies that the given string represents a valid source from which this server can be initialized.
decodeStrict(byte[]) - Static method in class org.forgerock.util.encode.Base64
Decodes the input using a strict decoder that rejects any invalid characters or line separators.
decodeStrict(char[]) - Static method in class org.forgerock.util.encode.Base64
Decodes the input using a strict decoder that rejects any invalid characters or line separators.
decodeStrict(String) - Static method in class org.forgerock.util.encode.Base64
Decodes the input using a strict decoder that rejects any invalid characters or line separators.
decodeStrict(String) - Static method in class org.forgerock.util.encode.Base64url
Decodes the given Base64url encoded String into a byte array.
decodeStrict(String) - Static method in class org.forgerock.util.encode.Hex
Decodes a hexadecimal-encoded string into an equivalent byte array, treating each two-character sequence as a single byte in big-endian order.
decodeTarget(String) - Method in class org.opends.server.replication.service.ReplicationDomain
Verifies that the given string represents a valid source from which this server can be initialized.
decodeToPromise(byte[]) - Method in interface org.forgerock.secrets.propertyresolver.SecretPropertyFormat
Decodes the data as a UTF-8 string and then calls SecretPropertyFormat.decodeToPromise(String) to decode the string value.
decodeToPromise(byte[]) - Method in interface org.forgerock.secrets.SecretDecoder
Decodes the raw data retrieved from a backend into a SecretBuilder for further processing.
decodeToPromise(String) - Method in class org.forgerock.secrets.propertyresolver.PemPropertyFormat
 
decodeToPromise(String) - Method in interface org.forgerock.secrets.propertyresolver.SecretPropertyFormat
Decodes the input property value, setting relevant properties on a SecretBuilder object.
decodeToString(String) - Static method in class org.forgerock.util.encode.Base64url
Decodes the given Base64url encoded string into a String.
decodeUNIXMode(String) - Static method in class org.opends.server.types.FilePermission
Decodes the provided string as a UNIX mode and retrieves the corresponding file permission.
decodeValue(String) - Method in class org.forgerock.opendj.config.PropertyDefinition
Parse and validate a string representation of a property value.
decodeValueImpl(String) - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
 
decodeValueOrExpression(String) - Method in class org.forgerock.opendj.config.PropertyDefinition
Parse and validate a string representation of a property value ot expression.
decodeValues(AttributeDescription, int, ByteStringReader) - Static method in class org.opends.server.types.CompactAttribute
Returns a new compact read-only attribute with the provided attribute description, size and encoded values.
DecodingException - Exception in org.forgerock.opendj.config
The requested managed object was found but it could not be decoded.
DecodingException(LocalizableMessage) - Constructor for exception org.forgerock.opendj.config.DecodingException
Create a decoding exception with a message.
decrypt(byte[]) - Method in class org.opends.server.crypto.CryptoManager.CipherService
Decrypts data.
decrypt(InputStream) - Method in class org.opends.server.crypto.CryptoManager.CipherService
Reads encrypted data from the provided input stream.
DECRYPT - Enum constant in enum class org.forgerock.secrets.keys.KeyUsage
Key is intended for decrypting data directly.
DecryptionKey<T extends CryptoKey> - Interface in org.forgerock.secrets.keys
Marker interface for all key types that can be used for decryption.
decryptUsingReplicatedKey(byte[]) - Method in class org.opends.server.crypto.CryptoManager
Decrypts the data in the provided byte array using cipher specified by the key identifier prologue to the data.
deepCopyOfEntry(Entry) - Static method in class org.forgerock.opendj.ldap.LinkedHashMapEntry
Creates an entry having the same distinguished name, attributes, and object classes of the provided entry.
deepCopyOfEntry(Entry) - Static method in class org.forgerock.opendj.ldap.TreeMapEntry
Creates an entry having the same distinguished name, attributes, and object classes of the provided entry.
deepTransformBy(Function<JsonValue, ?, JsonValueException>) - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON value as the result of a deep JsonValue object-traversal, applying the provided transform function to each element.
DEFAULT - Enum constant in enum class org.forgerock.util.thread.listener.ShutdownPriority
DEFAULT is the priority pre-defined in the system.
DEFAULT - Static variable in interface org.forgerock.i18n.slf4j.Loggers
The default logger when there is no specific category associated.
DEFAULT - Static variable in class org.forgerock.json.schema.validator.Constants
The default field name.
DEFAULT - Static variable in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig
 
DEFAULT - Static variable in interface org.forgerock.opendj.ldap.SchemaResolver
A schema resolver which always returns the current default schema as returned by Schema.getDefaultSchema().
DEFAULT - Static variable in interface org.forgerock.util.generator.IdGenerator
The default implementation of IdGenerator.
DEFAULT_ACCEPT_LICENSE - Static variable in class org.forgerock.opendj.setup.model.SetupConstants
Default value for interactively accepting the license.
DEFAULT_CA_ALIAS - Static variable in class org.forgerock.opendj.security.DeploymentId
The default alias for a deployment-id-generated CA certificate.
DEFAULT_CA_CERT_VALIDITY - Static variable in class org.forgerock.opendj.security.DeploymentId
The default root CA certificate validity duration.
DEFAULT_CASE_INSENSITIVE_FIELDS - Static variable in class org.forgerock.audit.AuditServiceConfiguration
DEFAULT_DATA_VERSION - Static variable in class org.opends.server.util.BuildVersion
The default data version, used whenever the datainfo file doesn't exist.
DEFAULT_DISABLE_CONFIDENTIALITY - Static variable in class org.forgerock.opendj.setup.model.SetupConstants
Default value for disabling confidentiality at setup.
DEFAULT_ENABLE_HTTP_CONNECTION_HANDLER - Static variable in class org.forgerock.opendj.setup.model.SetupConstants
Whether the HTTP connection handler should be suggested to be enabled.
DEFAULT_ENABLE_HTTPS_CONNECTION_HANDLER - Static variable in class org.forgerock.opendj.setup.model.SetupConstants
Whether the HTTPS connection handler should be suggested to be enabled.
DEFAULT_ENABLE_LDAP_CONNECTION_HANDLER - Static variable in class org.forgerock.opendj.setup.model.SetupConstants
Whether the LDAP connection handler should be suggested to be enabled.
DEFAULT_ENABLE_LDAPS_CONNECTION_HANDLER - Static variable in class org.forgerock.opendj.setup.model.SetupConstants
Whether the LDAPS connection handler should be suggested to be enabled.
DEFAULT_ENABLE_START_TLS - Static variable in class org.forgerock.opendj.setup.model.SetupConstants
Whether start TLS on the ldap connection handler should be suggested to be enabled.
DEFAULT_ENABLE_WINDOWS_SERVICE - Static variable in class org.forgerock.opendj.setup.model.SetupConstants
Default value for enabling windows service after setup.
DEFAULT_MASTER_KEY_PAIR_ALIAS - Static variable in class org.forgerock.opendj.security.DeploymentId
The default alias for the master key pair.
DEFAULT_MATCHING_RULE_OID - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies the OID of the default matching rule which will be used when parsing unrecognized attributes.
DEFAULT_MAX_INTERNAL_BUFFER_SIZE - Static variable in class org.opends.server.util.ServerConstants
Default maximum size for cached protocol/entry encoding buffers.
DEFAULT_PROTOCOL_VERSION - Static variable in class org.forgerock.json.resource.http.HttpUtils
The default version of the named protocol.
DEFAULT_ROOT_DN - Static variable in class org.forgerock.opendj.setup.model.SetupConstants
Root user default distinguish name.
DEFAULT_ROTATION_FILE_SUFFIX - Static variable in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
The default file rotation suffix format.
DEFAULT_SEARCH_FILTER - Static variable in class org.opends.server.types.LDAPURL
The default search filter that will be used if none is provided.
DEFAULT_SIZE_LIMIT - Static variable in class org.opends.server.config.ConfigConstants
The default value that will be used for the server size limit if no other value is given.
DEFAULT_SSL_CERT_VALIDITY - Static variable in class org.forgerock.opendj.security.DeploymentId
The default SSL certificate validity duration.
DEFAULT_SSL_KEY_PAIR_ALIAS - Static variable in class org.forgerock.opendj.security.DeploymentId
The default alias for a deployment-id-generated SSL key-pair.
DEFAULT_START_SERVER - Static variable in class org.forgerock.opendj.setup.model.SetupConstants
Default value for starting server after setup.
DEFAULT_SYNTAX_OID - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies the OID of the default syntax which will be used when parsing unrecognized attributes.
DEFAULT_TIMEOUT - Static variable in class org.opends.server.core.DirectoryServer
The default timeout used to start the server in detach mode.
DEFAULT_TIMEOUT_SEC - Static variable in class org.opends.server.core.StartDs
The default timeout used to start the server in detach mode.
DEFAULT_TRANSACTION_ID - Static variable in class org.opends.server.loggers.CommonAudit
Transaction id used when the incoming request does not contain a transaction id.
DEFAULT_TRANSPORT - Static variable in class org.forgerock.opendj.ldap.LdapServer
The name of the default transport implementation which has the value "Default".
DEFAULT_USE_CERT_NICKNAME - Static variable in class org.forgerock.opendj.setup.model.SetupConstants
Default value for using a cert nickname in the server.
DEFAULT_VALIDATION_CERT_ATTRIBUTE - Static variable in class org.opends.server.config.ConfigConstants
The default attribute name for holding certificate information if no value is specified.
defaultBehaviorException(PropertyDefinition<?>, Throwable) - Static method in exception org.forgerock.opendj.config.PropertyException
Creates a new default behavior exception with a cause.
DefaultBehaviorProvider<T> - Class in org.forgerock.opendj.config
An interface for determining the default behavior of a property.
DefaultBehaviorProvider() - Constructor for class org.forgerock.opendj.config.DefaultBehaviorProvider
Creates a new default behavior provider.
DefaultBehaviorProviderVisitor<T,R,P> - Interface in org.forgerock.opendj.config
A visitor of default behavior providers, in the style of the visitor design pattern.
defaultHistogramConfig() - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry
Every custom registry implementation should define a default histogram expiry.
defaultHistogramConfig() - Method in class org.forgerock.monitoring.dropwizard.DropwizardMeterRegistry
 
defaultingPropertyResolver() - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Returns an empty resolver that always return the default value.
defaultJsonValue(Object) - Method in class org.forgerock.opendj.rest2ldap.JsonPropertyMapper
Sets the default JSON value which should be substituted when the LDAP attribute is not found in the LDAP entry.
defaultJsonValue(Object) - Method in class org.forgerock.opendj.rest2ldap.SimplePropertyMapper
Sets the default JSON value which should be substituted when the LDAP attribute is not found in the LDAP entry.
defaultJsonValues(Collection<?>) - Method in class org.forgerock.opendj.rest2ldap.JsonPropertyMapper
Sets the default JSON values which should be substituted when the LDAP attribute is not found in the LDAP entry.
defaultJsonValues(Collection<?>) - Method in class org.forgerock.opendj.rest2ldap.SimplePropertyMapper
Sets the default JSON values which should be substituted when the LDAP attribute is not found in the LDAP entry.
DefaultKeyStoreHandlerProvider - Class in org.forgerock.audit.providers
Default implementation of KeyStoreHandlerProvider.
DefaultKeyStoreHandlerProvider() - Constructor for class org.forgerock.audit.providers.DefaultKeyStoreHandlerProvider
Creates a initially empty provider.
DefaultKeyStoreHandlerProvider(Map<String, KeyStoreHandler>) - Constructor for class org.forgerock.audit.providers.DefaultKeyStoreHandlerProvider
Creates a provider with some KeyStoreHandler instances.
DefaultLocalHostNameProvider - Class in org.forgerock.audit.providers
Default implementation of LocalHostNameProvider using InetAddress to lookup host name of local host.
DefaultLocalHostNameProvider() - Constructor for class org.forgerock.audit.providers.DefaultLocalHostNameProvider
 
DefaultManagedObject<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
A default managed object which should be created when a parent managed object is created.
DefaultManagedObject.Builder<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
An interface for incrementally constructing default managed objects.
defaultOptions() - Static method in class org.forgerock.util.Options
Returns a new set of options with default settings.
defaultPolicy() - Static method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Creates a new schema validation policy with default settings.
DefaultSecureStorageProvider - Class in org.forgerock.audit.providers
Default implementation of SecureStorageProvider.
DefaultSecureStorageProvider() - Constructor for class org.forgerock.audit.providers.DefaultSecureStorageProvider
Creates a initially empty provider.
DefaultSecureStorageProvider(Map<String, SecureStorage>) - Constructor for class org.forgerock.audit.providers.DefaultSecureStorageProvider
Creates a provider with some storages instances.
defaultTo(Object) - Method in class org.forgerock.json.JsonValue
Defaults the JSON value to the specified value if it is currently null.
defaultValue() - Static method in enum class org.opends.server.backends.task.FailedDependencyAction
Returns the default action.
defaultValue(String) - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Sets this profile parameter default value with the provided string.
defaultValue(T) - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Sets this profile parameter default value.
defaultValueCanBeDerivedAtSetup() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Returns true if the default value of this parameter can be derived from the setup global options.
defaultValueFromSetupTool(String) - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Indicates that this profile parameter value must be computed using the Profile.SetupConfiguration if no value is available at runtime.
define(String) - Static method in class org.forgerock.opendj.config.Tag
Defines a new tag with the specified name.
DefinedDefaultBehaviorProvider<T> - Class in org.forgerock.opendj.config
A default behavior provider which represents a well-defined set of default values.
DefinedDefaultBehaviorProvider(String...) - Constructor for class org.forgerock.opendj.config.DefinedDefaultBehaviorProvider
Create a new defined default behavior provider associated with the specified list of values.
definition() - Method in interface org.forgerock.opendj.config.ConfigurationClient
Get the configuration definition associated with this configuration.
definition() - Method in record class org.forgerock.opendj.config.Deprecated
Returns the value of the definition record component.
definition() - Method in interface org.forgerock.opendj.server.config.client.AccessControlHandlerCfgClient
Get the configuration definition associated with this Access Control Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Get the configuration definition associated with this Access Log Filtering Criteria.
definition() - Method in interface org.forgerock.opendj.server.config.client.AccessLogPublisherCfgClient
Get the configuration definition associated with this Access Log Publisher.
definition() - Method in interface org.forgerock.opendj.server.config.client.AccountStatusNotificationHandlerCfgClient
Get the configuration definition associated with this Account Status Notification Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.AdminDataTrustManagerProviderCfgClient
Get the configuration definition associated with this cn=admin data Trust Manager Provider.
definition() - Method in interface org.forgerock.opendj.server.config.client.AdminEndpointCfgClient
Get the configuration definition associated with this Admin Endpoint.
definition() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Get the configuration definition associated with this Administration Connector.
definition() - Method in interface org.forgerock.opendj.server.config.client.AesPasswordStorageSchemeCfgClient
Get the configuration definition associated with this AES Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.AlertHandlerCfgClient
Get the configuration definition associated with this Alert Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.AliveEndpointCfgClient
Get the configuration definition associated with this Alive HTTP endpoint.
definition() - Method in interface org.forgerock.opendj.server.config.client.AnonymousSaslMechanismHandlerCfgClient
Get the configuration definition associated with this Anonymous SASL Mechanism Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.Argon2PasswordStorageSchemeCfgClient
Get the configuration definition associated with this Argon2 Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.AttributeCleanupPluginCfgClient
Get the configuration definition associated with this Attribute Cleanup Plugin.
definition() - Method in interface org.forgerock.opendj.server.config.client.AttributeValuePasswordValidatorCfgClient
Get the configuration definition associated with this Attribute Value Password Validator.
definition() - Method in interface org.forgerock.opendj.server.config.client.AuthenticationPolicyCfgClient
Get the configuration definition associated with this Authentication Policy.
definition() - Method in interface org.forgerock.opendj.server.config.client.BackendCfgClient
Get the configuration definition associated with this Backend.
definition() - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Get the configuration definition associated with this Backend Index.
definition() - Method in interface org.forgerock.opendj.server.config.client.BackendVlvIndexCfgClient
Get the configuration definition associated with this Backend VLV Index.
definition() - Method in interface org.forgerock.opendj.server.config.client.Base64PasswordStorageSchemeCfgClient
Get the configuration definition associated with this Base64 Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.BcryptPasswordStorageSchemeCfgClient
Get the configuration definition associated with this Bcrypt Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.BlindTrustManagerProviderCfgClient
Get the configuration definition associated with this Blind Trust Manager Provider.
definition() - Method in interface org.forgerock.opendj.server.config.client.BlowfishPasswordStorageSchemeCfgClient
Get the configuration definition associated with this Blowfish Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.CancelExtendedOperationHandlerCfgClient
Get the configuration definition associated with this Cancel Extended Operation Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.CertificateMapperCfgClient
Get the configuration definition associated with this Certificate Mapper.
definition() - Method in interface org.forgerock.opendj.server.config.client.ChangeNumberControlPluginCfgClient
Get the configuration definition associated with this Change Number Control Plugin.
definition() - Method in interface org.forgerock.opendj.server.config.client.CharacterSetPasswordValidatorCfgClient
Get the configuration definition associated with this Character Set Password Validator.
definition() - Method in interface org.forgerock.opendj.server.config.client.ClearPasswordStorageSchemeCfgClient
Get the configuration definition associated with this Clear Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.CollectiveAttributeSubentriesVirtualAttributeCfgClient
Get the configuration definition associated with this Collective Attribute Subentries Virtual Attribute.
definition() - Method in interface org.forgerock.opendj.server.config.client.CommonAuditAccessLogPublisherCfgClient
Get the configuration definition associated with this Common Audit Access Log Publisher.
definition() - Method in interface org.forgerock.opendj.server.config.client.ConnectionHandlerCfgClient
Get the configuration definition associated with this Connection Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.ConsoleErrorLogPublisherCfgClient
Get the configuration definition associated with this Console Error Log Publisher.
definition() - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Get the configuration definition associated with this Core Schema.
definition() - Method in interface org.forgerock.opendj.server.config.client.CramMd5SaslMechanismHandlerCfgClient
Get the configuration definition associated with this CRAM-MD5 SASL Mechanism Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.CrestMetricsEndpointCfgClient
Get the configuration definition associated with this Common REST Metrics HTTP Endpoint.
definition() - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
Get the configuration definition associated with this Crypto Manager.
definition() - Method in interface org.forgerock.opendj.server.config.client.CryptPasswordStorageSchemeCfgClient
Get the configuration definition associated with this Crypt Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Get the configuration definition associated with this CSV File Access Log Publisher.
definition() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Get the configuration definition associated with this CSV File HTTP Access Log Publisher.
definition() - Method in interface org.forgerock.opendj.server.config.client.DictionaryPasswordValidatorCfgClient
Get the configuration definition associated with this Dictionary Password Validator.
definition() - Method in interface org.forgerock.opendj.server.config.client.DigestMd5SaslMechanismHandlerCfgClient
Get the configuration definition associated with this DIGEST-MD5 SASL Mechanism Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.DseeCompatAccessControlHandlerCfgClient
Get the configuration definition associated with this DSEE Compatible Access Control Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.EntityTagPluginCfgClient
Get the configuration definition associated with this ETag Plugin.
definition() - Method in interface org.forgerock.opendj.server.config.client.EntityTagVirtualAttributeCfgClient
Get the configuration definition associated with this Entity Tag Virtual Attribute.
definition() - Method in interface org.forgerock.opendj.server.config.client.EntryCacheCfgClient
Get the configuration definition associated with this Entry Cache.
definition() - Method in interface org.forgerock.opendj.server.config.client.EntryDnVirtualAttributeCfgClient
Get the configuration definition associated with this entryDN Virtual Attribute.
definition() - Method in interface org.forgerock.opendj.server.config.client.EntryUuidPluginCfgClient
Get the configuration definition associated with this entryUUID Plugin.
definition() - Method in interface org.forgerock.opendj.server.config.client.EntryUuidVirtualAttributeCfgClient
Get the configuration definition associated with this entryUUID Virtual Attribute.
definition() - Method in interface org.forgerock.opendj.server.config.client.ErrorLogAccountStatusNotificationHandlerCfgClient
Get the configuration definition associated with this Error Log Account Status Notification Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.ErrorLogPublisherCfgClient
Get the configuration definition associated with this Error Log Publisher.
definition() - Method in interface org.forgerock.opendj.server.config.client.ExactMatchIdentityMapperCfgClient
Get the configuration definition associated with this Exact Match Identity Mapper.
definition() - Method in interface org.forgerock.opendj.server.config.client.ExtendedOperationHandlerCfgClient
Get the configuration definition associated with this Extended Operation Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.ExternalAccessLogPublisherCfgClient
Get the configuration definition associated with this External Access Log Publisher.
definition() - Method in interface org.forgerock.opendj.server.config.client.ExternalHttpAccessLogPublisherCfgClient
Get the configuration definition associated with this External HTTP Access Log Publisher.
definition() - Method in interface org.forgerock.opendj.server.config.client.ExternalSaslMechanismHandlerCfgClient
Get the configuration definition associated with this External SASL Mechanism Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.FifoEntryCacheCfgClient
Get the configuration definition associated with this FIFO Entry Cache.
definition() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Get the configuration definition associated with this File Based Access Log Publisher.
definition() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Get the configuration definition associated with this File Based Audit Log Publisher.
definition() - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Get the configuration definition associated with this File Based Error Log Publisher.
definition() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Get the configuration definition associated with this File Based HTTP Access Log Publisher.
definition() - Method in interface org.forgerock.opendj.server.config.client.FileBasedKeyManagerProviderCfgClient
Get the configuration definition associated with this File Based Key Manager Provider.
definition() - Method in interface org.forgerock.opendj.server.config.client.FileBasedTrustManagerProviderCfgClient
Get the configuration definition associated with this File Based Trust Manager Provider.
definition() - Method in interface org.forgerock.opendj.server.config.client.FileCountLogRetentionPolicyCfgClient
Get the configuration definition associated with this File Count Log Retention Policy.
definition() - Method in interface org.forgerock.opendj.server.config.client.FingerprintCertificateMapperCfgClient
Get the configuration definition associated with this Fingerprint Certificate Mapper.
definition() - Method in interface org.forgerock.opendj.server.config.client.FixedTimeLogRotationPolicyCfgClient
Get the configuration definition associated with this Fixed Time Log Rotation Policy.
definition() - Method in interface org.forgerock.opendj.server.config.client.FractionalLdifImportPluginCfgClient
Get the configuration definition associated with this Fractional LDIF Import Plugin.
definition() - Method in interface org.forgerock.opendj.server.config.client.FreeDiskSpaceLogRetentionPolicyCfgClient
Get the configuration definition associated with this Free Disk Space Log Retention Policy.
definition() - Method in interface org.forgerock.opendj.server.config.client.GetConnectionIdExtendedOperationHandlerCfgClient
Get the configuration definition associated with this Get Connection ID Extended Operation Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.GetSymmetricKeyExtendedOperationHandlerCfgClient
Get the configuration definition associated with this Get Symmetric Key Extended Operation Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Get the configuration definition associated with this Global Access Control Policy.
definition() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Get the configuration definition associated with this Global Configuration.
definition() - Method in interface org.forgerock.opendj.server.config.client.GoverningStructureRuleVirtualAttributeCfgClient
Get the configuration definition associated with this Governing Structure Rule Virtual Attribute.
definition() - Method in interface org.forgerock.opendj.server.config.client.GraphiteMonitorReporterPluginCfgClient
Get the configuration definition associated with this Graphite Monitor Reporter Plugin.
definition() - Method in interface org.forgerock.opendj.server.config.client.GssapiSaslMechanismHandlerCfgClient
Get the configuration definition associated with this GSSAPI SASL Mechanism Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.HasSubordinatesVirtualAttributeCfgClient
Get the configuration definition associated with this Has Subordinates Virtual Attribute.
definition() - Method in interface org.forgerock.opendj.server.config.client.HdapAuthorizationMechanismCfgClient
Get the configuration definition associated with this HDAP Authorization Mechanism.
definition() - Method in interface org.forgerock.opendj.server.config.client.HdapEndpointCfgClient
Get the configuration definition associated with this Hdap Endpoint.
definition() - Method in interface org.forgerock.opendj.server.config.client.HealthyEndpointCfgClient
Get the configuration definition associated with this Healthy HTTP endpoint.
definition() - Method in interface org.forgerock.opendj.server.config.client.HttpAccessLogPublisherCfgClient
Get the configuration definition associated with this HTTP Access Log Publisher.
definition() - Method in interface org.forgerock.opendj.server.config.client.HttpAnonymousAuthorizationMechanismCfgClient
Get the configuration definition associated with this HTTP Anonymous Authorization Mechanism.
definition() - Method in interface org.forgerock.opendj.server.config.client.HttpAuthorizationMechanismCfgClient
Get the configuration definition associated with this HTTP Authorization Mechanism.
definition() - Method in interface org.forgerock.opendj.server.config.client.HttpBasicAuthorizationMechanismCfgClient
Get the configuration definition associated with this HTTP Basic Authorization Mechanism.
definition() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Get the configuration definition associated with this HTTP Connection Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.HttpEndpointCfgClient
Get the configuration definition associated with this HTTP Endpoint.
definition() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2AuthorizationMechanismCfgClient
Get the configuration definition associated with this HTTP OAuth2 Authorization Mechanism.
definition() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2CtsAuthorizationMechanismCfgClient
Get the configuration definition associated with this HTTP OAuth2 CTS Authorization Mechanism.
definition() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2FileAuthorizationMechanismCfgClient
Get the configuration definition associated with this HTTP OAuth2 File Based Authorization Mechanism.
definition() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2OpenamAuthorizationMechanismCfgClient
Get the configuration definition associated with this HTTP OAuth2 OpenAM Authorization Mechanism.
definition() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient
Get the configuration definition associated with this HTTP OAuth2 Token Introspection (RFC 7662) Authorization Mechanism.
definition() - Method in interface org.forgerock.opendj.server.config.client.IdentityMapperCfgClient
Get the configuration definition associated with this Identity Mapper.
definition() - Method in interface org.forgerock.opendj.server.config.client.IsMemberOfVirtualAttributeCfgClient
Get the configuration definition associated with this Is Member Of Virtual Attribute.
definition() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Get the configuration definition associated with this JE Backend.
definition() - Method in interface org.forgerock.opendj.server.config.client.JmxAlertHandlerCfgClient
Get the configuration definition associated with this JMX Alert Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.JmxConnectionHandlerCfgClient
Get the configuration definition associated with this JMX Connection Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.JsonEqualityMatchingRuleCfgClient
Get the configuration definition associated with this JSON Equality Matching Rule.
definition() - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
Get the configuration definition associated with this JSON File Based Access Log Publisher.
definition() - Method in interface org.forgerock.opendj.server.config.client.JsonFileHttpAccessLogPublisherCfgClient
Get the configuration definition associated with this JSON File Based HTTP Access Log Publisher.
definition() - Method in interface org.forgerock.opendj.server.config.client.JsonOrderingMatchingRuleCfgClient
Get the configuration definition associated with this JSON Ordering Matching Rule.
definition() - Method in interface org.forgerock.opendj.server.config.client.JsonQueryEqualityMatchingRuleCfgClient
Get the configuration definition associated with this JSON Query Equality Matching Rule.
definition() - Method in interface org.forgerock.opendj.server.config.client.KeyManagerProviderCfgClient
Get the configuration definition associated with this Key Manager Provider.
definition() - Method in interface org.forgerock.opendj.server.config.client.LastModPluginCfgClient
Get the configuration definition associated with this Last Mod Plugin.
definition() - Method in interface org.forgerock.opendj.server.config.client.LdapAttributeDescriptionListPluginCfgClient
Get the configuration definition associated with this LDAP Attribute Description List Plugin.
definition() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Get the configuration definition associated with this LDAP Connection Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.LdapKeyManagerProviderCfgClient
Get the configuration definition associated with this LDAP Key Manager Provider.
definition() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Get the configuration definition associated with this LDAP Pass Through Authentication Policy.
definition() - Method in interface org.forgerock.opendj.server.config.client.LdapTrustManagerProviderCfgClient
Get the configuration definition associated with this LDAP Trust Manager Provider.
definition() - Method in interface org.forgerock.opendj.server.config.client.LdifBackendCfgClient
Get the configuration definition associated with this LDIF Backend.
definition() - Method in interface org.forgerock.opendj.server.config.client.LdifConnectionHandlerCfgClient
Get the configuration definition associated with this LDIF Connection Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.LengthBasedPasswordValidatorCfgClient
Get the configuration definition associated with this Length Based Password Validator.
definition() - Method in interface org.forgerock.opendj.server.config.client.LocalBackendCfgClient
Get the configuration definition associated with this Local Backend.
definition() - Method in interface org.forgerock.opendj.server.config.client.LogPublisherCfgClient
Get the configuration definition associated with this Log Publisher.
definition() - Method in interface org.forgerock.opendj.server.config.client.LogRetentionPolicyCfgClient
Get the configuration definition associated with this Log Retention Policy.
definition() - Method in interface org.forgerock.opendj.server.config.client.LogRotationPolicyCfgClient
Get the configuration definition associated with this Log Rotation Policy.
definition() - Method in interface org.forgerock.opendj.server.config.client.MailServerCfgClient
Get the configuration definition associated with this Mail Server.
definition() - Method in interface org.forgerock.opendj.server.config.client.Md5PasswordStorageSchemeCfgClient
Get the configuration definition associated with this MD5 Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.MemberVirtualAttributeCfgClient
Get the configuration definition associated with this Member Virtual Attribute.
definition() - Method in interface org.forgerock.opendj.server.config.client.MemoryBackendCfgClient
Get the configuration definition associated with this Memory Backend.
definition() - Method in interface org.forgerock.opendj.server.config.client.MonitorBackendCfgClient
Get the configuration definition associated with this Monitor Backend.
definition() - Method in interface org.forgerock.opendj.server.config.client.NameAndJsonQueryEqualityMatchingRuleCfgClient
Get the configuration definition associated with this Name And JSON Query Equality Matching Rule.
definition() - Method in interface org.forgerock.opendj.server.config.client.NullBackendCfgClient
Get the configuration definition associated with this Null Backend.
definition() - Method in interface org.forgerock.opendj.server.config.client.NumSubordinatesVirtualAttributeCfgClient
Get the configuration definition associated with this Num Subordinates Virtual Attribute.
definition() - Method in interface org.forgerock.opendj.server.config.client.PasswordExpirationTimeVirtualAttributeCfgClient
Get the configuration definition associated with this Password Expiration Time Virtual Attribute.
definition() - Method in interface org.forgerock.opendj.server.config.client.PasswordGeneratorCfgClient
Get the configuration definition associated with this Password Generator.
definition() - Method in interface org.forgerock.opendj.server.config.client.PasswordModifyExtendedOperationHandlerCfgClient
Get the configuration definition associated with this Password Modify Extended Operation Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Get the configuration definition associated with this Password Policy.
definition() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyImportPluginCfgClient
Get the configuration definition associated with this Password Policy Import Plugin.
definition() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyStateExtendedOperationHandlerCfgClient
Get the configuration definition associated with this Password Policy State Extended Operation Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicySubentryVirtualAttributeCfgClient
Get the configuration definition associated with this Password Policy Subentry Virtual Attribute.
definition() - Method in interface org.forgerock.opendj.server.config.client.PasswordStorageSchemeCfgClient
Get the configuration definition associated with this Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.PasswordValidatorCfgClient
Get the configuration definition associated with this Password Validator.
definition() - Method in interface org.forgerock.opendj.server.config.client.Pbkdf2HmacSha256PasswordStorageSchemeCfgClient
Get the configuration definition associated with this PBKDF2-HMAC-SHA256 Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.Pbkdf2HmacSha512PasswordStorageSchemeCfgClient
Get the configuration definition associated with this PBKDF2-HMAC-SHA512 Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.Pbkdf2PasswordStorageSchemeCfgClient
Get the configuration definition associated with this PBKDF2 Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.PemKeyManagerProviderCfgClient
Get the configuration definition associated with this Pem Key Manager Provider.
definition() - Method in interface org.forgerock.opendj.server.config.client.PemTrustManagerProviderCfgClient
Get the configuration definition associated with this Pem Trust Manager Provider.
definition() - Method in interface org.forgerock.opendj.server.config.client.Pkcs11KeyManagerProviderCfgClient
Get the configuration definition associated with this PKCS#11 Key Manager Provider.
definition() - Method in interface org.forgerock.opendj.server.config.client.Pkcs11TrustManagerProviderCfgClient
Get the configuration definition associated with this PKCS#11 Trust Manager Provider.
definition() - Method in interface org.forgerock.opendj.server.config.client.Pkcs5s2PasswordStorageSchemeCfgClient
Get the configuration definition associated with this PKCS#5 V2.0 Scheme 2 Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.PlainSaslMechanismHandlerCfgClient
Get the configuration definition associated with this Plain SASL Mechanism Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Get the configuration definition associated with this Pluggable Backend.
definition() - Method in interface org.forgerock.opendj.server.config.client.PluginCfgClient
Get the configuration definition associated with this Plugin.
definition() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Get the configuration definition associated with this Plugin Root.
definition() - Method in interface org.forgerock.opendj.server.config.client.PolicyBasedAccessControlHandlerCfgClient
Get the configuration definition associated with this Policy Based Access Control Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.PrometheusEndpointCfgClient
Get the configuration definition associated with this Prometheus HTTP Endpoint.
definition() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Get the configuration definition associated with this Proxy Backend.
definition() - Method in interface org.forgerock.opendj.server.config.client.RandomPasswordGeneratorCfgClient
Get the configuration definition associated with this Random Password Generator.
definition() - Method in interface org.forgerock.opendj.server.config.client.Rc4PasswordStorageSchemeCfgClient
Get the configuration definition associated with this RC4 Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
Get the configuration definition associated with this Referential Integrity Plugin.
definition() - Method in interface org.forgerock.opendj.server.config.client.RegularExpressionIdentityMapperCfgClient
Get the configuration definition associated with this Regular Expression Identity Mapper.
definition() - Method in interface org.forgerock.opendj.server.config.client.RepeatedCharactersPasswordValidatorCfgClient
Get the configuration definition associated with this Repeated Characters Password Validator.
definition() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
Get the configuration definition associated with this Replication Domain.
definition() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Get the configuration definition associated with this Replication Server.
definition() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Get the configuration definition associated with this Replication Service Discovery Mechanism.
definition() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Get the configuration definition associated with this Replication Synchronization Provider.
definition() - Method in interface org.forgerock.opendj.server.config.client.Rest2ldapEndpointCfgClient
Get the configuration definition associated with this Rest2LDAP Endpoint.
definition() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Get the configuration definition associated with this Root.
definition() - Method in interface org.forgerock.opendj.server.config.client.RootDseBackendCfgClient
Get the configuration definition associated with this Root DSE Backend.
definition() - Method in interface org.forgerock.opendj.server.config.client.SaltedMd5PasswordStorageSchemeCfgClient
Get the configuration definition associated with this Salted MD5 Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.SaltedSha1PasswordStorageSchemeCfgClient
Get the configuration definition associated with this Salted SHA-1 Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.SaltedSha256PasswordStorageSchemeCfgClient
Get the configuration definition associated with this Salted SHA-256 Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.SaltedSha384PasswordStorageSchemeCfgClient
Get the configuration definition associated with this Salted SHA-384 Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.SaltedSha512PasswordStorageSchemeCfgClient
Get the configuration definition associated with this Salted SHA-512 Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.SambaPasswordPluginCfgClient
Get the configuration definition associated with this Samba Password Plugin.
definition() - Method in interface org.forgerock.opendj.server.config.client.SaslMechanismHandlerCfgClient
Get the configuration definition associated with this SASL Mechanism Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.SchemaBackendCfgClient
Get the configuration definition associated with this Schema Backend.
definition() - Method in interface org.forgerock.opendj.server.config.client.SchemaProviderCfgClient
Get the configuration definition associated with this Schema Provider.
definition() - Method in interface org.forgerock.opendj.server.config.client.ScramSha256PasswordStorageSchemeCfgClient
Get the configuration definition associated with this SCRAM-SHA-256 Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.ScramSha256SaslMechanismHandlerCfgClient
Get the configuration definition associated with this SCRAM-SHA-256 SASL Mechanism Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.ScramSha512PasswordStorageSchemeCfgClient
Get the configuration definition associated with this SCRAM-SHA-512 Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.ScramSha512SaslMechanismHandlerCfgClient
Get the configuration definition associated with this SCRAM-SHA-512 SASL Mechanism Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.ServiceDiscoveryMechanismCfgClient
Get the configuration definition associated with this Service Discovery Mechanism.
definition() - Method in interface org.forgerock.opendj.server.config.client.SevenBitCleanPluginCfgClient
Get the configuration definition associated with this Seven Bit Clean Plugin.
definition() - Method in interface org.forgerock.opendj.server.config.client.Sha1PasswordStorageSchemeCfgClient
Get the configuration definition associated with this SHA-1 Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.SimilarityBasedPasswordValidatorCfgClient
Get the configuration definition associated with this Similarity Based Password Validator.
definition() - Method in interface org.forgerock.opendj.server.config.client.SizeLimitLogRetentionPolicyCfgClient
Get the configuration definition associated with this Size Limit Log Retention Policy.
definition() - Method in interface org.forgerock.opendj.server.config.client.SizeLimitLogRotationPolicyCfgClient
Get the configuration definition associated with this Size Limit Log Rotation Policy.
definition() - Method in interface org.forgerock.opendj.server.config.client.SmtpAccountStatusNotificationHandlerCfgClient
Get the configuration definition associated with this SMTP Account Status Notification Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.SmtpAlertHandlerCfgClient
Get the configuration definition associated with this SMTP Alert Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.SoftReferenceEntryCacheCfgClient
Get the configuration definition associated with this Soft Reference Entry Cache.
definition() - Method in interface org.forgerock.opendj.server.config.client.StartTlsExtendedOperationHandlerCfgClient
Get the configuration definition associated with this StartTLS Extended Operation Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Get the configuration definition associated with this Static Service Discovery Mechanism.
definition() - Method in interface org.forgerock.opendj.server.config.client.StructuralObjectClassVirtualAttributeCfgClient
Get the configuration definition associated with this Structural Object Class Virtual Attribute.
definition() - Method in interface org.forgerock.opendj.server.config.client.SubjectAttributeToUserAttributeCertificateMapperCfgClient
Get the configuration definition associated with this Subject Attribute To User Attribute Certificate Mapper.
definition() - Method in interface org.forgerock.opendj.server.config.client.SubjectDnToUserAttributeCertificateMapperCfgClient
Get the configuration definition associated with this Subject DN To User Attribute Certificate Mapper.
definition() - Method in interface org.forgerock.opendj.server.config.client.SubjectEqualsDnCertificateMapperCfgClient
Get the configuration definition associated with this Subject Equals DN Certificate Mapper.
definition() - Method in interface org.forgerock.opendj.server.config.client.SubschemaSubentryVirtualAttributeCfgClient
Get the configuration definition associated with this Subschema Subentry Virtual Attribute.
definition() - Method in interface org.forgerock.opendj.server.config.client.SynchronizationProviderCfgClient
Get the configuration definition associated with this Synchronization Provider.
definition() - Method in interface org.forgerock.opendj.server.config.client.TaskBackendCfgClient
Get the configuration definition associated with this Task Backend.
definition() - Method in interface org.forgerock.opendj.server.config.client.TimeLimitLogRotationPolicyCfgClient
Get the configuration definition associated with this Time Limit Log Rotation Policy.
definition() - Method in interface org.forgerock.opendj.server.config.client.TraditionalWorkQueueCfgClient
Get the configuration definition associated with this Traditional Work Queue.
definition() - Method in interface org.forgerock.opendj.server.config.client.TripleDesPasswordStorageSchemeCfgClient
Get the configuration definition associated with this Triple-DES Password Storage Scheme.
definition() - Method in interface org.forgerock.opendj.server.config.client.TrustManagerProviderCfgClient
Get the configuration definition associated with this Trust Manager Provider.
definition() - Method in interface org.forgerock.opendj.server.config.client.UniqueAttributePluginCfgClient
Get the configuration definition associated with this Unique Attribute Plugin.
definition() - Method in interface org.forgerock.opendj.server.config.client.UniqueCharactersPasswordValidatorCfgClient
Get the configuration definition associated with this Unique Characters Password Validator.
definition() - Method in interface org.forgerock.opendj.server.config.client.UserDefinedVirtualAttributeCfgClient
Get the configuration definition associated with this User Defined Virtual Attribute.
definition() - Method in interface org.forgerock.opendj.server.config.client.UserTemplateVirtualAttributeCfgClient
Get the configuration definition associated with this User Template Virtual Attribute.
definition() - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
Get the configuration definition associated with this Virtual Attribute.
definition() - Method in interface org.forgerock.opendj.server.config.client.WhoAmIExtendedOperationHandlerCfgClient
Get the configuration definition associated with this Who Am I Extended Operation Handler.
definition() - Method in interface org.forgerock.opendj.server.config.client.WorkQueueCfgClient
Get the configuration definition associated with this Work Queue.
DefinitionDecodingException - Exception in org.forgerock.opendj.config
The requested managed object was found but its type could not be determined.
DefinitionDecodingException(AbstractManagedObjectDefinition<?, ?>, DefinitionDecodingException.Reason) - Constructor for exception org.forgerock.opendj.config.DefinitionDecodingException
Create a new definition decoding exception.
DefinitionDecodingException.Reason - Enum Class in org.forgerock.opendj.config
An enumeration defining the reasons why the definition could not be resolved.
DefinitionResolver - Interface in org.forgerock.opendj.config
This interface is used to determine the "best match" managed object definition in a definition hierarchy.
DEFINITIONS - Static variable in class org.forgerock.json.schema.validator.Constants
The definitions field name.
DEGRADED - Enum constant in enum class org.opends.server.backends.RebuildConfig.RebuildMode
Rebuild all degraded indexes, including system indexes.
DEGRADED - Enum constant in enum class org.opends.server.replication.common.ServerStatus
Deprecated status: DS in degraded status.
DEL - Enum constant in enum class org.opends.server.replication.plugin.HistAttrModificationKey
The key for attribute value deletion.
delete() - Method in interface org.opends.server.backends.pluggable.spi.SequentialCursor
Deletes the record on which this cursor is currently positioned.
delete(String) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
delete(String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Deletes the named entry from the Directory Server.
delete(String) - Method in interface org.forgerock.opendj.ldap.Connection
Deletes the named entry from the Directory Server.
delete(String, Object...) - Static method in class org.forgerock.opendj.ldap.Modification
Returns a new DELETE modification.
delete(Dn) - Method in interface org.forgerock.opendj.ldap.Connection
Deletes the named entry from the Directory Server.
delete(DeleteRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
delete(DeleteRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Deletes an entry from the Directory Server using the provided delete request.
delete(DeleteRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Deletes an entry from the Directory Server using the provided delete request.
delete(DeleteRequest) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Deletes an entry from the Directory Server using the provided delete request.
delete(Context, DeleteRequest) - Method in class org.forgerock.json.resource.AbstractAsynchronousConnection
 
delete(Context, DeleteRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Deletes a JSON resource.
delete(Context, DeleteRequest) - Method in interface org.forgerock.json.resource.Connection
Deletes a JSON resource.
delete(TreeName, ByteString) - Method in interface org.opends.server.backends.pluggable.spi.WriteableTransaction
Deletes the record with the provided key, in the tree whose name is provided.
DELETE - Enum constant in enum class org.forgerock.json.resource.RequestType
A delete request.
DELETE - Enum constant in enum class org.forgerock.opendj.config.client.OperationRejectedException.OperationType
A managed object could not be deleted.
DELETE - Enum constant in enum class org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Indicates that an Delete operation triggered the entry change notification.
DELETE - Enum constant in enum class org.forgerock.opendj.ldap.messages.Request.RequestType
Delete request type.
DELETE - Enum constant in enum class org.forgerock.opendj.ldap.ModificationType.Enum
 
DELETE - Enum constant in enum class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn.LogRecordType
Delete operations
DELETE - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumRight
Entry deletion, as for an LDAP delete operation.
DELETE - Static variable in class org.forgerock.opendj.ldap.ModificationType
Delete the values listed in the modification from the attribute.
DELETE_DNS - Static variable in class org.opends.server.plugins.ReferentialIntegrityPlugin
Used to save a set in the delete operation attachment map that holds the subordinate entry DNs related to a delete operation.
deleteAsync(DeleteRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
deleteAsync(DeleteRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously deletes an entry from the Directory Server using the provided delete request.
deleteAsync(DeleteRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously deletes an entry from the Directory Server using the provided delete request.
deleteAsync(DeleteRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously deletes an entry from the Directory Server using the provided delete request.
deleteAsync(DeleteRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
deleteAsync(DeleteRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously deletes an entry from the Directory Server using the provided delete request.
deleteAsync(Context, DeleteRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Asynchronously deletes a JSON resource.
deleteAsync(Context, DeleteRequest) - Method in interface org.forgerock.json.resource.Connection
Asynchronously deletes a JSON resource.
DeleteContext - Class in org.opends.server.replication.protocol
This class is used to describe the context attached to a Delete Operation.
DeleteContext(CSN, UUID) - Constructor for class org.opends.server.replication.protocol.DeleteContext
Creates a new DeleteContext with the provided information.
deleteDomain(Dn) - Static method in class org.opends.server.replication.plugin.MultimasterReplication
Deletes a domain.
deleteEntry(Dn) - Method in class org.opends.server.config.ConfigurationHandler
Delete a configuration entry.
deleteEntry(Dn, DeleteOperation) - Method in class org.opends.server.api.LocalBackend
Removes the specified entry from this backend.
deleteEntry(Dn, DeleteOperation) - Method in class org.opends.server.backends.ChangelogBackend
 
deleteEntry(Dn, DeleteOperation) - Method in class org.opends.server.backends.ConfigurationBackend
 
deleteEntry(Dn, DeleteOperation) - Method in class org.opends.server.backends.LDIFBackend
 
deleteEntry(Dn, DeleteOperation) - Method in class org.opends.server.backends.MemoryBackend
 
deleteEntry(Dn, DeleteOperation) - Method in class org.opends.server.backends.MonitorBackend
 
deleteEntry(Dn, DeleteOperation) - Method in class org.opends.server.backends.NullBackend
 
deleteEntry(Dn, DeleteOperation) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
deleteEntry(Dn, DeleteOperation) - Method in class org.opends.server.backends.RootDSEBackend
 
deleteEntry(Dn, DeleteOperation) - Method in class org.opends.server.backends.SchemaBackend
 
deleteEntry(Dn, DeleteOperation) - Method in class org.opends.server.backends.task.TaskBackend
 
deleteFiles(boolean, FileNamingPolicy) - Method in class org.forgerock.audit.retention.DiskSpaceUsedRetentionPolicy
 
deleteFiles(boolean, FileNamingPolicy) - Method in class org.forgerock.audit.retention.FreeDiskSpaceRetentionPolicy
 
deleteFiles(boolean, FileNamingPolicy) - Method in interface org.forgerock.audit.retention.RetentionPolicy
Returns all files that should be deleted according to the policy.
deleteFiles(boolean, FileNamingPolicy) - Method in class org.forgerock.audit.retention.SizeBasedRetentionPolicy
 
deleteFiles(FileNamingPolicy) - Method in class org.opends.server.loggers.FileNumberRetentionPolicy
 
deleteFiles(FileNamingPolicy) - Method in class org.opends.server.loggers.FreeDiskSpaceRetentionPolicy
 
deleteFiles(FileNamingPolicy) - Method in interface org.opends.server.loggers.RetentionPolicy
Returns all files that should be deleted according to the policy.
deleteFiles(FileNamingPolicy) - Method in class org.opends.server.loggers.SizeBasedRetentionPolicy
 
deleteIfExists(String) - Method in interface org.opends.server.backup.BackupStorage
Deletes the file with the provided name.
deleteIfExists(String) - Method in class org.opends.server.backup.FileSystemBackupStorage
 
deleteInstance(Context, String, DeleteRequest) - Method in interface org.forgerock.json.resource.CollectionResourceProvider
Removes a resource instance from the collection.
deleteInstance(Context, String, DeleteRequest) - Method in class org.forgerock.json.resource.MemoryBackend
Removes a resource instance from the collection.
deleteLogFileAfterSuccess() - Method in class org.forgerock.opendj.setup.model.TempLogFile
Closes the log file handler and delete the temp log file .
deleteManagedObject(ManagedObjectPath<?, ?>, InstantiableRelationDefinition<C, S>, String) - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
 
deleteManagedObject(ManagedObjectPath<?, ?>, InstantiableRelationDefinition<C, S>, String) - Method in interface org.forgerock.opendj.config.client.ManagementContext
Deletes the named instantiable child managed object from the named parent managed object.
deleteManagedObject(ManagedObjectPath<?, ?>, InstantiableRelationDefinition<C, S>, String) - Method in class org.forgerock.opendj.config.client.spi.Driver
Deletes the named instantiable child managed object from the named parent managed object.
deleteManagedObject(ManagedObjectPath<?, ?>, OptionalRelationDefinition<C, S>) - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
 
deleteManagedObject(ManagedObjectPath<?, ?>, OptionalRelationDefinition<C, S>) - Method in interface org.forgerock.opendj.config.client.ManagementContext
Deletes the optional child managed object from the named parent managed object.
deleteManagedObject(ManagedObjectPath<?, ?>, OptionalRelationDefinition<C, S>) - Method in class org.forgerock.opendj.config.client.spi.Driver
Deletes the optional child managed object from the named parent managed object.
deleteManagedObject(ManagedObjectPath<?, ?>, SetRelationDefinition<C, S>, String) - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
 
deleteManagedObject(ManagedObjectPath<?, ?>, SetRelationDefinition<C, S>, String) - Method in interface org.forgerock.opendj.config.client.ManagementContext
Deletes s set child managed object from the named parent managed object.
deleteManagedObject(ManagedObjectPath<?, ?>, SetRelationDefinition<C, S>, String) - Method in class org.forgerock.opendj.config.client.spi.Driver
Deletes the named instantiable child managed object from the named parent managed object.
deleteManagedObject(ManagedObjectPath<C, S>) - Method in class org.forgerock.opendj.config.client.spi.Driver
Deletes the named managed object.
DeleteMsg - Class in org.opends.server.replication.protocol
Object used when sending delete information to replication servers.
DeleteMsg(Dn, CSN, UUID) - Constructor for class org.opends.server.replication.protocol.DeleteMsg
Creates a new delete message.
DeleteMsg(CSN, Dn, UUID, String, byte[], boolean) - Constructor for class org.opends.server.replication.protocol.DeleteMsg
Creates a new delete message.
deleteOldRdn() - Method in class org.opends.server.replication.protocol.ModifyDNMsg
Get the delete old rdn option.
deleteOldRDN() - Method in class org.opends.server.core.ModifyDnOperation
 
deleteOldRDN() - Method in interface org.opends.server.types.operation.PostCommitModifyDNOperation
Indicates whether the current RDN value should be removed from the entry.
deleteOldRDN() - Method in interface org.opends.server.types.operation.PostOperationModifyDNOperation
Indicates whether the current RDN value should be removed from the entry.
deleteOldRDN() - Method in interface org.opends.server.types.operation.PostResponseModifyDNOperation
Indicates whether the current RDN value should be removed from the entry.
deleteOldRDN() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyDNOperation
Indicates whether the current RDN value should be removed from the entry.
deleteOldRDN() - Method in interface org.opends.server.types.operation.PreOperationModifyDNOperation
Indicates whether the current RDN value should be removed from the entry.
deleteOldRDN() - Method in interface org.opends.server.types.operation.PreParseModifyDNOperation
Indicates whether the current RDN value should be removed from the entry.
deleteOldRDN() - Method in interface org.opends.server.types.operation.SubordinateModifyDNOperation
Indicates whether the current RDN value should be removed from the entry.
DeleteOperation - Class in org.opends.server.core
This class defines an operation that may be used to remove an entry from the Directory Server.
DeleteOperation(RequestContext, LocalBackend<?>, DeleteRequest, Consumer<ResponseStream>) - Constructor for class org.opends.server.core.DeleteOperation
Creates a new delete operation.
DeleteRequest - Class in org.forgerock.opendj.ldap.messages
The Delete operation allows a client to request the removal of an entry from the Directory.
DeleteRequest - Interface in org.forgerock.json.resource
A request to delete a JSON resource.
deleteSubtree(String) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
deleteSubtree(String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Deletes the named entry and all of its subordinates from the Directory Server.
deleteSubtree(String) - Method in interface org.forgerock.opendj.ldap.Connection
Deletes the named entry and all of its subordinates from the Directory Server.
deleteTree(TreeName) - Method in interface org.opends.server.backends.pluggable.spi.WriteableTransaction
Deletes the tree identified by the provided name if it exists.
DeliveryModeConfig - Enum Class in org.forgerock.audit.handlers.jms
Configuration wrapper for JMS DeliveryMode persistence constants.
denormalizeJson(JsonValue) - Static method in class org.forgerock.audit.util.ElasticsearchUtil
De-normalizes JSON that was previously normalized by ElasticsearchUtil.normalizeJson(JsonValue).
deny() - Static method in interface org.forgerock.monitoring.api.instrument.config.MeterFilter
Reject a meter in published metrics.
deny(Predicate<Meter.Id>) - Static method in interface org.forgerock.monitoring.api.instrument.config.MeterFilter
When the given predicate is true, the meter should NOT be present in published metrics.
DENY - Enum constant in enum class org.forgerock.monitoring.api.instrument.config.MeterFilterReply
 
denyNameStartsWith(String) - Static method in interface org.forgerock.monitoring.api.instrument.config.MeterFilter
Meters that start with the provided name should NOT be present in published metrics.
DEPENDENCIES - Static variable in class org.forgerock.json.schema.validator.Constants
The dependencies field name.
DependencyProvider - Interface in org.forgerock.audit
An interface for a simple dependency provider.
DependencyProviderAuditEventHandlerFactory - Class in org.forgerock.audit.events.handlers
AuditEventFactory capable of performing construction injection by resolving dependencies using a DependencyProvider.
DependencyProviderAuditEventHandlerFactory(DependencyProvider) - Constructor for class org.forgerock.audit.events.handlers.DependencyProviderAuditEventHandlerFactory
Construct a new instance.
DependencyProviderBase - Class in org.forgerock.audit
Base DependencyProvider that has provides no dependencies.
DependencyProviderBase() - Constructor for class org.forgerock.audit.DependencyProviderBase
 
deploymentId(String, String, Consumer<LocalizableMessage>) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the DeploymentId which should be used for securing the deployment.
deploymentId(DeploymentId) - Method in class org.forgerock.opendj.server.embedded.ConfigParameters
Specifies the DeploymentId which should be used for securing the deployment of the directory server.
deploymentId(DeploymentId) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the DeploymentId which should be used for securing the deployment.
DeploymentId - Class in org.forgerock.opendj.security
A deployment ID, together with its password, facilitates the generation of the cryptographic keys required to protect a deployment, such as a root CA key-pair for SSL/TLS and a master key-pair for protecting symmetric keys used for data encryption.
DeploymentId.DeploymentIdParameters - Class in org.forgerock.opendj.security
The deployment ID information to be displayed by the deployment ID tool.
DeploymentIdParameters(String) - Constructor for class org.forgerock.opendj.security.DeploymentId.DeploymentIdParameters
Extracts the parameters of the given deployment ID.
Deprecated - Record Class in org.forgerock.opendj.config
Holds deprecation information of configuration objects or properties.
Deprecated(AbstractManagedObjectDefinition<?, ?>, String, boolean, Version, Condition) - Constructor for record class org.forgerock.opendj.config.Deprecated
Creates an instance of a Deprecated record class.
DereferenceAliasesPolicy - Enum Class in org.forgerock.opendj.ldap
A Search operation alias dereferencing policy as defined in RFC 4511 section 4.5.1.3 is used to indicate whether alias entries (as defined in RFC 4512) are to be dereferenced during stages of a Search operation.
deregister(HealthStatusProvider) - Method in interface org.opends.server.monitors.HealthChecker
Deregisters a HealthStatusProvider.
deregister(HealthStatusProvider) - Method in class org.opends.server.monitors.HealthChecker.HealthCheckerImpl
 
deregister(VirtualAttributeRule) - Method in class org.opends.server.core.VirtualAttributeConfigManager
Deregisters the provided virtual attribute rule.
deregisterAccountStatusNotificationHandler(Dn) - Method in class org.opends.server.core.DirectoryServer
 
deregisterAccountStatusNotificationHandler(Dn) - Method in interface org.opends.server.core.ServerContext
Deregisters the specified account status notification handler with the Directory Server.
deregisterAddListener(InstantiableRelationDefinition<?, M>, ConfigurationAddListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Deregisters an existing configuration add listener.
deregisterAddListener(InstantiableRelationDefinition<?, M>, ServerManagedObjectAddListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Deregisters an existing server managed object add listener.
deregisterAddListener(OptionalRelationDefinition<?, M>, ConfigurationAddListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Deregisters an existing configuration add listener.
deregisterAddListener(OptionalRelationDefinition<?, M>, ServerManagedObjectAddListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Deregisters an existing server managed object add listener.
deregisterAddListener(SetRelationDefinition<?, M>, ConfigurationAddListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Deregisters an existing configuration add listener.
deregisterAddListener(SetRelationDefinition<?, M>, ServerManagedObjectAddListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Deregisters an existing server managed object add listener.
deregisterAddListener(Dn, ConfigAddListener) - Method in interface org.forgerock.opendj.config.server.spi.ConfigurationRepository
Deregisters the provided add listener so that it will no longer be notified if any new entries are added immediately below the entry corresponding to the provided DN.
deregisterAddListener(Dn, ConfigAddListener) - Method in class org.opends.server.config.ConfigurationHandler
 
deregisterAlertGenerator(AlertGenerator) - Method in class org.opends.server.core.DirectoryServer
 
deregisterAlertGenerator(AlertGenerator) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided alert generator with the Directory Server.
deregisterAlertHandler(AlertHandler<?>) - Method in class org.opends.server.core.DirectoryServer
 
deregisterAlertHandler(AlertHandler<?>) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided alert handler with the Directory Server.
deregisterAll() - Method in class org.forgerock.monitoring.api.instrument.MeterRegistryHolder
Deregister all meters held by this object.
deregisterAll() - Method in class org.opends.server.api.MeterRegistryHolder
Deregisters all the meters registered through this registry.
deregisterAll() - Method in class org.opends.server.api.MonitorProvider
Deregisters all the meters registered by this monitor provider.
deregisterAllGroups() - Method in class org.opends.server.core.GroupManager
Removes all group instances that might happen to be registered with the group manager.
deregisterAuthenticationPolicy(Dn) - Method in class org.opends.server.core.DirectoryServer
 
deregisterAuthenticationPolicy(Dn) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided authentication policy with the Directory Server.
deregisterBackend(Backend<? extends BackendCfg>) - Method in class org.opends.server.core.BackendConfigManager
Deregisters a backend.
deregisterBackendMonitor() - Method in class org.opends.server.api.Backend
Deregisters the backend monitor of this backend.
deregisterBackendMonitor() - Method in class org.opends.server.api.LocalBackend
 
deregisterBackendMonitor() - Method in class org.opends.server.backends.ProxyBackend
 
deregisterBackupStorageProvider(BackupStorageProvider) - Method in class org.opends.server.core.DirectoryServer
 
deregisterBackupStorageProvider(BackupStorageProvider) - Method in interface org.opends.server.core.ServerContext
Deregisters a backup storage provider.
deregisterBackupTaskListener(BackupTaskListener) - Method in class org.opends.server.core.DirectoryServer
Deregisters the provided backup task listener with the Directory Server.
deregisterBackupTaskListener(BackupTaskListener) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided backup task listener with the Directory Server.
deregisterBaseDnMonitors() - Method in class org.opends.server.monitors.LocalBackendMonitor
Deregisters monitoring entries associated to the base DNs handled by the monitored backend in the directory server.
deregisterBaseDNs(Backend<? extends BackendCfg>) - Method in class org.opends.server.core.BackendConfigManager
Deregisters all the base DNs for the provided backend.
deregisterCertificateMapper(Dn) - Method in class org.opends.server.core.DirectoryServer
 
deregisterCertificateMapper(Dn) - Method in interface org.opends.server.core.ServerContext
Deregisters the specified certificate mapper with the Directory Server.
deregisterChangeListener(ConfigurationChangeListener<? super S>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Deregisters an existing configuration change listener.
deregisterChangeListener(ServerManagedObjectChangeListener<? super S>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Deregisters an existing server managed object change listener.
deregisterChangeListener(ServiceDiscoveryChangeListener) - Method in class org.forgerock.opendj.discovery.StaticServiceDiscoveryMechanism
 
deregisterChangeListener(ServiceDiscoveryChangeListener) - Method in interface org.forgerock.opendj.discovery.ServiceDiscoveryMechanism
De-registers a listener from notifications on service changes.
deregisterChangeListener(Dn, ConfigChangeListener) - Method in interface org.forgerock.opendj.config.server.spi.ConfigurationRepository
Attempts to deregister the provided change listener with the provided DN.
deregisterChangeListener(Dn, ConfigChangeListener) - Method in class org.opends.server.config.ConfigurationHandler
 
deregisterChangeListener(SubentryChangeListener) - Method in class org.opends.server.core.SubentryManager
Deregisters the provided change notification listener with this manager so that it will no longer be notified of any add, delete, modify, or modify DN operations that are performed.
deregisterChangeListener(ServiceDiscoveryChangeListener) - Method in class org.opends.server.discovery.StaticServiceDiscoveryMechanism
 
deregisterChangeListener(ServiceDiscoveryChangeListener) - Method in interface org.opends.server.discovery.ServiceDiscoveryMechanism
De-registers a listener from notifications on service changes.
deregisterConnectionHandler(ConnectionHandler<?>) - Method in class org.opends.server.core.DirectoryServer
 
deregisterConnectionHandler(ConnectionHandler<?>) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided connection handler with the Directory Server.
deregisterDeleteListener(InstantiableRelationDefinition<?, M>, ConfigurationDeleteListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Deregisters an existing configuration delete listener.
deregisterDeleteListener(InstantiableRelationDefinition<?, M>, ServerManagedObjectDeleteListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Deregisters an existing server managed object delete listener.
deregisterDeleteListener(OptionalRelationDefinition<?, M>, ConfigurationDeleteListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Deregisters an existing configuration delete listener.
deregisterDeleteListener(OptionalRelationDefinition<?, M>, ServerManagedObjectDeleteListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Deregisters an existing server managed object delete listener.
deregisterDeleteListener(SetRelationDefinition<?, M>, ConfigurationDeleteListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Deregisters an existing configuration delete listener.
deregisterDeleteListener(SetRelationDefinition<?, M>, ServerManagedObjectDeleteListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Deregisters an existing server managed object delete listener.
deregisterDeleteListener(Dn, ConfigDeleteListener) - Method in interface org.forgerock.opendj.config.server.spi.ConfigurationRepository
Deregisters the provided delete listener so that it will no longer be notified if any entries are deleted immediately below the entry corresponding to the provided DN.
deregisterDeleteListener(Dn, ConfigDeleteListener) - Method in class org.opends.server.config.ConfigurationHandler
 
deregisterExportTaskListener(ExportTaskListener) - Method in class org.opends.server.core.DirectoryServer
Deregisters the provided LDIF export task listener with the Directory Server.
deregisterExportTaskListener(ExportTaskListener) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided LDIF export task listener with the Directory Server.
deregisterIdentityMapper(Dn) - Method in class org.opends.server.core.DirectoryServer
 
deregisterIdentityMapper(Dn) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided identity mapper for use with the Directory Server.
deregisterImportTaskListener(ImportTaskListener) - Method in class org.opends.server.core.DirectoryServer
Deregisters the provided LDIF import task listener with the Directory Server.
deregisterImportTaskListener(ImportTaskListener) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided LDIF import task listener with the Directory Server.
deregisterInternalPlugin(InternalDirectoryServerPlugin) - Method in class org.opends.server.core.DirectoryServer
 
deregisterInternalPlugin(InternalDirectoryServerPlugin) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided internal plugin with the Directory Server.
deregisterLocalBackendInitializationListener(LocalBackendInitializationListener) - Method in class org.opends.server.core.BackendConfigManager
Deregisters a local backend initialization listener.
deregisterMatching(MeterFilter) - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry
Deregister meters matching the provided filter.
deregisterMatching(MeterFilter) - Method in class org.forgerock.monitoring.api.instrument.MeterRegistryHolder
 
deregisterMatching(MeterFilter) - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry
 
deregisterMatching(MeterFilter) - Method in class org.opends.server.api.MeterRegistryHolder
 
deregisterMonitoredDirectory(DiskSpaceMonitorHandler) - Method in class org.opends.server.extensions.DiskSpaceMonitor
Deregisters the provided handler from its associated monitored disk.
deregisterMonitorProvider(MonitorProvider) - Method in class org.opends.server.core.DirectoryServer
 
deregisterMonitorProvider(MonitorProvider) - Method in interface org.opends.server.core.ServerContext
Deregisters the specified monitor provider from the Directory Server.
deregisterPasswordGenerator(Dn) - Method in class org.opends.server.core.DirectoryServer
 
deregisterPasswordGenerator(Dn) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided password generator for use with the Directory Server.
deregisterPasswordStorageScheme(Dn) - Method in class org.opends.server.core.DirectoryServer
 
deregisterPasswordStorageScheme(Dn) - Method in interface org.opends.server.core.ServerContext
Deregisters the specified password storage scheme with the Directory Server.
deregisterPasswordValidator(Dn) - Method in class org.opends.server.core.DirectoryServer
 
deregisterPasswordValidator(Dn) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided password validator for use with the Directory Server.
deregisterPersistentSearch() - Method in class org.opends.server.core.DirectoryServer
 
deregisterPersistentSearch() - Method in interface org.opends.server.core.ServerContext
Deregisters a canceled persistent search.
deregisterPersistentSearch(PersistentSearch) - Method in class org.opends.server.api.ClientConnection
Deregisters the provided persistent search for this client.
deregisterPersistentSearch(PersistentSearch) - Method in class org.opends.server.api.LocalBackend
Deregisters the provided persistent search operation from this backend so that it will no longer be notified of any add, delete, modify, or modify DN operations that are performed.
deregisterRestoreTaskListener(RestoreTaskListener) - Method in class org.opends.server.core.DirectoryServer
Deregisters the provided restore task listener with the Directory Server.
deregisterRestoreTaskListener(RestoreTaskListener) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided restore task listener with the Directory Server.
deregisterRetentionPolicy(Dn) - Method in class org.opends.server.core.DirectoryServer
 
deregisterRetentionPolicy(Dn) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided log retention policy with the Directory Server.
deregisterRotationPolicy(Dn) - Method in class org.opends.server.core.DirectoryServer
 
deregisterRotationPolicy(Dn) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided log rotation policy with the Directory Server.
deregisterSASLMechanismHandler(String) - Method in class org.opends.server.core.DirectoryServer
 
deregisterSASLMechanismHandler(String) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided SASL mechanism handler with the Directory Server.
deregisterShutdownListener(ServerShutdownListener) - Method in class org.opends.server.core.DirectoryServer
 
deregisterShutdownListener(ServerShutdownListener) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided shutdown listener with the Directory Server.
deregisterSupportedControl(String) - Method in class org.opends.server.core.DirectoryServer
 
deregisterSupportedControl(String) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided OID as a supported control for the Directory Server.
deregisterSupportedExtension(String) - Method in class org.opends.server.core.DirectoryServer
 
deregisterSupportedExtension(String) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided extended operation handler with the Directory Server.
deregisterSupportedFeature(String) - Method in class org.opends.server.core.DirectoryServer
 
deregisterSupportedFeature(String) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided OID as a supported feature for the Directory Server.
deregisterSupportedLDAPVersion(int, ConnectionHandler<?>) - Method in class org.opends.server.core.DirectoryServer
 
deregisterSupportedLDAPVersion(int, ConnectionHandler<?>) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided LDAP protocol version as supported within the Directory Server.
deregisterSynchronizationProvider(SynchronizationProvider<?>) - Method in class org.opends.server.core.DirectoryServer
 
deregisterSynchronizationProvider(SynchronizationProvider<?>) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided synchronization provider with the Directory Server.
deregisterVirtualAttribute(VirtualAttributeRule) - Method in class org.opends.server.core.DirectoryServer
 
deregisterVirtualAttribute(VirtualAttributeRule) - Method in interface org.opends.server.core.ServerContext
Deregisters the provided virtual attribute rule with the Directory Server.
descendingOrder(String) - Static method in class org.forgerock.json.resource.SortKey
Creates a new descending-order sort key for the provided JSON field.
descendingOrder(JsonPointer) - Static method in class org.forgerock.json.resource.SortKey
Creates a new descending-order sort key for the provided JSON field.
DescribableRequestHandler - Class in org.forgerock.opendj.rest2ldap
Decorator for a request handler that can return an api descriptor of the underlying handler.
DescribableRequestHandler(RequestHandler) - Constructor for class org.forgerock.opendj.rest2ldap.DescribableRequestHandler
Builds an object decorating the provided handler.
DescribedSyncRequestHandlerAdapter - Class in org.forgerock.json.resource
Version of SynchronousRequestHandlerAdapter that exposes a described handler.
description() - Element in annotation interface org.forgerock.monitoring.api.annotation.Timed
 
description(String) - Method in class org.forgerock.monitoring.api.instrument.Counter.Builder
Associate a description with the Counter
description(String) - Method in class org.forgerock.monitoring.api.instrument.DistributionSummary.Builder
 
description(String) - Method in class org.forgerock.monitoring.api.instrument.Gauge.Builder
 
description(String) - Method in class org.forgerock.monitoring.api.instrument.Meter.Builder
 
description(String) - Method in class org.forgerock.monitoring.api.instrument.TimeGauge.Builder
 
description(String) - Method in class org.forgerock.monitoring.api.instrument.Timer.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
 
description(String) - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Sets this profile parameter description.
description(LocalizableMessage) - Method in class org.forgerock.opendj.rest2ldap.Resource
Sets the description of this resource.
DESCRIPTION - Static variable in class org.forgerock.json.schema.validator.Constants
The type field name.
descriptionIfNoValueSet(String) - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Sets the message to be displayed instead of the parameter description if no value is provided for this parameter.
destination - Variable in class org.opends.server.replication.protocol.InitializationMsg
The destination server or servers of this message.
destroy() - Method in class org.forgerock.opendj.ldap.messages.BindRequest
Destroys the credentials contained within this bind request.
destroy() - Method in class org.forgerock.secrets.GenericSecret
 
destroy() - Method in class org.opends.server.schema.SchemaHandler
Destroys the structures maintained by this handler so that they are no longer usable.
destroySilently(SecretKey) - Static method in class org.opends.server.api.PasswordStorageScheme
Invokes Destroyable.destroy() ignoring any errors which occurred.
DETAIL - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The detail event payload field name.
detectChangesOnInitialization() - Method in class org.opends.server.schema.SchemaHandler
Detects offline schema changes by comparing schema files and concatenated schema.
determineRequestType(Request) - Static method in class org.forgerock.json.resource.http.HttpUtils
Determines which CREST operation (CRUDPAQ) of the incoming request.
DictionaryPasswordValidator - Class in org.opends.server.extensions
This class provides an OpenDS password validator that may be used to ensure that proposed passwords are not contained in a specified dictionary.
DictionaryPasswordValidator() - Constructor for class org.opends.server.extensions.DictionaryPasswordValidator
Creates a new instance of this dictionary password validator.
DictionaryPasswordValidatorCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Dictionary Password Validator settings.
DictionaryPasswordValidatorCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Dictionary Password Validator settings.
DictionaryPasswordValidatorCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Dictionary Password Validator managed object definition meta information.
diff(JsonValue) - Method in class org.forgerock.json.JsonValue
Performs a deep comparison of this JSON vlaue with another JSON value, and produces a JSON Patch value, which contains the operations necessary to modify the current value to arrive at the target value.
diff(JsonValue, JsonValue) - Static method in class org.forgerock.json.JsonPatch
Compares two JSON values, and produces a JSON Patch value, which contains the operations necessary to modify the original value to arrive at the target value.
diff(EntryReader, EntryReader) - Static method in class org.forgerock.opendj.ldif.Ldif
Compares the content of source to the content of target and returns the differences in a change record reader.
diff(EntryReader, EntryReader, Options) - Static method in class org.forgerock.opendj.ldif.Ldif
Compares the content of source to the content of target and returns the differences in a change record reader.
DIFF_STRATEGY - Static variable in class org.forgerock.opendj.ldap.Entries
Defines the strategy to use to compute changes.
diffEntries(Entry, Entry) - Static method in class org.forgerock.opendj.ldap.Entries
Creates a new modify request containing a list of modifications which can be used to transform fromEntry into entry toEntry.
diffEntries(Entry, Entry, Options) - Static method in class org.forgerock.opendj.ldap.Entries
Creates a new modify request containing a list of modifications which can be used to transform fromEntry into entry toEntry.
DigestMD5SASLMechanismHandler - Class in org.opends.server.extensions
This class provides an implementation of a SASL mechanism that authenticates clients through DIGEST-MD5.
DigestMD5SASLMechanismHandler() - Constructor for class org.opends.server.extensions.DigestMD5SASLMechanismHandler
Creates a new instance of this SASL mechanism handler.
DigestMd5SaslMechanismHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying DIGEST-MD5 SASL Mechanism Handler settings.
DigestMd5SaslMechanismHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying DIGEST-MD5 SASL Mechanism Handler settings.
DigestMd5SaslMechanismHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the DIGEST-MD5 SASL Mechanism Handler managed object definition meta information.
DigestMd5SaslMechanismHandlerCfgDefn.QualityOfProtection - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "quality-of-protection" property.
DIGITAL_SIGNATURE - Enum constant in enum class org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Verify digital signatures other than signatures on certificates and certificate revocation lists.
DIRECTORY_OPERATION - Enum constant in enum class org.forgerock.opendj.ldap.schema.AttributeUsage
The attribute usage intended for standard operational attributes.
DirectoryEnvironmentConfig - Class in org.opends.server.types
This class provides a set of properties that may control various aspects of the server environment.
DirectoryEnvironmentConfig() - Constructor for class org.opends.server.types.DirectoryEnvironmentConfig
Creates a new directory environment configuration initialized from the system properties defined in the JVM.
DirectoryEnvironmentConfig(boolean) - Constructor for class org.opends.server.types.DirectoryEnvironmentConfig
Creates a new directory environment configuration initialized from the system properties defined in the JVM.
DirectoryServer - Class in org.opends.server.core
This class defines the core of the Directory Server.
DirectoryServer.DirectoryServerVersionHandler - Class in org.opends.server.core
Class that prints the version of OpenDJ server to System.out.
DirectoryServer.InitializationBuilder - Class in org.opends.server.core
Initialize the client DirectoryServer singleton by using a fluent interface.
DirectoryServerMBean - Interface in org.opends.server.api
This interface must be implemented by all Directory Server components that interact with JMX in any way.
DirectoryServerPlugin<T extends PluginCfg> - Class in org.opends.server.api.plugin
This class defines the set of methods and structures that are available for use in Directory Server plugins.
DirectoryServerPlugin() - Constructor for class org.opends.server.api.plugin.DirectoryServerPlugin
Creates a new instance of this Directory Server plugin.
DirectoryServerShutdownHook - Class in org.opends.server.core
This class defines a shutdown hook that will be invoked automatically when the JVM is shutting down.
DirectoryServerShutdownHook(ServerContext) - Constructor for class org.opends.server.core.DirectoryServerShutdownHook
Creates a new shutdown hook that will stop the Directory Server when it is determined that the JVM is shutting down.
DirectoryServerVersionHandler() - Constructor for class org.opends.server.core.DirectoryServer.DirectoryServerVersionHandler
 
DirectoryThread - Class in org.opends.server.api
This class defines a generic thread that should be the superclass for all threads created by the Directory Server.
DirectoryThread(Runnable, String, ServerContext) - Constructor for class org.opends.server.api.DirectoryThread
Creates a new instance of this directory thread with the specified name and with the specified target as its run object.
DirectoryThread(String, ServerContext) - Constructor for class org.opends.server.api.DirectoryThread
Creates a new instance of this directory thread with the specified name.
DirectoryWatcher - Class in org.forgerock.util
High-level interface to the WatchService API for detecting filesystem change events.
DirectoryWatcher(ScheduledExecutorService, WatchEvent.Modifier...) - Constructor for class org.forgerock.util.DirectoryWatcher
Initializes the directory watcher.
DirectoryWatcher.ChangeListener - Class in org.forgerock.util
A change listener for a single directory that can be used to register notification callbacks and to cancel observing this directory.
DISABLE - Enum constant in enum class org.opends.server.backends.task.FailedDependencyAction
The action that indicates that the dependent task should be disabled so that an administrator will have to re-enable it before it can start.
disableAdminDataSynchronization() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Indicates whether the Directory Server startup process should skip the synchronization between admin data and the configuration.
disableCaching() - Static method in class org.forgerock.json.resource.ResponseCacheControl
Indicates that clients and proxies should never cache the response under any circumstances.
disableConnectionHandlers() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Indicates whether the Directory Server startup process should skip the connection handler creation and initialization phases.
disableConnectionHandlers(boolean) - Method in class org.forgerock.opendj.server.embedded.ConfigParameters
Sets the indicator allowing to disable the connection handlers.
DISABLED - Enum constant in enum class org.forgerock.opendj.rest2ldap.ReadOnUpdatePolicy
The LDAP entry will not be read when an update is performed.
DISABLED - Enum constant in enum class org.forgerock.opendj.rest2ldap.schema.JsonSchema.ValidationPolicy
JSON validation policy which does not perform any validation.
DISABLED - Enum constant in enum class org.forgerock.opendj.security.SslOptions.ClientAuthPolicy
If this policy is selected it means that no client authentication is desired.
DISABLED - Enum constant in enum class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn.JsonValidationPolicy
JSON syntax values will not be validated and, as a result any sequence of bytes will be acceptable.
DISABLED - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.WritabilityMode
The directory server rejects all write operations that are requested of it, regardless of their origin.
DISABLED - Enum constant in enum class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn.SslClientAuthPolicy
Clients must not provide their own certificates when performing SSL negotiation.
DISABLED - Enum constant in enum class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn.SslClientAuthPolicy
Clients must not provide their own certificates when performing SSL negotiation.
DISABLED - Enum constant in enum class org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn.WritabilityMode
Causes all write attempts to fail.
DISABLED - Enum constant in enum class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn.ChangelogEnabled
The "cn=changelog" backend will not be available to client applications.
DISABLED - Enum constant in enum class org.opends.server.backends.task.TaskState
The task state that indicates that the task has been disabled by an administrator.
DISABLED - Enum constant in enum class org.opends.server.types.WritabilityMode
Indicates that all write operations should be rejected.
disableHttpConnectionHandler() - Method in class org.forgerock.opendj.setup.model.Setup
Disables the HTTP connection handler.
disableHttpSecureConnectionHandler() - Method in class org.forgerock.opendj.setup.model.Setup
Disables the HTTPS connection handler.
disableLdapConnectionHandler() - Method in class org.forgerock.opendj.setup.model.Setup
Disables the LDAP connection handler.
disableLdapSecureConnectionHandler() - Method in class org.forgerock.opendj.setup.model.Setup
Disables the LDAPS connection handler.
disableMonitorUserCreation() - Method in class org.forgerock.opendj.setup.model.Setup
Specifies that a monitor user must not be created in the DS server to be setup.
disableServerStartupLogger() - Method in class org.opends.server.loggers.ErrorLogger
Disables the server startup error logger.
disableService() - Method in class org.opends.server.tools.ConfigureWindowsService
Disables OpenDJ to run as a windows service.
disableSynchronization() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Indicates whether the Directory Server startup process should skip the synchronization provider creation and initialization phases.
DISALLOW - Static variable in class org.forgerock.json.schema.validator.Constants
Deprecated.
removed in JSON schema draft 04
disconnect() - Method in interface org.forgerock.opendj.ldap.LdapSession
Disconnects the client without sending a disconnect notification.
disconnect(ResultCode, CharSequence) - Method in interface org.forgerock.opendj.ldap.LdapSession
Disconnects the client and sends a disconnect notification, containing the provided result code and diagnostic message.
disconnect(DisconnectReason, boolean, LocalizableMessage) - Method in class org.opends.server.api.ClientConnection
Asynchronously closes the connection to the client, optionally sending it a message indicating the reason for the closure.
disconnect(DisconnectReason, boolean, LocalizableMessage) - Method in class org.opends.server.protocols.jmx.JmxClientConnection
 
DISCONNECT - Enum constant in enum class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn.LogRecordType
Client disconnections
DISCONNECT_CLIENT - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the user to terminate other client connections.
DISCONNECT_CLIENT - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to terminate arbitrary client connections.
disconnectClient(DisconnectReason, boolean, LocalizableMessage) - Static method in record class org.opends.server.api.plugin.PluginResult.PostConnect
Defines a new stop processing post connect plugin result.
DisconnectClientTask - Class in org.opends.server.tasks
This class provides an implementation of a Directory Server task that can be used to terminate a client connection.
DisconnectClientTask() - Constructor for class org.opends.server.tasks.DisconnectClientTask
 
DISCONNECTED_OPERATION - Static variable in class org.forgerock.json.resource.AdviceWarning
112 Disconnected operation SHOULD be included if the cache is intentionally disconnected from the rest of the network for a period of time.
DisconnectException - Exception in org.opends.server.types
A disconnect exception is thrown in order to indicate that an accepted connection has been rejected and must be disconnected immediately.
DisconnectException(DisconnectReason, LocalizableMessage) - Constructor for exception org.opends.server.types.DisconnectException
Creates a new initialization exception with the provided message.
disconnectReason() - Method in record class org.opends.server.api.plugin.PluginResult.PostConnect
Returns the value of the disconnectReason record component.
DisconnectReason - Enum Class in org.opends.server.types
This enumeration defines the set of possible reasons for the closure of a connection between a client and the Directory Server.
DISCOVERY_INTERVAL - Static variable in class org.forgerock.opendj.discovery.StaticServiceDiscoveryMechanism
Interval between two replication server configuration discovery queries.
diskFullThresholdReached(File, long) - Method in interface org.opends.server.api.DiskSpaceMonitorHandler
Notifies that the registered "full" threshold have been reached.
diskFullThresholdReached(File, long) - Method in class org.opends.server.backends.jeb.JEStorage
 
diskFullThresholdReached(File, long) - Method in class org.opends.server.replication.server.ReplicationServer
 
diskLowThresholdReached(File, long) - Method in interface org.opends.server.api.DiskSpaceMonitorHandler
Notifies that the registered "low" threshold have been reached.
diskLowThresholdReached(File, long) - Method in class org.opends.server.backends.jeb.JEStorage
 
diskLowThresholdReached(File, long) - Method in class org.opends.server.replication.server.ReplicationServer
 
DiskSpaceMonitor - Class in org.opends.server.extensions
This class provides an application-wide disk space monitoring service.
DiskSpaceMonitor(ServerContext) - Constructor for class org.opends.server.extensions.DiskSpaceMonitor
Constructs a new DiskSpaceMonitor that will notify registered DiskSpaceMonitorHandler objects when filesystems on which configured directories reside, fall below the provided thresholds.
DiskSpaceMonitorHandler - Interface in org.opends.server.api
This interface defines the set of methods that must be implemented for a DiskSpaceMonitorHandler.
diskSpaceRestored(File, long, long) - Method in interface org.opends.server.api.DiskSpaceMonitorHandler
Notifies that the free disk space is now above both "low" and "full" thresholds.
diskSpaceRestored(File, long, long) - Method in class org.opends.server.backends.jeb.JEStorage
 
diskSpaceRestored(File, long, long) - Method in class org.opends.server.replication.server.ReplicationServer
 
DiskSpaceUsedRetentionPolicy - Class in org.forgerock.audit.retention
A RetentionPolicy that will retain/delete log files based off the total disk space used.
DiskSpaceUsedRetentionPolicy(long) - Constructor for class org.forgerock.audit.retention.DiskSpaceUsedRetentionPolicy
Constructs a DiskSpaceUsedRetentionPolicy with a given maximum of disk space to use in bytes.
dispatchUpdateForReplay(UpdateMsg) - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
The listener thread takes care of processing dependencies between messages via ReplicationDomain.dispatchUpdateForReplay(UpdateMsg), dispatching updates to the replay threads.
dispatchUpdateForReplay(UpdateMsg) - Method in class org.opends.server.replication.service.ReplicationDomain
This method ensures this UpdateMsg received from remote replication entities will be replayed, by dispatching it to the replay threads.
dispose() - Method in class org.forgerock.opendj.io.rx.SaslRxSocket
Disposes the SASL client/server, but does not close the underlying socket.
DISTRIBUTED_OPERATION - Enum constant in enum class org.forgerock.opendj.ldap.schema.AttributeUsage
The attribute usage intended for non-standard operational attributes shared among multiple DSAs.
DISTRIBUTION_SUMMARY - Enum constant in enum class org.forgerock.monitoring.api.instrument.Meter.Type
 
DistributionSummary - Interface in org.forgerock.monitoring.api.instrument
Track the sample distribution of events.
DistributionSummary.Builder - Class in org.forgerock.monitoring.api.instrument
Fluent builder for distribution summaries.
distrustAll() - Static method in class org.forgerock.opendj.security.TrustManagers
Returns an X509TrustManager which does not trust any certificates.
DITCacheMap<T> - Class in org.opends.server.api
The DITCacheMap class implements custom Map for structural storage of arbitrary objects in Directory Information Tree (DIT) like structure.
DITCacheMap() - Constructor for class org.opends.server.api.DITCacheMap
Default constructor.
DitContentRule - Class in org.forgerock.opendj.ldap.schema
This class defines a DIT content rule, which defines the set of allowed, required, and prohibited attributes for entries with a given structural objectclass, and also indicates which auxiliary classes may be included in the entry.
DitContentRule.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing DIT content rule.
DitStructureRule - Class in org.forgerock.opendj.ldap.schema
This class defines a DIT structure rule, which is used to indicate the types of children that entries may have.
DitStructureRule.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing DIT structure rules.
DIVISIBLEBY - Static variable in class org.forgerock.json.schema.validator.Constants
Deprecated.
renamed to multipleOf in JSON schema draft 04
DivisibleByHelper - Class in org.forgerock.json.schema.validator.helpers
This class checks a Number instance.
DivisibleByHelper() - Constructor for class org.forgerock.json.schema.validator.helpers.DivisibleByHelper
 
dn() - Method in interface org.forgerock.opendj.config.Configuration
Gets the DN of the LDAP entry associated with this configuration.
dn() - Method in class org.forgerock.opendj.rest2ldap.authz.JwtSigningContext
Retuns the associated dn of this context.
dn() - Method in class org.opends.server.backends.ConfigurationBackend.ConfigurationBackendCfg
 
Dn - Class in org.forgerock.opendj.ldap
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the concatenation of its relative distinguished name (RDN) and its immediate superior's DN.
DN_BACKEND_BASE - Static variable in class org.opends.server.config.ConfigConstants
The DN of the entry that will serve as the base for all Directory Server backends.
DN_CONFIG_ROOT - Static variable in class org.opends.server.config.ConfigConstants
The DN of the entry that will serve as the root for the Directory Server configuration.
DN_DEFAULT_SCHEMA_ROOT - Static variable in class org.opends.server.config.ConfigConstants
The DN of the entry that will serve as the default root for the Directory Server schema information, unless an alternate location is defined in the configuration.
DN_ENTRY_CACHE_BASE - Static variable in class org.opends.server.config.ConfigConstants
The DN of the entry that will hold the configuration for the Directory Server entry cache.
DN_EXTERNAL_CHANGELOG_ROOT - Static variable in class org.opends.server.util.ServerConstants
The base Dn for the external change log.
DN_MONITOR_CHANGELOG - Static variable in class org.opends.server.config.ConfigConstants
The DN of the entry that will serve as the base for all Directory Server replication changelog information.
DN_MONITOR_ROOT - Static variable in class org.opends.server.config.ConfigConstants
The DN of the entry that will serve as the base for all Directory Server monitor information.
DN_TASK_ROOT - Static variable in class org.opends.server.config.ConfigConstants
The DN of the entry that will serve as the base for all Directory Server task information.
DN2ID_INDEX_NAME - Static variable in interface org.opends.server.backends.pluggable.SuffixContainer
The name of the index associating normalized DNs to ids.
dnOf(ResourcePath, SchemaResolver) - Static method in class org.forgerock.opendj.rest2ldap.Hdap
Decodes the provided URL encoded resource path as a DN.
dnOfRequest(Request) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Returns the DN of the entry targeted by the provided request, or null if the target entry cannot be determined.
dnParameter(String) - Method in class org.forgerock.opendj.setup.model.Profile.ParameterFactory
Creates and returns a new DN parameter.
DnPropertyDefinition - Class in org.forgerock.opendj.config
DN property definition.
DnPropertyDefinition.Builder - Class in org.forgerock.opendj.config
An interface for incrementally constructing DN property definitions.
DNS - Class in org.opends.server.authorization.dseecompat
This class implements the dns bind rule keyword.
dnTemplate(String) - Method in class org.forgerock.opendj.rest2ldap.CollectionSubResource
Sets the relative DN template beneath which the sub-resource LDAP entries will be located.
dnTemplate(String) - Method in class org.forgerock.opendj.rest2ldap.SingletonSubResource
Sets the relative DN template of the single sub-resource LDAP entry.
DO_NOT_REPLICATE - Enum constant in enum class org.forgerock.opendj.server.core.RequestContext.RequestFlag
The request MUST NOT be replicated elsewhere (repair control and housekeeping).
DOC_DEFAULT_INSTANCE_PATH - Static variable in class org.opends.messages.ServerMessages
/path/to/opendj
DocGeneratorSubCommandHandler - Class in org.forgerock.opendj.config.dsconfig
Adds a hidden sub-command to write generated reference documentation for the dsconfig command.
doClose() - Method in class org.opends.server.api.ConnectionHandler
Closes this connection handler so that it will no longer accept new client connections.
doClose() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
 
doClose() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
 
doClose() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
doClose() - Method in class org.opends.server.protocols.LDIFConnectionHandler
 
doFilter(String, JsonValue) - Method in interface org.forgerock.audit.filter.Filter
Runs a filter on the given audit event.
doInitializeConnectionHandler(ServerContext, HttpConnectionHandlerCfg) - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
 
doInitializeConnectionHandler(ServerContext, JmxConnectionHandlerCfg) - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
 
doInitializeConnectionHandler(ServerContext, LdapConnectionHandlerCfg) - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
doInitializeConnectionHandler(ServerContext, LdifConnectionHandlerCfg) - Method in class org.opends.server.protocols.LDIFConnectionHandler
 
doInitializeConnectionHandler(ServerContext, T) - Method in class org.opends.server.api.ConnectionHandler
Initializes this connection handler provider based on the information in the provided connection handler configuration.
doLDIFImport(LDIFImportConfig, Entry) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done during an LDIF import operation immediately after reading an entry and confirming that it should be imported based on the provided configuration.
doLDIFImport(LDIFImportConfig, Entry) - Method in class org.opends.server.plugins.EntityTagPlugin
 
doLDIFImport(LDIFImportConfig, Entry) - Method in class org.opends.server.plugins.EntryUUIDPlugin
 
doLDIFImport(LDIFImportConfig, Entry) - Method in class org.opends.server.plugins.PasswordPolicyImportPlugin
 
doLDIFImport(LDIFImportConfig, Entry) - Method in class org.opends.server.plugins.SevenBitCleanPlugin
 
doLDIFImport(LDIFImportConfig, Entry) - Method in class org.opends.server.replication.plugin.FractionalLDIFImportPlugin
See class comment for what we achieve here...
doLDIFImportBegin(LDIFImportConfig) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Starts an import session.
doLDIFImportEnd(LDIFImportConfig) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Terminates an import session.
doLDIFImportEnd(LDIFImportConfig) - Method in class org.opends.server.replication.plugin.FractionalLDIFImportPlugin
 
DOMAIN_SUFFIX - Static variable in class org.opends.server.replication.server.changelog.file.ReplicationEnvironment
The suffix of the domains changelog directories.
DomainDBCursor - Class in org.opends.server.replication.server.changelog.file
Cursor iterating over a replication domain's replica DBs.
DomainDBCursor(Dn, ReplicationDomainDB, DBCursor.CursorOptions) - Constructor for class org.opends.server.replication.server.changelog.file.DomainDBCursor
Builds a DomainDBCursor instance.
domainDn() - Method in record class org.opends.server.replication.server.changelog.file.ReplicationEnvironment.DomainState
Returns the value of the domainDn record component.
domainId() - Method in record class org.opends.server.replication.server.changelog.file.ReplicationEnvironment.DomainState
Returns the value of the domainId record component.
domainParameter(String) - Method in class org.forgerock.opendj.setup.model.Profile.ParameterFactory
Creates and returns a new domain parameter.
DomainReplicaId - Record Class in org.opends.server.replication.server.changelog.api
Identifier comprised of the domain baseDN and its replicaId within this domain.
DomainReplicaId(Dn, ReplicaId) - Constructor for record class org.opends.server.replication.server.changelog.api.DomainReplicaId
Creates an instance of a DomainReplicaId record class.
DomainReplicaId.MigrateToDomainReplicaId - Annotation Interface in org.opends.server.replication.server.changelog.api
Marker annotation during the migration.
DomainState(Dn, String, ServerState, ServerState) - Constructor for record class org.opends.server.replication.server.changelog.file.ReplicationEnvironment.DomainState
Creates an instance of a DomainState record class.
domainToGenerationId() - Method in record class org.opends.server.replication.server.ChangelogState
Returns the value of the domainToGenerationId record component.
DoneMsg - Class in org.opends.server.replication.protocol
This message is part of the replication protocol.
DoneMsg(ReplicaId, ReplicaId) - Constructor for class org.opends.server.replication.protocol.DoneMsg
Creates a message.
doPostCommit(PostCommitAddOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has committed an add operation.
doPostCommit(PostCommitAddOperation) - Method in class org.opends.server.core.GroupManager
 
doPostCommit(PostCommitAddOperation) - Method in class org.opends.server.core.SubentryManager
 
doPostCommit(PostCommitDeleteOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has committed a delete operation.
doPostCommit(PostCommitDeleteOperation) - Method in class org.opends.server.core.GroupManager
 
doPostCommit(PostCommitDeleteOperation) - Method in class org.opends.server.core.SubentryManager
 
doPostCommit(PostCommitModifyDNOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has committed a modify DN operation.
doPostCommit(PostCommitModifyDNOperation) - Method in class org.opends.server.core.GroupManager
 
doPostCommit(PostCommitModifyDNOperation) - Method in class org.opends.server.core.SubentryManager
 
doPostCommit(PostCommitModifyOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has committed a modify operation.
doPostCommit(PostCommitModifyOperation) - Method in class org.opends.server.core.GroupManager
 
doPostCommit(PostCommitModifyOperation) - Method in class org.opends.server.core.SubentryManager
 
doPostConnect(ClientConnection) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any processing that should be done when the Directory Server accepts a new connection from a client.
doPostDisconnect(ClientConnection, DisconnectReason, LocalizableMessage) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
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).
doPostOperation(PostOperationAbandonOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed processing for an abandon operation.
doPostOperation(PostOperationAddOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed the core processing for an add operation but before the response has been sent to the client.
doPostOperation(PostOperationAddOperation) - Method in class org.opends.server.api.SynchronizationProvider
Performs any necessary synchronization processing that may be needed after the provided add operation is performed.
doPostOperation(PostOperationAddOperation) - Method in class org.opends.server.plugins.ChangeNumberControlPlugin
 
doPostOperation(PostOperationAddOperation) - Method in class org.opends.server.plugins.UniqueAttributePlugin
 
doPostOperation(PostOperationAddOperation) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
doPostOperation(PostOperationBindOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed the core processing for a bind operation but before the response has been sent to the client.
doPostOperation(PostOperationCompareOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed the core processing for a compare operation but before the response has been sent to the client.
doPostOperation(PostOperationDeleteOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed the core processing for a delete operation but before the response has been sent to the client.
doPostOperation(PostOperationDeleteOperation) - Method in class org.opends.server.api.SynchronizationProvider
Performs any necessary synchronization processing that may be needed after the provided delete operation is performed.
doPostOperation(PostOperationDeleteOperation) - Method in class org.opends.server.plugins.ChangeNumberControlPlugin
 
doPostOperation(PostOperationDeleteOperation) - Method in class org.opends.server.plugins.ReferentialIntegrityPlugin
 
doPostOperation(PostOperationDeleteOperation) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
doPostOperation(PostOperationExtendedOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed the core processing for an extended operation but before the response has been sent to the client.
doPostOperation(PostOperationExtendedOperation) - Method in class org.opends.server.plugins.SambaPasswordPlugin
 
doPostOperation(PostOperationModifyDNOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed the core processing for a modify DN operation but before the response has been sent to the client.
doPostOperation(PostOperationModifyDNOperation) - Method in class org.opends.server.api.SynchronizationProvider
Performs any necessary synchronization processing that may be needed after the provided modify DN operation is performed.
doPostOperation(PostOperationModifyDNOperation) - Method in class org.opends.server.plugins.ChangeNumberControlPlugin
 
doPostOperation(PostOperationModifyDNOperation) - Method in class org.opends.server.plugins.ReferentialIntegrityPlugin
 
doPostOperation(PostOperationModifyDNOperation) - Method in class org.opends.server.plugins.UniqueAttributePlugin
 
doPostOperation(PostOperationModifyDNOperation) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
doPostOperation(PostOperationModifyOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed the core processing for a modify operation but before the response has been sent to the client.
doPostOperation(PostOperationModifyOperation) - Method in class org.opends.server.api.SynchronizationProvider
Performs any necessary synchronization processing that may be needed after the provided modify operation is performed.
doPostOperation(PostOperationModifyOperation) - Method in class org.opends.server.plugins.ChangeNumberControlPlugin
 
doPostOperation(PostOperationModifyOperation) - Method in class org.opends.server.plugins.UniqueAttributePlugin
 
doPostOperation(PostOperationModifyOperation) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
doPostOperation(PostOperationSearchOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed the core processing for a search operation but before the response has been sent to the client.
doPostOperation(PostOperationUnbindOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed processing for an unbind operation.
doPostResponse(PostResponseAddOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed all processing for an add operation and has sent the response to the client.
doPostResponse(PostResponseAddOperation) - Method in class org.opends.server.crypto.CryptoManagerSync
 
doPostResponse(PostResponseBindOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed all processing for a bind operation and has sent the response to the client.
doPostResponse(PostResponseCompareOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed all processing for a compare operation and has sent the response to the client.
doPostResponse(PostResponseDeleteOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed all processing for a delete operation and has sent the response to the client.
doPostResponse(PostResponseDeleteOperation) - Method in class org.opends.server.core.AuthenticatedUsers
 
doPostResponse(PostResponseExtendedOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed all processing for an extended operation and has sent the response to the client.
doPostResponse(PostResponseModifyDNOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed all processing for a modify DN operation and has sent the response to the client.
doPostResponse(PostResponseModifyDNOperation) - Method in class org.opends.server.core.AuthenticatedUsers
 
doPostResponse(PostResponseModifyOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed all processing for a modify operation and has sent the response to the client.
doPostResponse(PostResponseModifyOperation) - Method in class org.opends.server.core.AuthenticatedUsers
 
doPostResponse(PostResponseModifyOperation) - Method in class org.opends.server.crypto.CryptoManagerSync
 
doPostResponse(PostResponseSearchOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed all processing for a search operation and has sent the response to the client.
doPostSynchronization(PostSynchronizationAddOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed processing for an add operation performed via synchronization.
doPostSynchronization(PostSynchronizationAddOperation) - Method in class org.opends.server.plugins.UniqueAttributePlugin
 
doPostSynchronization(PostSynchronizationDeleteOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed processing for a delete operation performed via synchronization.
doPostSynchronization(PostSynchronizationModifyDNOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed processing for a modify DN operation performed via synchronization.
doPostSynchronization(PostSynchronizationModifyDNOperation) - Method in class org.opends.server.plugins.UniqueAttributePlugin
 
doPostSynchronization(PostSynchronizationModifyOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done after the Directory Server has completed processing for a modify operation performed via synchronization.
doPostSynchronization(PostSynchronizationModifyOperation) - Method in class org.opends.server.plugins.UniqueAttributePlugin
 
doPreOperation(PreOperationAddOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done just before the Directory Server performs the core processing for an add operation.
doPreOperation(PreOperationAddOperation) - Method in class org.opends.server.api.SynchronizationProvider
Performs any necessary synchronization processing that may be needed before the provided add operation is performed.
doPreOperation(PreOperationAddOperation) - Method in class org.opends.server.core.SubentryManager
 
doPreOperation(PreOperationAddOperation) - Method in class org.opends.server.plugins.EntityTagPlugin
 
doPreOperation(PreOperationAddOperation) - Method in class org.opends.server.plugins.EntryUUIDPlugin
 
doPreOperation(PreOperationAddOperation) - Method in class org.opends.server.plugins.LastModPlugin
 
doPreOperation(PreOperationAddOperation) - Method in class org.opends.server.plugins.ReferentialIntegrityPlugin
 
doPreOperation(PreOperationAddOperation) - Method in class org.opends.server.plugins.UniqueAttributePlugin
 
doPreOperation(PreOperationAddOperation) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
doPreOperation(PreOperationBindOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done just before the Directory Server performs the core processing for a bind operation.
doPreOperation(PreOperationCompareOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done just before the Directory Server performs the core processing for a compare operation.
doPreOperation(PreOperationDeleteOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done just before the Directory Server performs the core processing for a delete operation.
doPreOperation(PreOperationDeleteOperation) - Method in class org.opends.server.api.SynchronizationProvider
Performs any necessary synchronization processing that may be needed before the provided delete operation is performed.
doPreOperation(PreOperationDeleteOperation) - Method in class org.opends.server.core.SubentryManager
 
doPreOperation(PreOperationDeleteOperation) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
doPreOperation(PreOperationExtendedOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done just before the Directory Server performs the core processing for an extended operation.
doPreOperation(PreOperationModifyDNOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done just before the Directory Server performs the core processing for a modify DN operation.
doPreOperation(PreOperationModifyDNOperation) - Method in class org.opends.server.api.SynchronizationProvider
Performs any necessary synchronization processing that may be needed before the provided modify DN operation is performed.
doPreOperation(PreOperationModifyDNOperation) - Method in class org.opends.server.core.SubentryManager
 
doPreOperation(PreOperationModifyDNOperation) - Method in class org.opends.server.plugins.EntityTagPlugin
 
doPreOperation(PreOperationModifyDNOperation) - Method in class org.opends.server.plugins.LastModPlugin
 
doPreOperation(PreOperationModifyDNOperation) - Method in class org.opends.server.plugins.UniqueAttributePlugin
 
doPreOperation(PreOperationModifyDNOperation) - Method in class org.opends.server.replication.plugin.MultimasterReplication.CleanStaleHistoricalMetadataPlugin
 
doPreOperation(PreOperationModifyDNOperation) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
doPreOperation(PreOperationModifyOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done just before the Directory Server performs the core processing for a modify operation.
doPreOperation(PreOperationModifyOperation) - Method in class org.opends.server.api.SynchronizationProvider
Performs any necessary synchronization processing that may be needed before the provided modify operation is performed.
doPreOperation(PreOperationModifyOperation) - Method in class org.opends.server.core.SubentryManager
 
doPreOperation(PreOperationModifyOperation) - Method in class org.opends.server.plugins.EntityTagPlugin
 
doPreOperation(PreOperationModifyOperation) - Method in class org.opends.server.plugins.LastModPlugin
 
doPreOperation(PreOperationModifyOperation) - Method in class org.opends.server.plugins.ReferentialIntegrityPlugin
 
doPreOperation(PreOperationModifyOperation) - Method in class org.opends.server.plugins.SambaPasswordPlugin
 
doPreOperation(PreOperationModifyOperation) - Method in class org.opends.server.plugins.UniqueAttributePlugin
 
doPreOperation(PreOperationModifyOperation) - Method in class org.opends.server.replication.plugin.MultimasterReplication.CleanStaleHistoricalMetadataPlugin
 
doPreOperation(PreOperationModifyOperation) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
doPreOperation(PreOperationSearchOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done just before the Directory Server performs the core processing for a search operation.
doPreParse(PreParseAbandonOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done before the Directory Server parses the elements of an abandon request.
doPreParse(PreParseAddOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done before the Directory Server parses the elements of an add request.
doPreParse(PreParseAddOperation) - Method in class org.opends.server.plugins.AttributeCleanupPlugin
 
doPreParse(PreParseAddOperation) - Method in class org.opends.server.plugins.SevenBitCleanPlugin
 
doPreParse(PreParseBindOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done before the Directory Server parses the elements of a bind request.
doPreParse(PreParseCompareOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done before the Directory Server parses the elements of a compare request.
doPreParse(PreParseDeleteOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done before the Directory Server parses the elements of a delete request.
doPreParse(PreParseExtendedOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done before the Directory Server parses the elements of an extended request.
doPreParse(PreParseModifyDNOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done before the Directory Server parses the elements of a modify DN request.
doPreParse(PreParseModifyDNOperation) - Method in class org.opends.server.plugins.SevenBitCleanPlugin
 
doPreParse(PreParseModifyOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done before the Directory Server parses the elements of a modify request.
doPreParse(PreParseModifyOperation) - Method in class org.opends.server.plugins.AttributeCleanupPlugin
 
doPreParse(PreParseModifyOperation) - Method in class org.opends.server.plugins.SevenBitCleanPlugin
 
doPreParse(PreParseSearchOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done before the Directory Server parses the elements of a search request.
doPreParse(PreParseSearchOperation) - Method in class org.opends.server.plugins.LDAPADListPlugin
 
doPreParse(PreParseUnbindOperation) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done before the Directory Server parses the elements of an unbind request.
doShutdown(LocalizableMessage) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any processing that should be done when the Directory Server is in the process of performing a graceful shutdown.
doShutdown(LocalizableMessage) - Method in class org.opends.server.plugins.GraphiteMonitorReporterPlugin
 
doStartup() - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any processing that should be done when the Directory Server is in the process of starting.
doStartup() - Method in class org.opends.server.core.GroupManager
 
doStartup() - Method in class org.opends.server.plugins.GraphiteMonitorReporterPlugin
 
dot - Static variable in interface org.forgerock.monitoring.api.instrument.config.NamingConvention
This maps to identity because we suggest using dot notation everywhere in Micrometer-instrumented code
dotNotationToJsonPointer(String) - Static method in class org.forgerock.audit.events.AuditEventHelper
Converts dotted-path field identifier to JsonPointer form.
doubleGauge(String, DoubleSupplier) - Static method in interface org.forgerock.monitoring.api.instrument.Gauge
Setup a Gauge.Builder that will create a gauge that reports the size of the Map.
doubleGauge(String, DoubleSupplier) - Method in class org.opends.server.api.MeterRegistryHolder
Convenience method that creates a gauge returning a double that will be added to the parent meter registry.
doubleParameter(String) - Method in class org.forgerock.opendj.setup.model.Profile.ParameterFactory
Creates and returns a new Double parameter.
doWithSharedLock(Action<E>) - Method in class org.opends.server.core.GroupManager
Executes the provided action after acquiring this group manager's lock.
Driver - Class in org.forgerock.opendj.config.client.spi
An abstract management connection context driver which should form the basis of driver implementations.
Driver() - Constructor for class org.forgerock.opendj.config.client.spi.Driver
Creates a new abstract driver.
DriverBasedManagementContext - Class in org.forgerock.opendj.config.client
Driver based client management connection context.
DriverBasedManagementContext() - Constructor for class org.forgerock.opendj.config.client.DriverBasedManagementContext
Creates a new management context.
DropwizardMeterRegistry - Class in org.forgerock.monitoring.dropwizard
Implementation of a MeterRegistry supporting tags using dropwizard metric types.
DropwizardMeterRegistry(Clock) - Constructor for class org.forgerock.monitoring.dropwizard.DropwizardMeterRegistry
Constructor for this class.
DropwizardMeterRegistry(Clock, Supplier<Reservoir>) - Constructor for class org.forgerock.monitoring.dropwizard.DropwizardMeterRegistry
Constructor for this class.
DropwizardMetricsCollectionResourceProvider - Class in org.forgerock.monitoring
A CREST CollectionResourceProvider that adds queryFilter, field filtering, sorting abilities, and paging to the dropwizard json metrics data.
DropwizardMetricsCollectionResourceProvider(Supplier<MeterRegistry>) - Constructor for class org.forgerock.monitoring.DropwizardMetricsCollectionResourceProvider
Constructs the resource provider for the passed in Dropwizard metric set supplier.
DropwizardMetricsCollectionResourceProvider(MeterRegistry) - Constructor for class org.forgerock.monitoring.DropwizardMetricsCollectionResourceProvider
Constructs the resource provider for the passed in Dropwizard metric set.
DropwizardTypes - Class in org.forgerock.monitoring.dropwizard
While Dropwizard is well suited for representing hierarchical metrics, it has no support for dimensional metrics.
DropwizardTypes.DescribableCounter - Class in org.forgerock.monitoring.dropwizard
A describable counter, implementing both the dropwizard's and the monitoring-api's relevant APIs.
DropwizardTypes.DescribableGauge<T> - Class in org.forgerock.monitoring.dropwizard
A describable gauge, implementing both the dropwizard's and the monitoring-api's relevant APIs.
DropwizardTypes.DescribableHistogram - Class in org.forgerock.monitoring.dropwizard
A describable histogram, implementing both the dropwizard's meter and the monitoring-api's relevant APIs.
DropwizardTypes.DescribableMeter - Class in org.forgerock.monitoring.dropwizard
A describable meter, implementing both the dropwizard's meter and the monitoring-api's relevant APIs.
DropwizardTypes.DescribableMetric - Interface in org.forgerock.monitoring.dropwizard
A describable dropwizard metric.
DropwizardTypes.DescribableTimer - Class in org.forgerock.monitoring.dropwizard
A describable timer, implementing both the dropwizard's and the monitoring-api's relevant APIs.
DS_BACKUP_PLUGIN_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
No plugin found to handle the storage scheme '%s'
DS_SYNC_CONFLICT - Static variable in class org.opends.server.replication.plugin.LDAPReplicationDomain
The attribute used to mark conflicting entries.
DSA_OPERATION - Enum constant in enum class org.forgerock.opendj.ldap.schema.AttributeUsage
The attribute usage intended for non-standard operational attributes used by a single DSA.
DsBackup - Class in org.opends.server.tools.dsbackup
dsbackup tool implementation.
DSBACKUP_ACCESS_DENIED - Static variable in class org.opends.messages.ServerMessages
Access denied to file '%s'
DSBACKUP_BACKEND_FILES_REMOVED_AFTER_RESTORE_FAILURE - Static variable in class org.opends.messages.ServerMessages
The '%s' backend files have been removed after restore failed. The backend is now empty
DSBACKUP_BACKEND_NAME_OR_BACKUP_ID_ARG_MISSING - Static variable in class org.opends.messages.ServerMessages
Either the --%s or --%s argument must be provided
DSBACKUP_BACKUP_COMPLETED_WITH_ERROR - Static variable in class org.opends.messages.ServerMessages
The backup process failed with one or more errors
DSBACKUP_BACKUP_ID_ALREADY_EXISTS - Static variable in class org.opends.messages.ServerMessages
The backup ID '%s' already exists
DSBACKUP_BACKUP_ID_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;backup ID&#125;
DSBACKUP_BACKUP_LOCATION_DESC_FOR_READING - Static variable in class org.opends.messages.ServerMessages
Location containing backups: file-system path or URI for alternative storage mechanisms. File-system paths may be expressed as absolute or relative paths and are resolved relative to the current working directory when the tool is run in offline mode, or relative to the server instance directory when the tool is run in task mode. Read the documentation for further information regarding alternative backup storage mechanisms
DSBACKUP_BACKUP_LOCATION_DESC_FOR_WRITING - Static variable in class org.opends.messages.ServerMessages
Backup file-system path or URI for alternative storage mechanisms. File-system paths may be expressed as absolute or relative paths and are resolved relative to the current working directory when the tool is run in offline mode, or relative to the server instance directory when the tool is run in task mode. Read the documentation for further information regarding alternative backup storage mechanisms
DSBACKUP_BACKUP_PROGRESS_STATUS - Static variable in class org.opends.messages.ServerMessages
Backing up file (%d/%d) '%s'
DSBACKUP_BACKUP_STARTS - Static variable in class org.opends.messages.ServerMessages
Starting backup for backend '%s'
DSBACKUP_BACKUP_SUCCESSFUL - Static variable in class org.opends.messages.ServerMessages
Backup completed for backend '%s' with backup ID '%s'
DSBACKUP_BACKUPS_DO_NOT_EXIST - Static variable in class org.opends.messages.ServerMessages
Cannot find backup with ID %s
DSBACKUP_CANNOT_CLEAN_BACKEND_DIRECTORY_AFTER_RESTORED_FAILED - Static variable in class org.opends.messages.ServerMessages
The attempt to remove backend files from directory '%s' has failed, backend '%s' may contain corrupted data, please remove the files manually
DSBACKUP_CANNOT_COMPUTE_BACKEND_FILE_FINGERPRINT - Static variable in class org.opends.messages.ServerMessages
Cannot compute the fingerprint for backend file '%s': %s
DSBACKUP_CANNOT_CREATE_BACKEND_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
Cannot create the backend directory '%s' before restoring: %s
DSBACKUP_CANNOT_DELETE_BACKEND_FILES - Static variable in class org.opends.messages.ServerMessages
Cannot delete backend files from directory '%s': %s
DSBACKUP_CANNOT_DELETE_CORRUPTED_FILE - Static variable in class org.opends.messages.ServerMessages
Cannot delete corrupted file '%s'
DSBACKUP_CANNOT_DELETE_LOCK_FILE - Static variable in class org.opends.messages.ServerMessages
Cannot delete the backup lock file '%s', please remove this file manually: %s
DSBACKUP_CANNOT_FIND_BACKUP_FOR_BACKENDS - Static variable in class org.opends.messages.ServerMessages
There are no backups for backends %s
DSBACKUP_CANNOT_READ_BACKEND_FILES - Static variable in class org.opends.messages.ServerMessages
Cannot read backend files in directory '%s': %s
DSBACKUP_CANNOT_READ_BACKUP_DIRECTORY_CONTENT - Static variable in class org.opends.messages.ServerMessages
Cannot read backup directory content: %s
DSBACKUP_CANNOT_RESTORE_ONLINE - Static variable in class org.opends.messages.ServerMessages
The backends %s cannot be restored while the server is running. Please stop the server first and try again with the --offline option
DSBACKUP_CLEANUP_BACKEND_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
Deleting corrupted file from backend directory
DSBACKUP_CLEANUP_BACKUP_STORAGE - Static variable in class org.opends.messages.ServerMessages
Deleting corrupted file from backup storage
DSBACKUP_CREATE_BACKEND_NAME_DESC - Static variable in class org.opends.messages.ServerMessages
The name of the backend to back up. Specify this option multiple times to backup multiple backends or skip this option to backup all the enabled backends that support backups
DSBACKUP_CREATE_CANNOT_LOCK_BACKEND - Static variable in class org.opends.messages.ServerMessages
Cannot acquire a shared lock for backend '%s': %s. This generally means that some other process has exclusive access to this backend (e.g., a restore or an LDIF import)
DSBACKUP_CREATE_CANNOT_UNLOCK_BACKEND - Static variable in class org.opends.messages.ServerMessages
Cannot release the shared lock for backend '%s': %s. This lock should automatically be cleared when the backup process exits, so no further action should be required
DSBACKUP_CREATE_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Take encrypted and signed backups of individual backends and send them to the desired location
DSBACKUP_CREATE_FOUND_NO_BACKEND - Static variable in class org.opends.messages.ServerMessages
There are no enabled backends that support backup operation
DSBACKUP_CREATE_INTERRUPTED - Static variable in class org.opends.messages.ServerMessages
The backup command was interrupted
DSBACKUP_CREATE_REQUESTED_BACKENDS_DO_NOT_SUPPORT_BACKUP - Static variable in class org.opends.messages.ServerMessages
The following backends do not support backups: %s. Here is the list of enabled backends that support backups: %s
DSBACKUP_CREATE_REQUESTED_BACKENDS_NOT_ENABLED - Static variable in class org.opends.messages.ServerMessages
The following backends do not exist or are disabled: %s. Here is the list of enabled backends that support backups: %s
DSBACKUP_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Backup and restore backends, manage backup files
DSBACKUP_DESCRIPTION_SHORT - Static variable in class org.opends.messages.ServerMessages
Backup and restore backends
DSBACKUP_DIRECTORY_DOES_NOT_EXIST - Static variable in class org.opends.messages.ServerMessages
The directory does not exist
DSBACKUP_DIRECTORY_INVALID_NAME - Static variable in class org.opends.messages.ServerMessages
'%s' is not a valid name for a directory
DSBACKUP_DIRECTORY_IS_NOT_A_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
Not a directory
DSBACKUP_ERROR_DURING_BACKUP - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to backup backend '%s': %s
DSBACKUP_ERROR_DURING_RESTORE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to restore backend '%s' with backup ID '%s': %s
DSBACKUP_ERROR_PURGE_READING_BACKUP_LIST - Static variable in class org.opends.messages.ServerMessages
Cannot continue purging backups, errors were encountered while reading the list of available backups: %s
DSBACKUP_ERROR_RESTORE_READING_BACKUP_LIST - Static variable in class org.opends.messages.ServerMessages
Cannot continue the restore process, errors were encountered while reading the list of available backups: %s
DSBACKUP_FILE_IS_CORRUPTED - Static variable in class org.opends.messages.ServerMessages
File '%s' is corrupted: %s
DSBACKUP_FILE_IS_MISSING - Static variable in class org.opends.messages.ServerMessages
File '%s' is missing
DSBACKUP_IO_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
IO error: %s
DSBACKUP_IO_EXCEPTION_WITH_FILE - Static variable in class org.opends.messages.ServerMessages
Problem with file '%s' : %s
DSBACKUP_LIST_BACKEND_NAME - Static variable in class org.opends.messages.ServerMessages
Backend name: %s
DSBACKUP_LIST_BACKEND_NAME_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Show only backups taken from the provided backend
DSBACKUP_LIST_BACKUP_ID - Static variable in class org.opends.messages.ServerMessages
Backup ID: %s
DSBACKUP_LIST_BACKUPS_CANNOT_BE_RESTORED - Static variable in class org.opends.messages.ServerMessages
%s backup(s) cannot be restored
DSBACKUP_LIST_BAD - Static variable in class org.opends.messages.ServerMessages
Bad
DSBACKUP_LIST_DATE - Static variable in class org.opends.messages.ServerMessages
Backup Date: %s
DSBACKUP_LIST_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
List the backups at the specified location
DSBACKUP_LIST_ERROR - Static variable in class org.opends.messages.ServerMessages
Error: %s
DSBACKUP_LIST_ERROR_UNIDENTIFIED_BACKUPS - Static variable in class org.opends.messages.ServerMessages
Found %s backup(s) that cannot be fully identified due to the following error(s):
DSBACKUP_LIST_LAST_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Show only the last backup for each backend
DSBACKUP_LIST_NO_BACKUPS_WITH_REQUESTED_PROPERTIES - Static variable in class org.opends.messages.ServerMessages
There are no backups with the requested characteristics
DSBACKUP_LIST_NUMBER_OF_BACKUPS_WITH_REQUESTED_PROPERTIES - Static variable in class org.opends.messages.ServerMessages
Found %s backup(s) with the requested characteristics
DSBACKUP_LIST_SERVER_ID - Static variable in class org.opends.messages.ServerMessages
Server ID: %s
DSBACKUP_LIST_SERVER_ID_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Show only backups taken from the provided server
DSBACKUP_LIST_SERVER_ID_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;server ID&#125;
DSBACKUP_LIST_STATUS - Static variable in class org.opends.messages.ServerMessages
Status: %s
DSBACKUP_LIST_VERIFIED - Static variable in class org.opends.messages.ServerMessages
Verified
DSBACKUP_LOCATION_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;backup location&#125;
DSBACKUP_MAC_DOES_NOT_MATCH - Static variable in class org.opends.messages.ServerMessages
signature does not match
DSBACKUP_NEW_FILES_FOUND - Static variable in class org.opends.messages.ServerMessages
Backup still in progress, new files have been created
DSBACKUP_OFFLINE_DESCRIPTION_WARNING_RESTORE - Static variable in class org.opends.messages.ServerMessages
Indicates that the command will operate independently of the server process. It will run regardless of whether the server is started or stopped. When using this option with the %1$s sub-command, the server must be stopped; also as the command will write to server files, you should run the command as a user having the same filesystem permissions as the user running the server. Using this option with the %2$s sub-command when the server is running is possible and supported. With JE Backends, the integrity of the backup is ensured by the process. With LDIF backends, avoid simultaneous changes to the backends
DSBACKUP_OPERATION_INTERRUPTED - Static variable in class org.opends.messages.ServerMessages
Operation was interrupted
DSBACKUP_PURGE_ARG_CAN_ONLY_BE_USED_WITH_OTHER_ARG - Static variable in class org.opends.messages.ServerMessages
The option '--%s' can only be used with the option '--%s'
DSBACKUP_PURGE_AT_LEAST_ONE_ARG_PRESENT - Static variable in class org.opends.messages.ServerMessages
At least one of these options must be declared: %s
DSBACKUP_PURGE_BACKEND_FILES_ERROR - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to purge backup files starting with '%s': %s
DSBACKUP_PURGE_BACKEND_NAME_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Purge only backups of the specified backend. Specify this option multiple times to allow purging backups of different backends. Skip this option to allow purging backups of all backends. This can only be used with options '--%s' or '--%s'
DSBACKUP_PURGE_BACKEND_NAME_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;backend name&#125;
DSBACKUP_PURGE_BACKUP_ID_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
The ID of the backup that should be deleted. Specify this option multiple times to purge multiple backups
DSBACKUP_PURGE_COMPLETED_WITH_ERROR - Static variable in class org.opends.messages.ServerMessages
Backup purge process failed with one or more errors
DSBACKUP_PURGE_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Delete one or more backups
DSBACKUP_PURGE_ERROR - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to purge the backup '%s': %s
DSBACKUP_PURGE_FORCE_OLDER_THAN_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Must be used with the '--%s' option, indicates that the last backup of each backend can be deleted if older than the provided duration
DSBACKUP_PURGE_KEEP_COUNT_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
The number of backups to keep per backend. Use this option to keep the n latest backups of each backend and delete the others. If n=0, all the backups will be removed
DSBACKUP_PURGE_KEEP_COUNT_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;number of backups&#125;
DSBACKUP_PURGE_KEEPCOUNT_ARG_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
Invalid value for '%s': %s
DSBACKUP_PURGE_KEEPCOUNT_ARG_ILLEGAL_VALUE - Static variable in class org.opends.messages.ServerMessages
'%d' is not allowed: the value must be equal or greater than 0
DSBACKUP_PURGE_OLDER_THAN_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Delete backups that are older than the provided duration. The latest backup of each backend will always be kept unless the '--%s' option is also provided. Duration examples: '12 hours', '3 days', '1y'
DSBACKUP_PURGE_OLDER_THAN_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;duration&#125;
DSBACKUP_PURGE_PROGRESS_STATUS - Static variable in class org.opends.messages.ServerMessages
Purging backup (%d/%d) '%s'
DSBACKUP_PURGE_SUCCESSFUL - Static variable in class org.opends.messages.ServerMessages
Purge completed successfully
DSBACKUP_RESTORE_AMBIGUOUS_BACKUP_ID - Static variable in class org.opends.messages.ServerMessages
Found backup IDs that correspond to the same backend name: %s. Make sure each backup ID corresponds to a distinct backend
DSBACKUP_RESTORE_BACKEND_NAME_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Restore the last backup of the provided backend. Specify this option multiple times to restore multiple backends
DSBACKUP_RESTORE_BACKUP_ID_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Restore the backup having the provided ID. Specify this option multiple times to restore multiple backends
DSBACKUP_RESTORE_CANNOT_LOCK_BACKEND - Static variable in class org.opends.messages.ServerMessages
Cannot acquire an exclusive lock for backend '%s': %s. This generally means some other process is still using this backend (e.g., it is in use by the Directory Server or a backup or LDIF export is in progress)
DSBACKUP_RESTORE_CANNOT_UNLOCK_BACKEND - Static variable in class org.opends.messages.ServerMessages
Cannot release the exclusive lock for backend '%s': %s. This lock should automatically be cleared when the restore process exits, so no further action should be required
DSBACKUP_RESTORE_COMPLETED_WITH_ERROR - Static variable in class org.opends.messages.ServerMessages
The restore process failed with one or more errors
DSBACKUP_RESTORE_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Restore one or more backends. In order to decrypt and verify signatures on backup files, the server must have access to the master key pair used to encrypt and sign the files when they were created
DSBACKUP_RESTORE_NO_BACKENDS_WITH_NAME - Static variable in class org.opends.messages.ServerMessages
The backends %s cannot be restored because they do not exist or are disabled
DSBACKUP_RESTORE_PROGRESS_STATUS - Static variable in class org.opends.messages.ServerMessages
Restoring file (%d/%d) '%s'
DSBACKUP_RESTORE_STARTS - Static variable in class org.opends.messages.ServerMessages
Starting restore for backend '%s' with backup ID '%s'
DSBACKUP_RESTORE_SUCCESSFUL - Static variable in class org.opends.messages.ServerMessages
Restore completed for backend '%s' with backup ID '%s'
DSBACKUP_RESTORE_WARN_CANNOT_ACTIVATE_BACKEND - Static variable in class org.opends.messages.ServerMessages
Cannot enable backend '%s' after restoring: %s
DSBACKUP_STORAGE_PROPERTY_ARG_ONLY_ONE_VALUE - Static variable in class org.opends.messages.ServerMessages
The storage property '%s' has several values while it can have only one. The provided properties string was: "%s"
DSBACKUP_STORAGE_PROPERTY_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Assigns a value to a storage property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it
DSBACKUP_STORAGE_PROPERTY_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;PROP:VALUE&#125;
DSBACKUP_UNABLE_TO_ACCESS_BACKUP_STORAGE - Static variable in class org.opends.messages.ServerMessages
Unable to access the backup storage: %s
DSBACKUP_UNEXPECTED_CONTENT - Static variable in class org.opends.messages.ServerMessages
unexpected content
DSBACKUP_VERIFY_PROGRESS_STATUS - Static variable in class org.opends.messages.ServerMessages
Verifying file (%d/%d) '%s'
DSBCAKUP_LIST_VERIFY_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Verify backups completeness, integrity and whether they can be decrypted
DsConfig - Class in org.forgerock.opendj.config.dsconfig
This class provides a command-line tool which enables administrators to configure the Directory Server.
dsConfigEmbeddedOffline(ArgumentsBuilder, PrintStream, PrintStream) - Static method in class org.forgerock.opendj.config.dsconfig.DsConfig
This method is used for running the dsconfig tool programmatically against an offline server.
DseeCompatAccessControlHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying DSEE Compatible Access Control Handler settings.
DseeCompatAccessControlHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying DSEE Compatible Access Control Handler settings.
DseeCompatAccessControlHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the DSEE Compatible Access Control Handler managed object definition meta information.
DSInfo - Record Class in org.opends.server.replication.common
This class holds information about a DS connected to the topology.
DSInfo(ReplicaId, HostPort, ReplicationServerId, GenerationId, ServerStatus, GroupId, ProcessId, Set<String>, Set<String>, Set<String>, short, Set<HostPort>, Map<ConnectionSecurity, Set<HostPort>>) - Constructor for record class org.opends.server.replication.common.DSInfo
Canonical constructor.
DsReplCli - Class in org.forgerock.opendj.tools.dsrepl
Implementation of "dsrepl" command line tool that provides commands for managing replication for a server.
DUMMY_GENERATION_ID - Static variable in record class org.opends.server.replication.common.GenerationId
TO be used for unit testing.
duplicate() - Method in class org.opends.server.replication.common.ServerState
Make a duplicate of this state.
duplicate(Entry, Entry) - Method in record class org.opends.server.types.AuthenticationInfo
Creates a duplicate of this AuthenticationInfo object with the new authentication and authorization entries.
DUPS_OK - Enum constant in enum class org.forgerock.audit.handlers.jms.SessionModeConfig
Dups-OK-acknowledge session mode.
duration() - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as a Duration.
duration(long, TimeUnit) - Static method in class org.forgerock.util.time.Duration
Provides a Duration, given a number and time unit.
duration(String) - Static method in class org.forgerock.util.time.Duration
Provides a Duration that represents the given duration expressed in english.
Duration - Class in org.forgerock.util.time
Represents a duration in english.
Duration(Long, TimeUnit) - Constructor for class org.forgerock.util.time.Duration
Deprecated.
DURATION - Enum constant in enum class org.forgerock.monitoring.api.instrument.Statistic
Duration of a running task in a long task timer.
durationGauge(String, Supplier<Duration>) - Method in class org.opends.server.api.MeterRegistryHolder
Creates both an object gauge that is never added to the parent meter registry (it only appears in ldap meters), and a gauge returning a double that will be added to the parent meter registry converting the Duration using the Duration.toMillis() method.
DurationPropertyDefinition - Class in org.forgerock.opendj.config
Duration property definition.
DurationPropertyDefinition.Builder - Class in org.forgerock.opendj.config
An interface for incrementally constructing duration property definitions.
DURING_SETUP - Enum constant in enum class org.forgerock.opendj.setup.model.Profile.ExecutionContext
Profile is configured during server setup.
DynamicGroup - Class in org.opends.server.extensions
This class provides a dynamic group implementation, in which membership is determined dynamically based on criteria provided in the form of one or more LDAP URLs.
DynamicGroup(ServerContext, Dn, LinkedHashSet<LdapUrl>) - Constructor for class org.opends.server.extensions.DynamicGroup
Creates a new dynamic group instance with the provided information.

E

EARLIEST_VERSION - Static variable in class org.opends.server.replication.protocol.ProtocolVersion
Protocol versions 1 to 6 were defined before OpenDJ 2.6.0.
eclIncludes() - Method in record class org.opends.server.replication.common.DSInfo
Returns the value of the eclIncludes record component.
eclIncludesForDeletes() - Method in record class org.opends.server.replication.common.DSInfo
Returns the value of the eclIncludesForDeletes record component.
ECLMultiDomainDBCursor - Class in org.opends.server.replication.server.changelog.file
Multi domain DB cursor that only returns updates for the domains which have been enabled for the external changelog.
ECLMultiDomainDBCursor(Predicate<Dn>, MultiDomainDBCursor) - Constructor for class org.opends.server.replication.server.changelog.file.ECLMultiDomainDBCursor
Builds an instance of this class filtering updates from the provided cursor.
ELAPSED_TIME - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The elapsed time event payload field name.
ELAPSED_TIME_UNITS - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The elapsed time unit event payload field name.
ElasticsearchAuditEventHandler - Class in org.forgerock.audit.handlers.elasticsearch
AuditEventHandler for Elasticsearch.
ElasticsearchAuditEventHandler(ElasticsearchAuditEventHandlerConfiguration, EventTopicsMetaData, Client) - Constructor for class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
Create a new ElasticsearchAuditEventHandler instance.
ElasticsearchAuditEventHandlerConfiguration - Class in org.forgerock.audit.handlers.elasticsearch
A configuration for Elasticsearch audit event handler.
ElasticsearchAuditEventHandlerConfiguration() - Constructor for class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration
 
ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration - Class in org.forgerock.audit.handlers.elasticsearch
Configuration of connection to Elasticsearch.
ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration - Class in org.forgerock.audit.handlers.elasticsearch
Configuration of event buffering.
ElasticsearchAuditEventHandlerConfiguration.IndexMappingConfiguration - Class in org.forgerock.audit.handlers.elasticsearch
Configuration of index mapping.
ElasticsearchUtil - Class in org.forgerock.audit.util
Utilities for working with Elasticsearch.
elementAvailable() - Method in class org.forgerock.opendj.io.Asn1Reader
Indicates whether the next element can be read without blocking.
ellipticCurveKeyParameters(ECParameterSpec) - Static method in interface org.forgerock.secrets.SecretConstraint
Enforces that the key is an elliptic curve key with the given parameters.
EMAIL_PROTECTION - Enum constant in enum class org.forgerock.opendj.security.X509CertificateBuilder.ExtendedKeyUsage
Email protection.
EMailMessage - Class in org.opends.server.util
This class defines an e-mail message that may be sent to one or more recipients via SMTP.
EMailMessage.MimeTextSubType - Enum Class in org.opends.server.util
The MIME text subtype for the message body.
EmbeddedDirectoryServer - Class in org.forgerock.opendj.server.embedded
Represents an embedded directory server on which high-level operations are available (setup, upgrade, start, stop, ...).
EmbeddedDirectoryServerException - Exception in org.forgerock.opendj.server.embedded
Exception that may be thrown by an embedded directory server if a problem occurs while performing an operation on the server.
EmbeddedDirectoryServerException(LocalizableMessage) - Constructor for exception org.forgerock.opendj.server.embedded.EmbeddedDirectoryServerException
Creates a new exception with the provided message.
EmbeddedDirectoryServerException(LocalizableMessage, Throwable) - Constructor for exception org.forgerock.opendj.server.embedded.EmbeddedDirectoryServerException
Creates a new exception with the provided message and root cause.
EMERGENCY - Enum constant in enum class org.forgerock.audit.handlers.syslog.Severity
System is unusable.
emitResult(Result, FlowableEmitter<Response>) - Static method in class org.opends.server.protocols.ReactiveHandlersUtils
Emits a result to the provided reactive emitter, to signal completion of a request.
empty() - Static method in class org.forgerock.config.resolvers.template.Template
Constructs a new empty template.
empty() - Static method in class org.forgerock.json.resource.ResourcePath
Returns the empty resource path whose string representation is the empty string and which has zero path elements.
empty() - Static method in class org.forgerock.monitoring.api.instrument.HistogramSnapshot
 
empty() - Static method in class org.forgerock.monitoring.api.instrument.Tags
Return a Tags instance that contains no elements.
empty() - Static method in class org.forgerock.opendj.ldap.ByteString
Returns an empty byte string.
empty() - Static method in class org.forgerock.util.Pair
Returns an empty Pair matching the required types.
EMPTY - Static variable in class org.forgerock.i18n.LocalizableMessage
Represents an empty message string.
EMPTY - Static variable in class org.forgerock.util.Pair
An empty Pair.
EMPTY_BACKEND_GENERATION_ID - Static variable in record class org.opends.server.replication.common.GenerationId
This is the generation id for an empty backend.
emptyAction() - Static method in class org.forgerock.opendj.ldap.Functions
Returns an empty action for RxJava and ForgeRock.
emptyAttribute(String) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a read-only empty attribute having the specified attribute description.
emptyAttribute(AttributeDescription) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a read-only empty attribute having the specified attribute description.
emptyConsumer() - Static method in class org.forgerock.opendj.ldap.Functions
Returns an empty consumer for RxJava, JDK and ForgeRock.
EmptyCursor<K,V> - Class in org.opends.server.backends.pluggable.spi
Implementation of an empty Cursor, for simulating no records to cursor on.
EmptyCursor() - Constructor for class org.opends.server.backends.pluggable.spi.EmptyCursor
 
emptyDn() - Static method in class org.forgerock.opendj.ldap.Dn
Returns the empty DN.
emptyPath() - Static method in class org.forgerock.opendj.config.ManagedObjectPath
Creates a new managed object path representing the configuration root.
EMR_AUTH_PASSWORD_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the authPasswordMatch matching rule.
EMR_AUTH_PASSWORD_EXACT_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the authPasswordExactMatch matching rule.
EMR_AUTH_PASSWORD_EXACT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the authPasswordExactMatch equality matching rule.
EMR_AUTH_PASSWORD_EXACT_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the authPasswordExactMatch equality matching rule.
EMR_AUTH_PASSWORD_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the authPasswordMatch equality matching rule.
EMR_AUTH_PASSWORD_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the authPasswordMatch equality matching rule.
EMR_BIT_STRING_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the bitStringMatch equality matching rule.
EMR_BIT_STRING_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the bitStringMatch equality matching rule.
EMR_BOOLEAN_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the booleanMatch equality matching rule.
EMR_BOOLEAN_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the booleanMatch equality matching rule.
EMR_CASE_EXACT_IA5_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the caseExactIA5Match equality matching rule.
EMR_CASE_EXACT_IA5_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the caseExactIA5Match equality matching rule.
EMR_CASE_EXACT_JSON_ID_OID - Static variable in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
The OID of the case sensitive JSON equality matching rule.
EMR_CASE_EXACT_JSON_QUERY_OID - Static variable in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
The OID of the case sensitive JSON query equality matching rule.
EMR_CASE_EXACT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the caseExactMatch equality matching rule.
EMR_CASE_EXACT_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the caseExactMatch equality matching rule.
EMR_CASE_IGNORE_IA5_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the caseIgnoreIA5Match equality matching rule.
EMR_CASE_IGNORE_IA5_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the caseIgnoreIA5Match equality matching rule.
EMR_CASE_IGNORE_JSON_ID_OID - Static variable in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
The OID of the case insensitive JSON equality matching rule.
EMR_CASE_IGNORE_JSON_QUERY_OID - Static variable in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
The OID of the case insensitive JSON query equality matching rule.
EMR_CASE_IGNORE_LIST_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the caseIgnoreListMatch equality matching rule.
EMR_CASE_IGNORE_LIST_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the caseIgnoreListMatch equality matching rule.
EMR_CASE_IGNORE_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the caseIgnoreMatch equality matching rule.
EMR_CASE_IGNORE_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the caseIgnoreMatch equality matching rule.
EMR_CERTIFICATE_EXACT_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the certificateExactMatch equality matching rule.
EMR_CERTIFICATE_EXACT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the certificateExactMatch equality matching rule.
EMR_CERTIFICATE_EXACT_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the certificateExactMatch equality matching rule.
EMR_DIRECTORY_STRING_FIRST_COMPONENT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the directoryStringFirstComponentMatch equality matching rule.
EMR_DIRECTORY_STRING_FIRST_COMPONENT_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the directoryStringFirstComponentMatch equality matching rule.
EMR_DN_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the distinguishedNameMatch equality matching rule.
EMR_DN_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the distinguishedNameMatch equality matching rule.
EMR_GENERALIZED_TIME_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the generalizedTimeMatch equality matching rule.
EMR_GENERALIZED_TIME_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the generalizedTimeMatch equality matching rule.
EMR_INTEGER_FIRST_COMPONENT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the integerFirstComponentMatch equality matching rule.
EMR_INTEGER_FIRST_COMPONENT_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the integerFirstComponentMatch equality matching rule.
EMR_INTEGER_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the integerMatch equality matching rule.
EMR_INTEGER_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the integerMatch equality matching rule.
EMR_JSON_FIRST_COMPONENT_CASE_EXACT_JSON_QUERY_OID - Static variable in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
The OID of the jsonFirstComponentCaseExactJsonQueryMatch equality matching rule.
EMR_JSON_FIRST_COMPONENT_CASE_IGNORE_JSON_QUERY_OID - Static variable in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
The OID of the jsonFirstComponentCaseIgnoreJsonQueryMatch equality matching rule.
EMR_KEYWORD_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the keywordMatch equality matching rule.
EMR_KEYWORD_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the keywordMatch equality matching rule.
EMR_NAME_AND_JSON_CASE_EXACT_JSON_ID_OID - Static variable in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
The OID of the case sensitive nameAndJsonCaseExactJsonIdEqualityMatch equality matching rule.
EMR_NAME_AND_JSON_CASE_IGNORE_JSON_ID_OID - Static variable in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
The OID of the case insensitive nameAndJsonCaseIgnoreJsonIdEqualityMatch equality matching rule.
EMR_NAME_AND_JSON_CASE_IGNORE_JSON_QUERY_FILTER_OID - Static variable in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
The OID of the case insensitive nameAndJsonCaseIgnoreJsonQueryFilterMatch equality matching rule.
EMR_NAME_AND_JSON_OID - Static variable in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
The OID of the nameAndJsonEqualityMatchingRule equality matching rule.
EMR_NUMERIC_STRING_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the numericStringMatch equality matching rule.
EMR_NUMERIC_STRING_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the numericStringMatch equality matching rule.
EMR_OCTET_STRING_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the octetStringMatch equality matching rule.
EMR_OCTET_STRING_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the octetStringMatch equality matching rule.
EMR_OID_FIRST_COMPONENT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the objectIdentifierFirstComponentMatch equality matching rule.
EMR_OID_FIRST_COMPONENT_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the objectIdentifierFirstComponentMatch equality matching rule.
EMR_OID_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the objectIdentifierMatch equality matching rule.
EMR_OID_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the objectIdentifierMatch equality matching rule.
EMR_PRESENTATION_ADDRESS_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the presentationAddressMatch equality matching rule.
EMR_PRESENTATION_ADDRESS_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the presentationAddressMatch equality matching rule.
EMR_PROTOCOL_INFORMATION_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the protocolInformationMatch equality matching rule.
EMR_PROTOCOL_INFORMATION_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the protocolInformationMatch equality matching rule.
EMR_TELEPHONE_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the telephoneNumberMatch equality matching rule.
EMR_TELEPHONE_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the telephoneNumberMatch equality matching rule.
EMR_UNIQUE_MEMBER_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the uniqueMemberMatch equality matching rule.
EMR_UNIQUE_MEMBER_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the uniqueMemberMatch equality matching rule.
EMR_USER_PASSWORD_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the userPasswordMatch matching rule.
EMR_USER_PASSWORD_EXACT_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the userPasswordExactMatch matching rule.
EMR_USER_PASSWORD_EXACT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the userPasswordExactMatch equality matching rule.
EMR_USER_PASSWORD_EXACT_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the userPasswordExactMatch equality matching rule.
EMR_USER_PASSWORD_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the userPasswordMatch equality matching rule.
EMR_USER_PASSWORD_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the userPasswordMatch equality matching rule.
EMR_UUID_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the uuidMatch equality matching rule.
EMR_UUID_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the uuidMatch equality matching rule.
EMR_WORD_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the wordMatch equality matching rule.
EMR_WORD_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the wordMatch equality matching rule.
ENABLE_MEMORY_OVERCOMMIT - Static variable in class org.opends.server.util.ServerConstants
Enable overcommit of memory in Old Gen space.
ENABLE_REVOCATION_CHECKING - Static variable in class org.forgerock.secrets.SecretsTrustManager
Whether the trust manager should perform recovation checking or not.
enableCloudBackups(boolean) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies whether the OpenDJ Cloud Backup feature should be enabled.
ENABLED - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.WritabilityMode
The directory server attempts to process all write operations that are requested of it, regardless of their origin.
ENABLED - Enum constant in enum class org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn.WritabilityMode
Allows write operations to be performed in that backend (if the requested operation is valid, the user has permission to perform the operation, the backend supports that type of write operation, and the global writability-mode property is also enabled).
ENABLED - Enum constant in enum class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn.ChangelogEnabled
The "cn=changelog" backend will be available to client applications.
ENABLED - Enum constant in enum class org.opends.server.types.WritabilityMode
Indicates that all write operations should be allowed.
ENABLED_COOKIE_MODE_ONLY - Enum constant in enum class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn.ChangelogEnabled
The "cn=changelog" backend will be available to client applications.
enabledBackends(Collection<LocalBackend<?>>) - Method in class org.opends.server.tools.dsbackup.BackupRunner
Sets the collection of backends that are currently enabled in the Directory Server.
enabledBackends(Collection<LocalBackend<?>>) - Method in class org.opends.server.tools.dsbackup.RestoreRunner
Sets the collection of backends that are currently enabled in the Directory Server.
enabledCipherSuites() - Method in class org.forgerock.opendj.security.SslOptions
Returns the names of the cipher suites which are currently enabled for secure connections with the Directory Server.
enabledCipherSuites(String...) - Method in class org.forgerock.opendj.security.SslOptions
Adds the cipher suites enabled for secure connections with the Directory Server.
enabledCipherSuites(Collection<String>) - Method in class org.forgerock.opendj.security.SslOptions
Adds the cipher suites enabled for secure connections with the Directory Server.
enabledProtocols() - Method in class org.forgerock.opendj.security.SslOptions
Returns the names of the protocol versions which are currently enabled for secure connections with the Directory Server.
enabledProtocols(String...) - Method in class org.forgerock.opendj.security.SslOptions
Adds the protocol versions enabled for secure connections with the Directory Server.
enabledProtocols(Collection<String>) - Method in class org.forgerock.opendj.security.SslOptions
Adds the protocol versions enabled for secure connections with the Directory Server.
enableServerStartupLogger(PrintStream) - Method in class org.opends.server.loggers.ErrorLogger
Enables console logging during server startup.
enableService() - Method in class org.opends.server.tools.ConfigureWindowsService
Enables OpenDJ to run as a windows service.
enableStartTls(boolean) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies whether start TLS should be enabled on the LDAP connection handler.
enableToolLogging(Level, String) - Static method in class org.opends.server.util.StaticUtils
Enable logging for a tool.
enableVirtualAttributes(boolean) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Indicates whether search responses should include the hasSubordinates and numSubordinates virtual attributes if requested.
enableWindowsService(boolean) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies whether the OpenDJ windows service should be enabled.
ENCIPHER_ONLY - Enum constant in enum class org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Indicates that the key may be used only for enciphering data while performing key agreement.
encode() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
Encodes the SSL information into TLV format.
encode(byte[]) - Static method in class org.forgerock.opendj.ldap.Base64
Encodes the provided data as a base64 string.
encode(byte[]) - Static method in class org.forgerock.util.encode.Base64
This method is using Base64.encode(byte[], boolean), and it only exists so we don't break the API.
encode(byte[]) - Static method in class org.forgerock.util.encode.Base64url
Encodes the given byte array into a Base64url encoded String.
encode(byte[]) - Static method in class org.forgerock.util.encode.Hex
Encodes binary data into hexadecimal format.
encode(byte[], boolean) - Static method in class org.forgerock.util.encode.Base64
Encodes a raw byte array into a BASE64 String representation i accordance with RFC 2045.
encode(String) - Static method in class org.forgerock.util.encode.Base64url
Encodes the given UTF-8 encoded String into a Base64url encoded String.
encode(ByteString) - Static method in class org.forgerock.opendj.ldap.Base64
Encodes the provided data as a base64 string.
encodeAuthPassword(ByteString) - Method in class org.opends.server.api.PasswordStorageScheme
Encodes the provided plaintext password for this storage scheme using the authentication password syntax defined in RFC 3112.
encodeAuthPassword(ByteString) - Method in class org.opends.server.extensions.PBKDF2HmacSHA256PasswordStorageScheme
 
encodeAuthPassword(ByteString) - Method in class org.opends.server.extensions.ScramSha512PasswordStorageScheme
 
encodeAuthPassword(ByteString) - Method in class org.opends.server.extensions.PKCS5S2PasswordStorageScheme
 
encodeAuthPassword(ByteString) - Method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
 
ENCODED_PWD_ATTACHMENT - Static variable in class org.opends.server.extensions.PasswordModifyExtendedOperation
A list containing the encoded passwords: plugins can perform changes atomically via CAS.
encodeLowerCase(byte[]) - Static method in class org.forgerock.util.encode.Hex
Encodes binary data into hexadecimal format using lowercase characters for 'a' to 'f'.
encodeOffline(byte[]) - Static method in class org.opends.server.extensions.PBKDF2HmacSHA256PasswordStorageScheme
Generates an encoded password string from the given clear-text password.
encodeOffline(byte[]) - Static method in class org.opends.server.extensions.PBKDF2HmacSHA512PasswordStorageScheme
Generates an encoded password string from the given clear-text password.
encodeOffline(byte[]) - Static method in class org.opends.server.extensions.PBKDF2PasswordStorageScheme
Generates an encoded password string from the given clear-text password.
encodeOffline(byte[]) - Static method in class org.opends.server.extensions.SaltedSHA1PasswordStorageScheme
Generates an encoded password string from the given clear-text password.
encodeOffline(byte[]) - Static method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
Generates an encoded password string from the given clear-text password.
encodePassword(ByteString) - Method in class org.opends.server.api.PasswordStorageScheme
Encodes the provided plaintext password for this storage scheme, without the name of the associated scheme.
encodePassword(ByteString) - Method in class org.opends.server.core.PasswordPolicyState
Encodes the provided password using the default storage schemes (using the appropriate syntax for the password attribute).
encodePassword(ByteString) - Method in class org.opends.server.extensions.PBKDF2HmacSHA256PasswordStorageScheme
 
encodePassword(ByteString) - Method in class org.opends.server.extensions.ScramSha512PasswordStorageScheme
 
encodePassword(ByteString) - Method in class org.opends.server.extensions.Argon2PasswordStorageScheme
 
encodePassword(ByteString) - Method in class org.opends.server.extensions.Base64PasswordStorageScheme
 
encodePassword(ByteString) - Method in class org.opends.server.extensions.BcryptPasswordStorageScheme
 
encodePassword(ByteString) - Method in class org.opends.server.extensions.ClearPasswordStorageScheme
 
encodePassword(ByteString) - Method in class org.opends.server.extensions.CryptPasswordStorageScheme
 
encodePassword(ByteString) - Method in class org.opends.server.extensions.PKCS5S2PasswordStorageScheme
 
encodePassword(ByteString) - Method in class org.opends.server.extensions.AESPasswordStorageScheme
 
encodePassword(ByteString) - Method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
 
encodePassword(ByteString) - Method in class org.opends.server.extensions.MD5PasswordStorageScheme
 
EncodePassword - Class in org.opends.server.tools
This program provides a utility that may be used to interact with the password storage schemes defined in the Directory Server.
encodePasswordWithScheme(ByteString) - Method in class org.opends.server.api.PasswordStorageScheme
Encodes the provided plaintext password for this storage scheme, prepending the name of the scheme in curly braces.
encoder(Function<Object, ByteString, ? extends Exception>) - Method in class org.forgerock.opendj.rest2ldap.SimplePropertyMapper
Sets the encoder which will be used for converting JSON values to LDAP attribute values.
encodeResponseValue(long) - Static method in class org.opends.server.extensions.GetConnectionIDExtendedOperation
Encodes the provided connection ID in an octet string suitable for use as the value for this extended operation.
encodeToByte(byte[], boolean) - Static method in class org.forgerock.util.encode.Base64
Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045.
encodeToChar(byte[], boolean) - Static method in class org.forgerock.util.encode.Base64
Encodes a raw byte array into a BASE64 char[] representation i accordance with RFC 2045.
encodeUpperCase(byte[]) - Static method in class org.forgerock.util.encode.Hex
Encodes binary data into hexadecimal format using uppercase characters for 'A' to 'F'.
encodeValue(ValueOrExpression<T>) - Method in class org.forgerock.opendj.config.PropertyDefinition
Encode the provided property value into its string representation.
encodeValues(ByteStringBuilder) - Method in class org.opends.server.types.CompactAttribute
Encodes this attribute's values to the provided builder.
encrypt(byte[]) - Method in class org.opends.server.crypto.CryptoManager.CipherService
Encrypts data with the configured cipher transformation and key length.
encrypt(OutputStream) - Method in class org.opends.server.crypto.CryptoManager.CipherService
Writes encrypted data to the provided output stream using the current active cipher.
ENCRYPT - Enum constant in enum class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn.KeyWrappingMode
Use the cipher ENCRYPT mode to wrap symmetric keys
ENCRYPT - Enum constant in enum class org.forgerock.secrets.keys.KeyUsage
Key is intended for encrypting data directly.
EncryptionKey<T extends CryptoKey> - Interface in org.forgerock.secrets.keys
Marker interface for all key types that can be used for encryption.
encryptUsingReplicatedKey(String, int, byte[]) - Method in class org.opends.server.crypto.CryptoManager
Encrypts the data in the provided byte array using the requested cipher algorithm.
encryptWithoutKeyId(byte[]) - Method in class org.opends.server.crypto.CryptoManager.CipherService
Encrypts data with the configured cipher transformation and key length.
encryptWithoutKeyId(OutputStream) - Method in class org.opends.server.crypto.CryptoManager.CipherService
Writes encrypted data to the provided output stream using the current active cipher.
endingAt(T) - Static method in class org.opends.server.types.Range
Creates a range with an upper bound and no lower bound.
ensureCipherKeyIsAvailable(String, int) - Method in class org.opends.server.crypto.CryptoManager.CipherService
Ensures that a key exists for the provided cipher transformation and key length.
ensureServerLoggersAreDefined() - Static method in class org.opends.server.util.StaticUtils
Load the server loggers to make sure they are defined.
EnterLockdownModeTask - Class in org.opends.server.tasks
This class provides an implementation of a Directory Server task that can be used to place the server in lockdown mode.
EnterLockdownModeTask() - Constructor for class org.opends.server.tasks.EnterLockdownModeTask
 
EntityTagPlugin - Class in org.opends.server.plugins
This class implements a Directory Server plugin that will add an "entity tag" or "Etag" attribute to an entry whenever it is added, modified or imported.
EntityTagPlugin() - Constructor for class org.opends.server.plugins.EntityTagPlugin
 
EntityTagPluginCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying ETag Plugin settings.
EntityTagPluginCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying ETag Plugin settings.
EntityTagPluginCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the ETag Plugin managed object definition meta information.
EntityTagVirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Entity Tag Virtual Attribute settings.
EntityTagVirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Entity Tag Virtual Attribute settings.
EntityTagVirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Entity Tag Virtual Attribute managed object definition meta information.
EntityTagVirtualAttributeCfgDefn.ChecksumAlgorithm - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "checksum-algorithm" property.
EntityTagVirtualAttributeProvider - Class in org.opends.server.extensions
This class implements a virtual attribute provider which ensures that all entries contain an "entity tag" or "Etag" as defined in section 3.11 of RFC 2616.
EntityTagVirtualAttributeProvider() - Constructor for class org.opends.server.extensions.EntityTagVirtualAttributeProvider
 
entries(List<?>) - Method in class org.forgerock.audit.events.AuthenticationAuditEventBuilder
Sets the list of auth modules used in the authentication event and their state.
Entries - Class in org.forgerock.opendj.ldap
This class contains methods for creating and manipulating entries.
Entries - Class in org.opends.server.types
Contains server-specific methods that deal with entries.
ENTRIES - Static variable in class org.forgerock.audit.events.AuthenticationAuditEventBuilder
Defines the entries key.
Entries.DiffStrategy - Enum Class in org.forgerock.opendj.ldap
Defines the available strategy to compute changes.
Entries.NullEntry - Class in org.forgerock.opendj.ldap
An Entry which implements the null object pattern.
Entries.ReplaceStrategy - Enum Class in org.forgerock.opendj.ldap
Defines the available strategy to generate changes.
entriesRead - Variable in class org.opends.server.util.LDIFReader
The number of entries that have been read by this LDIF reader, including those that were ignored because they didn't match the criteria, and including those that were rejected because they were invalid in some way.
entriesRead() - Method in record class org.opends.server.api.LocalBackend.LDIFImportResult
Returns the value of the entriesRead record component.
entriesRejected() - Method in record class org.opends.server.api.LocalBackend.LDIFImportResult
Returns the value of the entriesRejected record component.
entriesSkipped() - Method in record class org.opends.server.api.LocalBackend.LDIFImportResult
Returns the value of the entriesSkipped record component.
entry() - Method in record class org.opends.server.types.SizedEntry
Returns the value of the entry record component.
Entry - Interface in org.forgerock.opendj.ldap
An entry, comprising of a distinguished name and zero or more attributes.
ENTRY_ALREADY_EXISTS - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
ENTRY_ALREADY_EXISTS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it would have resulted in an entry that conflicts with an entry that already exists.
ENTRY_CURRENT_KEY - Static variable in class org.forgerock.audit.secure.KeyStoreSecureStorage
The current key used to calculate the HEADER_HMAC.
ENTRY_CURRENT_SIGNATURE - Static variable in class org.forgerock.audit.secure.KeyStoreSecureStorage
The last signature inserted into the file.
ENTRY_INITIAL_KEY - Static variable in class org.forgerock.audit.secure.KeyStoreSecureStorage
The initial key used to calculate the HEADER_HMAC.
ENTRY_SIGNATURE - Static variable in class org.forgerock.audit.secure.KeyStoreSecureStorage
The alias to lookup the private/public signature key into the keystore.
EntryCache<T extends EntryCacheCfg> - Class in org.opends.server.api
This class defines the set of methods that must be implemented by a Directory Server entry cache.
EntryCache() - Constructor for class org.opends.server.api.EntryCache
Default constructor which is implicitly called from all entry cache implementations.
EntryCacheCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Entry Cache settings.
EntryCacheCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Entry Cache settings.
EntryCacheCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Entry Cache managed object definition meta information.
EntryCacheConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the configuration for the Directory Server entry cache.
EntryCacheConfigManager(ServerContext) - Constructor for class org.opends.server.core.EntryCacheConfigManager
Creates a new instance of this entry cache config manager.
EntryCacheConfigManager.EntryCacheDispatcher - Class in org.opends.server.core
This class defines the entry cache dispatcher which acts as an arbiter for every entry cache implementation configured and installed within the Directory Server or acts an an empty cache if no implementation specific entry cache is configured.
EntryCacheDispatcher() - Constructor for class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
EntryChangelogNotificationResponseControl - Class in org.opends.server.controls
This class implements the ECL cookie control.
EntryChangelogNotificationResponseControl(boolean, String) - Constructor for class org.opends.server.controls.EntryChangelogNotificationResponseControl
Creates a new entry change notification control with the provided information.
EntryChangeNotificationResponseControl - Class in org.forgerock.opendj.ldap.controls
The entry change notification response control as defined in draft-ietf-ldapext-psearch.
EntryContainer - Class in org.opends.server.backends.pluggable
Storage container for LDAP entries.
EntryDnVirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying entryDN Virtual Attribute settings.
EntryDnVirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying entryDN Virtual Attribute settings.
EntryDnVirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the entryDN Virtual Attribute managed object definition meta information.
EntryDNVirtualAttributeProvider - Class in org.opends.server.extensions
This class implements a virtual attribute provider that is meant to serve the entryDN operational attribute as described in draft-zeilenga-ldap-entrydn.
EntryDNVirtualAttributeProvider() - Constructor for class org.opends.server.extensions.EntryDNVirtualAttributeProvider
 
entryExists(Dn) - Method in class org.opends.server.api.LocalBackend
Indicates whether an entry with the specified DN exists in the backend.
entryExists(Dn) - Method in class org.opends.server.backends.ConfigurationBackend
 
entryExists(Dn) - Method in class org.opends.server.backends.LDIFBackend
 
entryExists(Dn) - Method in class org.opends.server.backends.MemoryBackend
 
entryExists(Dn) - Method in class org.opends.server.backends.MonitorBackend
 
entryExists(Dn) - Method in class org.opends.server.backends.NullBackend
 
entryExists(Dn) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
entryExists(Dn) - Method in class org.opends.server.backends.RootDSEBackend
 
entryExists(Dn) - Method in class org.opends.server.backends.SchemaBackend
 
entryExists(Dn) - Method in class org.opends.server.core.DirectoryServer
 
entryExists(Dn) - Method in interface org.opends.server.core.ServerContext
Indicates whether the specified entry exists in the Directory Server.
EntryGenerator - Class in org.forgerock.opendj.ldif
A template driven entry generator, as used by the makeldif tool.
EntryGenerator() - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
Creates a generator using default values.
EntryGenerator(InputStream) - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
Creates a generator from the provided input stream.
EntryGenerator(String) - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
Creates a generator from the provided template path.
EntryGenerator(String...) - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
Creates a generator from the provided template lines.
EntryGenerator(List<String>) - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
Creates a generator from the provided template lines.
EntryHistorical - Class in org.opends.server.replication.plugin
This class is used to store historical information that is used to resolve modify conflicts: it is effectively the content of the ds-sync-hist attribute.
EntryHistorical() - Constructor for class org.opends.server.replication.plugin.EntryHistorical
Default constructor used before decoding.
EntryHistoricalAttribute - Class in org.opends.server.replication.plugin
A specialized Attribute implementations that performs lazy conversion of EntryHistorical (ds-sync-hist) meta-data to its LDAP attribute representation as well as from its compact org.opends.server.backends.pluggable.ID2Entry representation.
EntryHistoricalAttribute(Supplier<EntryHistorical>) - Constructor for class org.opends.server.replication.plugin.EntryHistoricalAttribute
Creates a new ds-sync-hist attribute whose content will be lazily computed using the provided supplier.
EntryHistoricalAttribute(EntryHistorical) - Constructor for class org.opends.server.replication.plugin.EntryHistoricalAttribute
Creates a new ds-sync-hist attribute whose content is based on the provided historical information.
EntryMsg - Class in org.opends.server.replication.protocol
This message is part of the replication protocol.
EntryMsg(ReplicaId, ReplicaId, byte[], int) - Constructor for class org.opends.server.replication.protocol.EntryMsg
Creates a new EntryMsg.
EntryMsg(ReplicaId, ReplicaId, byte[], int, int, int) - Constructor for class org.opends.server.replication.protocol.EntryMsg
Creates a new EntryMsg.
EntryNotFoundException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request failed because the target entry was not found by the Directory Server.
EntryReader - Interface in org.forgerock.opendj.ldif
An interface for reading entries from a data source, typically an LDIF file.
entrySet() - Method in class org.forgerock.util.LazyMap
Returns a Set view of the mappings contained in the map.
entrySet() - Method in class org.forgerock.util.MapDecorator
Returns a Set view of the mappings contained in the map.
entrySet() - Method in class org.opends.server.api.DITCacheMap
 
entryToScheduledTask(Entry, Operation) - Method in class org.opends.server.backends.task.TaskScheduler
Decodes the contents of the provided entry as a scheduled task.
EntryUUIDPlugin - Class in org.opends.server.plugins
This class implements a Directory Server plugin that will add the entryUUID attribute to an entry whenever it is added or imported as per RFC 4530.
EntryUUIDPlugin() - Constructor for class org.opends.server.plugins.EntryUUIDPlugin
 
EntryUuidPluginCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying entryUUID Plugin settings.
EntryUuidPluginCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying entryUUID Plugin settings.
EntryUuidPluginCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the entryUUID Plugin managed object definition meta information.
EntryUuidVirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying entryUUID Virtual Attribute settings.
EntryUuidVirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying entryUUID Virtual Attribute settings.
EntryUuidVirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the entryUUID Virtual Attribute managed object definition meta information.
EntryUUIDVirtualAttributeProvider - Class in org.opends.server.extensions
This class implements a virtual attribute provider that is meant to serve the entryUUID operational attribute as described in RFC 4530.
EntryUUIDVirtualAttributeProvider() - Constructor for class org.opends.server.extensions.EntryUUIDVirtualAttributeProvider
 
EntryWriter - Interface in org.forgerock.opendj.ldif
An interface for writing entries to a data source, typically an LDIF file.
ENUM - Static variable in class org.forgerock.json.schema.validator.Constants
The enum field name.
enumConstant(Class<T>) - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as an enum constant of the specified enum type.
EnumEvalReason - Enum Class in org.opends.server.authorization.dseecompat
This class provides an enumeration of the reasons why an ACI evaluation returned a result from the AciHandler's testApplicableLists call.
EnumEvalResult - Enum Class in org.opends.server.authorization.dseecompat
This class provides an enumeration of evaluation results returned by the bind rule evaluation methods.
EnumHelper - Class in org.forgerock.json.schema.validator.helpers
This class implements "enum" validation on all types of objects as defined in the paragraph 5.19 of the JSON Schema specification.
EnumHelper(List<Object>) - Constructor for class org.forgerock.json.schema.validator.helpers.EnumHelper
Construct a new enum helper.
EnumPropertyDefinition<E extends Enum<E>> - Class in org.forgerock.opendj.config
Enumeration property definition.
EnumPropertyDefinition.Builder<E extends Enum<E>> - Class in org.forgerock.opendj.config
An interface for incrementally constructing enumeration property definitions.
EnumRight - Enum Class in org.opends.server.authorization.dseecompat
This class provides an enumeration of the ACI rights.
enumStringParameter(String, Map<String, String>) - Method in class org.forgerock.opendj.setup.model.Profile.ParameterFactory
Creates and returns a new enum string parameter.
EnumTargetOperator - Enum Class in org.opends.server.authorization.dseecompat
This class provides an enumeration of the valid ACI target operators.
EnumValueOfHelper<E extends Enum<E>> - Class in org.forgerock.util
Provides a EnumValueOfHelper.valueOf(String) method as a replacement for the implicitly declared enum function valueOf(String), which has the advantage of not throwing exceptions when the name argument is null or cannot be found in the enum's values.
EnumValueOfHelper(E[]) - Constructor for class org.forgerock.util.EnumValueOfHelper
Constructor with null default value.
EnumValueOfHelper(E[], E) - Constructor for class org.forgerock.util.EnumValueOfHelper
Constructor with an explicit default value.
ENV_VAR_INSTALL_ROOT - Static variable in class org.opends.server.config.ConfigConstants
The name of the environment variable that the Directory Server may check to determine the installation root.
environmentVariablePropertyResolver() - Static method in class org.forgerock.config.resolvers.PropertyResolvers
EnvironmentVariableResolver - Class in org.forgerock.config.resolvers
A property accessor that allows access to environment variables.
EOL - Static variable in class org.opends.server.util.ServerConstants
The end-of-line character for this platform.
epochSecondsInstant() - Static method in class org.forgerock.json.JsonValueFunctions
Returns a Instant by converting the JsonValue into a number and interpreting that as the number of seconds since the UTC epoch as per Instant.ofEpochSecond(long).
EQUAL_TO_KEY - Enum constant in enum class org.opends.server.replication.server.changelog.api.DBCursor.PositionStrategy
Positions the cursor on the requested key if it exists.
equality(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new equality match filter using the provided attribute description and assertion value.
EQUALITY - Enum constant in enum class org.forgerock.opendj.ldap.Filter.FilterType
The filter type for equality filters.
EQUALITY - Enum constant in enum class org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for equality filters.
EQUALITY - Enum constant in enum class org.forgerock.opendj.ldap.schema.MatchingRule.MatchingRuleType
A rule suitable for use as the equality matching rule (EQUALITY) of an attribute type.
EQUALITY - Enum constant in enum class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn.IndexType
This index type is used to improve the efficiency of searches using equality search filters.
EQUALITY - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumTargetOperator
This enumeration is returned when the target operator is "=".
EQUALITY - Enum constant in enum class org.opends.server.types.IndexType
Used to denote an equality index, which may be used to identify entries containing a specified value for the associated attribute.
EQUALITY_MATCHING_RULE - Enum constant in enum class org.forgerock.opendj.ldap.Entries.DiffStrategy
Attribute values are compared using their equality matching rule.
equalityAssertion(String, ByteString, ByteString) - Static method in class org.forgerock.opendj.ldap.Assertions
Returns an assertion suitable for implementing simple equality matching rules whose assertion syntax is the same as the attribute value syntax.
equalityMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the matching rule that should be used for equality matching with this attribute type.
equals(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteString
Indicates whether the provided byte array subsequence is equal to this byte string.
equals(Object) - Method in class org.forgerock.audit.events.handlers.AuditEventTopicState
 
equals(Object) - Method in class org.forgerock.i18n.LocalizableMessage
Returns true if the provided object is a message whose String representation is equal to the String representation of this message in the default locale.
equals(Object) - Method in class org.forgerock.json.JsonPointer
Compares the specified object with this pointer for equality.
equals(Object) - Method in class org.forgerock.json.resource.ResourcePath
Returns true if obj is a resource path having the exact same elements as this resource path.
equals(Object) - Method in interface org.forgerock.json.resource.ResourceResponse
Returns true if the provided object is a resource having the same resource ID and revision as this resource.
equals(Object) - Method in class org.forgerock.json.resource.SortKey
 
equals(Object) - Method in class org.forgerock.monitoring.api.instrument.ImmutableTag
 
equals(Object) - Method in class org.forgerock.monitoring.api.instrument.Meter.Id
 
equals(Object) - Method in class org.forgerock.monitoring.api.instrument.Tags
 
equals(Object) - Method in record class org.forgerock.opendj.config.Deprecated
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.forgerock.opendj.config.dsconfig.DocGeneratorSubCommandHandler
 
equals(Object) - Method in class org.forgerock.opendj.config.ManagedObjectPath
 
equals(Object) - Method in class org.forgerock.opendj.config.PropertyDefinition
Indicates whether some other object is "equal to" this property definition.
equals(Object) - Method in class org.forgerock.opendj.config.Tag
 
equals(Object) - Method in class org.forgerock.opendj.config.ValueOrExpression
 
equals(Object) - Method in class org.forgerock.opendj.discovery.Partition.Server
 
equals(Object) - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
 
equals(Object) - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
 
equals(Object) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
equals(Object) - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
equals(Object) - Method in interface org.forgerock.opendj.ldap.Attribute
Returns true if object is an attribute which is equal to this attribute.
equals(Object) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether the provided object is an attribute description which is equal to this attribute description.
equals(Object) - Method in class org.forgerock.opendj.ldap.Ava
 
equals(Object) - Method in class org.forgerock.opendj.ldap.ByteString
Indicates whether the provided object is equal to this byte string.
equals(Object) - Method in record class org.forgerock.opendj.ldap.ConnectionPool.Statistics
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.forgerock.opendj.ldap.Dn
 
equals(Object) - Method in interface org.forgerock.opendj.ldap.Entry
Returns true if object is an entry which is equal to this entry.
equals(Object) - Method in class org.forgerock.opendj.ldap.Filter
This method does not perform any normalization, other than lowercasing attribute descriptions, and will only return true when two filters are identical.
equals(Object) - Method in class org.forgerock.opendj.ldap.GeneralizedTime
 
equals(Object) - Method in class org.forgerock.opendj.ldap.LdapUrl
 
equals(Object) - Method in class org.forgerock.opendj.ldap.Matcher
This method returns true when two filters are equivalent.
equals(Object) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
equals(Object) - Method in class org.forgerock.opendj.ldap.Modification
 
equals(Object) - Method in class org.forgerock.opendj.ldap.ModificationType
 
equals(Object) - Method in class org.forgerock.opendj.ldap.Rdn
 
equals(Object) - Method in class org.forgerock.opendj.ldap.ResultCode
 
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns true if the provided object is an attribute type having the same numeric OID as this attribute type.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns true if the provided object is a DIT content rule having the same structural object class OID as this DIT content rule.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule
Returns true if the provided object is a DIT structure rule having the same rule ID as this DIT structure rule.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns true if the provided object is a matching rule having the same numeric OID as this matching rule.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns true if the provided object is a matching rule use having the same numeric OID as this matching rule use.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if the provided object is a name form having the same numeric OID as this name form.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns true if the provided object is an object class having the same numeric OID as this object class.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.Syntax
Returns true if the provided object is an attribute syntax having the same numeric OID as this attribute syntax.
equals(Object) - Method in class org.forgerock.opendj.ldap.SearchScope
 
equals(Object) - Method in class org.forgerock.opendj.ldap.SortKey
 
equals(Object) - Method in class org.forgerock.opendj.ldap.SortKey.SortComparator
 
equals(Object) - Method in class org.forgerock.opendj.ldap.SubtreeSpecification
Indicates whether the provided object is logically equal to this subtree specification object.
equals(Object) - Method in class org.forgerock.opendj.ldap.SubtreeSpecification.FilterRefinement
 
equals(Object) - Method in class org.forgerock.opendj.ldap.SubtreeSpecification.Refinement
 
equals(Object) - Method in class org.forgerock.opendj.rest2ldap.Resource
Returns true if the provided parameter is a Resource having the same resource ID as this resource.
equals(Object) - Method in class org.forgerock.opendj.rest2ldap.SubResource
 
equals(Object) - Method in class org.forgerock.opendj.security.DeploymentId
 
equals(Object) - Method in class org.forgerock.opendj.setup.model.Profile.EnumConstant
 
equals(Object) - Method in class org.forgerock.opendj.setup.model.Profile
 
equals(Object) - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
 
equals(Object) - Method in record class org.forgerock.secrets.credentials.PrincipalAndSecret
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.AliasSpec
 
equals(Object) - Method in record class org.forgerock.secrets.propertyresolver.SecretResource
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.forgerock.secrets.Purpose
 
equals(Object) - Method in class org.forgerock.secrets.Secret
 
equals(Object) - Method in class org.forgerock.util.i18n.LocalizableString
The default equals operation.
equals(Object) - Method in class org.forgerock.util.LazyList
Compares the specified object with this list for equality.
equals(Object) - Method in class org.forgerock.util.LazyMap
Compares the specified object with the map for equality.
equals(Object) - Method in class org.forgerock.util.ListDecorator
Compares the specified object with this list for equality.
equals(Object) - Method in class org.forgerock.util.MapDecorator
Compares the specified object with the map for equality.
equals(Object) - Method in class org.forgerock.util.Pair
equals(Object) - Method in class org.forgerock.util.query.QueryFilter
 
equals(Object) - Method in class org.forgerock.util.time.Duration
 
equals(Object) - Method in record class org.opends.server.api.LocalBackend.LDIFImportResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.api.plugin.PluginResult.ImportLDIF
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.api.plugin.PluginResult.IntermediateResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.api.plugin.PluginResult.PostConnect
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.api.plugin.PluginResult.PostDisconnect
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.api.plugin.PluginResult.PostOperation
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.api.plugin.PluginResult.PreOperation
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.api.plugin.PluginResult.PreParse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.api.plugin.PluginResult.Startup
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.api.plugin.PluginResult.SubordinateDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.api.plugin.PluginResult.SubordinateModifyDN
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.api.ResourceLimits
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.opends.server.backends.pluggable.spi.TreeName
 
equals(Object) - Method in class org.opends.server.backup.Backup
 
equals(Object) - Method in class org.opends.server.backup.BackupId
 
equals(Object) - Method in class org.opends.server.controls.InternalModificationsRequestControl
 
equals(Object) - Method in class org.opends.server.controls.ReplicatedRequestControl
 
equals(Object) - Method in class org.opends.server.discovery.Partition.Server
 
equals(Object) - Method in record class org.opends.server.monitors.HealthStatus
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.monitors.LocalBackendMonitor.BaseDnMonitorData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.opends.server.replication.common.CSN
 
equals(Object) - Method in record class org.opends.server.replication.common.DSInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.replication.common.GenerationId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.opends.server.replication.common.MultiDomainServerState
 
equals(Object) - Method in class org.opends.server.replication.common.ReplicaId
 
equals(Object) - Method in class org.opends.server.replication.common.ReplicationServerId
 
equals(Object) - Method in record class org.opends.server.replication.common.RSInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.opends.server.replication.common.ServerState
 
equals(Object) - Method in class org.opends.server.replication.plugin.AttrValueHistorical
 
equals(Object) - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
equals(Object) - Method in class org.opends.server.replication.protocol.OperationContext
 
equals(Object) - Method in class org.opends.server.replication.protocol.UpdateMsg
 
equals(Object) - Method in class org.opends.server.replication.server.changelog.api.DBCursor.CursorOptions
 
equals(Object) - Method in record class org.opends.server.replication.server.changelog.api.DomainReplicaId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.replication.server.changelog.api.ReplicationDomainDB.ReplicaDbDescription
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.replication.server.changelog.api.ReplicationDomainDB.ReplicaDbFileContent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.replication.server.changelog.api.UpdateRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.replication.server.changelog.file.ReplicationEnvironment.DomainState
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.replication.server.ChangelogState
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.opends.server.tools.tasks.TaskEntry
 
equals(Object) - Method in record class org.opends.server.tools.upgrade.UpgradeTaskVersion
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.types.AccountStatusNotification
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.types.AuthenticationInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.opends.server.types.Operation
 
equals(Object) - Method in class org.opends.server.types.ProcessId
 
equals(Object) - Method in record class org.opends.server.types.SizedEntry
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.opends.server.types.SynchronizationProviderResult.StopProcessing
Indicates whether some other object is "equal to" this one.
EQUALS - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "equals" operator.
equalsIgnoringUnknown(Object) - Method in class org.opends.server.types.ProcessId
Similar to ProcessId.equals(Object) except that ProcessId.newUnknownProcessId() is equal to itself.
equalTo(FF, Object) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new equality filter using the provided field name and value assertion.
ERR - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumEvalResult
This is an internal enumeration used during evaluation of bind rule when internal processing of the evaluation is undefined.
ERR_ABSTRACT_AUXILIARY_TYPE_IN_CREATE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The resource cannot be created because it specified the abstract auxiliary resource type '%s'. Please specify one of the following non-abstract auxiliary types: %s
ERR_ABSTRACT_TYPE_IN_CREATE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The resource cannot be created because it specified the abstract resource type '%s'. Please specify one of the following non-abstract types: %s
ERR_ACCESS_MONITORING_INFORMATION_NOT_AUTHENTICATED - Static variable in class org.opends.messages.ServerMessages
User authentication is mandatory to access server monitoring information
ERR_ACCOUNT_USER_AUTHENTICATED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Account Usability can only be viewed by authenticated users
ERR_ACTION_NOT_SUPPORTED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The action '%s' is not supported
ERR_ADD_ASSERTION_FAILED - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be added because the request contained an LDAP assertion control and the associated filter did not match the contents of the provided entry
ERR_ADD_ATTR_IS_INVALID_OPTION - Static variable in class org.opends.messages.ServerMessages
Entry %s can not be added because BER encoding of %s attribute is not supported
ERR_ADD_ATTR_IS_NO_USER_MOD - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be added because it includes attribute %s which is defined as NO-USER-MODIFICATION in the server schema
ERR_ADD_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.opends.messages.ServerMessages
The entry %s cannot be added due to insufficient access rights
ERR_ADD_BACKEND_READONLY - Static variable in class org.opends.messages.ServerMessages
Unable to add entry %s because the backend that should hold that entry is configured in read-only mode
ERR_ADD_CANNOT_ADD_ROOT_DSE - Static variable in class org.opends.messages.ServerMessages
The provided entry cannot be added because it contains a null DN. This DN is reserved for the root DSE, and that entry may not be added over protocol
ERR_ADD_CANNOT_LOCK_ENTRY - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be added because the server failed to obtain a write lock for this entry after multiple attempts
ERR_ADD_CHANGE_PRIVILEGE_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to add entries that include privileges
ERR_ADD_ENTRY_ALREADY_EXISTS - Static variable in class org.opends.messages.ServerMessages
The entry '%s' cannot be added because an entry with that name already exists
ERR_ADD_ENTRY_NOT_SUFFIX - Static variable in class org.opends.messages.ServerMessages
The provided entry %s cannot be added because it does not have a parent and is not defined as one of the suffixes within the Directory Server
ERR_ADD_ENTRY_UNKNOWN_SUFFIX - Static variable in class org.opends.messages.ServerMessages
The provided entry %s cannot be added because its suffix is not defined as one of the suffixes within the Directory Server
ERR_ADD_MISSING_RDN_ATTRIBUTE - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be added because it is missing attribute %s that is contained in the entry's RDN. All attributes used in the RDN must also be provided in the attribute list for the entry
ERR_ADD_NO_PARENT - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be added because its parent entry %s does not exist in the server
ERR_ADD_NO_SUCH_OBJECT - Static variable in class org.opends.messages.ServerMessages
The entry '%s' cannot be added because its parent entry does not exist
ERR_ADD_PARENT_IS_SUBENTRY - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be added because its parent entry %s is a subentry
ERR_ADD_SERVER_READONLY - Static variable in class org.opends.messages.ServerMessages
Unable to add entry %s because the Directory Server is configured in read-only mode
ERR_ADD_SYNCH_CONFLICT_RESOLUTION_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred during conflict resolution synchronization processing for the add operation with connection ID %d and operation ID %d: %s
ERR_ADD_SYNCH_POSTOP_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred during postoperation synchronization processing for the add operation with connection ID %d and operation ID %d: %s
ERR_ADD_SYNCH_PREOP_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred during preoperation synchronization processing for the add operation with connection ID %d and operation ID %d: %s
ERR_ADD_UNSUPPORTED_CRITICAL_CONTROL - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be added because the request contained a critical control with OID %s that is not supported by the Directory Server for this type of operation
ERR_ADMIN_DATA_TRUSTMANAGER_CANNOT_CREATE_FACTORY - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to create a trust manager factory to access the certificates in "cn=admin data": %s
ERR_ADMIN_DATA_TRUSTMANAGER_KEYSTORE_READ_ALIAS_FAILURE - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while attempting to read the instance key '%s' in "cn=admin data": %s
ERR_ADMIN_DATA_TRUSTMANAGER_KEYSTORE_READ_FAILURE - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while accessing the instance keys in "cn=admin data": %s
ERR_AMBIGUOUS_RESOURCE_TYPE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The property "%s" in resource "%s" specifies an ambiguous resourcePath "%s". The relative path must reference a single resource type, yet this one references the following types of resource: %s
ERR_ARRAY_FOR_SINGLE_VALUED_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The request cannot be processed because an array of values was provided for the single valued field '%s'
ERR_ASSURED_REPLICATION_IS_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
Assured replication is not supported anymore, it should be disabled on the topology
ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_CHAR - Static variable in class org.opends.messages.ServerMessages
The provided value "%s" could not be parsed as a valid distinguished name because character '%c' at position %d is not allowed in an attribute name
ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DASH - Static variable in class org.opends.messages.ServerMessages
The provided value "%s" could not be parsed as a valid distinguished name because the hyphen character is not allowed as the first character of an attribute name
ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_PERIOD - Static variable in class org.opends.messages.ServerMessages
The provided value "%s" could not be parsed as a valid distinguished name because the parsed attribute name %s included a period but that name did not appear to be a valid OID
ERR_ATTR_SYNTAX_DN_ATTR_NO_NAME - Static variable in class org.opends.messages.ServerMessages
The provided value "%s" could not be parsed as a valid distinguished name because it contained an RDN containing an empty attribute name
ERR_ATTR_SYNTAX_DN_ATTR_VALUE_DECODE_FAILURE - Static variable in class org.opends.messages.ServerMessages
The provided value "%s" could not be parsed as a valid distinguished name because an unexpected failure occurred while attempting to parse an attribute value from one of the RDN components: "%s"
ERR_ATTR_SYNTAX_DN_END_WITH_ATTR_NAME - Static variable in class org.opends.messages.ServerMessages
The provided value "%s" could not be parsed as a valid distinguished name because the last non-space character was part of the attribute name '%s'
ERR_ATTR_SYNTAX_DN_END_WITH_COMMA - Static variable in class org.opends.messages.ServerMessages
The provided value "%s" could not be parsed as a valid distinguished name because the last non-space character was a comma or semicolon
ERR_ATTR_SYNTAX_DN_ESCAPED_HEX_VALUE_INVALID - Static variable in class org.opends.messages.ServerMessages
The provided value "%s" could not be parsed as a valid distinguished name because one of the RDN components included a value with an escaped hexadecimal digit that was not followed by a second hexadecimal digit
ERR_ATTR_SYNTAX_DN_HEX_VALUE_TOO_SHORT - Static variable in class org.opends.messages.ServerMessages
The provided value "%s" could not be parsed as a valid distinguished name because an attribute value started with an octothorpe (#) but was not followed by a positive multiple of two hexadecimal digits
ERR_ATTR_SYNTAX_DN_INVALID_CHAR - Static variable in class org.opends.messages.ServerMessages
The provided value "%s" could not be parsed as a valid distinguished name because character '%c' at position %d is not valid
ERR_ATTR_SYNTAX_DN_INVALID_HEX_DIGIT - Static variable in class org.opends.messages.ServerMessages
The provided value "%s" could not be parsed as a valid distinguished name because an attribute value started with an octothorpe (#) but contained a character %c that was not a valid hexadecimal digit
ERR_ATTR_SYNTAX_DN_NO_EQUAL - Static variable in class org.opends.messages.ServerMessages
The provided value "%s" could not be parsed as a valid distinguished name because the next non-space character after attribute name "%s" should have been an equal sign but instead was '%c'
ERR_ATTR_SYNTAX_DN_UNMATCHED_QUOTE - Static variable in class org.opends.messages.ServerMessages
The provided value "%s" could not be parsed as a valid distinguished name because one of the RDN components included a quoted value that did not have a corresponding closing quotation mark
ERR_ATTR_SYNTAX_SUBTREE_SPECIFICATION_INVALID - Static variable in class org.opends.messages.ServerMessages
The provided value "%s" could not be parsed as a valid subtree specification
ERR_ATTRIBUTE_INDEX_NOT_CONFIGURED - Static variable in class org.opends.messages.ServerMessages
There is no index configured for attribute type '%s'
ERR_ATTRVALUE_VALIDATOR_PASSWORD_IN_ENTRY - Static variable in class org.opends.messages.ServerMessages
The provided password was found in another attribute in the user entry
ERR_AUTHZID_DECODER_PRINCIPAL_CANNOT_BE_DETERMINED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The request could not be authorized because the required security principal '%s' could not be determined
ERR_AUTHZID_DECODER_PRINCIPAL_INVALID_DATA_TYPE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The request could not be authorized because the required security principal '%s' had an invalid data type
ERR_BACKEND_ADD_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
Unwilling to add entry "%s" because add operations are not supported in the "%s" backend
ERR_BACKEND_CANNOT_CHANGE_CONFIDENTIALITY - Static variable in class org.opends.messages.ServerMessages
Confidentiality cannot be disabled on suffix '%s' because the following indexes have confidentiality still enabled: %s
ERR_BACKEND_CANNOT_LOCK_ENTRY - Static variable in class org.opends.messages.ServerMessages
The Directory Server was unable to obtain a lock on entry %s after multiple attempts. This could mean that the entry is already locked by a long-running operation or that the entry has previously been locked but was not properly unlocked
ERR_BACKEND_CANNOT_REGISTER_BASEDNS - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to register the base DNs %s in the Directory Server: %s
ERR_BACKEND_CONFIG_CACHE_PERCENT_GREATER_THAN_JVM_HEAP - Static variable in class org.opends.messages.ServerMessages
Configuration attribute ds-cfg-db-cache-percent has a value of %d%% but the JVM has only %d%% available
ERR_BACKEND_CONFIG_CACHE_SIZE_GREATER_THAN_JVM_HEAP - Static variable in class org.opends.messages.ServerMessages
Configuration attribute ds-cfg-db-cache-size has a value of %d but the JVM has only %d available. Consider using ds-cfg-db-cache-percent
ERR_BACKEND_DEBUG_CANNOT_LOCK_BACKEND - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to acquire a shared lock for backend %s: %s. This generally means that some other process has exclusive access to this backend (e.g., a restore or an LDIF import)
ERR_BACKEND_DEBUG_DECODE_BASE_DN - Static variable in class org.opends.messages.ServerMessages
Unable to decode base DN string "%s" as a valid distinguished name: %s
ERR_BACKEND_DEBUG_NO_BACKENDS_FOR_ID - Static variable in class org.opends.messages.ServerMessages
None of the Directory Server JE backends are configured with the requested backend ID %s
ERR_BACKEND_DEBUG_NO_ENTRY_CONTAINERS_FOR_BASE_DN - Static variable in class org.opends.messages.ServerMessages
None of the entry containers are configured with the requested base DN %s in backend %s
ERR_BACKEND_DELETE_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
Unwilling to remove entry "%s" because delete operations are not supported in the "%s" backend
ERR_BACKEND_ENTRY_DOESNT_EXIST - Static variable in class org.opends.messages.ServerMessages
Entry %s does not exist in the "%s" backend
ERR_BACKEND_FAULTY_CRYPTO_TRANSFORMATION - Static variable in class org.opends.messages.ServerMessages
Error while enabling confidentiality with cipher %s, %d bits: %s
ERR_BACKEND_GET_ENTRY_NULL - Static variable in class org.opends.messages.ServerMessages
Unable to retrieve the requested entry from the "%s" backend because the provided DN was null
ERR_BACKEND_IMPORT_AND_EXPORT_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
LDIF import and export operations are not supported in the "%s" backend
ERR_BACKEND_IMPORT_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
The "%s" backend does not support LDIF import operations
ERR_BACKEND_LIST_FILES_TO_BACKUP - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to list the files to backup for backend '%s': %s
ERR_BACKEND_MODIFY_DN_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
Unwilling to rename entry "%s" because modify DN operations are not supported in the "%s" backend
ERR_BACKEND_MODIFY_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
Unwilling to update entry "%s" because modify operations are not supported in the "%s" backend
ERR_BACKEND_NO_INDEXING_SUPPORT - Static variable in class org.opends.messages.ServerMessages
The backend does not support indexing
ERR_BACKEND_SEARCH_ENTRY - Static variable in class org.opends.messages.ServerMessages
An error occurred when searching for %s : %s
ERR_BACKEND_TOOL_CURSOR_AT_KEY_NUMBER - Static variable in class org.opends.messages.ServerMessages
At key number %d, %s:
ERR_BACKEND_TOOL_DECODER_NOT_AVAILABLE - Static variable in class org.opends.messages.ServerMessages
Data decoder for printing is not available, should use hex dump
ERR_BACKEND_TOOL_ERROR_INITIALIZING_BACKEND - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while attempting to initialize the backend '%s': %s
ERR_BACKEND_TOOL_ERROR_LISTING_BASE_DNS - Static variable in class org.opends.messages.ServerMessages
An error occurred while listing the base DNs: %s
ERR_BACKEND_TOOL_ERROR_LISTING_TREES - Static variable in class org.opends.messages.ServerMessages
An error occurred while listing indexes: %s
ERR_BACKEND_TOOL_ERROR_READING_TREE - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while attempting to read and/or decode records from an index: %s
ERR_BACKEND_TOOL_EXECUTING_COMMAND - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to execute %s: %s
ERR_BACKEND_TOOL_NO_TREE_FOR_NAME - Static variable in class org.opends.messages.ServerMessages
No index exists with the requested name '%s' in base DN '%s' and backend '%s'
ERR_BACKEND_TOOL_NO_TREE_FOR_NAME_IN_STORAGE - Static variable in class org.opends.messages.ServerMessages
No storage index exists with the requested name %s in backend %s
ERR_BACKEND_TOOL_ONLY_ONE_MAX_KEY - Static variable in class org.opends.messages.ServerMessages
Cannot specify a maximum key both as a string and as an hexadecimal string
ERR_BACKEND_TOOL_ONLY_ONE_MIN_KEY - Static variable in class org.opends.messages.ServerMessages
Cannot specify a minimum key both as a string and as an hexadecimal string
ERR_BACKEND_TOOL_PROCESSING_ARGUMENT - Static variable in class org.opends.messages.ServerMessages
An error occurred while processing arguments: %s
ERR_BACKUP_CANNOT_LIST_LOG_FILES - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to obtain a list of the files in directory %s to include in the backup: %s
ERR_BAD_ADMIN_API_RESOURCE_VERSION - Static variable in class org.opends.messages.ServerMessages
The requested admin API version '%s' is unsupported. This endpoint only supports the following admin API version(s): %s
ERR_BAD_API_RESOURCE_VERSION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The requested resource API version '%s' is unsupported. This endpoint only supports the following resource API version(s): %s
ERR_BAD_HISTORICAL - Static variable in class org.opends.messages.ServerMessages
Entry %s was containing some unknown historical information, This may cause some inconsistency for this entry
ERR_BIND_ACCOUNT_PERMANENTLY_LOCKED - Static variable in class org.opends.messages.ServerMessages
The account has been locked as a result of too many failed authentication attempts. It may only be unlocked by an administrator
ERR_BIND_ACCOUNT_TEMPORARILY_LOCKED - Static variable in class org.opends.messages.ServerMessages
The account has been locked as a result of too many failed authentication attempts (time to unlock: %s)
ERR_BIND_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.opends.messages.ServerMessages
The user cannot bind due to insufficient access rights
ERR_BIND_DN_BUT_NO_PASSWORD - Static variable in class org.opends.messages.ServerMessages
Unable to process the simple bind request because it contained a bind DN but no password, which is forbidden by the server configuration
ERR_BIND_OPERATION_ACCOUNT_DISABLED - Static variable in class org.opends.messages.ServerMessages
Rejecting a bind request because the account has been administratively disabled
ERR_BIND_OPERATION_ACCOUNT_EXPIRED - Static variable in class org.opends.messages.ServerMessages
Rejecting a bind request because the account has expired
ERR_BIND_OPERATION_ACCOUNT_FAILURE_LOCKED - Static variable in class org.opends.messages.ServerMessages
Rejecting a bind request because the account has been locked due to too many failed authentication attempts
ERR_BIND_OPERATION_ACCOUNT_IDLE_LOCKED - Static variable in class org.opends.messages.ServerMessages
Rejecting a bind request because the account has been locked after remaining idle for too long
ERR_BIND_OPERATION_ACCOUNT_RESET_LOCKED - Static variable in class org.opends.messages.ServerMessages
Rejecting a bind request because the account has been locked after the user's password was not changed in a timely manner after an administrative reset
ERR_BIND_OPERATION_INSECURE_SASL_BIND - Static variable in class org.opends.messages.ServerMessages
Rejecting a SASL %s bind request for user %s because the password policy requires secure authentication
ERR_BIND_OPERATION_INSECURE_SIMPLE_BIND - Static variable in class org.opends.messages.ServerMessages
Rejecting a simple bind request because the password policy requires secure authentication
ERR_BIND_OPERATION_NO_PASSWORD - Static variable in class org.opends.messages.ServerMessages
Unable to bind to the Directory Server using simple authentication because that user does not have a password
ERR_BIND_OPERATION_PASSWORD_EXPIRED - Static variable in class org.opends.messages.ServerMessages
Rejecting a bind request because that user's password is expired
ERR_BIND_OPERATION_UNKNOWN_SASL_MECHANISM - Static variable in class org.opends.messages.ServerMessages
Unable to process the bind request because it attempted to use an unknown SASL mechanism %s that is not available in the Directory Server
ERR_BIND_OPERATION_UNKNOWN_USER - Static variable in class org.opends.messages.ServerMessages
Unable to bind to the Directory Server because no such user exists in the server
ERR_BIND_OPERATION_WRITABILITY_DISABLED - Static variable in class org.opends.messages.ServerMessages
Rejecting a bind request for user %s because either the entire server or the user's backend has a writability mode of 'disabled' and password policy state updates would not be allowed
ERR_BIND_OPERATION_WRONG_PASSWORD - Static variable in class org.opends.messages.ServerMessages
The password provided by the user did not match any password(s) stored in the user's entry
ERR_BIND_REJECTED_LOCKDOWN_MODE - Static variable in class org.opends.messages.ServerMessages
Unable to process the non-root bind because the server is in lockdown mode
ERR_BIND_UNSUPPORTED_CRITICAL_CONTROL - Static variable in class org.opends.messages.ServerMessages
Unable to process the bind request because it contained a control with OID %s that was marked critical but this control is not supported for the bind operation
ERR_CACHE_INVALID_EXCLUDE_FILTER - Static variable in class org.opends.messages.ServerMessages
The ds-cfg-exclude-filter attribute of configuration entry %s, which specifies a set of search filters that may be used to control which entries are excluded from the cache, has an invalid value of "%s": %s
ERR_CACHE_INVALID_INCLUDE_FILTER - Static variable in class org.opends.messages.ServerMessages
The ds-cfg-include-filter attribute of configuration entry %s, which specifies a set of search filters that may be used to control which entries are included in the cache, has an invalid value of "%s": %s
ERR_CACHE_PRELOAD_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
Backend database cache preload for backend '%s' is not supported in this release
ERR_CANNOT_ACQUIRE_EXCLUSIVE_SERVER_LOCK - Static variable in class org.opends.messages.ServerMessages
The Directory Server could not acquire an exclusive lock on file %s: %s. This generally means that another instance of this server is already running
ERR_CANNOT_ADD_CONFLICT_ATTRIBUTE - Static variable in class org.opends.messages.ServerMessages
A conflict was detected but the conflict information could not be added to entry %s. Conflict with %s %s, Result: %s
ERR_CANNOT_ANSWER_COUNT_ONLY_REQUEST - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
No estimated count could be obtained from the backend LDAP server(s) for this count only request. Review access logs and make sure to configure indexes on the server(s) to support count only requests
ERR_CANNOT_ANSWER_COUNT_ONLY_REQUEST_ON_REVERSE_REFERENCE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Count-only requests cannot be performed on reverse-reference resources
ERR_CANNOT_BOOTSTRAP_WHILE_RUNNING - Static variable in class org.opends.messages.ServerMessages
The Directory Server is currently running. The configuration may not be bootstrapped while the server is online
ERR_CANNOT_CANCEL_ABANDON - Static variable in class org.opends.messages.ServerMessages
Abandon requests cannot be canceled
ERR_CANNOT_CANCEL_BIND - Static variable in class org.opends.messages.ServerMessages
Bind requests cannot be canceled
ERR_CANNOT_CANCEL_CANCEL - Static variable in class org.opends.messages.ServerMessages
Cancel extended operations can not be canceled
ERR_CANNOT_CANCEL_START_TLS - Static variable in class org.opends.messages.ServerMessages
Start TLS extended operations cannot be canceled
ERR_CANNOT_CANCEL_UNBIND - Static variable in class org.opends.messages.ServerMessages
Unbind requests cannot be canceled
ERR_CANNOT_CREATE_MBEAN_SERVER - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to create the JMX MBean server that will be used for monitoring, notification, and configuration interaction within the Directory Server: %s
ERR_CANNOT_CREATE_REPLICA_DB_BECAUSE_CHANGELOG_DB_SHUTDOWN - Static variable in class org.opends.messages.ServerMessages
Could not create replica database because the changelog database is shutting down
ERR_CANNOT_DECODE_BASE_DN - Static variable in class org.opends.messages.ServerMessages
Unable to decode base DN string "%s" as a valid distinguished name: %s
ERR_CANNOT_DECODE_CONTROL_VALUE - Static variable in class org.opends.messages.ServerMessages
Cannot decode the provided control %s because an error occurred while attempting to decode the control value: %s
ERR_CANNOT_DECODE_ENTRY - Static variable in class org.opends.messages.ServerMessages
Input stream ended unexpectedly while decoding entry
ERR_CANNOT_DECODE_PRINCIPAL_AS_DN - Static variable in class org.opends.messages.ServerMessages
Could not map the provided certificate chain to a user becausethe peer certificate issuer "%s" could not be decoded as an LDAP DN: %s
ERR_CANNOT_ENCODE_ENTRY - Static variable in class org.opends.messages.ServerMessages
Cannot encode entry for writing on storage: %s
ERR_CANNOT_GET_ROOT_DSE_CONFIG_ENTRY - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to retrieve the root DSE configuration entry (cn=Root DSE,cn=config) from the Directory Server configuration: %s
ERR_CANNOT_HASH_DATA - Static variable in class org.opends.messages.ServerMessages
Cannot properly use SHA-1 using the java provider. Verify java.security is properly configured
ERR_CANNOT_INITIALIZE_BACKENDS - Static variable in class org.opends.messages.ServerMessages
An error occurred while initializing server backends: %s
ERR_CANNOT_INITIALIZE_CONFIGURATION_FRAMEWORK - Static variable in class org.opends.messages.ServerMessages
Cannot initialize the configuration framework: %s
ERR_CANNOT_INITIALIZE_CORE_CONFIG - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to initialize the core Directory Server configuration: %s
ERR_CANNOT_INITIALIZE_CRYPTO_MANAGER - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to initialize the crypto manager: %s
ERR_CANNOT_INITIALIZE_PWPOLICY - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to initialize the password policy components: %s
ERR_CANNOT_INITIALIZE_SERVER_COMPONENTS - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to initialize server components to run the tool: %s
ERR_CANNOT_INITIALIZE_SERVER_PLUGINS - Static variable in class org.opends.messages.ServerMessages
An error occurred while initializing plugins: %s
ERR_CANNOT_INITIALIZE_STORAGE_SCHEMES - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to initialize the Directory Server password storage schemes: %s
ERR_CANNOT_INITIALIZE_SUBENTRY_MANAGER - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to initialize the subentry manager: %s
ERR_CANNOT_INSTANTIATE_BACKEND_CLASS - Static variable in class org.opends.messages.ServerMessages
Unable to create an instance of class %s referenced in configuration entry %s as a Directory Server backend: %s
ERR_CANNOT_LIST_SECRET_FILES - Static variable in class org.opends.messages.ServerMessages
'%s' cannot list the secret files in directory '%s', all the secrets will be ignored: %s
ERR_CANNOT_LOAD_BACKEND_CLASS - Static variable in class org.opends.messages.ServerMessages
Unable to load class %s referenced in configuration entry %s for use as a Directory Server backend: %s
ERR_CANNOT_LOAD_CONFIG - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to load the Directory Server configuration: %s
ERR_CANNOT_LOAD_SCHEMA - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to load the Directory Server schema: %s
ERR_CANNOT_READ_CONFIG_VERSION - Static variable in class org.opends.messages.ServerMessages
An error occurred when trying to read the configuration version in %s : %s
ERR_CANNOT_READ_UPGRADE_NUMBER - Static variable in class org.opends.messages.ServerMessages
An error occurred when trying to read the upgrade version in second line of file '%s' (%s)
ERR_CANNOT_RECOVER_CHANGES - Static variable in class org.opends.messages.ServerMessages
Error when searching old changes from the database for base DN %s: %s
ERR_CANNOT_RENAME_CONFLICT_ENTRY - Static variable in class org.opends.messages.ServerMessages
An error happened trying to rename a conflicting entry. DN: %s, Operation: %s, Result: %s
ERR_CANNOT_SET_ENVIRONMENT_CONFIG_WHILE_RUNNING - Static variable in class org.opends.messages.ServerMessages
The Directory Server is currently running. The environment configuration can not be altered while the server is online
ERR_CANNOT_START_BEFORE_BOOTSTRAP - Static variable in class org.opends.messages.ServerMessages
The Directory Server may not be started before the configuration has been bootstrapped
ERR_CANNOT_START_WHILE_RUNNING - Static variable in class org.opends.messages.ServerMessages
The Directory Server may not be started while it is already running. Please stop the running instance before attempting to start it again
ERR_CANNOT_SUBSYSTEM_NOT_INITIALIZED - Static variable in class org.opends.messages.ServerMessages
Subsystem %s should be initialized first
ERR_CANNOT_VERIFY_CERTIFICATE - Static variable in class org.opends.messages.ServerMessages
Replication peer certificate verification failed with error: %s
ERR_CANT_LOCATE_JAVA_CMD - Static variable in class org.opends.messages.ServerMessages
Could not find the "%s" command in "%s"
ERR_CERTIFICATE_ISSUER_DOES_NOT_MATCH - Static variable in class org.opends.messages.ServerMessages
Could not map the provided certificate chain to a user because the matching user entry with DN '%s' does not contain an issuer DN matching the certificate issuer DN '%s'
ERR_CHANGELOB_BACKEND_ERROR_ENABLING_CN_CHANGELOG - Static variable in class org.opends.messages.ServerMessages
Error when enabling external changelog: %s
ERR_CHANGELOG_BACKEND_ATTRIBUTE - Static variable in class org.opends.messages.ServerMessages
An error occurred when retrieving attribute value for attribute '%s' for entry DN '%s' in changelog backend : %s
ERR_CHANGELOG_BACKEND_CANNOT_CONVERT_TO_LONG - Static variable in class org.opends.messages.ServerMessages
Could not convert value '%s' to long
ERR_CHANGELOG_BACKEND_CANNOT_FIND_UPDATE - Static variable in class org.opends.messages.ServerMessages
Could not find replica update message matching the index record. No more replica update messages with a csn newer than %s exist
ERR_CHANGELOG_BACKEND_CHANGE_NUMBER_INDEXER_NOT_ENABLED - Static variable in class org.opends.messages.ServerMessages
The search cannot be processed because the external changelog is not configured to generate change numbers. Change the replication server configuration if change numbers are needed
ERR_CHANGELOG_BACKEND_EXCEPTION_ENCODING_ENTRY - Static variable in class org.opends.messages.ServerMessages
An exception was encountered while trying to encode a replication %s message for entry "%s" into an External Change Log entry: %s
ERR_CHANGELOG_BACKEND_SEARCH - Static variable in class org.opends.messages.ServerMessages
An error occurred when searching base DN '%s' with filter '%s' in changelog backend : %s
ERR_CHANGELOG_BACKEND_UNEXPECTED_MESSAGE_TYPE - Static variable in class org.opends.messages.ServerMessages
Unexpected message type when trying to create changelog entry for dn %s: '%s'
ERR_CHANGELOG_CANNOT_READ_NEWEST_RECORD - Static variable in class org.opends.messages.ServerMessages
Could not position and read newest record from log file '%s'. Current thread is '%s'. Error was: %s
ERR_CHANGELOG_CANNOT_WRITE_DOMAIN_STATE_FILE - Static variable in class org.opends.messages.ServerMessages
The domain state file cannot be written. The server will shutdown but it should be restored from backup. Cause was : %s
ERR_CHANGELOG_CURSOR_ABORTED_CLEAR - Static variable in class org.opends.messages.ServerMessages
Cursor on log '%s' has been aborted after a clear
ERR_CHANGELOG_CURSOR_ABORTED_PURGE - Static variable in class org.opends.messages.ServerMessages
Cursor on log '%s' has been aborted after a purge
ERR_CHANGELOG_DETECTED_CORRUPTED_FILE - Static variable in class org.opends.messages.ServerMessages
Detected one or more corrupted records in log file '%s', this replication server will be removed from the replication topology. Recover the server from a valid filesystem backup if available or re-create it
ERR_CHANGELOG_ERROR_SENDING_ERROR - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while sending an Error Message to %s. This connection is going to be closed and reopened
ERR_CHANGELOG_ERROR_SENDING_MSG - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while sending a Message to %s. This connection is going to be closed and reopened
ERR_CHANGELOG_GENERATION_ID_WRONG_FORMAT - Static variable in class org.opends.messages.ServerMessages
Could not read generation id because it uses a wrong format, expecting a number but got '%s'
ERR_CHANGELOG_INCOHERENT_DOMAIN_STATE - Static variable in class org.opends.messages.ServerMessages
There is a mismatch between domain state file and actual domain directories found in file system. Expected domain ids : %s. Actual domain ids found in file system: %s
ERR_CHANGELOG_INVALID_REPLICA_OFFLINE_STATE_FILE - Static variable in class org.opends.messages.ServerMessages
Could not read replica offline state file '%s' for domain %s, it should contain exactly one line corresponding to the offline CSN
ERR_CHANGELOG_LOG_FILE_IS_NOT_READABLE - Static variable in class org.opends.messages.ServerMessages
An error occurred while verifying integrity of log file '%s' : %s
ERR_CHANGELOG_MALFORMED_DOMAIN_STATE_FILE - Static variable in class org.opends.messages.ServerMessages
Some data in the domain state file '%s' in not of the form <domainId>[csn:csn]:<domainDN>, the replication server cannot start. Restore the server from backup
ERR_CHANGELOG_READ_STATE_CANT_READ_DOMAIN_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
Error when retrieving changelog state from root path '%s' : IO error on domain directory '%s' when retrieving list of server ids
ERR_CHANGELOG_READER_UNABLE_TO_POSITION - Static variable in class org.opends.messages.ServerMessages
Unable to position reader to key '%s' using strategy '%s' on log '%s'. Changelog may be corrupted. Directory servers connected to this replication server may need to be reinitialized
ERR_CHANGELOG_RESET_CHANGE_NUMBER_CHANGE_NOT_PRESENT - Static variable in class org.opends.messages.ServerMessages
The change number index could not be reset to start with %d in base DN '%s' because starting CSN '%s' does not exist in the change log
ERR_CHANGELOG_RESET_CHANGE_NUMBER_CSN_TOO_OLD - Static variable in class org.opends.messages.ServerMessages
The change number could not be reset to %d because the associated change with CSN '%s' has already been purged from the change log. Try resetting to a more recent change
ERR_CHANGELOG_SERVER_ID_FILENAME_WRONG_FORMAT - Static variable in class org.opends.messages.ServerMessages
Could not read server id filename because it uses a wrong format, expecting '[id].server' where [id] is numeric but got '%s'
ERR_CHANGELOG_STAT_CANNOT_CONVERT_FILENAME_TO_CN - Static variable in class org.opends.messages.ServerMessages
Cannot convert the filename '%s' to a valid change number
ERR_CHANGELOG_STAT_CANNOT_CONVERT_FILENAME_TO_CSN - Static variable in class org.opends.messages.ServerMessages
Cannot convert the filename '%s' to a valid CSN
ERR_CHANGELOG_STAT_CANNOT_CREATE_OUTPUT_DIR - Static variable in class org.opends.messages.ServerMessages
The output folder '%s' cannot be created
ERR_CHANGELOG_STAT_CANNOT_LIST_CHANGELOG_FILES - Static variable in class org.opends.messages.ServerMessages
Cannot list the changelog files in '%s': %s
ERR_CHANGELOG_STAT_DOMAIN_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
The replication domain '%s' is not found. Make sure the domain is replicated
ERR_CHANGELOG_STAT_ERROR_WHEN_DECODING_CHANGELOG_FILE - Static variable in class org.opends.messages.ServerMessages
Error while decoding the changelog file '%s' : %s
ERR_CHANGELOG_STAT_ERROR_WHEN_READING_RS_ENTRY - Static variable in class org.opends.messages.ServerMessages
An error occurred when reading the replication server configuration entry '%s': %s
ERR_CHANGELOG_STAT_PROVIDED_CN_NOT_VALID - Static variable in class org.opends.messages.ServerMessages
The provided change number '%s' is not valid
ERR_CHANGELOG_STAT_PROVIDED_CSN_NOT_VALID - Static variable in class org.opends.messages.ServerMessages
The provided CSN '%s' is not valid
ERR_CHANGELOG_STAT_PROVIDED_DN_IS_INVALID - Static variable in class org.opends.messages.ServerMessages
The provided DN '%s' is invalid
ERR_CHANGELOG_STAT_PROVIDED_FILE_DOESNT_EXIST - Static variable in class org.opends.messages.ServerMessages
The provided output folder '%s' doesn't exist
ERR_CHANGELOG_STAT_REPLICA_FOLDER_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
Replica DB folder '%s' not found
ERR_CHANGELOG_UNABLE_TO_ADD_RECORD - Static variable in class org.opends.messages.ServerMessages
Could not add record '%s' in log file '%s': %s
ERR_CHANGELOG_UNABLE_TO_CREATE_CN_INDEX_DB - Static variable in class org.opends.messages.ServerMessages
Could not get or create change number index DB in root path '%s', using path '%s': %s
ERR_CHANGELOG_UNABLE_TO_CREATE_GENERATION_ID_FILE - Static variable in class org.opends.messages.ServerMessages
Could not create generation id file '%s': %s
ERR_CHANGELOG_UNABLE_TO_CREATE_LAST_LOG_ROTATION_TIME_FILE - Static variable in class org.opends.messages.ServerMessages
Could not create file '%s' to store last log rotation time %d
ERR_CHANGELOG_UNABLE_TO_CREATE_LOG_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
Could not create root directory '%s' for log file: %s
ERR_CHANGELOG_UNABLE_TO_CREATE_LOG_FILE - Static variable in class org.opends.messages.ServerMessages
Could not create log file '%s': %s
ERR_CHANGELOG_UNABLE_TO_CREATE_REPLICA_DB - Static variable in class org.opends.messages.ServerMessages
Could not get or create replica DB for base DN '%s', serverId '%s', generationId '%s': %s
ERR_CHANGELOG_UNABLE_TO_CREATE_SERVER_ID_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
Could not create directory '%s' for server id %s: %s
ERR_CHANGELOG_UNABLE_TO_DECODE_DN_FROM_DOMAIN_STATE_FILE - Static variable in class org.opends.messages.ServerMessages
Could not decode DN from domain state file '%s', from line '%s'
ERR_CHANGELOG_UNABLE_TO_DECODE_KEY_FROM_STRING - Static variable in class org.opends.messages.ServerMessages
Could not decode the key from string [%s]
ERR_CHANGELOG_UNABLE_TO_DECODE_RECORD - Static variable in class org.opends.messages.ServerMessages
Could not decode a record from data read in log file '%s'
ERR_CHANGELOG_UNABLE_TO_DELETE_GENERATION_ID_FILE - Static variable in class org.opends.messages.ServerMessages
Could not delete generation id file '%s' for DN '%s': %s
ERR_CHANGELOG_UNABLE_TO_DELETE_LAST_LOG_ROTATION_TIME_FILE - Static variable in class org.opends.messages.ServerMessages
Could not delete file '%s' that stored the previous last log rotation time
ERR_CHANGELOG_UNABLE_TO_DELETE_LOG_FILE - Static variable in class org.opends.messages.ServerMessages
Could not delete log files: %s
ERR_CHANGELOG_UNABLE_TO_DELETE_LOG_FILE_WHILE_PURGING - Static variable in class org.opends.messages.ServerMessages
While purging log, could not delete log file(s): '%s'
ERR_CHANGELOG_UNABLE_TO_INITIALIZE_LOG - Static variable in class org.opends.messages.ServerMessages
Could not initialize the log '%s' : %s
ERR_CHANGELOG_UNABLE_TO_OPEN_LOG_FILE - Static variable in class org.opends.messages.ServerMessages
Could not open log file '%s' for write: %s
ERR_CHANGELOG_UNABLE_TO_OPEN_READER_ON_LOG_FILE - Static variable in class org.opends.messages.ServerMessages
Could not open a reader on log file '%s': %s
ERR_CHANGELOG_UNABLE_TO_READ_DOMAIN_STATE_FILE - Static variable in class org.opends.messages.ServerMessages
Could not read domain state file '%s'. The replication server cannot continue, it should be restored from a backup. Cause was : %s
ERR_CHANGELOG_UNABLE_TO_READ_REPLICA_OFFLINE_STATE_FILE - Static variable in class org.opends.messages.ServerMessages
Could not read content of replica offline state file '%s' for domain %s
ERR_CHANGELOG_UNABLE_TO_RECOVER_LOG_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while recovering the replication change log file '%s'. The recovery has been aborted and this replication server will be removed from the replication topology. The change log file system may be read-only, full, or corrupt and must be fixed before this replication server can be used. The underlying error was: %s
ERR_CHANGELOG_UNABLE_TO_RETRIEVE_FILE_LENGTH - Static variable in class org.opends.messages.ServerMessages
Could not retrieve file length of log file '%s'
ERR_CHANGELOG_UNABLE_TO_RETRIEVE_KEY_BOUNDS_FROM_FILE - Static variable in class org.opends.messages.ServerMessages
Could not retrieve key bounds from log file '%s': %s
ERR_CHANGELOG_UNABLE_TO_RETRIEVE_READ_ONLY_LOG_FILES_LIST - Static variable in class org.opends.messages.ServerMessages
Could not retrieve read-only log files from log '%s': %s
ERR_CHANGELOG_UNABLE_TO_SEEK - Static variable in class org.opends.messages.ServerMessages
Could not seek to position %d for reader on log file '%s'
ERR_CHANGELOG_UNABLE_TO_SYNC - Static variable in class org.opends.messages.ServerMessages
Could not synchronize written records to file system for log file '%s': %s
ERR_CHANGELOG_UNABLE_TO_UPDATE_DOMAIN_STATE_FILE - Static variable in class org.opends.messages.ServerMessages
Could not create a new domain id %s for domain DN %s and save it in the domain state file. Replication will continue, but if the domain state file cannot be written when stopping the server, it should be restored from backup. Cause was : %s
ERR_CHANGELOG_UNKNOWN_LOG_FILE_VERSION - Static variable in class org.opends.messages.ServerMessages
Changelog file %s should be version %d, but found version %d. Likely causes for this error: the server binaries were accidentally downgraded, data was restored from a file system backup taken on a more recent version of the server, or the changelog file was corrupted. If the server was downgraded, upgrade it. If the data was restored from a file system backup, restore it again from a recent, valid file system backup taken on the same version of the server. Otherwise, as last resort, remove the changelog by running the 'dsrepl clear-changelog' command and restart the server
ERR_CHANGELOG_UNREFERENCED_LOG_WHILE_RELEASING - Static variable in class org.opends.messages.ServerMessages
The following log '%s' must be released but it is not referenced
ERR_CHANGENUMBER_DATABASE - Static variable in class org.opends.messages.ServerMessages
An error occurred when accessing the change number database : %s
ERR_CHARSET_CONSTRUCTOR_INVALID_NAME_CHAR - Static variable in class org.opends.messages.ServerMessages
The named character set is invalid because the provide name "%s" has an invalid character at position %d. Only ASCII alphabetic characters are allowed in the name
ERR_CHARSET_CONSTRUCTOR_NO_NAME - Static variable in class org.opends.messages.ServerMessages
The named character set is invalid because it does not contain a name
ERR_CHARSET_NO_CHARS - Static variable in class org.opends.messages.ServerMessages
Cannot decode value "%s" as a named character set because there are no characters to include in the set
ERR_CHARSET_NO_COLON - Static variable in class org.opends.messages.ServerMessages
Cannot decode value "%s" as a named character set because it does not contain a colon to separate the name from the set of characters
ERR_CHARSET_NO_NAME - Static variable in class org.opends.messages.ServerMessages
Cannot decode value "%s" as a named character set because it does not contain a name to use for the character set
ERR_CHARSET_VALIDATOR_DUPLICATE_CHAR - Static variable in class org.opends.messages.ServerMessages
The provided character set definition '%s' is invalid because it contains character '%s' which has already been used
ERR_CHARSET_VALIDATOR_ILLEGAL_CHARACTER - Static variable in class org.opends.messages.ServerMessages
The provided password contained character '%s' which is not allowed for use in passwords
ERR_CHARSET_VALIDATOR_INVALID_RANGE_COUNT - Static variable in class org.opends.messages.ServerMessages
The provided character range definition '%s' is invalid because the value before the colon must be an integer greater or equal to zero
ERR_CHARSET_VALIDATOR_INVALID_SET_COUNT - Static variable in class org.opends.messages.ServerMessages
The provided character set definition '%s' is invalid because the value before the colon must be an integer greater or equal to zero
ERR_CHARSET_VALIDATOR_MALFORMED_RANGE - Static variable in class org.opends.messages.ServerMessages
The provided character range definition '%s' is invalid because the range '%s' is missing the minus
ERR_CHARSET_VALIDATOR_MIN_CHAR_SETS_TOO_BIG - Static variable in class org.opends.messages.ServerMessages
The provided minimum required number of character sets '%d' is invalid because it is greater than the total number of defined character sets
ERR_CHARSET_VALIDATOR_MIN_CHAR_SETS_TOO_SMALL - Static variable in class org.opends.messages.ServerMessages
The provided minimum required number of character sets '%d' is invalid because it must at least include all mandatory character sets
ERR_CHARSET_VALIDATOR_NO_RANGE_CHARS - Static variable in class org.opends.messages.ServerMessages
The provided character range definition '%s' is invalid because it does not contain a colon to separate the minimum count from the character range
ERR_CHARSET_VALIDATOR_NO_RANGE_COLON - Static variable in class org.opends.messages.ServerMessages
The provided character range definition '%s' is invalid because it does not contain a colon to separate the minimum count from the character range
ERR_CHARSET_VALIDATOR_NO_SET_CHARS - Static variable in class org.opends.messages.ServerMessages
The provided character set definition '%s' is invalid because the provided character set is empty
ERR_CHARSET_VALIDATOR_NO_SET_COLON - Static variable in class org.opends.messages.ServerMessages
The provided character set definition '%s' is invalid because it does not contain a colon to separate the minimum count from the character set
ERR_CHARSET_VALIDATOR_SHORT_RANGE - Static variable in class org.opends.messages.ServerMessages
The provided character range definition '%s' is invalid because the range '%s' is too short
ERR_CHARSET_VALIDATOR_TOO_FEW_CHARS_FROM_RANGE - Static variable in class org.opends.messages.ServerMessages
The provided password did not contain enough characters from the character range '%s'. The minimum number of characters from that range that must be present in user passwords is %d
ERR_CHARSET_VALIDATOR_TOO_FEW_CHARS_FROM_SET - Static variable in class org.opends.messages.ServerMessages
The provided password did not contain enough characters from the character set '%s'. The minimum number of characters from that set that must be present in user passwords is %d
ERR_CHARSET_VALIDATOR_TOO_FEW_OPTIONAL_CHAR_SETS - Static variable in class org.opends.messages.ServerMessages
The provided password did not contain characters from at least %d of the following character sets or ranges: %s
ERR_CHARSET_VALIDATOR_UNSORTED_RANGE - Static variable in class org.opends.messages.ServerMessages
The provided character range definition '%s' is invalid because the range '%s' is reversed
ERR_CHECK_CREATE_REPL_BACKEND_FAILED - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred when testing existence or creating the replication backend : %s
ERR_CIPHERSERVICE_DECODED_KEY_IS_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
Type %d is not a valid secret key type. The Valid type is '0' for a cipher key. Secret key initialization cannot continue, check the data source and re-initialize if needed
ERR_CIPHERSERVICE_NULL_ENCRYPTION_KEY - Static variable in class org.opends.messages.ServerMessages
Requested cipher for a non existing cipher key: cryptographic services were not properly initialized, programming error
ERR_CLEARTEXT_BACKEND_FOR_INDEX_CONFIDENTIALITY - Static variable in class org.opends.messages.ServerMessages
Attribute %s is set as confidential on a backend whose entries are still cleartext. Enable confidentiality on the backend first
ERR_CLIENT_PROVIDED_RESOURCE_ID_MISSING - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Resources cannot be created without a client provided resource ID
ERR_COMMON_AUDIT_ADD_OR_UPDATE_LOG_PUBLISHER - Static variable in class org.opends.messages.ServerMessages
Error while creating or updating common audit log publisher %s: %s
ERR_COMMON_AUDIT_CSV_HANDLER_DELIMITER_CHAR - Static variable in class org.opends.messages.ServerMessages
Error while processing common audit log publisher %s, delimiter char '%s' should not contain more than one character
ERR_COMMON_AUDIT_CSV_HANDLER_QUOTE_CHAR - Static variable in class org.opends.messages.ServerMessages
Error while processing common audit log publisher %s, quote char '%s' should not contain more than one character
ERR_COMMON_AUDIT_ERROR_READING_KEYSTORE_FILE - Static variable in class org.opends.messages.ServerMessages
Error while processing common audit log publisher %s, the keystore file %s could not be read: %s
ERR_COMMON_AUDIT_ERROR_READING_KEYSTORE_PIN_FILE - Static variable in class org.opends.messages.ServerMessages
Error while processing common audit log publisher %s, the keystore pin file %s could not be read: %s
ERR_COMMON_AUDIT_EXTERNAL_HANDLER_CREATION - Static variable in class org.opends.messages.ServerMessages
Error while creating common audit external log publisher %s: %s
ERR_COMMON_AUDIT_EXTERNAL_HANDLER_JSON_FILE - Static variable in class org.opends.messages.ServerMessages
Error while reading JSON configuration file %s while creating common audit external log publisher %s: %s
ERR_COMMON_AUDIT_FILE_BASED_HANDLER_CREATION - Static variable in class org.opends.messages.ServerMessages
Error while creating common audit log publisher %s: %s
ERR_COMMON_AUDIT_INVALID_TIME_OF_DAY - Static variable in class org.opends.messages.ServerMessages
Error while processing common audit log publisher %s, time of the day value '%s' for fixed time log rotation policy is not valid, it should use a 24-hour format "HHmm" : %s
ERR_COMMON_AUDIT_KEYSTORE_FILE_IS_EMPTY - Static variable in class org.opends.messages.ServerMessages
Error while processing common audit log publisher %s, the keystore file %s is empty
ERR_COMMON_AUDIT_KEYSTORE_FILE_MISSING - Static variable in class org.opends.messages.ServerMessages
Error while processing common audit log publisher %s, the keystore file %s is missing
ERR_COMMON_AUDIT_KEYSTORE_PIN_FILE_CONTAINS_EMPTY_PIN - Static variable in class org.opends.messages.ServerMessages
Error while processing common audit log publisher %s, the keystore pin file %s contains an empty pin
ERR_COMMON_AUDIT_KEYSTORE_PIN_FILE_MISSING - Static variable in class org.opends.messages.ServerMessages
Error while processing common audit log publisher %s, the keystore pin file %s is missing
ERR_COMMON_AUDIT_UNABLE_TO_PROCESS_LOG_EVENT - Static variable in class org.opends.messages.ServerMessages
Error while processing a log event for common audit: %s
ERR_COMMON_AUDIT_UNSUPPORTED_HANDLER_TYPE - Static variable in class org.opends.messages.ServerMessages
Error while adding common audit log publisher %s, the publisher has an unsupported handler type
ERR_COMMON_AUDIT_UNSUPPORTED_LOG_PUBLISHER - Static variable in class org.opends.messages.ServerMessages
Error while processing common audit log publisher %s, this type of log publisher is unsupported
ERR_COMMON_AUDIT_UNSUPPORTED_LOG_RETENTION_POLICY - Static variable in class org.opends.messages.ServerMessages
Error while adding common audit log publisher %s, the publisher defines an unsupported log retention policy %s
ERR_COMMON_AUDIT_UNSUPPORTED_LOG_ROTATION_POLICY - Static variable in class org.opends.messages.ServerMessages
Error while adding common audit log publisher %s, the publisher defines an unsupported log rotation policy %s
ERR_COMPARE_ASSERTION_FAILED - Static variable in class org.opends.messages.ServerMessages
Cannot perform the compare operation on entry %s because the request contained an LDAP assertion control and the associated filter did not match the contents of the entry
ERR_COMPARE_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.opends.messages.ServerMessages
The entry %s cannot be compared due to insufficient access rights
ERR_COMPARE_CONFIG_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to access the server configuration
ERR_COMPARE_NO_SUCH_ENTRY - Static variable in class org.opends.messages.ServerMessages
The specified entry %s does not exist in the Directory Server
ERR_COMPARE_UNSUPPORTED_CRITICAL_CONTROL - Static variable in class org.opends.messages.ServerMessages
Cannot perform the compare operation on entry %s because the request contained a critical control with OID %s that is not supported by the Directory Server for this type of operation
ERR_COMPRESSEDSCHEMA_UNKNOWN_OC_TOKEN - Static variable in class org.opends.messages.ServerMessages
Unable to decode the provided object class set because it used an undefined token %s
ERR_COMPRESSEDSCHEMA_UNRECOGNIZED_AD_TOKEN - Static variable in class org.opends.messages.ServerMessages
Unable to decode the provided attribute because it used an undefined attribute description token %s
ERR_COMPSCHEMA_CANNOT_DECODE_AD_TOKEN - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to decode an attribute description token from the compressed schema definitions: %s
ERR_COMPSCHEMA_CANNOT_DECODE_OC_TOKEN - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to decode an object class set token from the compressed schema definitions: %s
ERR_COMPSCHEMA_CANNOT_STORE_EX - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to store compressed schema information in the database: %s
ERR_CONFIG_ACCTNOTHANDLER_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ServerMessages
The configuration for the account status notification handler defined in configuration entry %s was not acceptable: %s
ERR_CONFIG_ACCTNOTHANDLER_EXISTS - Static variable in class org.opends.messages.ServerMessages
Unable to add a new account status notification handler entry with DN %s because there is already a notification handler registered with that DN
ERR_CONFIG_ACCTNOTHANDLER_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to initialize an instance of class %s as an account status notification handler as defined in configuration entry %s: %s
ERR_CONFIG_ALERTHANDLER_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ServerMessages
The configuration for the alert handler defined in configuration entry %s was not acceptable: %s
ERR_CONFIG_ALERTHANDLER_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to initialize an instance of class %s as an alert handler as defined in configuration entry %s: %s
ERR_CONFIG_ATTR_INT_ABOVE_UPPER_BOUND - Static variable in class org.opends.messages.ServerMessages
Unable to set the value for configuration attribute %s because the provided value %d is greater than the largest allowed value of %d
ERR_CONFIG_ATTR_INT_BELOW_LOWER_BOUND - Static variable in class org.opends.messages.ServerMessages
Unable to set the value for configuration attribute %s because the provided value %d is less than the lowest allowed value of %d
ERR_CONFIG_ATTR_INVALID_BOOLEAN_VALUE - Static variable in class org.opends.messages.ServerMessages
Unable to set the value for Boolean configuration attribute %s because the provided value %s was not either 'true' or 'false'
ERR_CONFIG_ATTR_INVALID_INT_VALUE - Static variable in class org.opends.messages.ServerMessages
Unable to set the value for integer configuration attribute %s because the provided value %s cannot be interpreted as an integer value: %s
ERR_CONFIG_AUTHZ_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ServerMessages
The configuration for the trust manager provider defined in configuration entry %s was not acceptable: %s
ERR_CONFIG_AUTHZ_REFERENCED_DN_DOESNT_EXISTS - Static variable in class org.opends.messages.ServerMessages
The authorization mechanism defined in %s is referencing a non existing DN: %s
ERR_CONFIG_AUTHZ_UNABLE_TO_INSTANTIATE_HANDLER - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to instantiate class %s referenced in the access control configuration entry %s: %s
ERR_CONFIG_BACKEND_BASE_DOES_NOT_EXIST - Static variable in class org.opends.messages.ServerMessages
The entry cn=Backends,cn=config does not appear to exist in the Directory Server configuration. This is a required entry
ERR_CONFIG_BACKEND_BASE_IS_EMPTY - Static variable in class org.opends.messages.ServerMessages
Unable to configure the backend '%s' because one of its base DNs is the empty DN
ERR_CONFIG_BACKEND_CANNOT_ACQUIRE_SHARED_LOCK - Static variable in class org.opends.messages.ServerMessages
The Directory Server was unable to acquire a shared lock for backend %s: %s. This generally means that the backend is in use by a process that requires an exclusive lock (e.g., importing from LDIF or restoring a backup). This backend will be disabled
ERR_CONFIG_BACKEND_CANNOT_DELETE_ENTRY - Static variable in class org.opends.messages.ServerMessages
Backend config error when trying to delete an entry: %s
ERR_CONFIG_BACKEND_CANNOT_INITIALIZE - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to initialize a backend loaded from class %s with the information in configuration entry %s: %s. This backend will be disabled
ERR_CONFIG_BACKEND_CANNOT_INSTANTIATE - Static variable in class org.opends.messages.ServerMessages
The Directory Server was unable to load class %s and use it to create a backend instance as defined in configuration entry %s. The error that occurred was: %s. This backend will be disabled
ERR_CONFIG_BACKEND_INSANE_MODE - Static variable in class org.opends.messages.ServerMessages
Invalid UNIX file permissions %s does not allow read and write access to the backend database directory by the backend
ERR_CONFIG_BACKEND_MODE_INVALID - Static variable in class org.opends.messages.ServerMessages
Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-db-directory-permissions (It should be an UNIX permission mode in three-digit octal notation.)
ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_ENABLED_STATE - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while attempting to determine whether the backend associated with configuration entry %s should be enabled or disabled: %s. It will be disabled
ERR_CONFIG_BIG_INDEX_EQUALITY_MATCHING_RULE_REQUIRED - Static variable in class org.opends.messages.ServerMessages
Big index for attribute '%s' cannot be created for matching rule '%s' because it is not an equality matching rule
ERR_CONFIG_CANNOT_CALCULATE_DIGEST - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to calculate a SHA-1 digest of file %s: %s
ERR_CONFIG_CANNOT_CONFIGURE_JUL_LOGGER - Static variable in class org.opends.messages.ServerMessages
Cannot configure java.util.logging root logger level: %s. java.util.logging support is now disabled
ERR_CONFIG_CANNOT_DETERMINE_SERVER_ROOT - Static variable in class org.opends.messages.ServerMessages
Unable to determine the Directory Server instance root from either an environment variable or based on the location of the configuration file. Please set an environment variable named %s with a value containing the absolute path to the server installation root
ERR_CONFIG_CANNOT_REGISTER_AS_PRIVATE_SUFFIX - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while trying to register the configuration handler base DN "%s" as a private suffix with the Directory Server: %s
ERR_CONFIG_CERTMAPPER_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ServerMessages
The configuration for the certificate mapper defined in configuration entry %s was not acceptable: %s
ERR_CONFIG_CERTMAPPER_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to initialize an instance of class %s as a certificate mapper as defined in configuration entry %s: %s
ERR_CONFIG_CHANGE_NO_RESULT - Static variable in class org.opends.messages.ServerMessages
%s.%s returned a result of null for entry %s
ERR_CONFIG_CHANGE_RESULT_ERROR - Static variable in class org.opends.messages.ServerMessages
%s.%s failed for entry %s: result code=%s, admin action required=%b, messages="%s"
ERR_CONFIG_CONNHANDLER_CANNOT_INITIALIZE - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to initialize a connection handler loaded from class %s with the information in configuration entry %s: %s. This connection handler will be disabled
ERR_CONFIG_CORE_SCHEMA_PROVIDER_DISABLED - Static variable in class org.opends.messages.ServerMessages
The core schema provider defined by '%s' has been disabled. The core schema must always be enabled
ERR_CONFIG_ENTRYCACHE_CANNOT_INITIALIZE_CACHE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to initialize an instance of class %s for use as the Directory Server entry cache: %s. As a result, the entry cache will be disabled
ERR_CONFIG_ENTRYCACHE_CANNOT_INSTALL_DEFAULT_CACHE - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred that prevented the server from installing its default entry cache framework: %s
ERR_CONFIG_ENTRYCACHE_CONFIG_LEVEL_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ServerMessages
The configuration for the entry cache defined in configuration entry %s was not acceptable: the entry cache level %d is already in use
ERR_CONFIG_ENTRYCACHE_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ServerMessages
The configuration for the entry cache defined in configuration entry %s was not acceptable: %s
ERR_CONFIG_ERROR_CREATING_MAILSSLSOCKETFACTORY - Static variable in class org.opends.messages.ServerMessages
Error creating SSL socket factory: %s
ERR_CONFIG_EXTOP_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to initialize an instance of class %s as an extended operation handler as defined in configuration entry %s: %s
ERR_CONFIG_EXTOP_INVALID_CLASS - Static variable in class org.opends.messages.ServerMessages
Class %s specified in configuration entry %s does not contain a valid extended operation handler implementation: %s
ERR_CONFIG_FILE_ADD_ALREADY_EXISTS - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be added to the Directory Server configuration because another configuration entry already exists with that DN
ERR_CONFIG_FILE_ADD_APPLY_FAILED - Static variable in class org.opends.messages.ServerMessages
The attempt to apply the configuration add failed. The preliminary checks were all successful and the entry was added to the server configuration, but at least one of the configuration add listeners reported an error when attempting to apply the change: %s
ERR_CONFIG_FILE_ADD_FAILED - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while attempting to add configuration entry %s as a child of entry %s: %s
ERR_CONFIG_FILE_ADD_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to perform add operations in the Directory Server configuration
ERR_CONFIG_FILE_ADD_NO_PARENT - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be added to the Directory Server configuration because its parent entry %s does not exist
ERR_CONFIG_FILE_ADD_NO_PARENT_DN - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be added to the Directory Server configuration because that DN does not have a parent
ERR_CONFIG_FILE_ADD_REJECTED_BY_LISTENER - Static variable in class org.opends.messages.ServerMessages
The Directory Server is unwilling to add configuration entry %s because one of the add listeners registered with the parent entry %s rejected this change with the message: %s
ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to create the configuration archive directory %s: %s
ERR_CONFIG_FILE_CANNOT_OPEN_FOR_READ - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to open the configuration file %s for reading: %s
ERR_CONFIG_FILE_CANNOT_WRITE_CONFIG_ARCHIVE - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to write the current configuration to the configuration archive: %s
ERR_CONFIG_FILE_DELETE_APPLY_FAILED - Static variable in class org.opends.messages.ServerMessages
The attempt to apply the configuration delete failed. The preliminary checks were all successful and the entry was removed from the server configuration, but at least one of the configuration delete listeners reported an error when attempting to apply the change: %s
ERR_CONFIG_FILE_DELETE_FAILED - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while attempting to remove configuration entry %s as a child of entry %s: %s
ERR_CONFIG_FILE_DELETE_HAS_CHILDREN - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be removed from the Directory Server configuration because the specified entry has one or more subordinate entries
ERR_CONFIG_FILE_DELETE_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to perform delete operations in the Directory Server configuration
ERR_CONFIG_FILE_DELETE_NO_PARENT - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be removed from the Directory Server configuration because the entry does not have a parent and removing the configuration root entry is not allowed
ERR_CONFIG_FILE_DELETE_NO_PARENT_DN - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be removed from the Directory Server configuration because that DN does not have a parent
ERR_CONFIG_FILE_DELETE_NO_SUCH_ENTRY - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be removed from the Directory Server configuration because the specified entry does not exist
ERR_CONFIG_FILE_DELETE_REJECTED_BY_LISTENER - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be removed from the Directory Server configuration because one of the delete listeners registered with the parent entry %s rejected this change with the message: %s
ERR_CONFIG_FILE_DOES_NOT_EXIST - Static variable in class org.opends.messages.ServerMessages
The specified configuration file %s does not exist or is not readable
ERR_CONFIG_FILE_GENERIC_ERROR - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while attempting to process the Directory Server configuration file %s: %s
ERR_CONFIG_FILE_INVALID_BASE_DN - Static variable in class org.opends.messages.ServerMessages
The first entry read from LDIF configuration file %s had a DN of "%s" rather than the expected "%s" which should be used as the Directory Server configuration root
ERR_CONFIG_FILE_MODDN_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to perform modify DN operations in the Directory Server configuration
ERR_CONFIG_FILE_MODDN_NOT_ALLOWED - Static variable in class org.opends.messages.ServerMessages
Modify DN operations are not allowed in the Directory Server configuration
ERR_CONFIG_FILE_MODIFY_APPLY_FAILED - Static variable in class org.opends.messages.ServerMessages
The attempt to apply the configuration modification failed. The preliminary checks were all successful and the modified entry was written to the server configuration, but at least one of the configuration change listeners reported an error when attempting to apply the change: %s
ERR_CONFIG_FILE_MODIFY_FAILED - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while attempting to modify configuration entry %s as a child of entry %s: %s
ERR_CONFIG_FILE_MODIFY_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to perform modify operations in the Directory Server configuration
ERR_CONFIG_FILE_MODIFY_NO_SUCH_ENTRY - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because the specified entry does not exist
ERR_CONFIG_FILE_MODIFY_PRIVS_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to change the set of default root privileges
ERR_CONFIG_FILE_MODIFY_REJECTED_BY_CHANGE_LISTENER - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because one of the configuration change listeners registered for that entry rejected the change: %s
ERR_CONFIG_FILE_MODIFY_STRUCTURAL_CHANGE_NOT_ALLOWED - Static variable in class org.opends.messages.ServerMessages
Configuration entry %s cannot be modified because the change would alter its structural object class
ERR_CONFIG_FILE_SEARCH_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to perform search operations in the Directory Server configuration
ERR_CONFIG_FILE_UNWILLING_TO_IMPORT - Static variable in class org.opends.messages.ServerMessages
The Directory Server configuration may not be altered by importing a new configuration from LDIF
ERR_CONFIG_FILE_WRITE_CANNOT_EXPORT_NEW_CONFIG - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to export the new Directory Server configuration to file %s: %s
ERR_CONFIG_FILE_WRITE_CANNOT_RENAME_NEW_CONFIG - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to rename the new Directory Server configuration from file %s to %s: %s
ERR_CONFIG_FILE_WRITE_ERROR - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while trying to write configuration entry %s to LDIF: %s
ERR_CONFIG_HTTPENDPOINT_CONFLICTING_AUTHZ_DN - Static variable in class org.opends.messages.ServerMessages
The HTTP endpoint configuration defined in %s is referencing mutually exclusive authorization DNs %s and %s
ERR_CONFIG_HTTPENDPOINT_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to initialize an instance of class %s as an HTTP endpoint as defined in configuration entry %s: %s
ERR_CONFIG_HTTPENDPOINT_INVALID_AUTHZ_DN - Static variable in class org.opends.messages.ServerMessages
The HTTP endpoint configuration defined in %s is referencing a non existing authorization DN %s
ERR_CONFIG_HTTPENDPOINT_INVALID_CONFIGURATION - Static variable in class org.opends.messages.ServerMessages
The HTTP endpoint configuration defined in %s is invalid: %s
ERR_CONFIG_HTTPENDPOINT_UNABLE_TO_START - Static variable in class org.opends.messages.ServerMessages
An error occurred while starting the HTTP endpoint as defined in configuration entry %s: %s
ERR_CONFIG_IDMAPPER_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ServerMessages
The configuration for the identity mapper defined in configuration entry %s was not acceptable: %s
ERR_CONFIG_IDMAPPER_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to initialize an instance of class %s as an identity mapper as defined in configuration entry %s: %s
ERR_CONFIG_INDEX_CANNOT_PROTECT_BOTH - Static variable in class org.opends.messages.ServerMessages
The attribute '%s' cannot enable confidentiality for keys and values at the same time
ERR_CONFIG_INDEX_TTL_ORDERING_GENERALIZED_TIME - Static variable in class org.opends.messages.ServerMessages
The time-to-live (TTL) feature can only be enabled for generalized time ordering indexes
ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE - Static variable in class org.opends.messages.ServerMessages
Index for attribute '%s' cannot be created for matching rule '%s' because it cannot be found in the schema. Fix the matching rule name in the config or add the matching rule to the schema
ERR_CONFIG_INVALID_AUTHZID_TEMPLATE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Invalid authorization ID template: '%s'.Templates must start with one of the following elements: %s
ERR_CONFIG_INVALID_BIG_INDEX_INCLUDED_VALUE - Static variable in class org.opends.messages.ServerMessages
Index for attribute '%s' cannot be created because the configuration contains an included attribute value '%s' which appears to be invalid according to the schema: %s
ERR_CONFIG_INVALID_FAILOVER_WITH_PRIMARY_SECONDARY_LDAP_SERVERS - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Cannot use both 'failoverLdapServers' with 'primaryLdapServers' or 'secondaryLdapServers' at the same time. Please use 'failoverLdapServers' only.
ERR_CONFIG_INVALID_KEY_MANAGER - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The key-manager defined in '%s' is invalid: %s
ERR_CONFIG_INVALID_LDAP_SERVERS - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
'%s' configuration must contain a json array
ERR_CONFIG_INVALID_REGEXP_EXCLUSION_PATTERN - Static variable in class org.opends.messages.ServerMessages
The metric name pattern to exclude '%s' cannot be parsed as a valid regular expression due to the following error: '%s'
ERR_CONFIG_INVALID_REGEXP_INCLUSION_PATTERN - Static variable in class org.opends.messages.ServerMessages
The metric name pattern to include '%s' cannot be parsed as a valid regular expression due to the following error: '%s'
ERR_CONFIG_INVALID_SASL_EXTERNAL_AUTHENTICATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
SASL/External authentication requires the use of mTLS. Configure a key manager and enable SSL or StartTLS for the connection factory
ERR_CONFIG_INVALID_SMTP_HOSTPORT - Static variable in class org.opends.messages.ServerMessages
The smtp-server value '%s' is invalid: %s
ERR_CONFIG_INVALID_TRUST_MANAGER - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The trust-manager defined in '%s' is invalid: %s
ERR_CONFIG_JE_DUPLICATE_PROPERTY - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to parse and validate Berkeley DB JE property %s: the property is already defined for this component
ERR_CONFIG_JE_PROPERTY_INVALID - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to parse and validate Berkeley DB JE property %s: %s
ERR_CONFIG_JE_PROPERTY_INVALID_FORM - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to parse and validate Berkeley DB JE property %s: the property does not follow a singular property=value form
ERR_CONFIG_JE_PROPERTY_SHADOWS_CONFIG - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to parse and validate Berkeley DB JE property %s: the property shadows configuration attribute %s
ERR_CONFIG_JEB_CACHE_SIZE_TOO_SMALL - Static variable in class org.opends.messages.ServerMessages
Configuration attribute ds-cfg-db-cache-size has a value of %d which is less than the minimum: %d
ERR_CONFIG_JMX_ATTR_NO_ATTR - Static variable in class org.opends.messages.ServerMessages
Configuration entry %s does not contain attribute %s (or that attribute exists but is not accessible using JMX)
ERR_CONFIG_JMX_CANNOT_GET_ATTRIBUTE - Static variable in class org.opends.messages.ServerMessages
Unable to retrieve JMX attribute %s associated with configuration entry %s: %s
ERR_CONFIG_JMX_CANNOT_REGISTER_MBEAN - Static variable in class org.opends.messages.ServerMessages
The Directory Server could not register a JMX MBean for the component associated with configuration entry %s: %s
ERR_CONFIG_JMX_NO_METHOD - Static variable in class org.opends.messages.ServerMessages
There is no method %s for any invokable component registered with configuration entry %s
ERR_CONFIG_KEYMANAGER_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ServerMessages
The configuration for the key manager provider defined in configuration entry %s was not acceptable: %s
ERR_CONFIG_KEYMANAGER_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to initialize an instance of class %s as a key manager provider as defined in configuration entry %s: %s
ERR_CONFIG_LDIF_WRITE_ERROR - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while trying to export the Directory Server configuration to LDIF: %s
ERR_CONFIG_LOGGER_CANNOT_CREATE_LOGGER - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to create a Directory Server logger from the information in configuration entry %s: %s
ERR_CONFIG_LOGGER_CANNOT_UPDATE_LOGGER - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to update a Directory Server logger from the information in configuration entry %s: %s
ERR_CONFIG_LOGGER_INVALID_ACCESS_LOGGER_CLASS - Static variable in class org.opends.messages.ServerMessages
Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server access logger: %s
ERR_CONFIG_LOGGER_INVALID_DEBUG_LOGGER_CLASS - Static variable in class org.opends.messages.ServerMessages
Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server debug logger: %s
ERR_CONFIG_LOGGER_INVALID_ERROR_LOGGER_CLASS - Static variable in class org.opends.messages.ServerMessages
Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server error logger: %s
ERR_CONFIG_LOGGER_INVALID_HTTP_ACCESS_LOGGER_CLASS - Static variable in class org.opends.messages.ServerMessages
Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server HTTP access logger: %s
ERR_CONFIG_LOGGER_INVALID_OBJECTCLASS - Static variable in class org.opends.messages.ServerMessages
Configuration entry %s does not contain a valid objectclass for a Directory Server access, error, or debug logger definition
ERR_CONFIG_LOGGING_CANNOT_CREATE_WRITER - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to create a text writer for a Directory Server logger from the information in configuration entry %s: %s
ERR_CONFIG_LOGGING_CANNOT_OPEN_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to open the configured log file %s for logger %s: %s
ERR_CONFIG_LOGGING_INSANE_MODE - Static variable in class org.opends.messages.ServerMessages
Invalid UNIX file permissions %s does not allow write access to the log file by the log publisher
ERR_CONFIG_LOGGING_INVALID_TARGET_DN_PATTERN - Static variable in class org.opends.messages.ServerMessages
The access log filtering criteria defined in "%s" could not be parsed because it contains an invalid target DN pattern "%s"
ERR_CONFIG_LOGGING_INVALID_TIME_FORMAT - Static variable in class org.opends.messages.ServerMessages
The timestamp format string "%s" is not a valid format string. The format string should conform to the syntax described in the documentation for the "java.text.SimpleDateFormat" class
ERR_CONFIG_LOGGING_INVALID_USER_DN_PATTERN - Static variable in class org.opends.messages.ServerMessages
The access log filtering criteria defined in "%s" could not be parsed because it contains an invalid user DN pattern "%s"
ERR_CONFIG_LOGGING_MODE_INVALID - Static variable in class org.opends.messages.ServerMessages
Invalid UNIX file permissions %s: %s
ERR_CONFIG_MANUAL_CHANGES_LOST - Static variable in class org.opends.messages.ServerMessages
The Directory Server encountered an error while attempting to determine whether the configuration file %s has been externally edited with the server online, and/or trying to preserve such changes: %s. Any manual changes made to that file may have been lost
ERR_CONFIG_MATCHING_RULE_INVALID_JSON_POINTER - Static variable in class org.opends.messages.ServerMessages
The list of keys defined for the JSON matching rule contains an invalid JSON pointer : %s
ERR_CONFIG_NAMING_STRATEGY_DN_AND_ID_NOT_DIFFERENT - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Naming strategy DN and ID must be different
ERR_CONFIG_NO_MAPPING_IN_CONFIGURATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Unknown mapping. The configuration mapping must be one of '%s'
ERR_CONFIG_OAUTH2_CACHE_INVALID_DURATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Malformed duration value '%s' for cache expiration. The duration syntax supports all human readable notations from day ('days'', 'day'', 'd'') to nanosecond ('nanoseconds', 'nanosecond', 'nanosec', 'nanos', 'nano', 'ns')
ERR_CONFIG_OAUTH2_CACHE_UNLIMITED_DURATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The cache expiration duration cannot be unlimited
ERR_CONFIG_OAUTH2_CACHE_ZERO_DURATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The cache expiration duration cannot be zero
ERR_CONFIG_OAUTH2_CONFIG_ERROR - Static variable in class org.opends.messages.ServerMessages
Unable to configure the authorization mechanism defined in %s: %s
ERR_CONFIG_OAUTH2_INVALID_INTROSPECT_URL - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The token introspection endpoint '%s' is not a valid URL: '%s'
ERR_CONFIG_OAUTH2_INVALID_JSON_POINTER - Static variable in class org.opends.messages.ServerMessages
The OAuth2 authorization mechanism defined in %s contains an invalid JSON Pointer %s: %s
ERR_CONFIG_OAUTH2_INVALID_URL - Static variable in class org.opends.messages.ServerMessages
The authorization mechanism defined in %s is referencing an invalid URL %s: %s
ERR_CONFIG_OAUTH2_NON_EXISTING_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
The authorization mechanism defined in %s is referencing a non-existing or non-readable directory: %s
ERR_CONFIG_OAUTH2_UNSUPPORTED_ACCESS_TOKEN_RESOLVER - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
'%s'is not a supported access token resolver. Must be one of '%s'
ERR_CONFIG_PLUGIN_CANNOT_INITIALIZE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to initialize an instance of class %s as a Directory Server plugin using the information in configuration entry %s: %s. This plugin will be disabled
ERR_CONFIG_PLUGIN_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ServerMessages
The configuration for the plugin defined in configuration entry %s was not acceptable: %s
ERR_CONFIG_PROPERTY_RESOLVER_ERROR - Static variable in class org.opends.messages.ServerMessages
Cannot create the property resolver due to the following error: '%s'
ERR_CONFIG_PWGENERATOR_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ServerMessages
The configuration for the password generator defined in configuration entry %s was not acceptable: %s
ERR_CONFIG_PWGENERATOR_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to initialize an instance of class %s as a password generator as defined in configuration entry %s: %s
ERR_CONFIG_PWPOLICY_CANNOT_CHANGE_DEFAULT_POLICY_WRONG_TYPE - Static variable in class org.opends.messages.ServerMessages
The default password policy value '%s' is invalid because it refers to an authentication policy which is not a password policy
ERR_CONFIG_PWPOLICY_DEFAULT_POLICY_IS_WRONG_TYPE - Static variable in class org.opends.messages.ServerMessages
The configuration entry '%s' is currently defined to be the default password policy, however it is not a password policy
ERR_CONFIG_PWPOLICY_INVALID_POLICY_CONFIG - Static variable in class org.opends.messages.ServerMessages
The password policy defined in configuration entry %s is invalid: %s
ERR_CONFIG_PWPOLICY_MISSING_DEFAULT_POLICY - Static variable in class org.opends.messages.ServerMessages
The Directory Server default password policy is defined as %s, but that entry does not exist or is not below the password policy configuration base cn=Password Policies,cn=config
ERR_CONFIG_PWPOLICY_NO_DEFAULT_POLICY - Static variable in class org.opends.messages.ServerMessages
No default password policy is configured for the Directory Server. The default password policy must be specified by the ds-cfg-default-password-policy attribute in the cn=config entry
ERR_CONFIG_PWPOLICY_NO_POLICIES - Static variable in class org.opends.messages.ServerMessages
No password policies have been defined below the cn=Password Policies,cn=config entry in the Directory Server configuration. At least one password policy configuration must be defined
ERR_CONFIG_PWSCHEME_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ServerMessages
The configuration for the password storage scheme defined in configuration entry %s was not acceptable: %s
ERR_CONFIG_PWSCHEME_EXISTS - Static variable in class org.opends.messages.ServerMessages
Unable to add a new password storage scheme entry with DN %s because there is already a storage scheme registered with that DN
ERR_CONFIG_PWSCHEME_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to initialize an instance of class %s as a password storage scheme as defined in configuration entry %s: %s
ERR_CONFIG_PWVALIDATOR_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ServerMessages
The configuration for the password validator defined in configuration entry %s was not acceptable: %s
ERR_CONFIG_PWVALIDATOR_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to initialize an instance of class %s as a password validator as defined in configuration entry %s: %s
ERR_CONFIG_REST2LDAP_INVALID - Static variable in class org.opends.messages.ServerMessages
Invalid configuration element from %s in the REST2LDAP endpoint configuration entry %s: %s
ERR_CONFIG_REST2LDAP_UNABLE_READ - Static variable in class org.opends.messages.ServerMessages
Unable to read the configuration from %s in the REST2LDAP endpoint configuration entry %s: %s
ERR_CONFIG_REST2LDAP_UNEXPECTED_JSON - Static variable in class org.opends.messages.ServerMessages
Invalid JSON element %s from %s in the REST2LDAP endpoint configuration entry %s: %s
ERR_CONFIG_RETENTION_POLICY_CANNOT_CREATE_POLICY - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to create a Directory Server log retention policy from the information in configuration entry %s: %s
ERR_CONFIG_RETENTION_POLICY_INVALID_CLASS - Static variable in class org.opends.messages.ServerMessages
Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server log retention policy: %s
ERR_CONFIG_ROTATION_POLICY_CANNOT_CREATE_POLICY - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to create a Directory Server log rotation policy from the information in configuration entry %s: %s
ERR_CONFIG_ROTATION_POLICY_INVALID_CLASS - Static variable in class org.opends.messages.ServerMessages
Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server log rotation policy: %s
ERR_CONFIG_SASL_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ServerMessages
The configuration for the SASL mechanism handler defined in configuration entry %s was not acceptable: %s
ERR_CONFIG_SASL_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to initialize an instance of class %s as a SASL mechanism handler as defined in configuration entry %s: %s
ERR_CONFIG_SCHEMA_CANNOT_LIST_FILES - Static variable in class org.opends.messages.ServerMessages
Unable to read the Directory Server schema definitions from directory %s because an unexpected error occurred while trying to list the files in that directory: %s
ERR_CONFIG_SCHEMA_DIR_NOT_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
Unable to read the Directory Server schema definitions because the schema directory %s exists but is not a directory
ERR_CONFIG_SCHEMA_NO_SCHEMA_DIR - Static variable in class org.opends.messages.ServerMessages
Unable to read the Directory Server schema definitions because the schema directory %s does not exist
ERR_CONFIG_SCHEMA_PROVIDER_CANT_BE_INITIALIZED - Static variable in class org.opends.messages.ServerMessages
The schema provider class '%s' could not be instantiated or initialized with the configuration '%s' : %s
ERR_CONFIG_SCHEMA_PROVIDER_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ServerMessages
The configuration of schema provider '%s' is not acceptable for the following reasons: %s
ERR_CONFIG_SERVER_CIRCULAR_DEPENDENCIES - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The LDAP server configuration '%s' could not be parsed because of potential circular inheritance dependencies
ERR_CONFIG_SYNCH_ERROR_INITIALIZING_PROVIDER - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to initialize the Directory Server synchronization provider referenced in configuration entry %s: %s
ERR_CONFIG_SYNCH_UNABLE_TO_INSTANTIATE_PROVIDER - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to instantiate class %s referenced in synchronization provider configuration entry %s: %s
ERR_CONFIG_TRUSTMANAGER_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ServerMessages
The configuration for the trust manager provider defined in configuration entry %s was not acceptable: %s
ERR_CONFIG_TRUSTMANAGER_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to initialize an instance of class %s as a trust manager provider as defined in configuration entry %s: %s
ERR_CONFIG_UNABLE_TO_APPLY_CHANGES_FILE - Static variable in class org.opends.messages.ServerMessages
One or more errors occurred while applying changes on server startup: %s
ERR_CONFIG_UNABLE_TO_APPLY_STARTUP_CHANGES - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to apply the changes contained in file %s to the server configuration at startup: %s
ERR_CONFIG_UNABLE_TO_RESOLVE_HOST - Static variable in class org.opends.messages.ServerMessages
Unable to resolve the host for the listen address '%s' of the LDAP connection handler %s
ERR_CONFIG_UNSUPPORTED_BIND_STRATEGY - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Unsupported bind strategy '%s'. Must be one of '%s'
ERR_CONFIG_UNSUPPORTED_SSL_CIPHER_SUITE - Static variable in class org.opends.messages.ServerMessages
Cannot configure new SSL cipher suites because the following cipher suites are not supported: %s. Look for supported cipher suites in 'cn=jvm,cn=monitor'
ERR_CONFIG_UNSUPPORTED_SSL_PROTOCOL - Static variable in class org.opends.messages.ServerMessages
Cannot configure new SSL protocols because the following protocols are not supported: %s. Look for supported protocols in 'cn=jvm,cn=monitor'
ERR_CONFIG_VATTR_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ServerMessages
The configuration for the virtual attribute provider defined in configuration entry %s was not acceptable: %s
ERR_CONFIG_VATTR_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to load an instance of class %s referenced in configuration entry %s as a virtual attribute provider: %s
ERR_CONFIG_VATTR_INVALID_SEARCH_FILTER - Static variable in class org.opends.messages.ServerMessages
Unable to parse value "%s" from config entry "%s" as a valid search filter: %s
ERR_CONFIG_VATTR_SV_TYPE_WITH_MERGE_VALUES - Static variable in class org.opends.messages.ServerMessages
The virtual attribute configuration in entry "%s" is not valid because attribute type %s is single-valued but the conflict behavior is configured to merge real and virtual values
ERR_CONFIG_VATTR_SV_TYPE_WITH_MV_PROVIDER - Static variable in class org.opends.messages.ServerMessages
The virtual attribute configuration in entry "%s" is not valid because attribute type %s is single-valued but provider %s may generate multiple values
ERR_CONFIG_VERSION_MISMATCH - Static variable in class org.opends.messages.ServerMessages
The OpenDJ binary version '%s' does not match the installed configuration version '%s'. Please run upgrade before continuing
ERR_CONFIG_VLV_INDEX_BAD_FILTER - Static variable in class org.opends.messages.ServerMessages
An error occurred while parsing the search filter %s defined for VLV index %s: %s
ERR_CONFIG_VLV_INDEX_MISSING_SORT_KEY - Static variable in class org.opends.messages.ServerMessages
VLV index '%s' must be configured with at least one sort attribute
ERR_CONFIG_VLV_INDEX_UNDEFINED_ATTR - Static variable in class org.opends.messages.ServerMessages
Sort attribute %s for VLV index %s is not defined in the server schema
ERR_CONFIG_WORK_QUEUE_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ServerMessages
Unable to initialize an instance of class %s as a work queue as specified in configuration entry %s: %s
ERR_CONFIG_WORK_QUEUE_TOO_MANY_FAILURES - Static variable in class org.opends.messages.ServerMessages
Worker thread "%s" has experienced too many repeated failures while attempting to retrieve the next operation from the work queue (%d failures experienced, maximum of %d failures allowed). This worker thread will be destroyed
ERR_CONFIGDS_CANNOT_CREATE_MONITOR_USER - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to write the monitor user entry: %s
ERR_CONFIGDS_CANNOT_CREATE_MONITOR_USER_BACKEND - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to configure the backend for the monitor user: %s
ERR_CONFIGURE_REFERENCE_PROPERTY_MAPPER_WITH_OBJECT_PROPERTY_MAPPER - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
A reference property mapper can only be configured with an object property mapper. Got a %s property mapper instead.
ERR_CONFIGURE_WINDOWS_SERVICE_TOO_FEW_ARGS - Static variable in class org.opends.messages.ServerMessages
You must provide at least one of the following arguments: enableService, disableService or serviceState or cleanupService
ERR_CONFIGURE_WINDOWS_SERVICE_TOO_MANY_ARGS - Static variable in class org.opends.messages.ServerMessages
You can only provide one of the following arguments: enableService, disableService, serviceState or cleanupService
ERR_CONNHANDLER_CONFIG_CHANGES_REQUIRE_RESTART - Static variable in class org.opends.messages.ServerMessages
The server received configuration changes that require a restart of the %s connection handler to take effect
ERR_CONNHANDLER_DENIED_CLIENT - Static variable in class org.opends.messages.ServerMessages
The connection attempt from client %s to %s has been rejected because the client was included in one of the denied address ranges
ERR_CONNHANDLER_DISALLOWED_CLIENT - Static variable in class org.opends.messages.ServerMessages
The connection attempt from client %s to %s has been rejected because the client was not included in one of the allowed address ranges
ERR_CONNHANDLER_MISSING_CIPHER - Static variable in class org.opends.messages.ServerMessages
The connection attempt from client '%s' to '%s' has been rejected because the proxy protocol header indicated that the client used SSL but the header does not specify which SSL cipher was used. The proxy should be configured to transmit all SSL headers
ERR_CONNHANDLER_REJECTED_BY_SERVER - Static variable in class org.opends.messages.ServerMessages
The attempt to register this connection with the Directory Server was rejected. This indicates that the server already has the maximum allowed number of concurrent connections established
ERR_CONNHANDLER_RESTRICTED_CLIENT - Static variable in class org.opends.messages.ServerMessages
The connection attempt from client %s to %s has been rejected because there are too many open connections from this client
ERR_CONNHANDLER_SSL_CANNOT_INITIALIZE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to initialize the SSL context for use in the LDAP Connection Handler: %s
ERR_CONTROL_INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.opends.messages.ServerMessages
The request control with Object Identifier (OID) "%s" cannot be used due to insufficient access rights
ERR_COULD_NOT_ADD_CHANGE_TO_SHUTTING_DOWN_REPLICA_DB - Static variable in class org.opends.messages.ServerMessages
Could not add change %s to replicaDB %s %s because flushing thread is shutting down
ERR_COULD_NOT_BIND_CHANGELOG - Static variable in class org.opends.messages.ServerMessages
Replication Server failed to start : could not bind to the listen port : %d. Error : %s
ERR_COULD_NOT_CLOSE_THE_SOCKET - Static variable in class org.opends.messages.ServerMessages
The Replication Server socket could not be closed : %s
ERR_COULD_NOT_READ_DB - Static variable in class org.opends.messages.ServerMessages
The replication server failed to start because the database %s could not be read : %s
ERR_COULD_NOT_RESTART_CHANGELOG - Static variable in class org.opends.messages.ServerMessages
Could not restart the Replication Server, bind to listen port %d failed : %s
ERR_COULD_NOT_SET_LISTEN_SOCKET_TIMEOUT - Static variable in class org.opends.messages.ServerMessages
Replication server failed to start because setting socket timeout on port %d caused error %s
ERR_COULD_NOT_SOLVE_CONFLICT - Static variable in class org.opends.messages.ServerMessages
Error while trying to solve conflict with DN : %s ERROR : %s
ERR_COULD_NOT_START_REPLICATION - Static variable in class org.opends.messages.ServerMessages
The Replication was not started on base-dn %s : %s
ERR_COULD_NOT_STOP_CONNECT_THREAD - Static variable in class org.opends.messages.ServerMessages
The replication server connector thread could not be stopped : %s
ERR_COULD_NOT_STOP_LISTEN_THREAD - Static variable in class org.opends.messages.ServerMessages
The thread listening on the replication server port could not be stopped : %s
ERR_CREATE_FAIL - Static variable in class org.opends.messages.ServerMessages
The backend database directory could not be created: %s
ERR_CREATERC_CANNOT_WRITE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to generate the RC script: %s
ERR_CREATERC_CANNOT_WRITE_SYSTEMD - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to generate the systemd service file: %s
ERR_CREATERC_JAVA_HOME_DOESNT_EXIST - Static variable in class org.opends.messages.ServerMessages
The directory %s specified as the OPENDJ_JAVA_HOME path does not exist or is not a directory
ERR_CREATERC_ONLY_RUNS_ON_UNIX - Static variable in class org.opends.messages.ServerMessages
This tool may only be used on UNIX-based systems
ERR_CREATERC_PROVIDE_ONE_ARG - Static variable in class org.opends.messages.ServerMessages
You must provide either the --%s or the --%s argument
ERR_CREATERC_UNABLE_TO_DETERMINE_SERVER_ROOT - Static variable in class org.opends.messages.ServerMessages
Unable to determine the path to the server root directory. Please ensure that the %s system property or the %s environment variable is set to the path of the server root directory
ERR_CREATION_READ_ONLY_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The create request cannot be processed because it attempts to create the read-only field '%s'
ERR_CREDENTIALS_ISSUE - Static variable in class org.opends.messages.ServerMessages
A problem occurred while connecting to cloud provider '%s' using the provided credentials: %s
ERR_CRYPTOMGR_CANNOT_ENCODE_DUE_TO_MISSING_MASTER_KEY - Static variable in class org.opends.messages.ServerMessages
The CryptoManager could not encode a symmetric because the master key with alias '%s' does not exist in the '%s' key manager. Please check that the correct key manager has been configured and that it contains the specified master keys
ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_KEY_WRAPPING_CIPHER - Static variable in class org.opends.messages.ServerMessages
CryptoManager cannot get the preferred key wrapping cipher: %s
ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_DIGEST - Static variable in class org.opends.messages.ServerMessages
CryptoManager cannot get the requested digest %s: %s
ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_ENCRYPTION_CIPHER - Static variable in class org.opends.messages.ServerMessages
CryptoManager cannot get the requested encryption cipher %s: %s
ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_MAC_ENGINE - Static variable in class org.opends.messages.ServerMessages
CryptoManager cannot get the requested MAC engine %s: %s
ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_MASTER_KEY - Static variable in class org.opends.messages.ServerMessages
The master key with alias '%s' does not exist in the '%s' key manager. Please check that the correct key manager has been configured and that it contains the specified master keys
ERR_CRYPTOMGR_CANNOT_SIGN_WRAPPED_KEY_ENTRY - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to sign the wrapped key entry: %s
ERR_CRYPTOMGR_CANNOT_VERIFY_WRAPPED_KEY_ENTRY_SIGNATURE - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to verify the wrapped key entry signature: %s
ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_DECIPHER - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to decipher the wrapped secret-key value: %s
ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_FIELD_COUNT - Static variable in class org.opends.messages.ServerMessages
CryptoManager symmetric key attribute value "%s" syntax is invalid: incorrect number of fields
ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_SYNTAX - Static variable in class org.opends.messages.ServerMessages
CryptoManager symmetric key attribute value "%s" syntax is invalid. Parsing failed in field "%s" at offset %d
ERR_CRYPTOMGR_DECRYPT_CIPHER_INPUT_STREAM_ERROR - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to decrypt the supplied data because there was an error reading from the input stream: %s
ERR_CRYPTOMGR_DECRYPT_FAILED_TO_READ_IV - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to decrypt the supplied data because it could not read the cipher initialization vector in the data prologue
ERR_CRYPTOMGR_DECRYPT_FAILED_TO_READ_KEY_IDENTIFIER - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to decrypt the supplied data because it could not read the symmetric key identifier in the data prologue: %s
ERR_CRYPTOMGR_DECRYPT_FAILED_TO_READ_PROLOGUE_VERSION - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to decrypt the supplied data because it could not read the version number in the data prologue: %s
ERR_CRYPTOMGR_DECRYPT_UNKNOWN_KEY_IDENTIFIER - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to decrypt the supplied data because the symmetric key identifier in the data prologue does not match any known key entries
ERR_CRYPTOMGR_DECRYPT_UNKNOWN_PROLOGUE_VERSION - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to decrypt the supplied data because the version "%d" in the data prologue is unknown
ERR_CRYPTOMGR_FAILED_TO_ENCODE_SYMMETRIC_KEY_ATTRIBUTE - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to encode symmetric key attribute value: %s
ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_ADS_TRUSTSTORE_CERTS - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to retrieve the collection of instance-key-pair public-key-certificates from ADS container "%s": %s
ERR_CRYPTOMGR_FULL_CIPHER_TRANSFORMATION_REQUIRED - Static variable in class org.opends.messages.ServerMessages
CryptoManager cipher transformation specification "%s" is invalid: it must be of the form "algorithm/mode/padding"
ERR_CRYPTOMGR_FULL_KEY_WRAPPING_TRANSFORMATION_REQUIRED - Static variable in class org.opends.messages.ServerMessages
CryptoManager cipher transformation specification "%s" is invalid: it must be of the form "algorithm/mode/padding"
ERR_CRYPTOMGR_GET_CIPHER_CANNOT_INITIALIZE - Static variable in class org.opends.messages.ServerMessages
CryptoManager cannot initialize Cipher: %s
ERR_CRYPTOMGR_GET_CIPHER_INVALID_CIPHER_TRANSFORMATION - Static variable in class org.opends.messages.ServerMessages
CryptoManager passed invalid Cipher transformation "%s": %s
ERR_CRYPTOMGR_GET_CIPHER_STREAM_PROLOGUE_WRITE_ERROR - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to write the stream prologue: %s
ERR_CRYPTOMGR_GET_MAC_ENGINE_CANNOT_INITIALIZE - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to initialize MAC engine: %s
ERR_CRYPTOMGR_GET_MAC_ENGINE_INVALID_MAC_ALGORITHM - Static variable in class org.opends.messages.ServerMessages
CryptoManager passed invalid MAC algorithm "%s": %s
ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_OTHER - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to import the symmetric key entry "%s": %s
ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_TO_ADD_KEY - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to import the symmetric key entry "%s" because it could not add a symmetric key attribute value that can be decoded by this instance
ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_TO_DECODE - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to import the symmetric key entry "%s" because it could not obtain a symmetric key attribute value that can be decoded by this instance
ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FIELD_MISMATCH - Static variable in class org.opends.messages.ServerMessages
CryptoManager detected a field mismatch between the key entry to be imported and an entry in the key cache that share the key identifier "%s"
ERR_CRYPTOMGR_INVALID_KEY_IDENTIFIER_SYNTAX - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to decode the key entry identifier "%s": %s
ERR_CRYPTOMGR_INVALID_SYMMETRIC_KEY_ALGORITHM - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to instantiate a KeyGenerator for algorithm "%s": %s
ERR_CRYPTOMGR_INVALID_SYMMETRIC_KEY_LENGTH - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to initialize because the specified cipher key length "%d" is beyond the allowed cryptography strength "%d" in jurisdiction policy files
ERR_CRYPTOMGR_MISSING_WRAPPED_KEY_ENTRY_ATTRIBUTES - Static variable in class org.opends.messages.ServerMessages
The wrapped key entry is missing the following attributes: %s
ERR_CRYPTOMGR_REWRAP_SYMMETRIC_KEY_ATTRIBUTE_NO_WRAPPER - Static variable in class org.opends.messages.ServerMessages
CryptoManager cannot find the public-key-certificate (identifier "%s") requested for symmetric key re-encoding
ERR_CRYPTOMGR_SSL_CONTEXT_CANNOT_INITIALIZE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to initialize a SSL context for server to server communication: %s
ERR_CRYPTOMGR_SYMMETRIC_KEY_ENTRY_ADD_FAILED - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to add locally produced symmetric key entry "%s": %s
ERR_CRYPTOMGR_UNABLE_TO_FIND_MASTER_KEY_PAIR_TO_UNWRAP_KEY - Static variable in class org.opends.messages.ServerMessages
CryptoManager failed to find the master key pair with ID '%s', make sure cryptoManager has access to the master key pair that was used at the time of wrapping the key
ERR_CRYPTOMGR_UNABLE_TO_OBTAIN_DEPLOYMENT_PEPPER - Static variable in class org.opends.messages.ServerMessages
The CryptoManager could was not able to obtain the deployment's pepper. Please check that the CryptoManager has a correctly configured key manager and preferred digest mechanism
ERR_CRYPTOMGR_WRAPPED_KEY_ENTRY_SIGNATURE_DOES_NOT_MATCH - Static variable in class org.opends.messages.ServerMessages
The wrapped key entry signature does not match the entry content
ERR_CSN_RANGE_INCLUDES_MORE_THAN_ONE_SERVER - Static variable in class org.opends.messages.ServerMessages
Specified CSNs '%s' and '%s' have two different server ids. The historicalCsnRangeMatch extensible matching rule requires CSNs to have the same server id
ERR_CSN_RANGE_SAME_OPERATOR_TYPE - Static variable in class org.opends.messages.ServerMessages
Specified operators '%s' and '%s' do not specify a range for historicalCsnRangeMatch extensible matching rule
ERR_DATA_VERSION_MISMATCH - Static variable in class org.opends.messages.ServerMessages
The OpenDJ binary version '%s' does not match the installed data version '%s'. Please run 'upgrade --dataOnly' before continuing
ERR_DATABASE_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
Database exception: %s
ERR_DECODING_CONTROL - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Unable to decode ldap control: '%s'
ERR_DELETE_ABORTED_BY_SUBORDINATE_PLUGIN - Static variable in class org.opends.messages.ServerMessages
A plugin caused the delete operation to be aborted while deleting a subordinate entry %s
ERR_DELETE_ASSERTION_FAILED - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be removed because the request contained an LDAP assertion control and the associated filter did not match the contents of the entry
ERR_DELETE_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.opends.messages.ServerMessages
The entry %s cannot be deleted due to insufficient access rights
ERR_DELETE_BACKEND_READONLY - Static variable in class org.opends.messages.ServerMessages
Unable to delete entry %s because the backend that holds that entry is configured in read-only mode
ERR_DELETE_CANNOT_LOCK_ENTRY - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be removed because the server failed to obtain a write lock for this entry after multiple attempts
ERR_DELETE_HAS_SUB_BACKEND - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be removed because the backend that should contain that entry has a subordinate backend with a base DN of %s that is below the target DN
ERR_DELETE_NO_SUCH_ENTRY - Static variable in class org.opends.messages.ServerMessages
Entry %s does not exist in the Directory Server
ERR_DELETE_NO_SUCH_OBJECT - Static variable in class org.opends.messages.ServerMessages
The entry '%s' cannot be removed because it does not exist
ERR_DELETE_NOT_ALLOWED_ON_NONLEAF - Static variable in class org.opends.messages.ServerMessages
The entry '%s' cannot be removed because it has subordinate entries
ERR_DELETE_SERVER_READONLY - Static variable in class org.opends.messages.ServerMessages
Unable to delete entry %s because the Directory Server is configured in read-only mode
ERR_DELETE_SYNCH_CONFLICT_RESOLUTION_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred during conflict resolution synchronization processing for the delete operation with connection ID %d and operation ID %d: %s
ERR_DELETE_SYNCH_POSTOP_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred during postoperation synchronization processing for the delete operation with connection ID %d and operation ID %d: %s
ERR_DELETE_SYNCH_PREOP_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred during preoperation synchronization processing for the delete operation with connection ID %d and operation ID %d: %s
ERR_DELETE_UNSUPPORTED_CRITICAL_CONTROL - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be removed because the request contained a critical control with OID %s that is not supported by the Directory Server for this type of operation
ERR_DEPRECATED_DR_TOOLS_USAGE - Static variable in class org.opends.messages.ServerMessages
This server received a replication message to signal a disaster recovery. This means that this server is part of a mixed topology where the deprecated start-disaster-recovery command is used. The operation will continue, but it is not supported anymore and the disaster recovery procedure for mixed topologies must be used instead.
ERR_DEREGISTER_BASEDN_NOT_REGISTERED - Static variable in class org.opends.messages.ServerMessages
Unable to de-register base DN %s with the Directory Server because that base DN is not registered for any active backend
ERR_DICTIONARY_VALIDATOR_CANNOT_LOAD - Static variable in class org.opends.messages.ServerMessages
Error loading dictionary: %s
ERR_DICTIONARY_VALIDATOR_CANNOT_READ_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to load the dictionary from file %s: %s
ERR_DICTIONARY_VALIDATOR_NO_SUCH_FILE - Static variable in class org.opends.messages.ServerMessages
The specified dictionary file %s does not exist
ERR_DICTIONARY_VALIDATOR_PASSWORD_IN_DICTIONARY - Static variable in class org.opends.messages.ServerMessages
The provided password contained a word from the server's dictionary
ERR_DIFFERENT_DATA_SET_NEED_RESYNC - Static variable in class org.opends.messages.ServerMessages
The Directory server DS(%s) and Replication server RS(%s) are working on different dataset regarding the domain '%s' : the Directory server DS(%s) will reject all modification operations and must be re-initialized
ERR_DIRCFG_INVALID_CONFIG_FILE - Static variable in class org.opends.messages.ServerMessages
The specified config file path '%s' is invalid. The specified path must exist and must be a file
ERR_DIRCFG_INVALID_SCHEMA_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
The specified schema configuration directory '%s' is invalid. The specified path must exist and must be a directory
ERR_DIRCFG_INVALID_SERVER_ROOT - Static variable in class org.opends.messages.ServerMessages
The specified server root directory '%s' is invalid. The specified path must exist and must be a directory
ERR_DIRCFG_SERVER_ALREADY_RUNNING - Static variable in class org.opends.messages.ServerMessages
The Directory Server is currently running. Environment configuration changes are not allowed with the server running
ERR_DIRECTORY_INVALID - Static variable in class org.opends.messages.ServerMessages
The backend database directory '%s' is not a valid directory
ERR_DISK_FULL_CHANGELOG_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
The replication server has detected that the file system containing the changelog is full. In order to prevent further problems, the replication server will disconnect from the replication topology and wait for sufficient disk space to be recovered, at which point it will reconnect
ERR_DISK_SPACE_FULL_THRESHOLD_REACHED - Static variable in class org.opends.messages.ServerMessages
The free space (%s) on the disk containing directory "%s" is below full threshold for the following subsystems: %s. Write operations to the backend, replication updates included, will fail until the free space rises above the threshold
ERR_DISK_SPACE_GET_MOUNT_POINT - Static variable in class org.opends.messages.ServerMessages
Could not get filesystem for directory %s: %s
ERR_DISK_SPACE_LOW_THRESHOLD_REACHED - Static variable in class org.opends.messages.ServerMessages
The free space (%s) on the disk containing directory "%s" is between low and full threshold for the following subsystems: %s. Write operations are only permitted by a user with the BYPASS_LOCKDOWN privilege until the free space rises above the threshold. Replication updates are still allowed
ERR_DISK_SPACE_MONITOR_UPDATE_FAILED - Static variable in class org.opends.messages.ServerMessages
Failed to update free disk space for directory %s: %s
ERR_DISK_SPACE_THRESHOLDS_PER_SUBSYSTEM - Static variable in class org.opends.messages.ServerMessages
"%s" (low=%s, full=%s)
ERR_DR_NO_DATA_IN_BACKEND - Static variable in class org.opends.messages.ServerMessages
There is no data in domain '%s' to run disaster recovery on
ERR_DS_BADLY_DISCONNECTED - Static variable in class org.opends.messages.ServerMessages
The connection from this replication server RS(%s) to directory server DS(%s) at %s for domain "%s" has failed
ERR_DS_CANNOT_CHANGE_STATUS - Static variable in class org.opends.messages.ServerMessages
Could not compute new status in DS replication domain %s with server id %s. Was in %s status and received %s event
ERR_DS_DN_DOES_NOT_MATCH - Static variable in class org.opends.messages.ServerMessages
DN sent by replication server: %s does not match local directory server one: %s
ERR_DS_DURING_HANDSHAKE - Static variable in class org.opends.messages.ServerMessages
Directory server %s was attempting to connect to replication server %s but an error occurred in handshake phase. Error: %s
ERR_DS_INVALID_REQUESTED_STATUS - Static variable in class org.opends.messages.ServerMessages
Received invalid requested status %s in DS replication domain %s with server id %s
ERR_DS_STATE_IS_TOO_LATE - Static variable in class org.opends.messages.ServerMessages
Changelog on replication server '%s' no longer contains changes for domain '%s' which are required by replica '%s'. The replica will no longer receive replicated changes and must be re-initialized
ERR_DSCORE_CANNOT_BOOTSTRAP - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to bootstrap the Directory Server: %s
ERR_DSCORE_CANNOT_START - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to start the Directory Server: %s
ERR_DSCORE_ERROR_NODETACH_AND_WINDOW_SERVICE - Static variable in class org.opends.messages.ServerMessages
OpenDJ is configured to run as a Windows service and it cannot run in no-detach mode
ERR_DSCORE_ERROR_NODETACH_TIMEOUT - Static variable in class org.opends.messages.ServerMessages
In no-detach mode, the 'timeout' option cannot be used
ERR_DSCORE_ERROR_PARSING_ARGS - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to parse the provided set of command line arguments: %s
ERR_DSREPL_CANNOT_DELETE_CNI_FILE - Static variable in class org.opends.messages.ServerMessages
The replication changelog file '%s' could not be deleted. Check file permissions and filesystem status. The error is: %s
ERR_DSREPL_CANNOT_LIST_CNI_FILES - Static variable in class org.opends.messages.ServerMessages
The replication changelog files could not be retrieved. Check file permissions and filesystem status. The error is: %s
ERR_DSREPL_CANNOT_READ_CONFIGURATION - Static variable in class org.opends.messages.ServerMessages
Cannot read the configuration of the local server. The error was: %s
ERR_DSREPL_CLEANUP_MIGRATED_CANNOT_DELETE_ADMIN_ENTRIES - Static variable in class org.opends.messages.ServerMessages
Cannot delete entries under '%s' in admin backend. The error was: %s
ERR_DSREPL_CLEANUP_MIGRATED_CANNOT_DISABLE_ADMIN_BACKEND - Static variable in class org.opends.messages.ServerMessages
Cannot disable admin backend on the local server. The error was: %s
ERR_DSREPL_CLEANUP_MIGRATED_CANNOT_OBTAIN_CONNECTION_TO_ALL_SERVERS - Static variable in class org.opends.messages.ServerMessages
Cannot obtain a connection for one of the servers in the topology. The error was: %s
ERR_DSREPL_CLEANUP_MIGRATED_CANNOT_OBTAIN_CONNECTION_TO_SERVER - Static variable in class org.opends.messages.ServerMessages
Cannot obtain a connection to server '%s' from the topology. The error was: %s
ERR_DSREPL_CLEANUP_MIGRATED_CANNOT_READ_MONITOR_ENTRY - Static variable in class org.opends.messages.ServerMessages
Cannot read monitor entries under '%s' on the local server. The error was: %s
ERR_DSREPL_CLEANUP_MIGRATED_CANNOT_UPDATE_CONFIGURATION - Static variable in class org.opends.messages.ServerMessages
Cannot update configuration for server '%s'. The error was: %s
ERR_DSREPL_CLEANUP_MIGRATED_ERROR_WHILE_OPENING_OR_CLOSING_MANAGEMENT_CONTEXT - Static variable in class org.opends.messages.ServerMessages
An error occurred opening (or closing) a connection to read or change the configuration of the local server. The error was: %s
ERR_DSREPL_CLEAR_CHANGELOG_DELETE_FAILED - Static variable in class org.opends.messages.ServerMessages
A problem occurred while clearing the changelog data: %s
ERR_DSREPL_DECODE_CSN_INVALID_CSN - Static variable in class org.opends.messages.ServerMessages
The CSN cannot be parsed as a valid CSN
ERR_DSREPL_DOMAIN_DR_ID_INCONSISTENCY - Static variable in class org.opends.messages.ServerMessages
The provided base DN '%s' does not match the disaster recovery id '%s'. Please verify that the base DN and disaster recovery id correspond to the base DN and id from the first recovered server
ERR_DSREPL_DR_BAD_DATA - Static variable in class org.opends.messages.ServerMessages
The disaster recovery procedure cannot be continued on this server because the domain '%s' does not contain the expected data. Make sure the server has been restored using exactly the same procedure used on the first server
ERR_DSREPL_DR_CANNOT_CLEAR_CHANGELOG - Static variable in class org.opends.messages.ServerMessages
An error occurred while clearing the changelog for the domain '%s'. This server will not be able to connect to the servers which have already completed the disaster recovery procedure. Make sure the filesystem at '%s' is readable with delete permissions and try again. The error is: %s
ERR_DSREPL_DR_CANNOT_CLEAR_CNI - Static variable in class org.opends.messages.ServerMessages
An error occurred while clearing the change number index. The change number index on this server will expose erroneous data. Make sure the filesystem at '%s' is readable with delete permissions and try again. The error is: %s
ERR_DSREPL_DR_CANNOT_COMPUTE_DR_ID - Static variable in class org.opends.messages.ServerMessages
An error occurred while computing the disaster recovery id for base DN '%s': %s
ERR_DSREPL_DR_CANNOT_REWRITE_BASE_DN - Static variable in class org.opends.messages.ServerMessages
An error occurred while rewriting the base entry of the domain '%s'. This server will not be able to connect to the servers which already have received the disaster recovery procedure. Make sure the filesystem is writeable and there is some free disk space, and try again. The error is: %s
ERR_DSREPL_DR_CANNOT_REWRITE_REPLICATION_DATA - Static variable in class org.opends.messages.ServerMessages
An error occurred while rewriting replication data for the domain '%s'. This server will not be able to connect to the servers which already have received the disaster recovery procedure. Make sure the filesystem at %s is writeable and there is some free disk space and try again. The error is: %s
ERR_DSREPL_DR_FAILED - Static variable in class org.opends.messages.ServerMessages
Disaster recovery for base DN '%s' failed on this server
ERR_DSREPL_DR_INIT_NEED_DS - Static variable in class org.opends.messages.ServerMessages
Disaster recovery must be started on a directory server or a combined directory/replication server
ERR_DSREPL_DR_INVALID_ID - Static variable in class org.opends.messages.ServerMessages
The disaster recovery id '%s' is invalid. Verify the value of the disaster recovery id parameter matches the value printed when '--generate-recovery-id' was run on the first server
ERR_DSREPL_DR_INVALID_VERSION - Static variable in class org.opends.messages.ServerMessages
The provided disaster recovery id had version %d, but only version 1 is supported. Verify the value of the disaster recovery id parameter matches the value printed when '--generate-recovery-id' was run on the first server
ERR_DSREPL_DR_WITH_VERSION_NEED_DS - Static variable in class org.opends.messages.ServerMessages
Base Dn '%s' is not a replicated domain on this server. Disaster recovery must be run on a directory server or a combined directory/replication server
ERR_DSREPL_DR_WRONG_SERVER - Static variable in class org.opends.messages.ServerMessages
The server is neither a replica nor a replication server for base DN '%s'
ERR_DSREPL_MIGRATION_CANNOT_ADD_ENTRY - Static variable in class org.opends.messages.ServerMessages
Cannot add the entry '%s' to the server '%s'. The error was: %s
ERR_DSREPL_MIGRATION_CANNOT_ADD_NEW_SERVER_TO_CN_ADMIN_DATA - Static variable in class org.opends.messages.ServerMessages
Cannot add an entry describing the new server to 'cn=admin data' in the remote server '%s' in the existing topology. The error was: %s
ERR_DSREPL_MIGRATION_CANNOT_ADD_RS_TO_BOOTSTRAP_REPL_SERVERS - Static variable in class org.opends.messages.ServerMessages
Cannot add '%s' to the bootstrap replication server list on server '%s'. The error was: %s
ERR_DSREPL_MIGRATION_CANNOT_ADD_RS_TO_REPL_DOMAIN - Static variable in class org.opends.messages.ServerMessages
Cannot add '%s' to the configuration of replication domain '%s' on server '%s'. The error was: %s
ERR_DSREPL_MIGRATION_CANNOT_ADD_RS_TO_REPL_SERVER - Static variable in class org.opends.messages.ServerMessages
Cannot add '%s' to the configuration of replication server on server '%s'. The error was: %s
ERR_DSREPL_MIGRATION_CANNOT_CONFIGURE_NEW_SERVER_TO_REPLICATE - Static variable in class org.opends.messages.ServerMessages
Cannot configure the local server so it can replicate with the servers in the existing topology. The error was: %s
ERR_DSREPL_MIGRATION_CANNOT_CONFIGURE_REPLICATION_WITH_ALL_SERVERS - Static variable in class org.opends.messages.ServerMessages
Cannot configure all the servers in the existing topology to replicate with the new server. The error was: %s
ERR_DSREPL_MIGRATION_CANNOT_DETERMINE_SERVER_ID - Static variable in class org.opends.messages.ServerMessages
Cannot determine server ID for server '%s' on DNs '%s' and '%s'
ERR_DSREPL_MIGRATION_CANNOT_DISCOVER_NEW_SERVER_CONFIG - Static variable in class org.opends.messages.ServerMessages
Cannot discover the configuration of the local server. The error was: %s
ERR_DSREPL_MIGRATION_CANNOT_MODIFY_ENTRY - Static variable in class org.opends.messages.ServerMessages
Cannot modify the entry '%s' on server '%s' to reconcile it with what is expected by the tool. The error was: %s
ERR_DSREPL_MIGRATION_CANNOT_OBTAIN_CONNECTION_TO_ALL_SERVERS - Static variable in class org.opends.messages.ServerMessages
Cannot obtain a connection for one of the servers in the existing topology. The error was: %s
ERR_DSREPL_MIGRATION_CANNOT_OBTAIN_CONNECTION_TO_SERVER - Static variable in class org.opends.messages.ServerMessages
Cannot obtain a connection to server '%s' from the existing topology. The error was: %s
ERR_DSREPL_MIGRATION_CANNOT_READ_CN_ADMIN_DATA - Static variable in class org.opends.messages.ServerMessages
Cannot read 'cn=admin data' in server '%s'. The error was: %s
ERR_DSREPL_MIGRATION_CANNOT_READ_ENTRY - Static variable in class org.opends.messages.ServerMessages
Cannot read the entry '%s' on server '%s'. The error was: %s
ERR_DSREPL_MIGRATION_CANNOT_READ_SERVER_ID - Static variable in class org.opends.messages.ServerMessages
Cannot read server ID from server '%s' on DNs '%s' and '%s'. The errors were: %s
ERR_DSREPL_MIGRATION_CANNOT_READ_SERVER_ID_OR_GROUP_ID - Static variable in class org.opends.messages.ServerMessages
Cannot read the server ID or the group ID for the local server. The error(s) are: %s
ERR_DSREPL_MIGRATION_CANNOT_READ_SERVER_IDS - Static variable in class org.opends.messages.ServerMessages
Error when reading the server IDs from all the servers in the old topology. The error was: %s
ERR_DSREPL_MIGRATION_CANNOT_RETRIEVE_REPLICATION_PORT - Static variable in class org.opends.messages.ServerMessages
Cannot retrieve the replication port from server '%s'. The error was: %s
ERR_DSREPL_MIGRATION_ERROR_WHILE_ADDING_INSTANCE_KEYS - Static variable in class org.opends.messages.ServerMessages
Cannot add server instance keys to the new server. The error was: %s
ERR_DSREPL_MIGRATION_ERROR_WHILE_OPENING_CONNECTIONS - Static variable in class org.opends.messages.ServerMessages
An error occurred opening connections to the server in the existing topology or the new server. The error was: %s
ERR_DSREPL_MIGRATION_ERROR_WHILE_OPENING_OR_CLOSING_MANAGEMENT_CONTEXT - Static variable in class org.opends.messages.ServerMessages
An error occurred opening (or closing) a connection to change the configuration of the local server. The error was: %s
ERR_DSREPL_MIGRATION_INAPPROPRIATE_GROUP_ID - Static variable in class org.opends.messages.ServerMessages
Inappropriate group ID '%s' for the local server: it cannot be converted to an integer, but this is required to communicate with pre 7.0 servers. Use a group ID that can be converted into an integer, or use 'default' if you do not want to set a group ID
ERR_DSREPL_MIGRATION_INAPPROPRIATE_SERVER_ID - Static variable in class org.opends.messages.ServerMessages
Inappropriate server ID '%s' for the local server: it does not represent a numeric value as required to communicate with pre 7.0 servers. Use an integer server ID without leading zeros
ERR_DSREPL_MIGRATION_RESTART_THE_SERVER - Static variable in class org.opends.messages.ServerMessages
Once done, restart the server for the changes to take effect
ERR_DSREPL_MIGRATION_SERVER_ID_ALREADY_USED - Static variable in class org.opends.messages.ServerMessages
Cannot use server ID '%s' for the local server because it is already used by server '%s' (configuration object %s)
ERR_DSREPL_STATUS_CANNOT_READ_CN_MONITOR_ON_SERVER - Static variable in class org.opends.messages.ServerMessages
Error while reading cn=monitor: %s
ERR_DSREPL_STATUS_CANNOT_READ_CN_MONITOR_ON_TARGET_SERVER - Static variable in class org.opends.messages.ServerMessages
An error occurred while reading cn=monitor on server %s: %s
ERR_DSREPL_STATUS_GENERAL_ERROR_READING_CN_MONITOR - Static variable in class org.opends.messages.ServerMessages
General error: %s
ERR_DSREPL_STATUS_NO_ADMIN_PORT_FOR_SERVER - Static variable in class org.opends.messages.ServerMessages
Cannot contact server: no admin port could be discovered in its entry %s
ERR_DSREPL_STATUS_UNHEALTHY_SERVER - Static variable in class org.opends.messages.ServerMessages
Server is not healthy: %s
ERR_DUPLICATE_REPLICATION_SERVER_ID - Static variable in class org.opends.messages.ServerMessages
Duplicate server IDs found: replication server '%s' tried to connect from '%s', but replication server '%s' is already connected from '%s'. Make sure the two replication servers are configured with different server IDs
ERR_DUPLICATE_SERVER_ID - Static variable in class org.opends.messages.ServerMessages
Duplicate server IDs found: replica '%s' for domain '%s' tried to connect from '%s', but replica '%s' is already connected from '%s'. Make sure the two replicas are configured with different server IDs
ERR_DYNAMICGROUP_ALTERING_MEMBERS_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
Dynamic groups do not support explicitly altering their membership
ERR_DYNAMICGROUP_CANNOT_DECODE_MEMBERURL - Static variable in class org.opends.messages.ServerMessages
Unable to decode value "%s" in entry "%s" as an LDAP URL: %s
ERR_DYNAMICGROUP_INTERNAL_SEARCH_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to perform an internal search with base DN %s and filter %s to resolve the member list for dynamic group %s: result code %s, error message %s
ERR_ECLN_CANNOT_DECODE_VALUE - Static variable in class org.opends.messages.ServerMessages
Cannot decode the provided entry changelog notification control because an error occurred while attempting to decode the control value: %s
ERR_ECLN_NO_CONTROL_VALUE - Static variable in class org.opends.messages.ServerMessages
Cannot decode the provided entry changelog notification control because it does not have a value
ERR_EMAILMSG_CANNOT_SEND - Static variable in class org.opends.messages.ServerMessages
The specified e-mail message could not be sent using any of the configured mail servers
ERR_EMAILMSG_INVALID_RECIPIENT_ADDRESS - Static variable in class org.opends.messages.ServerMessages
The provided recipient address %s is invalid: %s
ERR_EMAILMSG_INVALID_SENDER_ADDRESS - Static variable in class org.opends.messages.ServerMessages
The provided sender address %s is invalid: %s
ERR_EMBEDDED_SERVER_ARCHIVE_SETUP_WRONG_ROOT_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
The setup from an archive can only be done with a server root directory named after the root directory contained in the archive: '%s'. The provided server root was: '%s'
ERR_EMBEDDED_SERVER_CONFIG_VERSION - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to retrieve the configuration version of the directory server: '%s'
ERR_EMBEDDED_SERVER_DATA_VERSION - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to retrieve the data version of the directory server: '%s'
ERR_EMBEDDED_SERVER_IMPORT_DATA_FAILURE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to import LDIF file '%s' into embedded server with server root '%s': '%s'
ERR_EMBEDDED_SERVER_IMPORT_DATA_NOT_SUCCESSFUL - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to import LDIF file '%s' into embedded server with server root '%s'. Import LDIF task state was '%s'. You can look at the task logs printed on the embedded server output stream for more details
ERR_EMBEDDED_SERVER_INITIALIZE_CONFIGURATION - Static variable in class org.opends.messages.ServerMessages
An error occurred while initializing configuration of embedded server with server root '%s': %s
ERR_EMBEDDED_SERVER_INTERNAL_CONNECTION - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to retrieve an internal connection to the server with the user DN '%s'
ERR_EMBEDDED_SERVER_LDIF_MANAGEMENT_CONTEXT - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to initialize the configuration framework or to read the configuration file '%s'
ERR_EMBEDDED_SERVER_REBUILD_INDEX_FAILURE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to rebuild index of embedded server with server root '%s': %s
ERR_EMBEDDED_SERVER_REBUILD_INDEX_NOT_SUCCESSFUL - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to rebuild index of embedded server with server root '%s'. Rebuild task state was '%s'. You can look at the task logs printed on the embedded server output stream for more details
ERR_EMBEDDED_SERVER_SETUP_EXTRACT_ARCHIVE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to extract server archive '%s' before setup of embedded server with server root '%s': %s
ERR_EMBEDDED_SERVER_SETUP_REQUIRE_LDAP_OR_LDAPS_PORT - Static variable in class org.opends.messages.ServerMessages
Configuration error: an LDAP port or an LDAPS port must be configured before finishing configuring the embedded server
ERR_EMBEDDED_SERVER_START - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to start the embedded server with server root '%s' : %s
ERR_EMBEDDED_SERVER_UPGRADE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to upgrade the embedded server with server root '%s' : %s
ERR_EMBEDUTILS_SERVER_ALREADY_RUNNING - Static variable in class org.opends.messages.ServerMessages
The embedded server with server root '%s' cannot be started because it is already running
ERR_ENCODING_VALUES_FOR_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The request cannot be processed because an error occurred while encoding the values for the field '%s': '%s'
ERR_ENCPW_CANNOT_ENCODE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to encode the clear-text password: %s
ERR_ENCPW_CANNOT_READ_PW - Static variable in class org.opends.messages.ServerMessages
Cannot read password from the input: %s
ERR_ENCPW_INVALID_ENCODED_AUTHPW - Static variable in class org.opends.messages.ServerMessages
The provided password is not a valid encoded authentication password value: %s
ERR_ENCPW_INVALID_ENCODED_USERPW - Static variable in class org.opends.messages.ServerMessages
The provided password is not a valid encoded user password value: %s
ERR_ENCPW_NO_CLEAR_PW - Static variable in class org.opends.messages.ServerMessages
No clear-text password was specified. Use --%s, --%s or --%s to specify the password to encode
ERR_ENCPW_NO_SCHEME - Static variable in class org.opends.messages.ServerMessages
No password storage scheme was specified. Use the --%s argument to specify the storage scheme
ERR_ENCPW_NO_STORAGE_SCHEMES - Static variable in class org.opends.messages.ServerMessages
No password storage schemes have been configured for use in the Directory Server
ERR_ENCPW_NO_SUCH_AUTH_SCHEME - Static variable in class org.opends.messages.ServerMessages
Authentication password storage scheme "%s" is not configured for use in the Directory Server
ERR_ENCPW_NO_SUCH_SCHEME - Static variable in class org.opends.messages.ServerMessages
Password storage scheme "%s" is not configured for use in the Directory Server
ERR_ENCPW_NOT_SAME_PW - Static variable in class org.opends.messages.ServerMessages
Provided passwords don't matched
ERR_ENQUEUE_BIND_IN_PROGRESS - Static variable in class org.opends.messages.ServerMessages
A bind operation is currently in progress on the associated client connection. No other requests may be made on this client connection until the bind processing has completed
ERR_ENQUEUE_MUST_CHANGE_PASSWORD - Static variable in class org.opends.messages.ServerMessages
%s must change their password before it will be allowed to request any other operations
ERR_ENQUEUE_SASLBIND_IN_PROGRESS - Static variable in class org.opends.messages.ServerMessages
A SASL bind operation is currently in progress on the associated client connection. No other requests may be made on this client connection until the SASL bind processing has completed
ERR_ENQUEUE_STARTTLS_IN_PROGRESS - Static variable in class org.opends.messages.ServerMessages
A StartTLS operation is currently in progress on the associated client connection. No other requests may be made on this client connection until the StartTLS processing has completed
ERR_ENTRY_ADD_OBSOLETE_OC - Static variable in class org.opends.messages.ServerMessages
Object class %s added to entry %s is marked OBSOLETE in the server schema
ERR_ENTRY_ADD_UNKNOWN_OC - Static variable in class org.opends.messages.ServerMessages
Object class %s cannot be added to entry %s because that class is not defined in the Directory Server schema
ERR_ENTRY_CONTAINER_ALREADY_REGISTERED - Static variable in class org.opends.messages.ServerMessages
An entry container named '%s' is already registered for base DN '%s'
ERR_ENTRY_DATABASE_CORRUPT - Static variable in class org.opends.messages.ServerMessages
The entry database does not contain a valid record for ID %s
ERR_ENTRY_DECODE_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
Unable to decode an entry because an unexpected exception was caught during processing: %s
ERR_ENTRY_DECODE_UNRECOGNIZED_VERSION - Static variable in class org.opends.messages.ServerMessages
Unable to decode an entry because it had an unsupported entry version byte value of %s
ERR_ENTRYENCODECFG_INVALID_LENGTH - Static variable in class org.opends.messages.ServerMessages
Unable to decode the provided entry encode configuration element because it has an invalid length
ERR_ENTRYIDSORTER_NEGATIVE_START_POS - Static variable in class org.opends.messages.ServerMessages
Unable to process the virtual list view request because the target start position was before the beginning of the result set
ERR_ENV_VAR_PROPERTY_VALUE_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
No value found for property '%s'
ERR_ENV_VAR_VALUE_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
No environment value '%s' found for property '%s'. If you are running the tool in offline mode, make sure the command has access to this variable, or else make sure the directory server has access to it
ERR_ERROR_CLEARING_DB - Static variable in class org.opends.messages.ServerMessages
While clearing the database %s, the following error happened: %s
ERR_ERROR_MSG_RECEIVED - Static variable in class org.opends.messages.ServerMessages
The following error has been received : %s
ERR_ERROR_PARSING_ARGS - Static variable in class org.opends.messages.ServerMessages
An error occurred while parsing the command-line arguments: %s
ERR_ERROR_REPLAYING_OPERATION - Static variable in class org.opends.messages.ServerMessages
Could not replay operation %s %s with ChangeNumber %s error %s %s
ERR_ERROR_RESPONSE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
An error occurred while processing the request '%s': '%s' (details: '%s')
ERR_ERROR_SEARCHING_RUV - Static variable in class org.opends.messages.ServerMessages
Error %s when searching for server state %s : %s base dn : %s
ERR_ERROR_STARTING_CONNECTION_HANDLER - Static variable in class org.opends.messages.ServerMessages
Could not start connection handler %s with listen addresses "%s". The error was: %s
ERR_ERROR_STARTING_CONNECTION_HANDLERS - Static variable in class org.opends.messages.ServerMessages
Could not start connection handlers
ERR_EXACTMAP_BACKEND_IS_NOT_LOCAL - Static variable in class org.opends.messages.ServerMessages
The baseDN '%s' specified as match base DN in the exact match identity mapper defined in configuration entry '%s', does not belong to a local backend
ERR_EXACTMAP_INEFFICIENT_SEARCH - Static variable in class org.opends.messages.ServerMessages
The internal search based on ID string %s could not be processed efficiently: %s. Check the server configuration to ensure that all associated backends are properly configured for these types of searches
ERR_EXACTMAP_MULTIPLE_MATCHING_ENTRIES_FOR_ADMIN - Static variable in class org.opends.messages.ServerMessages
ID string %s could not be mapped to exactly one user. It maps at least to both '%s' and '%s'
ERR_EXACTMAP_MULTIPLE_MATCHING_ENTRIES_FOR_CLIENT - Static variable in class org.opends.messages.ServerMessages
ID string %s mapped to multiple users
ERR_EXACTMAP_SEARCH_FAILED - Static variable in class org.opends.messages.ServerMessages
An internal failure occurred while attempting to resolve ID string %s to a user entry: %s
ERR_EXCEPTION_CHANGELOG_TRIM_FLUSH - Static variable in class org.opends.messages.ServerMessages
Error during the Replication Server database trimming or flush process. The Changelog service is going to shutdown: %s
ERR_EXCEPTION_CHANGING_STATUS_AFTER_RESET_GEN_ID - Static variable in class org.opends.messages.ServerMessages
Caught IOException while changing status for domain %s and serverId: %s after reset for generation id: %s
ERR_EXCEPTION_CHANGING_STATUS_FROM_STATUS_ANALYZER - Static variable in class org.opends.messages.ServerMessages
Caught IOException while changing status for domain %s and serverId: %s from status analyzer: %s
ERR_EXCEPTION_DECODING_OPERATION - Static variable in class org.opends.messages.ServerMessages
Error trying to replay %s, operation could not be decoded: %s
ERR_EXCEPTION_FORWARDING_RESET_GEN_ID - Static variable in class org.opends.messages.ServerMessages
Caught IOException while forwarding ResetGenerationIdMsg to peer replication servers for domain %s : %s
ERR_EXCEPTION_LISTENING - Static variable in class org.opends.messages.ServerMessages
Replication server caught exception while listening for client connections: %s
ERR_EXCEPTION_REPLAYING_OPERATION - Static variable in class org.opends.messages.ServerMessages
An Exception was caught while replaying operation %s %s (%s) : %s
ERR_EXCEPTION_REPLAYING_REPLICATION_MESSAGE - Static variable in class org.opends.messages.ServerMessages
An Exception was caught while replaying replication message : %s
ERR_EXCEPTION_SENDING_CS - Static variable in class org.opends.messages.ServerMessages
Replication broker with dn %s and server id %s failed to signal status change because of: %s
ERR_EXCEPTION_SENDING_TOPO_INFO - Static variable in class org.opends.messages.ServerMessages
Caught IOException while sending topology info (for update) on domain %s for %s server %s : %s
ERR_EXCEPTION_STARTING_SESSION_PHASE - Static variable in class org.opends.messages.ServerMessages
Directory server DS(%s) encountered an unexpected error while connecting to replication server %s for domain "%s": %s
ERR_EXECUTION_ERROR - Static variable in class org.opends.messages.ServerMessages
Execution error during backend operation: %s
ERR_EXPORT_IO_ERROR - Static variable in class org.opends.messages.ServerMessages
I/O error occurred while exporting entry: %s
ERR_EXPORT_LDIF_FORCE_STOP_THREADS - Static variable in class org.opends.messages.ServerMessages
Could not stop export-ldif threads after 30 seconds. Now forcing stop by interrupting them
ERR_EXTENDED_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.opends.messages.ServerMessages
The extended operation %s cannot be performed due to insufficient access rights
ERR_EXTENDED_NO_HANDLER - Static variable in class org.opends.messages.ServerMessages
There is no extended operation handler registered with the Directory Server for handling extended operations with a request OID of %s
ERR_EXTENDED_UNSUPPORTED_CRITICAL_CONTROL - Static variable in class org.opends.messages.ServerMessages
Unable to process the request for extended operation %s because it contained an unsupported critical control with OID %s
ERR_EXTERNAL_PROCESS_INTERRUPTED - Static variable in class org.opends.messages.ServerMessages
External process has been interrupted: '%s'
ERR_EXTERNAL_PROCESS_STDERR - Static variable in class org.opends.messages.ServerMessages
External process contains errors: %s
ERR_EXTOP_CANCEL_CANNOT_DECODE_REQUEST_VALUE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to decode the value of the cancel extended request: %s
ERR_EXTOP_CANCEL_NO_REQUEST_VALUE - Static variable in class org.opends.messages.ServerMessages
Unable to process the cancel request because the extended operation did not include a request value
ERR_EXTOP_PASSMOD_ACCOUNT_DISABLED - Static variable in class org.opends.messages.ServerMessages
The user account has been administratively disabled
ERR_EXTOP_PASSMOD_ACCOUNT_LOCKED - Static variable in class org.opends.messages.ServerMessages
The user account is locked
ERR_EXTOP_PASSMOD_ACCOUNT_NOT_LOCAL - Static variable in class org.opends.messages.ServerMessages
Password modification is not supported for user %s because the account is not managed locally
ERR_EXTOP_PASSMOD_CANNOT_DECODE_AUTHZ_DN - Static variable in class org.opends.messages.ServerMessages
The password modify extended request cannot be processed because the server cannot decode "%s" as a valid DN for use in the authorization ID for the operation
ERR_EXTOP_PASSMOD_CANNOT_DECODE_REQUEST - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while attempting to decode the password modify extended request sequence: %s
ERR_EXTOP_PASSMOD_CANNOT_DETERMINE_ID_MAPPER - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to determine the identity mapper to use in conjunction with the password modify extended operation defined in configuration entry %s: %s. The password modify extended operation will not be enabled for use in the server
ERR_EXTOP_PASSMOD_CANNOT_ENCODE_PASSWORD - Static variable in class org.opends.messages.ServerMessages
Unable to encode the provided password using the default scheme(s): %s
ERR_EXTOP_PASSMOD_CANNOT_GENERATE_PW - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to create a new password using the password generator: %s
ERR_EXTOP_PASSMOD_CANNOT_GET_PW_POLICY - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to get the password policy for user %s: %s
ERR_EXTOP_PASSMOD_CANNOT_LOCK_USER_ENTRY - Static variable in class org.opends.messages.ServerMessages
The password modify extended request cannot be processed because the server was unable to obtain a write lock on user entry %s after multiple attempts
ERR_EXTOP_PASSMOD_CANNOT_MAP_USER - Static variable in class org.opends.messages.ServerMessages
The provided authorization ID string "%s" could not be mapped to any user in the directory
ERR_EXTOP_PASSMOD_ERROR_MAPPING_USER - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to map authorization ID string "%s" to a user entry: %s
ERR_EXTOP_PASSMOD_IN_MIN_AGE - Static variable in class org.opends.messages.ServerMessages
The password cannot be changed because the previous password change was too recent
ERR_EXTOP_PASSMOD_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to perform password reset operations
ERR_EXTOP_PASSMOD_INVALID_AUTHZID_STRING - Static variable in class org.opends.messages.ServerMessages
The password modify extended request cannot be processed because it contained an invalid userIdentity field. The provided userIdentity string was "%s"
ERR_EXTOP_PASSMOD_INVALID_OLD_PASSWORD - Static variable in class org.opends.messages.ServerMessages
The password modify extended operation cannot be processed because the current password provided for the user is invalid
ERR_EXTOP_PASSMOD_NO_AUTH_OR_USERID - Static variable in class org.opends.messages.ServerMessages
The password modify extended request cannot be processed because it does not contain an authorization ID and the underlying connection is not authenticated
ERR_EXTOP_PASSMOD_NO_PW_GENERATOR - Static variable in class org.opends.messages.ServerMessages
No new password was provided, and no password generator has been defined that may be used to automatically create a new password
ERR_EXTOP_PASSMOD_NO_USER_ENTRY_BY_AUTHZID - Static variable in class org.opends.messages.ServerMessages
The password modify extended request cannot be processed because it was not possible to identify the user entry to update based on the authorization DN of "%s"
ERR_EXTOP_PASSMOD_PASSWORD_IS_EXPIRED - Static variable in class org.opends.messages.ServerMessages
The password cannot be changed because it is expired
ERR_EXTOP_PASSMOD_PRE_ENCODED_NOT_ALLOWED - Static variable in class org.opends.messages.ServerMessages
The password policy does not allow users to supply pre-encoded passwords
ERR_EXTOP_PASSMOD_PW_IN_HISTORY - Static variable in class org.opends.messages.ServerMessages
The provided new password was already contained in the password history
ERR_EXTOP_PASSMOD_REQUIRE_CURRENT_PW - Static variable in class org.opends.messages.ServerMessages
The current password must be provided for self password changes
ERR_EXTOP_PASSMOD_SECURE_AUTH_REQUIRED - Static variable in class org.opends.messages.ServerMessages
Password modify operations that supply the user's current password must be performed over a secure communication channel
ERR_EXTOP_PASSMOD_SECURE_CHANGES_REQUIRED - Static variable in class org.opends.messages.ServerMessages
Password changes must be performed over a secure communication channel
ERR_EXTOP_PASSMOD_UNACCEPTABLE_PW - Static variable in class org.opends.messages.ServerMessages
The provided new password failed the validation checks defined in the server: %s
ERR_EXTOP_PASSMOD_USER_PW_CHANGES_NOT_ALLOWED - Static variable in class org.opends.messages.ServerMessages
End users are not allowed to change their passwords
ERR_EXTOP_PWPSTATE_ACCOUNT_NOT_LOCAL - Static variable in class org.opends.messages.ServerMessages
The password policy state extended operation is not supported for user %s because the account is not managed locally
ERR_EXTOP_WHOAMI_PROXYAUTH_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to use the proxied authorization control
ERR_FAIL_PARSE_CONFIGURATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Unable to start Rest2Ldap Http Application due to the configuration error: '%s'
ERR_FAILED_TO_PURGE_HISTORICAL - Static variable in class org.opends.messages.ServerMessages
Error when purging historical information for entry %s: %s
ERR_FCM_CANNOT_CALCULATE_FINGERPRINT - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to calculate the fingerprint for the peer certificate with subject %s: %s
ERR_FCM_INEFFICIENT_SEARCH - Static variable in class org.opends.messages.ServerMessages
The internal search based on the certificate with fingerprint %s could not be processed efficiently: %s. Check the server configuration to ensure that all associated backends are properly configured for these types of searches
ERR_FCM_MULTIPLE_MATCHING_ENTRIES_FOR_ADMIN - Static variable in class org.opends.messages.ServerMessages
The certificate with fingerprint '%s' could not be mapped to exactly one user. It maps at least to both '%s' and '%s'
ERR_FCM_MULTIPLE_MATCHING_ENTRIES_FOR_CLIENT - Static variable in class org.opends.messages.ServerMessages
The certificate with fingerprint %s mapped to multiple users
ERR_FCM_NO_PEER_CERTIFICATE - Static variable in class org.opends.messages.ServerMessages
Could not map the provided certificate chain to a user entry because no peer certificate was available
ERR_FCM_PEER_CERT_NOT_X509 - Static variable in class org.opends.messages.ServerMessages
Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s)
ERR_FCM_SEARCH_FAILED - Static variable in class org.opends.messages.ServerMessages
An internal failure occurred while attempting to map the certificate with fingerprint %s to a user entry: %s
ERR_FIELD_WRONG_TYPE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The request cannot be processed because it included the field '%s' whose value is the wrong type: an object is expected
ERR_FIFOCACHE_CANNOT_INITIALIZE - Static variable in class org.opends.messages.ServerMessages
A fatal error occurred while trying to initialize fifo entry cache: %s
ERR_FILE_CHECK_CREATE_FAILED - Static variable in class org.opends.messages.ServerMessages
An Exception was caught while testing existence or trying to create the directory for the Replication Server database : %s %s
ERR_FILE_COLLECTOR - Static variable in class org.opends.messages.ServerMessages
Could not collect all the files
ERR_FILE_CREDENTIALS_FAILED_TO_PARSE - Static variable in class org.opends.messages.ServerMessages
Failed to parse the credential file '%s'
ERR_FILE_CREDENTIALS_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
Credential file '%s' not found
ERR_FILE_KEYMANAGER_CANNOT_CREATE_FACTORY - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to create a key manager factory to access the contents of keystore file %s: %s
ERR_FILE_KEYMANAGER_CANNOT_LOAD - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to load the keystore contents from file %s: %s
ERR_FILE_KEYMANAGER_INVALID_TYPE - Static variable in class org.opends.messages.ServerMessages
The keystore type %s specified in attribute ds-cfg-key-store-type of configuration entry %s is not valid: %s
ERR_FILE_KEYMANAGER_NO_SUCH_FILE - Static variable in class org.opends.messages.ServerMessages
The keystore file %s specified in attribute ds-cfg-key-store-file of configuration entry %s does not exist
ERR_FILE_TRUSTMANAGER_CANNOT_CREATE_FACTORY - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to create a trust manager factory to access the contents of trust store file %s: %s
ERR_FILE_TRUSTMANAGER_CANNOT_LOAD - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to load the trust store contents from file %s: %s
ERR_FILE_TRUSTMANAGER_INVALID_TYPE - Static variable in class org.opends.messages.ServerMessages
The trust store type %s specified in attribute ds-cfg-trust-store-type of configuration entry %s is not valid: %s
ERR_FILE_TRUSTMANAGER_NO_SUCH_FILE - Static variable in class org.opends.messages.ServerMessages
The trust store file %s specified in attribute ds-cfg-trust-store-file of configuration entry %s does not exist
ERR_FILELOCKER_LOCK_EXCLUSIVE_FAILED_CREATE - Static variable in class org.opends.messages.ServerMessages
The attempt to obtain an exclusive lock on file %s was rejected because the attempt to create the lock file failed: %s
ERR_FILELOCKER_LOCK_EXCLUSIVE_FAILED_LOCK - Static variable in class org.opends.messages.ServerMessages
The attempt to obtain an exclusive lock on file %s was rejected because an error occurred while attempting to acquire the lock: %s
ERR_FILELOCKER_LOCK_EXCLUSIVE_FAILED_OPEN - Static variable in class org.opends.messages.ServerMessages
The attempt to obtain an exclusive lock on file %s was rejected because the attempt to open the lock file failed: %s
ERR_FILELOCKER_LOCK_EXCLUSIVE_NOT_GRANTED - Static variable in class org.opends.messages.ServerMessages
The exclusive lock requested for file %s was not granted, which indicates that another process already holds a shared or exclusive lock on that file
ERR_FILELOCKER_LOCK_EXCLUSIVE_REJECTED_BY_EXCLUSIVE - Static variable in class org.opends.messages.ServerMessages
The attempt to obtain an exclusive lock on file %s was rejected because an exclusive lock was already held on that file
ERR_FILELOCKER_LOCK_EXCLUSIVE_REJECTED_BY_SHARED - Static variable in class org.opends.messages.ServerMessages
The attempt to obtain an exclusive lock on file %s was rejected because a shared lock was already held on that file
ERR_FILELOCKER_LOCK_SHARED_FAILED_CREATE - Static variable in class org.opends.messages.ServerMessages
The attempt to obtain a shared lock on file %s was rejected because the attempt to create the lock file failed: %s
ERR_FILELOCKER_LOCK_SHARED_FAILED_LOCK - Static variable in class org.opends.messages.ServerMessages
The attempt to obtain a shared lock on file %s was rejected because an error occurred while attempting to acquire the lock: %s
ERR_FILELOCKER_LOCK_SHARED_FAILED_OPEN - Static variable in class org.opends.messages.ServerMessages
The attempt to obtain a shared lock on file %s was rejected because the attempt to open the lock file failed: %s
ERR_FILELOCKER_LOCK_SHARED_NOT_GRANTED - Static variable in class org.opends.messages.ServerMessages
The shared lock requested for file %s was not granted, which indicates that another process already holds an exclusive lock on that file
ERR_FILELOCKER_LOCK_SHARED_REJECTED_BY_EXCLUSIVE - Static variable in class org.opends.messages.ServerMessages
The attempt to obtain a shared lock on file %s was rejected because an exclusive lock was already held on that file
ERR_FILELOCKER_UNLOCK_EXCLUSIVE_FAILED_RELEASE - Static variable in class org.opends.messages.ServerMessages
The attempt to release the exclusive lock held on %s failed: %s
ERR_FILELOCKER_UNLOCK_SHARED_FAILED_RELEASE - Static variable in class org.opends.messages.ServerMessages
The attempt to release the shared lock held on %s failed: %s
ERR_FILELOCKER_UNLOCK_UNKNOWN_FILE - Static variable in class org.opends.messages.ServerMessages
The attempt to release the lock held on %s failed because no record of a lock on that file was found
ERR_FILEPERM_INVALID_UNIX_MODE_STRING - Static variable in class org.opends.messages.ServerMessages
The provided string %s does not represent a valid UNIX file mode. UNIX file modes must be a three-character string in which each character is a numeric digit between zero and seven
ERR_FILEPERM_SET_JAVA_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
One or more exceptions were thrown in the process of updating the file permissions for %s. Some of the permissions for the file may have been altered
ERR_FILEPERM_SET_NO_SUCH_FILE - Static variable in class org.opends.messages.ServerMessages
Unable to set permissions for file %s because it does not exist
ERR_FRACTIONAL_COULD_NOT_RETRIEVE_CONFIG - Static variable in class org.opends.messages.ServerMessages
Could not retrieve the configuration for a replication domain matching the entry %s
ERR_FULL_UPDATE_MISSING_REMOTE - Static variable in class org.opends.messages.ServerMessages
Cannot start total update in domain "%s" from this directory server DS(%s): cannot find remote directory server DS(%s)
ERR_FULL_UPDATE_NO_REMOTES - Static variable in class org.opends.messages.ServerMessages
Cannot start total update in domain "%s" from this directory server DS(%s): no remote directory servers found
ERR_GET_SYMMETRIC_KEY_ASN1_DECODE_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
Cannot decode the provided symmetric key extended request: %s
ERR_GET_SYMMETRIC_KEY_DECODE_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while attempting to decode the symmetric key extended request sequence: %s
ERR_GET_SYMMETRIC_KEY_NO_VALUE - Static variable in class org.opends.messages.ServerMessages
Cannot decode the provided symmetric key extended operation because it does not have a value
ERR_GLOBAL_ACCESS_CONTROL_INVALID_TARGET_DN_PATTERN - Static variable in class org.opends.messages.ServerMessages
The global access control policy defined in "%s" could not be parsed because it contains an invalid target DN pattern "%s"
ERR_GLOBAL_ACCESS_CONTROL_INVALID_USER_DN_PATTERN - Static variable in class org.opends.messages.ServerMessages
The global access control policy defined in "%s" could not be parsed because it contains an invalid user DN pattern "%s"
ERR_GLOBAL_ACCESS_CONTROL_UNRECOGNIZED_CONTROL_ALIAS - Static variable in class org.opends.messages.ServerMessages
The global access control policy defined in "%s" could not be parsed because it contains an unrecognized control alias "%s"
ERR_GLOBAL_ACCESS_CONTROL_UNRECOGNIZED_EXTOP_ALIAS - Static variable in class org.opends.messages.ServerMessages
The global access control policy defined in "%s" could not be parsed because it contains an unrecognized extended operation alias "%s"
ERR_HDAP_DIGEST_MECHANISM_NOT_SUPPORTED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The algorithm '%s' is not supported as a digest mechanism
ERR_HDAP_JWT_CLAIM_DOES_NOT_CONTAIN - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The given JWT claim '%s' does not contain the value '%s'
ERR_HDAP_JWT_CLAIM_HAS_EXPIRED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The given JWT claim '%s' timestamp has expired
ERR_HDAP_JWT_CLAIM_INVALID_FORMAT - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The given JWT claim '%s' has not a valid format
ERR_HDAP_JWT_CLAIM_IS_IN_FUTURE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The given JWT claim '%s' timestamp should happen before the current datetime
ERR_HDAP_JWT_CLAIM_IS_MISSING_OR_IS_EMPTY - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The given JWT misses the claim '%s' or is empty
ERR_HDAP_JWT_DEFAULT_SECRET_STORE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Unable to create a secret store for the purposes '%s' with the default JWS algorithm '%s'
ERR_HDAP_JWT_INVALID_BEARER_TOKEN - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Invalid bearer token '%s'
ERR_HDAP_JWT_INVALID_SIGNATURE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Invalid JWT signature
ERR_HDAP_JWT_KEYSTORE_ACCESS_EXCEPTION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
An error occured while retrieving the keystore: %s
ERR_HDAP_JWT_KEYSTORE_REFRESH_FAIL - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Refreshing the keystore failed: %s
ERR_HDAP_JWT_NO_BEARER_TOKEN - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
No bearer token found
ERR_HDAP_JWT_NO_KEY_FOUND - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The key '%s' is configured as valid but is not found: %s
ERR_HDAP_JWT_REQUIRES_KEYSTORE_CONFIG - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
A keystore is required: as a keyAlias '%s' is defined in the servlet JWT configuration, the configuration should also declare a 'security/keyManager' with one of these values: %s
ERR_HDAP_JWT_TOO_MANY_BEARER_TOKENS - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Too many bearer tokens found. Only one Bearer token is allowed
ERR_HDAP_JWT_UNAUTHENTICATED_REQUEST - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Unauthenticated request: you must either run this request with a basic authentication or get a JWT token first through the HDAP 'authenticate' action
ERR_HDAP_MALFORMED_RESOURCE_PATH - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Malformed RDN in resource path '%s'
ERR_HDAP_UNKNOWN_BIND_MECHANISM - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Unknown bindMechanism '%s' declared in the HDAP configuration '%s'
ERR_HEX_DECODE_INVALID_CHARACTER - Static variable in class org.opends.messages.ServerMessages
The value %s cannot be decoded as a hexadecimal string because it contains an illegal character %c that is not a valid hexadecimal digit
ERR_HEX_DECODE_INVALID_LENGTH - Static variable in class org.opends.messages.ServerMessages
The value %s cannot be decoded as a hexadecimal string because it does not have a length that is a multiple of two bytes
ERR_HOST_PORT_ALREADY_SPECIFIED - Static variable in class org.opends.messages.ServerMessages
The connection handler %s is trying to use the listener %s which is already in use by another connection handler
ERR_HTTP_APPLICATION_START_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
Error while starting the HTTP application: %s
ERR_HTTP_CONNECTION_HANDLE_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
Unable to process request '%s' received for HTTP client connection: %s
ERR_HTTP_REQUEST_PROCESSING_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
Unable to process HTTP request '%s': %s
ERR_HTTP_WRITING_RESPONSE_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
Unable to write HTTP response to the client '%s': %s
ERR_IDENTITY_MAPPERS_MULTIPLE_MATCHING_ENTRIES - Static variable in class org.opends.messages.ServerMessages
The processed ID string %s is mapped to multiple users
ERR_IDLETIME_DISCONNECT_ERROR - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to disconnect client connection %d: %s
ERR_ILLEGAL_FILTER_ASSERTION_VALUE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The request cannot be processed because it contained an illegal filter assertion value '%s' for field '%s'
ERR_IMPORT_BACKEND_ONLINE - Static variable in class org.opends.messages.ServerMessages
The backend must be disabled before the import process can start
ERR_IMPORT_CREATE_TMPDIR_ERROR - Static variable in class org.opends.messages.ServerMessages
Unable to create the temporary directory %s
ERR_IMPORT_DUPLICATE_ENTRY - Static variable in class org.opends.messages.ServerMessages
The import has been aborted because the data to be imported contains duplicate copies of entry '%s'
ERR_IMPORT_LDIF_LACK_MEM - Static variable in class org.opends.messages.ServerMessages
Insufficient free memory (%d bytes) to perform import. At least %d bytes of free memory is required
ERR_IMPORT_PARENT_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
The import has been aborted because the entry '%s' does not have a parent entry
ERR_INCOMPATIBLE_ENTRY_VERSION - Static variable in class org.opends.messages.ServerMessages
Entry record is not compatible with this version of the backend database. Entry version: %x
ERR_INDEX_CORRUPT_REQUIRES_REBUILD - Static variable in class org.opends.messages.ServerMessages
An error occurred while reading from index %s. The index seems to be corrupt and is now operating in a degraded state. The index must be rebuilt before it can return to normal operation
ERR_INDEXES_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
Indexes are not supported in the "%s" backend
ERR_INIT_BAD_MSG_ID_SEQ_DURING_IMPORT - Static variable in class org.opends.messages.ServerMessages
Bad msg id sequence during import. Expected:%s Actual:%s
ERR_INIT_CANNOT_LOCK_BACKEND - Static variable in class org.opends.messages.ServerMessages
Initialization cannot be done because the following error occurred while locking the backend %s : %s
ERR_INIT_DOMAIN_IS_STOPPING - Static variable in class org.opends.messages.ServerMessages
Initialization of replication domain '%s' interrupted because the domain is shutting down. The domain still needs to be re-initialized
ERR_INIT_EXPORT_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
Initialization cannot be done because export is not supported by the backend %s
ERR_INIT_EXPORTER_DISCONNECTION - Static variable in class org.opends.messages.ServerMessages
Domain %s (server id: %s) : remote exporter server disconnection (server id: %s ) detected during initialization
ERR_INIT_HEARTBEAT_LOST_DURING_EXPORT - Static variable in class org.opends.messages.ServerMessages
When initializing remote server(s), the initialized server with serverId=%s is potentially stopped or too slow
ERR_INIT_IMPORT_FAILURE - Static variable in class org.opends.messages.ServerMessages
During initialization from a remote server, the following error occurred : %s
ERR_INIT_IMPORT_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
Initialization cannot be done because import is not supported by the backend %s
ERR_INIT_NO_SUCCESS_END_FROM_SERVERS - Static variable in class org.opends.messages.ServerMessages
The following servers did not end initialization being connected with the right generation (%s). They are potentially stopped or too slow. Servers list: %s
ERR_INIT_NO_SUCCESS_START_FROM_SERVERS - Static variable in class org.opends.messages.ServerMessages
The following servers did not acknowledge initialization in the expected time for domain %s. They are potentially down or too slow. Servers list: %s
ERR_INIT_REPLICA_DISCONNECTED_DURING_EXPORT - Static variable in class org.opends.messages.ServerMessages
Replica '%s' seems to have disconnected from the topology while it was being re-initialized, initialization will stop
ERR_INIT_RS_DISCONNECTION_DURING_EXPORT - Static variable in class org.opends.messages.ServerMessages
When initializing remote server(s), connection to Replication Server with serverId=%s is lost
ERR_INIT_RS_DISCONNECTION_DURING_IMPORT - Static variable in class org.opends.messages.ServerMessages
Connection failure with Replication Server %s during import
ERR_INITIALIZATION_FAILED_NOCONN - Static variable in class org.opends.messages.ServerMessages
The initialization failed because the domain %s is not connected to a replication server
ERR_INITIALIZE_PLUGIN - Static variable in class org.opends.messages.ServerMessages
Invalid plugin type '%s', a backup plugin must be of type '%s'
ERR_INSTANCE_NOT_CONFIGURED - Static variable in class org.opends.messages.ServerMessages
The server has not been configured. Please run the 'setup' command first
ERR_INTERACTIVE_INVALID_INT - Static variable in class org.opends.messages.ServerMessages
Value '%s' must be a valid number
ERR_INTERACTIVE_INVALID_VERSION - Static variable in class org.opends.messages.ServerMessages
Value '%s' must be a valid version (two or three digits separated with a dot)
ERR_INTERACTIVE_VERSION_TOO_OLD - Static variable in class org.opends.messages.ServerMessages
Please select at least version %s
ERR_INTERNAL_CONNECTION_HANDLE_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
Unable to process request '%s' received for internal client connection: %s
ERR_INTERNAL_CONNECTION_NO_RESULT - Static variable in class org.opends.messages.ServerMessages
No result received after completion for request '%s' received for internal client connection
ERR_INTERNAL_ERROR_WITH_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
An internal error occurred when accessing backend '%s': %s
ERR_INTERNAL_ERROR_WITHOUT_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
An internal error was detected when accessing backend '%s'
ERR_INTERNAL_MOD_CONTROL_NO_MODS - Static variable in class org.opends.messages.ServerMessages
Unable to process the provided internal modifications request control because it did not contain modifications
ERR_INTERNAL_MOD_CONTROL_NO_ORIGIN - Static variable in class org.opends.messages.ServerMessages
Unable to process the provided internal modifications request control because it did not contain an origin
ERR_INTERNAL_PACKAGING_ERROR - Static variable in class org.opends.messages.ServerMessages
Error: %s
ERR_INTERNALCONN_NO_SUCH_USER - Static variable in class org.opends.messages.ServerMessages
User %s does not exist in the directory
ERR_INVALID_AUXILIARY_TYPE_PROPERTY_IN_CREATE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The resource cannot be created because the auxiliary type property '%s' is not an array containing a list of auxiliary types
ERR_INVALID_BACKUP_ID_CANNOT_PARSE_TIMESTAMP - Static variable in class org.opends.messages.ServerMessages
Backup id '%s' is invalid: cannot parse '%s' as a timestamp
ERR_INVALID_BACKUP_ID_NO_UNDERSCORE - Static variable in class org.opends.messages.ServerMessages
Backup id '%s' is invalid: expected to find an underscore in it
ERR_INVALID_COOKIE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Invalid cookie
ERR_INVALID_COOKIE_SYNTAX - Static variable in class org.opends.messages.ServerMessages
Invalid syntax for the provided cookie '%s'
ERR_INVALID_CSN_RANGE_ASSERTION_SYNTAX - Static variable in class org.opends.messages.ServerMessages
Specified assertion '%s' for historicalCsnRangeMatch extensible matching rule does not conform to expected syntax. The assertion must specify a CSN range
ERR_INVALID_CSN_RANGE_COMPARISON_OPERATOR - Static variable in class org.opends.messages.ServerMessages
Invalid operator '%s' specified in historicalCsnRangeMatch extensible matching rule assertion
ERR_INVALID_ENDPOINT_DIRECTORY - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The endpoint configuration directory '%s' either does not exist, is not a directory or cannot be read
ERR_INVALID_ENDPOINTS_DIRECTORY - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The endpoints configuration directory '%s' either does not exist, is not a directory or cannot be read
ERR_INVALID_EXPORT_TARGET - Static variable in class org.opends.messages.ServerMessages
Invalid target for the export
ERR_INVALID_IMPORT_SOURCE - Static variable in class org.opends.messages.ServerMessages
On domain %s, initialization of server with serverId:%s has been requested from a server with an invalid serverId:%s. %s
ERR_INVALID_JSON_BOOLEAN - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Could not parse the JSON value '%s' as a boolean
ERR_INVALID_JSON_INTEGER - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Could not parse the JSON value '%s' as an integer
ERR_INVALID_JSON_ISO_8601 - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Could not parse the JSON value '%s' as an ISO 8601 date and time
ERR_INVALID_KEYSTORE - Static variable in class org.opends.messages.ServerMessages
No usable key was found for '%s', which may cause subsequent SSL connections to fail. Verify that the underlying keystore is properly configured
ERR_INVALID_LOG_AFTER_DATE - Static variable in class org.opends.messages.ServerMessages
The date argument for "logsAfterDate" is invalid
ERR_INVALID_MAX_LOG_FILES - Static variable in class org.opends.messages.ServerMessages
The number argument for "maxLogFiles" is invalid
ERR_INVALID_PAGED_RESULTS_COOKIE - Static variable in class org.opends.messages.ServerMessages
The following paged results control cookie value was not recognized: %s
ERR_INVALID_PEM_FILE_GLOB_PATTERN - Static variable in class org.opends.messages.ServerMessages
Invalid excluded file name pattern: %s
ERR_INVALID_PROVIDER - Static variable in class org.opends.messages.ServerMessages
The provider class does not allow the operation requested
ERR_INVALID_SERVER_PID - Static variable in class org.opends.messages.ServerMessages
The serverPID argument is not a valid number
ERR_JEB_INVALID_LOGGING_LEVEL - Static variable in class org.opends.messages.ServerMessages
The database logging level string '%s' provided for configuration entry '%s' is invalid. The value must be one of OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, or ALL. Note that these values are case sensitive
ERR_JMX_ALERT_HANDLER_CANNOT_REGISTER - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to register the JMX alert handler with the MBean server: %s
ERR_JMX_CONNECTION_FINALIZED - Static variable in class org.opends.messages.ServerMessages
JMX connection %s with JMX connection ID '%s' has been disconnected because it was finalized by GC
ERR_JMX_CONNECTION_HANDLE_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
Unable to process request '%s' received for JMX client connection: %s
ERR_JMX_CONNECTION_NO_RESULT - Static variable in class org.opends.messages.ServerMessages
No result received after completion for request '%s' received for JMX client connection
ERR_JMX_CONNECTION_NOTIFICATION_CLOSED - Static variable in class org.opends.messages.ServerMessages
JMX connection %s with JMX connection ID '%s' has been disconnected because it received a '%s' notification
ERR_JMX_CONNECTION_UNEXPECTED_REQUEST_TYPE - Static variable in class org.opends.messages.ServerMessages
Unable to process request '%s' received for JMX client because this type of request is not supported for JMX
ERR_JMX_CONNECTION_UNEXPECTED_RESPONSE_TYPE - Static variable in class org.opends.messages.ServerMessages
Unable to process response received for JMX client connection for request '%s' because the response '%s' is not of any of the expected types
ERR_JMX_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to establish the connection through JMX. At least JMX_READ privilege is required
ERR_JMX_SEARCH_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to perform search operations through JMX
ERR_JSON_EMPTY_CONTENT - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The value could not be parsed as valid JSON because it is empty
ERR_JSON_IO_ERROR - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The value could not be parsed as valid JSON: %s
ERR_JSON_PARSE_ERROR - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The value could not be parsed as valid JSON because a syntax error was detected on line %d column %d: %s
ERR_JSON_QUERY_PARSE_ERROR - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The value '%s' could not be parsed as a valid JSON query filter
ERR_JSON_QUERY_PARSE_ERROR_UNRECOGNIZED_FILTER_OPERATOR - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The value '%s' could not be parsed as a valid JSON query filter because it contained an unrecognized or unsupported filter operator '%s'
ERR_JSON_TRAILING_CONTENT - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The value could not be parsed as valid JSON because it contains trailing content after the JSON value
ERR_JVM_TRUSTSTORE_CANNOT_GET - Static variable in class org.opends.messages.ServerMessages
Unable to get the JVM default truststore: %s
ERR_KEY_MANAGER_PROVIDER_MONITOR_CERTIFICATE - Static variable in class org.opends.messages.ServerMessages
An error occurred while reading information contained within key manager provider from configuration: "%s"
ERR_KEYMANAGERS_COULD_NOT_BE_RETRIEVED - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to retrieve the key managers from the key manager provider `%s`
ERR_KEYSTORE_DOES_NOT_CONTAIN_ALIAS - Static variable in class org.opends.messages.ServerMessages
The key with alias '%s' used by '%s' could not be found, which may cause subsequent SSL connections to fail. Verify that the underlying keystore is properly configured
ERR_KEYSTORE_INVALID_KEY_EXPIRED - Static variable in class org.opends.messages.ServerMessages
The key with alias '%s' used by '%s' has expired. The key will be used, but SSL connections may fail depending on the validation performed by the peer. Verify that the underlying keystore is properly configured with a valid key
ERR_KEYSTORE_INVALID_KEY_NOT_YET_VALID - Static variable in class org.opends.messages.ServerMessages
The key with alias '%s' used by '%s' is not valid yet. The key will be used, but SSL connections may fail depending on the validation performed by the peer. Verify that the underlying keystore is properly configured with a valid key
ERR_LDAP_CLIENT_CANCEL_INVOKED - Static variable in class org.opends.messages.ServerMessages
cancel() invoked
ERR_LDAP_CLIENT_SEND_RESPONSE_INVALID_OP - Static variable in class org.opends.messages.ServerMessages
The server attempted to send a response to the %s operation (conn=%d, op=%d), but this type of operation is not allowed to have responses. Backtrace: %s
ERR_LDAP_CLIENT_SEND_RESPONSE_NO_RESULT_CODE - Static variable in class org.opends.messages.ServerMessages
The server attempted to send a response to the %s operation (conn=%d, op=%d), but the operation did not have a result code. This could indicate that the operation did not complete properly or that it is one that is not allowed to have a response. Using a generic 'Operations Error' response
ERR_LDAP_CONNECTION_CLOSED - Static variable in class org.opends.messages.ServerMessages
LDAP connection %s has been closed because the LDAP connection handler %s is shutting down
ERR_LDAP_DISCONNECT_DUE_TO_BIND_PROTOCOL_ERROR - Static variable in class org.opends.messages.ServerMessages
This client connection is being terminated because a protocol error occurred while trying to process a bind request. The LDAP message ID was %d and the error message for the bind response was %s
ERR_LDAP_DISCONNECT_DUE_TO_INVALID_REQUEST_TYPE - Static variable in class org.opends.messages.ServerMessages
Terminating this connection because the client sent an invalid message of type %s (LDAP message ID %d) that is not allowed for request messages
ERR_LDAP_DISCONNECT_DUE_TO_PROCESSING_FAILURE - Static variable in class org.opends.messages.ServerMessages
An unexpected failure occurred while trying to process a request of type %s (LDAP message ID %d): %s. The client connection will be terminated
ERR_LDAP_KEYMANAGER_CANNOT_CREATE_FACTORY - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to create a key manager factory to access the contents of LDAP keystore with base DN '%s': %s
ERR_LDAP_PTA_INVALID_FILTER_TEMPLATE - Static variable in class org.opends.messages.ServerMessages
The mapped search filter template "%s" could not be parsed as a valid LDAP filter
ERR_LDAP_PTA_MAPPED_BIND_FAILED - Static variable in class org.opends.messages.ServerMessages
The user "%s" could not be authenticated using LDAP PTA policy "%s" because the bind failed unexpectedly for the following reason: %s
ERR_LDAP_PTA_MAPPED_SEARCH_FAILED - Static variable in class org.opends.messages.ServerMessages
The user "%s" could not be authenticated using LDAP PTA policy "%s" because the search failed unexpectedly for the following reason: %s
ERR_LDAP_PTA_MAPPED_SEARCH_NO_CANDIDATES - Static variable in class org.opends.messages.ServerMessages
The user "%s" could not be authenticated using LDAP PTA policy "%s" because the search did not return any entries matching the filter "%s"
ERR_LDAP_PTA_MAPPED_SEARCH_TOO_MANY_CANDIDATES - Static variable in class org.opends.messages.ServerMessages
The user "%s" could not be authenticated using LDAP PTA policy "%s" because the search of base DN "%s" returned more than one entry matching the filter "%s"
ERR_LDAP_PTA_MAPPING_ATTRIBUTE_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
The user "%s" could not be authenticated using LDAP PTA policy "%s" because the following mapping attributes were not found in the user's entry: %s
ERR_LDAP_PTA_NO_PWD - Static variable in class org.opends.messages.ServerMessages
The configuration of LDAP PTA policy "%s" is invalid because it does not specify a means for obtaining the mapped search bind password
ERR_LDAP_TRUSTMANAGER_CANNOT_CREATE_FACTORY - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to create a trust manager factory to access the contents of LDAP keystore with base DN '%s': %s
ERR_LDAP_UNSUPPORTED_PROTOCOL_VERSION - Static variable in class org.opends.messages.ServerMessages
The Directory Server does not support LDAP protocol version %d. This connection will be closed
ERR_LDAPURL_CANNOT_DECODE_PORT - Static variable in class org.opends.messages.ServerMessages
The provided string "%s" cannot be decoded as an LDAP URL because the port number portion %s cannot be decoded as an integer
ERR_LDAPURL_INVALID_HEX_BYTE - Static variable in class org.opends.messages.ServerMessages
The provided URL component "%s" could not be decoded because the character at byte %d was not a valid hexadecimal digit
ERR_LDAPURL_INVALID_PORT - Static variable in class org.opends.messages.ServerMessages
The provided string "%s" cannot be decoded as an LDAP URL because the provided port number %d is not within the valid range between 1 and 65535
ERR_LDAPURL_INVALID_SCOPE_STRING - Static variable in class org.opends.messages.ServerMessages
The provided string "%s" cannot be decoded as an LDAP URL because the scope string %s was not one of the allowed values of base, one, sub, or subordinate
ERR_LDAPURL_NO_COLON_SLASH_SLASH - Static variable in class org.opends.messages.ServerMessages
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain the necessary :// component to separate the scheme from the rest of the URL
ERR_LDAPURL_NO_HOST - Static variable in class org.opends.messages.ServerMessages
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a host before the colon to specify the port number
ERR_LDAPURL_NO_PORT - Static variable in class org.opends.messages.ServerMessages
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a port number after the colon following the host
ERR_LDAPURL_NO_SCHEME - Static variable in class org.opends.messages.ServerMessages
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a protocol scheme
ERR_LDAPURL_PERCENT_TOO_CLOSE_TO_END - Static variable in class org.opends.messages.ServerMessages
The provided URL component "%s" could not be decoded because the percent character at byte %d was not followed by two hexadecimal digits
ERR_LDAPV2_CLIENTS_NOT_ALLOWED - Static variable in class org.opends.messages.ServerMessages
The Directory Server has been configured to deny access to LDAPv2 clients. This connection will be closed
ERR_LDAPV2_CONTROLS_NOT_ALLOWED - Static variable in class org.opends.messages.ServerMessages
LDAPv2 clients are not allowed to use request controls
ERR_LDAPV2_EXTENDED_REQUEST_NOT_ALLOWED - Static variable in class org.opends.messages.ServerMessages
The client with connection ID %d authenticated to the Directory Server using LDAPv2, but attempted to send an extended operation request (LDAP message ID %d), which is not allowed for LDAPv2 clients. The connection will be terminated
ERR_LDAPV2_REFERRAL_RESULT_CHANGED - Static variable in class org.opends.messages.ServerMessages
The original result code for this message was 10 but this result is not allowed for LDAPv2 clients
ERR_LDAPV2_REFERRALS_OMITTED - Static variable in class org.opends.messages.ServerMessages
The response included one or more referrals, which are not allowed for LDAPv2 clients. The referrals included were: %s
ERR_LDAPV2_SKIPPING_EXTENDED_RESPONSE - Static variable in class org.opends.messages.ServerMessages
An extended response message would have been sent to an LDAPv2 client (connection ID=%d, operation ID=%d): %s. LDAPv2 does not allow extended operations, so this response will not be sent
ERR_LDAPV2_SKIPPING_SEARCH_REFERENCE - Static variable in class org.opends.messages.ServerMessages
A search performed by an LDAPv2 client (connection ID=%d, operation ID=%d) would have included a search result reference %s. Referrals are not allowed for LDAPv2 clients, so this search reference will not be sent
ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS - Static variable in class org.opends.messages.ServerMessages
Entry %s already exists in the LDIF backend
ERR_LDIF_BACKEND_ADD_MISSING_PARENT - Static variable in class org.opends.messages.ServerMessages
The parent for entry %s does not exist
ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to create the reader for the LDIF import operation: %s
ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to create the writer for the LDIF export operation: %s
ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to write entry %s during the LDIF export: %s
ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY - Static variable in class org.opends.messages.ServerMessages
Entry %s does not exist
ERR_LDIF_BACKEND_DELETE_NONLEAF - Static variable in class org.opends.messages.ServerMessages
Entry %s has one or more subordinate entries and cannot be deleted until all of its subordinate entries are removed first
ERR_LDIF_BACKEND_DUPLICATE_ENTRY - Static variable in class org.opends.messages.ServerMessages
LDIF file %s configured for use with the LDIF backend defined in configuration entry %s has multiple entries with a DN of %s
ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE - Static variable in class org.opends.messages.ServerMessages
LDIF file %s configured for use with the LDIF backend defined in configuration entry %s includes entry %s which is not below the base DN defined for that backend
ERR_LDIF_BACKEND_ERROR_CLOSING_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to close file %s for the LDIF backend defined in configuration entry %s: %s
ERR_LDIF_BACKEND_ERROR_CREATING_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to create file %s to write an updated version of the data for the LDIF backend defined in configuration entry %s: %s
ERR_LDIF_BACKEND_ERROR_EMPTY_FILE - Static variable in class org.opends.messages.ServerMessages
The file %s written for the LDIF backend defined in configuration entry %s is 0 bytes long and unusable
ERR_LDIF_BACKEND_ERROR_READING_LDIF - Static variable in class org.opends.messages.ServerMessages
An unrecoverable error occurred while attempting to read data from the import file: %s. The LDIF import cannot continue
ERR_LDIF_BACKEND_ERROR_RENAMING_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to rename file %s to %s while writing updated data for the LDIF backend defined in configuration entry %s: %s
ERR_LDIF_BACKEND_ERROR_WRITING_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to write updated data to file %s for the LDIF backend defined in configuration entry %s: %s
ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY - Static variable in class org.opends.messages.ServerMessages
The target entry %s does not exist
ERR_LDIF_BACKEND_MISSING_PARENT - Static variable in class org.opends.messages.ServerMessages
LDIF file %s configured for use with the LDIF backend defined in configuration entry %s contains entry %s but its parent entry has not yet been read
ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST - Static variable in class org.opends.messages.ServerMessages
The new parent DN %s does not exist
ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY - Static variable in class org.opends.messages.ServerMessages
Source entry %s does not exist
ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS - Static variable in class org.opends.messages.ServerMessages
Target entry %s already exists
ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY - Static variable in class org.opends.messages.ServerMessages
Entry %s does not exist
ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS - Static variable in class org.opends.messages.ServerMessages
The LDIF backend defined in configuration entry %s only supports a single base DN, but was configured for use with multiple base DNs
ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY - Static variable in class org.opends.messages.ServerMessages
The target entry %s does not exist
ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE - Static variable in class org.opends.messages.ServerMessages
Entry %s specified as the search base DN does not exist
ERR_LDIF_CONNHANDLER_CANNOT_DELETE - Static variable in class org.opends.messages.ServerMessages
An error occurred while the LDIF connection handler was attempting to delete processed file %s: %s
ERR_LDIF_CONNHANDLER_CANNOT_READ_CHANGE_RECORD_FATAL - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to read a change record from the LDIF file: %s. No further processing on this LDIF file can be performed
ERR_LDIF_CONNHANDLER_CANNOT_READ_CHANGE_RECORD_NONFATAL - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to read a change record from the LDIF file: %s. This change will be skipped but processing on the LDIF file will continue
ERR_LDIF_CONNHANDLER_CANNOT_RENAME - Static variable in class org.opends.messages.ServerMessages
An error occurred while the LDIF connection handler was attempting to rename partially-processed file from %s to %s: %s
ERR_LDIF_CONNHANDLER_IO_ERROR - Static variable in class org.opends.messages.ServerMessages
An I/O error occurred while the LDIF connection handler was processing LDIF file %s: %s
ERR_LDIF_COULD_NOT_BASE64_DECODE_ATTR - Static variable in class org.opends.messages.ServerMessages
Unable to parse LDIF entry %s starting at line %d because it was not possible to base64-decode the attribute on line "%s": %s
ERR_LDIF_COULD_NOT_BASE64_DECODE_DN - Static variable in class org.opends.messages.ServerMessages
Unable to parse LDIF entry starting at line %d because it was not possible to base64-decode the DN on line "%s": %s
ERR_LDIF_COULD_NOT_EVALUATE_FILTERS_FOR_IMPORT - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to determine whether LDIF entry "%s" starting at line %d should be imported as a result of the include and exclude filter configuration: %s
ERR_LDIF_FILE_EXISTS - Static variable in class org.opends.messages.ServerMessages
The specified LDIF file %s already exists and the export configuration indicates that no attempt should be made to append to or replace the file
ERR_LDIF_INVALID_ATTR_OPTION - Static variable in class org.opends.messages.ServerMessages
Unable to parse LDIF entry %s starting at line %d because it has an invalid binary option for attribute %s
ERR_LDIF_INVALID_DN - Static variable in class org.opends.messages.ServerMessages
Unable to parse LDIF entry starting at line %d because an error occurred while trying to parse the value of line "%s" as a distinguished name: %s
ERR_LDIF_INVALID_LEADING_SPACE - Static variable in class org.opends.messages.ServerMessages
Unable to parse line %d ("%s") from the LDIF source because the line started with a space but there were no previous lines in the entry to which this line could be appended
ERR_LDIF_INVALID_URL - Static variable in class org.opends.messages.ServerMessages
Unable to parse LDIF entry %s starting at line %d because the value of attribute %s was to be read from a URL but the URL was invalid: %s
ERR_LDIF_MULTIPLE_VALUES_FOR_SINGLE_VALUED_ATTR - Static variable in class org.opends.messages.ServerMessages
Entry %s starting at line %d includes multiple values for single-valued attribute %s
ERR_LDIF_NO_ATTR_NAME - Static variable in class org.opends.messages.ServerMessages
Unable to parse LDIF entry starting at line %d because the line "%s" does not include an attribute name
ERR_LDIF_NO_DN - Static variable in class org.opends.messages.ServerMessages
Unable to parse LDIF entry starting at line %d because the first line does not contain a DN (the first line was "%s"
ERR_LDIF_READ_ATTR_SKIP - Static variable in class org.opends.messages.ServerMessages
Skipping entry %s because the following error was received when reading its attributes: %s
ERR_LDIF_REJECTED_BY_PLUGIN - Static variable in class org.opends.messages.ServerMessages
Rejecting entry %s because it was rejected by a plugin: %s
ERR_LDIF_REJECTED_BY_PLUGIN_NOMESSAGE - Static variable in class org.opends.messages.ServerMessages
Rejecting entry %s because it was rejected by a plugin
ERR_LDIF_SCHEMA_VIOLATION - Static variable in class org.opends.messages.ServerMessages
Entry %s read from LDIF starting at line %d is not valid because it violates the server's schema configuration: %s
ERR_LDIF_SKIP - Static variable in class org.opends.messages.ServerMessages
Skipping entry %s because the DN is not one that should be included based on the include and exclude branches/filters
ERR_LDIF_SKIP_EXCLUDE_BRANCH - Static variable in class org.opends.messages.ServerMessages
Skipping entry %s because the DN is excluded by the exclude branch "%s"
ERR_LDIF_SKIP_EXCLUDE_FILTER - Static variable in class org.opends.messages.ServerMessages
Skipping entry %s because the DN is excluded by the exclude filter "%s"
ERR_LDIF_SKIP_NOT_IN_INCLUDED_BRANCHES - Static variable in class org.opends.messages.ServerMessages
Skipping entry %s because the DN is not included by any include branches
ERR_LDIF_SKIP_NOT_IN_INCLUDED_FILTERS - Static variable in class org.opends.messages.ServerMessages
Skipping entry %s because the DN is not included by any include filters
ERR_LDIF_URL_IO_ERROR - Static variable in class org.opends.messages.ServerMessages
Unable to parse LDIF entry %s starting at line %d because the value of attribute %s was to be read from URL %s but an error occurred while trying to read that content: %s
ERR_LDIFEXPORT_CANNOT_DECODE_EXCLUDE_BASE - Static variable in class org.opends.messages.ServerMessages
Unable to decode exclude branch string "%s" as a valid distinguished name: %s
ERR_LDIFEXPORT_CANNOT_DECODE_WRAP_COLUMN_AS_INTEGER - Static variable in class org.opends.messages.ServerMessages
Unable to decode wrap column value "%s" as an integer
ERR_LDIFEXPORT_CANNOT_EXPORT_BACKEND - Static variable in class org.opends.messages.ServerMessages
The Directory Server backend with backend ID "%s" does not provide a mechanism for performing LDIF exports
ERR_LDIFEXPORT_CANNOT_LOCK_BACKEND - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to acquire a shared lock for backend %s: %s. This generally means that some other process has an exclusive lock on this backend (e.g., an LDIF import or a restore). The LDIF export cannot continue
ERR_LDIFEXPORT_CANNOT_PARSE_EXCLUDE_FILTER - Static variable in class org.opends.messages.ServerMessages
Unable to decode exclude filter string "%s" as a valid search filter: %s
ERR_LDIFEXPORT_CANNOT_PARSE_INCLUDE_FILTER - Static variable in class org.opends.messages.ServerMessages
Unable to decode include filter string "%s" as a valid search filter: %s
ERR_LDIFEXPORT_ERROR_DURING_EXPORT - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to process the LDIF export: %s
ERR_LDIFEXPORT_INVALID_INCLUDE_BASE - Static variable in class org.opends.messages.ServerMessages
Provided include base DN "%s" is not handled by the backend with backend ID %s
ERR_LDIFEXPORT_MULTIPLE_BACKENDS_FOR_ID - Static variable in class org.opends.messages.ServerMessages
Multiple Directory Server backends are configured with the requested backend ID "%s"
ERR_LDIFEXPORT_NO_BACKENDS_FOR_ID - Static variable in class org.opends.messages.ServerMessages
None of the Directory Server backends are configured with the requested backend ID "%s"
ERR_LDIFIMPORT_CANNOT_DECODE_EXCLUDE_BASE - Static variable in class org.opends.messages.ServerMessages
Unable to decode exclude branch string "%s" as a valid distinguished name: %s
ERR_LDIFIMPORT_CANNOT_DECODE_INCLUDE_BASE - Static variable in class org.opends.messages.ServerMessages
Unable to decode include branch string "%s" as a valid distinguished name: %s
ERR_LDIFIMPORT_CANNOT_IMPORT - Static variable in class org.opends.messages.ServerMessages
The Directory Server backend with backend ID %s does not provide a mechanism for performing LDIF imports
ERR_LDIFIMPORT_CANNOT_LOCK_BACKEND - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to acquire an exclusive lock for backend %s: %s. This generally means some other process is still using this backend (e.g., it is in use by the Directory Server or a backup or LDIF export is in progress). The LDIF import cannot continue
ERR_LDIFIMPORT_CANNOT_OPEN_REJECTS_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to open the rejects file %s for writing: %s
ERR_LDIFIMPORT_CANNOT_OPEN_SKIP_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to open the skip file %s for writing: %s
ERR_LDIFIMPORT_CANNOT_PARSE_EXCLUDE_FILTER - Static variable in class org.opends.messages.ServerMessages
Unable to decode exclude filter string "%s" as a valid search filter: %s
ERR_LDIFIMPORT_CANNOT_PARSE_INCLUDE_FILTER - Static variable in class org.opends.messages.ServerMessages
Unable to decode include filter string "%s" as a valid search filter: %s
ERR_LDIFIMPORT_CANNOT_PARSE_TEMPLATE_FILE - Static variable in class org.opends.messages.ServerMessages
Unable to parse the specified file %s as a MakeLDIF template file: %s
ERR_LDIFIMPORT_CANNOT_PARSE_THREAD_COUNT - Static variable in class org.opends.messages.ServerMessages
The value %s for threadCount cannot be parsed: %s
ERR_LDIFIMPORT_CANNOT_READ_FILE - Static variable in class org.opends.messages.ServerMessages
The specified LDIF file %s cannot be read
ERR_LDIFIMPORT_COUNT_REJECTS_REQUIRES_OFFLINE - Static variable in class org.opends.messages.ServerMessages
The %s argument is not supported for online imports
ERR_LDIFIMPORT_ERROR_DURING_IMPORT - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to process the LDIF import: %s
ERR_LDIFIMPORT_INVALID_INCLUDE_BASE - Static variable in class org.opends.messages.ServerMessages
Provided include base DN "%s" is not handled by the backend with backend ID %s
ERR_LDIFIMPORT_LDIF_FILE_DOESNT_EXIST - Static variable in class org.opends.messages.ServerMessages
Unable to access the LDIF file %s to import. Please check that the file is local to the server and the path correct
ERR_LDIFIMPORT_MISSING_BACKEND_ARGUMENT - Static variable in class org.opends.messages.ServerMessages
Neither the %s nor the %s argument was provided. One of these arguments must be given to specify the backend for the LDIF data to be imported to
ERR_LDIFIMPORT_MISSING_REQUIRED_ARGUMENT - Static variable in class org.opends.messages.ServerMessages
Neither the %s nor the %s argument was provided. One of these arguments must be given to specify the source for the LDIF data to be imported
ERR_LDIFIMPORT_MULTIPLE_BACKENDS_FOR_ID - Static variable in class org.opends.messages.ServerMessages
Imported branches or backend IDs can not span across multiple Directory Server backends
ERR_LDIFIMPORT_NO_BACKENDS_FOR_ID - Static variable in class org.opends.messages.ServerMessages
None of the Directory Server backends are configured with the requested backend ID or base DNs that include the specified branches
ERR_LOADING_GENERATION_ID - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred when searching in %s for the generation ID : %s
ERR_LOADING_JVM_KEYSTORE_FROM_PROPERTIES - Static variable in class org.opends.messages.ServerMessages
Unable to load JVM default keystore from system properties: %s
ERR_LOCAL_BACKEND_TAKES_PRECEDENCE_OVER_PROXY_BACKEND - Static variable in class org.opends.messages.ServerMessages
Proxy backend '%s' is being deregistered from base DN %s because local backend '%s' is registering against it. Local backends take precedence over proxy backends
ERR_LOCAL_SORT_AND_PAGE_INVALID_PAGINATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Local sorting and pagination fails: the resulting ordered page '%s' has more elements than '%d' (pageSize + 1)
ERR_LOCAL_SORT_NO_PAGE_OFFSET - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The query request cannot be processed because this sort directive does not support page offset. This sort directive must be used with page cookie instead.
ERR_LOCAL_SORT_PAGE_SIZE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The query request cannot be processed because this sort directive requires the page size to be set to a value between 1 and %d.
ERR_LOG_AGGREGATOR_MESSAGE_LOGGED_TOO_OFTEN - Static variable in class org.opends.messages.ServerMessages
The message with ID %d has been generated %d times in the last second: %s
ERR_LOG_FILE_DISAPPEARED - Static variable in class org.opends.messages.ServerMessages
The log file %s unexpectedly disappeared. It looks like an external system is also trying to manage the log files retention (either deleting or moving files away). This system configuration is incorrect: either ForgeRock DS manages the log file retention OR the external system does. Pick one only
ERR_LOGGER_ERROR_CLOSING_FILE - Static variable in class org.opends.messages.ServerMessages
Error occurred while closing log file for logger %s: %s
ERR_LOGGER_ERROR_ENFORCING_RETENTION_POLICY - Static variable in class org.opends.messages.ServerMessages
Error occurred while enforcing retention policy %s for logger %s: %s
ERR_LOGGER_ERROR_FLUSHING_BUFFER - Static variable in class org.opends.messages.ServerMessages
Error occurred while flushing writer buffer for logger %s: %s
ERR_LOGGER_ERROR_LISTING_FILES - Static variable in class org.opends.messages.ServerMessages
Error occurred while listing log files named by policy with initial file name %s
ERR_LOGGER_ERROR_OBTAINING_FREE_SPACE - Static variable in class org.opends.messages.ServerMessages
Error occurred while obtaining free disk space in the partition containing log file %s: %s
ERR_LOGGER_ERROR_OPENING_FILE - Static variable in class org.opends.messages.ServerMessages
Error occurred while opening log file %s for logger %s: %s
ERR_LOGGER_ERROR_WRITING_RECORD - Static variable in class org.opends.messages.ServerMessages
Error occurred while writing log record for logger %s: %s. Any further write errors will be ignored
ERR_LOOP_REPLAYING_OPERATION - Static variable in class org.opends.messages.ServerMessages
A loop was detected while replaying operation: %s %s (%s) error %s
ERR_MAX_BLOCKED_WRITE_LIMIT_EXCEEDED - Static variable in class org.opends.messages.ServerMessages
Could not write data to the client for %s
ERR_MAX_PSEARCH_LIMIT_EXCEEDED - Static variable in class org.opends.messages.ServerMessages
The directory server is not accepting a new persistent search request because the server has already reached its limit
ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER - Static variable in class org.opends.messages.ServerMessages
Unable to create an LDIF reader: %s
ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER - Static variable in class org.opends.messages.ServerMessages
Unable to create an LDIF writer: %s
ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN - Static variable in class org.opends.messages.ServerMessages
Cannot delete entry %s because it has one or more subordinate entries
ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN - Static variable in class org.opends.messages.ServerMessages
Cannot rename entry %s because it has one or more subordinate entries
ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND - Static variable in class org.opends.messages.ServerMessages
Cannot rename entry %s because the target entry is in a different backend
ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF - Static variable in class org.opends.messages.ServerMessages
Cannot write entry %s to LDIF: %s
ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS - Static variable in class org.opends.messages.ServerMessages
Entry %s already exists in the memory-based backend
ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG - Static variable in class org.opends.messages.ServerMessages
Entry %s does not belong in the memory-based backend
ERR_MEMORYBACKEND_ERROR_DURING_IMPORT - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while processing the import: %s
ERR_MEMORYBACKEND_ERROR_READING_LDIF - Static variable in class org.opends.messages.ServerMessages
An unrecoverable error occurred while reading from LDIF: %s
ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST - Static variable in class org.opends.messages.ServerMessages
Unable to add entry %s because its parent entry %s does not exist in the memory-based backend
ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST - Static variable in class org.opends.messages.ServerMessages
Cannot rename entry %s because the new parent entry %s doesn't exist
ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE - Static variable in class org.opends.messages.ServerMessages
Exactly one base DN must be provided for use with the memory-based backend
ERR_MISSING_ADMIN_BACKENDS - Static variable in class org.opends.messages.ServerMessages
Cannot complete initialization of server's backends because the root and administrative backends have not been initialized yet
ERR_MISSING_CREDENTIAL_ARGS - Static variable in class org.opends.messages.ServerMessages
The --bindDN and/or --bindPassword arguments are missing
ERR_MISSING_ID2ENTRY_RECORD - Static variable in class org.opends.messages.ServerMessages
The entry database does not contain a record for ID %s
ERR_MISSING_OUTPUTDIR_ARG - Static variable in class org.opends.messages.ServerMessages
An error occurred while parsing the command-line arguments: The argument --outputDirectory is required to have a value but none was provided in the argument list and no default value is available
ERR_MISSING_REQUIRED_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The create request cannot be processed because it does not include the required field '%s'
ERR_MISSING_SUBCOMMAND - Static variable in class org.opends.messages.ServerMessages
A sub-command must be specified
ERR_MISSING_TYPE_PROPERTY_IN_CREATE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The resource cannot be created because it does not contain the type property '%s'
ERR_MODDN_ASSERTION_FAILED - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be renamed because the request contained an LDAP assertion control and the associated filter did not match the contents of the entry
ERR_MODDN_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.opends.messages.ServerMessages
The entry %s cannot be renamed due to insufficient access rights
ERR_MODDN_BACKEND_READONLY - Static variable in class org.opends.messages.ServerMessages
Unable to rename entry %s because the backend that holds that entry is configured in read-only mode
ERR_MODDN_CANNOT_LOCK_CURRENT_DN - Static variable in class org.opends.messages.ServerMessages
The modify DN operation for entry %s cannot be performed because the server was unable to obtain a write lock for that DN
ERR_MODDN_CANNOT_LOCK_NEW_DN - Static variable in class org.opends.messages.ServerMessages
The modify DN operation for entry %s cannot be performed because the server was unable to obtain a write lock for the new DN %s
ERR_MODDN_DIFFERENT_BACKENDS - Static variable in class org.opends.messages.ServerMessages
The modify DN operation for entry %s cannot be performed because the backend holding the current entry is different from the backend used to handle the new DN %s. Modify DN operations may not span multiple backends
ERR_MODDN_NEW_RDN_ATTR_IS_NO_USER_MOD - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be renamed because the new RDN includes attribute %s which is defined as NO-USER-MODIFICATION in the server schema, and the target value for that attribute is not already included in the entry
ERR_MODDN_NEW_SUPERIOR_IN_SUBTREE - Static variable in class org.opends.messages.ServerMessages
The modify DN operation for entry %s cannot be performed because the new superior entry %s is equal to or a subordinate of the entry to be moved
ERR_MODDN_NEWRDN_ATTR_IS_OBSOLETE - Static variable in class org.opends.messages.ServerMessages
The modify DN operation for entry %s cannot be performed because the new RDN includes attribute type %s which is declared OBSOLETE in the server schema
ERR_MODDN_NO_BACKEND_FOR_CURRENT_ENTRY - Static variable in class org.opends.messages.ServerMessages
The modify DN operation for entry %s cannot be performed because no backend is registered to handle that DN
ERR_MODDN_NO_BACKEND_FOR_NEW_ENTRY - Static variable in class org.opends.messages.ServerMessages
The modify DN operation for entry %s cannot be performed because no backend is registered to handle the new DN %s
ERR_MODDN_NO_CURRENT_ENTRY - Static variable in class org.opends.messages.ServerMessages
The modify DN operation for entry %s cannot be performed because that entry does not exist in the server
ERR_MODDN_NO_PARENT - Static variable in class org.opends.messages.ServerMessages
A modify DN operation cannot be performed on entry %s because the new RDN would not have a parent DN
ERR_MODDN_OLD_RDN_ATTR_IS_NO_USER_MOD - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be renamed because the current DN includes attribute %s which is defined as NO-USER-MODIFICATION in the server schema and the deleteOldRDN flag was set in the modify DN request
ERR_MODDN_PREOP_VIOLATES_SCHEMA - Static variable in class org.opends.messages.ServerMessages
The modify DN operation for entry %s cannot be performed because a pre-operation plugin modified the entry in a way that caused it to violate the server schema: %s
ERR_MODDN_SERVER_READONLY - Static variable in class org.opends.messages.ServerMessages
Unable to rename entry %s because the Directory Server is configured in read-only mode
ERR_MODDN_SYNCH_CONFLICT_RESOLUTION_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred during conflict resolution synchronization processing for the modify DN operation with connection ID %d and operation ID %d: %s
ERR_MODDN_SYNCH_POSTOP_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred during postoperation synchronization processing for the modify DN operation with connection ID %d and operation ID %d: %s
ERR_MODDN_SYNCH_PREOP_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred during preoperation synchronization processing for the modify DN operation with connection ID %d and operation ID %d: %s
ERR_MODDN_UNSUPPORTED_CRITICAL_CONTROL - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be renamed because the request contained a critical control with OID %s that is not supported by the Directory Server for this type of operation
ERR_MODDN_VIOLATES_SCHEMA - Static variable in class org.opends.messages.ServerMessages
The modify DN operation for entry %s cannot be performed because the change would have violated the server schema: %s
ERR_MODIFY_ADD_DUPLICATE_VALUE - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because it would have resulted in one or more duplicate values for attribute %s: %s
ERR_MODIFY_ADD_INVALID_SYNTAX - Static variable in class org.opends.messages.ServerMessages
When attempting to modify entry %s to add one or more values for attribute %s, value "%s" was found to be invalid according to the associated syntax: %s
ERR_MODIFY_ADD_INVALID_SYNTAX_NO_VALUE - Static variable in class org.opends.messages.ServerMessages
When attempting to modify entry %s, one value for attribute %s was found to be invalid according to the associated syntax: %s
ERR_MODIFY_ADD_NO_VALUES - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because the modification contained an add component for attribute %s but no values were provided
ERR_MODIFY_ASSERTION_FAILED - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because the request contained an LDAP assertion control and the associated filter did not match the contents of the entry
ERR_MODIFY_ATTR_IS_NO_USER_MOD - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because the modification attempted to update attribute %s which is defined as NO-USER-MODIFICATION in the server schema
ERR_MODIFY_ATTR_IS_OBSOLETE - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because the modification attempted to set one or more new values for attribute %s which is marked OBSOLETE in the server schema
ERR_MODIFY_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.opends.messages.ServerMessages
The entry %s cannot be modified due to insufficient access rights
ERR_MODIFY_BACKEND_READONLY - Static variable in class org.opends.messages.ServerMessages
Unable to modify entry %s because the backend that holds that entry is configured in read-only mode
ERR_MODIFY_CANNOT_LOCK_ENTRY - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because the server failed to obtain a write lock for this entry after multiple attempts
ERR_MODIFY_CHANGE_PRIVILEGE_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to modify the set of privileges contained in an entry
ERR_MODIFY_DELETE_MISSING_VALUES - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because the attempt to update attribute %s would have removed one or more values from the attribute that were not present: %s
ERR_MODIFY_DELETE_NO_SUCH_ATTR - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because an attempt was made to remove one or more values from attribute %s but this attribute is not present in the entry
ERR_MODIFY_DELETE_RDN_ATTR - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because the change to attribute %s would have removed a value used in the RDN
ERR_MODIFY_INCREMENT_RDN - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because an attempt was made to increment the value of attribute %s which is used as an RDN attribute for the entry
ERR_MODIFY_INCREMENT_REQUIRES_EXISTING_VALUE - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because an attempt was made to increment the value of attribute %s but that attribute did not have any values in the target entry
ERR_MODIFY_INCREMENT_REQUIRES_INTEGER_VALUE - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because an attempt was made to increment the value of attribute %s but the value "%s" could not be parsed as an integer
ERR_MODIFY_INCREMENT_REQUIRES_SINGLE_VALUE - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because an attempt was made to increment the value of attribute %s but the request contained multiple values, where only a single integer value is allowed
ERR_MODIFY_INCREMENT_REQUIRES_VALUE - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because an attempt was made to increment the value of attribute %s but the request did not include a value for that attribute specifying the amount by which to increment the value
ERR_MODIFY_INVALID_MOD_TYPE_FOR_PASSWORD - Static variable in class org.opends.messages.ServerMessages
Invalid modification type %s attempted on password attribute %s
ERR_MODIFY_INVALID_PASSWORD - Static variable in class org.opends.messages.ServerMessages
The provided user password does not match any password in the user's entry
ERR_MODIFY_MULTIPLE_PASSWORDS_NOT_ALLOWED - Static variable in class org.opends.messages.ServerMessages
The password change would result in multiple password values in the user entry, which is not allowed
ERR_MODIFY_MULTIPLE_VALUES_NOT_ALLOWED - Static variable in class org.opends.messages.ServerMessages
Multiple password values are not allowed in user entries
ERR_MODIFY_MUST_CHANGE_PASSWORD - Static variable in class org.opends.messages.ServerMessages
%s must change their password before it will be allowed to perform any other operations
ERR_MODIFY_NO_EXISTING_VALUES - Static variable in class org.opends.messages.ServerMessages
The user entry does not have any existing passwords to remove
ERR_MODIFY_NO_MODIFICATIONS - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be updated because the request did not contain any modifications
ERR_MODIFY_NO_PREENCODED_PASSWORDS - Static variable in class org.opends.messages.ServerMessages
User passwords may not be provided in pre-encoded form
ERR_MODIFY_NO_SUCH_ENTRY - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because no such entry exists in the server
ERR_MODIFY_NO_SUCH_OBJECT - Static variable in class org.opends.messages.ServerMessages
The entry '%s' cannot be modified because it does not exist
ERR_MODIFY_NO_USER_PW_CHANGES - Static variable in class org.opends.messages.ServerMessages
Users are not allowed to change their own passwords
ERR_MODIFY_PASSWORD_EXISTS - Static variable in class org.opends.messages.ServerMessages
The specified password value already exists in the user entry
ERR_MODIFY_PASSWORDS_CANNOT_HAVE_OPTIONS - Static variable in class org.opends.messages.ServerMessages
Attributes used to hold user passwords are not allowed to have any attribute options
ERR_MODIFY_PW_CHANGE_REQUIRES_CURRENT_PW - Static variable in class org.opends.messages.ServerMessages
The password policy requires that user password changes include the current password in the request
ERR_MODIFY_PW_IN_HISTORY - Static variable in class org.opends.messages.ServerMessages
The provided new password was found in the password history for the user
ERR_MODIFY_PW_VALIDATION_FAILED - Static variable in class org.opends.messages.ServerMessages
The provided password value was rejected by a password validator: %s
ERR_MODIFY_PWRESET_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to reset user passwords
ERR_MODIFY_READ_ONLY_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The %s request cannot be processed because it attempts to modify the read-only field '%s'
ERR_MODIFY_REPLACE_INVALID_SYNTAX - Static variable in class org.opends.messages.ServerMessages
When attempting to modify entry %s to replace the set of values for attribute %s, value "%s" was found to be invalid according to the associated syntax: %s
ERR_MODIFY_REPLACE_INVALID_SYNTAX_NO_VALUE - Static variable in class org.opends.messages.ServerMessages
When attempting to modify entry %s to replace the set of values for attribute %s, one value was found to be invalid according to the associated syntax: %s
ERR_MODIFY_REQUIRE_SECURE_CHANGES - Static variable in class org.opends.messages.ServerMessages
Password changes must be performed over a secure authentication channel
ERR_MODIFY_SERVER_READONLY - Static variable in class org.opends.messages.ServerMessages
Unable to modify entry %s because the Directory Server is configured in read-only mode
ERR_MODIFY_SYNCH_CONFLICT_RESOLUTION_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred during conflict resolution synchronization processing for the modify operation with connection ID %d and operation ID %d: %s
ERR_MODIFY_SYNCH_POSTOP_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred during postoperation synchronization processing for the modify operation with connection ID %d and operation ID %d: %s
ERR_MODIFY_SYNCH_PREOP_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred during preoperation synchronization processing for the modify operation with connection ID %d and operation ID %d: %s
ERR_MODIFY_UNSUPPORTED_CRITICAL_CONTROL - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because the request contained a critical control with OID %s that is not supported by the Directory Server for this type of operation
ERR_MODIFY_VIOLATES_SCHEMA - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because the resulting entry would have violated the server schema: %s
ERR_MODIFY_WITHIN_MINIMUM_AGE - Static variable in class org.opends.messages.ServerMessages
The password cannot be changed because it has not been long enough since the last password change
ERR_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN - Static variable in class org.opends.messages.ServerMessages
A plugin caused the modify DN operation to be aborted while moving and/or renaming an entry from %s to %s
ERR_MODIFYDN_ALREADY_EXISTS - Static variable in class org.opends.messages.ServerMessages
The entry cannot be renamed to '%s' because an entry with that name already exists
ERR_MODIFYDN_NO_SUCH_OBJECT - Static variable in class org.opends.messages.ServerMessages
The entry '%s' cannot be renamed because it does not exist
ERR_MONITOR_BACKEND_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to read directory server monitoring information
ERR_MONITOR_CONFIG_ENTRY_NULL - Static variable in class org.opends.messages.ServerMessages
An attempt was made to configure the monitor backend without providing a configuration entry. This is not allowed, and no monitor information will be available over protocol
ERR_MONITOR_INVALID_BASE - Static variable in class org.opends.messages.ServerMessages
Unable to retrieve the requested entry %s from the monitor backend because the DN is not below the monitor base of %s
ERR_MONITOR_MODIFY_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
Unwilling to update entry "%s" because modify operations are not supported in the monitor backend. If you wish to alter the contents of the base monitor entry itself, then it may be possible to do so by modifying the "%s" entry in the configuration
ERR_MONITOR_UNABLE_TO_EXPORT_BASE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to export the base monitor entry: %s
ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to export the monitor entry for monitor provider %s: %s
ERR_MONITORING_DATA - Static variable in class org.opends.messages.ServerMessages
Could not collect monitoring data from the directory server: %s
ERR_MOVEDIR_SOURCE_NOT_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
The directory to move %s exists but is a file
ERR_MOVEDIR_SOURCE_NOT_EXIST - Static variable in class org.opends.messages.ServerMessages
The directory to move %s does not exist
ERR_MOVEDIR_TARGET_EXISTS - Static variable in class org.opends.messages.ServerMessages
The target directory %s already exists
ERR_MULTIPLE_BACKENDS_FOR_BASE - Static variable in class org.opends.messages.ServerMessages
Multiple Directory Server backends are configured to support base DN "%s"
ERR_MULTIPLE_MATCHING_DOMAIN - Static variable in class org.opends.messages.ServerMessages
Multiple domains match the base DN provided
ERR_MVCC_NO_VERSION_INFORMATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The resource could not be accessed because it did not contain any version information, when the version '%s' was expected
ERR_MVCC_NOT_SUPPORTED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Multi-version concurrency control is not supported by this resource
ERR_MVCC_VERSIONS_MISMATCH - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The resource could not be accessed because the expected version '%s' does not match the current version '%s'
ERR_MVCC_VERSIONS_MISMATCH_UNKNOWN_CURRENT_VERSION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The resource could not be accessed because the expected version '%s' does not match the current version
ERR_NAME_AND_JSON_SYNTAX_COULD_NOT_PARSE_VALUE_OF_UNDERSCORE_ID - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The value of the key '_id' of '%s' could not be parsed
ERR_NAME_AND_JSON_SYNTAX_MISSING_JSON - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The value '%s' does not contain any JSON
ERR_NAME_AND_JSON_SYNTAX_MISSING_UNDERSCORE_ID - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The '_id' key is required in the JSON '%s'
ERR_NEW_SUPERIOR_NO_SUCH_OBJECT - Static variable in class org.opends.messages.ServerMessages
The entry cannot be moved because the new parent entry '%s' does not exist
ERR_NO_ARRAY_FOR_MULTI_VALUED_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The request cannot be processed because an array of values was not provided for the multi-valued field '%s'
ERR_NO_BACKEND_FOUND_FOR_BASE_DN - Static variable in class org.opends.messages.ServerMessages
No backend is associated with the base DN '%s'
ERR_NO_BACKENDS_FOR_BASE - Static variable in class org.opends.messages.ServerMessages
None of the Directory Server backends are configured to support the requested base DN "%s"
ERR_NO_CLOUD_FILE_FOUND - Static variable in class org.opends.messages.ServerMessages
Could not find file '%s' in cloud bucket '%s'
ERR_NO_KEY_ENTRY_IN_KEYSTORE - Static variable in class org.opends.messages.ServerMessages
There is no private key entry in keystore '%s' used by file based key manager provider '%s'. TLS connections which rely on this key manager provider may fail. Ensure that keystore file contains at least one private key
ERR_NO_KEY_MANAGER_CREATED - Static variable in class org.opends.messages.ServerMessages
File based key manager provider '%s' failed to load content from file '%s'. TLS connections which rely on this key manager provider may fail. Ensure that keystore file contains at least one private key compatible with the security providers. Security providers available in the running JVM are '%s'. The security provider used for loading key manager will be the first in the list which is compatible with the algorithm '%s'
ERR_NO_MATCHING_DOMAIN - Static variable in class org.opends.messages.ServerMessages
No domain matches the provided base DN '%s'
ERR_NO_REACHABLE_PEER_IN_THE_DOMAIN - Static variable in class org.opends.messages.ServerMessages
Domain %s: the server with serverId=%s is unreachable
ERR_NO_TRUST_MANAGER_CREATED - Static variable in class org.opends.messages.ServerMessages
File based trust manager provider '%s' failed to load content from file '%s'. TLS connections which rely on this trust manager provider may fail. Ensure that truststore file contains at least one private key compatible with the security providers. Security providers available in the running JVM are '%s'. The security provider used for loading trust manager will be the first in the list which is compatible with the algorithm '%s'
ERR_NO_X509_EXTENDED_KEY_MANAGER_AVAILABLE - Static variable in class org.opends.messages.ServerMessages
File based key manager provider '%s' cannot load an X509 extended key manager from keystore file '%s'. TLS connections which rely on this key manager provider may fail. Security providers available in the running JVM are %s. The security provider used for loading key manager will be the first in the list which is compatible with the algorithm '%s'
ERR_NO_X509_EXTENDED_TRUST_MANAGER_AVAILABLE - Static variable in class org.opends.messages.ServerMessages
File based trust manager provider '%s' cannot load an X509 extended trust manager from truststore file '%s'. TLS connections which rely on this trust manager provider may fail. Security providers available in the running JVM are %s. The security provider used for loading trust manager will be the first in the list which is compatible with the algorithm '%s'
ERR_NOT_AVAILABLE_CONNECTION_HANDLERS - Static variable in class org.opends.messages.ServerMessages
No enabled connection handler available
ERR_NOT_CONNECTED_EXPORT_TARGET - Static variable in class org.opends.messages.ServerMessages
Server %s should be initialized but is not connected to the topology
ERR_NOT_ENOUGH_RESOURCES - Static variable in class org.opends.messages.ServerMessages
There are insufficient resources to perform the operation
ERR_NUM_SUBORDINATES_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
This backend does not provide support for the numSubordinates operational attribute
ERR_OAUTH2_CTS_INVALID_JSON_TOKEN - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Json of token '%s' is malformed
ERR_OAUTH2_CTS_INVALID_TOKEN_TYPE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The token '%s' must be an access token, but it is a '%s'
ERR_OAUTH2_CTS_TOKEN_NOT_FOUND - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Unable to find the token '%s' in the CTS because: '%s'
ERR_OAUTH2_CTS_TOKEN_RESOLUTION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Unable to resolve access token '%s' due to the following reason: '%s'
ERR_OAUTH2_FILE_INVALID_JSON_TOKEN - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Malformed token file '%s'. Details: '%s'
ERR_OAUTH2_FILE_NO_TOKEN - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Unable to find token file '%s'
ERR_OFFLINE_TOOL_TARGET_SERVER_MISSING - Static variable in class org.opends.messages.ServerMessages
A target server must be specified either by using LDAP connection options or the --%s option
ERR_OPEN_ENV_FAIL - Static variable in class org.opends.messages.ServerMessages
The database environment could not be opened: %s
ERR_OPERATION_NOT_FOUND_IN_PENDING - Static variable in class org.opends.messages.ServerMessages
Internal Error : Operation %s change number %s was not found in local change list
ERR_OPERATION_NOT_FOUND_IN_REMOTE - Static variable in class org.opends.messages.ServerMessages
Internal Error : Operation %s change number %s was not found in remote change list
ERR_OUTPUT_DIRECTORY_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
The output directory "%s" could not be found
ERR_PAGE_RESULTS_OFFSET_AND_COOKIE_ARE_MUTUALLY_EXCLUSIVE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The query request cannot be processed because '_pagedResultsOffset' and '_pagedResultsCookie' are mutually exclusive, and cannot be used together
ERR_PAGE_RESULTS_OFFSET_NOT_SUPPORTED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The query request cannot be processed because '_pagedResultsOffset' is not supported but has been set
ERR_PAGE_SIZE_LIMIT_REACHED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The query request cannot be processed because this request requires the page size to be set to a value between 1 and %d.
ERR_PARSING_ATTRIBUTE_TYPE_OID - Static variable in class org.opends.messages.ServerMessages
Unable to parse the OID from the provided definition of attribute type: '%s'
ERR_PARSING_DIT_CONTENT_RULE_OID - Static variable in class org.opends.messages.ServerMessages
Unable to parse the OID from the provided definition of DIT content rule: '%s'
ERR_PARSING_DIT_STRUCTURE_RULE_RULEID - Static variable in class org.opends.messages.ServerMessages
Unable to parse the rule ID from the provided definition of DIT structure rule: '%s'
ERR_PARSING_LDAP_SYNTAX_OID - Static variable in class org.opends.messages.ServerMessages
Unable to parse the OID from the provided definition of ldap syntax: '%s'
ERR_PARSING_MATCHING_RULE_USE_OID - Static variable in class org.opends.messages.ServerMessages
Unable to parse the OID from the provided definition of matching rule use: '%s'
ERR_PARSING_NAME_FORM_OID - Static variable in class org.opends.messages.ServerMessages
Unable to parse the OID from the provided definition of name form: '%s'
ERR_PARSING_OBJECTCLASS_OID - Static variable in class org.opends.messages.ServerMessages
Unable to parse the OID from the provided definition of objectclass: '%s'
ERR_PASSWORD_MODIFY_REQUEST_IS_INVALID - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The modify password request has been rejected because it is invalid. A modify password request must contain two string valued fields 'oldPassword' and 'newPassword'
ERR_PASSWORD_MODIFY_SECURE_CONNECTION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Passwords can only be modified using a secure connection
ERR_PASSWORD_MODIFY_USER_AUTHENTICATED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Passwords can only be modified by authenticated users
ERR_PASSWORD_RESET_SECURE_CONNECTION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Passwords can only be reset using a secure connection
ERR_PASSWORD_RESET_USER_AUTHENTICATED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Passwords can only be reset by authenticated users
ERR_PATCH_ADD_NO_VALUE_FOR_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The patch request cannot be processed because it included an add patch operation but no value(s) for field '%s'
ERR_PATCH_APPEND_IN_SINGLE_VALUED_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The patch request cannot be processed because it attempts to append a value to the single valued field '%s'
ERR_PATCH_INDEXED_APPEND_TO_MULTI_VALUED_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The patch request cannot be processed because it attempts to perform an indexed append of an array of values to the multi-valued field '%s'
ERR_PATCH_INDEXED_OPERATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The patch request cannot be processed because it included an indexed patch operation '%s' which is not supported by this resource provider
ERR_PATCH_JSON_INTERNAL_PROPERTY - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The patch request cannot be processed because it attempts to modify the internal field '%s' of object '%s'. This capability is not currently supported by Rest2Ldap. Applications should instead perform a patch which replaces the entire object '%s'
ERR_PATCH_READ_ONLY_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The patch request cannot be processed because it attempts to patch the read-only field '%s'
ERR_PATCH_UNSUPPORTED_OPERATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The patch request cannot be processed because it included an unsupported type of patch operation '%s'
ERR_PKCS11_KEYMANAGER_CANNOT_CREATE_FACTORY - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to create a key manager factory to access the contents of the PKCS#11 keystore: %s
ERR_PKCS11_KEYMANAGER_CANNOT_LOAD - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to access the PKCS#11 key manager: %s
ERR_PKCS11_TRUSTMANAGER_CANNOT_CREATE_FACTORY - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to create a trust manager factory to access the contents of the PKCS#11 keystore: %s
ERR_PKCS11_TRUSTMANAGER_CANNOT_LOAD - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to access the PKCS#11 trust manager: %s
ERR_PLUGIN_7BIT_IMPORT_ATTR_NOT_CLEAN - Static variable in class org.opends.messages.ServerMessages
The entry included a value for attribute %s that was not 7-bit clean
ERR_PLUGIN_7BIT_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.ServerMessages
The 7-bit clean plugin is configured with invalid plugin type %s. Only the ldifImport, preOperationAdd, preOperationModify, and preOperationModifyDN plugin types are allowed
ERR_PLUGIN_7BIT_MODIFYDN_ATTR_NOT_CLEAN - Static variable in class org.opends.messages.ServerMessages
The modify DN operation would have resulted in a value for attribute %s that was not 7-bit clean
ERR_PLUGIN_ADLIST_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.ServerMessages
The LDAP attribute description list plugin instance defined in configuration entry %s lists an invalid plugin type %s. This plugin can only be used as a pre-parse search plugin
ERR_PLUGIN_ADLIST_NO_PLUGIN_TYPES - Static variable in class org.opends.messages.ServerMessages
The LDAP attribute description list plugin instance defined in configuration entry %s does not list any plugin types. This plugin must be configured to operate as a pre-parse search plugin
ERR_PLUGIN_ATTR_CLEANUP_ATTRIBUTE_MISSING - Static variable in class org.opends.messages.ServerMessages
Attribute '%s' is not defined in the directory schema
ERR_PLUGIN_ATTR_CLEANUP_DUPLICATE_VALUE - Static variable in class org.opends.messages.ServerMessages
The attribute '%s' has already been defined in the configuration
ERR_PLUGIN_ATTR_CLEANUP_EQUAL_VALUES - Static variable in class org.opends.messages.ServerMessages
The mapping '%s:%s' maps the attribute to itself
ERR_PLUGIN_ATTR_CLEANUP_INITIALIZE_PLUGIN - Static variable in class org.opends.messages.ServerMessages
Invalid plugin type '%s' for the Attribute Cleanup plugin
ERR_PLUGIN_CHANGE_NUMBER_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.ServerMessages
An attempt was made to register the Change Number Control plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin
ERR_PLUGIN_CHANGE_NUMBER_INVALID_PLUGIN_TYPE_LIST - Static variable in class org.opends.messages.ServerMessages
An attempt was made to register the Change Number Control plugin with the following plugin types : %s. However this plugin must be configured with all of the following plugin types : %s
ERR_PLUGIN_ENTITY_TAG_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.ServerMessages
An attempt was made to register the Entity Tag plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin
ERR_PLUGIN_ENTRYUUID_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.ServerMessages
An attempt was made to register the EntryUUID plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin
ERR_PLUGIN_FRACTIONAL_LDIF_IMPORT_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.ServerMessages
The fractional replication ldif import plugin is configured with invalid plugin type %s. Only the ldifImport plugin type is allowed
ERR_PLUGIN_GRAPHITE_REPORTER_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.ServerMessages
An attempt was made to register the Graphite Monitor Reporter Plugin plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin
ERR_PLUGIN_GRAPHITE_REPORTER_UNREACHABLE_GRAPHITE_SERVER - Static variable in class org.opends.messages.ServerMessages
Unable to report metrics to Graphite server '%s' because the Graphite server hostname resolution has failed. Ensure that the plugin configuration is correct and that the Graphite server is reachable. The Graphite plugin will be disabled until a change is performed in its configuration or the server restart
ERR_PLUGIN_LASTMOD_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.ServerMessages
An attempt was made to register the LastMod plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin
ERR_PLUGIN_LDIF_IMPORT_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
The LDIF import plugin defined in configuration entry %s threw an exception when it was invoked on entry %s: %s
ERR_PLUGIN_LDIF_IMPORT_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.ServerMessages
The LDIF import plugin defined in configuration entry %s returned null when invoked on entry %s. This is an illegal response
ERR_PLUGIN_POST_COMMIT_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
The post-commit %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s
ERR_PLUGIN_POST_CONNECT_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
The post-connect plugin defined in configuration entry %s threw an exception when it was invoked for connection %d from %s: %s. The connection will be terminated
ERR_PLUGIN_POST_CONNECT_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.ServerMessages
The post-connect plugin defined in configuration entry %s returned null when invoked for connection %d from %s. This is an illegal response, and the connection will be terminated
ERR_PLUGIN_POST_DISCONNECT_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
The post-disconnect plugin defined in configuration entry %s threw an exception when it was invoked for connection %d from %s: %s
ERR_PLUGIN_POST_DISCONNECT_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.ServerMessages
The post-disconnect plugin defined in configuration entry %s returned null when invoked for connection %d from %s. This is an illegal response
ERR_PLUGIN_POST_OPERATION_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
The post-operation %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated
ERR_PLUGIN_POST_OPERATION_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.ServerMessages
The post-operation %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated
ERR_PLUGIN_POST_RESPONSE_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
The post-response %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated
ERR_PLUGIN_POST_RESPONSE_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.ServerMessages
The post-response %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated
ERR_PLUGIN_POST_SYNCHRONIZATION_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
The post-synchronization %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s
ERR_PLUGIN_PRE_OPERATION_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
The pre-operation %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated
ERR_PLUGIN_PRE_OPERATION_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.ServerMessages
The pre-operation %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated
ERR_PLUGIN_PRE_PARSE_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
The pre-parse %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated
ERR_PLUGIN_PRE_PARSE_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.ServerMessages
The pre-parse %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated
ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_AUTH_SCHEME - Static variable in class org.opends.messages.ServerMessages
Auth password storage scheme %s referenced by the password policy import plugin is not configured for use in the server
ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_USER_SCHEME - Static variable in class org.opends.messages.ServerMessages
User password storage scheme %s referenced by the password policy import plugin is not configured for use in the server
ERR_PLUGIN_PWIMPORT_NO_DEFAULT_AUTH_SCHEMES - Static variable in class org.opends.messages.ServerMessages
The password policy import plugin is not configured any default auth password schemes, and the server does not support the %s auth password scheme
ERR_PLUGIN_PWIMPORT_NO_DEFAULT_USER_SCHEMES - Static variable in class org.opends.messages.ServerMessages
The password policy import plugin is not configured any default user password schemes, and the server does not support the %s auth password scheme
ERR_PLUGIN_PWIMPORT_NO_SUCH_DEFAULT_AUTH_SCHEME - Static variable in class org.opends.messages.ServerMessages
The password policy import plugin references default auth password storage scheme %s which is not available for use in the server
ERR_PLUGIN_PWPIMPORT_ERROR_ENCODING_PASSWORD - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to encode a password value stored in attribute %s of user entry %s: %s. Password values for this user will not be encoded
ERR_PLUGIN_PWPIMPORT_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.ServerMessages
An attempt was made to register the password policy import plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin
ERR_PLUGIN_REFERENT_ATTR_MATCHING_RULE_UNINDEXED - Static variable in class org.opends.messages.ServerMessages
The referential integrity plugin defined in configuration entry %s is configured to operate on attribute %s but there is no %s extensible matching rule index defined for this attribute in backend %s
ERR_PLUGIN_REFERENT_ATTR_NOT_LISTED - Static variable in class org.opends.messages.ServerMessages
The property 'check-references-filter-criteria' specifies filtering criteria for attribute '%s', but this attribute is not listed in the 'attribute-type' property
ERR_PLUGIN_REFERENT_ATTR_UNINDEXED - Static variable in class org.opends.messages.ServerMessages
The referential integrity plugin defined in configuration entry %s is configured to operate on attribute %s but there is no equality index defined for this attribute in backend %s
ERR_PLUGIN_REFERENT_BAD_FILTER - Static variable in class org.opends.messages.ServerMessages
The filtering criteria '%s' specified in property 'check-references-filter-criteria' is invalid because the filter could not be decoded: '%s'
ERR_PLUGIN_REFERENT_CANNOT_DECODE_STRING_AS_DN - Static variable in class org.opends.messages.ServerMessages
The Referential Integrity plugin failed to decode a entry DN from the update log: %s
ERR_PLUGIN_REFERENT_CLOSE_LOGFILE - Static variable in class org.opends.messages.ServerMessages
An error occurred closing the Referential Integrity plugin update log file: %s
ERR_PLUGIN_REFERENT_CREATE_LOGFILE - Static variable in class org.opends.messages.ServerMessages
An error occurred during Referential Integrity plugin initialization because log file creation failed: %s
ERR_PLUGIN_REFERENT_ENTRY_MISSING - Static variable in class org.opends.messages.ServerMessages
The entry referenced by the value '%s' of the attribute '%s' in the entry '%s' does not exist in any of the configured naming contexts
ERR_PLUGIN_REFERENT_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
The operation could not be processed due to an unexpected exception: '%s'
ERR_PLUGIN_REFERENT_FILTER_MISMATCH - Static variable in class org.opends.messages.ServerMessages
The entry referenced by the value '%s' of the attribute '%s' in the entry '%s' does not match the filter '%s'
ERR_PLUGIN_REFERENT_INVALID_ATTRIBUTE_SYNTAX - Static variable in class org.opends.messages.ServerMessages
An error occurred in the Referential Integrity plugin while attempting to configure the attribute type %s which has a syntax OID of %s. A Referential Integrity attribute type must have a syntax OID of either 1.3.6.1.4.1.1466.115.121.1.12 (for the distinguished name syntax) or 1.3.6.1.4.1.1466.115.121.1.34 (for the name and optional uid syntax) or 1.3.6.1.4.1.36733.2.1.3.12 (for the name and json syntax)
ERR_PLUGIN_REFERENT_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.ServerMessages
An attempt was made to register the Referential Integrity plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin
ERR_PLUGIN_REFERENT_MODIFY_FAILED - Static variable in class org.opends.messages.ServerMessages
The Referential Integrity plugin failed when performing an internal modify on entry %s: %s
ERR_PLUGIN_REFERENT_NAMINGCONTEXT_MISMATCH - Static variable in class org.opends.messages.ServerMessages
The entry referenced by the value '%s' of the attribute '%s' in the entry '%s' does not belong to any of the configured naming contexts
ERR_PLUGIN_REFERENT_REPLACE_LOGFILE - Static variable in class org.opends.messages.ServerMessages
An error occurred replacing the Referential Integrity plugin update log file: %s
ERR_PLUGIN_REFERENT_SEARCH_FAILED - Static variable in class org.opends.messages.ServerMessages
The Referential Integrity plugin failed when performing an internal search: %s
ERR_PLUGIN_SAMBA_SYNC_ENCODING - Static variable in class org.opends.messages.ServerMessages
The Samba password synchronization plugin could not encode a password for the following reasons: %s
ERR_PLUGIN_SAMBA_SYNC_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.ServerMessages
An attempt was made to register the Samba password synchronization plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin
ERR_PLUGIN_SAMBA_SYNC_MODIFICATION_PROCESSING - Static variable in class org.opends.messages.ServerMessages
The Samba password synchronization plugin could not process a modification for the following reason: %s
ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
The search result entry plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d with entry %s: %s. Processing on this search operation will be terminated
ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.ServerMessages
The search result entry plugin defined in configuration entry %s returned null when invoked for connection %d operation %d with entry %s. This is an illegal response, and processing on this search operation will be terminated
ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
The search result reference plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d with referral URL(s) %s: %s. Processing on this search operation will be terminated
ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.ServerMessages
The search result reference plugin defined in configuration entry %s returned null when invoked for connection %d operation %d with referral URL(s) %s. This is an illegal response, and processing on this search operation will be terminated
ERR_PLUGIN_SHUTDOWN_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
The shutdown plugin defined in configuration entry %s threw an exception when it was invoked during the Directory Server shutdown process: %s
ERR_PLUGIN_STARTUP_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
The startup plugin defined in configuration entry %s threw an exception when it was invoked during the Directory Server startup process: %s. The server startup process has been aborted
ERR_PLUGIN_STARTUP_PLUGIN_FAIL_ABORT - Static variable in class org.opends.messages.ServerMessages
The startup plugin defined in configuration entry %s encountered an error when it was invoked during the Directory Server startup process: %s (error ID %d). The server startup process has been aborted
ERR_PLUGIN_STARTUP_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.ServerMessages
The startup plugin defined in configuration entry %s returned a null value when it was invoked during the Directory Server startup process. This is an illegal return value, and the server startup process has been aborted
ERR_PLUGIN_SUBORDINATE_DELETE_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
The subordinate delete plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated
ERR_PLUGIN_SUBORDINATE_DELETE_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.ServerMessages
The subordinate delete plugin defined in configuration entry %s returned null when invoked for connection %d operation %s. This is an illegal response, and processing on this operation will be terminated
ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
The subordinate modify DN plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated
ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.ServerMessages
The subordinate modify DN plugin defined in configuration entry %s returned null when invoked for connection %d operation %s. This is an illegal response, and processing on this operation will be terminated
ERR_PLUGIN_TYPE_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
The plugin defined in configuration entry %s does not support the %s plugin type
ERR_PLUGIN_UNIQUEATTR_ATTR_NOT_UNIQUE - Static variable in class org.opends.messages.ServerMessages
A unique attribute conflict was detected for attribute %s: value %s already exists in entry %s
ERR_PLUGIN_UNIQUEATTR_ATTR_UNINDEXED - Static variable in class org.opends.messages.ServerMessages
The unique attribute plugin defined in configuration entry %s is configured to operate on attribute %s but there is no equality index defined for this attribute in backend %s
ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR - Static variable in class org.opends.messages.ServerMessages
An internal error occurred while attempting to determine whether the operation would have resulted in a unique attribute conflict (result %s, message %s)
ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_SYNC - Static variable in class org.opends.messages.ServerMessages
An internal error occurred while attempting to determine whether the synchronization operation (connID=%d, opID=%d) for entry %s would have resulted in a unique attribute conflict (result %s, message %s)
ERR_PLUGIN_UNIQUEATTR_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.ServerMessages
An attempt was made to register the Unique Attribute plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin
ERR_PLUGIN_UNIQUEATTR_SYNC_NOT_UNIQUE - Static variable in class org.opends.messages.ServerMessages
A unique attribute conflict was detected for attribute %s during synchronization (connID=%d, opID=%d): value %s in entry %s conflicts with an existing value in entry %s. Manual interaction is required to eliminate the conflict
ERR_PRIMARY_KEY_NOT_FOUND - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The reference property mapper for property "%s" references a resource type that does not have an "_id" field
ERR_PROXY_BACKEND_CANNOT_USE_BASE_DN_ALREADY_IN_USE - Static variable in class org.opends.messages.ServerMessages
Proxy backend '%s' cannot register itself against base DN %s because this base DN is already registered against backend '%s'
ERR_PROXY_CANNOT_DISCOVER_REMOTE_CAPABILITIES - Static variable in class org.opends.messages.ServerMessages
Proxy backend '%s' could not discover remote servers capabilities: %s
ERR_PROXY_NO_PRIMARY_NOR_SECONDARY_SERVERS_DISCOVERED - Static variable in class org.opends.messages.ServerMessages
Proxy backend '%s' is non functional because it could not find any primary nor secondary servers via the service discovery mechanism '%s'
ERR_PROXY_PARTITION_BASE_DN_MUST_BE_SUBORDINATES - Static variable in class org.opends.messages.ServerMessages
The partition base DN '%s' should be subordinate to one of the base DNs %s of proxy backend '%s'
ERR_PROXY_PARTITION_BASE_DN_MUST_NOT_BE_SUBORDINATES - Static variable in class org.opends.messages.ServerMessages
The partition base DN '%s' shouldn't be subordinate to one of the other partition base DNs %s of proxy backend '%s'
ERR_PROXY_UNKNOWN_SERVICE_DISCOVERY - Static variable in class org.opends.messages.ServerMessages
Proxy backend '%s' cannot find the configured service discovery mechanism '%s'
ERR_PROXYAUTH_AUTHZ_NOT_PERMITTED - Static variable in class org.opends.messages.ServerMessages
Authorization as '%s' specified in the proxied authorization control is not permitted
ERR_PROXYAUTH_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to use the proxied authorization control
ERR_PROXYAUTH1_NO_SUCH_USER - Static variable in class org.opends.messages.ServerMessages
User %s specified in the proxied authorization V1 control does not exist in the Directory Server
ERR_PROXYAUTH1_UNUSABLE_ACCOUNT - Static variable in class org.opends.messages.ServerMessages
Use of the proxied authorization V1 control for user %s is not allowed by the password policy configuration
ERR_PROXYAUTH2_ACCOUNT_DISABLED - Static variable in class org.opends.messages.ServerMessages
Use of the proxied authorization V2 control for user %s is not allowed: the account is disabled
ERR_PROXYAUTH2_ACCOUNT_EXPIRED - Static variable in class org.opends.messages.ServerMessages
Use of the proxied authorization V2 control for user %s is not allowed: the account is expired
ERR_PROXYAUTH2_ACCOUNT_LOCKED - Static variable in class org.opends.messages.ServerMessages
Use of the proxied authorization V2 control for user %s is not allowed: the account is locked
ERR_PROXYAUTH2_INVALID_AUTHZID - Static variable in class org.opends.messages.ServerMessages
The authorization ID "%s" contained in the proxied authorization V2 control is invalid because it does not start with "dn:" to indicate a user DN or "u:" to indicate a username
ERR_PROXYAUTH2_NO_IDENTITY_MAPPER - Static variable in class org.opends.messages.ServerMessages
Unable to process proxied authorization V2 control because it contains an authorization ID based on a username and no proxied authorization identity mapper is configured in the Directory Server
ERR_PROXYAUTH2_NO_SUCH_USER - Static variable in class org.opends.messages.ServerMessages
User %s specified in the proxied authorization V2 control does not exist in the Directory Server
ERR_PROXYAUTH2_PASSWORD_EXPIRED - Static variable in class org.opends.messages.ServerMessages
Use of the proxied authorization V2 control for user %s is not allowed: the account's password is expired
ERR_PUBLISHING_FAKE_OPS - Static variable in class org.opends.messages.ServerMessages
Caught exception publishing fake operations for domain %s : %s
ERR_PWDIFFERENCEVALIDATOR_TOO_SMALL - Static variable in class org.opends.messages.ServerMessages
The provided password differs less than the minimum required difference of %d characters
ERR_PWLENGTHVALIDATOR_MIN_GREATER_THAN_MAX - Static variable in class org.opends.messages.ServerMessages
The configured minimum password length of %d characters is greater than the configured maximum password length of %d
ERR_PWLENGTHVALIDATOR_TOO_LONG - Static variable in class org.opends.messages.ServerMessages
The provided password is longer than the maximum allowed length of %d characters
ERR_PWLENGTHVALIDATOR_TOO_SHORT - Static variable in class org.opends.messages.ServerMessages
The provided password is shorter than the minimum required length of %d characters
ERR_PWPOLICY_ATTRIBUTE_OPTIONS_NOT_ALLOWED - Static variable in class org.opends.messages.ServerMessages
Attribute options are not allowed for the password attribute %s
ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_CHANGE_BY_TIME - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to determine the value for attribute ds-cfg-require-change-by-time in configuration entry %s: %s
ERR_PWPOLICY_CANNOT_READ_DICTIONARY_DATA - Static variable in class org.opends.messages.ServerMessages
The dictionary data could not be decompressed: %s
ERR_PWPOLICY_CANT_MIX_VALIDATORS - Static variable in class org.opends.messages.ServerMessages
Cannot use both pwdValidatorPolicy and ds-pwp-validator in subentry '%s'
ERR_PWPOLICY_DEPRECATED_SCHEME_NOT_AUTH - Static variable in class org.opends.messages.ServerMessages
Password policy configuration entry %s references deprecated password storage scheme DN %s which does not support the auth password syntax
ERR_PWPOLICY_INVALID_BOOLEAN - Static variable in class org.opends.messages.ServerMessages
The value for the '%s' attribute is not a valid boolean
ERR_PWPOLICY_INVALID_DICTIONARY_CONFIG - Static variable in class org.opends.messages.ServerMessages
The dictionary validator configuration is invalid
ERR_PWPOLICY_INVALID_DURATION - Static variable in class org.opends.messages.ServerMessages
The value for the '%s' attribute is not a valid duration
ERR_PWPOLICY_INVALID_GENERALIZEDTIME - Static variable in class org.opends.messages.ServerMessages
The value for the '%s' attribute is not a valid time
ERR_PWPOLICY_INVALID_INTEGER - Static variable in class org.opends.messages.ServerMessages
The value for the '%s' attribute is not a valid integer
ERR_PWPOLICY_INVALID_LAST_LOGIN_TIME_FORMAT - Static variable in class org.opends.messages.ServerMessages
The password policy definition contained in configuration entry "%s" is invalid because the specified last login time format "%s" is not a valid format string The last login time format string should conform to the syntax described in the API documentation for the 'java.text.SimpleDateFormat' class
ERR_PWPOLICY_INVALID_PASSWORD_ATTRIBUTE_SYNTAX - Static variable in class org.opends.messages.ServerMessages
The password policy definition contained in configuration entry "%s" is invalid because the specified password attribute "%s" has a syntax OID of %s. The password attribute must have a syntax OID of either 1.3.6.1.4.1.26027.1.3.1 (for the user password syntax) or 1.3.6.1.4.1.4203.1.1.2 (for the authentication password syntax)
ERR_PWPOLICY_INVALID_PREVIOUS_LAST_LOGIN_TIME_FORMAT - Static variable in class org.opends.messages.ServerMessages
The password policy definition contained in configuration entry "%s" is invalid because the specified previous last login time format "%s" is not a valid format string The previous last login time format strings should conform to the syntax described in the API documentation for the 'java.text.SimpleDateFormat' class
ERR_PWPOLICY_INVALID_STATE_UPDATE_FAILURE_POLICY - Static variable in class org.opends.messages.ServerMessages
The value for the '%s' attribute is not a valid state update failure policy
ERR_PWPOLICY_INVALID_STRING - Static variable in class org.opends.messages.ServerMessages
The value for the '%s' attribute is not a valid string
ERR_PWPOLICY_INVALID_STRINGS - Static variable in class org.opends.messages.ServerMessages
The values for the '%s' attribute are not valid strings
ERR_PWPOLICY_MIN_AGE_PLUS_WARNING_GREATER_THAN_MAX_AGE - Static variable in class org.opends.messages.ServerMessages
The password policy configuration entry "%s" is invalid because if both a minimum password age and a maximum password age are configured, then the sum of the minimum password age and the password expiration warning interval must be shorter than the maximum password age
ERR_PWPOLICY_MULTIPLE_PW_VALUES_NOT_ALLOWED - Static variable in class org.opends.messages.ServerMessages
Only a single value may be provided for the password attribute %s
ERR_PWPOLICY_MUST_HAVE_WARNING_IF_NOT_EXPIRE_WITHOUT_WARNING - Static variable in class org.opends.messages.ServerMessages
The password policy defined in configuration entry %s is configured to always send at least one warning notification before the password is expired, but no warning interval has been set. If configuration attribute ds-cfg-expire-passwords-without-warning is set to "false", then configuration attribute ds-cfg-password-expiration-warning-interval must have a positive value
ERR_PWPOLICY_NEW_VALIDATORS_OC - Static variable in class org.opends.messages.ServerMessages
The subentry %s using the %s objectclass cannot define validators using the new %s objectclass
ERR_PWPOLICY_NO_MIXING_OCS - Static variable in class org.opends.messages.ServerMessages
The subentry %s cannot use both %s and %s objectclasses
ERR_PWPOLICY_NO_PWDPOLICY_OC - Static variable in class org.opends.messages.ServerMessages
The subentry %s must have either the pwdPolicy or ds-pwp-password-policy objectclasses, which is required for the Directory Server password policy
ERR_PWPOLICY_OLD_VALIDATOR_OC - Static variable in class org.opends.messages.ServerMessages
The subentry %s using the %s objectclass cannot define validators using the old %s objectclass
ERR_PWPOLICY_PREENCODED_NOT_ALLOWED - Static variable in class org.opends.messages.ServerMessages
Pre-encoded passwords are not allowed for the password attribute %s
ERR_PWPOLICY_REJECT_DUE_TO_UNKNOWN_VALIDATOR_LOG - Static variable in class org.opends.messages.ServerMessages
The password for user %s could not be validated because the password policy subentry %s is referring to an unknown password validator (%s). Please make sure the password policy subentry only refers to validators that exist on all replicas
ERR_PWPOLICY_REJECT_DUE_TO_UNKNOWN_VALIDATOR_REASON - Static variable in class org.opends.messages.ServerMessages
The password could not be validated because of misconfiguration. Please contact the administrator
ERR_PWPOLICY_SCHEME_DOESNT_SUPPORT_AUTH - Static variable in class org.opends.messages.ServerMessages
The password storage scheme defined in configuration entry %s does not support the auth password syntax, which is used by password attribute %s
ERR_PWPOLICY_UNDEFINED_ATTRIBUTE - Static variable in class org.opends.messages.ServerMessages
The value for the '%s' attribute is not a valid attribute
ERR_PWPOLICY_UNDEFINED_ATTRIBUTES - Static variable in class org.opends.messages.ServerMessages
A values for the '%s' attribute is not a valid attribute name
ERR_PWPOLICY_UNDEFINED_PASSWORD_ATTRIBUTE - Static variable in class org.opends.messages.ServerMessages
The password policy definition contained in configuration entry "%s" is invalid because the specified password attribute "%s" is not defined in the server schema
ERR_PWPOLICY_UNKNOWN_STORAGE_SCHEMES - Static variable in class org.opends.messages.ServerMessages
No enabled password storage schemes in '%s' in subentry '%s'
ERR_PWPOLICY_UNKNOWN_VALIDATOR - Static variable in class org.opends.messages.ServerMessages
The password policy definition contained in configuration entry "%s" is invalid because the password validator "%s" specified in attribute "%s" cannot be found
ERR_PWPOLICY_VALIDATION_FAILED - Static variable in class org.opends.messages.ServerMessages
The password value for attribute %s was found to be unacceptable: %s
ERR_PWPOLICY_WARNING_INTERVAL_LARGER_THAN_MAX_AGE - Static variable in class org.opends.messages.ServerMessages
The password policy configuration entry "%s" is invalid because if a maximum password age is configured, then the password expiration warning interval must be shorter than the maximum password age
ERR_PWPSTATE_CANNOT_DECODE_BOOLEAN - Static variable in class org.opends.messages.ServerMessages
Unable to decode value "%s" for attribute %s in user entry %s as a Boolean value
ERR_PWPSTATE_CANNOT_DECODE_GENERALIZED_TIME - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to decode value "%s" for attribute %s in user entry %s in accordance with the generalized time format: %s
ERR_PWPSTATE_CANNOT_DECODE_SUBENTRY_VALUE_AS_DN - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to decode the ds-pwp-password-policy-dn value "%s" in user entry "%s" as a DN: %s
ERR_PWPSTATE_CANNOT_UPDATE_USER_ENTRY - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to update password policy state information for user %s: %s
ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE - Static variable in class org.opends.messages.ServerMessages
The value %s provided for the password policy state operation used to set the account expiration time was invalid: %s. The value should be specified using the generalized time format
ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_COUNT - Static variable in class org.opends.messages.ServerMessages
Multiple values were provided for the password policy state operation intended to set the account expiration time for the user. Exactly one value must be given
ERR_PWPSTATE_EXTOP_BAD_ADD_FAILURE_TIME_COUNT - Static variable in class org.opends.messages.ServerMessages
Multiple values were provided for the password policy state operation intended to add an authentication failure time for the user. Exactly one value must be given
ERR_PWPSTATE_EXTOP_BAD_ADD_GRACE_LOGIN_TIME_COUNT - Static variable in class org.opends.messages.ServerMessages
Multiple values were provided for the password policy state operation intended to add a grace login use time for the user. Exactly one value must be given
ERR_PWPSTATE_EXTOP_BAD_AUTH_FAILURE_TIME - Static variable in class org.opends.messages.ServerMessages
The value %s provided for the password policy state operation used to update the authentication failure times was invalid: %s. The value should be specified using the generalized time format
ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE - Static variable in class org.opends.messages.ServerMessages
The value provided for the password policy state operation intended to set the disabled state for the user was invalid. The value must be either 'true' or 'false'
ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_COUNT - Static variable in class org.opends.messages.ServerMessages
Multiple values were provided for the password policy state operation intended to set the disabled state for the user. Exactly one value (either 'true' or 'false') must be given
ERR_PWPSTATE_EXTOP_BAD_GRACE_LOGIN_TIME - Static variable in class org.opends.messages.ServerMessages
The value %s provided for the password policy state operation used to update the grace login use times was invalid: %s. The value should be specified using the generalized time format
ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME - Static variable in class org.opends.messages.ServerMessages
The value %s provided for the password policy state operation used to set the last login time was invalid: %s. The value should be specified using the generalized time format
ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_COUNT - Static variable in class org.opends.messages.ServerMessages
Multiple values were provided for the password policy state operation intended to set the last login time for the user. Exactly one value must be given
ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE - Static variable in class org.opends.messages.ServerMessages
The value %s provided for the password policy state operation used to set the password changed time was invalid: %s. The value should be specified using the generalized time format
ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_COUNT - Static variable in class org.opends.messages.ServerMessages
Multiple values were provided for the password policy state operation intended to set the password changed time for the user. Exactly one value must be given
ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE - Static variable in class org.opends.messages.ServerMessages
The value %s provided for the password policy state operation used to set the password warned time was invalid: %s. The value should be specified using the generalized time format
ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_COUNT - Static variable in class org.opends.messages.ServerMessages
Multiple values were provided for the password policy state operation intended to set the password warned time for the user. Exactly one value must be given
ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME - Static variable in class org.opends.messages.ServerMessages
The value %s provided for the password policy state operation used to set the required change time was invalid: %s. The value should be specified using the generalized time format
ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_COUNT - Static variable in class org.opends.messages.ServerMessages
Multiple values were provided for the password policy state operation intended to set the required change time for the user. Exactly one value must be given
ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE - Static variable in class org.opends.messages.ServerMessages
The value provided for the password policy state operation intended to set the reset state for the user was invalid. The value must be either 'true' or 'false'
ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_COUNT - Static variable in class org.opends.messages.ServerMessages
Multiple values were provided for the password policy state operation intended to set the reset state for the user. Exactly one value (either 'true' or 'false') must be given
ERR_PWPSTATE_EXTOP_DECODE_FAILURE - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while attempting to decode password policy state extended request value: %s
ERR_PWPSTATE_EXTOP_INVALID_OP_ENCODING - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while attempting to decode an operation from the password policy state extended request: %s
ERR_PWPSTATE_EXTOP_NO_DISABLED_VALUE - Static variable in class org.opends.messages.ServerMessages
No value was provided for the password policy state operation intended to set the disabled state for the user. Exactly one value (either 'true' or 'false') must be given
ERR_PWPSTATE_EXTOP_NO_PRIVILEGE - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to use the password policy state extended operation
ERR_PWPSTATE_EXTOP_NO_REQUEST_VALUE - Static variable in class org.opends.messages.ServerMessages
The provided password policy state extended request did not include a request value
ERR_PWPSTATE_EXTOP_NO_RESET_STATE_VALUE - Static variable in class org.opends.messages.ServerMessages
No value was provided for the password policy state operation intended to set the reset state for the user. Exactly one value (either 'true' or 'false') must be given
ERR_PWPSTATE_EXTOP_UNKNOWN_OP_TYPE - Static variable in class org.opends.messages.ServerMessages
The password policy state extended request included an operation with an invalid or unsupported operation type of %s
ERR_PWPSTATE_NO_SUCH_POLICY - Static variable in class org.opends.messages.ServerMessages
User entry %s is configured to use a password policy subentry of %s but no such password policy has been defined in the server configuration
ERR_PWSCHEME_ARGON2_ADD_NEW_SCHEME_OFFLINE - Static variable in class org.opends.messages.ServerMessages
A new Argon2 password storage scheme can only be added by running dsconfig in offline mode
ERR_PWSCHEME_ARGON2_NOT_ENOUGH_MEMORY - Static variable in class org.opends.messages.ServerMessages
The Argon2 password storage scheme could not be configured because it requires %s kB of memory, exceeding the maximum available of %s kB. Configure a bigger heap or reduce the Argon2 memory requirements
ERR_PWSCHEME_CANNOT_BASE64_DECODE_STORED_PASSWORD - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to base64-decode the password value %s: %s
ERR_PWSCHEME_CANNOT_DECODE_SCRAM_CREDENTIAL - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to decode the SCRAM credential value %s: %s
ERR_PWSCHEME_CANNOT_DECRYPT - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to decrypt a value using password storage scheme %s: %s
ERR_PWSCHEME_CANNOT_ENCODE_PASSWORD - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while attempting to encode a password using the storage scheme defined in class %s: %s
ERR_PWSCHEME_CANNOT_ENCRYPT - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to encrypt a value using password storage scheme %s: %s
ERR_PWSCHEME_CANNOT_INITIALIZE_MESSAGE_DIGEST - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to initialize the message digest generator for the %s algorithm: %s
ERR_PWSCHEME_CANNOT_INITIALIZE_SCRAM_ALG - Static variable in class org.opends.messages.ServerMessages
The %s SCRAM password storage scheme could not be initialized because the algorithm is not supported by the JVM
ERR_PWSCHEME_DOES_NOT_SUPPORT_AUTH_PASSWORD - Static variable in class org.opends.messages.ServerMessages
Password storage scheme %s does not support use with the authentication password attribute syntax
ERR_PWSCHEME_INVALID_BASE64_DECODED_STORED_PASSWORD - Static variable in class org.opends.messages.ServerMessages
The password value %s has been base64-decoded but is too short to be valid
ERR_PWSCHEME_INVALID_STORED_PASSWORD - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to match a bcrypt hashed password value: %s
ERR_PWSCHEME_NOT_REVERSIBLE - Static variable in class org.opends.messages.ServerMessages
The %s password storage scheme is not reversible, so it is impossible to recover the plaintext version of an encoded password
ERR_QUERY_SORT_KEY_NOT_SUPPORTED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The query request cannot be processed because it included an unrecognized sort key '%s'
ERR_RANDOMPWGEN_CANNOT_DETERMINE_CHARSETS - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to decode the value(s) of the configuration attribute ds-cfg-password-character-set, which is used to hold the character set(s) for use in generating the password: %s
ERR_RANDOMPWGEN_CANNOT_DETERMINE_PWFORMAT - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to decode the value for configuration attribute ds-cfg-password-format, which is used to specify the format for the generated passwords: %s
ERR_RANDOMPWGEN_CHARSET_NAME_CONFLICT - Static variable in class org.opends.messages.ServerMessages
Configuration entry "%s" contains multiple definitions for the %s character set
ERR_RANDOMPWGEN_INVALID_PWFORMAT - Static variable in class org.opends.messages.ServerMessages
The password format string "%s" contains an invalid syntax. This value should be a comma-delimited sequence of elements, where each element is the name of a character set followed by a colon and the number of characters to choose at random from that character set
ERR_RANDOMPWGEN_NO_CHARSETS - Static variable in class org.opends.messages.ServerMessages
Configuration entry "%s" does not contain attribute ds-cfg-password-character-set which specifies the sets of characters that should be used when generating the password. This is a required attribute
ERR_RANDOMPWGEN_UNKNOWN_CHARSET - Static variable in class org.opends.messages.ServerMessages
The password format string "%s" references an undefined character set "%s"
ERR_READ_ONLY_ENDPOINT - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
This endpoint is read-only and only supports read and query requests
ERR_READING_PROFILE_VERSION_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while reading file '%s': %s
ERR_REBUILD_BACKEND_ONLINE - Static variable in class org.opends.messages.ServerMessages
Rebuilding system index(es) must be done with the backend containing the base DN disabled
ERR_REBUILDINDEX_CANNOT_EXCLUSIVE_LOCK_BACKEND - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to acquire a exclusive lock for backend %s: %s. This generally means that some other process has an lock on this backend or the server is running with this backend online. The rebuild process cannot continue
ERR_REBUILDINDEX_CANNOT_SHARED_LOCK_BACKEND - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to acquire a shared lock for backend %s: %s. This generally means that some other process has an exclusive lock on this backend (e.g., an LDIF import or a restore). The rebuild process cannot continue
ERR_REBUILDINDEX_ERROR_DURING_REBUILD - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to perform index rebuild: %s
ERR_REBUILDINDEX_FOR_DN - Static variable in class org.opends.messages.ServerMessages
Rebuild index aborted: an error has occurred while rebuilding indexes for base DN '%s'
ERR_REBUILDINDEX_REQUIRES_AT_LEAST_ONE_INDEX - Static variable in class org.opends.messages.ServerMessages
At least one index must be specified for the rebuild process
ERR_REBUILDINDEX_WRONG_BACKEND_TYPE - Static variable in class org.opends.messages.ServerMessages
The backend does not support rebuilding of indexes
ERR_RECEIVED_CHANGE_STATUS_NOT_FROM_DS - Static variable in class org.opends.messages.ServerMessages
Received change status message does not come from a directory server (dn: %s, server id: %s, msg: %s)
ERR_RECURRING_SCHEDULE_FORMAT_ERROR - Static variable in class org.opends.messages.ServerMessages
The provided schedule value has an invalid format. The schedule must be expressed using a crontab(5) format. Error details: %s
ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry: %s
ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to create an instance of class %s as a Directory Server task. Is this class a subclass of %s?
ERR_RECURRINGTASK_CANNOT_LOAD_CLASS - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to load class %s specified in attribute %s of the provided recurring task entry: %s. Does this class exist in the Directory Server classpath?
ERR_RECURRINGTASK_INVALID_DAY_TOKEN - Static variable in class org.opends.messages.ServerMessages
The provided recurring task entry attribute %s holding the recurring task schedule has invalid day of the month token
ERR_RECURRINGTASK_INVALID_DAY_TOKEN_SIMPLE - Static variable in class org.opends.messages.ServerMessages
The provided recurring task schedule value has an invalid day of the month token
ERR_RECURRINGTASK_INVALID_HOUR_TOKEN - Static variable in class org.opends.messages.ServerMessages
The provided recurring task entry attribute %s holding the recurring task schedule has invalid hour token
ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_SIMPLE - Static variable in class org.opends.messages.ServerMessages
The provided recurring task schedule value has an invalid hour token
ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN - Static variable in class org.opends.messages.ServerMessages
The provided recurring task entry attribute %s holding the recurring task schedule has invalid minute token
ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_SIMPLE - Static variable in class org.opends.messages.ServerMessages
The provided recurring task schedule value has an invalid minute token
ERR_RECURRINGTASK_INVALID_MONTH_TOKEN - Static variable in class org.opends.messages.ServerMessages
The provided recurring task entry attribute %s holding the recurring task schedule has invalid month of the year token
ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_SIMPLE - Static variable in class org.opends.messages.ServerMessages
The provided recurring task schedule value has an invalid month of the year token
ERR_RECURRINGTASK_INVALID_N_TOKENS - Static variable in class org.opends.messages.ServerMessages
The provided recurring task entry attribute %s holding the recurring task schedule has invalid number of tokens
ERR_RECURRINGTASK_INVALID_N_TOKENS_SIMPLE - Static variable in class org.opends.messages.ServerMessages
The provided recurring task schedule value has an invalid number of tokens
ERR_RECURRINGTASK_INVALID_TOKENS_COMBO - Static variable in class org.opends.messages.ServerMessages
The provided recurring task entry attribute %s holding the recurring task schedule has invalid tokens combination yielding a nonexistent calendar date
ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN - Static variable in class org.opends.messages.ServerMessages
The provided recurring task entry attribute %s holding the recurring task schedule has invalid day of the week token
ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_SIMPLE - Static variable in class org.opends.messages.ServerMessages
The provided recurring task schedule value has an invalid day of the week token
ERR_RECURRINGTASK_MULTIPLE_ID_TYPES - Static variable in class org.opends.messages.ServerMessages
The provided recurring task entry contains multiple attributes with type %s, which is used to hold the recurring task ID, but only a single instance is allowed
ERR_RECURRINGTASK_MULTIPLE_ID_VALUES - Static variable in class org.opends.messages.ServerMessages
The provided recurring task entry contains multiple values for the %s attribute, which is used to specify the recurring task ID, but only a single value is allowed
ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES - Static variable in class org.opends.messages.ServerMessages
The provided recurring task entry contains multiple attributes with type %s, which is used to hold recurring task schedule, but only a single instance is allowed
ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES - Static variable in class org.opends.messages.ServerMessages
The provided recurring task entry contains multiple values for the %s attribute, which is used to specify recurring task schedule, but only a single value is allowed
ERR_RECURRINGTASK_NO_ID - Static variable in class org.opends.messages.ServerMessages
The provided recurring task entry does not contain any values for the %s attribute, which is used to specify the recurring task ID
ERR_RECURRINGTASK_NO_ID_ATTRIBUTE - Static variable in class org.opends.messages.ServerMessages
The provided recurring task entry does not contain attribute %s which is needed to hold the recurring task ID
ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE - Static variable in class org.opends.messages.ServerMessages
The provided recurring task entry does not contain attribute %s which is needed to specify recurring task schedule
ERR_RECURRINGTASK_NO_SCHEDULE_VALUES - Static variable in class org.opends.messages.ServerMessages
The provided recurring task entry does not contain any values for the %s attribute, which is used to specify recurring task schedule
ERR_REFERENCE_CANNOT_BE_UPDATED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The request cannot be processed because it attempts to update the properties of referenced resource(s) '%s' through the resource '%s'. Update the referenced resource with these values through a direct request.
ERR_REFERENCE_FIELD_AMBIGUOUS - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The request cannot be processed because the resource '%s' referenced in field '%s' is ambiguous
ERR_REFERENCE_FIELD_DOES_NOT_EXIST - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The request cannot be processed because the resource '%s' referenced in field '%s' does not exist
ERR_REFERENCE_FIELD_MULTIPLE_PRIMARY_KEYS - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The request cannot be processed because the reference field '%s' contains a value which contains multiple primary keys
ERR_REFERENCE_FIELD_NO_PRIMARY_KEY - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The request cannot be processed because the reference field '%s' contains a value which does not contain a primary key
ERR_REFRESHING_KEY_MANAGER_PROVIDER - Static variable in class org.opends.messages.ServerMessages
File based key manager provider '%s' cannot load content from keystore file '%s'. TLS connections which rely on this key manager provider may fail. Restarting the server or the impacted connection handler may resolve this problem. Error detail: %s
ERR_REFRESHING_TRUST_MANAGER_PROVIDER - Static variable in class org.opends.messages.ServerMessages
File based trust manager provider '%s' cannot load content from truststore file '%s'. TLS connections which rely on this trust manager provider may fail. Restarting the server or the impacted connection handler may resolve this problem. Error detail: %s
ERR_REGEXMAP_BACKEND_IS_NOT_LOCAL - Static variable in class org.opends.messages.ServerMessages
The baseDN '%s' specified as match base DN in the regular expression identity mapper defined in configuration entry '%s', does not belong to a local backend
ERR_REGEXMAP_INEFFICIENT_SEARCH - Static variable in class org.opends.messages.ServerMessages
The internal search based on processed ID string %s could not be processed efficiently: %s. Check the server configuration to ensure that all associated backends are properly configured for these types of searches
ERR_REGEXMAP_INVALID_MATCH_PATTERN - Static variable in class org.opends.messages.ServerMessages
The provided match pattern "%s" could not be parsed as a regular expression: %s
ERR_REGEXMAP_MULTIPLE_MATCHING_ENTRIES_FOR_ADMIN - Static variable in class org.opends.messages.ServerMessages
The processed ID string %s could not be mapped to exactly one user. It maps at least to both '%s' and '%s'
ERR_REGEXMAP_MULTIPLE_MATCHING_ENTRIES_FOR_CLIENT - Static variable in class org.opends.messages.ServerMessages
The processed ID string %s mapped to multiple users
ERR_REGEXMAP_SEARCH_FAILED - Static variable in class org.opends.messages.ServerMessages
An internal failure occurred while attempting to resolve processed ID string %s to a user entry: %s
ERR_REGISTER_BACKEND_ALREADY_EXISTS - Static variable in class org.opends.messages.ServerMessages
Unable to register backend %s with the Directory Server because another backend with the same backend ID is already registered
ERR_REGISTER_BASEDN_ALREADY_EXISTS - Static variable in class org.opends.messages.ServerMessages
Unable to register base DN %s with the Directory Server for backend %s because that base DN is already registered for backend %s
ERR_REGISTER_BASEDN_DIFFERENT_PARENT_BASES - Static variable in class org.opends.messages.ServerMessages
Unable to register base DN %s with the Directory Server for backend %s because that backend already contains another base DN %s that is not subordinate to the same base DN in the parent backend
ERR_REGISTER_BASEDN_HIERARCHY_CONFLICT - Static variable in class org.opends.messages.ServerMessages
Unable to register base DN %s with the Directory Server for backend %s because that backend already contains another base DN %s that is within the same hierarchical path
ERR_REGISTER_BASEDN_NEW_BASE_NOT_SUBORDINATE - Static variable in class org.opends.messages.ServerMessages
Unable to register base DN %s with the Directory Server for backend %s because that backend already contains one or more other base DNs that are subordinate to backend %s but the new base DN is not
ERR_REINDEX_CANNOT_LOCK_ENTRY - Static variable in class org.opends.messages.ServerMessages
The index(es) cannot be rebuilt because the server failed to obtain a write lock for the entry '%s' after multiple attempts
ERR_REJECT_FILE_EXISTS - Static variable in class org.opends.messages.ServerMessages
The specified reject file %s already exists and the import configuration indicates that no attempt should be made to append to or replace the file
ERR_REJECT_UNAUTHENTICATED_OPERATION - Static variable in class org.opends.messages.ServerMessages
Rejecting the requested operation because the connection has not been authenticated
ERR_REMOTE_EXPORTER_IDLE - Static variable in class org.opends.messages.ServerMessages
Initialization of domain '%s' interrupted: no data received from the remote exporter '%s' for %s
ERR_REMOVE_FAIL - Static variable in class org.opends.messages.ServerMessages
The backend database files could not be removed: %s
ERR_REMOVE_REQUIRED_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The %s request cannot be processed because it attempts to remove the required field '%s'
ERR_REPEATEDCHARS_VALIDATOR_TOO_MANY_CONSECUTIVE - Static variable in class org.opends.messages.ServerMessages
The provided password contained too many instances of the same character appearing consecutively. The maximum number of times the same character may appear consecutively in a password is %d
ERR_REPLICATION_CHANGE_NUMBER_DISABLED - Static variable in class org.opends.messages.ServerMessages
Change number indexing is disabled for replication domain '%s'
ERR_REPLICATION_COULD_NOT_CONNECT - Static variable in class org.opends.messages.ServerMessages
The Replication is configured for suffix %s but was not able to connect to any Replication Server
ERR_REPLICATION_CTX_CONTROL_NO_CSN - Static variable in class org.opends.messages.ServerMessages
Unable to process the provided replication context request control because it did not contain a CSN
ERR_REPLICATION_CTX_CONTROL_NO_ENTRY_UUID - Static variable in class org.opends.messages.ServerMessages
Unable to process the provided replication context request control because it did not contain an entry UUID
ERR_REPLICATION_DEAD_LISTENERS - Static variable in class org.opends.messages.ServerMessages
The following replication server listener threads were unexpectedly stopped: %s. A server restart may be needed
ERR_REPLICATION_PROTOCOL_MESSAGE_TYPE - Static variable in class org.opends.messages.ServerMessages
Replication protocol error. Bad message type. %s received, %s required
ERR_REPLICATION_PROTOCOL_UNEXPECTED_DS - Static variable in class org.opends.messages.ServerMessages
Replication Server '%s' expected to negotiate with another Replication Server but got information for Directory Server '%s' instead. The connection will be closed
ERR_REPLICATION_SERVER_ID_INCOMPATIBLE_WITH_VERSION - Static variable in class org.opends.messages.ServerMessages
Cannot enable replication to server '%s' as this server's ID '%s' is not a number between 1 and 32767
ERR_REPLICATION_UNEXPECTED_MESSAGE - Static variable in class org.opends.messages.ServerMessages
New replication connection from %s started with unexpected message %s and is being closed
ERR_REQUEST_DN_DOES_NOT_EXIST - Static variable in class org.opends.messages.ServerMessages
The entry '%s' specified in the request does not exist in the Directory Server
ERR_RESET_GENERATION_CONN_ERR_ID - Static variable in class org.opends.messages.ServerMessages
For replicated domain %s, in server with serverId=%s, the generation ID could not be set to value %s in the rest of the topology because this server is NOT connected to any replication server. You should check in the configuration that the domain is enabled and that there is one replication server up and running
ERR_RESET_GENERATION_ID_FAILED - Static variable in class org.opends.messages.ServerMessages
The generation ID could not be reset for domain %s
ERR_RESOLVE_INSTALL_PATH - Static variable in class org.opends.messages.ServerMessages
Unable to resolve the server installation root directory
ERR_RESOURCE_NOT_FOUND - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Resource '%s' not found
ERR_RESOURCE_NOT_FOUND_IN_CONFIGURATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The property "%s" in resource "%s" specifies a resourcePath "%s" that cannot be found in the configuration
ERR_RESOURCE_REFERENCE_CANNOT_MATCH_SUB_RESOURCE_PATH - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Cannot resolve the referenced base DN for the resource path '%s' because the sub-resource path '%s' does not match any sub-resource of the resource '%s'. Possible sub-resource paths are: %s
ERR_RESOURCE_REFERENCE_CANNOT_RESOLVE_TEMPLATE_VARIABLE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Cannot resolve the referenced base DN for the resource path '%s' because it contains a template variable. To avoid this problem, change the rest2ldap configuration by removing the template variable from the resource path
ERR_RESOURCE_REFERENCE_OUT_OF_BOUNDS - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The property "%s" in resource "%s" specifies a resourcePath "%s" which points beyond the root of the resource tree
ERR_RESYNC_REQUIRED_TOO_OLD_DOMAIN_IN_PROVIDED_COOKIE - Static variable in class org.opends.messages.ServerMessages
Full resync required. Reason: The provided cookie is older than the start of historical in the server for the replicated domain : %s
ERR_RESYNC_REQUIRED_UNKNOWN_DOMAIN_IN_PROVIDED_COOKIE - Static variable in class org.opends.messages.ServerMessages
Full resync required. Reason: The provided cookie contains unknown replicated domain %s. Current starting cookie <%s>
ERR_REVERSE_PROPERTY_NOT_FOUND - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The reverseReference property mapper for property "%s" specifies a property which is not a "reference" property in the resource "%s"
ERR_ROOT_CONTAINER_NOT_INITIALIZED - Static variable in class org.opends.messages.ServerMessages
The root container for backend %s has not been initialized preventing this backend from processing the requested operation
ERR_ROOTDSE_CONFIG_ENTRY_NULL - Static variable in class org.opends.messages.ServerMessages
An attempt was made to configure the root DSE backend without providing a configuration entry. This is not allowed
ERR_ROOTDSE_INVALID_SEARCH_BASE - Static variable in class org.opends.messages.ServerMessages
Unwilling to perform a search (connection ID %d, operation ID %d) with a base DN of "%s" in the root DSE backend. The base DN for searches in this backend must be the DN of the root DSE itself
ERR_ROOTDSE_INVALID_SEARCH_SCOPE - Static variable in class org.opends.messages.ServerMessages
Unable to process the search with connection ID %d and operation ID %d because it had an invalid scope of %s
ERR_ROOTDSE_MODIFY_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
Unwilling to update entry "%s" because modify operations are not supported in the root DSE backend. If you wish to alter the contents of the root DSE itself, then it may be possible to do so by modifying the "%s" entry in the configuration
ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while trying to open the LDIF writer for the root DSE backend: %s
ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while trying to export the root DSE entry to the specified LDIF target: %s
ERR_RS_BADLY_DISCONNECTED - Static variable in class org.opends.messages.ServerMessages
The connection from this replication server RS(%s) to replication server RS(%s) at %s for domain "%s" has failed
ERR_RS_CANNOT_CHANGE_STATUS - Static variable in class org.opends.messages.ServerMessages
Could not compute new status in RS replication domain %s for server id %s. Was in %s status and received %s event
ERR_RS_DN_DOES_NOT_MATCH - Static variable in class org.opends.messages.ServerMessages
DN sent by remote replication server: %s does not match local replication server one: %s
ERR_RS_DURING_HANDSHAKE - Static variable in class org.opends.messages.ServerMessages
Replication server %s was attempting to connect to replication server %s but an error occurred in handshake phase. Error: %s
ERR_RS_INVALID_INIT_STATUS - Static variable in class org.opends.messages.ServerMessages
Replication server received invalid initial status: %s for replication domain %s from server id %s
ERR_RS_INVALID_NEW_STATUS - Static variable in class org.opends.messages.ServerMessages
Received invalid new status %s in RS for replication domain %s and directory server id %s
ERR_RS_SESSION_PUBLISH_INTERRUPTED_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
Error when trying to publish a message in '%s'. The connection is going to be closed and reopened. Error: %s
ERR_RS_SESSION_PUBLISH_UNABLE_TO_PUSH_MSG_TO_SEND_QUEUE - Static variable in class org.opends.messages.ServerMessages
Error when trying to publish a message in '%s'. The connection is going to be closed and reopened
ERR_RS_SESSION_WRITER_SUBSCRIPTION_ALREADY_EXISTING_SUBSCRIBER - Static variable in class org.opends.messages.ServerMessages
Error when initializing publisher of messages in '%s'
ERR_RS_SESSION_WRITER_SUBSCRIPTION_WHILE_SESSION_IS_CLOSED - Static variable in class org.opends.messages.ServerMessages
Error when initializing publisher of messages in '%s'
ERR_RUNTIME_EXCEPTION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
A runtime exception occurred while processing the request '%s': '%s'
ERR_SASL_ACCOUNT_NOT_LOCAL - Static variable in class org.opends.messages.ServerMessages
SASL %s authentication is not supported for user %s because the account is not managed locally
ERR_SASL_AUTHENTRY_NO_MAPPED_ENTRY - Static variable in class org.opends.messages.ServerMessages
The server was unable to find any entry corresponding to authentication ID %s
ERR_SASL_AUTHZID_CANNOT_GET_ENTRY - Static variable in class org.opends.messages.ServerMessages
The entry %s specified as the authorization identity could not be retrieved: %s
ERR_SASL_AUTHZID_INSUFFICIENT_ACCESS - Static variable in class org.opends.messages.ServerMessages
The authenticating user %s does not have sufficient access to assume a different authorization identity
ERR_SASL_AUTHZID_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
The authenticating user %s does not have sufficient privileges to assume a different authorization identity
ERR_SASL_AUTHZID_INVALID_DN - Static variable in class org.opends.messages.ServerMessages
The provided authorization ID %s contained an invalid DN: %s
ERR_SASL_AUTHZID_NO_MAPPED_ENTRY - Static variable in class org.opends.messages.ServerMessages
The server was unable to find any entry corresponding to authorization ID %s
ERR_SASL_AUTHZID_NO_SUCH_ENTRY - Static variable in class org.opends.messages.ServerMessages
The entry %s specified as the authorization identity does not exist
ERR_SASL_BIND_MULTI_STAGE - Static variable in class org.opends.messages.ServerMessages
An error occurred during multi-stage authentication: '%s'
ERR_SASL_CANNOT_DECODE_USERNAME_AS_DN - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to decode the SASL %s username "%s" because it appeared to contain a DN but DN decoding failed: %s
ERR_SASL_CANNOT_GET_ENTRY_BY_DN - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to retrieve user entry %s as specified in the DN-based username of a SASL %s bind request: %s
ERR_SASL_CANNOT_GET_REVERSIBLE_PASSWORDS - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to retrieve the clear-text password(s) for user %s in order to perform SASL %s authentication: %s
ERR_SASL_CANNOT_GET_SCRAM_CREDENTIALS - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to retrieve the SCRAM credentials for user '%s' in order to perform SASL %s authentication: %s
ERR_SASL_CANNOT_GET_SERVER_FQDN - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while attempting to determine the value of the ds-cfg-server-fqdn attribute in configuration entry %s: %s
ERR_SASL_CANNOT_MAP_AUTHENTRY - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to map authorization ID %s to a user entry: %s
ERR_SASL_CONTEXT_CREATE_ERROR - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while trying to create an %s context: %s
ERR_SASL_CREATE_SASL_SERVER_FAILED - Static variable in class org.opends.messages.ServerMessages
Failed to create a SASL server for SASL mechanism %s
ERR_SASL_GSSAPI_KEYTAB_INVALID - Static variable in class org.opends.messages.ServerMessages
GSSAPI SASL mechanism handler initialization failed because the keytab file %s does not exist
ERR_SASL_NO_MATCHING_ENTRIES - Static variable in class org.opends.messages.ServerMessages
The server was not able to find any user entries for the provided username of %s
ERR_SASL_NO_REVERSIBLE_PASSWORDS - Static variable in class org.opends.messages.ServerMessages
SASL %s authentication is not possible for user %s because none of the passwords in the user entry are stored in a reversible form
ERR_SASL_NO_SCRAM_CREDENTIALS - Static variable in class org.opends.messages.ServerMessages
SASL %s authentication is not possible for user '%s' because the user entry does not contain any SCRAM credentials
ERR_SASL_PROTOCOL_ERROR - Static variable in class org.opends.messages.ServerMessages
SASL %s protocol error: %s
ERR_SASL_SCRAM_CANNOT_INITIALIZE_SCRAM_ALG - Static variable in class org.opends.messages.ServerMessages
The %s SCRAM SASL mechanism handler could not be initialized because the algorithm is not supported by the JVM
ERR_SASL_USERNAME_IS_NULL_DN - Static variable in class org.opends.messages.ServerMessages
The username in the SASL %s bind request appears to be an empty DN. This is not allowed
ERR_SASL_ZERO_LENGTH_USERNAME - Static variable in class org.opends.messages.ServerMessages
The username contained in the SASL %s bind request had a length of zero characters, which is not allowed. %s authentication does not allow an empty string for use as the username
ERR_SASLDIGESTMD5_CANNOT_MAP_USERNAME - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to map username %s to a Directory Server entry: %s
ERR_SASLDIGESTMD5_EMPTY_AUTHZID - Static variable in class org.opends.messages.ServerMessages
The provided authorization ID was empty, which is not allowed for DIGEST-MD5 authentication
ERR_SASLEXTERNAL_CANNOT_VALIDATE_CERT - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to validate the peer certificate presented by the client with a certificate from the user's entry %s: %s
ERR_SASLEXTERNAL_NO_CERT_IN_ENTRY - Static variable in class org.opends.messages.ServerMessages
Unable to authenticate via SASL EXTERNAL because the mapped user entry %s does not have any certificates with which to verify the presented peer certificate
ERR_SASLEXTERNAL_NO_CLIENT_CERT - Static variable in class org.opends.messages.ServerMessages
The SASL EXTERNAL bind request could not be processed because the client did not present a certificate chain during SSL/TLS negotiation
ERR_SASLEXTERNAL_NO_CLIENT_CONNECTION - Static variable in class org.opends.messages.ServerMessages
The SASL EXTERNAL bind request could not be processed because the associated bind request does not have a reference to the client connection
ERR_SASLEXTERNAL_NO_MAPPING - Static variable in class org.opends.messages.ServerMessages
The SASL EXTERNAL bind request failed because the certificate chain presented by the client during SSL/TLS negotiation could not be mapped to a user entry in the Directory Server
ERR_SASLEXTERNAL_NOT_LDAP_CLIENT_INSTANCE - Static variable in class org.opends.messages.ServerMessages
The SASL EXTERNAL bind request could not be processed because the associated client connection instance is not an instance of LDAPClientConnection
ERR_SASLEXTERNAL_PEER_CERT_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
Unable to authenticate via SASL EXTERNAL because the mapped user entry %s did not contain the peer certificate presented by the client
ERR_SASLGSSAPI_CANNOT_CREATE_JAAS_CONFIG - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to write a temporary JAAS configuration file for use during GSSAPI processing: %s
ERR_SASLGSSAPI_CANNOT_CREATE_LOGIN_CONTEXT - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to create the JAAS login context for GSSAPI authentication: %s
ERR_SASLGSSAPI_KDC_REALM_NOT_DEFINED - Static variable in class org.opends.messages.ServerMessages
The server was unable to because both the ds-cfg-kdc-address and ds-cfg-realm attributes must be defined or neither defined
ERR_SASLPLAIN_AUTHCID_IS_NULL_DN - Static variable in class org.opends.messages.ServerMessages
The authentication ID in the SASL PLAIN bind request appears to be an empty DN. This is not allowed
ERR_SASLPLAIN_AUTHZID_CANNOT_GET_ENTRY - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to retrieve entry %s specified as the authorization ID: %s
ERR_SASLPLAIN_AUTHZID_CANNOT_MAP_AUTHZID - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to map authorization ID %s to a user entry: %s
ERR_SASLPLAIN_AUTHZID_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
The authenticating user %s does not have sufficient privileges to specify an alternate authorization ID
ERR_SASLPLAIN_AUTHZID_INVALID_DN - Static variable in class org.opends.messages.ServerMessages
The provided authorization ID %s contained an invalid DN: %s
ERR_SASLPLAIN_AUTHZID_NO_MAPPED_ENTRY - Static variable in class org.opends.messages.ServerMessages
No entry corresponding to authorization ID %s was found in the server
ERR_SASLPLAIN_AUTHZID_NO_SUCH_ENTRY - Static variable in class org.opends.messages.ServerMessages
The entry corresponding to authorization DN %s does not exist in the Directory Server
ERR_SASLPLAIN_CANNOT_CHECK_PASSWORD_VALIDITY - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to verify the password for user %s during SASL PLAIN authentication: %s
ERR_SASLPLAIN_CANNOT_DECODE_AUTHCID_AS_DN - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to decode the SASL PLAIN authentication ID "%s" because it appeared to contain a DN but DN decoding failed: %s
ERR_SASLPLAIN_CANNOT_GET_ENTRY_BY_DN - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to retrieve user entry %s as specified in the DN-based authentication ID of a SASL PLAIN bind request: %s
ERR_SASLPLAIN_CANNOT_MAP_USERNAME - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to map username %s to a Directory Server entry: %s
ERR_SASLPLAIN_INVALID_PASSWORD - Static variable in class org.opends.messages.ServerMessages
The provided password is invalid
ERR_SASLPLAIN_NO_MATCHING_ENTRIES - Static variable in class org.opends.messages.ServerMessages
The server was not able to find any user entries for the provided authentication ID of %s
ERR_SASLPLAIN_NO_NULLS_IN_CREDENTIALS - Static variable in class org.opends.messages.ServerMessages
The SASL PLAIN bind request did not include any NULL characters. NULL characters are required as delimiters between the authorization ID and authentication ID, and also between the authentication ID and the password
ERR_SASLPLAIN_NO_SASL_CREDENTIALS - Static variable in class org.opends.messages.ServerMessages
SASL PLAIN authentication requires that SASL credentials be provided but none were included in the bind request
ERR_SASLPLAIN_NO_SECOND_NULL - Static variable in class org.opends.messages.ServerMessages
The SASL PLAIN bind request did not include a second NULL character in the credentials, which is required as a delimiter between the authentication ID and the password
ERR_SASLPLAIN_ZERO_LENGTH_AUTHCID - Static variable in class org.opends.messages.ServerMessages
The authentication ID contained in the SASL PLAIN bind request had a length of zero characters, which is not allowed. SASL PLAIN authentication does not allow an empty string for use as the authentication ID
ERR_SASLPLAIN_ZERO_LENGTH_PASSWORD - Static variable in class org.opends.messages.ServerMessages
The password contained in the SASL PLAIN bind request had a length of zero characters, which is not allowed. SASL PLAIN authentication does not allow an empty string for use as the password
ERR_SATUACM_CANNOT_DECODE_SUBJECT_AS_DN - Static variable in class org.opends.messages.ServerMessages
Unable to decode peer certificate subject %s as a DN: %s
ERR_SATUACM_DUPLICATE_CERT_ATTR - Static variable in class org.opends.messages.ServerMessages
Configuration entry %s contains multiple mappings for certificate attribute %s
ERR_SATUACM_DUPLICATE_USER_ATTR - Static variable in class org.opends.messages.ServerMessages
Configuration entry %s contains multiple mappings for user attribute %s
ERR_SATUACM_INEFFICIENT_SEARCH - Static variable in class org.opends.messages.ServerMessages
The internal search based on the certificate with subject %s could not be processed efficiently: %s. Check the server configuration to ensure that all associated backends are properly configured for these types of searches
ERR_SATUACM_INVALID_MAP_FORMAT - Static variable in class org.opends.messages.ServerMessages
Configuration entry %s has value '%s' which violates the format required for attribute mappings. The expected format is 'certattr:userattr'
ERR_SATUACM_MULTIPLE_MATCHING_ENTRIES_FOR_ADMIN - Static variable in class org.opends.messages.ServerMessages
The certificate with subject %s could not be mapped to exactly one user. It maps at least to both '%s' and '%s'
ERR_SATUACM_MULTIPLE_MATCHING_ENTRIES_FOR_CLIENT - Static variable in class org.opends.messages.ServerMessages
The certificate with subject %s mapped to multiple users
ERR_SATUACM_NO_MAPPABLE_ATTRIBUTES - Static variable in class org.opends.messages.ServerMessages
Peer certificate subject %s does not contain any attributes for which a mapping has been established
ERR_SATUACM_NO_PEER_CERTIFICATE - Static variable in class org.opends.messages.ServerMessages
Could not map the provided certificate chain to a user entry because no peer certificate was available
ERR_SATUACM_NO_SUCH_ATTR - Static variable in class org.opends.messages.ServerMessages
Mapping %s in configuration entry %s references attribute %s which is not defined in the server schema
ERR_SATUACM_PEER_CERT_NOT_X509 - Static variable in class org.opends.messages.ServerMessages
Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s)
ERR_SATUACM_SEARCH_FAILED - Static variable in class org.opends.messages.ServerMessages
An internal failure occurred while attempting to map the certificate with subject %s to a user entry: %s
ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE - Static variable in class org.opends.messages.ServerMessages
Unable to find a file containing concatenated schema element definitions in order to determine if any schema changes were made with the server offline. The file was expected in the %s directory and should have been named either %s or %s
ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to write file %s containing a concatenated list of all server schema elements: %s. The server may not be able to accurately identify any schema changes made with the server offline
ERR_SCHEMA_CONFIG_ENTRY_NULL - Static variable in class org.opends.messages.ServerMessages
An attempt was made to configure the schema backend without providing a configuration entry. This is not allowed, and no schema information will be available over protocol
ERR_SCHEMA_COULD_NOT_PARSE_DEFINITION - Static variable in class org.opends.messages.ServerMessages
Schema definition could not be parsed as valid attribute value
ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to determine whether any schema changes had been made by directly editing the schema files with the server offline: %s
ERR_SCHEMA_HAS_WARNINGS - Static variable in class org.opends.messages.ServerMessages
There should be no warnings on the schema, but instead got %d warnings: %s
ERR_SCHEMA_INVALID_BASE - Static variable in class org.opends.messages.ServerMessages
Unable to retrieve the requested entry %s from the schema backend because the DN is equal to one of the schema entry DNs
ERR_SCHEMA_INVALID_MODIFICATION_TYPE - Static variable in class org.opends.messages.ServerMessages
The schema backend does not support the %s modification type
ERR_SCHEMA_INVALID_REPLACE_MODIFICATION - Static variable in class org.opends.messages.ServerMessages
The schema backend does not support the Replace modification type for the %s attribute type
ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to decode the ldapsyntax description "%s": %s
ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to write new versions of the server schema files: %s. A problem also occurred when attempting to restore the original schema configuration, so the server may be left in an inconsistent state and could require manual cleanup
ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to write new versions of the server schema files: %s. The server was able to restore the original schema configuration, so no additional cleanup should be required
ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to write the updated schema: %s
ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to create copies of the existing schema files before applying the updates: %s. The server was able to restore the original schema configuration, so no additional cleanup should be required
ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to create copies of the existing schema files before applying the updates: %s. A problem also occurred when attempting to restore the original schema configuration, so the server may be left in an inconsistent state and could require manual cleanup
ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT - Static variable in class org.opends.messages.ServerMessages
Circular reference detected for attribute type %s in which the superior type chain references the attribute type itself
ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR - Static variable in class org.opends.messages.ServerMessages
Circular reference detected for DIT structure rule %s in which the superior rule chain references the DIT structure rule itself
ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC - Static variable in class org.opends.messages.ServerMessages
Circular reference detected for objectclass %s in which the superior class chain references the objectclass itself
ERR_SCHEMA_MODIFY_DELETE_NO_VALUES - Static variable in class org.opends.messages.ServerMessages
The server will not allow removing all values for the %s attribute type in the server schema
ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to modify the Directory Server schema
ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE - Static variable in class org.opends.messages.ServerMessages
Unable to remove attribute type %s from the server schema because no such attribute type is defined
ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR - Static variable in class org.opends.messages.ServerMessages
Unable to remove DIT content rule %s from the server schema because no such DIT content rule is defined
ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR - Static variable in class org.opends.messages.ServerMessages
Unable to remove DIT structure rule %s from the server schema because no such DIT structure rule is defined
ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD - Static variable in class org.opends.messages.ServerMessages
Unable to remove ldap syntax description %s from the server schema because no such ldap syntax description is defined
ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE - Static variable in class org.opends.messages.ServerMessages
Unable to remove matching rule use %s from the server schema because no such matching rule use is defined
ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM - Static variable in class org.opends.messages.ServerMessages
Unable to remove name form %s from the server schema because no such name form is defined
ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS - Static variable in class org.opends.messages.ServerMessages
Unable to remove objectclass %s from the server schema because no such objectclass is defined
ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE - Static variable in class org.opends.messages.ServerMessages
The schema backend does not support the modification of the %s attribute type. Only attribute types, object classes, ldap syntaxes, name forms, DIT content rules, DIT structure rules, and matching rule uses may be modified
ERR_SCHEMA_NEEDS_TWO_COMPONENTS - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The schema request must be either 'attributeTypes/&#123;type&#125;' or 'objectClasses/&#123;class&#125;' instead of '%s'
ERR_SCHEMA_PARSE_LINE - Static variable in class org.opends.messages.ServerMessages
Ignoring schema definition '%s' because the following error occurred while it was being parsed: %s
ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while trying to open the LDIF writer for the schema backend: %s
ERR_SCHEMA_UNABLE_TO_EXPORT_BASE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to export the base schema entry: %s
ERR_SCHEMA_UNRECOGNIZED_NAME - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The schema element requested for '%s' is not recognized: '%s'
ERR_SDTUACM_INEFFICIENT_SEARCH - Static variable in class org.opends.messages.ServerMessages
The internal search based on the certificate with subject %s could not be processed efficiently: %s. Check the server configuration to ensure that all associated backends are properly configured for these types of searches
ERR_SDTUACM_MULTIPLE_MATCHING_ENTRIES_FOR_ADMIN - Static variable in class org.opends.messages.ServerMessages
The certificate with subject %s could not be mapped to exactly one user. It maps at least to both '%s' and '%s'
ERR_SDTUACM_MULTIPLE_MATCHING_ENTRIES_FOR_CLIENT - Static variable in class org.opends.messages.ServerMessages
The certificate with subject %s mapped to multiple users
ERR_SDTUACM_NO_PEER_CERTIFICATE - Static variable in class org.opends.messages.ServerMessages
Could not map the provided certificate chain to a user entry because no peer certificate was available
ERR_SDTUACM_PEER_CERT_NOT_X509 - Static variable in class org.opends.messages.ServerMessages
Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s)
ERR_SDTUACM_SEARCH_FAILED - Static variable in class org.opends.messages.ServerMessages
An internal failure occurred while attempting to map the certificate with subject %s to a user entry: %s
ERR_SEARCH_ASSERTION_FAILED - Static variable in class org.opends.messages.ServerMessages
The search request cannot be processed because it contains an LDAP assertion control and the assertion filter did not match the contents of the base entry
ERR_SEARCH_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.opends.messages.ServerMessages
The entry %s cannot be searched due to insufficient access rights
ERR_SEARCH_BACKEND_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
An unexpected error was encountered while processing a search in one of the Directory Server backends: %s
ERR_SEARCH_BASE_DOESNT_EXIST - Static variable in class org.opends.messages.ServerMessages
The entry %s specified as the search base does not exist in the Directory Server
ERR_SEARCH_CANNOT_GET_ENTRY_FOR_ASSERTION - Static variable in class org.opends.messages.ServerMessages
The search request cannot be processed because it contains an LDAP assertion control and an error occurred while trying to retrieve the base entry to compare it against the assertion filter: %s
ERR_SEARCH_CANNOT_MIX_PAGEDRESULTS_AND_VLV - Static variable in class org.opends.messages.ServerMessages
The requested search operation included both the simple paged results control and the virtual list view control. These controls are mutually exclusive and cannot be used together
ERR_SEARCH_CANNOT_MIX_PAGING_AND_PERSISTENT_SEARCHES - Static variable in class org.opends.messages.ServerMessages
The requested search operation included the persistent search control together with either the simple paged results control or the virtual list view control. These controls are mutually exclusive and cannot be used together
ERR_SEARCH_CANNOT_SORT_UNINDEXED - Static variable in class org.opends.messages.ServerMessages
The search results cannot be sorted because the given search request is not indexed
ERR_SEARCH_CANNOT_USE_VLV_UNINDEXED - Static variable in class org.opends.messages.ServerMessages
The VLV request cannot be processed because the search is not indexed. Configure a VLV index matching the request
ERR_SEARCH_NO_SUCH_ENTRY_FOR_ASSERTION - Static variable in class org.opends.messages.ServerMessages
The search request cannot be processed because it contains an LDAP assertion control but the search base entry does not exist
ERR_SEARCH_NO_SUCH_OBJECT - Static variable in class org.opends.messages.ServerMessages
The search base entry '%s' does not exist
ERR_SEARCH_SIZE_LIMIT_EXCEEDED - Static variable in class org.opends.messages.ServerMessages
This search operation has sent the maximum of %d entries to the client
ERR_SEARCH_TIME_LIMIT_EXCEEDED - Static variable in class org.opends.messages.ServerMessages
The maximum time limit of %d seconds for processing this search operation has expired
ERR_SEARCH_UNINDEXED_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to perform an unindexed search
ERR_SEARCH_UNSUPPORTED_CRITICAL_CONTROL - Static variable in class org.opends.messages.ServerMessages
The search request cannot be processed because it contains a critical control with OID %s that is not supported by the Directory Server for this type of operation
ERR_SEARCHING_DOMAIN_BACKEND - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred when looking for the replicated backend : %s. It may be not configured or disabled
ERR_SEARCHING_FRACTIONAL_CONFIGURATION - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred when loading the fractional replication configuration of domain "%s": %s
ERR_SEARCHING_GENERATION_ID - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred when loading the generation id of domain "%s": %s
ERR_SECRET_FILE_CANNOT_BE_DECODED - Static variable in class org.opends.messages.ServerMessages
'%s' cannot decode the secret file '%s': %s
ERR_SECRET_FILE_TOO_BIG - Static variable in class org.opends.messages.ServerMessages
The file '%s' exceeds max size '%s'
ERR_SEDCM_CANNOT_DECODE_SUBJECT_AS_DN - Static variable in class org.opends.messages.ServerMessages
Could not map the provided certificate chain to a user because the peer certificate subject "%s" could not be decoded as an LDAP DN: %s
ERR_SEDCM_CANNOT_GET_ENTRY - Static variable in class org.opends.messages.ServerMessages
Could not map the provided certificate chain to a user because an error occurred while attempting to retrieve the user entry with DN "%s": %s
ERR_SEDCM_NO_PEER_CERTIFICATE - Static variable in class org.opends.messages.ServerMessages
Could not map the provided certificate chain to a user entry because no peer certificate was available
ERR_SEDCM_NO_USER_FOR_DN - Static variable in class org.opends.messages.ServerMessages
Could not map the provided certificate chain to a user because no user entry exists with a DN of %s
ERR_SEDCM_PEER_CERT_NOT_X509 - Static variable in class org.opends.messages.ServerMessages
Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s)
ERR_SENDING_NEW_ATTEMPT_INIT_REQUEST - Static variable in class org.opends.messages.ServerMessages
When sending a new initialization request for an initialization from a remote server, the following error occurred %s. The initial error was : %s
ERR_SERVER_BOOTSTRAP_ERROR - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while attempting to bootstrap the Directory Server client-side code: %s
ERR_SERVER_IS_NOT_ALLOWED_TO_SEND_UPDATES - Static variable in class org.opends.messages.ServerMessages
Peer '%s' has sent an update, but it is not allowed to do so by the configuration of this replication server. This update will be discarded. Check the configuration of both this replication server and its peer to determine if they have to be adjusted
ERR_SERVER_MUST_NOT_BE_ONLINE - Static variable in class org.opends.messages.ServerMessages
Server is running. Please stop the server before running this tool
ERR_SERVER_PROVIDED_RESOURCE_ID_UNEXPECTED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Resources cannot be created with a client provided resource ID. The server will automatically generate a resource ID
ERR_SERVICE_DISCOVERY_CONFIG_MANAGER_ADD_MECHANISM - Static variable in class org.opends.messages.ServerMessages
An error occurred while adding Service Discovery Mechanism '%s': %s
ERR_SERVICE_DISCOVERY_CONFIG_MANAGER_INIT_MECHANISM - Static variable in class org.opends.messages.ServerMessages
Discovery mechanism '%s' initialization failed : %s
ERR_SERVICE_DISCOVERY_CONFIG_MANAGER_LISTENER - Static variable in class org.opends.messages.ServerMessages
Registering Service Discovery Manager's listener failed : %s
ERR_SERVICE_DISCOVERY_MECHANISM_CANNOT_CREATE_SSL_CONTEXT - Static variable in class org.opends.messages.ServerMessages
Error occurred while creating an SSL context for service discovery mechanism '%s' : %s
ERR_SERVICE_DISCOVERY_MECHANISM_CONNECTION_OPTIONS_CHANGE_REFRESH_FAILED - Static variable in class org.opends.messages.ServerMessages
Service discovery mechanism '%s' failed to refresh the connection options. Exception : %s",
ERR_SERVICE_DISCOVERY_MECHANISM_PARTITION_CHANGE_REFRESH_FAILED - Static variable in class org.opends.messages.ServerMessages
Service discovery mechanism '%s' failed to refresh the partition information. Exception : %s",
ERR_SERVICE_DISCOVERY_REPLICATION_MECHANISM_CANNOT_AUTO_CONFIGURE_REPLICA - Static variable in class org.opends.messages.ServerMessages
Could not retrieve auto-configuration data from directory server '%s' for replication server group '%s'. Exception : %s"
ERR_SERVICE_DISCOVERY_REPLICATION_MECHANISM_CANNOT_RETRIEVE_REPLICAS - Static variable in class org.opends.messages.ServerMessages
Could not retrieve the list of replicas from replication server '%s' for replication server group '%s'. Exception : %s
ERR_SESSION_SEND_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
An error occurred in session '%s' when trying to send a message to the socket: %s
ERR_SETUP_ACCESSING_KEYSTORE - Static variable in class org.opends.messages.ServerMessages
Could not access the %s keystore '%s'. Check that the content of the file corresponds to a valid keystore, that you have access rights to it and that a valid password has been provided if needed. Error details: %s
ERR_SETUP_ACCESSING_KEYSTORE_ENTRIES - Static variable in class org.opends.messages.ServerMessages
Could not read the %s keystore '%s' entries. Check that the content of the file corresponds to a valid keystore, that you have access rights to it and that a valid password has been provided if needed. Error details: %s
ERR_SETUP_ACCESSING_PKCS11_KEYSTORE - Static variable in class org.opends.messages.ServerMessages
Could not access the PKCS#11 keystore. Check that the JVM security settings have been configured to use a PKCS#11 keystore and that a valid password has been provided if needed. Error details: %s
ERR_SETUP_ACCESSING_TRUSTSTORE - Static variable in class org.opends.messages.ServerMessages
Could not access the %s truststore '%s'. Check that the content of the file corresponds to a valid truststore, that you have access rights to it and that a valid password has been provided if needed. Error details: %s
ERR_SETUP_ADD_UPGRADE_VERSION_IN_CONFIG - Static variable in class org.opends.messages.ServerMessages
Unable to write the upgrade version in '%s' file (%s)
ERR_SETUP_BLANK_HOST_NAME - Static variable in class org.opends.messages.ServerMessages
The fully qualified host name must be a non blank string
ERR_SETUP_CANNOT_BIND_TO_PORT - Static variable in class org.opends.messages.ServerMessages
Unable to bind to port %d. This port may already be in use, or you may not have permission to bind to it
ERR_SETUP_CANNOT_BIND_TO_PRIVILEGED_PORT - Static variable in class org.opends.messages.ServerMessages
Unable to bind to port %d. This port may already be in use, or you may not have permission to bind to it. On UNIX-based operating systems, non-root users may not be allowed to bind to ports 1 through 1024
ERR_SETUP_CANNOT_CONFIGURE_GLOBAL_CONFIG_PROPERTY - Static variable in class org.opends.messages.ServerMessages
An error occurred while configuring the server ID or the advertised listen address in global configuration: %s
ERR_SETUP_CANNOT_CREATE_PKCS11_KEYMANAGER - Static variable in class org.opends.messages.ServerMessages
An error occurred while creating the PKCS#11 key manager provider: %s
ERR_SETUP_CANNOT_ENABLE_KEYMANAGER - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to enable key manager provider entry: %s
ERR_SETUP_CANNOT_UPDATE_ADMIN_CONNECTOR_PORT - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to update the administration connector port: %s
ERR_SETUP_CANNOT_UPDATE_CRYPTO_MANAGER - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to update the crypto manager in the Directory Server: %s
ERR_SETUP_CANNOT_UPDATE_LDAP_PORT - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to update the port on which to listen for LDAP communication: %s
ERR_SETUP_CANNOT_UPDATE_LDAPS_PORT - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to update the port on which to listen for LDAPS communication: %s
ERR_SETUP_CANNOT_UPDATE_ROOT_USER - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to update the entry for the initial Directory Server root user: %s
ERR_SETUP_CANNOT_WRITE_FILE - Static variable in class org.opends.messages.ServerMessages
Unable to write a required file. Make sure that the %s tool has sufficient permissions to create and write the file: %s
ERR_SETUP_CERT_NICK_NAMES_WITHOUT_KEYSTORE - Static variable in class org.opends.messages.ServerMessages
You cannot specify certificate aliases without providing an existing keystore
ERR_SETUP_CERTNICKNAME_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
The provided certificate nickname '%s' could not be found. The keystore contains the following certificate nicknames: %s
ERR_SETUP_CLEARTEXT_PASSWORD_EMPTY - Static variable in class org.opends.messages.ServerMessages
clear-text password cannot be empty
ERR_SETUP_CLI_TRUSTSTORE_PASSWORD_WITHOUT_FILE - Static variable in class org.opends.messages.ServerMessages
The --%s option should only be provided when using a file based trust store option
ERR_SETUP_CONFIG_FRAMEWORK_INIT - Static variable in class org.opends.messages.ServerMessages
Unable to bootstrap the Directory Server configuration because of the following error: %s
ERR_SETUP_CONFIGURING_PASSWORD - Static variable in class org.opends.messages.ServerMessages
An error occurred while writing password in configuration file: '%s'
ERR_SETUP_COPY_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while copying file '%s' into '%s': '%s'
ERR_SETUP_COPY_FILE_CHANGE_RIGHTS - Static variable in class org.opends.messages.ServerMessages
Unable to set access permissions to allow write operations on file '%s'. Ensure that you have enough rights to change the access permissions on instance files
ERR_SETUP_CREATE_DIR - Static variable in class org.opends.messages.ServerMessages
An error occurred while creating directory '%s'
ERR_SETUP_CREATE_INSTANCE_LOC_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to write instance.loc file: %s
ERR_SETUP_CREATING_FILE_BASED_TRUST_MANAGER_PROVIDER - Static variable in class org.opends.messages.ServerMessages
An error occurred while creating the file based trust manager provider: %s
ERR_SETUP_CREATING_INSTANCE_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
Unable to create server instance directory '%s'
ERR_SETUP_DATA_VERSION_FROM_CONFIG_VERSION - Static variable in class org.opends.messages.ServerMessages
Unable to parse the version in '%s' file in order to initialize the content of the '%s' file
ERR_SETUP_DEPLOYMENT_ID_ADD_KEYSTORE - Static variable in class org.opends.messages.ServerMessages
Unable to add certificates derived from deployment ID in keystore: %s
ERR_SETUP_DEPLOYMENT_ID_PROVIDER_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
This deployment ID is using a key-pair generator which is not available in this Java environment. Retry the command with the Java environment that was used for generating this deployment ID
ERR_SETUP_DISPLAY_LICENSE_FILE - Static variable in class org.opends.messages.ServerMessages
Unable to display license because '%s'
ERR_SETUP_DS_INVALID_PROFILE_PARAM_VALUE - Static variable in class org.opends.messages.ServerMessages
The value '%s' for parameter '%s' in profile '%s' is invalid. Please provide a value having the following syntax: %s
ERR_SETUP_DS_INVALID_PROFILE_PARAMETER_VALUE_FORMAT - Static variable in class org.opends.messages.ServerMessages
Invalid profile parameter value '%s'. Supported format is '%s'
ERR_SETUP_DS_MISSING_PROFILE_NAME - Static variable in class org.opends.messages.ServerMessages
Option to setup profile parameters have been provided but not the profile name. If you want to use a setup profile, please provide its name with the '%s' option
ERR_SETUP_DS_PROFILE_CONF_METHOD_CALLED - Static variable in class org.opends.messages.ServerMessages
Error in profile '%s': the default value for parameter '%s' cannot be derived from the SetupConfiguration method '%s' because the method invocation threw an error: %s
ERR_SETUP_DS_PROFILE_CONF_METHOD_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
Error in profile '%s': the default value for parameter '%s' cannot be derived from the SetupConfiguration method '%s' because no such method exists
ERR_SETUP_DS_PROFILE_MISSING_PARAMETER_VALUE - Static variable in class org.opends.messages.ServerMessages
The parameter '%s' is required by profile '%s', but no value has been provided
ERR_SETUP_DS_PROFILE_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
Setup profile '%s' cannot be found. %s
ERR_SETUP_DS_PROFILE_PARAMETER_WITH_PROFILE_NOT_PROVIDED - Static variable in class org.opends.messages.ServerMessages
Setup profile parameter '%s' references the profile '%s' which has not been provided on the command line. Setup profiles can be added on the command line with the '%s' option
ERR_SETUP_DS_PROFILE_SAME_PARAMETER_MULTIPLE_VALUES - Static variable in class org.opends.messages.ServerMessages
Setup profile parameter '%s' has been provided multiple times with different values. Please either choose one value or prefix the option values with a profile name
ERR_SETUP_DS_PROFILE_SAME_PROFILE_MULTIPLE_VERSIONS - Static variable in class org.opends.messages.ServerMessages
Profile '%s' has been specified multiple times. It is not possible to configure the server for multiple versions of the same profile. Please choose one version for this profile
ERR_SETUP_ENABLE_WINDOWS_SERVICE - Static variable in class org.opends.messages.ServerMessages
The server can only be enabled as a windows service on a Windows operating system
ERR_SETUP_ENABLING_HTTP_ACCESS_LOGGER - Static variable in class org.opends.messages.ServerMessages
Unable to enable the file based HTTP access logger because: %s
ERR_SETUP_ENABLING_TRUST_MANAGER_PROVIDER - Static variable in class org.opends.messages.ServerMessages
An error occurred while enabling the %s trust manager provider: %s
ERR_SETUP_ENABLING_WINDOWS_SERVICE - Static variable in class org.opends.messages.ServerMessages
Unable to enable windows service (return code '%d'): %s
ERR_SETUP_ENCODING_PASSWORD - Static variable in class org.opends.messages.ServerMessages
Unable to encode provided password because '%s'
ERR_SETUP_FILE_BASED_KEYSTORE_PASSWORD_IS_MISSING - Static variable in class org.opends.messages.ServerMessages
You must specify the keystore password of the file based keystore. You can use either --%s or --%s options to specify it
ERR_SETUP_FILE_TRUSTSTORE - Static variable in class org.opends.messages.ServerMessages
The provided truststore file '%s' must be an existing readable file
ERR_SETUP_INSTANCE_ALREADY_CONFIGURED - Static variable in class org.opends.messages.ServerMessages
There is already a server instance configured in the directory %s. Please make sure there is no configuration (config) or data (db) directory in the server instance root path
ERR_SETUP_INSTANCE_INSTALLED_FROM_FILE - Static variable in class org.opends.messages.ServerMessages
A server instance (%s) has already been setup in the directory %s
ERR_SETUP_INSTANCE_LOC_FILE_FOUND - Static variable in class org.opends.messages.ServerMessages
The file '%s' is referring to an invalid instance (%s). You must remove this file before setting up a new instance in the directory %s. Please use either the --%s option in non interactive mode or the interactive mode to setup an instance elsewhere
ERR_SETUP_INSTANCE_PARENT_PATH_NOT_VALID_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
The instance parent (%s) must be a valid existing directory
ERR_SETUP_INSTANCE_PATH_MUST_BE_A_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
The instance path must be a directory
ERR_SETUP_INTERACTIVE_EMPTY_FILE_BASED_KEYSTORE_PWD - Static variable in class org.opends.messages.ServerMessages
The file based keystore password cannot be empty
ERR_SETUP_INTERACTIVE_EMPTY_SERVER_PORT - Static variable in class org.opends.messages.ServerMessages
You must specify a valid port number
ERR_SETUP_INTERACTIVE_INVALID_HOST - Static variable in class org.opends.messages.ServerMessages
'%s' is not a valid hostname
ERR_SETUP_INTERACTIVE_KEYSTORE_FILE_EMPTY - Static variable in class org.opends.messages.ServerMessages
Invalid input: keystore path cannot be empty
ERR_SETUP_INTERACTIVE_LICENSE_NOT_ACCEPTED - Static variable in class org.opends.messages.ServerMessages
License not accepted, %s will exit
ERR_SETUP_INTERACTIVE_NB_TRIES_LIMIT_REACHED - Static variable in class org.opends.messages.ServerMessages
Input tries limit reached (%d)
ERR_SETUP_INTERACTIVE_NO_ALIAS_SELECTED - Static variable in class org.opends.messages.ServerMessages
Invalid configuration: you must use at least one certificate nickname
ERR_SETUP_INTERACTIVE_PASSWORDS_DONT_MATCH - Static variable in class org.opends.messages.ServerMessages
The provided password values do not match
ERR_SETUP_INTERACTIVE_PROFILE_PARAMETER_INVALID - Static variable in class org.opends.messages.ServerMessages
Please provide a value having the following syntax: %s
ERR_SETUP_INVALID_ADMIN_PORT - Static variable in class org.opends.messages.ServerMessages
Administration connector port '%d' is not in allowed range %d, %d
ERR_SETUP_INVALID_HTTP_PORT - Static variable in class org.opends.messages.ServerMessages
HTTP port '%d' is not in allowed range %d, %d
ERR_SETUP_INVALID_HTTPS_PORT - Static variable in class org.opends.messages.ServerMessages
HTTPS port '%d' is not in allowed range %d, %d
ERR_SETUP_INVALID_INSTALL_PATH - Static variable in class org.opends.messages.ServerMessages
The provided server install path '%s' must reference an existing directory
ERR_SETUP_INVALID_LDAP_PORT - Static variable in class org.opends.messages.ServerMessages
LDAP port '%d' is not in allowed range %d, %d
ERR_SETUP_INVALID_LDAPS_PORT - Static variable in class org.opends.messages.ServerMessages
LDAPS port '%d' is not in allowed range %d, %d
ERR_SETUP_INVALID_PORT - Static variable in class org.opends.messages.ServerMessages
Port '%d' is not in allowed range %d, %d
ERR_SETUP_INVALID_REPLICATION_PORT - Static variable in class org.opends.messages.ServerMessages
Replication port '%d' is not in allowed range %d, %d
ERR_SETUP_KEYSTORE_PASSWORD_WITHOUT_KEYSTORE - Static variable in class org.opends.messages.ServerMessages
You cannot provide a keystore password without providing an existing keystore
ERR_SETUP_LICENSE_NOT_ACCEPTED_NON_INTERACTIVE - Static variable in class org.opends.messages.ServerMessages
You must accept the product license to run setup. Either use interactive mode or the '--%s' option
ERR_SETUP_MANAGEMENT_CONTEXT_FROM_CONFIG - Static variable in class org.opends.messages.ServerMessages
Unable to write configuration file '%s' (%s)
ERR_SETUP_MONITOR_USER_EMPTY_DN - Static variable in class org.opends.messages.ServerMessages
DN for the monitor user cannot be empty
ERR_SETUP_MONITOR_USER_INVALID_DN - Static variable in class org.opends.messages.ServerMessages
Monitor user DN value '%s' is invalid because: %s
ERR_SETUP_MUST_PROVIDE_CERTNICKNAME - Static variable in class org.opends.messages.ServerMessages
The keystore contains the following certificate nicknames: %s.%nYou have to provide the nickname of the certificate you want to use
ERR_SETUP_NB_SAMPLE_DATA_NEGATIVE - Static variable in class org.opends.messages.ServerMessages
The number of entries to import must be a positive integer
ERR_SETUP_NO_DEPLOYMENT_ID_PASSWORD - Static variable in class org.opends.messages.ServerMessages
The deployment ID password is missing, provide it with the --%s option
ERR_SETUP_NO_PRIVATE_KEY_IN_KEYSTORE - Static variable in class org.opends.messages.ServerMessages
No private key entry found in keystore '%s'. Keystores used for securing client connections must contain at least one private key entry. Beware: you may need to provide the keystore password to access keystore private entries
ERR_SETUP_NO_ROOT_PASSWORD - Static variable in class org.opends.messages.ServerMessages
The root user password is missing, provide it with the --%s option
ERR_SETUP_PASSWORD_FILE_EMPTY_PASSWORD - Static variable in class org.opends.messages.ServerMessages
password is empty
ERR_SETUP_PASSWORD_FILE_INVALID - Static variable in class org.opends.messages.ServerMessages
The provided password file '%s' must be an existing readable file
ERR_SETUP_PASSWORD_FILE_MULTIPLE_LINES - Static variable in class org.opends.messages.ServerMessages
Invalid content for password file '%s'. A password file must contain a single line with the password
ERR_SETUP_PASSWORD_FILE_NO_PASSWORD - Static variable in class org.opends.messages.ServerMessages
Unable to read password in file '%s'. A password file must contain a single line with the keystore password, details: %s
ERR_SETUP_PORT_ALREADY_SPECIFIED - Static variable in class org.opends.messages.ServerMessages
Value '%d' has been specified for different ports
ERR_SETUP_PROFILE_ADD_BACKEND - Static variable in class org.opends.messages.ServerMessages
Unable to create '%s' backend (%s)
ERR_SETUP_PROFILE_ADD_INDEX - Static variable in class org.opends.messages.ServerMessages
Unable to add index for attribute '%s' (%s)
ERR_SETUP_PROFILE_CLI_INITIALIZE_CONFIG_FRAMEWORK - Static variable in class org.opends.messages.ServerMessages
An error occurred while initializing tool: %s
ERR_SETUP_PROFILE_CLI_INSTANCE_PATH_NOT_VALID - Static variable in class org.opends.messages.ServerMessages
Instance path '%s' is not a valid existing directory
ERR_SETUP_PROFILE_CLI_NO_DJ_IN_INSTANCE_PATH - Static variable in class org.opends.messages.ServerMessages
Instance path '%s' does not contain an OpenDJ instance
ERR_SETUP_PROFILE_CLI_NO_PROFILE_PROVIDED - Static variable in class org.opends.messages.ServerMessages
You must select at least one profile by using the option '%s'. %s
ERR_SETUP_PROFILE_CLI_PROFILE_ALREADY_SETUP - Static variable in class org.opends.messages.ServerMessages
Unable to setup the profile '%s' because it is already configured in the server
ERR_SETUP_PROFILE_CLI_PROFILES_ALREADY_SETUP - Static variable in class org.opends.messages.ServerMessages
Unable to setup profiles '%s' because they are already configured in the server
ERR_SETUP_PROFILE_CLI_SERVER_ONLINE - Static variable in class org.opends.messages.ServerMessages
Profiles can be setup only when the server is offline, please stop the server and retry
ERR_SETUP_PROFILE_CREATE_REPLICATION_DOMAIN - Static variable in class org.opends.messages.ServerMessages
Unable to create replication domain for base DN '%s' (%s)
ERR_SETUP_PROFILE_DSCONFIG - Static variable in class org.opends.messages.ServerMessages
Unable to update server configuration
ERR_SETUP_PROFILE_EMPTY_DN_PARAMETER - Static variable in class org.opends.messages.ServerMessages
The value for DN parameter '%s' of profile '%s' cannot be empty
ERR_SETUP_PROFILE_ENCODE_PWD_PARAMETER_VALUE - Static variable in class org.opends.messages.ServerMessages
Unable to encode password associated to parameter '%s' of profile '%s' (%s)
ERR_SETUP_PROFILE_FILE_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
Unable to read file '%s'. Please ensure that the file exists and that you have appropriate permissions to read the file
ERR_SETUP_PROFILE_IMPORT_IO - Static variable in class org.opends.messages.ServerMessages
An IO error occurred while running profile '%s': '%s'
ERR_SETUP_PROFILE_IMPORT_LDIF - Static variable in class org.opends.messages.ServerMessages
Unable to import data
ERR_SETUP_PROFILE_IMPORT_LDIF_REJECTED_ENTRIES - Static variable in class org.opends.messages.ServerMessages
Unable to import data because some entries have been rejected
ERR_SETUP_PROFILE_IMPORT_LDIF_SKIPPED_ENTRIES - Static variable in class org.opends.messages.ServerMessages
Unable to import data because some entries have been skipped
ERR_SETUP_PROFILE_IMPORT_LDIF_WITH_DETAILS - Static variable in class org.opends.messages.ServerMessages
Unable to import data (%s)
ERR_SETUP_PROFILE_IMPORT_SAMPLE_ENTRIES_WITH_DETAILS - Static variable in class org.opends.messages.ServerMessages
Unable to import generated users (%s)
ERR_SETUP_PROFILE_INVALID_DOMAIN_PARAMETER_VALUE - Static variable in class org.opends.messages.ServerMessages
The value '%s' for domain parameter '%s' of profile '%s' is invalid (%s)
ERR_SETUP_PROFILE_INVALID_ENUM_PARAMETER_VALUE - Static variable in class org.opends.messages.ServerMessages
The value '%s' for parameter '%s' in profile '%s' is invalid because it does not match any allowed values (%s)
ERR_SETUP_PROFILE_INVALID_FOLDER - Static variable in class org.opends.messages.ServerMessages
Folder '%s' of the setup profile '%s' must be a readable existing folder
ERR_SETUP_PROFILE_INVALID_PARAMETERS_SCRIPT_FILE - Static variable in class org.opends.messages.ServerMessages
File '%s' from the setup profile '%s' must be a readable regular file
ERR_SETUP_PROFILE_INVALID_PWD_PARAMETER_VALUE - Static variable in class org.opends.messages.ServerMessages
The value for password parameter '%s' of profile '%s' is invalid (%s)
ERR_SETUP_PROFILE_INVALID_VERSION_FOLDER - Static variable in class org.opends.messages.ServerMessages
Last folder of profile '%s' path '%s' must be the profile version (two or three digits separated by either dot or hyphen, e.g /path/to/profile/6.5.0)
ERR_SETUP_PROFILE_LOG_DSCONFIG - Static variable in class org.opends.messages.ServerMessages
'%s' setup profile failed to update server configuration file, dsconfig tool options: '%s'. Exception message:'%s'. Tool output: %s
ERR_SETUP_PROFILE_LOG_IMPORT_LDIF - Static variable in class org.opends.messages.ServerMessages
'%s' setup profile failed to import data contained in '%s' file(s) into '%s' backend. Import LDIF tool options: '%s'. Exception message:'%s'. Tool output: %s
ERR_SETUP_PROFILE_LOG_IMPORT_REJECTED_ENTRIES - Static variable in class org.opends.messages.ServerMessages
'%s' setup profile failed to import data contained in '%s' file(s) into '%s' backend because of rejected entries (listed in '%s'). Import LDIF tool options: '%s'. Tool output: %s
ERR_SETUP_PROFILE_LOG_IMPORT_SKIPPED_ENTRIES - Static variable in class org.opends.messages.ServerMessages
'%s' setup profile failed to import data contained in '%s' file(s) into '%s' backend because of skipped entries (listed in '%s'). Import LDIF tool options: '%s'. Tool output: %s
ERR_SETUP_PROFILE_MISSING_MANDATORY_SCRIPT_FILE - Static variable in class org.opends.messages.ServerMessages
Folder of the setup profile '%s' must contain a '%s' readable regular file
ERR_SETUP_PROFILE_NO_BACKEND - Static variable in class org.opends.messages.ServerMessages
No backend has been created in the profile
ERR_SETUP_PROFILE_PARAMETER_BLANK_DOMAIN_VALUE - Static variable in class org.opends.messages.ServerMessages
The value for domain parameter '%s' of profile '%s' cannot be blank
ERR_SETUP_PROFILE_RESOURCE_FILE - Static variable in class org.opends.messages.ServerMessages
Unable to read template file '%s'. Please ensure that the file exists and that you have appropriate permissions to read the file
ERR_SETUP_PROFILE_RESOURCE_SUBSTITUTION - Static variable in class org.opends.messages.ServerMessages
An error occurred while substituting properties from profile '%s' resource file '%s': %s
ERR_SETUP_PROFILE_SCRIPT_EXECUTION - Static variable in class org.opends.messages.ServerMessages
The '%s' setup profile failed: %s
ERR_SETUP_PROFILE_SEARCH_RESOURCE_IN_OTHER_VERSIONS - Static variable in class org.opends.messages.ServerMessages
Unable to find resource '%s' of profile '%s' in profile version folders
ERR_SETUP_REPLICATION_CONFIGURATION - Static variable in class org.opends.messages.ServerMessages
An error occurred while configuring replication: %s
ERR_SETUP_ROOT_USER_EMPTY_DN - Static variable in class org.opends.messages.ServerMessages
The root user DN cannot be empty
ERR_SETUP_ROOT_USER_INVALID_DN - Static variable in class org.opends.messages.ServerMessages
The administrator user bind DN '%s' is invalid. %s
ERR_SETUP_SERVER_ID_SYNTAX - Static variable in class org.opends.messages.ServerMessages
Server ID '%s' is not valid. A Server ID is an ASCII alpha-numeric string possibly containing underscore and hyphen characters
ERR_SETUP_TRUSTSTORE_WITHOUT_KEYSTORE - Static variable in class org.opends.messages.ServerMessages
You cannot specify truststore without providing an existing keystore
ERR_SETUP_UNABLE_TO_EDIT_JAVA_HOME - Static variable in class org.opends.messages.ServerMessages
Unable to edit runtime settings file because '%s'
ERR_SETUP_UNABLE_TO_READ_INSTANCE_PATH - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to read instance.loc file: %s
ERR_SETUP_UNABLE_TO_READ_KEYSTORE_FILE - Static variable in class org.opends.messages.ServerMessages
The provided keystore file '%s' must be an existing readable file
ERR_SETUP_UNABLE_TO_WRITE_FILE - Static variable in class org.opends.messages.ServerMessages
Unable to write file '%s' because: '%s'
ERR_SETUP_UNEXPECTED - Static variable in class org.opends.messages.ServerMessages
An unexpected error has been raised during setup: '%s'
ERR_SETUP_UPDATING_HTTP_PORT - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to update the HTTP connector port: '%s'
ERR_SETUP_UPDATING_HTTPS_PORT - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to update the HTTPS connector: '%s'
ERR_SETUP_WRITING_PASSWORD_INTERNAL_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while storing provided password in the instance file '%s', details: %s
ERR_SHUTDOWN_DUE_TO_SHUTDOWN_HOOK - Static variable in class org.opends.messages.ServerMessages
The Directory Server shutdown hook detected that the JVM is shutting down. This generally indicates that JVM received an external request to stop (e.g., through a kill signal)
ERR_SIMULTANEOUS_IMPORT_EXPORT_REJECTED - Static variable in class org.opends.messages.ServerMessages
The current request is rejected due to an import or an export already in progress for the same data
ERR_SKIP_FILE_EXISTS - Static variable in class org.opends.messages.ServerMessages
The specified skip file %s already exists and the import configuration indicates that no attempt should be made to append to or replace the file
ERR_SKIPPING_LOG_FILE - Static variable in class org.opends.messages.ServerMessages
Skipping log "%s" (unsupported config)
ERR_SMTP_ASNH_CANNOT_SEND_MESSAGE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to send an account status notification message for notification type %s for user entry %s: %s
ERR_SMTP_ASNH_NO_MAIL_SERVERS_CONFIGURED - Static variable in class org.opends.messages.ServerMessages
The SMTP account status notification handler defined in configuration entry %s cannot be enabled unless the Directory Server is with information about one or more SMTP servers
ERR_SMTP_ASNH_NO_RECIPIENTS - Static variable in class org.opends.messages.ServerMessages
SMTP account status notification handler configuration entry '%s' does not include any email address attribute types or recipient addresses. At least one of these must be provided
ERR_SMTP_ASNH_SUBJECT_DUPLICATE_TYPE - Static variable in class org.opends.messages.ServerMessages
The message subject definitions contained in configuration entry '%s' have multiple subjects defined for notification type %s
ERR_SMTP_ASNH_SUBJECT_INVALID_NOTIFICATION_TYPE - Static variable in class org.opends.messages.ServerMessages
Unable to parse message subject value '%s' from configuration entry '%s' because '%s' is not a valid account status notification type
ERR_SMTP_ASNH_SUBJECT_NO_COLON - Static variable in class org.opends.messages.ServerMessages
Unable to parse message subject value '%s' from configuration entry '%s' because the value does not contain a colon to separate the notification type from the subject
ERR_SMTP_ASNH_TEMPLATE_CANNOT_PARSE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to parse message template file '%s' referenced in configuration entry '%s': %s
ERR_SMTP_ASNH_TEMPLATE_DUPLICATE_TYPE - Static variable in class org.opends.messages.ServerMessages
The message template file path definitions contained in configuration entry '%s' have multiple template file paths defined for notification type %s
ERR_SMTP_ASNH_TEMPLATE_INVALID_NOTIFICATION_TYPE - Static variable in class org.opends.messages.ServerMessages
Unable to parse message template file path value '%s' from configuration entry '%s' because '%s' is not a valid account status notification type
ERR_SMTP_ASNH_TEMPLATE_NO_COLON - Static variable in class org.opends.messages.ServerMessages
Unable to parse message template file path value '%s' from configuration entry '%s' because the value does not contain a colon to separate the notification type from the template file path
ERR_SMTP_ASNH_TEMPLATE_NO_SUCH_FILE - Static variable in class org.opends.messages.ServerMessages
The message template file '%s' referenced in configuration entry '%s' does not exist
ERR_SMTP_ASNH_TEMPLATE_UNCLOSED_TOKEN - Static variable in class org.opends.messages.ServerMessages
An unclosed token was found starting at column %d of line %d
ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_ATTR_TYPE - Static variable in class org.opends.messages.ServerMessages
The notification-user-attr token starting at column %d of line %d references undefined attribute type %s
ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_PROPERTY - Static variable in class org.opends.messages.ServerMessages
The notification-property token starting at column %d of line %d references undefined notification property %s
ERR_SMTP_ASNH_TEMPLATE_UNRECOGNIZED_TOKEN - Static variable in class org.opends.messages.ServerMessages
An unrecognized token %s was found at column %d of line %d
ERR_SMTPALERTHANDLER_NO_SMTP_SERVERS - Static variable in class org.opends.messages.ServerMessages
The Directory Server is not configured with any SMTP servers. The SMTP alert handler cannot be used unless the Directory Server is configured with information about at least one SMTP server
ERR_SOFTREFCACHE_CANNOT_INITIALIZE - Static variable in class org.opends.messages.ServerMessages
A fatal error occurred while trying to initialize soft reference entry cache: %s
ERR_SORT_CONTROL_REQUIRED_WITH_VLV - Static variable in class org.opends.messages.ServerMessages
A Server Side Sort control must be specified whenever a Virtual List View control is present
ERR_SORT_UNINDEXED_SEARCH_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to perform the sort request
ERR_SORTREQ_CONTROL_CANNOT_PROCESS - Static variable in class org.opends.messages.ServerMessages
Unable to process the provided server-side sort request control: %s
ERR_SPECIFIED_A_MONITOR_USER_WITHOUT_PASSWORD - Static variable in class org.opends.messages.ServerMessages
When specifying a default user for monitoring a password should also be provided
ERR_START_DATETIME_ALREADY_PASSED - Static variable in class org.opends.messages.ServerMessages
The specified start time '%s' has already passed
ERR_START_DATETIME_FORMAT - Static variable in class org.opends.messages.ServerMessages
The start date/time must in YYYYMMDDhhmmssZ format for UTC time or YYYYMMDDhhmmss for local time
ERR_STARTOK_CANNOT_OPEN_FOR_READING - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to open the current configuration file %s for reading in order to copy it to the ".startok" file: %s
ERR_STARTOK_CANNOT_RENAME - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to rename file %s to %s for use as the ".startok" configuration file: %s
ERR_STARTOK_CANNOT_WRITE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to copy the current configuration from file %s into temporary file %s for use as the ".startok" configuration file: %s
ERR_STARTTLS_NOT_TLS_CAPABLE - Static variable in class org.opends.messages.ServerMessages
StartTLS cannot be used on this client connection because this connection type is not capable of using StartTLS to protect its communication
ERR_STARTUP_PLUGIN_ERROR - Static variable in class org.opends.messages.ServerMessages
A fatal error occurred when executing one of the Directory Server startup plugins: %s (error ID %d). The Directory Server startup process has been aborted
ERR_STATICGROUP_GROUP_INSTANCE_INVALID - Static variable in class org.opends.messages.ServerMessages
Group instance with DN %s has been deleted and is no longer valid
ERR_STATICGROUP_NO_VALID_OC - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be parsed as a valid static group because it does not contain the groupOfEntries, groupOfNames or groupOfUniqueNames object classes
ERR_STATUS_PRINT_SCRIPT_FRIENDLY_OUTPUT - Static variable in class org.opends.messages.ServerMessages
An error occurred while printing server status script friendly output: %s
ERR_STATUS_READ_LOCAL_SERVER_CONFIGURATION - Static variable in class org.opends.messages.ServerMessages
An error occurred while reading the server configuration: %s
ERR_STATUS_UNABLE_TO_READ_MONITOR_BACKEND_MSG - Static variable in class org.opends.messages.ServerMessages
Unable to perform the search on the monitor backend. To display information, the status tool requires the remote server monitor backend to be enabled
ERR_STOPDS_CANNOT_DECODE_STOP_TIME - Static variable in class org.opends.messages.ServerMessages
ERROR: Unable to decode the provided stop time. It should be in the form YYYYMMDDhhmmssZ for UTC time or YYYYMMDDhhmmss for local time
ERR_STOPDS_DATETIME_ALREADY_PASSED - Static variable in class org.opends.messages.ServerMessages
The specified stop time '%s' has already passed
ERR_STOPDS_IO_ERROR - Static variable in class org.opends.messages.ServerMessages
ERROR: An I/O error occurred while attempting to communicate with the Directory Server: %s
ERR_SUBENTRY_WRITE_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
This operation involves LDAP subentries which you do not have sufficient privileges to administer
ERR_SUPPORT_EXTRACT_TASK_ERRORS - Static variable in class org.opends.messages.ServerMessages
There was at least one error during the tasks execution: %s
ERR_SYNC_INVALID_DN - Static variable in class org.opends.messages.ServerMessages
The configured DN is already used by another domain
ERR_TASK_ADDSCHEMAFILE_CANNOT_LOCK_SCHEMA - Static variable in class org.opends.messages.ServerMessages
Unable to add one or more files to the server schema because the server was unable to obtain a write lock on the schema entry %s after multiple attempts
ERR_TASK_ADDSCHEMAFILE_CANNOT_NOTIFY_SYNC_PROVIDER - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to notify a synchronization provider of type %s about the schema changes made by the add schema file task: %s
ERR_TASK_ADDSCHEMAFILE_ERROR_CHECKING_FOR_FILE - Static variable in class org.opends.messages.ServerMessages
Unable to add one or more files to the server schema because an error occurred while attempting to determine whether file %s exists in schema directory %s: %s
ERR_TASK_ADDSCHEMAFILE_ERROR_LOADING_SCHEMA_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to load the contents of schema file %s into the server schema: %s
ERR_TASK_ADDSCHEMAFILE_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to modify the server schema
ERR_TASK_ADDSCHEMAFILE_NO_FILENAME - Static variable in class org.opends.messages.ServerMessages
Unable to add one or more files to the server schema because no schema file names were provided in attribute %s of task entry %s
ERR_TASK_ADDSCHEMAFILE_NO_SUCH_FILE - Static variable in class org.opends.messages.ServerMessages
Unable to add one or more files to the server schema because the specified schema file %s does not exist in schema directory %s
ERR_TASK_ADDSCHEMAFILE_SCHEMA_VALIDATION_ERROR - Static variable in class org.opends.messages.ServerMessages
The changes made by the add schema file task failed schema validation: %s
ERR_TASK_BACKUP_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to initiate a Directory Server backup or backup purge
ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to parse the actual start time value %s from task entry %s
ERR_TASK_CANNOT_PARSE_COMPLETION_TIME - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to parse the completion time value %s from task entry %s
ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to parse the scheduled start time value %s from task entry %s
ERR_TASK_CLIENT_TASK_STATE_UNKNOWN - Static variable in class org.opends.messages.ServerMessages
State for task '%s' cannot be determined
ERR_TASK_CLIENT_UNCANCELABLE_TASK - Static variable in class org.opends.messages.ServerMessages
Task '%s' has finished and cannot be canceled
ERR_TASK_CLIENT_UNKNOWN_TASK - Static variable in class org.opends.messages.ServerMessages
There are no tasks defined with ID '%s'
ERR_TASK_DISCONNECT_INVALID_CONN_ID - Static variable in class org.opends.messages.ServerMessages
Unable to decode value %s as an integer connection ID
ERR_TASK_DISCONNECT_INVALID_NOTIFY_CLIENT - Static variable in class org.opends.messages.ServerMessages
Unable to decode value %s as an indication of whether to notify the client before disconnecting it. The provided value should be either 'true' or 'false'
ERR_TASK_DISCONNECT_NO_CONN_ID - Static variable in class org.opends.messages.ServerMessages
Attribute %s must be provided to specify the connection ID for the client to disconnect
ERR_TASK_DISCONNECT_NO_PRIVILEGE - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to terminate client connections
ERR_TASK_DISCONNECT_NO_SUCH_CONNECTION - Static variable in class org.opends.messages.ServerMessages
There is no client connection with connection ID %s
ERR_TASK_ENTERLOCKDOWN_NOT_LOOPBACK - Static variable in class org.opends.messages.ServerMessages
Only users with the SERVER_LOCKDOWN privilege connected from a loopback address may place the server in lockdown mode
ERR_TASK_ENTERLOCKDOWN_NOT_ROOT - Static variable in class org.opends.messages.ServerMessages
Only users with the SERVER_LOCKDOWN privilege may place the server in lockdown mode
ERR_TASK_EXECUTE_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred while executing the task defined in entry %s: %s
ERR_TASK_INDEXREBUILD_ALL_ERROR - Static variable in class org.opends.messages.ServerMessages
Index option cannot be specified when the rebuildAll or rebuildDegraded option is used
ERR_TASK_INDEXREBUILD_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to initiate an index rebuild
ERR_TASK_INITIALIZE_INVALID_DN - Static variable in class org.opends.messages.ServerMessages
Invalid DN provided to the Initialize task: %s
ERR_TASK_INITIALIZE_TARGET_INVALID_DN - Static variable in class org.opends.messages.ServerMessages
Invalid DN provided to the Initialize Target task: %s
ERR_TASK_INVALID_ATTRIBUTE_VALUE - Static variable in class org.opends.messages.ServerMessages
Attribute %s has an invalid value. Reason: %s
ERR_TASK_INVALID_STATE - Static variable in class org.opends.messages.ServerMessages
The task defined in entry %s is invalid because it has an invalid state %s
ERR_TASK_LDIFEXPORT_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to initiate an LDIF export
ERR_TASK_LDIFIMPORT_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to initiate an LDIF import
ERR_TASK_LEAVELOCKDOWN_NOT_LOOPBACK - Static variable in class org.opends.messages.ServerMessages
Only users with the SERVER_LOCKDOWN privilege connected from a loopback address may cause the server to leave lockdown mode
ERR_TASK_LEAVELOCKDOWN_NOT_ROOT - Static variable in class org.opends.messages.ServerMessages
Only users with the SERVER_LOCKDOWN privilege may cause the server to leave lockdown mode
ERR_TASK_MISSING_ATTR - Static variable in class org.opends.messages.ServerMessages
Task entry %s is missing required attribute %s
ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE - Static variable in class org.opends.messages.ServerMessages
There are multiple instances of attribute %s in task entry %s
ERR_TASK_MULTIPLE_VALUES_FOR_ATTR - Static variable in class org.opends.messages.ServerMessages
There are multiple values for attribute %s in task entry %s
ERR_TASK_PURGE_CONFLICTS_INVALID_DN - Static variable in class org.opends.messages.ServerMessages
Invalid DN provided to the Purge Conflicts Historical task: %s
ERR_TASK_RESET_CHANGE_NUMBER_CHANGELOG_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
No changelog database was found for baseDN '%s'. Either the baseDN is not replicated or its changelog has not been enabled in this server
ERR_TASK_RESET_CHANGE_NUMBER_FAILED - Static variable in class org.opends.messages.ServerMessages
Unable to reset the change number index: %s
ERR_TASK_RESET_CHANGE_NUMBER_INVALID - Static variable in class org.opends.messages.ServerMessages
Invalid change number (%d) specified, it must be greater than zero
ERR_TASK_RESET_CHANGE_NUMBER_NO_RSES - Static variable in class org.opends.messages.ServerMessages
The change number index cannot be reset because this OpenDJ instance does not appear to be a replication server
ERR_TASK_RESET_GENERATION_ID_INVALID_DN - Static variable in class org.opends.messages.ServerMessages
Invalid DN provided to the Reset Generation ID task: %s
ERR_TASK_RESTORE_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to initiate a Directory Server restore
ERR_TASK_SHUTDOWN_INSUFFICIENT_RESTART_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to initiate a Directory Server restart
ERR_TASK_SHUTDOWN_INSUFFICIENT_SHUTDOWN_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to initiate a Directory Server shutdown
ERR_TASK_TOOL_ERROR_CODE - Static variable in class org.opends.messages.ServerMessages
tool exit with error return code '%d'
ERR_TASK_TOOL_START_TIME_NO_LDAP - Static variable in class org.opends.messages.ServerMessages
You have provided options for scheduling this operation as a task but options provided for connecting to the server's tasks backend resulted in the following error: '%s'
ERR_TASKBE_ADD_DISALLOWED_DN - Static variable in class org.opends.messages.ServerMessages
New entries in the task backend may only be added immediately below %s for scheduled tasks or immediately below %s for recurring tasks
ERR_TASKBE_BACKING_FILE_EXISTS - Static variable in class org.opends.messages.ServerMessages
The specified task data backing file %s already exists and the Directory Server will not attempt to overwrite it. Please delete or rename the existing file before attempting to use that path for the new backing file, or choose a new path
ERR_TASKBE_BACKING_FILE_MISSING_PARENT - Static variable in class org.opends.messages.ServerMessages
The parent directory %s for the new task data backing file %s does not exist. Please create this directory before attempting to use this path for the new backing file or choose a new path
ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
The parent directory %s for the new task data backing file %s exists but is not a directory. Please choose a new path for the task data backing file
ERR_TASKBE_DELETE_INVALID_ENTRY - Static variable in class org.opends.messages.ServerMessages
Unable to remove entry %s from the task backend because its DN is either not appropriate for that backend or it is not below the scheduled or recurring tasks base entry
ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK - Static variable in class org.opends.messages.ServerMessages
Unable to remove entry %s from the task backend because there is no recurring task associated with that entry DN
ERR_TASKBE_DELETE_NO_SUCH_TASK - Static variable in class org.opends.messages.ServerMessages
Unable to remove entry %s from the task backend because there is no scheduled task associated with that entry DN
ERR_TASKBE_DELETE_RUNNING - Static variable in class org.opends.messages.ServerMessages
Unable to delete entry %s from the task backend because the associated task is currently running
ERR_TASKBE_ERROR_GETTING_BACKING_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to determine the new path to the task data backing file: %s
ERR_TASKBE_INVALID_BACKING_FILE_PATH - Static variable in class org.opends.messages.ServerMessages
The specified path %s for the new task data backing file appears to be an invalid path. Please choose a new path for the task data backing file
ERR_TASKBE_MODIFY_COMPLETED - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because the associated task has completed running. Completed tasks cannot be modified
ERR_TASKBE_MODIFY_INVALID_ENTRY - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because it does not represent a task entry. Only task entries may be modified in the task backend
ERR_TASKBE_MODIFY_NO_SUCH_TASK - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because it does not represent a valid task in the server
ERR_TASKBE_MODIFY_RECURRING - Static variable in class org.opends.messages.ServerMessages
Entry %s cannot be modified because the server does not currently support modifying recurring task entries
ERR_TASKBE_MODIFY_RUNNING - Static variable in class org.opends.messages.ServerMessages
The task associated with entry %s is currently running. The only modification allowed for running tasks is to replace the value of the ds-task-state attribute with "cancel"
ERR_TASKBE_SEARCH_INVALID_BASE - Static variable in class org.opends.messages.ServerMessages
Unable to process the search operation in the task backend because the provided base DN %s is not valid for entries in the task backend
ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK - Static variable in class org.opends.messages.ServerMessages
Unable to process the search operation in the task backend because there is no recurring task associated with the provided search base entry %s
ERR_TASKBE_SEARCH_NO_SUCH_TASK - Static variable in class org.opends.messages.ServerMessages
Unable to process the search operation in the task backend because there is no scheduled task associated with the provided search base entry %s
ERR_TASKINFO_ACCESSING_LOGS - Static variable in class org.opends.messages.ServerMessages
Error accessing logs for task '%s': %s
ERR_TASKINFO_CANCELING_TASK - Static variable in class org.opends.messages.ServerMessages
Error canceling task '%s': %s
ERR_TASKINFO_INVALID_MENU_KEY - Static variable in class org.opends.messages.ServerMessages
Invalid menu item or task number '%s'
ERR_TASKINFO_NOT_CANCELABLE_TASK_INDEX - Static variable in class org.opends.messages.ServerMessages
Task at index %d is not cancelable
ERR_TASKINFO_RETRIEVING_TASK_ENTRY - Static variable in class org.opends.messages.ServerMessages
Error retrieving task entry %s: %s
ERR_TASKINFO_TASK_NOT_CANCELABLE_TASK - Static variable in class org.opends.messages.ServerMessages
Error: task %s is not in a cancelable state
ERR_TASKINFO_UNKNOWN_TASK_ENTRY - Static variable in class org.opends.messages.ServerMessages
There are no tasks with ID %s
ERR_TASKS_CANNOT_EXPORT_TO_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to export task backend data: %s
ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to create a new tasks backing file %s for use with the task scheduler: %s
ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry: %s
ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to create an instance of class %s as a Directory Server task. Is this class a subclass of %s?
ERR_TASKSCHED_CANNOT_LOAD_CLASS - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to load class %s specified in attribute %s of the provided task entry: %s. Does this class exist in the Directory Server classpath?
ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to read an entry from the tasks backing file %s on or near line %d: %s. This is an unrecoverable error, and parsing cannot continue
ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to read an entry from the tasks backing file %s on or near line %d: %s. This is not a fatal error, so the task scheduler will attempt to continue parsing the file and schedule any additional tasks that it contains
ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to rename the new tasks backing file from %s to %s: %s. If the Directory Server is restarted, then the task scheduler may not work as expected
ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to parse entry %s as a recurring task and add it to the scheduler: %s
ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to parse entry %s as a task and add it to the scheduler: %s
ERR_TASKSCHED_CANNOT_SEND_TASK_COMPLETED_EMAIL - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to send an email for the completion of %s task: Task ID: %s, Task State: %s, Scheduled Start Time: %s, Actual Start Time: %s, Completion Time: %s. The error was: %s
ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to write the new tasks data backing file %s: %s. Configuration information reflecting the latest update may be lost
ERR_TASKSCHED_DEPENDENCY_MISSING - Static variable in class org.opends.messages.ServerMessages
Unable to schedule task %s because its dependency task %s is missing
ERR_TASKSCHED_DUPLICATE_RECURRING_ID - Static variable in class org.opends.messages.ServerMessages
Unable to add recurring task %s to the task scheduler because another recurring task already exists with the same ID
ERR_TASKSCHED_DUPLICATE_TASK_ID - Static variable in class org.opends.messages.ServerMessages
Unable to schedule task %s because another task already exists with the same ID
ERR_TASKSCHED_ENTRY_HAS_NO_PARENT - Static variable in class org.opends.messages.ServerMessages
Entry %s read from the tasks backing file is invalid because it has no parent and does not match the task root DN of %s
ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to read from the tasks data backing file %s: %s
ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to schedule the next iteration of recurring task %s: %s
ERR_TASKSCHED_INVALID_TASK_ENTRY_DN - Static variable in class org.opends.messages.ServerMessages
Entry %s read from the tasks backing file %s has a DN which is not valid for a task or recurring task definition and will be ignored
ERR_TASKSCHED_MULTIPLE_CLASS_TYPES - Static variable in class org.opends.messages.ServerMessages
The provided task entry contains multiple attributes with type %s, which is used to hold the task class name, but only a single instance is allowed
ERR_TASKSCHED_MULTIPLE_CLASS_VALUES - Static variable in class org.opends.messages.ServerMessages
The provided task entry contains multiple values for the %s attribute, which is used to specify the task class name, but only a single value is allowed
ERR_TASKSCHED_NO_CLASS_ATTRIBUTE - Static variable in class org.opends.messages.ServerMessages
The provided task entry does not contain attribute %s which is needed to specify the fully-qualified name of the class providing the task logic
ERR_TASKSCHED_NO_CLASS_VALUES - Static variable in class org.opends.messages.ServerMessages
The provided task entry does not contain any values for the %s attribute, which is used to specify the fully-qualified name of the class providing the task logic
ERR_TASKSCHED_NOT_ALLOWED_TASK - Static variable in class org.opends.messages.ServerMessages
The Directory Server is not configured to allow task %s to be invoked
ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK - Static variable in class org.opends.messages.ServerMessages
Unable to remove completed task %s because no such task exists in the list of completed tasks
ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK - Static variable in class org.opends.messages.ServerMessages
Unable to remove pending task %s because no such task exists
ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING - Static variable in class org.opends.messages.ServerMessages
Unable to remove pending task %s because the task is no longer pending
ERR_TASKTOOL_FDA_WITH_NO_DEPENDENCY - Static variable in class org.opends.messages.ServerMessages
The failed dependency action option is to be used in conjunction with one or more dependencies
ERR_TASKTOOL_INVALID_EMAIL_ADDRESS - Static variable in class org.opends.messages.ServerMessages
The value %s for option %s is not a valid email address
ERR_TASKTOOL_INVALID_FDA - Static variable in class org.opends.messages.ServerMessages
The failed dependency action value %s is invalid. The value must be one of %s
ERR_TASKTOOL_OPTIONS_FOR_TASK_ONLY - Static variable in class org.opends.messages.ServerMessages
The option %s is only applicable when scheduling this operation as a task
ERR_TIMEOUT_DURING_STARTUP - Static variable in class org.opends.messages.ServerMessages
The timeout of '%d' seconds has been reached. You can use the argument '--%s' to increase this timeout
ERR_TOO_MANY_ENTRIES_FOUND - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The query request cannot be processed because the number of resources found exceeded the limit of %d.
ERR_TRUSTSTORESYNC_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
An error occurred in the trust store synchronization thread: %s
ERR_UNABLE_LOAD_SCHEMA - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Unable to load the LDAP schema: %s. Next attempt at %s
ERR_UNABLE_TO_LOAD_CONFIGURATION_ENABLED_SCHEMA - Static variable in class org.opends.messages.ServerMessages
Unable to load the configuration-enabled schema: %s
ERR_UNABLE_TO_PURGE_ENTRIES - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while purging expired entries: %s
ERR_UNABLE_TO_RETRIEVE_CHILDREN_OF_CONFIGURATION_ENTRY - Static variable in class org.opends.messages.ServerMessages
Unable to retrieve children of configuration entry with dn: %s
ERR_UNCAUGHT_THREAD_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
An uncaught exception during processing for thread "%s" has caused it to terminate abnormally. The stack trace for that exception is: %s
ERR_UNCAUGHT_WORKER_THREAD_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
%s encountered an uncaught exception while processing operation %s: %s
ERR_UNCHECKED_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
Unchecked exception during database transaction: %s
ERR_UNEXPECTED_INTERRUPT_WHILE_PUBLISHING - Static variable in class org.opends.messages.ServerMessages
Publish of a replication message to server '%s' was interrupted
ERR_UNIQUECHARS_VALIDATOR_NOT_ENOUGH_UNIQUE_CHARS - Static variable in class org.opends.messages.ServerMessages
The provided password does not contain enough unique characters. The minimum number of unique characters that may appear in a user password is %d
ERR_UNKNOWN_ATTRIBUTE_IN_HISTORICAL - Static variable in class org.opends.messages.ServerMessages
The entry %s has historical information for attribute %s which is not defined in the schema. This information will be ignored
ERR_UNKNOWN_DN - Static variable in class org.opends.messages.ServerMessages
The base DN %s is not stored by any of the Directory Server backend
ERR_UNKNOWN_EXCEPTION_DURING_TOOL_EXECUTION - Static variable in class org.opends.messages.ServerMessages
An unexpected error has been raised during execution of the tool: '%s'
ERR_UNKNOWN_FINGERPRINT_DIGEST - Static variable in class org.opends.messages.ServerMessages
Digest algorithm '%s' of fingerprint '%s' is not supported by the JVM
ERR_UNKNOWN_TYPE - Static variable in class org.opends.messages.ServerMessages
Unknown operation type : %s
ERR_UNRECOGNIZED_AUXILIARY_TYPE_IN_CREATE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The resource cannot be created because it specified an auxiliary resource type '%s' which is not permitted by this resource. Please specify one of the following auxiliary types: %s
ERR_UNRECOGNIZED_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The request cannot be processed because it included an unrecognized field '%s'
ERR_UNRECOGNIZED_FILTER_OPERATOR - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The query request cannot be processed because its query filter '%s' contained an unrecognized or unsupported filter operator '%s'
ERR_UNRECOGNIZED_JSON_VALUE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Unrecognized type of JSON value: '%s'
ERR_UNRECOGNIZED_RECORD_VERSION - Static variable in class org.opends.messages.ServerMessages
Cannot decode change-log record with version %x
ERR_UNRECOGNIZED_RESOURCE_AUXILIARY_TYPE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The resource '%s' has an unrecognized auxiliary type '%s'
ERR_UNRECOGNIZED_RESOURCE_SUPER_TYPE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The resource '%s' has an unrecognized super-type '%s'
ERR_UNRECOGNIZED_SUB_RESOURCE_TYPE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The resource '%s' references an unrecognized sub-resource '%s'
ERR_UNRECOGNIZED_TYPE_IN_CREATE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The resource cannot be created because it specified an unrecognized resource type '%s'. Please specify one of the following types: %s
ERR_UNROUTABLE_MESSAGE_BECAUSE_ROUTING_TABLE_IS_EMPTY - Static variable in class org.opends.messages.ServerMessages
%s in Replication Server=%s, an initialization message of type %s cannot be sent to its destination server. Details: routing table is empty
ERR_UNROUTABLE_MESSAGE_CAUSED_BY_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
%s message of type %s cannot be routed. Details: %s
ERR_UNROUTABLE_MESSAGE_INITIALIZE_ALL - Static variable in class org.opends.messages.ServerMessages
%s for domain %s cannot route message of type %s to all the replicas in the topology because none are reachable
ERR_UNROUTABLE_MESSAGE_INITIALIZE_REPLICA - Static variable in class org.opends.messages.ServerMessages
%s for domain '%s' cannot route message of type %s to replica %s because it is unreachable. Reachable replicas: %s
ERR_UNSUPPORTED_REQUEST_AGAINST_COLLECTION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The targeted resource is a resource collection which only supports create and query requests
ERR_UNSUPPORTED_REQUEST_AGAINST_INSTANCE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The targeted resource is a resource instance which only supports read, update, delete, patch, and action requests
ERR_UNSUPPORTED_REQUEST_AGAINST_SINGLETON - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The targeted resource is a resource singleton which only supports read, update, patch, and action requests
ERR_UPDATING_GENERATION_ID - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred when updating generation ID for domain "%s": %s
ERR_UPGRADE_ADD_CONFIG_FILE_FAILS - Static variable in class org.opends.messages.ServerMessages
An error occurred while adding configuration file '%s': %s
ERR_UPGRADE_ADDATTRIBUTE_FAILS - Static variable in class org.opends.messages.ServerMessages
An error occurred while adding one or more attributes to the schema file '%s': %s
ERR_UPGRADE_CANNOT_READ_CONFIG_FILE - Static variable in class org.opends.messages.ServerMessages
An error occured when trying to read the configuration file %s: %s
ERR_UPGRADE_CANNOT_REMOVE_REFERENCES_TO_DS_TASK_BACKUP_ALL - Static variable in class org.opends.messages.ServerMessages
'%s' attributes couldn't be removed from backup tasks
ERR_UPGRADE_CANNOT_REMOVE_RESTORE_TASKS - Static variable in class org.opends.messages.ServerMessages
The restore tasks couldn't be removed
ERR_UPGRADE_CANNOT_RENAME_BACKUP_DIRECTORY_PATH_INTO_BACKUP_LOCATION - Static variable in class org.opends.messages.ServerMessages
Attribute 'ds-backup-directory-path' could not be renamed to 'ds-backup-location' in entries of objectclass '%s'
ERR_UPGRADE_CONFIG_ERROR_UPGRADE_FOLDER - Static variable in class org.opends.messages.ServerMessages
An error occurred when trying to upgrade the config/upgrade folder: %s
ERR_UPGRADE_CONFIG_SCHEMA_FILE - Static variable in class org.opends.messages.ServerMessages
"Error parsing existing schema file '%s' - %s"
ERR_UPGRADE_COPY_FILES_FROM_TEMPLATE - Static variable in class org.opends.messages.ServerMessages
An error occurred while copying data from '%s' to the server instance configuration directory. Error details: %s
ERR_UPGRADE_COPY_OPENDMK_JAR_FILE_TO_EXTLIB - Static variable in class org.opends.messages.ServerMessages
An error occurred while copying OpenDMK jar file '%s' to '%s': %s
ERR_UPGRADE_COPYSCHEMA_FAILS - Static variable in class org.opends.messages.ServerMessages
An error occurred while copying the schema file '%s': %s
ERR_UPGRADE_CORRUPTED_TEMPLATE - Static variable in class org.opends.messages.ServerMessages
'%s' is missing or empty, it is probably corrupted
ERR_UPGRADE_DATA_UP_TO_DATE - Static variable in class org.opends.messages.ServerMessages
OpenDJ data has already been upgraded to version %s
ERR_UPGRADE_DISPLAY_CONFIRM_ERROR - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while attempting to display a confirmation : %s
ERR_UPGRADE_DISPLAY_NOTIFICATION_ERROR - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while attempting to display a notification: %s
ERR_UPGRADE_FAILS - Static variable in class org.opends.messages.ServerMessages
The upgrade failed because %d errors were encountered. Please check log for further details
ERR_UPGRADE_INCOMPATIBLE_ARGS - Static variable in class org.opends.messages.ServerMessages
The argument '%s' is incompatible with '%s'
ERR_UPGRADE_INVALID_LOG_FILE - Static variable in class org.opends.messages.ServerMessages
Invalid log file %s
ERR_UPGRADE_INVALID_SEQUENCE_FOR_TASKS_VERSION - Static variable in class org.opends.messages.ServerMessages
Invalid sequence for task version: task %s tried to register for version %s but the previous task used a higher version: %s. This suggests there is a copy/paste error in the version number
ERR_UPGRADE_MAIN_UPGRADE_PROCESS - Static variable in class org.opends.messages.ServerMessages
The upgrade failed to complete for the following reason: %s
ERR_UPGRADE_PERFORMING_POST_TASKS_FAIL - Static variable in class org.opends.messages.ServerMessages
An error occurred during post upgrade task. Process aborted. Please check log for further details
ERR_UPGRADE_READING_CONF_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while reading configuration file: %s
ERR_UPGRADE_REQUIRES_SERVER_OFFLINE - Static variable in class org.opends.messages.ServerMessages
OpenDJ cannot be upgraded because the server is currently running. Please stop the server and try again
ERR_UPGRADE_TASK_CANNOT_CREATE_DIR - Static variable in class org.opends.messages.ServerMessages
The directory '%s' could not be created: %s
ERR_UPGRADE_TASK_CANNOT_READ_CHANGELOG_FILES - Static variable in class org.opends.messages.ServerMessages
An error occurred reading the changelog files: %s
ERR_UPGRADE_TASK_CANNOT_RENAME_CHANGELOG_FILES - Static variable in class org.opends.messages.ServerMessages
An error occurred while renaming the changelog files: %s
ERR_UPGRADE_TASK_CANNOT_RENAME_FILE - Static variable in class org.opends.messages.ServerMessages
The file '%s' could not be renamed to '%s': %s
ERR_UPGRADE_TASK_CANNOT_UPGRADE_ENCRYPTED_CHANGELOG - Static variable in class org.opends.messages.ServerMessages
An error occurred while migrating encrypted changelog files: %s
ERR_UPGRADE_TASK_MIGRATE_OFFLINE - Static variable in class org.opends.messages.ServerMessages
An error occurred while migrating replicas' offline states to the changelog files: %s
ERR_UPGRADE_TASK_MIGRATE_ROOT_DN_CANNOT_CREATE_DB_DIR - Static variable in class org.opends.messages.ServerMessages
Root DNs could not be migrated because the '%s' directory could not be created: %s
ERR_UPGRADE_TASK_MODIFY_CONFIG_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while trying to modify %s : %s
ERR_UPGRADE_TASK_NO_ADMIN_DATA - Static variable in class org.opends.messages.ServerMessages
Could not find a server ID to set for the server. Verify the configuration references a valid server ID for domain cn=admin data
ERR_UPGRADE_TASKS_FAIL - Static variable in class org.opends.messages.ServerMessages
An error occurred while performing an upgrade task: %s
ERR_UPGRADE_TO_PREVIOUS_CONF_VERSION - Static variable in class org.opends.messages.ServerMessages
The OpenDJ binary version '%s' is older than the configuration version '%s', it usually means that an older version has been unzipped over the previous binaries. Unzip a more recent version than the configuration version and run upgrade again
ERR_UPGRADE_TO_PREVIOUS_DATA_VERSION - Static variable in class org.opends.messages.ServerMessages
The OpenDJ binary version '%s' is older than the data version '%s', it usually means that an older version has been unzipped over the previous binaries. Unzip a more recent version than the data version and run upgrade again
ERR_UPGRADE_UNKNOWN_OC_ATT - Static variable in class org.opends.messages.ServerMessages
No %s with OID %s exists in the schema
ERR_UPGRADE_VERSION_UP_TO_DATE - Static variable in class org.opends.messages.ServerMessages
OpenDJ has already been upgraded to version %s
ERR_UPLOAD_CLOUD_PROVIDER_MESSAGE - Static variable in class org.opends.messages.ServerMessages
An error occurred while uploading the file to the cloud storage. The cloud provider returned the following error message: '%s'
ERR_UPLOAD_UNKNOWN_HOST - Static variable in class org.opends.messages.ServerMessages
An error occurred while uploading the file to the cloud storage: the host '%s' is an unknown host
ERR_UPRADE_CRYPTO_MANAGER_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
Crypto manager configuration entry not found
ERR_VATTR_NOT_SEARCHABLE - Static variable in class org.opends.messages.ServerMessages
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
ERR_VERIFY_BIGINDEX_COUNT_WRONG_COUNT - Static variable in class org.opends.messages.ServerMessages
Counter of %s reports wrong number of entries for key <%s> (got %d, expecting %d)
ERR_VERIFY_DN2ID_MISSING_KEY - Static variable in class org.opends.messages.ServerMessages
File dn2id is missing key %s
ERR_VERIFY_DN2ID_UNKNOWN_ID - Static variable in class org.opends.messages.ServerMessages
File dn2id has DN <%s> referencing unknown ID %d
ERR_VERIFY_DN2ID_WRONG_ENTRY - Static variable in class org.opends.messages.ServerMessages
File dn2id has DN <%s> referencing entry with wrong DN <%s>
ERR_VERIFY_DN2ID_WRONG_ID - Static variable in class org.opends.messages.ServerMessages
File dn2id has ID %d instead of %d for key %s
ERR_VERIFY_DUPLICATE_REFERENCE - Static variable in class org.opends.messages.ServerMessages
Duplicate reference to ID %d%n%s
ERR_VERIFY_EMPTY_IDSET - Static variable in class org.opends.messages.ServerMessages
Empty ID set: %n%s
ERR_VERIFY_ENTRY_NON_MATCHING_KEY - Static variable in class org.opends.messages.ServerMessages
The entry with ID %s is associated with the wrong key%n%s
ERR_VERIFY_ID2COUNT_WRONG_COUNT - Static variable in class org.opends.messages.ServerMessages
File id2childrenCount has wrong number of children for DN <%s> (got %d, expecting %d)
ERR_VERIFY_ID2COUNT_WRONG_ID - Static variable in class org.opends.messages.ServerMessages
File id2ChildrenCount references non-existing EntryID <%d>
ERR_VERIFY_MISSING_ENTRY - Static variable in class org.opends.messages.ServerMessages
Missing entry %s in index %s
ERR_VERIFY_MISSING_ID - Static variable in class org.opends.messages.ServerMessages
Missing ID %d%n%s
ERR_VERIFY_UNEXPECTED_REFERENCE - Static variable in class org.opends.messages.ServerMessages
Reference to entry <%s> which does not match the value%n%s
ERR_VERIFY_UNKNOWN_ID - Static variable in class org.opends.messages.ServerMessages
Reference to unknown entry ID %s%n%s
ERR_VERIFY_UNKNOWN_REFERENCE - Static variable in class org.opends.messages.ServerMessages
Reference to unknown ID %d%n%s
ERR_VERIFY_WRONG_ENTRY_COUNT - Static variable in class org.opends.messages.ServerMessages
The stored entry count in id2entry (%d) does not agree with the actual number of entry records found (%d)
ERR_VERIFYINDEX_CANNOT_LOCK_BACKEND - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to acquire a shared lock for backend %s: %s. This generally means that some other process has an exclusive lock on this backend (e.g., an LDIF import or a restore). The index verification cannot continue
ERR_VERIFYINDEX_ERROR_DURING_VERIFY - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to perform index verification: %s
ERR_VERIFYINDEX_VERIFY_CLEAN_REQUIRES_SINGLE_INDEX - Static variable in class org.opends.messages.ServerMessages
Only one index at a time may be verified for cleanliness
ERR_VERSION_MALFORMED - Static variable in class org.opends.messages.ServerMessages
The version of the installed OpenDJ could not be determined because the version file '%s' exists but contains invalid data. Restore it from backup before continuing
ERR_VERSION_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
The version of the installed OpenDJ could not be determined because the version file '%s' could not be found. Restore it from backup before continuing
ERR_VIRTUAL_STATIC_GROUP_ALTERING_MEMBERS_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
Altering membership for virtual static group %s is not allowed
ERR_VIRTUAL_STATIC_GROUP_CANNOT_DECODE_TARGET - Static variable in class org.opends.messages.ServerMessages
Unable to decode "%s" as the target DN for group %s: %s
ERR_VIRTUAL_STATIC_GROUP_MULTIPLE_TARGETS - Static variable in class org.opends.messages.ServerMessages
The virtual static group defined in entry %s contains multiple target group DNs, but only one is allowed
ERR_VIRTUAL_STATIC_GROUP_NO_TARGET - Static variable in class org.opends.messages.ServerMessages
The virtual static group defined in entry %s does not contain a target group definition
ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_GROUP - Static variable in class org.opends.messages.ServerMessages
Target group %s referenced by virtual static group %s does not exist
ERR_VIRTUAL_STATIC_GROUP_TARGET_CANNOT_BE_VIRTUAL - Static variable in class org.opends.messages.ServerMessages
Virtual static group %s references target group %s which is itself a virtual static group. One virtual static group is not allowed to reference another as its target group
ERR_VIRTUAL_SUBRESOURCE_REFERENCER_ONLY_ONE_EXPECTED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
The search request succeeded but returned more than one resource when only one was expected
ERR_VLV_BAD_ASSERTION - Static variable in class org.opends.messages.ServerMessages
Unable to process the virtual list view request because the target assertion could not be decoded as a valid value for the '%s' attribute type
ERR_VLV_INDEX_NOT_CONFIGURED - Static variable in class org.opends.messages.ServerMessages
There is no VLV index configured with name '%s'
ERR_WINDOWS_SERVICE_CLEANUP_ERROR - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred cleaning up the service %s
ERR_WINDOWS_SERVICE_CLEANUP_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
Could not find the service with name %s
ERR_WINDOWS_SERVICE_DISABLE_ERROR - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred trying to disable the server as a Windows service%nCheck that you have administrator rights (only Administrators can disable the server as a Windows Service)
ERR_WINDOWS_SERVICE_ENABLE_ERROR - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred trying to enable the server as a Windows service.%nCheck that you have administrator rights (only Administrators can enable the server to run as a Windows Service)
ERR_WINDOWS_SERVICE_ENABLING_ERROR_STARTING_SERVER - Static variable in class org.opends.messages.ServerMessages
The Windows Service was successfully configured but there was an error starting it. Error code starting Windows Service: %d
ERR_WINDOWS_SERVICE_NAME_ALREADY_IN_USE - Static variable in class org.opends.messages.ServerMessages
The server could not be enabled to run as a Windows service. The service name is already in use
ERR_WINDOWS_SERVICE_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
Could not find the service name for the server
ERR_WINDOWS_SERVICE_START_ERROR - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred starting the server as a windows service
ERR_WINDOWS_SERVICE_STATE_ERROR - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred trying to retrieve the state of the server as a Windows service
ERR_WINDOWS_SERVICE_STOP_ERROR - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred stopping the server windows service
ERR_WRITER_CHANGELOG_CURSOR_ABORTED_FOR_REMOTE_DS - Static variable in class org.opends.messages.ServerMessages
The directory server %s can no longer keep up with changes coming from replication server %s for base DN %s. Some missing changes have been purged by this replication server and the connection will be terminated. The directory server may fail-over to another replication server that has not purged the changes that it needs. If there is no replication server containing the missing changes then it will fail to connect to any replication server and will need to be reinitialized. (Underlying error is: %s)
ERR_WRITER_CHANGELOG_CURSOR_ABORTED_FOR_REMOTE_RS - Static variable in class org.opends.messages.ServerMessages
The replication server %s can no longer keep up with changes coming from replication server %s for base DN %s. Some missing changes have been purged by this replication server and the connection will be terminated. The directory servers connected to this replication server may fail-over to another replication server that has not purged the changes that it needs. If there is no replication server containing the missing changes then the directory servers will fail to connect to any replication server and will need to be reinitialized. (Underlying error is: %s)
ERR_WRITER_UNEXPECTED_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
An unexpected error happened handling connection with %s. This connection is going to be closed
error() - Method in class org.opends.server.tools.upgrade.ProgressMonitor
Marks and prints that there was an error.
error(Throwable) - Static method in exception org.forgerock.opendj.ldap.DecodeException
Creates a new non-fatal decode exception with the provided root cause.
error(LocalizableMessage) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessage) - Static method in exception org.forgerock.opendj.ldap.DecodeException
Creates a new non-fatal decode exception with the provided message.
error(LocalizableMessageDescriptor.Arg0) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessageDescriptor.Arg1<T1>, T1) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessageDescriptor.ArgN, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs an error message.
error(LocalizableMessage, Throwable) - Static method in exception org.forgerock.opendj.ldap.DecodeException
Creates a new non-fatal decode exception with the provided message and root cause.
error(ValidationException) - Method in class org.forgerock.json.schema.validator.CollectErrorsHandler
Receive notification of an error.
error(ValidationException) - Method in class org.forgerock.json.schema.validator.ErrorHandler
Receive notification of an error.
error(ValidationException) - Method in class org.forgerock.json.schema.validator.FailFastErrorHandler
Receive notification of an error.
ERROR - Enum constant in enum class org.forgerock.audit.handlers.syslog.Severity
Error conditions.
ERROR - Enum constant in enum class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn.DefaultSeverity
The error log severity that is used for messages that provide information about errors which may force the server to shut down or operate in a significantly degraded state.
ERROR - Enum constant in enum class org.opends.messages.Severity
The severity used for error messages.
ERROR_COULD_NOT_FIND_ADS_CERTIFICATE - Static variable in class org.opends.messages.ServerMessages
Could not find 'ads-certificate' entry in the truststore '%s'. This entry is required for the correct behavior of the directory server
ERROR_COULD_NOT_RETRIEVE_LOCAL_HOSTNAME - Static variable in class org.opends.messages.ServerMessages
Unable to retrieve the local hostname, the 'advertised-listen-address' attribute in global configuration must be set manually
ERROR_DSREPL_DR_MISSING_ARGUMENT - Static variable in class org.opends.messages.ServerMessages
A mandatory argument is missing. Choose one and only one argument from '--generate-recovery-id', '--generated-id' and '--user-generated-id'
ERROR_DSREPL_ERROR_LAUNCHING_INITIALIZATION - Static variable in class org.opends.messages.ServerMessages
An error occurred when launching initialization: %s
ERROR_DSREPL_INITIALIZATION_DURING_INIT_TASK_WITH_LOG - Static variable in class org.opends.messages.ServerMessages
An error occurred during initialization. Last log details: %s. Task state: %s
ERROR_DSREPL_INITIALIZATION_DURING_INIT_TASK_WITHOUT_LOG - Static variable in class org.opends.messages.ServerMessages
An error occurred during initialization. Task state: %s
ERROR_DSREPL_INITIALIZATION_DURING_RESET_GENID_TASK_WITH_LOG - Static variable in class org.opends.messages.ServerMessages
Error during the processing of the reset generationID task. Last log details: %s. Task state: %s
ERROR_DSREPL_INITIALIZATION_DURING_RESET_GENID_TASK_WITHOUT_LOG - Static variable in class org.opends.messages.ServerMessages
Error during the processing of the reset generationID task. Task state: %s
ERROR_DSREPL_MISSING_SERVER_VALUE - Static variable in class org.opends.messages.ServerMessages
A mandatory argument is missing. Choose one and only one argument from '--toServer', '--fromServer' and '--toAllServers'
ERROR_DSREPL_POLLING_TASK - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to monitor the task progress. The error was: %s
ERROR_DSREPL_PURGE_METADATA_DURING_TASK_WITH_LOG - Static variable in class org.opends.messages.ServerMessages
An error occurred while purging old replication meta-data. Last log details: %s. Task state: %s
ERROR_DSREPL_PURGE_METADATA_DURING_TASK_WITHOUT_LOG - Static variable in class org.opends.messages.ServerMessages
An error occurred while purging old replication meta-data. Task state: %s
ERROR_DSREPL_PURGE_METADATA_ERROR_LAUNCHING - Static variable in class org.opends.messages.ServerMessages
An error occurred while purging old replication meta-data: %s
ERROR_DSREPL_RESET_CHANGE_NUMBER_DOMAINS_DO_NOT_MATCH - Static variable in class org.opends.messages.ServerMessages
The source and target server have distinct replication domains. As a consequence the change number from the target server can't be reset from a change number of the source server
ERROR_DSREPL_RESET_CHANGE_NUMBER_DURING_TASK_WITH_LOG - Static variable in class org.opends.messages.ServerMessages
An error occurred during the re-synchronization of the change number. Last log details: %s. Task state: %s
ERROR_DSREPL_RESET_CHANGE_NUMBER_DURING_TASK_WITHOUT_LOG - Static variable in class org.opends.messages.ServerMessages
An error occurred during the re-synchronization of the change number. Task state: %s
ERROR_DSREPL_RESET_CHANGE_NUMBER_ERROR_LAUNCHING - Static variable in class org.opends.messages.ServerMessages
An error occurred when re-synchronizing the change number: %s
ERROR_DSREPL_RESET_CHANGE_NUMBER_ERROR_WHEN_SEARCHING_DOMAIN - Static variable in class org.opends.messages.ServerMessages
An error occurred when searching replicated domains in server: %s
ERROR_DSREPL_RESET_CHANGE_NUMBER_NO_BASE_DN_FOUND - Static variable in class org.opends.messages.ServerMessages
No base DN found for the change number '%s' in the source server
ERROR_DSREPL_RESET_CHANGE_NUMBER_NO_CSN_FOUND - Static variable in class org.opends.messages.ServerMessages
No CSN found for the change number '%s' in the source server
ERROR_DSREPL_RESET_CHANGE_NUMBER_NO_DOMAIN_FOUND - Static variable in class org.opends.messages.ServerMessages
Unable to find a replicated domain in the target server
ERROR_DSREPL_RESET_CHANGE_NUMBER_NO_MATCHING_DOMAIN_FOUND - Static variable in class org.opends.messages.ServerMessages
Unable to find a replicated domain matching the DN '%s' corresponding to the change number
ERROR_DSREPL_RESET_CHANGE_NUMBER_SEARCH_ERROR - Static variable in class org.opends.messages.ServerMessages
Error when searching change number '%s' in the source server: %s
ERROR_DSREPL_RESET_CHANGE_NUMBER_UNABLE_TO_RETRIEVE_NEWEST_CN - Static variable in class org.opends.messages.ServerMessages
Unable to retrieve the newest change number in the source server
ERROR_DSREPL_RESET_CHANGE_NUMBER_UNKNOWN_CN - Static variable in class org.opends.messages.ServerMessages
Unable to retrieve change number '%s' in the source server
ERROR_DSREPL_RESET_CHANGE_NUMBER_UNSUCCESSFUL_WHEN_SEARCHING_DOMAIN - Static variable in class org.opends.messages.ServerMessages
An error occurred when searching replicated domains in server. Result code was: '%s'
ERROR_DSREPL_TOO_MANY_SERVER_VALUES - Static variable in class org.opends.messages.ServerMessages
Invalid combination of arguments. Choose one and only one argument from '--toServer', '--fromServer' and '--toAllServers'
ERROR_IGNORING_UPDATE_FROM_RS - Static variable in class org.opends.messages.ServerMessages
Replication server RS(%s) ignoring update %s for domain "%s" from replication server RS(%s) at %s because its generation ID %s is different to the local generation ID %s
ERROR_LOADING_JAVA_PROPERTIES - Static variable in class org.opends.messages.ServerMessages
Error while loading "java.properties": %s
ERROR_MSG_ - Static variable in class org.forgerock.json.schema.validator.Constants
{}
ERROR_MSG_ADDITIONAL_PROPERTIES - Static variable in class org.forgerock.json.schema.validator.Constants
Value has additional properties.
ERROR_MSG_ENUM_VIOLATION - Static variable in class org.forgerock.json.schema.validator.Constants
Value at {} does not have a value in the enumeration.
ERROR_MSG_NULL_TYPE - Static variable in class org.forgerock.json.schema.validator.Constants
Value at {} MUST be null.
ERROR_MSG_REQUIRED_PROPERTY - Static variable in class org.forgerock.json.schema.validator.Constants
Required property violation at {}.
ERROR_MSG_TYPE_MISMATCH - Static variable in class org.forgerock.json.schema.validator.Constants
Type mismatch.
ERROR_NO_JAVA_PROPERTIES - Static variable in class org.opends.messages.ServerMessages
Could not find "java.properties"
ERROR_SETUP_PROFILE_PARAMETER_UNUSED - Static variable in class org.opends.messages.ServerMessages
Parameter(s) '%s' provided for profile '%s' is (are) not used in the profile
ERROR_SETUP_PROFILE_PARAMETER_WITHOUT_PROFILE - Static variable in class org.opends.messages.ServerMessages
Parameter '%s' is provided without any profile specification which is not allowed when multiple profiles are used
ERROR_UNABLE_TO_UPDATE_LISTEN_ADDRESS_ATTR - Static variable in class org.opends.messages.ServerMessages
An error occurred while removing some 'listen-address' attribute values from the configuration
ERROR_UPGRADE_FROM_INCOMPATIBLE_7_4_0 - Static variable in class org.opends.messages.ServerMessages
The current 7.4.0 server is configured to use an incompatible confidentiality setting which prevents automated upgrade from working. Follow the procedure detailed in the Upgrade Guide to upgrade this server
ErrorHandler - Class in org.forgerock.json.schema.validator
ErrorHandler is the abstract base class for Validators.
ErrorHandler() - Constructor for class org.forgerock.json.schema.validator.ErrorHandler
 
ErrorLogAccountStatusNotificationHandler - Class in org.opends.server.extensions
This class defines an account status notification handler that will write information about status notifications using the Directory Server's error logging facility.
ErrorLogAccountStatusNotificationHandler() - Constructor for class org.opends.server.extensions.ErrorLogAccountStatusNotificationHandler
 
ErrorLogAccountStatusNotificationHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Error Log Account Status Notification Handler settings.
ErrorLogAccountStatusNotificationHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Error Log Account Status Notification Handler settings.
ErrorLogAccountStatusNotificationHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Error Log Account Status Notification Handler managed object definition meta information.
ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "account-status-notification-type" property.
ErrorLogger - Class in org.opends.server.loggers
This class defines the wrapper that will invoke all registered error loggers for each type of request received or response sent.
ErrorLoggerFilter - Class in org.forgerock.opendj.rest2ldap
Logs internal server errors and runtime exceptions once the request has been processed.
ErrorLoggerFilter() - Constructor for class org.forgerock.opendj.rest2ldap.ErrorLoggerFilter
 
ErrorLogPublisher<T extends ErrorLogPublisherCfg> - Class in org.opends.server.loggers
This class defines the set of methods and structures that must be implemented for a Directory Server error log publisher.
ErrorLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Error Log Publisher settings.
ErrorLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Error Log Publisher settings.
ErrorLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Error Log Publisher managed object definition meta information.
ErrorLogPublisherCfgDefn.DefaultSeverity - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "default-severity" property.
errorMessage() - Method in record class org.opends.server.api.plugin.PluginResult.ImportLDIF
Returns the value of the errorMessage record component.
errorMessage() - Method in record class org.opends.server.api.plugin.PluginResult.PostConnect
Returns the value of the errorMessage record component.
errorMessage() - Method in record class org.opends.server.api.plugin.PluginResult.Startup
Returns the value of the errorMessage record component.
ErrorMsg - Class in org.opends.server.replication.protocol
This message is part of the replication protocol.
ErrorMsg(ServerId<?>, ReplicaId, LocalizableMessage) - Constructor for class org.opends.server.replication.protocol.ErrorMsg
Creates an ErrorMsg providing the destination server.
errorReadingFileCommonsConfigTokenException(PropertyDefinition<?>, String, LocalizableException) - Static method in exception org.forgerock.opendj.config.PropertyException
Creates a new error reading file commons-config token exception, raised when the file content resolver could not retrieve the value from the file.
errPrintln() - Method in class org.opends.server.tools.supportextract.SupportExtract
 
errPrintln(LocalizableMessage) - Method in class org.opends.server.tools.supportextract.SupportExtract
 
errPrintln(LocalizableMessage, int) - Method in class org.opends.server.tools.supportextract.SupportExtract
 
errPrintlnSurroundedByBlankLines(LocalizableMessage) - Method in class org.opends.server.tools.supportextract.SupportExtract
 
errPrintVerboseMessage(LocalizableMessage) - Method in class org.opends.server.tools.supportextract.SupportExtract
 
escapeAssertionValue(Object) - Static method in class org.forgerock.opendj.ldap.Filter
Returns the LDAP string representation of the provided filter assertion value in a form suitable for substitution directly into a filter string.
escapeAttributeValue(Object) - Static method in class org.forgerock.opendj.ldap.Dn
Returns the LDAP string representation of the provided DN attribute value in a form suitable for substitution directly into a DN string.
ESTIMATE - Enum constant in enum class org.forgerock.json.resource.CountPolicy
Estimated count may be used.
evaluate(JsonValue, boolean) - Method in class org.forgerock.config.util.JsonValuePropertyEvaluator
Traverses a JsonValue and does property substitution as well as any type coercion.
evaluate(JsonValue, SubstitutionContext) - Method in class org.forgerock.config.util.JsonValuePropertyEvaluator
Traverses a JsonValue and does property substitution as well as any type coercion.
evaluate(ManagementContext, ManagedObject<?>) - Method in interface org.forgerock.opendj.config.conditions.Condition
Evaluates this condition against the provided client managed object.
evaluate(ManagementContext, ManagedObject<?>) - Method in class org.forgerock.opendj.config.conditions.ContainsCondition
 
evaluate(ManagementContext, ManagedObject<?>) - Method in class org.forgerock.opendj.config.conditions.IsPresentCondition
 
evaluate(ManagementContext, ManagedObject<?>) - Method in class org.forgerock.opendj.config.conditions.NotCondition
 
evaluate(ManagementContext, ManagedObject<?>) - Method in class org.forgerock.opendj.config.conditions.OrCondition
 
evaluate(Condition) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Evaluates the provided condition against this managed object.
evaluate(ServerManagedObject<?>) - Method in interface org.forgerock.opendj.config.conditions.Condition
Evaluates this condition against the provided server managed object.
evaluate(ServerManagedObject<?>) - Method in class org.forgerock.opendj.config.conditions.ContainsCondition
 
evaluate(ServerManagedObject<?>) - Method in class org.forgerock.opendj.config.conditions.IsPresentCondition
 
evaluate(ServerManagedObject<?>) - Method in class org.forgerock.opendj.config.conditions.NotCondition
 
evaluate(ServerManagedObject<?>) - Method in class org.forgerock.opendj.config.conditions.OrCondition
 
evaluate(Entry, Dn, AttributeType) - Static method in class org.opends.server.authorization.dseecompat.UserDN
This method searches an entry for an attribute value that is treated as a DN.
evaluate(AciEvalContext) - Method in class org.opends.server.authorization.dseecompat.AciBody
Performs an evaluation of the permission-bind rule pairs using the evaluation context.
evaluate(AciEvalContext) - Method in class org.opends.server.authorization.dseecompat.AuthMethod
 
evaluate(AciEvalContext) - Method in class org.opends.server.authorization.dseecompat.BindRule
Evaluate a bind rule against an evaluation context.
evaluate(AciEvalContext) - Method in class org.opends.server.authorization.dseecompat.DayOfWeek
Performs evaluation of a dayofweek bind rule using the provided evaluation context.
evaluate(AciEvalContext) - Method in class org.opends.server.authorization.dseecompat.DNS
 
evaluate(AciEvalContext) - Method in class org.opends.server.authorization.dseecompat.IP
Perform an evaluation using the provided evaluation context's remote IP address information.
evaluate(AciEvalContext) - Method in interface org.opends.server.authorization.dseecompat.KeywordBindRule
Evaluate a bind rule using the passed in context.
evaluate(AciEvalContext) - Method in class org.opends.server.authorization.dseecompat.SSF
 
evaluate(AciEvalContext) - Method in class org.opends.server.authorization.dseecompat.TimeOfDay
 
evaluate(AciEvalContext) - Method in class org.opends.server.authorization.dseecompat.UserAttr
Evaluate the expression using an evaluation context.
evaluate(AciEvalContext) - Method in class org.opends.server.authorization.dseecompat.UserDN
Performs the evaluation of a userdn bind rule based on the evaluation context passed to it.
EVALUATED_ALLOW_ACI - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumEvalReason
An allow evaluated to true.
EVALUATED_DENY_ACI - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumEvalReason
An deny ACI either evaluated to FAIL or to TRUE.
evaluateProxyAuthControls() - Method in class org.opends.server.types.Operation
Evaluate all aci and privilege checks for any proxy auth controls.
evaluateSaslChallenge(byte[]) - Method in class org.forgerock.opendj.ldap.messages.BindRequest
Evaluates the provided SASL credentials (challenge) returned by the server and creates the next SASL bind request that should be sent to the server in order to continue or complete the SASL authentication sequence.
evalURL(AciEvalContext, LDAPURL) - Static method in class org.opends.server.authorization.dseecompat.UserDN
This method evaluates a URL userdn expression.
EVENT_NAME - Static variable in class org.forgerock.audit.events.AuditEventBuilder
Event name event payload field name.
EventBufferingConfiguration() - Constructor for class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.EventBufferingConfiguration
 
EventBufferingConfiguration() - Constructor for class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration
 
EventBufferingConfiguration() - Constructor for class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration.EventBufferingConfiguration
 
EventBufferingConfiguration() - Constructor for class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.EventBufferingConfiguration
 
EventHandlerConfiguration - Class in org.forgerock.audit.events.handlers
Base class for audit event handler configuration.
EventHandlerConfiguration() - Constructor for class org.forgerock.audit.events.handlers.EventHandlerConfiguration
 
eventName(String) - Method in class org.forgerock.audit.events.AuditEventBuilder
Sets the provided name for the event.
eventTopicsMetaData - Variable in class org.forgerock.audit.events.handlers.AuditEventHandlerBase
The event topic meta data for the handler.
EventTopicsMetaData - Class in org.forgerock.audit.events
Encapsulates meta-data for event topics.
EventTopicsMetaData(Map<String, JsonValue>) - Constructor for class org.forgerock.audit.events.EventTopicsMetaData
Create a new EventTopicsMetaData.
EventTopicsMetaDataBuilder - Class in org.forgerock.audit.events
Builder for EventTopicsMetaData.
evict(K) - Method in class org.forgerock.util.PerItemEvictionStrategyCache
Evict a cached value from the cache.
EVICT_LN - Enum constant in enum class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn.DbCacheMode
Keep only internal nodes in the database heap cache.
EXACT - Enum constant in enum class org.forgerock.json.resource.CountPolicy
Exact count is required.
ExactMatchIdentityMapper - Class in org.opends.server.extensions
This class provides an implementation of a Directory Server identity mapper that looks for the exact value provided as the ID string to appear in an attribute of a user's entry.
ExactMatchIdentityMapper() - Constructor for class org.opends.server.extensions.ExactMatchIdentityMapper
Creates a new instance of this exact match identity mapper.
ExactMatchIdentityMapperCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Exact Match Identity Mapper settings.
ExactMatchIdentityMapperCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Exact Match Identity Mapper settings.
ExactMatchIdentityMapperCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Exact Match Identity Mapper managed object definition meta information.
ExaminedGroups() - Constructor for class org.opends.server.api.Group.ExaminedGroups
 
ExceptionHandler<E> - Interface in org.forgerock.util.promise
A completion handler for consuming exceptions which occur during the execution of asynchronous tasks.
excludedDefaultUserAttributes(String...) - Method in class org.forgerock.opendj.rest2ldap.ObjectPropertyMapper
Specifies zero or more user attributes which will be excluded from the default user attribute mappings when enabled using ObjectPropertyMapper.includeAllUserAttributesByDefault(boolean).
excludedDefaultUserAttributes(String...) - Method in class org.forgerock.opendj.rest2ldap.Resource
Specifies zero or more user attributes which will be excluded from the default user attribute mappings when enabled using Resource.includeAllUserAttributesByDefault(boolean).
excludedDefaultUserAttributes(Collection<String>) - Method in class org.forgerock.opendj.rest2ldap.ObjectPropertyMapper
Specifies zero or more user attributes which will be excluded from the default user attribute mappings when enabled using ObjectPropertyMapper.includeAllUserAttributesByDefault(boolean).
excludedDefaultUserAttributes(Collection<String>) - Method in class org.forgerock.opendj.rest2ldap.Resource
Specifies zero or more user attributes which will be excluded from the default user attribute mappings when enabled using Resource.includeAllUserAttributesByDefault(boolean).
excludedDomainsChanged() - Method in class org.opends.server.replication.server.changelog.file.ChangeNumberIndexer
Updates the list of monitored replicas when the list of excluded domains changes.
EXCLUSIVE - Enum constant in enum class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn.FilteringPolicy
Records must not match any of the filtering criteria in order to be logged.
EXCLUSIVEMAXIMUM - Static variable in class org.forgerock.json.schema.validator.Constants
The exclusiveMaximum field name.
EXCLUSIVEMINIMUM - Static variable in class org.forgerock.json.schema.validator.Constants
The exclusiveMinimum field name.
execute() - Method in class org.opends.server.backends.task.Task
Begins execution for this task.
execute(Object, CsvContext) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandler.ParseJsonValue
 
execute(Runnable) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
execute(Runnable) - Method in class org.opends.server.api.WorkQueue
Submits a request to be processed in the server.
execute(Runnable) - Method in class org.opends.server.core.BoundedWorkQueue
 
execute(Runnable) - Method in class org.opends.server.extensions.TraditionalWorkQueue
 
execute(Runnable) - Method in class org.opends.server.util.CronExecutorService
 
EXECUTE_IMMEDIATELY_AND_EVERY - Static variable in class org.opends.server.util.CronExecutorService
Helper for representing zero delay constant.
executeAsync(Executor, Supplier<T, E>) - Static method in class org.forgerock.util.promise.Promises
Execute the provided supplier through the executor and returns immediately a Promise that will be completed once the supplier has been executed.
EXECUTOR_SERVICE - Static variable in class org.forgerock.opendj.discovery.StaticServiceDiscoveryMechanism
The scheduled executor service where service discovery is scheduled.
ExecutorServiceFactory - Class in org.forgerock.util.thread
Responsible for generating ExecutorService instances which are automatically wired up to shutdown when the ShutdownListener event triggers.
ExecutorServiceFactory(ShutdownManager) - Constructor for class org.forgerock.util.thread.ExecutorServiceFactory
Create an instance of the factory.
ExistingFileBehavior - Enum Class in org.opends.server.types
This enumeration defines the set of possible behaviors that should be taken when attempting to write to a file that already exists.
exists() - Method in class org.forgerock.opendj.setup.model.LicenseFile
Checks if the license file exists.
exists(String) - Method in interface org.opends.server.backup.BackupStorage
Tests whether this storage contains a file with the provided name.
exists(String) - Method in class org.opends.server.backup.FileSystemBackupStorage
 
expand(Map<String, Object>) - Static method in class org.forgerock.audit.util.JsonValueUtils
Expands a Json Object Map, where the keys of the map are the JsonPointers and the values are the value the JsonPointer resolves to.
expandKey(Key, String, byte[], int) - Static method in class org.forgerock.util.crypto.HKDFKeyGenerator
Expands a master key into a derived key for a specific purpose.
expandKey(Key, String, int) - Static method in class org.forgerock.util.crypto.HKDFKeyGenerator
Expands a master key into a derived key for a specific purpose.
expandKey(Key, String, String, int) - Static method in class org.forgerock.util.crypto.HKDFKeyGenerator
Expands a master key into a derived key for a specific purpose.
expect(Class<?>) - Method in class org.forgerock.json.JsonValue
Called to enforce that the JSON value is of a particular type.
ExpiredTokenException - Exception in org.forgerock.tokenhandler
An exception generated by a TokenHandler on extraction when the token is expired.
ExpiredTokenException(String) - Constructor for exception org.forgerock.tokenhandler.ExpiredTokenException
Constructs a new exception with the specified detail message.
ExpiredTokenException(String, Throwable) - Constructor for exception org.forgerock.tokenhandler.ExpiredTokenException
Constructs a new exception with the specified detail message and cause.
ExpiredTokenException(Throwable) - Constructor for exception org.forgerock.tokenhandler.ExpiredTokenException
Constructs a new exception with the specified cause.
expiresAt(Instant) - Method in class org.forgerock.secrets.SecretBuilder
Sets the secret to expire at the given time.
expireSecretsAfter(Duration, Clock) - Method in class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
Sets the amount of time that secrets produced by this store can be cached before they must be refreshed.
expiresIn(long, TemporalUnit, Clock) - Method in class org.forgerock.secrets.SecretBuilder
Sets the secret to expire in deadline units from now.
expiresInSec(SignedJwt) - Method in class org.forgerock.opendj.rest2ldap.authz.JwtFactories.SignedJwtFactory
Returns the lifetime in seconds of the given JWT token.
export(CryptoKey, Key) - Method in interface org.forgerock.secrets.keys.KeyFormat
Exports the given crypto key and raw key material.
export(CryptoKey, Key) - Method in class org.forgerock.secrets.keys.KeyFormatPem
 
export(CryptoKey, Key) - Method in enum class org.forgerock.secrets.keys.KeyFormatRaw
 
export(KeyFormat<T>) - Method in class org.forgerock.secrets.keys.CryptoKey
Exports the key material in the given format.
EXPORT - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumRight
Entry export during a modify DN operation.
exportBackend(OutputStream) - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
This method trigger an export of the replicated data.
exportBackend(OutputStream) - Method in class org.opends.server.replication.service.ReplicationDomain
This method should trigger an export of the replicated data.
exportLDIF(LDIFExportConfig) - Method in class org.opends.server.api.LocalBackend
Exports the contents of this backend to LDIF.
exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.ConfigurationBackend
 
exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.LDIFBackend
 
exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.MemoryBackend
 
exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.MonitorBackend
 
exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.NullBackend
 
exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.RootDSEBackend
 
exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.SchemaBackend
 
exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.task.TaskBackend
 
ExportLdif - Class in org.opends.server.tools
This program provides a utility that may be used to export the contents of a Directory Server backend to an LDIF file.
ExportTask - Class in org.opends.server.tasks
This class provides an implementation of a Directory Server task that can be used to export the contents of a Directory Server backend to an LDIF file.
ExportTask() - Constructor for class org.opends.server.tasks.ExportTask
 
ExportTaskListener - Interface in org.opends.server.api
This interface defines a set of methods that may be used to notify various Directory Server components whenever an LDIF export task is about to begin or has just completed.
expressionAllowed() - Method in class org.forgerock.opendj.setup.model.Profile.DomainParameter
 
expressionAllowed() - Method in class org.forgerock.opendj.setup.model.Profile.EnumParameter
 
expressionAllowed() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Specifies that common configuration expressions can be specified for this profile parameter.
ExpressionException - Exception in org.forgerock.opendj.config
Exception related to decoding of expression.
Expressions - Class in org.forgerock.opendj.config
Utility class to manage expressions.
ExpressionSchema - Class in org.forgerock.opendj.config.schema
Utility methods for obtaining Expression syntaxes that are based on existing syntaxes.
EXT_OMR_RELATIVE_TIME_GT_ALT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The alternative name for the relative time greater-than extensible ordering matching rule.
EXT_OMR_RELATIVE_TIME_GT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the relative time greater-than extensible ordering matching rule.
EXT_OMR_RELATIVE_TIME_GT_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the relative time greater-than extensible ordering matching rule.
EXT_OMR_RELATIVE_TIME_LT_ALT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The alternative name for the relative time less-than extensible ordering matching rule.
EXT_OMR_RELATIVE_TIME_LT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the relative time less-than extensible ordering matching rule.
EXT_OMR_RELATIVE_TIME_LT_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the relative time less-than extensible ordering matching rule.
EXT_PARTIAL_DATE_TIME_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the partial date and time extensible rule.
EXT_PARTIAL_DATE_TIME_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the partial date and time extensible matching rule.
EXTENDED - Enum constant in enum class org.forgerock.opendj.ldap.messages.Request.RequestType
Extended request type.
EXTENDED - Enum constant in enum class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn.LogRecordType
Extended operations
extendedKeyUsage(boolean, EnumSet<X509CertificateBuilder.ExtendedKeyUsage>) - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Adds the extended key usage extension with the provided usages.
extendedMatch(FF, String, Object) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new extended match filter using the provided field name, operator and value assertion.
ExtendedOperation - Class in org.opends.server.core
This class defines an extended operation, which can perform virtually any kind of task.
ExtendedOperation(RequestContext, LocalBackend<?>, ExtendedRequest<?>, Consumer<ResponseStream>) - Constructor for class org.opends.server.core.ExtendedOperation
Creates a new extended operation.
ExtendedOperationConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the set of extended operation handlers defined in the Directory Server.
ExtendedOperationConfigManager(ServerContext) - Constructor for class org.opends.server.core.ExtendedOperationConfigManager
Creates a new instance of this extended operation config manager.
ExtendedOperationHandler<T extends ExtendedOperationHandlerCfg> - Class in org.opends.server.api
This class defines the set of methods and structures that must be implemented by a Directory Server module that implements the functionality required for one or more types of extended operations.
ExtendedOperationHandler() - Constructor for class org.opends.server.api.ExtendedOperationHandler
Builds an extended operation.
ExtendedOperationHandler(Set<String>) - Constructor for class org.opends.server.api.ExtendedOperationHandler
Builds an extended operation.
ExtendedOperationHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Extended Operation Handler settings.
ExtendedOperationHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Extended Operation Handler settings.
ExtendedOperationHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Extended Operation Handler managed object definition meta information.
extendedRequest(String, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
extendedRequest(String, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Requests that the Directory Server performs the provided extended request.
extendedRequest(String, ByteString) - Method in interface org.forgerock.opendj.ldap.Connection
Requests that the Directory Server performs the provided extended request.
extendedRequest(ExtendedRequest<R>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
extendedRequest(ExtendedRequest<R>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Requests that the Directory Server performs the provided extended request.
extendedRequest(ExtendedRequest<R>) - Method in interface org.forgerock.opendj.ldap.Connection
Requests that the Directory Server performs the provided extended request.
extendedRequest(ExtendedRequest<R>) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Requests that the Directory Server performs the provided extended request.
extendedRequest(ExtendedRequest<R>, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
extendedRequest(ExtendedRequest<R>, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Requests that the Directory Server performs the provided extended request, optionally listening for any intermediate responses.
extendedRequest(ExtendedRequest<R>, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Requests that the Directory Server performs the provided extended request, optionally listening for any intermediate responses.
ExtendedRequest<S extends ExtendedResult> - Interface in org.forgerock.opendj.ldap.messages
The Extended operation allows additional operations to be defined for services not already available in the protocol; for example, to implement an operation which installs transport layer security (see StartTlsExtendedRequest).
extendedRequestAsync(ExtendedRequest<R>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
extendedRequestAsync(ExtendedRequest<R>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously performs the provided extended request in the Directory Server.
extendedRequestAsync(ExtendedRequest<R>) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously performs the provided extended request in the Directory Server.
extendedRequestAsync(ExtendedRequest<R>, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously performs the provided extended request in the Directory Server.
extendedRequestAsync(ExtendedRequest<R>, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
extendedRequestAsync(ExtendedRequest<R>, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously performs the provided extended request in the Directory Server.
ExtendedRequestDecoder<R extends ExtendedRequest<S>,S extends ExtendedResult> - Interface in org.forgerock.opendj.ldap.messages
A factory interface for decoding a generic extended request as an extended request of specific type.
ExtendedResult - Interface in org.forgerock.opendj.ldap.messages
A Extended result indicates the status of an Extended operation and any additional information associated with the Extended operation, including the optional response name and value.
ExtendedResultDecoder<S extends ExtendedResult> - Interface in org.forgerock.opendj.ldap.messages
A factory interface for decoding a generic extended result as an extended result of specific type.
ExtendedStartMsg - Class in org.opends.server.replication.protocol
Added in protocol V10 to exchange additional information during handshake.
ExtendedStartMsg(Asn1Reader, byte) - Constructor for class org.opends.server.replication.protocol.ExtendedStartMsg
Constructs a ExtendedStartMsg from a replication message.
ExtendedStartMsg(ServerId<?>, GroupId, ProcessId, ServerState, long) - Constructor for class org.opends.server.replication.protocol.ExtendedStartMsg
Constructs an ExtendedStartMsg replication message for sending.
EXTENDS - Static variable in class org.forgerock.json.schema.validator.Constants
Deprecated.
removed in JSON schema draft 04
extensible(String, String, Object, boolean) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new extensible match filter.
EXTENSIBLE - Enum constant in enum class org.forgerock.opendj.ldap.Filter.FilterType
The filter type for extensible matching filters.
EXTENSIBLE - Enum constant in enum class org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for extensible matching filters.
EXTENSIBLE - Enum constant in enum class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn.IndexType
This index type is used to improve the efficiency of searches using extensible matching search filters.
extensibleJsonOrderingMatchingRule(String) - Method in class org.forgerock.opendj.rest2ldap.InlineResourcePropertyMapper
Sets the extensible JSON ordering matching rule name that should be used for comparing JSON properties in Name and JSON LDAP attributes.
extensibleJsonOrderingMatchingRule(String) - Method in class org.forgerock.opendj.rest2ldap.JsonPropertyMapper
Sets the JSON ordering matching rule name that should be used for comparing JSON attributes in LDAP.
EXTENSIONS - Static variable in interface org.opends.server.loggers.ServerLoggers
The logger used for custom extensions.
EXTENSIONS_DIR_NAME - Static variable in class org.forgerock.opendj.setup.model.Installation
Extensions directory name.
ExtensionsConstants - Class in org.opends.server.extensions
This class defines a number of constants that may be used by Directory Server extensions.
EXTERNAL - Static variable in interface org.forgerock.i18n.slf4j.Loggers
The logger used for external libraries.
EXTERNAL_KEY_WRAPPING_STRATEGY - Static variable in class org.forgerock.opendj.security.KeyStoreParameters
An alternative external mechanism for wrapping private and secret keys in the key store.
ExternalAccessLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying External Access Log Publisher settings.
ExternalAccessLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying External Access Log Publisher settings.
ExternalAccessLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the External Access Log Publisher managed object definition meta information.
ExternalChangelogRequestControl - Class in org.opends.server.controls
This class implements the request control used to browse the external changelog.
ExternalChangelogRequestControl(boolean, MultiDomainServerState) - Constructor for class org.opends.server.controls.ExternalChangelogRequestControl
Create a new external change log request control to contain the cookie.
ExternalHttpAccessLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying External HTTP Access Log Publisher settings.
ExternalHttpAccessLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying External HTTP Access Log Publisher settings.
ExternalHttpAccessLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the External HTTP Access Log Publisher managed object definition meta information.
ExternalKeyWrappingStrategy - Interface in org.forgerock.opendj.security
A service provider interface for externalizing the strategy used for wrapping individual private/secret keys.
ExternalSASLMechanismHandler - Class in org.opends.server.extensions
This class provides an implementation of a SASL mechanism that relies on some form of authentication that has already been done outside the LDAP layer.
ExternalSASLMechanismHandler() - Constructor for class org.opends.server.extensions.ExternalSASLMechanismHandler
Creates a new instance of this SASL mechanism handler.
ExternalSaslMechanismHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying External SASL Mechanism Handler settings.
ExternalSaslMechanismHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying External SASL Mechanism Handler settings.
ExternalSaslMechanismHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the External SASL Mechanism Handler managed object definition meta information.
ExternalSaslMechanismHandlerCfgDefn.CertificateValidationPolicy - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "certificate-validation-policy" property.
EXTMR_HISTORICAL_CSN_RANGE_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the historicalCsnRangeMatch extensible matching rule.
EXTMR_HISTORICAL_CSN_RANGE_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the historicalCsnRangeMatch extensible matching rule.
ExtOp - Class in org.opends.server.authorization.dseecompat
This class represents an ACI's extop keyword rule.
extractArchiveForSetup(File) - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
Extracts the provided archive to the appropriate root directory of the server.
extractMasterKey(byte[]) - Static method in class org.forgerock.util.crypto.HKDFKeyGenerator
The HKDF "extract" phase that generates a master key from some input key material.
extractMasterKey(byte[], byte[]) - Static method in class org.forgerock.util.crypto.HKDFKeyGenerator
The HKDF "extract" phase that generates a master key from some input key material.
extractValueAsString(JsonValue, String) - Static method in class org.forgerock.audit.util.JsonValueUtils
Extracts String representation of field identified by fieldName from json object.
extractValueAsString(JsonValue, JsonPointer) - Static method in class org.forgerock.audit.util.JsonValueUtils
Extracts String representation of field identified by pointer from json object.
extractZipArchive(File, File, List<String>, List<String>) - Static method in class org.opends.server.util.StaticUtils
Extracts the provided zip archive to the provided target directory.
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
 
extraProperties(String, List<String>) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
Adds the provided extended property.
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
 
extraTags() - Element in annotation interface org.forgerock.monitoring.api.annotation.Timed
 

F

Facility - Enum Class in org.forgerock.audit.handlers.syslog
Defines the standard Syslog message facilities.
factory - Variable in class org.forgerock.util.LazyList
Factory to create the instance of the list to expose.
factory - Variable in class org.forgerock.util.LazyMap
Factory to create the instance of the map to expose.
Factory<T> - Interface in org.forgerock.util
A factory interface.
FAIL - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumEvalResult
This enumeration is returned when the result of the evaluation is FAIL.
FAIL - Enum constant in enum class org.opends.server.types.ExistingFileBehavior
The file behavior that indicates that the write should fail if the specified file already exists.
FAIL_FAST - Static variable in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
A handler which terminates processing by throwing a DecodeException as soon as a change is rejected.
FAIL_FAST - Static variable in interface org.forgerock.opendj.ldif.RejectedLdifListener
The default handler which ignores skipped records but which terminates processing by throwing a DecodeException as soon as a record is found to be malformed or rejected due to a schema validation failure.
FAILED - Enum constant in enum class org.forgerock.audit.events.AccessAuditEventBuilder.ResponseStatus
The access request was not successfully completed.
FAILED - Enum constant in enum class org.forgerock.audit.events.AuthenticationAuditEventBuilder.Status
Authentication operation has completed unsuccessfully.
FailedDependencyAction - Enum Class in org.opends.server.backends.task
This enumeration defines the various ways that a task can behave if it is dependent upon another task and that earlier task is done running but did not complete successfully.
FailFastErrorHandler - Class in org.forgerock.json.schema.validator
FailFastErrorHandler implements the ErrorHandler in a way it re-throws the exception at first time.
FailFastErrorHandler() - Constructor for class org.forgerock.json.schema.validator.FailFastErrorHandler
 
FALSE - Enum constant in enum class org.forgerock.opendj.ldap.ConditionResult
Indicates that the condition evaluated to false.
FALSE - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumEvalResult
This enumeration is returned when the result of the evaluation is FALSE.
FALSE - Static variable in class org.forgerock.opendj.config.conditions.Conditions
A condition which always evaluates to false.
FALSE - Static variable in class org.forgerock.util.query.QueryFilterOperators
a literal "false.
FALSE_VALUE - Static variable in class org.opends.server.util.ServerConstants
The normalized false value.
fatalError(Throwable) - Static method in exception org.forgerock.opendj.ldap.DecodeException
Creates a new fatal decode exception with the provided root cause.
fatalError(LocalizableMessage) - Static method in exception org.forgerock.opendj.ldap.DecodeException
Creates a new fatal decode exception with the provided message.
fatalError(LocalizableMessage, Throwable) - Static method in exception org.forgerock.opendj.ldap.DecodeException
Creates a new fatal decode exception with the provided message and root cause.
field(String, Object) - Static method in class org.forgerock.json.JsonValue
Returns a JSON field for inclusion in a JSON object using object.
FIELD_ACTION - Static variable in interface org.forgerock.json.resource.ActionRequest
The name of the field which contains the action ID in the JSON representation.
FIELD_ADDITIONAL_PARAMETERS - Static variable in interface org.forgerock.json.resource.Request
The name of the field which contains the additional query parameters in the JSON representation.
FIELD_CAUSE - Static variable in exception org.forgerock.json.resource.ResourceException
The name of the JSON field used for the cause message.
FIELD_CODE - Static variable in exception org.forgerock.json.resource.ResourceException
The name of the JSON field used for the code.
FIELD_CONTENT - Static variable in interface org.forgerock.json.resource.ActionRequest
The name of the field which contains the action content in the JSON representation.
FIELD_CONTENT - Static variable in interface org.forgerock.json.resource.CreateRequest
The name of the field which contains the resource content in the JSON representation.
FIELD_CONTENT - Static variable in interface org.forgerock.json.resource.ResourceResponse
The name of the field which contains the resource content in the JSON representation.
FIELD_CONTENT - Static variable in interface org.forgerock.json.resource.UpdateRequest
The name of the field which contains the resource content in the JSON representation.
FIELD_CONTENT_ID - Static variable in interface org.forgerock.json.resource.ResourceResponse
The name of the field in the resource content which contains the resource ID.
FIELD_CONTENT_REVISION - Static variable in interface org.forgerock.json.resource.ResourceResponse
The name of the field in the resource content which contains the resource revision.
FIELD_COUNT_ONLY - Static variable in interface org.forgerock.json.resource.QueryRequest
The name of the field which specifies whether the query request is to return only the count of the results.
FIELD_DETAIL - Static variable in exception org.forgerock.json.resource.ResourceException
The name of the JSON field used for the detail.
FIELD_ERROR - Static variable in interface org.forgerock.json.resource.QueryResponse
The name of the field which contains the error in the JSON representation.
FIELD_FIELD - Static variable in class org.forgerock.json.resource.PatchOperation
The name of the field which contains the target field in the JSON representation.
FIELD_FIELDS - Static variable in interface org.forgerock.json.resource.Request
The name of the field which contains the fields in the JSON representation.
FIELD_FROM - Static variable in class org.forgerock.json.resource.PatchOperation
The name of the source field for copy and move operations.
FIELD_ID - Static variable in interface org.forgerock.json.resource.ResourceResponse
The name of the field which contains the resource ID in the JSON representation.
FIELD_MESSAGE - Static variable in exception org.forgerock.json.resource.ResourceException
The name of the JSON field used for the message.
FIELD_NAMES_FIELD - Static variable in class org.forgerock.audit.util.ElasticsearchUtil
JSON field-name of normalized field-names.
FIELD_NEW_RESOURCE_ID - Static variable in interface org.forgerock.json.resource.CreateRequest
The name of the field which contains the new resource ID in the JSON representation.
FIELD_OPERATION - Static variable in class org.forgerock.json.resource.PatchOperation
The name of the field which contains the type of patch operation in the JSON representation.
FIELD_PAGE_SIZE - Static variable in interface org.forgerock.json.resource.QueryRequest
The name of the field which contains the page size in the JSON representation.
FIELD_PAGED_RESULTS_COOKIE - Static variable in interface org.forgerock.json.resource.QueryRequest
The name of the field which contains the paged results cookie in the JSON representation.
FIELD_PAGED_RESULTS_COOKIE - Static variable in interface org.forgerock.json.resource.QueryResponse
The name of the field which contains the paged results cookie in the JSON representation.
FIELD_PAGED_RESULTS_OFFSET - Static variable in interface org.forgerock.json.resource.QueryRequest
The name of the field which contains the paged results offset in the JSON representation.
FIELD_PATCH - Static variable in interface org.forgerock.json.resource.PatchRequest
The name of the field which contains the patch content in the JSON representation.
FIELD_PATCH_OPERATIONS - Static variable in interface org.forgerock.json.resource.PatchRequest
The name of the field which contains the patch operations in the JSON representation.
FIELD_QUERY_EXPRESSION - Static variable in interface org.forgerock.json.resource.QueryRequest
The name of the field which contains the query expression in the JSON representation.
FIELD_QUERY_FILTER - Static variable in interface org.forgerock.json.resource.QueryRequest
The name of the field which contains the query filter in the JSON representation.
FIELD_QUERY_ID - Static variable in interface org.forgerock.json.resource.QueryRequest
The name of the field which contains the query ID in the JSON representation.
FIELD_REASON - Static variable in exception org.forgerock.json.resource.ResourceException
The name of the JSON field used for the reason.
FIELD_REMAINING_PAGED_RESULTS - Static variable in interface org.forgerock.json.resource.QueryResponse
The name of the field which contains the remaining paged results in the JSON representation.
FIELD_RESOURCE_PATH - Static variable in interface org.forgerock.json.resource.Request
The name of the field which contains the resource name in the JSON representation.
FIELD_RESULT - Static variable in interface org.forgerock.json.resource.QueryResponse
The name of the field which contains the array of matching resources in the JSON representation.
FIELD_RESULT_COUNT - Static variable in interface org.forgerock.json.resource.QueryResponse
The name of the field which contains the result count in the JSON representation.
FIELD_REVISION - Static variable in interface org.forgerock.json.resource.DeleteRequest
The name of the field which contains the resource version in the JSON representation.
FIELD_REVISION - Static variable in interface org.forgerock.json.resource.PatchRequest
The name of the field which contains the resource version in the JSON representation.
FIELD_REVISION - Static variable in interface org.forgerock.json.resource.ResourceResponse
The name of the field which contains the resource version in the JSON representation.
FIELD_REVISION - Static variable in interface org.forgerock.json.resource.UpdateRequest
The name of the field which contains the resource version in the JSON representation.
FIELD_SORT_KEYS - Static variable in interface org.forgerock.json.resource.QueryRequest
The name of the field which contains the sort keys in the JSON representation.
FIELD_TOTAL_PAGED_RESULTS - Static variable in interface org.forgerock.json.resource.QueryResponse
The name of the field which contains the total paged results in the JSON representation.
FIELD_TOTAL_PAGED_RESULTS_POLICY - Static variable in interface org.forgerock.json.resource.QueryRequest
The name of the field which contains the policy used for calculating the total number of paged results.
FIELD_TOTAL_PAGED_RESULTS_POLICY - Static variable in interface org.forgerock.json.resource.QueryResponse
The name of the field which contains the policy used for calculating the total number of paged results in the JSON representation.
FIELD_VALUE - Static variable in class org.forgerock.json.resource.PatchOperation
The name of the field which contains the operation value in the JSON representation.
FIELD_VALUE_ALL - Static variable in interface org.forgerock.json.resource.Request
The value of the fields request parameter to request all fields.
FIELD_VALUE_ALL_PTR - Static variable in class org.forgerock.json.resource.Resources
JsonPointer used in fields to denote "all fields", i.e., no filtering.
fieldIfNotNull(String, Object) - Static method in class org.forgerock.json.JsonValue
Returns a JSON field for inclusion in a JSON object using object only if its value is not null.
FIFOEntryCache - Class in org.opends.server.extensions
This class defines a Directory Server entry cache that uses a FIFO to keep track of the entries.
FIFOEntryCache() - Constructor for class org.opends.server.extensions.FIFOEntryCache
 
FifoEntryCacheCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying FIFO Entry Cache settings.
FifoEntryCacheCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying FIFO Entry Cache settings.
FifoEntryCacheCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the FIFO Entry Cache managed object definition meta information.
file() - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as a File object.
FILE_SYSTEM_SCHEME - Static variable in class org.opends.server.backup.BackupStorageConfig
File system storage scheme.
FILE_USER_SCHEMA_ELEMENTS - Static variable in class org.opends.server.config.ConfigConstants
The name (with no path information) of the file in the schema directory that will contain user-defined schema definitions.
FileBasedAccessLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying File Based Access Log Publisher settings.
FileBasedAccessLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying File Based Access Log Publisher settings.
FileBasedAccessLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the File Based Access Log Publisher managed object definition meta information.
FileBasedAccessLogPublisherCfgDefn.LogFormat - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "log-format" property.
FileBasedAuditLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying File Based Audit Log Publisher settings.
FileBasedAuditLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying File Based Audit Log Publisher settings.
FileBasedAuditLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the File Based Audit Log Publisher managed object definition meta information.
FileBasedErrorLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying File Based Error Log Publisher settings.
FileBasedErrorLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying File Based Error Log Publisher settings.
FileBasedErrorLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the File Based Error Log Publisher managed object definition meta information.
FileBasedEventHandlerConfiguration - Class in org.forgerock.audit.events.handlers
Configures time based or size based log file rotation.
FileBasedEventHandlerConfiguration() - Constructor for class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration
 
FileBasedEventHandlerConfiguration.FileRetention - Class in org.forgerock.audit.events.handlers
Groups the file retention config parameters.
FileBasedEventHandlerConfiguration.FileRotation - Class in org.forgerock.audit.events.handlers
Groups the file rotation config parameters.
FileBasedHttpAccessLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying File Based HTTP Access Log Publisher settings.
FileBasedHttpAccessLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying File Based HTTP Access Log Publisher settings.
FileBasedHttpAccessLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the File Based HTTP Access Log Publisher managed object definition meta information.
FileBasedKeyManagerProvider - Class in org.opends.server.extensions
This class defines a key manager provider that will access keys stored in a file located on the Directory Server filesystem.
FileBasedKeyManagerProvider() - Constructor for class org.opends.server.extensions.FileBasedKeyManagerProvider
 
FileBasedKeyManagerProviderCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying File Based Key Manager Provider settings.
FileBasedKeyManagerProviderCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying File Based Key Manager Provider settings.
FileBasedKeyManagerProviderCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the File Based Key Manager Provider managed object definition meta information.
fileBasedPassword(String) - Static method in class org.forgerock.opendj.setup.model.Security
Specifies that the password is located in the file path represented in the provided String.
fileBasedPassword(Path) - Static method in class org.forgerock.opendj.setup.model.Security
Specifies that the password is located in the provided file Path.
FileBasedTrustManagerProvider - Class in org.opends.server.extensions
This class defines a trust manager provider that will reference certificates stored in a file located on the Directory Server filesystem.
FileBasedTrustManagerProvider() - Constructor for class org.opends.server.extensions.FileBasedTrustManagerProvider
 
FileBasedTrustManagerProviderCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying File Based Trust Manager Provider settings.
FileBasedTrustManagerProviderCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying File Based Trust Manager Provider settings.
FileBasedTrustManagerProviderCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the File Based Trust Manager Provider managed object definition meta information.
FileChangelogDB - Class in org.opends.server.replication.server.changelog.file
Log file implementation of the ChangelogDB interface.
FileChangelogDB(ReplicationServer, String, LogCryptoCfg) - Constructor for class org.opends.server.replication.server.changelog.file.FileChangelogDB
Creates a new changelog DB.
FileContentResolver - Class in org.forgerock.opendj.config.server
Property resolver that considers only the property keys that begins with the "file:" string, and then interprets the remaining part of the key as a relative or absolute file path that must be read to return a value.
FileContentResolver(Path) - Constructor for class org.forgerock.opendj.config.server.FileContentResolver
Creates a file content resolver.
FileCountLogRetentionPolicyCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying File Count Log Retention Policy settings.
FileCountLogRetentionPolicyCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying File Count Log Retention Policy settings.
FileCountLogRetentionPolicyCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the File Count Log Retention Policy managed object definition meta information.
FileNamingPolicy - Interface in org.forgerock.audit.retention
An interface to declare the names of audit log files.
FileNumberRetentionPolicy - Class in org.opends.server.loggers
This class implements a retention policy based on the number of files.
FileNumberRetentionPolicy() - Constructor for class org.opends.server.loggers.FileNumberRetentionPolicy
 
FilePermission - Class in org.opends.server.types
This class provides a mechanism for setting file permissions in a more abstract manner than is provided by the underlying operating system and/or filesystem.
FilePermission(int) - Constructor for class org.opends.server.types.FilePermission
Creates a new file permission object with the provided encoded representation.
FileRetention() - Constructor for class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRetention
 
FileRotation() - Constructor for class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
 
FileSystemBackupStorage - Class in org.opends.server.backup
A backup storage implementation that reads and writes files in a file system directory.
FileSystemBackupStorage(Path) - Constructor for class org.opends.server.backup.FileSystemBackupStorage
Creates a new data storage for reading and writing files in the provided directory.
FileSystemBackupStorageProvider - Class in org.opends.server.backup
This class creates instances of BackupStorage plugged on the local file system.
FileSystemBackupStorageProvider() - Constructor for class org.opends.server.backup.FileSystemBackupStorageProvider
 
FileSystemSecretStore - Class in org.forgerock.secrets.propertyresolver
A SecretStore that reads secrets from a directory with the expectation that each file contains a separate secret.
FileSystemSecretStore.FileSystemSecretStoreBuilder - Class in org.forgerock.secrets.propertyresolver
A builder for more fluently creating a FileSystemSecretStore.
fileSystemSecretStoreBuilder(Path) - Static method in class org.forgerock.secrets.propertyresolver.FileSystemSecretStore
Creates a new FileSystemSecretStore builder.
fillInStackTrace() - Method in exception org.opends.server.types.DisconnectException
Prevent costly stack traces from being created because they are not useful for this type of exception.
filter(Predicate<Response>) - Method in class org.forgerock.opendj.server.core.ResponseStream
Returns a response stream which contains only the responses which match the provided predicate.
filter(Set<String>) - Method in class org.forgerock.audit.events.EventTopicsMetaData
Returns a new instance of EventTopicsMetaData containing only the meta-data for topics held by this object that are named within provided topics parameter.
filter(Context, Request, Handler) - Method in class org.forgerock.opendj.rest2ldap.ErrorLoggerFilter
 
filter(Context, Request, Handler) - Method in class org.opends.server.protocols.http.CommonAuditHttpAccessAuditFilter
 
Filter - Class in org.forgerock.opendj.ldap
A search filter as defined in RFC 4511.
Filter - Interface in org.forgerock.audit.filter
Interface that represents an audit filter.
Filter - Interface in org.forgerock.json.resource
An interface for implementing request handler filters.
Filter.FilterType - Enum Class in org.forgerock.opendj.ldap
This enumeration defines the set of possible filter types that may be used for search filters.
filterAction(Context, ActionRequest, RequestHandler) - Method in interface org.forgerock.json.resource.Filter
Filters an action request.
filterAction(Context, ActionRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionRoutingFilter
 
filterAction(Context, ActionRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter
 
filterAttributes(Predicate<Attribute>) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Registers a predicate which should be applied to attributes selected by this attribute filter.
FilterBuilder - Class in org.forgerock.audit.filter
Builds a Filter for a given set of FilterPolicy.
FilterBuilder() - Constructor for class org.forgerock.audit.filter.FilterBuilder
 
FilterChain - Class in org.forgerock.json.resource
A chain of filters terminated by a target request handler.
FilterChain(RequestHandler) - Constructor for class org.forgerock.json.resource.FilterChain
Creates an empty filter chain.
FilterChain(RequestHandler, Collection<Filter>) - Constructor for class org.forgerock.json.resource.FilterChain
Creates a filter chain containing the provided list of filters.
FilterChain(RequestHandler, Filter...) - Constructor for class org.forgerock.json.resource.FilterChain
Creates a filter chain containing the provided list of filters.
FilterCondition - Interface in org.forgerock.json.resource
A condition which controls whether or not a filter will be invoked or not.
filterCreate(Context, CreateRequest, RequestHandler) - Method in interface org.forgerock.json.resource.Filter
Filters a create request.
filterCreate(Context, CreateRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionRoutingFilter
 
filterCreate(Context, CreateRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter
 
filterDelete(Context, DeleteRequest, RequestHandler) - Method in interface org.forgerock.json.resource.Filter
Filters a delete request.
filterDelete(Context, DeleteRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionRoutingFilter
 
filterDelete(Context, DeleteRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter
 
filteredCopyOf(Entry) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns a modifiable filtered copy of the provided entry.
filteredCopyOf(SearchResultEntry) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns a modifiable filtered copy of the provided search result entry.
filteredViewOf(Entry) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns an unmodifiable filtered view of the provided entry.
filteredViewOf(SearchResultEntry) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns an unmodifiable filtered view of the provided search result entry.
filterEntry(Operation, SearchResultEntry, AttributeFilter) - Method in class org.opends.server.api.AccessControlHandler
Filter the contents of the provided entry such that it no longer contains any attributes or values that the client is not permitted to access.
filterEntry(Operation, SearchResultEntry, AttributeFilter) - Method in class org.opends.server.authorization.dseecompat.AciHandler
 
filterPatch(Context, PatchRequest, RequestHandler) - Method in interface org.forgerock.json.resource.Filter
Filters a patch request.
filterPatch(Context, PatchRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionRoutingFilter
 
filterPatch(Context, PatchRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter
 
FilterPolicy - Class in org.forgerock.audit.filter
Represents a FilterPolicy which contains the includeIf and excludeIf values for the filter.
FilterPolicy() - Constructor for class org.forgerock.audit.filter.FilterPolicy
 
filterQuery(Context, QueryRequest, QueryResourceHandler, RequestHandler) - Method in interface org.forgerock.json.resource.Filter
Filters a query request.
filterQuery(Context, QueryRequest, QueryResourceHandler, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionRoutingFilter
 
filterQuery(Context, QueryRequest, QueryResourceHandler, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter
 
filterRead(Context, ReadRequest, RequestHandler) - Method in interface org.forgerock.json.resource.Filter
Filters a read request.
filterRead(Context, ReadRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionRoutingFilter
 
filterRead(Context, ReadRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter
 
FilterRefinement(Filter) - Constructor for class org.forgerock.opendj.ldap.SubtreeSpecification.FilterRefinement
Create a new filter refinement.
filterResource(JsonValue, Collection<JsonPointer>) - Static method in class org.forgerock.json.resource.Resources
Returns a JSON object containing only the specified fields from the provided JSON value.
filterResource(ResourceResponse, Collection<JsonPointer>) - Static method in class org.forgerock.json.resource.Resources
Returns a JSON object containing only the specified fields from the provided resource.
filterResponse(Response) - Method in class org.opends.server.authorization.policy.AccessController
Checks a response:
Filters - Class in org.forgerock.json.resource
This class contains methods for creating various kinds of Filter and FilterConditions.
filtersAllowCaching(Entry) - Method in class org.opends.server.api.EntryCache
Indicates whether the current set of exclude and include filters allow caching of the specified entry.
filterUpdate(Context, UpdateRequest, RequestHandler) - Method in interface org.forgerock.json.resource.Filter
Filters an update request.
filterUpdate(Context, UpdateRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionRoutingFilter
 
filterUpdate(Context, UpdateRequest, RequestHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter
 
finalize() - Method in class org.forgerock.opendj.ldap.ConnectionPool
Provide a finalizer because connection pools are expensive resources to accidentally leave around.
finalize() - Method in class org.opends.server.config.ConfigurationHandler
Finalizes the configuration handler.
finalize() - Method in class org.opends.server.discovery.ServiceDiscoveryMechanismConfigManager
Finalize all service discovery mechanism for shutdown.
finalize() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
Called by the Gc when the object is garbage collected Release the cursor in case the iterator was badly used and releaseCursor was never called.
finalizeAccessControlHandler() - Method in class org.opends.server.api.AccessControlHandler
Performs any necessary finalization for the access control handler implementation.
finalizeAccessControlHandler() - Method in class org.opends.server.authorization.dseecompat.AciHandler
 
finalizeAccessControlHandler() - Method in class org.opends.server.authorization.policy.PolicyBasedAccessControlHandler
 
finalizeAlertHandler() - Method in interface org.opends.server.api.AlertHandler
Performs any necessary cleanup that may be necessary when this alert handler is finalized.
finalizeAlertHandler() - Method in class org.opends.server.extensions.JMXAlertHandler
 
finalizeAlertHandler() - Method in class org.opends.server.extensions.SMTPAlertHandler
 
finalizeAuthenticationPolicy() - Method in class org.opends.server.api.AuthenticationPolicy
Performs any necessary work to finalize this authentication policy.
finalizeBackend() - Method in class org.opends.server.api.Backend
Performs any necessary work to finalize this backend.
finalizeBackend() - Method in class org.opends.server.api.LocalBackend
 
finalizeBackend() - Method in class org.opends.server.backends.MonitorBackend
 
finalizeBackend() - Method in class org.opends.server.backends.ProxyBackend
 
finalizeCertificateMapper() - Method in class org.opends.server.api.CertificateMapper
Performs any finalization that may be necessary for this certificate mapper.
finalizeCertificateMapper() - Method in class org.opends.server.extensions.FingerprintCertificateMapper
 
finalizeCertificateMapper() - Method in class org.opends.server.extensions.SubjectAttributeToUserAttributeCertificateMapper
 
finalizeCertificateMapper() - Method in class org.opends.server.extensions.SubjectDNToUserAttributeCertificateMapper
 
finalizeCertificateMapper() - Method in class org.opends.server.extensions.SubjectEqualsDNCertificateMapper
 
finalizeConnectionInternal() - Method in class org.opends.server.api.ClientConnection
Performs any internal cleanup that may be necessary when this client connection is disconnected.
finalizeEntryCache() - Method in class org.opends.server.api.EntryCache
Performs any necessary cleanup work (e.g., flushing all cached entries and releasing any other held resources) that should be performed when the server is to be shut down or the entry cache destroyed or replaced.
finalizeEntryCache() - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
finalizeEntryCache() - Method in class org.opends.server.extensions.FIFOEntryCache
 
finalizeEntryCache() - Method in class org.opends.server.extensions.SoftReferenceEntryCache
 
finalizeExtendedOperationHandler() - Method in class org.opends.server.api.ExtendedOperationHandler
Performs any finalization that may be necessary for this extended operation handler.
finalizeExtendedOperationHandler() - Method in class org.opends.server.extensions.PasswordModifyExtendedOperation
 
finalizeExtendedOperationHandler() - Method in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
 
finalizeGroupManager() - Method in class org.opends.server.core.GroupManager
Performs any cleanup work that may be needed when the server is shutting down.
finalizeIdentityMapper() - Method in class org.opends.server.api.IdentityMapper
Performs any finalization that may be necessary for this identity mapper.
finalizeIdentityMapper() - Method in class org.opends.server.extensions.ExactMatchIdentityMapper
 
finalizeIdentityMapper() - Method in class org.opends.server.extensions.RegularExpressionIdentityMapper
 
finalizeKeyManagerProvider() - Method in class org.opends.server.api.KeyManagerProvider
Deregister certificate monitor entries associated to this key manager provider from the server and performs any other finalization that may be necessary.
finalizeKeyManagerProviderImpl() - Method in class org.opends.server.api.KeyManagerProvider
Performs any other finalization actions that may be necessary by this key manager provider implementation.
finalizeKeyManagerProviderImpl() - Method in class org.opends.server.extensions.FileBasedKeyManagerProvider
 
finalizeKeyManagerProviderImpl() - Method in class org.opends.server.extensions.JvmKeyManagerProvider
 
finalizeKeyManagerProviderImpl() - Method in class org.opends.server.extensions.LDAPKeyManagerProvider
 
finalizeKeyManagerProviderImpl() - Method in class org.opends.server.extensions.PemKeyManagerProvider
 
finalizeKeyManagerProviderImpl() - Method in class org.opends.server.extensions.PKCS11KeyManagerProvider
 
finalizeListenerManager() - Method in class org.opends.server.authorization.dseecompat.AciListenerManager
Deregister from the change notification listener, the backend initialization listener and the alert generator.
finalizeMechanism() - Method in class org.opends.server.discovery.StaticServiceDiscoveryMechanism
 
finalizeMechanism() - Method in interface org.opends.server.discovery.ServiceDiscoveryMechanism
Frees any resources in use, mechanism will not be used anymore afterwards.
finalizeOnShutdown() - Static method in class org.opends.server.authorization.dseecompat.AciEffectiveRights
Finalizes static variables on shutdown so that we release the memory associated with them (for the unit tests) and get fresh copies if we're doing an in-core restart.
finalizePasswordGenerator() - Method in class org.opends.server.api.PasswordGenerator
Performs any finalization work that may be necessary when this password generator is taken out of service.
finalizePasswordGenerator() - Method in class org.opends.server.extensions.RandomPasswordGenerator
 
finalizePasswordStorageScheme() - Method in class org.opends.server.api.PasswordStorageScheme
Performs any necessary finalization that might be required when this password storage scheme is no longer needed (e.g., the scheme is disabled or the server is shutting down).
finalizePasswordStorageScheme() - Method in class org.opends.server.extensions.PBKDF2HmacSHA256PasswordStorageScheme
 
finalizePasswordStorageScheme() - Method in class org.opends.server.extensions.ScramSha512PasswordStorageScheme
 
finalizePasswordValidator() - Method in class org.opends.server.api.PasswordValidator
Performs any finalization that might be required when this password validator is unloaded.
finalizePasswordValidator() - Method in class org.opends.server.extensions.AttributeValuePasswordValidator
 
finalizePasswordValidator() - Method in class org.opends.server.extensions.CharacterSetPasswordValidator
 
finalizePasswordValidator() - Method in class org.opends.server.extensions.DictionaryPasswordValidator
 
finalizePasswordValidator() - Method in class org.opends.server.extensions.LengthBasedPasswordValidator
 
finalizePasswordValidator() - Method in class org.opends.server.extensions.RepeatedCharactersPasswordValidator
 
finalizePasswordValidator() - Method in class org.opends.server.extensions.SimilarityBasedPasswordValidator
 
finalizePasswordValidator() - Method in class org.opends.server.extensions.UniqueCharactersPasswordValidator
 
finalizePlugin() - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary finalization for this plugin.
finalizePlugin() - Method in class org.opends.server.plugins.AttributeCleanupPlugin
 
finalizePlugin() - Method in class org.opends.server.plugins.ChangeNumberControlPlugin
 
finalizePlugin() - Method in class org.opends.server.plugins.EntityTagPlugin
 
finalizePlugin() - Method in class org.opends.server.plugins.EntryUUIDPlugin
 
finalizePlugin() - Method in class org.opends.server.plugins.GraphiteMonitorReporterPlugin
 
finalizePlugin() - Method in class org.opends.server.plugins.LastModPlugin
 
finalizePlugin() - Method in class org.opends.server.plugins.LDAPADListPlugin
 
finalizePlugin() - Method in class org.opends.server.plugins.ReferentialIntegrityPlugin
 
finalizePlugin() - Method in class org.opends.server.plugins.SevenBitCleanPlugin
 
finalizePlugin() - Method in class org.opends.server.plugins.UniqueAttributePlugin
 
finalizePlugin() - Method in class org.opends.server.replication.plugin.FractionalLDIFImportPlugin
 
finalizePlugins() - Method in class org.opends.server.core.PluginConfigManager
Finalizes all plugins that are registered with the Directory Server.
finalizeProvider() - Method in class org.opends.server.schema.CoreSchemaProvider
 
finalizeProvider() - Method in class org.opends.server.schema.JsonEqualityMatchingRuleProvider
 
finalizeProvider() - Method in class org.opends.server.schema.JsonOrderingMatchingRuleProvider
 
finalizeProvider() - Method in class org.opends.server.schema.JsonQueryEqualityMatchingRuleProvider
 
finalizeProvider() - Method in class org.opends.server.schema.NameAndJsonQueryEqualityMatchingRuleProvider
 
finalizeProvider() - Method in interface org.opends.server.schema.SchemaProvider
Finalize the provider.
finalizeSASLMechanismHandler() - Method in class org.opends.server.api.SASLMechanismHandler
Performs any finalization that may be necessary for this SASL mechanism handler.
finalizeSASLMechanismHandler() - Method in class org.opends.server.extensions.ScramSha512SASLMechanismHandler
 
finalizeSASLMechanismHandler() - Method in class org.opends.server.extensions.AnonymousSASLMechanismHandler
 
finalizeSASLMechanismHandler() - Method in class org.opends.server.extensions.CRAMMD5SASLMechanismHandler
 
finalizeSASLMechanismHandler() - Method in class org.opends.server.extensions.DigestMD5SASLMechanismHandler
 
finalizeSASLMechanismHandler() - Method in class org.opends.server.extensions.ExternalSASLMechanismHandler
 
finalizeSASLMechanismHandler() - Method in class org.opends.server.extensions.GSSAPISASLMechanismHandler
 
finalizeSASLMechanismHandler() - Method in class org.opends.server.extensions.PlainSASLMechanismHandler
 
finalizeStateAfterBind() - Method in class org.opends.server.api.AuthenticationPolicyState
Performs any finalization required after a bind operation has completed.
finalizeStateAfterBind() - Method in class org.opends.server.core.PasswordPolicyState
 
finalizeStatusNotificationHandler() - Method in class org.opends.server.api.AccountStatusNotificationHandler
Performs any finalization that may be necessary when this status notification handler is taken out of service.
finalizeSubentryManager() - Method in class org.opends.server.core.SubentryManager
Performs any required finalization tasks for Subentry Manager.
finalizeSynchronizationProvider() - Method in class org.opends.server.api.SynchronizationProvider
Performs any necessary finalization for this synchronization provider.
finalizeSynchronizationProvider() - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
finalizeTrustManagerProvider() - Method in class org.opends.server.api.TrustManagerProvider
Performs any finalization that may be necessary for this trust manager provider.
finalizeTrustManagerProvider() - Method in class org.opends.server.extensions.AdminDataTrustManagerProvider
 
finalizeTrustManagerProvider() - Method in class org.opends.server.extensions.BlindTrustManagerProvider
 
finalizeTrustManagerProvider() - Method in class org.opends.server.extensions.FileBasedTrustManagerProvider
 
finalizeTrustManagerProvider() - Method in class org.opends.server.extensions.JvmTrustManagerProvider
 
finalizeTrustManagerProvider() - Method in class org.opends.server.extensions.LDAPTrustManagerProvider
 
finalizeTrustManagerProvider() - Method in class org.opends.server.extensions.PemTrustManagerProvider
 
finalizeTrustManagerProvider() - Method in class org.opends.server.extensions.Pkcs11TrustManagerProvider
 
finalizeVirtualAttributeProvider() - Method in class org.opends.server.api.VirtualAttributeProvider
Performs any finalization that may be necessary whenever this virtual attribute provider is taken out of service.
finalizeVirtualAttributeProvider() - Method in class org.opends.server.extensions.EntityTagVirtualAttributeProvider
 
finalizeVirtualAttributeProvider() - Method in class org.opends.server.extensions.UserDefinedVirtualAttributeProvider
 
finalizeVirtualAttributeProvider() - Method in class org.opends.server.extensions.UserTemplateVirtualAttributeProvider
 
finalizeWorkQueue(LocalizableMessage) - Method in class org.opends.server.api.WorkQueue
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.
finalizeWorkQueue(LocalizableMessage) - Method in class org.opends.server.extensions.TraditionalWorkQueue
 
find(String) - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry
Initiate a search beginning with a metric name.
findBackendForEntry(Dn) - Method in class org.opends.server.core.BackendConfigManager
Retrieves the backend that should be used to handle operations on the specified entry.
findDefaultValues(ManagedObjectPath<?, ?>, PropertyDefinition<P>, boolean) - Method in class org.forgerock.opendj.config.client.spi.Driver
Gets the default values for the specified property.
findDomain(Dn, ServerContext) - Static method in class org.opends.server.replication.plugin.MultimasterReplication
Finds the domain for a given DN.
findDomain(Dn, PluginOperation, ServerContext) - Static method in class org.opends.server.replication.plugin.MultimasterReplication
Finds the domain for a given DN.
FINDING_BASE - Enum constant in enum class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Dereference aliases in locating the base object of a Search operation, but not when searching subordinates of the base object.
findLocalBackendForEntry(Dn) - Method in class org.opends.server.core.BackendConfigManager
Retrieves the local backend and the corresponding baseDN that should be used to handle operations on the specified entry.
findMatchedDn(Dn, Predicate<Dn>) - Static method in class org.opends.server.types.Entries
Returns the matched DN that is available in the backend for the provided DN.
findMatchedDn(Dn, Predicate<Dn>, BackendConfigManager) - Static method in class org.opends.server.types.Entries
Returns the matched DN that is available in the backend for the provided DN.
findMatchedDN(Dn, ServerContext) - Static method in class org.opends.server.types.Entries
Finds the matched DN associated with the provided entry DN.
findNamingContextChildren(Dn) - Method in class org.opends.server.core.BackendConfigManager
Retrieves the set of local naming contexts that are subordinates of the naming context that should be used to handle operations on the specified entry.
findNamingContextForEntry(Dn) - Method in class org.opends.server.core.BackendConfigManager
Retrieves the naming context that should be used to handle operations on the specified entry.
FingerprintCertificateMapper - Class in org.opends.server.extensions
This class implements a very simple Directory Server certificate mapper that will map a certificate to a user only if that user's entry contains an attribute with the fingerprint of the client certificate.
FingerprintCertificateMapper() - Constructor for class org.opends.server.extensions.FingerprintCertificateMapper
 
FingerprintCertificateMapperCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Fingerprint Certificate Mapper settings.
FingerprintCertificateMapperCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Fingerprint Certificate Mapper settings.
FingerprintCertificateMapperCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Fingerprint Certificate Mapper managed object definition meta information.
FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "fingerprint-algorithm" property.
fireConnectionOptionsChanged() - Method in class org.opends.server.discovery.StaticServiceDiscoveryMechanism
 
firstSocketAddress() - Method in class org.forgerock.opendj.ldap.LdapServer
Returns the first address that his LDAP listener is listening on.
firstValue() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
firstValue() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns the first attribute value in this attribute.
firstValue() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
firstValue() - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
firstValueAsString() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns the first attribute value in this attribute decoded as a UTF-8 string.
FixedBackendIterator(Collection<E>) - Constructor for class org.opends.server.backup.BackupManager.FixedBackendIterator
Builds a FixedBackendIterator.
fixedPrincipalCredentialPair(String, SecretReference<T>) - Static method in class org.forgerock.secrets.credentials.CredentialPair
Factory method to create a new instance of CredentialPair with a static principal and a dynamic principal secret.
FixedTimeLogRotationPolicyCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Fixed Time Log Rotation Policy settings.
FixedTimeLogRotationPolicyCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Fixed Time Log Rotation Policy settings.
FixedTimeLogRotationPolicyCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Fixed Time Log Rotation Policy managed object definition meta information.
FixedTimeRotationPolicy - Class in org.forgerock.audit.rotation
Rotates audit files at fixed times throughout the day.
FixedTimeRotationPolicy - Class in org.opends.server.loggers
This class implements a rotation policy based on fixed day/time of day.
FixedTimeRotationPolicy() - Constructor for class org.opends.server.loggers.FixedTimeRotationPolicy
 
FixedTimeRotationPolicy(List<Duration>) - Constructor for class org.forgerock.audit.rotation.FixedTimeRotationPolicy
Constructs a FixedTimeRotationPolicy given a list of milliseconds after midnight to rotateIfNeeded the files.
FlatFileResolver - Class in org.forgerock.config.resolvers
Deprecated.
This class is currently only used in conjunction with the PropertyResolverSecretStore and this pairing is deprecated. Instead, use the FileSystemSecretStore.
FlatFileResolver(Path) - Constructor for class org.forgerock.config.resolvers.FlatFileResolver
Deprecated.
Initializes the resolver with the given root directory and an empty suffix.
FlatFileResolver(Path, String) - Constructor for class org.forgerock.config.resolvers.FlatFileResolver
Deprecated.
Initializes the resolver with the given root directory.
FlatFileResolver(Path, String, DirectoryWatcher) - Constructor for class org.forgerock.config.resolvers.FlatFileResolver
Deprecated.
Initializes the resolver with the given root directory.
flatten(JsonValue) - Static method in class org.forgerock.audit.util.JsonValueUtils
Flattens a JsonValue to a Map, where the keys of the Map are JsonPointers and the values are the value the JsonPointers resolve to.
floatParameter(String) - Method in class org.forgerock.opendj.setup.model.Profile.ParameterFactory
Creates and returns a new Float parameter.
flush() - Method in class org.forgerock.audit.events.handlers.writers.AsynchronousTextWriter
 
flush() - Method in class org.forgerock.audit.events.handlers.writers.MeteredStream
Flush the output stream which flushes the target output stream.
flush() - Method in class org.forgerock.audit.events.handlers.writers.RotatableWriter
 
flush() - Method in interface org.forgerock.audit.events.handlers.writers.TextWriter
Flushes any buffered contents of the output stream.
flush() - Method in class org.forgerock.audit.events.handlers.writers.TextWriter.Stream
 
flush() - Method in class org.forgerock.audit.events.handlers.writers.TextWriterAdapter
 
flush() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Implementation of OutputStream.flush() which doesn't do anything because data is written directly to a byte array.
flush() - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Flushes this change record writer so that any buffered data is written immediately to underlying stream, flushing the stream if it is also Flushable.
flush() - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Connection change record writers do not require flushing, so this method has no effect.
flush() - Method in class org.forgerock.opendj.ldif.ConnectionEntryWriter
Connection entry writers do not require flushing, so this method has no effect.
flush() - Method in interface org.forgerock.opendj.ldif.EntryWriter
Flushes this entry writer so that any buffered data is written immediately to underlying stream, flushing the stream if it is also Flushable.
flush() - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
 
flush() - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
 
flush() - Method in class org.opends.server.core.MultiOutputStream
Flushes all of the underlying output streams.
flush() - Method in class org.opends.server.loggers.MeteredStream
Flush the output stream which flushes the target output stream.
flush() - Method in interface org.opends.server.loggers.TextWriter
Flushes any buffered contents of the output stream.
FLUSH_FILE_ACTION_NAME - Static variable in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
Name of action to force flushing of file-buffer, which is not the same as flushing buffered audit events, and is primarily used for testing purposes.
FORBIDDEN - Static variable in exception org.forgerock.json.resource.ResourceException
Indicates that the resource understood the request, but is refusing to fulfill it.
ForbiddenException - Exception in org.forgerock.json.resource
An exception that is thrown when access to a resource is forbidden during an operation on an resource.
ForbiddenException() - Constructor for exception org.forgerock.json.resource.ForbiddenException
Constructs a new exception with null as its detail message.
ForbiddenException(String) - Constructor for exception org.forgerock.json.resource.ForbiddenException
Constructs a new exception with the specified detail message.
ForbiddenException(String, Throwable) - Constructor for exception org.forgerock.json.resource.ForbiddenException
Constructs a new exception with the specified detail message and cause.
ForbiddenException(Throwable) - Constructor for exception org.forgerock.json.resource.ForbiddenException
Constructs a new exception with the specified cause.
FORCE_NON_ATOMIC_CONTROL - Static variable in class org.opends.server.backends.pluggable.EntryContainer
The control to force the usage of a non-atomic subtree deletion algorithm.
forceDaemonThreads() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Indicates whether all threads created by the Directory Server should be created as daemon threads.
forceInitialize(ConfigurationFramework.InitParameters) - Method in class org.forgerock.opendj.config.ConfigurationFramework
Initializes the configuration framework using the application's class loader as the parent class loader, and the provided install and instance paths.
forceOlderThan(BooleanArgument) - Method in class org.opends.server.tools.dsbackup.PurgeArgumentsValidator
Indicates whether "older than" must or not purge all the backups even the latest ones if they are older than the specified threshold.
forceOlderThan(Entry, String) - Method in class org.opends.server.tools.dsbackup.PurgeArgumentsValidator
Indicates whether "older than" must or not purge all the backups even the latest ones if they are older than the specified threshold.
forceRotation() - Method in class org.forgerock.audit.events.handlers.writers.RotatableWriter
Forces a rotation of the writer.
forCipherConstant(int) - Static method in enum class org.forgerock.secrets.keys.KeyType
Converts an integer key type constant from the Cipher class into an equivalent KeyType enum value.
forContext(Context) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
Sets common fields from services contexts.
forEach(Consumer<? super ByteString>) - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
forEach(Consumer<? super Response>) - Method in class org.forgerock.opendj.server.core.ResponseStream
Performs an action for each response in this stream blocking until there are no more responses or a Result has been observed.
forEachMeter(Consumer<? super Meter>) - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry
Iterate over each meter in the registry.
forEachNormalizedValue(BiConsumer<? super ByteString, ? super ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
forEachNormalizedValue(BiConsumer<? super ByteString, ? super ByteString>) - Method in interface org.forgerock.opendj.ldap.Attribute
Performs the provided action for each value and its associated normalized value in this attribute.
forEachNormalizedValue(BiConsumer<? super ByteString, ? super ByteString>) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
forEachNormalizedValue(BiConsumer<? super ByteString, ? super ByteString>) - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
FORGEROCK_WRITABLE_REPLICA - Enum constant in enum class org.forgerock.opendj.security.X509CertificateBuilder.ExtendedKeyUsage
ForgeRock specific: updates from the replica are allowed.
forHttpRequest(Context, Request) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
Sets common fields from CREST contexts and request.
forKeyType(Class<? extends CryptoKey>) - Static method in enum class org.forgerock.secrets.keys.KeyUsage
Returns the set of all key usages that are applicable to the given key type.
format(String, Object...) - Static method in class org.forgerock.json.resource.ResourcePath
Creates a new resource path using the provided path template and unencoded path elements.
format(String, Object...) - Static method in class org.forgerock.opendj.ldap.Dn
Creates a new DN using the provided DN template and unescaped attribute values using the default schema.
format(String, Object...) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new filter using the provided filter template and unescaped assertion values.
format(String, Schema, Object...) - Static method in class org.forgerock.opendj.ldap.Dn
Creates a new DN using the provided DN template and unescaped attribute values using the provided schema.
FORMAT - Static variable in class org.forgerock.json.schema.validator.Constants
The format field name.
FORMAT_COLOR - Static variable in class org.forgerock.json.schema.validator.Constants
color This is a CSS color (like "#FF0000" or "red"), based on CSS 2.1 [W3C.CR-CSS21-20070719].
FORMAT_DATE - Static variable in class org.forgerock.json.schema.validator.Constants
date This SHOULD be a date in the format of YYYY-MM-DD.
FORMAT_DATE_TIME - Static variable in class org.forgerock.json.schema.validator.Constants
date-time This SHOULD be a date in ISO 8601 format of YYYY-MM- DDThh:mm:ssZ in UTC time.
FORMAT_EMAIL - Static variable in class org.forgerock.json.schema.validator.Constants
email This SHOULD be an email address.
FORMAT_HOST_NAME - Static variable in class org.forgerock.json.schema.validator.Constants
host-name This SHOULD be a host-name.
FORMAT_IP_ADDRESS - Static variable in class org.forgerock.json.schema.validator.Constants
ip-address This SHOULD be an ip version 4 address.
FORMAT_IPV6 - Static variable in class org.forgerock.json.schema.validator.Constants
ipv6 This SHOULD be an ip version 6 address.
FORMAT_PHONE - Static variable in class org.forgerock.json.schema.validator.Constants
phone This SHOULD be a phone number (format MAY follow E.123).
FORMAT_REGEX - Static variable in class org.forgerock.json.schema.validator.Constants
regex A regular expression, following the regular expression specification from ECMA 262/Perl 5.
FORMAT_STYLE - Static variable in class org.forgerock.json.schema.validator.Constants
style This is a CSS style definition (like "color: red; background- color:#FFF"), based on CSS 2.1 [W3C.CR-CSS21-20070719].
FORMAT_TIME - Static variable in class org.forgerock.json.schema.validator.Constants
time This SHOULD be a time in the format of hh:mm:ss.
FORMAT_URI - Static variable in class org.forgerock.json.schema.validator.Constants
uri This value SHOULD be a URI.
FORMAT_UTC_MILLISEC - Static variable in class org.forgerock.json.schema.validator.Constants
utc-millisec This SHOULD be the difference, measured in milliseconds, between the specified time and midnight, 00:00 of January 1, 1970 UTC.
formatDateTimeString(TemporalAccessor) - Static method in class org.opends.server.util.StaticUtils
Formats a Date to String representation in "yyyyMMddHHmmss'Z'".
FormatHelper - Class in org.forgerock.json.schema.validator.helpers
This class implements "format" validation on primitive types of objects as defined in the paragraph 5.23 of the JSON Schema specification.
FormatHelper(String) - Constructor for class org.forgerock.json.schema.validator.helpers.FormatHelper
Construct a new format helper.
formatTo(Formatter, int, int, int) - Method in class org.forgerock.i18n.LocalizableMessage
Formats this message using the provided Formatter.
forMaxAge(Duration) - Static method in class org.forgerock.json.resource.ResponseCacheControl
Returns a cache control that will allow caching until the given maximum age.
forMaxAgeSeconds(long) - Static method in class org.forgerock.json.resource.ResponseCacheControl
Returns a cache control that will allow caching until the given maximum age (in seconds).
forName(String) - Static method in enum class org.opends.server.api.plugin.PluginType
Retrieves the plugin type for the plugin with the specified name.
forName(String) - Static method in enum class org.opends.server.types.AccountStatusNotificationProperty
Retrieves the account status notification type with the specified name.
forUser(Entry, boolean, Consumer<LocalizableMessage>, ServerContext) - Static method in class org.opends.server.api.AuthenticationPolicy
Returns the authentication policy for the user provided user.
forUser(Entry, Consumer<LocalizableMessage>, ServerContext) - Static method in class org.opends.server.api.AuthenticationPolicyState
Returns the authentication policy state for the user provided user.
forUser(Entry, ServerContext) - Static method in class org.opends.server.api.AuthenticationPolicy
Returns the authentication policy for the user provided user.
forUser(Entry, ServerContext) - Static method in class org.opends.server.api.AuthenticationPolicyState
Returns the authentication policy state for the user provided user.
forWebCryptoName(String) - Static method in enum class org.forgerock.secrets.keys.KeyUsage
Converts a Web Crypto/JWK key operation name into the equivalent key usage constant.
FractionalLDIFImportPlugin - Class in org.opends.server.replication.plugin
This class implements a Directory Server plugin that is used in fractional replication to initialize a just configured fractional domain (when an online full update occurs or offline/online ldif import).
FractionalLDIFImportPlugin() - Constructor for class org.opends.server.replication.plugin.FractionalLDIFImportPlugin
Creates a new instance of this Directory Server plugin.
FractionalLdifImportPluginCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Fractional LDIF Import Plugin settings.
FractionalLdifImportPluginCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Fractional LDIF Import Plugin settings.
FractionalLdifImportPluginCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Fractional LDIF Import Plugin managed object definition meta information.
FreeDiskSpaceLogRetentionPolicyCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Free Disk Space Log Retention Policy settings.
FreeDiskSpaceLogRetentionPolicyCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Free Disk Space Log Retention Policy settings.
FreeDiskSpaceLogRetentionPolicyCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Free Disk Space Log Retention Policy managed object definition meta information.
FreeDiskSpaceRetentionPolicy - Class in org.forgerock.audit.retention
A RetentionPolicy that will retain/delete log files given a minimum amount of disk space the file system must contain.
FreeDiskSpaceRetentionPolicy - Class in org.opends.server.loggers
This class implements a retention policy based on the free disk space available expressed as a percentage.
FreeDiskSpaceRetentionPolicy() - Constructor for class org.opends.server.loggers.FreeDiskSpaceRetentionPolicy
 
FreeDiskSpaceRetentionPolicy(long) - Constructor for class org.forgerock.audit.retention.FreeDiskSpaceRetentionPolicy
Constructs a FreeDiskSpaceRetentionPolicy given a minimum amount of disk space the file system must contain.
FROM_PTR - Static variable in class org.forgerock.json.JsonPatch
Path to the "from" attribute of a patch entry.
fromBytes(long) - Method in enum class org.forgerock.opendj.config.SizeUnit
Converts the specified size in bytes to this unit.
fromCertificate(Certificate) - Static method in enum class org.forgerock.secrets.keys.KeyUsage
Determines what usages are allowed for a public key based on the associated certificate.
fromJson(Object) - Method in class org.forgerock.opendj.ldap.schema.Syntax
Decodes the JSON representation of an attribute value with this syntax.
fromJson(Schema, Object) - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Decodes the JSON representation of an attribute value with this syntax.
fromLegacyNumericId(int) - Static method in class org.opends.server.replication.common.ReplicationServerId
Generates a new ReplicationServerId from the provided integer value.
fromNumericId(int) - Static method in class org.opends.server.replication.common.ReplicaId
Generates a new ReplicaId from the provided integer value.
fromReplicaName(String) - Static method in class org.opends.server.replication.common.ReplicaId
Generates a new ReplicaId from the provided string value.
fromReplicationServerName(String) - Static method in class org.opends.server.replication.common.ReplicationServerId
Generates a new ReplicationServerId from the provided string value.
fromStates(ServerState, ServerState) - Static method in class org.opends.server.replication.server.changelog.api.RemovedReplicasStates
Initializes the removed replica states with information read from an external source, typically on disk.
fromString(String) - Static method in enum class org.opends.server.backends.task.FailedDependencyAction
Retrieves the failed dependency action that corresponds to the provided string value.
fromString(String) - Static method in enum class org.opends.server.backends.task.TaskState
Retrieves the task state that corresponds to the provided string value.
fromX509KeyUsageBits(boolean[]) - Static method in enum class org.forgerock.secrets.keys.KeyUsage
Converts an X.509 KeyUsage bit vector into a corresponding set of usage values.
FTP - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
FTP daemon.
FULL_UPDATE - Enum constant in enum class org.opends.server.replication.common.ServerStatus
DS in full update (local DS is initialized from another DS).
fullyQualifiedHostName(String) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the fully qualified hostname of the server to setup.
Function<VIN,VOUT,E extends Exception> - Interface in org.forgerock.util
A synchronous function which returns a result immediately.
Functions - Class in org.forgerock.opendj.ldap
Common Function implementations which may be used when parsing attributes.

G

gauge() - Method in class org.forgerock.monitoring.api.instrument.search.RequiredSearch
 
gauge() - Method in class org.forgerock.monitoring.api.instrument.search.Search
 
gauge(String, Number) - Method in class org.opends.server.api.MeterRegistryHolder
Register a gauge that reports the value of the Number.
gauge(Meter.Id, T, ToDoubleFunction<T>) - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry
gauge(Meter.Id, T, ToDoubleFunction<T>) - Method in class org.forgerock.monitoring.api.instrument.MeterRegistryHolder
 
gauge(Meter.Id, T, ToDoubleFunction<T>) - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry
 
gauge(Meter.Id, T, ToDoubleFunction<T>) - Method in class org.opends.server.api.MeterRegistryHolder
 
Gauge - Interface in org.forgerock.monitoring.api.instrument
 
GAUGE - Enum constant in enum class org.forgerock.monitoring.api.instrument.Meter.Type
 
Gauge.Builder<T> - Class in org.forgerock.monitoring.api.instrument
Fluent builder for gauges.
gaugeCollectionSize(String, T) - Static method in interface org.forgerock.monitoring.api.instrument.Gauge
Setup a Gauge.Builder that will create a gauge that reports the size of the Collection.
gaugeMapSize(String, T) - Static method in interface org.forgerock.monitoring.api.instrument.Gauge
Setup a Gauge.Builder that will create a gauge that reports the size of the Map.
GeneralizedTime - Class in org.forgerock.opendj.ldap
An LDAP generalized time as defined in RFC 4517.
generate() - Method in interface org.forgerock.util.generator.IdGenerator
Returns a new globally unique identifier.
generate() - Method in class org.forgerock.util.generator.IdGenerator.SequenceUuidIdGenerator
 
generate(JsonValue) - Method in interface org.forgerock.tokenhandler.TokenHandler
Generates a new token using the state.
Generate - Class in org.opends.server.tools
This class is used to generate bash completion scripts out of the tools.
generateAccountStatusNotification(AccountStatusNotificationType, Entry, LocalizableMessage, Map<AccountStatusNotificationProperty, List<String>>) - Method in class org.opends.server.core.PasswordPolicyState
Generates an account status notification for this user.
generateDeploymentId(char[]) - Static method in class org.forgerock.opendj.security.DeploymentId
Generates a new deployment ID whose root CA certificate will be valid from now for ten years.
generateDeploymentId(char[], Instant, Duration) - Static method in class org.forgerock.opendj.security.DeploymentId
Generates a new deployment ID whose root CA certificate will be valid from notBefore for the provided duration rounded down to days.
generateJsonPointers(JsonValue) - Static method in class org.forgerock.audit.util.JsonSchemaUtils
Generates the Set of JsonPointers in a given JsonSchema.
generateKey() - Method in interface org.forgerock.opendj.rest2ldap.authz.SecretStores.SecretKeyGenerator
Generates a new secret key.
generateMsg(PostOperationOperation) - Static method in class org.opends.server.replication.protocol.LDAPUpdateMsg
Generates an Update message with the provided information.
generatePassword() - Method in class org.opends.server.core.PasswordPolicyState
Generates a new password for the user.
generatePassword(Entry) - Method in class org.opends.server.api.PasswordGenerator
Generates a password for the user whose account is contained in the specified entry.
generatePassword(Entry) - Method in class org.opends.server.extensions.RandomPasswordGenerator
Generates a password for the user whose account is contained in the specified entry.
generateSslKeyPair(Dn, Collection<String>) - Method in class org.forgerock.opendj.security.DeploymentId
Generates an SSL private key and an SSL certificate signed by the root CA certificate associated with this deployment ID.
generateSslKeyPair(Dn, Collection<String>, Instant, Duration) - Method in class org.forgerock.opendj.security.DeploymentId
Generates an SSL private key and an SSL certificate signed by the root CA certificate associated with this deployment ID.
generateSslKeyPairForWritableReplica(Dn, Collection<String>, Instant, Duration) - Method in class org.forgerock.opendj.security.DeploymentId
Generates an SSL private key and an SSL certificate, same as DeploymentId.generateSslKeyPair(Dn, Collection, Instant, Duration), but the ExtendedKeyUsage extension has an additional ForgeRock defined usage for recognizing replicas allowed to send updates.
generateValue(LocalizableMessageBuilder, AccountStatusNotification) - Method in class org.opends.server.extensions.NotificationMessageNotificationMessageTemplateElement
 
generateValue(LocalizableMessageBuilder, AccountStatusNotification) - Method in class org.opends.server.extensions.NotificationMessageTemplateElement
Generates a value for this template element using the information contained in the provided account status notification and appends it to the given buffer.
generateValue(LocalizableMessageBuilder, AccountStatusNotification) - Method in class org.opends.server.extensions.NotificationTypeNotificationMessageTemplateElement
 
generateValue(LocalizableMessageBuilder, AccountStatusNotification) - Method in class org.opends.server.extensions.TextNotificationMessageTemplateElement
 
generateValue(LocalizableMessageBuilder, AccountStatusNotification) - Method in class org.opends.server.extensions.UserDNNotificationMessageTemplateElement
 
generationId - Variable in class org.opends.server.replication.protocol.StartMsg
Generation id of data set we want to work with.
generationId - Variable in class org.opends.server.replication.service.ReplicationDomain
The generationId for this replication domain.
generationId() - Method in record class org.opends.server.replication.common.DSInfo
Returns the value of the generationId record component.
generationId() - Method in record class org.opends.server.replication.common.RSInfo
Returns the value of the generationId record component.
GenerationId - Record Class in org.opends.server.replication.common
The generation id used for a replication domain.
GenerationId(long) - Constructor for record class org.opends.server.replication.common.GenerationId
Creates an instance of a GenerationId record class.
GenerationIdChecksum - Class in org.opends.server.replication.plugin
This class computes the generation id used for a replication domain.
GenerationIdChecksum() - Constructor for class org.opends.server.replication.plugin.GenerationIdChecksum
 
GenericConstraint - Class in org.forgerock.opendj.config
A generic constraint which comprises of an underlying condition and a description.
GenericConstraint(AbstractManagedObjectDefinition<?, ?>, int, Condition) - Constructor for class org.forgerock.opendj.config.GenericConstraint
Creates a new generic constraint.
GenericControl - Class in org.forgerock.opendj.ldap.controls
A generic control which can be used to represent arbitrary raw request and response controls.
GenericExtendedRequest - Class in org.forgerock.opendj.ldap.messages
A generic Extended request which should be used for unsupported extended operations.
GenericExtendedResult - Interface in org.forgerock.opendj.ldap.messages
A Generic Extended result indicates the final status of an Generic Extended operation.
GenericIntermediateResponse - Interface in org.forgerock.opendj.ldap.messages
A Generic Intermediate response provides a mechanism for communicating unrecognized or unsupported Intermediate responses to the client.
GenericSecret - Class in org.forgerock.secrets
A generic secret represented as an opaque blob of bytes, such as a password or API key.
GenericSecret(SecretBuilder) - Constructor for class org.forgerock.secrets.GenericSecret
Constructs a generic secret with the given stable identifier and secret data.
gensalt() - Static method in class org.opends.server.extensions.BCrypt
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply.
gensalt(int) - Static method in class org.opends.server.extensions.BCrypt
Generate a salt for use with the BCrypt.hashpw() method.
get() - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg0
Creates a localizable message.
get() - Method in class org.forgerock.secrets.credentials.CredentialPair
get() - Method in class org.forgerock.secrets.SecretReference
Gets the current active secret object, refreshing it if necessary.
get() - Method in class org.forgerock.secrets.ValidSecretsReference
Gets the current secrets, refreshing them if necessary.
get() - Method in class org.forgerock.util.LazySupplier
Supplies a value and caches it, ensuring the same value is returned on subsequent calls.
get() - Method in interface org.forgerock.util.promise.Promise
Waits if necessary for this Promise to complete, and then returns the result if it completed successfully, or throws an ExecutionException containing the cause of the failure.
get() - Method in class org.forgerock.util.promise.PromiseImpl
 
get() - Method in interface org.forgerock.util.Supplier
Supply a value.
get(int) - Method in class org.forgerock.json.JsonPointer
Returns the reference token at the specified position.
get(int) - Method in class org.forgerock.json.JsonValue
Returns the specified child value.
get(int) - Method in class org.forgerock.json.resource.ResourcePath
Returns the path element at the specified position in this resource path.
get(int) - Method in class org.forgerock.util.LazyList
Returns the element at the specified position in this list.
get(int) - Method in class org.forgerock.util.ListDecorator
Returns the element at the specified position in this list.
get(int) - Method in class org.forgerock.util.promise.Promises.Results
Returns the result stored at the index i.
get(long, TimeUnit) - Method in interface org.forgerock.util.promise.Promise
Waits if necessary for at most the given time for this Promise to complete, and then returns the result if it completed successfully, or throws an ExecutionException containing the cause of the failure.
get(long, TimeUnit) - Method in class org.forgerock.util.promise.PromiseImpl
 
get(Object) - Method in class org.forgerock.util.LazyMap
Returns the value to which the specified key is mapped, or null if the map contains no mapping for the key.
get(Object) - Method in class org.forgerock.util.MapDecorator
Returns the value to which the specified key is mapped, or null if the map contains no mapping for the key.
get(Object) - Method in class org.opends.server.api.DITCacheMap
 
get(Object...) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.ArgN
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(String) - Method in class org.forgerock.json.JsonValue
Returns the specified item value.
get(String) - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry
Initiate a search beginning with a metric name.
get(String) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns a deep copy of the named entry contained in this memory backend, or null if it does not exist.
get(String) - Method in interface org.forgerock.opendj.security.KeyStoreObjectCache
Returns the named key store object from the cache if present, or null if the object is not present or has been removed.
get(String) - Method in class org.forgerock.opendj.server.core.AbstractContext
 
get(K, Function<K, V>) - Method in class org.forgerock.util.NonExpiringCache
Gets the object from the cache for the given key, or computes the value from calculation function and inserts the calculated value into the map.
get(JsonPointer) - Method in class org.forgerock.json.JsonValue
Returns the specified child value with a pointer, relative to this value as root.
get(Dn) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns a deep copy of the named entry contained in this memory backend, or null if it does not exist.
get(Dn) - Method in class org.opends.server.core.AuthenticatedUsers
Retrieves the set of client connections authenticated as the specified user.
get(Option<T>) - Method in class org.forgerock.util.Options
Returns the value associated with the provided option, or its default value if the option has not been configured.
get(T1) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg1
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg2
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg3
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3, T4) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg4
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg5
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg6
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3, T4, T5, T6, T7) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg7
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg8
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg9
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
getAbandonRequests() - Method in class org.opends.server.protocols.ldap.LdapStatistics
Retrieves the number of abandon requests that have been received.
getAcceptBacklog() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "accept-backlog" property.
getAcceptBacklog() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "accept-backlog" property.
getAcceptBacklog() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "accept-backlog" property.
getAcceptBacklog() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "accept-backlog" property.
getAcceptBacklogPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "accept-backlog" property definition.
getAcceptBacklogPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "accept-backlog" property definition.
getAcceptedIssuers() - Method in class org.forgerock.secrets.SecretsTrustManager
 
getAccessControlHandler() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the Access Control Handler if it is present.
getAccessControlHandler() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the Access Control Handler if it is present.
getAccessControlHandler() - Method in class org.opends.server.core.AccessControlConfigManager
Get the active access control handler.
getAccessControlHandlerRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "access-control-handler" relation definition.
getAccessController() - Static method in class org.opends.server.authorization.policy.PolicyBasedAccessControlHandler
Returns a new access controller which can be used for authorizing requests and their responses.
getAccessLogFilteringCriteria(String) - Method in interface org.forgerock.opendj.server.config.client.AccessLogPublisherCfgClient
Gets the named Access Log Filtering Criteria.
getAccessLogFilteringCriteria(String) - Method in interface org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
Gets the named Access Log Filtering Criteria.
getAccessLogFilteringCriteriaRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn
Get the "access-log-filtering-criteria" relation definition.
getAccessLogFilteringCriteriaRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.CommonAuditAccessLogPublisherCfgDefn
Get the "access-log-filtering-criteria" relation definition.
getAccessLogFilteringCriteriaRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "access-log-filtering-criteria" relation definition.
getAccessLogFilteringCriteriaRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
Get the "access-log-filtering-criteria" relation definition.
getAccessLogFilteringCriteriaRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
Get the "access-log-filtering-criteria" relation definition.
getAccessLogFilteringCriteriaRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
Get the "access-log-filtering-criteria" relation definition.
getAccessLogFilteringCriteriaRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
Get the "access-log-filtering-criteria" relation definition.
getAccessTokenCacheEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2AuthorizationMechanismCfgDefn
Get the "access-token-cache-enabled" property definition.
getAccessTokenCacheEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2CtsAuthorizationMechanismCfgDefn
Get the "access-token-cache-enabled" property definition.
getAccessTokenCacheEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2FileAuthorizationMechanismCfgDefn
Get the "access-token-cache-enabled" property definition.
getAccessTokenCacheEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2OpenamAuthorizationMechanismCfgDefn
Get the "access-token-cache-enabled" property definition.
getAccessTokenCacheEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
Get the "access-token-cache-enabled" property definition.
getAccessTokenCacheExpiration() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2AuthorizationMechanismCfgClient
Gets the "access-token-cache-expiration" property.
getAccessTokenCacheExpiration() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2AuthorizationMechanismCfg
Gets the "access-token-cache-expiration" property.
getAccessTokenCacheExpirationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2AuthorizationMechanismCfgDefn
Get the "access-token-cache-expiration" property definition.
getAccessTokenCacheExpirationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2CtsAuthorizationMechanismCfgDefn
Get the "access-token-cache-expiration" property definition.
getAccessTokenCacheExpirationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2FileAuthorizationMechanismCfgDefn
Get the "access-token-cache-expiration" property definition.
getAccessTokenCacheExpirationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2OpenamAuthorizationMechanismCfgDefn
Get the "access-token-cache-expiration" property definition.
getAccessTokenCacheExpirationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
Get the "access-token-cache-expiration" property definition.
getAccessTokenDirectory() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2FileAuthorizationMechanismCfgClient
Gets the "access-token-directory" property.
getAccessTokenDirectory() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2FileAuthorizationMechanismCfg
Gets the "access-token-directory" property.
getAccessTokenDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2FileAuthorizationMechanismCfgDefn
Get the "access-token-directory" property definition.
getAccountExpirationTime() - Method in class org.opends.server.core.PasswordPolicyState
Retrieves the time at which the user's account will expire.
getAccountObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the account Object Class which has the OID 0.9.2342.19200300.100.4.5.
getAccountStatusNotificationHandler() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "account-status-notification-handler" property.
getAccountStatusNotificationHandler() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "account-status-notification-handler" property.
getAccountStatusNotificationHandler(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Account Status Notification Handler.
getAccountStatusNotificationHandler(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Account Status Notification Handler.
getAccountStatusNotificationHandler(Dn) - Method in class org.opends.server.core.DirectoryServer
 
getAccountStatusNotificationHandler(Dn) - Method in interface org.opends.server.core.ServerContext
Retrieves the account status notification handler with the specified configuration entry DN.
getAccountStatusNotificationHandlerDns() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "account-status-notification-handler" property as a set of DNs.
getAccountStatusNotificationHandlerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "account-status-notification-handler" property definition.
getAccountStatusNotificationHandlers() - Method in class org.opends.server.core.PasswordPolicy
Retrieves the set of account status notification handlers that should be used with this password policy.
getAccountStatusNotificationHandlers() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getAccountStatusNotificationHandlersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "account-status-notification-handlers" relation definition.
getAccountStatusNotificationType() - Method in interface org.forgerock.opendj.server.config.client.ErrorLogAccountStatusNotificationHandlerCfgClient
Gets the "account-status-notification-type" property.
getAccountStatusNotificationType() - Method in interface org.forgerock.opendj.server.config.server.ErrorLogAccountStatusNotificationHandlerCfg
Gets the "account-status-notification-type" property.
getAccountStatusNotificationTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn
Get the "account-status-notification-type" property definition.
getAction() - Method in interface org.forgerock.json.resource.ActionRequest
Returns the ID of the action to be performed by this action request.
getActionAsEnum(Class<T>) - Method in interface org.forgerock.json.resource.ActionRequest
Returns the ID of the action to be performed by this action request as a enum constant of the specified enum type.
getActive(Purpose<S>) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
 
getActive(Purpose<S>) - Method in class org.forgerock.secrets.propertyresolver.FileSystemSecretStore
 
getActive(Purpose<S>) - Method in class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
 
getActive(Purpose<S>) - Method in interface org.forgerock.secrets.SecretStore
Returns the active secret for the given purpose.
getActive(Purpose<S>) - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
getActiveSecret(Purpose<S>) - Method in class org.forgerock.secrets.SecretsProvider
Gets the currently active secret for the given purpose.
getActiveValues() - Method in interface org.forgerock.opendj.config.client.spi.Property
Get an immutable set view of this property's active values.
getActualStartTime() - Method in class org.opends.server.tools.tasks.TaskEntry
Gets the human-friendly start time.
getAddAnotherValueMsg() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Returns prompt message to know whether another value should be added for this parameter.
getAdditionalLogItems() - Method in class org.forgerock.opendj.server.core.RequestContext
Returns additional information to be logged, as a potentially empty List of AdditionalLogItem.
getAdditionalLogItems() - Method in class org.opends.server.types.Operation
 
getAdditionalLogItems() - Method in interface org.opends.server.types.operation.InProgressOperation
Returns an unmodifiable list containing the additional log items for this operation, which should be written to the log but not included in the response to the client.
getAdditionalLogItems() - Method in interface org.opends.server.types.operation.PostCommitOperation
Returns an unmodifiable list containing the additional log items for this operation, which should be written to the log but not included in the response to the client.
getAdditionalLogItems() - Method in interface org.opends.server.types.operation.PostOperationOperation
Returns an unmodifiable list containing the additional log items for this operation, which should be written to the log but not included in the response to the client.
getAdditionalLogItems() - Method in interface org.opends.server.types.operation.PostResponseOperation
Returns an unmodifiable list containing the additional log items for this operation, which should be written to the log but not included in the response to the client.
getAdditionalLogItems() - Method in interface org.opends.server.types.operation.PostSynchronizationOperation
Returns an unmodifiable list containing the additional log items for this operation, which should be written to the log but not included in the response to the client.
getAdditionalLogItems() - Method in interface org.opends.server.types.operation.PreOperationOperation
Returns an unmodifiable list containing the additional log items for this operation, which should be written to the log but not included in the response to the client.
getAdditionalLogItems() - Method in interface org.opends.server.types.operation.PreParseOperation
Returns an unmodifiable list containing the additional log items for this operation, which should be written to the log but not included in the response to the client.
getAdditionalParameter(String) - Method in interface org.forgerock.json.resource.ActionRequest
 
getAdditionalParameter(String) - Method in interface org.forgerock.json.resource.CreateRequest
 
getAdditionalParameter(String) - Method in interface org.forgerock.json.resource.DeleteRequest
 
getAdditionalParameter(String) - Method in interface org.forgerock.json.resource.PatchRequest
 
getAdditionalParameter(String) - Method in interface org.forgerock.json.resource.QueryRequest
 
getAdditionalParameter(String) - Method in interface org.forgerock.json.resource.ReadRequest
 
getAdditionalParameter(String) - Method in interface org.forgerock.json.resource.Request
Returns the additional parameter which should be used to control the behavior of this action request.
getAdditionalParameter(String) - Method in interface org.forgerock.json.resource.UpdateRequest
 
getAdditionalParameters() - Method in interface org.forgerock.json.resource.ActionRequest
 
getAdditionalParameters() - Method in interface org.forgerock.json.resource.CreateRequest
 
getAdditionalParameters() - Method in interface org.forgerock.json.resource.DeleteRequest
 
getAdditionalParameters() - Method in interface org.forgerock.json.resource.PatchRequest
 
getAdditionalParameters() - Method in interface org.forgerock.json.resource.QueryRequest
 
getAdditionalParameters() - Method in interface org.forgerock.json.resource.ReadRequest
 
getAdditionalParameters() - Method in interface org.forgerock.json.resource.Request
Returns the additional parameters which should be used to control the behavior of this action request.
getAdditionalParameters() - Method in interface org.forgerock.json.resource.UpdateRequest
 
getAddListeners(Dn) - Method in interface org.forgerock.opendj.config.server.spi.ConfigurationRepository
Retrieves the add listeners that have been registered with the provided DN.
getAddListeners(Dn) - Method in class org.opends.server.config.ConfigurationHandler
 
getAddMissingRdnAttributesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "add-missing-rdn-attributes" property definition.
getAddRequests() - Method in class org.opends.server.protocols.ldap.LdapStatistics
Retrieves the number of add requests that have been received.
getAdminConnectorConnections() - Method in class org.opends.server.core.DirectoryServer
 
getAdminConnectorConnections() - Method in interface org.opends.server.core.ServerContext
Retrieves the number of connections that are currently established on the Administration Connector.
getAdminEndpoint() - Method in class org.opends.server.replication.protocol.ServerStartMsg
Get the server host port from the message.
getAdministrationConnector() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the Administration Connector.
getAdministrationConnector() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the Administration Connector.
getAdministrationConnectorRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "administration-connector" relation definition.
getAdministratorAction() - Method in class org.forgerock.opendj.config.PropertyDefinition
Get the administrator action associated with this property definition.
getAdvertisedListenAddress() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Gets the "advertised-listen-address" property.
getAdvertisedListenAddress() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "advertised-listen-address" property.
getAdvertisedListenAddress() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "advertised-listen-address" property.
getAdvertisedListenAddress() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "advertised-listen-address" property.
getAdvertisedListenAddress() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Gets the "advertised-listen-address" property.
getAdvertisedListenAddress() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
Gets the "advertised-listen-address" property.
getAdvertisedListenAddress() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "advertised-listen-address" property.
getAdvertisedListenAddress() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "advertised-listen-address" property.
getAdvertisedListenAddress() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "advertised-listen-address" property.
getAdvertisedListenAddress() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Gets the "advertised-listen-address" property.
getAdvertisedListenAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
Get the "advertised-listen-address" property definition.
getAdvertisedListenAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "advertised-listen-address" property definition.
getAdvertisedListenAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "advertised-listen-address" property definition.
getAdvertisedListenAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "advertised-listen-address" property definition.
getAdvertisedListenAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
Get the "advertised-listen-address" property definition.
getAdvices() - Method in class org.forgerock.json.resource.AdviceContext
Returns the advices contained within this context.
getAffinityValue() - Method in class org.forgerock.opendj.rest2ldap.AffinityContext
Returns the affinity value.
getAfterCount() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the number of entries after the target entry to be included in the search results.
getAggregationPropertyDefinitions() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Get the aggregation property definitions defined by this managed object definition.
getAlertHandler(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Alert Handler.
getAlertHandler(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Alert Handler.
getAlertHandlerConfiguration() - Method in interface org.opends.server.api.AlertHandler
Retrieves the current configuration for this alert handler.
getAlertHandlerConfiguration() - Method in class org.opends.server.extensions.JMXAlertHandler
 
getAlertHandlerConfiguration() - Method in class org.opends.server.extensions.SMTPAlertHandler
 
getAlertHandlers() - Method in class org.opends.server.core.DirectoryServer
 
getAlertHandlers() - Method in interface org.opends.server.core.ServerContext
Retrieves the set of alert handlers that have been registered with the Directory Server.
getAlertHandlersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "alert-handlers" relation definition.
getAlerts() - Method in interface org.opends.server.api.AlertGenerator
Retrieves information about the set of alerts that this generator may produce.
getAlerts() - Method in class org.opends.server.authorization.dseecompat.AciListenerManager
 
getAlerts() - Method in class org.opends.server.backends.LDIFBackend
 
getAlerts() - Method in class org.opends.server.backends.SchemaBackend
 
getAlerts() - Method in class org.opends.server.backends.task.TaskScheduler
 
getAlerts() - Method in class org.opends.server.config.ConfigurationHandler
 
getAlerts() - Method in class org.opends.server.core.AccessControlConfigManager
 
getAlerts() - Method in class org.opends.server.core.DirectoryServer
 
getAlerts() - Method in class org.opends.server.extensions.DiskSpaceMonitor
 
getAlerts() - Method in class org.opends.server.plugins.UniqueAttributePlugin
 
getAlerts() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
 
getAlerts() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
getAlerts() - Method in class org.opends.server.protocols.LDIFConnectionHandler
 
getAlerts() - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
 
getAlerts() - Method in class org.opends.server.tools.dsbackup.BackupRunner
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
 
getAlias() - Method in interface org.forgerock.opendj.ldap.controls.Control
Returns the control "friendly name" alias for the control.
getAlias() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaItRequestControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.RelaxRulesRequestControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
 
getAlias() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
 
getAlias() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.KeyDetails
Get the alias that this key is stored using in the keystore.
getAlias() - Method in class org.opends.server.controls.EntryChangelogNotificationResponseControl
 
getAlias() - Method in class org.opends.server.controls.ExternalChangelogRequestControl
 
getAlias() - Method in class org.opends.server.controls.InternalModificationsRequestControl
 
getAlias() - Method in class org.opends.server.controls.ReplicatedRequestControl
 
getAlias() - Method in class org.opends.server.controls.SearchBaseDnBackendOnlyControl
 
getAlias() - Method in class org.opends.server.plugins.ChangeNumberControlPlugin.CsnResponseControl
 
getAlias() - Method in class org.opends.server.replication.plugin.ReplicationRepairRequestControl
 
getAliasedObjectNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the aliasedObjectName Attribute Type which has the OID 2.5.4.1.
getAliasObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the alias Object Class which has the OID 2.5.6.1.
getAll() - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns a collection containing all of the entries in this memory backend.
getAllAggregationPropertyDefinitions() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Get all the aggregation property definitions associated with this type of managed object.
getAllAttrHistorical() - Method in class org.opends.server.replication.plugin.EntryHistorical
Returns the historical information for all attributes.
getAllAttributes() - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
getAllAttributes() - Method in class org.forgerock.opendj.ldap.Entries.NullEntry
 
getAllAttributes() - Method in interface org.forgerock.opendj.ldap.Entry
Returns an Iterable containing all of the attributes in this entry.
getAllAttributes() - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
getAllAttributes() - Method in class org.opends.server.core.AddOperation
 
getAllAttributes() - Method in class org.opends.server.types.CompactEntry
 
getAllAttributes() - Method in interface org.opends.server.types.operation.PostCommitAddOperation
Retrieves the set of attributes as read from the client request.
getAllAttributes() - Method in interface org.opends.server.types.operation.PostOperationAddOperation
Retrieves the set of processed user attributes for the entry to add.
getAllAttributes() - Method in interface org.opends.server.types.operation.PostResponseAddOperation
Retrieves the set of attributes as read from the client request.
getAllAttributes() - Method in interface org.opends.server.types.operation.PostSynchronizationAddOperation
Retrieves the set of attributes as read from the client request.
getAllAttributes() - Method in interface org.opends.server.types.operation.PreOperationAddOperation
Retrieves the set of attributes as read from the client request.
getAllAttributes() - Method in interface org.opends.server.types.operation.PreParseAddOperation
Retrieves the set of attributes as read from the client request.
getAllAttributes(String) - Method in interface org.forgerock.opendj.ldap.Entry
Returns an Iterable containing all the attributes in this entry having an attribute description which is a sub-type of the provided attribute description.
getAllAttributes(String) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
getAllAttributes(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
Returns an Iterable containing all the attributes in this entry having an attribute description which is a sub-type of the provided attribute description.
getAllAttributes(AttributeDescription) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
getAllAttributes(AttributeDescription) - Method in class org.forgerock.opendj.ldap.TreeMapEntry
 
getAllBackends() - Method in class org.opends.server.core.BackendConfigManager
Returns the set of all backends.
getAllChildren() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Get all the child managed object definitions which inherit from this managed object definition.
getAllConstraints() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Get all the constraints associated with this type of managed object.
getAllGroups() - Method in class org.opends.server.core.GroupManager
Retrieves an Iterable object that may be used to cursor across the group instances defined in the server.
getAllInstances() - Static method in class org.opends.server.replication.server.ReplicationServer
Get the list of every replication servers instantiated in the current VM.
getAllMembers(Dn, SearchScope, Filter) - Method in interface org.opends.server.api.Group
Retrieves an iterator that may be used to cursor through the entries of the members contained in this group, or its nested groups.
getAllMembers(Dn, SearchScope, Filter) - Method in class org.opends.server.extensions.DynamicGroup
 
getAllMembers(Dn, SearchScope, Filter) - Method in class org.opends.server.extensions.StaticGroup
 
getAllMembers(Dn, SearchScope, Filter) - Method in class org.opends.server.extensions.VirtualStaticGroup
 
getAllowAttributeNameExceptionsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "allow-attribute-name-exceptions" property definition.
getAllowAttributeTypesWithNoSupOrSyntaxPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
Get the "allow-attribute-types-with-no-sup-or-syntax" property definition.
getAllowedAlgorithms() - Method in class org.forgerock.secrets.SecretBuilder
Returns a predicate that can be used to test whether a given algorithm can be used with this key.
getAllowedAttribute() - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Gets the "allowed-attribute" property.
getAllowedAttribute() - Method in interface org.forgerock.opendj.server.config.server.GlobalAccessControlPolicyCfg
Gets the "allowed-attribute" property.
getAllowedAttributeException() - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Gets the "allowed-attribute-exception" property.
getAllowedAttributeException() - Method in interface org.forgerock.opendj.server.config.server.GlobalAccessControlPolicyCfg
Gets the "allowed-attribute-exception" property.
getAllowedAttributeExceptionPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn
Get the "allowed-attribute-exception" property definition.
getAllowedAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn
Get the "allowed-attribute" property definition.
getAllowedClient() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Gets the "allowed-client" property.
getAllowedClient() - Method in interface org.forgerock.opendj.server.config.client.ConnectionHandlerCfgClient
Gets the "allowed-client" property.
getAllowedClient() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "allowed-client" property.
getAllowedClient() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
Gets the "allowed-client" property.
getAllowedClient() - Method in interface org.forgerock.opendj.server.config.server.ConnectionHandlerCfg
Gets the "allowed-client" property.
getAllowedClient() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "allowed-client" property.
getAllowedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
Get the "allowed-client" property definition.
getAllowedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ConnectionHandlerCfgDefn
Get the "allowed-client" property definition.
getAllowedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "allowed-client" property definition.
getAllowedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "allowed-client" property definition.
getAllowedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JmxConnectionHandlerCfgDefn
Get the "allowed-client" property definition.
getAllowedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "allowed-client" property definition.
getAllowedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdifConnectionHandlerCfgDefn
Get the "allowed-client" property definition.
getAllowedControl() - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Gets the "allowed-control" property.
getAllowedControl() - Method in interface org.forgerock.opendj.server.config.server.GlobalAccessControlPolicyCfg
Gets the "allowed-control" property.
getAllowedControlPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn
Get the "allowed-control" property definition.
getAllowedExtendedOperation() - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Gets the "allowed-extended-operation" property.
getAllowedExtendedOperation() - Method in interface org.forgerock.opendj.server.config.server.GlobalAccessControlPolicyCfg
Gets the "allowed-extended-operation" property.
getAllowedExtendedOperationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn
Get the "allowed-extended-operation" property definition.
getAllowedKeyUsages() - Method in class org.forgerock.secrets.SecretBuilder
The allowed key usages of this key.
getAllowedTask() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "allowed-task" property.
getAllowedTask() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "allowed-task" property.
getAllowedTaskPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "allowed-task" property definition.
getAllowedTasks() - Method in class org.opends.server.core.CoreConfigManager
Retrieves a set containing the names of the allowed tasks that may be invoked in the server.
getAllowExpiredPasswordChangesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "allow-expired-password-changes" property definition.
getAllowLdapV2PropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "allow-ldap-v2" property definition.
getAllowList() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Get the list allow ACIs.
getAllowMultiplePasswordValuesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "allow-multiple-password-values" property definition.
getAllowPreEncodedPasswordsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "allow-pre-encoded-passwords" property definition.
getAllowRetrievingMembershipPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
Get the "allow-retrieving-membership" property definition.
getAllowStartTlsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "allow-start-tls" property definition.
getAllowTcpReuseAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "allow-tcp-reuse-address" property definition.
getAllowTcpReuseAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "allow-tcp-reuse-address" property definition.
getAllowUnclassifiedCharactersPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CharacterSetPasswordValidatorCfgDefn
Get the "allow-unclassified-characters" property definition.
getAllowUpdatesPolicy() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Gets the "allow-updates-policy" property.
getAllowUpdatesPolicy() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Gets the "allow-updates-policy" property.
getAllowUpdatesPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
Get the "allow-updates-policy" property definition.
getAllowUpdatesServerFingerprints() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Gets the "allow-updates-server-fingerprints" property.
getAllowUpdatesServerFingerprints() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Gets the "allow-updates-server-fingerprints" property.
getAllowUpdatesServerFingerprintsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
Get the "allow-updates-server-fingerprints" property definition.
getAllowUserPasswordChangesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "allow-user-password-changes" property definition.
getAllowZeroLengthValuesDirectoryStringPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
Get the "allow-zero-length-values-directory-string" property definition.
getAllPropertyDefinitions() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Get all the property definitions associated with this type of managed object.
getAllRelationDefinitions() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Get all the relation definitions associated with this type of managed object.
getAllRequests() - Method in class org.opends.server.protocols.ldap.LdapStatistics
Returns the number of requests of all kind that have been received.
getAllRequestsCount() - Method in class org.opends.server.protocols.http.HttpStatistics
Returns the number of HTTP requests of any kind that have been processed.
getAllReverseRelationDefinitions() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Get all the relation definitions which refer to this managed object definition.
getAllTags() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Get all the tags associated with this type of managed object.
getAltAuthenticationEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpBasicAuthorizationMechanismCfgDefn
Get the "alt-authentication-enabled" property definition.
getAlternativeServers() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of URIs referring to alternative Directory Servers that may be contacted when the Directory Server becomes unavailable.
getAltPasswordHeader() - Method in interface org.forgerock.opendj.server.config.client.HttpBasicAuthorizationMechanismCfgClient
Gets the "alt-password-header" property.
getAltPasswordHeader() - Method in interface org.forgerock.opendj.server.config.server.HttpBasicAuthorizationMechanismCfg
Gets the "alt-password-header" property.
getAltPasswordHeaderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpBasicAuthorizationMechanismCfgDefn
Get the "alt-password-header" property definition.
getAltServerAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the altServer Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.6.
getAltUsernameHeader() - Method in interface org.forgerock.opendj.server.config.client.HttpBasicAuthorizationMechanismCfgClient
Gets the "alt-username-header" property.
getAltUsernameHeader() - Method in interface org.forgerock.opendj.server.config.server.HttpBasicAuthorizationMechanismCfg
Gets the "alt-username-header" property.
getAltUsernameHeaderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpBasicAuthorizationMechanismCfgDefn
Get the "alt-username-header" property definition.
getAndClearOfflineChanges() - Method in class org.opends.server.api.LocalBackend
Returns any changes that have been applied to this backend while the server was offline.
getAndClearOfflineChanges() - Method in class org.opends.server.backends.LDIFBackend
 
getAndClearOfflineChanges() - Method in class org.opends.server.backends.SchemaBackend
 
getApiDescriptorEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "api-descriptor-enabled" property definition.
getApiId() - Method in interface org.forgerock.json.resource.CrestApplication
Get the API ID, that will be used in the ApiDescription.
getApiProducer() - Method in class org.forgerock.opendj.rest2ldap.HdapHttpApplication
 
getApiProducer() - Method in class org.forgerock.opendj.rest2ldap.Rest2LdapHttpApplication
 
getApiVersion() - Method in interface org.forgerock.json.resource.CrestApplication
Get the API Version, that will be used in the ApiDescription.
getAppendPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
Get the "append" property definition.
getAppendPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
Get the "append" property definition.
getAppendPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
Get the "append" property definition.
getAppendPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHttpAccessLogPublisherCfgDefn
Get the "append" property definition.
getApplicationProcessObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the applicationProcess Object Class which has the OID 2.5.6.11.
getApproximateMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the matching rule that should be used for approximate matching with this attribute type.
getApproximateMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Retrieves the default approximate matching rule that will be used for attributes with this syntax.
getApproximateMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Retrieves the default approximate matching rule that will be used for attributes with this syntax.
getArgon2Iterations() - Method in interface org.forgerock.opendj.server.config.client.Argon2PasswordStorageSchemeCfgClient
Gets the "argon2-iterations" property.
getArgon2Iterations() - Method in interface org.forgerock.opendj.server.config.server.Argon2PasswordStorageSchemeCfg
Gets the "argon2-iterations" property.
getArgon2IterationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn
Get the "argon2-iterations" property definition.
getArgon2Length() - Method in interface org.forgerock.opendj.server.config.client.Argon2PasswordStorageSchemeCfgClient
Gets the "argon2-length" property.
getArgon2Length() - Method in interface org.forgerock.opendj.server.config.server.Argon2PasswordStorageSchemeCfg
Gets the "argon2-length" property.
getArgon2LengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn
Get the "argon2-length" property definition.
getArgon2Memory() - Method in interface org.forgerock.opendj.server.config.client.Argon2PasswordStorageSchemeCfgClient
Gets the "argon2-memory" property.
getArgon2Memory() - Method in interface org.forgerock.opendj.server.config.server.Argon2PasswordStorageSchemeCfg
Gets the "argon2-memory" property.
getArgon2MemoryPoolSize() - Method in interface org.forgerock.opendj.server.config.client.Argon2PasswordStorageSchemeCfgClient
Gets the "argon2-memory-pool-size" property.
getArgon2MemoryPoolSize() - Method in interface org.forgerock.opendj.server.config.server.Argon2PasswordStorageSchemeCfg
Gets the "argon2-memory-pool-size" property.
getArgon2MemoryPoolSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn
Get the "argon2-memory-pool-size" property definition.
getArgon2MemoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn
Get the "argon2-memory" property definition.
getArgon2Parallelism() - Method in interface org.forgerock.opendj.server.config.client.Argon2PasswordStorageSchemeCfgClient
Gets the "argon2-parallelism" property.
getArgon2Parallelism() - Method in interface org.forgerock.opendj.server.config.server.Argon2PasswordStorageSchemeCfg
Gets the "argon2-parallelism" property.
getArgon2ParallelismPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn
Get the "argon2-parallelism" property definition.
getArgon2SaltLength() - Method in interface org.forgerock.opendj.server.config.client.Argon2PasswordStorageSchemeCfgClient
Gets the "argon2-salt-length" property.
getArgon2SaltLength() - Method in interface org.forgerock.opendj.server.config.server.Argon2PasswordStorageSchemeCfg
Gets the "argon2-salt-length" property.
getArgon2SaltLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn
Get the "argon2-salt-length" property definition.
getArgon2Variant() - Method in interface org.forgerock.opendj.server.config.client.Argon2PasswordStorageSchemeCfgClient
Gets the "argon2-variant" property.
getArgon2Variant() - Method in interface org.forgerock.opendj.server.config.server.Argon2PasswordStorageSchemeCfg
Gets the "argon2-variant" property.
getArgon2VariantPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn
Get the "argon2-variant" property definition.
getArguments() - Method in class org.opends.server.tools.tasks.TaskScheduleArgs
Returns all the task schedule related arguments.
getAsn1Reader() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Returns a new ASN1Reader that will read bytes from this ByteArrayScanner.
getAssertion() - Method in class org.forgerock.opendj.ldap.Matcher
Returns the assertion for this comparison filter Matcher.
getAssertion(ByteString) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Compiles the provided assertion value as an Assertion suitable for use with equalityMatch, approxMatch and extensibleMatch search filters.
getAssertion(Schema, ByteString) - Method in class org.forgerock.opendj.ldap.schema.AbstractOrderingMatchingRuleImpl
 
getAssertion(Schema, ByteString) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Compiles the provided assertion value as an Assertion suitable for use with equalityMatch, approxMatch and extensibleMatch search filters.
getAssertion(Schema, ByteString) - Method in class org.opends.server.replication.plugin.HistoricalCsnOrderingMatchingRuleImpl
 
getAssertion(Schema, ByteString) - Method in class org.opends.server.replication.plugin.HistoricalCsnRangeMatchingRuleImpl
Represents a filter for a CSN range on a replica id.
getAssertionSyntax() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the OID of the assertion value syntax with which this matching rule is associated.
getAssertionValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the assertion value that will be used to locate the target entry, if applicable.
getAssertionValue() - Method in class org.forgerock.opendj.ldap.Filter
Returns the assertion value for this comparison filter.
getAssertionValue() - Method in class org.forgerock.opendj.ldap.messages.CompareRequest
Returns the assertion value to be compared.
getAssertionValue() - Method in class org.opends.server.core.CompareOperation
 
getAssertionValue() - Method in interface org.opends.server.types.operation.PostOperationCompareOperation
Retrieves the assertion value for this compare operation.
getAssertionValue() - Method in interface org.opends.server.types.operation.PostResponseCompareOperation
Retrieves the assertion value for this compare operation.
getAssertionValue() - Method in interface org.opends.server.types.operation.PreOperationCompareOperation
Retrieves the assertion value for this compare operation.
getAssertionValue() - Method in interface org.opends.server.types.operation.PreParseCompareOperation
Retrieves the assertion value for this compare operation.
getAssertionValueAsString() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the assertion value that will be used to locate the target entry, if applicable, decoded as a UTF-8 string.
getAssertionValueAsString() - Method in class org.forgerock.opendj.ldap.messages.CompareRequest
Returns the assertion value to be compared decoded as a UTF-8 string.
getAssociatedDomainAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the associatedDomain Attribute Type which has the OID 0.9.2342.19200300.100.1.37.
getAssociatedNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the associatedName Attribute Type which has the OID 0.9.2342.19200300.100.1.38.
getAssociatedTask() - Method in class org.opends.server.api.DirectoryThread
Retrieves the task with which this thread is associated.
getAsync() - Method in class org.forgerock.secrets.credentials.CredentialPair
Gets the PrincipalAndSecret asynchronously.
getAsync() - Method in class org.forgerock.secrets.SecretReference
Gets the current active secret object asynchronously, refreshing it if necessary.
getAsync() - Method in class org.forgerock.secrets.ValidSecretsReference
Gets the secrets asynchronously, refreshing them if necessary.
getAsynchronousPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "asynchronous" property definition.
getAsynchronousPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
Get the "asynchronous" property definition.
getAsynchronousPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
Get the "asynchronous" property definition.
getAsynchronousPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
Get the "asynchronous" property definition.
getAsynchronousPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
Get the "asynchronous" property definition.
getAsynchronousPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHttpAccessLogPublisherCfgDefn
Get the "asynchronous" property definition.
getAttachment(String) - Method in class org.opends.server.types.Operation
 
getAttachment(String) - Method in interface org.opends.server.types.operation.PluginOperation
Retrieves the attachment with the specified name.
getAttachments() - Method in class org.opends.server.types.Operation
 
getAttachments() - Method in interface org.opends.server.types.operation.PluginOperation
Retrieves the set of attachments defined for this operation, as a mapping between the attachment name and the associated object.
getAttrHistorical(AttributeDescription) - Method in class org.opends.server.replication.plugin.EntryHistorical
Returns the historical information for the named attribute.
getAttribute() - Method in class org.forgerock.opendj.ldap.Modification
Returns the attribute containing the values to be modified.
getAttribute() - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Gets the "attribute" property.
getAttribute() - Method in interface org.forgerock.opendj.server.config.server.BackendIndexCfg
Gets the "attribute" property.
getAttribute(String) - Method in interface org.forgerock.opendj.ldap.Entry
Returns the named attribute contained in this entry, or null if it is not included with this entry.
getAttribute(String) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
getAttribute(String) - Method in class org.opends.server.extensions.JMXAlertHandler
 
getAttribute(String) - Method in class org.opends.server.protocols.jmx.JMXMBean
Obtain the value of a specific attribute of the Dynamic MBean.
getAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
getAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
Returns the named attribute contained in this entry, or null if it is not included with this entry.
getAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
getAttribute(Entry) - Method in class org.opends.server.types.VirtualAttributeRule
Generates an attribute with the values for the provided entry.
getAttribute(Entry, AttributeDescription) - Method in class org.opends.server.api.VirtualAttributeProvider
Generates an unmodifiable attribute with the values for the provided entry.
getAttribute(Entry, AttributeDescription) - Method in class org.opends.server.extensions.CollectiveAttributeSubentriesVirtualAttributeProvider
 
getAttribute(Entry, AttributeDescription) - Method in class org.opends.server.extensions.EntityTagVirtualAttributeProvider
 
getAttribute(Entry, AttributeDescription) - Method in class org.opends.server.extensions.EntryDNVirtualAttributeProvider
 
getAttribute(Entry, AttributeDescription) - Method in class org.opends.server.extensions.EntryUUIDVirtualAttributeProvider
 
getAttribute(Entry, AttributeDescription) - Method in class org.opends.server.extensions.GoverningStructureRuleVirtualAttributeProvider
 
getAttribute(Entry, AttributeDescription) - Method in class org.opends.server.extensions.HasSubordinatesVirtualAttributeProvider
 
getAttribute(Entry, AttributeDescription) - Method in class org.opends.server.extensions.IsMemberOfVirtualAttributeProvider
 
getAttribute(Entry, AttributeDescription) - Method in class org.opends.server.extensions.MemberVirtualAttributeProvider
 
getAttribute(Entry, AttributeDescription) - Method in class org.opends.server.extensions.NumSubordinatesVirtualAttributeProvider
 
getAttribute(Entry, AttributeDescription) - Method in class org.opends.server.extensions.PasswordExpirationTimeVirtualAttributeProvider
 
getAttribute(Entry, AttributeDescription) - Method in class org.opends.server.extensions.PasswordPolicySubentryVirtualAttributeProvider
 
getAttribute(Entry, AttributeDescription) - Method in class org.opends.server.extensions.StructuralObjectClassVirtualAttributeProvider
 
getAttribute(Entry, AttributeDescription) - Method in class org.opends.server.extensions.SubschemaSubentryVirtualAttributeProvider
 
getAttribute(Entry, AttributeDescription) - Method in class org.opends.server.extensions.UserDefinedVirtualAttributeProvider
 
getAttribute(Entry, AttributeDescription) - Method in class org.opends.server.extensions.UserTemplateVirtualAttributeProvider
 
getAttributeCount() - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
getAttributeCount() - Method in class org.forgerock.opendj.ldap.Entries.NullEntry
 
getAttributeCount() - Method in interface org.forgerock.opendj.ldap.Entry
Returns the number of attributes in this entry.
getAttributeCount() - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
getAttributeCount() - Method in class org.opends.server.types.CompactEntry
 
getAttributeDescription() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns the attribute description of this attribute, which includes its attribute type and any options.
getAttributeDescription() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
Returns the first attribute description specified in the list of sort keys that was in error, or null if the attribute description was not included with this control.
getAttributeDescription() - Method in class org.forgerock.opendj.ldap.Filter
Returns the attribute description for this comparison filter, which may be null if the filter is an extensible match filter and the extensible matching rule is specified.
getAttributeDescription() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
getAttributeDescription() - Method in class org.forgerock.opendj.ldap.Matcher
Returns the attribute description for this comparison filter Matcher, which may be null if the filter is an extensible match filter specifying an extensible matching rule.
getAttributeDescription() - Method in class org.forgerock.opendj.ldap.messages.CompareRequest
Returns the name of the attribute to be compared.
getAttributeDescription() - Method in class org.forgerock.opendj.ldap.SortKey
Returns the name of the attribute to be sorted using this sort key.
getAttributeDescription() - Method in class org.opends.server.core.CompareOperation
 
getAttributeDescription() - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
getAttributeDescription() - Method in class org.opends.server.types.CompactAttribute
 
getAttributeDescription() - Method in interface org.opends.server.types.operation.PostOperationCompareOperation
Retrieves the attribute description for this compare operation.
getAttributeDescription() - Method in interface org.opends.server.types.operation.PostResponseCompareOperation
Retrieves the attribute description for this compare operation.
getAttributeDescription() - Method in interface org.opends.server.types.operation.PreOperationCompareOperation
Retrieves the attribute description for this compare operation.
getAttributeDescription() - Method in interface org.opends.server.types.operation.PreParseCompareOperation
Retrieves the attribute description for this compare operation.
getAttributeDescription() - Method in class org.opends.server.types.VirtualAttributeRule
Retrieves the attribute description for which the values should be generated.
getAttributeDescriptionAsString() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns the string representation of the attribute description of this attribute, which includes its attribute type and any options.
getAttributeDisplayName(String) - Method in class org.opends.server.backends.task.Task
Given an attribute type name returns and locale sensitive representation.
getAttributeDisplayName(String) - Method in class org.opends.server.tasks.BackupPurgeTask
 
getAttributeDisplayName(String) - Method in class org.opends.server.tasks.BackupTask
 
getAttributeDisplayName(String) - Method in class org.opends.server.tasks.ExportTask
 
getAttributeDisplayName(String) - Method in class org.opends.server.tasks.ImportTask
 
getAttributeDisplayName(String) - Method in class org.opends.server.tasks.RestoreTask
 
getAttributeFactory() - Method in class org.forgerock.opendj.ldap.DecodeOptions
Returns the function which will be used for creating new Attribute instances when decoding attributes.
getAttributeName() - Method in class org.forgerock.opendj.ldap.Ava
Returns the attribute name associated with this AVA.
getAttributeName(String) - Static method in class org.opends.server.api.MeterRegistryHolder
Returns the LDAP attribute name corresponding to this meter name.
getAttributeName(AbstractManagedObjectDefinition<?, ?>, PropertyDefinition<?>) - Method in class org.forgerock.opendj.config.LdapProfile
Get the name of the LDAP attribute associated with the specified property definition.
getAttributeName(AbstractManagedObjectDefinition<?, ?>, PropertyDefinition<?>) - Method in class org.forgerock.opendj.config.LdapProfile.Wrapper
Get the name of the LDAP attribute associated with the specified property definition.
getAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
Get the "attribute" property definition.
getAttributes() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
Returns an unmodifiable list of attributes for which effective rights are to be returned, which may be empty indicating that no attribute rights are to be returned.
getAttributes() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
Returns an unmodifiable list containing the names of attributes to be included with the response control.
getAttributes() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
Returns an unmodifiable list containing the names of attributes to be included with the response control.
getAttributes() - Method in class org.forgerock.opendj.ldap.LdapUrl
Returns an unmodifiable list containing the attributes to be included with each entry that matches the search criteria.
getAttributes() - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
Returns a List containing the list of attributes to be included with each entry that matches the search criteria.
getAttributes() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns an unmodifiable set containing the attributes associated with this matching rule use.
getAttributes() - Method in class org.opends.server.core.SearchOperation
Retrieves the set of requested attributes for this search operation.
getAttributes() - Method in class org.opends.server.replication.protocol.AddMsg
Get the attributes of this add msg.
getAttributes() - Method in class org.opends.server.types.LDAPURL
Retrieves the set of attributes for this LDAP URL.
getAttributes() - Method in interface org.opends.server.types.operation.InProgressSearchOperation
Retrieves the set of requested attributes for this search operation.
getAttributes() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
Retrieves the set of requested attributes for this search operation.
getAttributes() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
Retrieves the set of requested attributes for this search operation.
getAttributes() - Method in interface org.opends.server.types.operation.PreOperationSearchOperation
Retrieves the set of requested attributes for this search operation.
getAttributes() - Method in interface org.opends.server.types.operation.PreParseSearchOperation
Retrieves the set of requested attributes for this search operation.
getAttributes(String[]) - Method in class org.opends.server.extensions.JMXAlertHandler
 
getAttributes(String[]) - Method in class org.opends.server.protocols.jmx.JMXMBean
Get the values of several attributes of the Dynamic MBean.
getAttributeType() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns the attribute type associated with this attribute description.
getAttributeType() - Method in class org.forgerock.opendj.ldap.Ava
Returns the attribute type associated with this AVA.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.CollectiveAttributeSubentriesVirtualAttributeCfgClient
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.EntityTagVirtualAttributeCfgClient
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.EntryDnVirtualAttributeCfgClient
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.EntryUuidVirtualAttributeCfgClient
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.GoverningStructureRuleVirtualAttributeCfgClient
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.HasSubordinatesVirtualAttributeCfgClient
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.IsMemberOfVirtualAttributeCfgClient
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.NumSubordinatesVirtualAttributeCfgClient
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.PasswordExpirationTimeVirtualAttributeCfgClient
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicySubentryVirtualAttributeCfgClient
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.SevenBitCleanPluginCfgClient
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.StructuralObjectClassVirtualAttributeCfgClient
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.SubschemaSubentryVirtualAttributeCfgClient
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.CollectiveAttributeSubentriesVirtualAttributeCfg
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.EntityTagVirtualAttributeCfg
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.EntryDnVirtualAttributeCfg
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.EntryUuidVirtualAttributeCfg
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.GoverningStructureRuleVirtualAttributeCfg
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.HasSubordinatesVirtualAttributeCfg
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.IsMemberOfVirtualAttributeCfg
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.NumSubordinatesVirtualAttributeCfg
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.PasswordExpirationTimeVirtualAttributeCfg
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicySubentryVirtualAttributeCfg
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.SevenBitCleanPluginCfg
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.StructuralObjectClassVirtualAttributeCfg
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.SubschemaSubentryVirtualAttributeCfg
Gets the "attribute-type" property.
getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.VirtualAttributeCfg
Gets the "attribute-type" property.
getAttributeType(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the attribute type for the specified name or numeric OID.
getAttributeType(String, Syntax) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the attribute type for the specified name or numeric OID.
getAttributeTypeDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Attribute Type Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.3.
getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
Get the "attribute-type" property definition.
getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
Get the "attribute-type" property definition.
getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryDnVirtualAttributeCfgDefn
Get the "attribute-type" property definition.
getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUuidVirtualAttributeCfgDefn
Get the "attribute-type" property definition.
getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
Get the "attribute-type" property definition.
getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
Get the "attribute-type" property definition.
getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
Get the "attribute-type" property definition.
getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
Get the "attribute-type" property definition.
getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
Get the "attribute-type" property definition.
getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
Get the "attribute-type" property definition.
getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
Get the "attribute-type" property definition.
getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
Get the "attribute-type" property definition.
getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SevenBitCleanPluginCfgDefn
Get the "attribute-type" property definition.
getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
Get the "attribute-type" property definition.
getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
Get the "attribute-type" property definition.
getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
Get the "attribute-type" property definition.
getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserTemplateVirtualAttributeCfgDefn
Get the "attribute-type" property definition.
getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
Get the "attribute-type" property definition.
getAttributeTypes() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all the attribute types contained in this schema.
getAttributeTypes() - Static method in class org.forgerock.opendj.security.OpenDjSecurityProviderSchema
Returns the set of LDAP attribute types required in order to support the OpenDJ security provider.
getAttributeTypesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the attributeTypes Attribute Type which has the OID 2.5.21.5.
getAttributeValue() - Method in class org.forgerock.opendj.ldap.Ava
Returns the attribute value associated with this AVA.
getAttributeValue() - Method in class org.opends.server.replication.plugin.AttrValueHistorical
Get the attributeValue for which this object was generated.
getAttributeValue(AttributeType) - Method in class org.forgerock.opendj.ldap.Rdn
Returns the attribute value contained in this RDN which is associated with the provided attribute type, or null if this RDN does not include such an attribute value.
getAuditEventHandlerConfigurationSchema(String, ClassLoader) - Static method in class org.forgerock.audit.json.AuditJsonConfig
Gets the configuration schema for an audit event handler as json schema.
getAuditEventProperties(JsonValue) - Static method in class org.forgerock.audit.events.AuditEventHelper
Gets the Audit Event schema properties.
getAuditEventSchema(JsonValue) - Static method in class org.forgerock.audit.events.AuditEventHelper
Gets the Audit Event schema.
getAuthenticatedUsers() - Method in class org.opends.server.core.DirectoryServer
 
getAuthenticatedUsers() - Method in interface org.opends.server.core.ServerContext
Retrieves the authenticated users manager for the Directory Server.
getAuthenticationDn() - Method in class org.forgerock.opendj.server.core.RequestContext
Returns the authentication Dn for logging.
getAuthenticationDN() - Method in record class org.opends.server.types.AuthenticationInfo
Retrieves the DN of the user as whom the client is authenticated.
getAuthenticationInfo() - Method in class org.opends.server.api.ClientConnection
Retrieves information about the authentication that has been performed for this connection.
getAuthenticationPasswordSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Authentication Password Syntax which has the OID 1.3.6.1.4.1.4203.1.1.2.
getAuthenticationPolicies() - Method in class org.opends.server.core.DirectoryServer
 
getAuthenticationPolicies() - Method in interface org.opends.server.core.ServerContext
Returns an unmodifiable collection containing all of the authentication policies registered with the Directory Server.
getAuthenticationPolicy() - Method in class org.opends.server.api.AuthenticationPolicyState
Returns the authentication policy associated with this state.
getAuthenticationPolicy() - Method in class org.opends.server.core.PasswordPolicyState
 
getAuthenticationPolicy(Dn) - Method in class org.opends.server.core.DirectoryServer
 
getAuthenticationPolicy(Dn) - Method in interface org.opends.server.core.ServerContext
Retrieves the authentication policy registered for the provided configuration entry.
getAuthenticationRequiredPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn
Get the "authentication-required" property definition.
getAuthenticationType() - Method in class org.forgerock.opendj.ldap.messages.BindRequest
Returns the authentication mechanism identifier for this bind request as defined by the LDAP protocol.
getAuthenticationType() - Method in class org.opends.server.core.BindOperation
 
getAuthenticationType() - Method in interface org.opends.server.types.operation.PostOperationBindOperation
Retrieves the authentication type for this bind operation.
getAuthenticationType() - Method in interface org.opends.server.types.operation.PostResponseBindOperation
Retrieves the authentication type for this bind operation.
getAuthenticationType() - Method in interface org.opends.server.types.operation.PreOperationBindOperation
Retrieves the authentication type for this bind operation.
getAuthenticationType() - Method in interface org.opends.server.types.operation.PreParseBindOperation
Retrieves the authentication type for this bind operation.
getAuthenticationValue() - Method in class org.forgerock.opendj.ldap.messages.BindRequest
Returns a defensive copy of the encoded authentication value for this bind request as defined by the LDAP protocol.
getAuthFailureReason() - Method in class org.forgerock.opendj.server.core.RequestContext
Returns a human-readable message providing the reason why the authentication failed, if available.
getAuthFailureReason() - Method in class org.opends.server.core.BindOperation
 
getAuthFailureReason() - Method in interface org.opends.server.types.operation.PostOperationBindOperation
Retrieves a human-readable message providing the reason that the authentication failed, if available.
getAuthFailureReason() - Method in interface org.opends.server.types.operation.PostResponseBindOperation
Retrieves a human-readable message providing the reason that the authentication failed, if available.
getAuthFailureTimes() - Method in class org.opends.server.core.PasswordPolicyState
Retrieves the set of times of failed authentication attempts for the user.
getAuthInfo() - Method in class org.forgerock.opendj.ldap.AuthPassword
Returns the authentication info.
getAuthorityRevocationListAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the authorityRevocationList Attribute Type which has the OID 2.5.4.38.
getAuthorizationDn() - Method in class org.forgerock.opendj.server.core.RequestContext
Returns the authorization Dn for logging, which could be from proxy auth.
getAuthorizationDN() - Method in record class org.opends.server.types.AuthenticationInfo
Retrieves the DN for the user that should be used as the default authorization identity.
getAuthorizationDN() - Method in class org.opends.server.types.Operation
Retrieves the authorization DN for this operation.
getAuthorizationDN() - Method in interface org.opends.server.types.operation.InProgressOperation
Retrieves the authorization DN for this operation.
getAuthorizationDN() - Method in interface org.opends.server.types.operation.PostCommitOperation
Retrieves the authorization DN for this operation.
getAuthorizationDN() - Method in interface org.opends.server.types.operation.PostOperationOperation
Retrieves the authorization DN for this operation.
getAuthorizationDN() - Method in interface org.opends.server.types.operation.PostResponseOperation
Retrieves the authorization DN for this operation.
getAuthorizationDN() - Method in interface org.opends.server.types.operation.PostSynchronizationOperation
Retrieves the authorization DN for this operation.
getAuthorizationDN() - Method in interface org.opends.server.types.operation.PreOperationOperation
Retrieves the authorization DN for this operation.
getAuthorizationDnName() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
Returns the distinguished name of the user whose authorization is to be used when performing the operation.
getAuthorizationEntry() - Method in class org.opends.server.types.Operation
Retrieves the entry for the user that should be considered the authorization identity for this operation.
getAuthorizationEntryFromControl(ProxiedAuthV1RequestControl, ServerContext) - Static method in class org.opends.server.types.ProxyAuthHelper
Retrieves the authorization entry for the provided proxied authorization V1 control.
getAuthorizationEntryFromControl(ProxiedAuthV2RequestControl, ServerContext) - Static method in class org.opends.server.types.ProxyAuthHelper
Retrieves the authorization entry for this proxied authorization V2 control.
getAuthorizationId() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
Returns the authorization ID of the user.
getAuthorizationId() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
Returns the authorization ID of the user whose authorization is to be used when performing the operation.
getAuthorizationId() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
Returns the authorization ID of the user.
getAuthorizationMechanism() - Method in interface org.forgerock.opendj.server.config.client.HttpEndpointCfgClient
Gets the "authorization-mechanism" property.
getAuthorizationMechanism() - Method in interface org.forgerock.opendj.server.config.server.HttpEndpointCfg
Gets the "authorization-mechanism" property.
getAuthorizationMechanismDns() - Method in interface org.forgerock.opendj.server.config.server.HttpEndpointCfg
Gets the "authorization-mechanism" property as a set of DNs.
getAuthorizationMechanismPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdminEndpointCfgDefn
Get the "authorization-mechanism" property definition.
getAuthorizationMechanismPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AliveEndpointCfgDefn
Get the "authorization-mechanism" property definition.
getAuthorizationMechanismPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CrestMetricsEndpointCfgDefn
Get the "authorization-mechanism" property definition.
getAuthorizationMechanismPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HdapEndpointCfgDefn
Get the "authorization-mechanism" property definition.
getAuthorizationMechanismPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HealthyEndpointCfgDefn
Get the "authorization-mechanism" property definition.
getAuthorizationMechanismPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpEndpointCfgDefn
Get the "authorization-mechanism" property definition.
getAuthorizationMechanismPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PrometheusEndpointCfgDefn
Get the "authorization-mechanism" property definition.
getAuthorizationMechanismPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Rest2ldapEndpointCfgDefn
Get the "authorization-mechanism" property definition.
getAuthorizationName() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
Returns the distinguished name of the user for which effective rights are to be returned, or null if the client's authentication ID is to be used.
getAuthPassword() - Method in interface org.forgerock.opendj.server.config.client.MailServerCfgClient
Gets the "auth-password" property.
getAuthPassword() - Method in interface org.forgerock.opendj.server.config.server.MailServerCfg
Gets the "auth-password" property.
getAuthPasswordAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the authPassword Attribute Type which has the OID 1.3.6.1.4.1.4203.1.3.4.
getAuthPasswordExactMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the authPasswordExactMatch Matching Rule which has the OID 1.3.6.1.4.1.4203.1.2.2.
getAuthPasswordObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the authPasswordObject Object Class which has the OID 1.3.6.1.4.1.4203.1.4.7.
getAuthPasswordPlaintextValue(String, String) - Method in class org.opends.server.api.PasswordStorageScheme
Retrieves the original plaintext value for the provided password stored in the authPassword syntax.
getAuthPasswordPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MailServerCfgDefn
Get the "auth-password" property definition.
getAuthPasswordSchemeName() - Method in class org.opends.server.api.PasswordStorageScheme
Retrieves the scheme name that should be used with this password storage scheme when it is used in the context of the authentication password syntax.
getAuthPasswordSchemeName() - Method in class org.opends.server.extensions.ScramSha512PasswordStorageScheme
 
getAuthPasswordSchemeName() - Method in class org.opends.server.extensions.PBKDF2HmacSHA256PasswordStorageScheme
 
getAuthPasswordSchemeName() - Method in class org.opends.server.extensions.PBKDF2HmacSHA512PasswordStorageScheme
 
getAuthPasswordSchemeName() - Method in class org.opends.server.extensions.PBKDF2PasswordStorageScheme
 
getAuthPasswordSchemeName() - Method in class org.opends.server.extensions.PKCS5S2PasswordStorageScheme
 
getAuthPasswordSchemeName() - Method in class org.opends.server.extensions.SaltedMD5PasswordStorageScheme
 
getAuthPasswordSchemeName() - Method in class org.opends.server.extensions.SaltedSHA1PasswordStorageScheme
 
getAuthPasswordSchemeName() - Method in class org.opends.server.extensions.SaltedSHA256PasswordStorageScheme
 
getAuthPasswordSchemeName() - Method in class org.opends.server.extensions.SaltedSHA384PasswordStorageScheme
 
getAuthPasswordSchemeName() - Method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
 
getAuthPasswordStorageScheme(String) - Method in class org.opends.server.core.DirectoryServer
 
getAuthPasswordStorageScheme(String) - Method in interface org.opends.server.core.ServerContext
Retrieves the specified authentication password storage scheme.
getAuthPasswordStorageSchemes() - Method in class org.opends.server.core.DirectoryServer
 
getAuthPasswordStorageSchemes() - Method in interface org.opends.server.core.ServerContext
Retrieves the set of authentication password storage schemes defined in the Directory Server, as a mapping between the scheme name and the corresponding implementation.
getAuthUser() - Method in interface org.opends.server.loggers.HTTPRequestInfo
Returns the username that was used to authenticate.
getAuthUser() - Method in class org.opends.server.protocols.http.HttpLogContext
 
getAuthUsername() - Method in interface org.forgerock.opendj.server.config.client.MailServerCfgClient
Gets the "auth-username" property.
getAuthUsername() - Method in interface org.forgerock.opendj.server.config.server.MailServerCfg
Gets the "auth-username" property.
getAuthUsernamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MailServerCfgDefn
Get the "auth-username" property definition.
getAuthValue() - Method in class org.forgerock.opendj.ldap.AuthPassword
Returns the authentication value.
getAuthzidJsonPointer() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2AuthorizationMechanismCfgClient
Gets the "authzid-json-pointer" property.
getAuthzidJsonPointer() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2AuthorizationMechanismCfg
Gets the "authzid-json-pointer" property.
getAuthzidJsonPointerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2AuthorizationMechanismCfgDefn
Get the "authzid-json-pointer" property definition.
getAuthzidJsonPointerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2CtsAuthorizationMechanismCfgDefn
Get the "authzid-json-pointer" property definition.
getAuthzidJsonPointerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2FileAuthorizationMechanismCfgDefn
Get the "authzid-json-pointer" property definition.
getAuthzidJsonPointerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2OpenamAuthorizationMechanismCfgDefn
Get the "authzid-json-pointer" property definition.
getAuthzidJsonPointerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
Get the "authzid-json-pointer" property definition.
getAuthzToken() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration
Gets the Splunk authorization token required for making HTTP event collector calls.
getAutoFlushPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "auto-flush" property definition.
getAutoFlushPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
Get the "auto-flush" property definition.
getAutoFlushPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
Get the "auto-flush" property definition.
getAutoFlushPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
Get the "auto-flush" property definition.
getAutoFlushPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
Get the "auto-flush" property definition.
getAutoFlushPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHttpAccessLogPublisherCfgDefn
Get the "auto-flush" property definition.
getAuxiliaryClasses() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns an unmodifiable set containing the auxiliary objectclasses that may be used for entries associated with this DIT content rule.
getAvailabilityCheckInterval() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "availability-check-interval" property.
getAvailabilityCheckInterval() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "availability-check-interval" property.
getAvailabilityCheckIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "availability-check-interval" property definition.
getAvailabilityCheckSearchRequestBaseDn() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "availability-check-search-request-base-dn" property.
getAvailabilityCheckSearchRequestBaseDn() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "availability-check-search-request-base-dn" property.
getAvailabilityCheckSearchRequestBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "availability-check-search-request-base-dn" property definition.
getAvailabilityCheckSearchRequestFilter() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "availability-check-search-request-filter" property.
getAvailabilityCheckSearchRequestFilter() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "availability-check-search-request-filter" property.
getAvailabilityCheckSearchRequestFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "availability-check-search-request-filter" property definition.
getAvailabilityCheckTimeout() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "availability-check-timeout" property.
getAvailabilityCheckTimeout() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "availability-check-timeout" property.
getAvailabilityCheckTimeoutPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "availability-check-timeout" property definition.
getAvailableAuditEventHandlers() - Method in class org.forgerock.audit.AuditServiceConfiguration
Returns a list of class names of available audit event handlers.
getAvailableMemory() - Method in class org.opends.server.core.MemoryQuota
Returns how much memory is currently not reserved (free) in OldGen (in bytes).
getBackend(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Backend.
getBackend(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Backend.
getBackendCfg() - Method in class org.opends.server.backends.ConfigurationBackend
getBackendConfigManager() - Method in class org.opends.server.core.DirectoryServer
 
getBackendConfigManager() - Method in interface org.opends.server.core.ServerContext
Returns the manager of backends.
getBackendFiles() - Method in class org.opends.server.backends.jeb.JEBackend
 
getBackendFiles() - Method in class org.opends.server.backends.jeb.JEStorage
Returns an iterator that goes over all the log files, including files created after this method is called.
getBackendFiles() - Method in class org.opends.server.backends.LDIFBackend
 
getBackendFiles() - Method in class org.opends.server.backends.SchemaBackend
 
getBackendFiles() - Method in class org.opends.server.backends.task.TaskBackend
 
getBackendFiles() - Method in interface org.opends.server.backup.Backupable
Returns an iterator that goes over all the backend files.
getBackendId() - Method in interface org.forgerock.opendj.server.config.client.BackendCfgClient
Gets the "backend-id" property.
getBackendId() - Method in interface org.forgerock.opendj.server.config.server.BackendCfg
Gets the "backend-id" property.
getBackendId() - Method in class org.opends.server.backends.ConfigurationBackend.ConfigurationBackendCfg
 
getBackendID() - Method in class org.opends.server.api.Backend
Retrieves the unique identifier for this backend.
getBackendID() - Method in class org.opends.server.backends.jeb.JEStorage
 
getBackendID() - Method in interface org.opends.server.backup.Backupable
Returns the backend name.
getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendCfgDefn
Get the "backend-id" property definition.
getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "backend-id" property definition.
getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdifBackendCfgDefn
Get the "backend-id" property definition.
getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn
Get the "backend-id" property definition.
getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemoryBackendCfgDefn
Get the "backend-id" property definition.
getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MonitorBackendCfgDefn
Get the "backend-id" property definition.
getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NullBackendCfgDefn
Get the "backend-id" property definition.
getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
Get the "backend-id" property definition.
getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "backend-id" property definition.
getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
Get the "backend-id" property definition.
getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
Get the "backend-id" property definition.
getBackendIndex(String) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Gets the named Backend Index.
getBackendIndex(String) - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Gets the named Backend Index.
getBackendIndexesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "backend-indexes" relation definition.
getBackendIndexesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
Get the "backend-indexes" relation definition.
getBackendName() - Method in class org.opends.server.backup.BackupId
Returns the name of the backend that was backed up.
getBackendsRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "backends" relation definition.
getBackendType() - Method in class org.opends.server.backends.pluggable.PluggableBackendMonitor
 
getBackendType() - Method in class org.opends.server.monitors.LocalBackendMonitor
Returns the local backend implementation type.
getBackendVlvIndex(String) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Gets the named Backend Vlv Index.
getBackendVlvIndex(String) - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Gets the named Backend Vlv Index.
getBackendVlvIndexesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "backend-vlv-indexes" relation definition.
getBackendVlvIndexesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
Get the "backend-vlv-indexes" relation definition.
getBackendWithBaseDn(Dn) - Method in class org.opends.server.core.BackendConfigManager
Retrieves the backend with the specified base DN.
getBackupIds() - Method in class org.opends.server.backup.BackupFileManager
Returns the set of metadata IDS found in the underlying backup storage.
getBackupLocation() - Method in class org.opends.server.backup.BackupStorageConfig
Returns the backup location.
getBackupStorageProvider(String) - Method in class org.opends.server.core.DirectoryServer
 
getBackupStorageProvider(String) - Method in interface org.opends.server.core.ServerContext
Returns the backup storage provider that supports the given storage scheme or null if no such storage provider hase been found.
getBaseDn() - Method in class org.forgerock.opendj.config.DnPropertyDefinition
Get the base DN which all valid values must be immediately subordinate to, or null if there is no based DN.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.client.BackendVlvIndexCfgClient
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2CtsAuthorizationMechanismCfgClient
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.client.LdapKeyManagerProviderCfgClient
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.client.LdapTrustManagerProviderCfgClient
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.client.LdifBackendCfgClient
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.client.MemoryBackendCfgClient
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.client.NullBackendCfgClient
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.client.SevenBitCleanPluginCfgClient
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.client.UniqueAttributePluginCfgClient
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.server.BackendVlvIndexCfg
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2CtsAuthorizationMechanismCfg
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.server.LdapKeyManagerProviderCfg
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.server.LdapTrustManagerProviderCfg
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.server.LdifBackendCfg
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.server.MemoryBackendCfg
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.server.NullBackendCfg
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.server.SevenBitCleanPluginCfg
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.server.UniqueAttributePluginCfg
Gets the "base-dn" property.
getBaseDn() - Method in interface org.forgerock.opendj.server.config.server.VirtualAttributeCfg
Gets the "base-dn" property.
getBaseDn(Dn) - Method in class org.opends.server.api.DITCacheMap
Find the Base DN of the provided DN.
getBaseDn(BackendCfgClient) - Static method in class org.opends.server.tools.BackendToolUtils
Gets the base DNs from the provided backend configuration.
getBaseDn(BackendCfg) - Static method in class org.opends.server.tools.BackendToolUtils
Gets the base DNs from the provided backend configuration.
getBaseDN() - Method in class org.forgerock.opendj.ldap.SubtreeSpecification
Get the absolute base DN of the subtree specification.
getBaseDN() - Method in class org.opends.server.backends.pluggable.spi.TreeName
Returns the base DN.
getBaseDN() - Method in class org.opends.server.backends.RebuildConfig
Get the base DN to rebuild.
getBaseDN() - Method in class org.opends.server.backends.VerifyConfig
Get the base DN to be verified.
getBaseDN() - Method in class org.opends.server.core.SearchOperation
 
getBaseDN() - Method in class org.opends.server.replication.protocol.InitializeRequestMsg
Get the base DN from this InitializeRequestMsg.
getBaseDN() - Method in class org.opends.server.replication.protocol.InitializeTargetMsg
Get the base DN of the domain.
getBaseDN() - Method in class org.opends.server.replication.protocol.ReplServerStartDSMsg
Get the base DN from this ReplServerStartDSMsg.
getBaseDN() - Method in class org.opends.server.replication.protocol.ReplServerStartMsg
Get the base DN from this ReplServerStartMsg.
getBaseDN() - Method in class org.opends.server.replication.protocol.ServerStartMsg
Get the baseDN.
getBaseDN() - Method in class org.opends.server.replication.server.changelog.api.ChangeNumberIndexRecord
Getter for the baseDN field.
getBaseDN() - Method in class org.opends.server.replication.server.changelog.file.DomainDBCursor
Returns the replication domain baseDN of this cursor.
getBaseDN() - Method in class org.opends.server.replication.server.ReplicationServerDomain
Get the baseDN.
getBaseDN() - Method in class org.opends.server.replication.service.ReplicationDomain
Returns the base DN of this ReplicationDomain.
getBaseDN() - Method in interface org.opends.server.types.operation.InProgressSearchOperation
Retrieves the base DN for this search operation.
getBaseDN() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
Retrieves the base DN for this search operation.
getBaseDN() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
Retrieves the base DN for this search operation.
getBaseDN() - Method in interface org.opends.server.types.operation.PreOperationSearchOperation
Retrieves the base DN for this search operation.
getBaseDN() - Method in interface org.opends.server.types.operation.PreParseSearchOperation
Retrieves the base DN as included in the request from the client.
getBaseDnMonitorData(Dn) - Method in class org.opends.server.monitors.LocalBackendMonitor
Returns a new BaseDnMonitorData instance that will use the provided base DN.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendVlvIndexCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryDnVirtualAttributeCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUuidVirtualAttributeCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2CtsAuthorizationMechanismCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapKeyManagerProviderCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapTrustManagerProviderCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdifBackendCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemoryBackendCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NullBackendCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SevenBitCleanPluginCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UniqueAttributePluginCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserTemplateVirtualAttributeCfgDefn
Get the "base-dn" property definition.
getBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
Get the "base-dn" property definition.
getBaseDns(Set<Dn>, BackendConfigManager) - Static method in class org.opends.server.extensions.IndexedAttributesChecks
If we have an explicit set of base DNs, then use it.
getBaseDNs() - Method in class org.opends.server.api.Backend
Retrieves the set of base-level DNs that may be used within this backend.
getBaseDNs() - Method in class org.opends.server.backends.ChangelogBackend
 
getBaseDNs() - Method in class org.opends.server.backends.ConfigurationBackend
 
getBaseDNs() - Method in class org.opends.server.backends.LDIFBackend
 
getBaseDNs() - Method in class org.opends.server.backends.MemoryBackend
 
getBaseDNs() - Method in class org.opends.server.backends.MonitorBackend
 
getBaseDNs() - Method in class org.opends.server.backends.NullBackend
 
getBaseDNs() - Method in class org.opends.server.backends.pluggable.BackendImpl
 
getBaseDNs() - Method in class org.opends.server.backends.ProxyBackend
 
getBaseDNs() - Method in class org.opends.server.backends.RootDSEBackend
 
getBaseDNs() - Method in class org.opends.server.backends.SchemaBackend
 
getBaseDNs() - Method in class org.opends.server.backends.task.TaskBackend
 
getBaseDNs() - Method in class org.opends.server.types.VirtualAttributeRule
Retrieves the set of base DNs for branches that are eligible to have this virtual attribute.
getBasePath() - Method in interface org.forgerock.opendj.server.config.client.HttpEndpointCfgClient
Gets the "base-path" property.
getBasePath() - Method in interface org.forgerock.opendj.server.config.server.HttpEndpointCfg
Gets the "base-path" property.
getBasePathPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdminEndpointCfgDefn
Get the "base-path" property definition.
getBasePathPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AliveEndpointCfgDefn
Get the "base-path" property definition.
getBasePathPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CrestMetricsEndpointCfgDefn
Get the "base-path" property definition.
getBasePathPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HdapEndpointCfgDefn
Get the "base-path" property definition.
getBasePathPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HealthyEndpointCfgDefn
Get the "base-path" property definition.
getBasePathPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpEndpointCfgDefn
Get the "base-path" property definition.
getBasePathPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PrometheusEndpointCfgDefn
Get the "base-path" property definition.
getBasePathPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Rest2ldapEndpointCfgDefn
Get the "base-path" property definition.
getBaseTimeUnit() - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry
The registry's base TimeUnit.
getBaseTimeUnit() - Method in class org.forgerock.monitoring.dropwizard.DropwizardMeterRegistry
 
getBaseUnit() - Method in class org.forgerock.monitoring.api.instrument.Meter.Id
 
getBaseUnit() - Method in class org.forgerock.opendj.config.DurationPropertyDefinition
Get the base unit for this property definition (values including limits are specified in this unit).
getBatch() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration
Returns the configuration used to initialize the batch publisher.
getBcryptCost() - Method in interface org.forgerock.opendj.server.config.client.BcryptPasswordStorageSchemeCfgClient
Gets the "bcrypt-cost" property.
getBcryptCost() - Method in interface org.forgerock.opendj.server.config.server.BcryptPasswordStorageSchemeCfg
Gets the "bcrypt-cost" property.
getBcryptCostPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn
Get the "bcrypt-cost" property definition.
getBeforeCount() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the number of entries before the target entry to be included in the search results.
getBERType() - Method in enum class org.opends.server.types.AuthenticationType
Retrieves the BER type tag associated with this authentication type.
getBestFitUnit(long) - Static method in enum class org.forgerock.opendj.config.SizeUnit
Gets the best-fit unit for the specified number of bytes.
getBestFitUnitExact(long) - Static method in enum class org.forgerock.opendj.config.SizeUnit
Gets the best-fit unit for the specified number of bytes which can represent the provided value using an integral value.
getBigIndexExtensibleMatchingRule() - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Gets the "big-index-extensible-matching-rule" property.
getBigIndexExtensibleMatchingRule() - Method in interface org.forgerock.opendj.server.config.server.BackendIndexCfg
Gets the "big-index-extensible-matching-rule" property.
getBigIndexExtensibleMatchingRulePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
Get the "big-index-extensible-matching-rule" property definition.
getBigIndexIncludedAttributeValue() - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Gets the "big-index-included-attribute-value" property.
getBigIndexIncludedAttributeValue() - Method in interface org.forgerock.opendj.server.config.server.BackendIndexCfg
Gets the "big-index-included-attribute-value" property.
getBigIndexIncludedAttributeValuePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
Get the "big-index-included-attribute-value" property definition.
getBinarySyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Binary Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.5.
getBindDn() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Gets the "bind-dn" property.
getBindDn() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
Gets the "bind-dn" property.
getBindDN() - Method in class org.opends.server.core.BindOperation
 
getBindDN() - Method in interface org.opends.server.types.operation.PostOperationBindOperation
Retrieves the bind DN for this bind operation.
getBindDN() - Method in interface org.opends.server.types.operation.PostResponseBindOperation
Retrieves the bind DN for this bind operation.
getBindDN() - Method in interface org.opends.server.types.operation.PreOperationBindOperation
Retrieves the bind DN for this bind operation.
getBindDN() - Method in interface org.opends.server.types.operation.PreParseBindOperation
Retrieves the bind DN for this bind operation as contained in the client request.
getBindDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
Get the "bind-dn" property definition.
getBindPassword() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Gets the "bind-password" property.
getBindPassword() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
Gets the "bind-password" property.
getBindPasswordPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
Get the "bind-password" property definition.
getBindRequests() - Method in class org.opends.server.protocols.ldap.LdapStatistics
Retrieves the number of bind requests that have been received.
getBindRule() - Method in class org.opends.server.authorization.dseecompat.PermBindRulePair
Gets the bind rule part of this pair.
getBindToServerFqdnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn
Get the "bind-to-server-fqdn" property definition.
getBindWithDnRequiresPasswordPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "bind-with-dn-requires-password" property definition.
getBitStringMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the bitStringMatch Matching Rule which has the OID 2.5.13.16.
getBitStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Bit String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.6.
getBoolean(Entry, String) - Static method in class org.opends.server.api.AuthenticationPolicyState
A utility method which may be used by implementations in order to obtain the value of the specified attribute from the provided entry as a boolean.
getBooleanMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the booleanMatch Matching Rule which has the OID 2.5.13.13.
getBooleanSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Boolean Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.7.
getBootstrapReplicationServer() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Gets the "bootstrap-replication-server" property.
getBootstrapReplicationServer() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "bootstrap-replication-server" property.
getBootstrapReplicationServer() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Gets the "bootstrap-replication-server" property.
getBootstrapReplicationServer() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Gets the "bootstrap-replication-server" property.
getBootstrapReplicationServer() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
Gets the "bootstrap-replication-server" property.
getBootstrapReplicationServer() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "bootstrap-replication-server" property.
getBootstrapReplicationServerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
Get the "bootstrap-replication-server" property definition.
getBootstrapReplicationServerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
Get the "bootstrap-replication-server" property definition.
getBootstrapReplicationServerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
Get the "bootstrap-replication-server" property definition.
getBootstrapReplicationServerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "bootstrap-replication-server" property definition.
getBufferFactory() - Method in class org.forgerock.opendj.rest2ldap.HdapHttpApplication
 
getBufferFactory() - Method in class org.forgerock.opendj.rest2ldap.Rest2LdapHttpApplication
 
getBuffering() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
Returns the configuration for events buffering.
getBuffering() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration
Gets configuration of event buffering.
getBuffering() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
Gets configuration of event buffering.
getBuffering() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration
Gets the configuration for buffering.
getBuffering() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
Returns the configuration for events buffering.
getBufferSize() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Gets the "buffer-size" property.
getBufferSize() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Gets the "buffer-size" property.
getBufferSize() - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Gets the "buffer-size" property.
getBufferSize() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Gets the "buffer-size" property.
getBufferSize() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "buffer-size" property.
getBufferSize() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "buffer-size" property.
getBufferSize() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
Gets the "buffer-size" property.
getBufferSize() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
Gets the "buffer-size" property.
getBufferSize() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
Gets the "buffer-size" property.
getBufferSize() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHttpAccessLogPublisherCfg
Gets the "buffer-size" property.
getBufferSize() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "buffer-size" property.
getBufferSize() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "buffer-size" property.
getBufferSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
Get the "buffer-size" property definition.
getBufferSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
Get the "buffer-size" property definition.
getBufferSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
Get the "buffer-size" property definition.
getBufferSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHttpAccessLogPublisherCfgDefn
Get the "buffer-size" property definition.
getBufferSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "buffer-size" property definition.
getBufferSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "buffer-size" property definition.
getBuildingNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the buildingName Attribute Type which has the OID 0.9.2342.19200300.100.1.48.
getBundleInPreferredLocale(String, ClassLoader) - Method in class org.forgerock.util.i18n.PreferredLocales
Get a ResourceBundle using the preferred locale list and using the provided ClassLoader.
getBusinessCategoryAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the businessCategory Attribute Type which has the OID 2.5.4.15.
getBytes() - Method in class org.opends.server.replication.protocol.UpdateMsg
Returns the encoded representation of this update message using the latest protocol version.
getBytes(short) - Method in class org.opends.server.replication.protocol.ChangeStatusMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.ChangeTimeHeartbeatMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.DoneMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.EntryMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.ErrorMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.ExtendedStartMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.HeartbeatMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.InitializeRcvAckMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.InitializeRequestMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.InitializeTargetMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.MonitorMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.MonitorRequestMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.ReplicaOfflineMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.ReplicationMsg
Serializes the PDU using the provided replication protocol version.
getBytes(short) - Method in class org.opends.server.replication.protocol.ReplServerStartDSMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.ReplServerStartMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.ResetGenerationIdMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.ServerStartMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.StartSessionMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.StopEncryptionMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.StopMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.TopologyMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.UpdateMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.WindowMsg
 
getBytes(short) - Method in class org.opends.server.replication.protocol.WindowProbeMsg
 
getBytesLatest(short) - Method in class org.opends.server.replication.protocol.AddMsg
 
getBytesLatest(short) - Method in class org.opends.server.replication.protocol.DeleteMsg
 
getBytesLatest(short) - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
Get the byte array representation of this message.
getBytesLatest(short) - Method in class org.opends.server.replication.protocol.ModifyDNMsg
 
getBytesLatest(short) - Method in class org.opends.server.replication.protocol.ModifyMsg
 
getBytesRead() - Method in class org.opends.server.protocols.ldap.LdapStatistics
Retrieves the number of bytes that have been received from clients.
getBytesWritten() - Method in class org.forgerock.audit.events.handlers.writers.AsynchronousTextWriter
Retrieves the number of bytes written by this writer.
getBytesWritten() - Method in class org.forgerock.audit.events.handlers.writers.MeteredStream
Returns the number of bytes written in this stream.
getBytesWritten() - Method in class org.forgerock.audit.events.handlers.writers.RotatableWriter
 
getBytesWritten() - Method in interface org.forgerock.audit.events.handlers.writers.TextWriter
Retrieves the number of bytes written by this writer.
getBytesWritten() - Method in class org.forgerock.audit.events.handlers.writers.TextWriter.Stream
 
getBytesWritten() - Method in class org.forgerock.audit.events.handlers.writers.TextWriterAdapter
 
getBytesWritten() - Method in interface org.forgerock.audit.rotation.RotatableObject
Retrieves the number of bytes written to the file.
getBytesWritten() - Method in class org.opends.server.loggers.MeteredStream
Returns the number of bytes written in this stream.
getBytesWritten() - Method in interface org.opends.server.loggers.RotatableLogFile
Retrieves the number of bytes written to the file.
getBytesWritten() - Method in interface org.opends.server.loggers.TextWriter
Retrieves the number of bytes written by this writer.
getBytesWritten() - Method in class org.opends.server.protocols.ldap.LdapStatistics
Retrieves the number of bytes that have been written to clients.
getCACertificateAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the cACertificate Attribute Type which has the OID 2.5.4.37.
getCacheControl() - Method in interface org.forgerock.json.resource.Response
Indicates how the response should be cached by clients.
getCachedPasswordStorageScheme() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Gets the "cached-password-storage-scheme" property.
getCachedPasswordStorageScheme() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "cached-password-storage-scheme" property.
getCachedPasswordStorageSchemeDn() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "cached-password-storage-scheme" property as a DN.
getCachedPasswordStorageSchemePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the "cached-password-storage-scheme" property definition.
getCachedPasswordTtl() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Gets the "cached-password-ttl" property.
getCachedPasswordTtl() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "cached-password-ttl" property.
getCachedPasswordTtlPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the "cached-password-ttl" property definition.
getCacheLevel() - Method in interface org.forgerock.opendj.server.config.client.EntryCacheCfgClient
Gets the "cache-level" property.
getCacheLevel() - Method in interface org.forgerock.opendj.server.config.server.EntryCacheCfg
Gets the "cache-level" property.
getCacheLevelPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryCacheCfgDefn
Get the "cache-level" property definition.
getCacheLevelPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FifoEntryCacheCfgDefn
Get the "cache-level" property definition.
getCacheLevelPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SoftReferenceEntryCacheCfgDefn
Get the "cache-level" property definition.
getCalendar() - Static method in class org.opends.server.core.TimeThread
Retrieves a Calendar containing the time at the last update.
getCancelReason() - Method in class org.opends.server.types.Cancellable
Returns the cancel reason for this operation.
getCapacity() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.BatchConfiguration
Returns the maximum capacity of the publishing queue.
getCaseExactIA5MatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseExactIA5Match Matching Rule which has the OID 1.3.6.1.4.1.1466.109.114.1.
getCaseExactJsonIdMatchingRule() - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Returns the jsonMatch matching rule having the OID "1.3.6.1.4.1.36733.2.1.4.5".
getCaseExactJsonQueryMatchingRule() - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Returns the jsonQueryMatch matching rule having the OID "1.3.6.1.4.1.36733.2.1.4.2".
getCaseExactMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseExactMatch Matching Rule which has the OID 2.5.13.5.
getCaseExactOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseExactOrderingMatch Matching Rule which has the OID 2.5.13.6.
getCaseExactSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseExactSubstringsMatch Matching Rule which has the OID 2.5.13.7.
getCaseIgnoreExtensibleJsonOrderingMatchingRule() - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Returns the extensible JSON ordering matching rule having the OID "1.3.6.1.4.1.36733.2.1.4.6:".
getCaseIgnoreIA5MatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreIA5Match Matching Rule which has the OID 1.3.6.1.4.1.1466.109.114.2.
getCaseIgnoreIA5SubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreIA5SubstringsMatch Matching Rule which has the OID 1.3.6.1.4.1.1466.109.114.3.
getCaseIgnoreJsonIdMatchingRule() - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Returns the jsonMatch matching rule having the OID "1.3.6.1.4.1.36733.2.1.4.4".
getCaseIgnoreJsonQueryMatchingRule() - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Returns the jsonQueryMatch matching rule having the OID "1.3.6.1.4.1.36733.2.1.4.10".
getCaseIgnoreListMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreListMatch Matching Rule which has the OID 2.5.13.11.
getCaseIgnoreListSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreListSubstringsMatch Matching Rule which has the OID 2.5.13.12.
getCaseIgnoreMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreMatch Matching Rule which has the OID 2.5.13.2.
getCaseIgnoreOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreOrderingMatch Matching Rule which has the OID 2.5.13.3.
getCaseIgnoreSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreSubstringsMatch Matching Rule which has the OID 2.5.13.4.
getCaseInsensitiveFields() - Method in class org.forgerock.audit.AuditServiceConfiguration
Get the list of audit event fields to treat case-insensitively when filtering.
getCaseSensitiveStringsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonEqualityMatchingRuleCfgDefn
Get the "case-sensitive-strings" property definition.
getCaseSensitiveStringsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonOrderingMatchingRuleCfgDefn
Get the "case-sensitive-strings" property definition.
getCaseSensitiveStringsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonQueryEqualityMatchingRuleCfgDefn
Get the "case-sensitive-strings" property definition.
getCaseSensitiveStringsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NameAndJsonQueryEqualityMatchingRuleCfgDefn
Get the "case-sensitive-strings" property definition.
getCaseSensitiveValidationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
Get the "case-sensitive-validation" property definition.
getCaseSensitiveValidationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RepeatedCharactersPasswordValidatorCfgDefn
Get the "case-sensitive-validation" property definition.
getCaseSensitiveValidationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UniqueCharactersPasswordValidatorCfgDefn
Get the "case-sensitive-validation" property definition.
getCAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the c Attribute Type which has the OID 2.5.4.6.
getCause() - Method in exception org.forgerock.opendj.config.client.MissingMandatoryPropertiesException
Gets the first exception that caused this exception.
getCause() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
getCause() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
getCause() - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
getCause() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
getCause() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
getCause() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
getCause() - Method in interface org.forgerock.opendj.ldap.messages.Result
Returns the throwable cause associated with this result if available.
getCause() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
getCauses() - Method in exception org.forgerock.opendj.config.client.ManagedObjectDecodingException
Get an unmodifiable collection view of the causes of this exception.
getCauses() - Method in exception org.forgerock.opendj.config.client.MissingMandatoryPropertiesException
Gets an unmodifiable collection view of the causes of this exception.
getCauses() - Method in exception org.forgerock.opendj.config.server.ServerManagedObjectDecodingException
Get an unmodifiable collection view of the causes of this exception.
getCertificate() - Method in class org.forgerock.secrets.keys.CryptoKey
Returns any certificate associated with this key.
getCertificate() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.KeyDetails
Get the Certificate instance for the public component of this key.
getCertificate() - Method in class org.forgerock.secrets.SecretBuilder
Returns the certificate associated with this secret, or null if not available.
getCertificate(Class<T>) - Method in class org.forgerock.secrets.keys.CryptoKey
Returns the certificate of the given type if one is available.
getCertificate(String) - Method in class org.forgerock.security.keystore.KeyStoreManager
Gets the certificate from the KeyStore with the given alias.
getCertificateAttribute() - Method in interface org.forgerock.opendj.server.config.client.ExternalSaslMechanismHandlerCfgClient
Gets the "certificate-attribute" property.
getCertificateAttribute() - Method in interface org.forgerock.opendj.server.config.server.ExternalSaslMechanismHandlerCfg
Gets the "certificate-attribute" property.
getCertificateAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalSaslMechanismHandlerCfgDefn
Get the "certificate-attribute" property definition.
getCertificateChain() - Method in class org.forgerock.secrets.keys.CryptoKey
Gets the certificate chain associated with this secret.
getCertificateChain() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.KeyDetails
Get the certificate chain for the public component of this key.
getCertificateChain() - Method in class org.forgerock.secrets.SecretBuilder
Returns the certificate chain associated with this secret, or an empty list if not available.
getCertificateChain(Class<T>) - Method in class org.forgerock.secrets.keys.CryptoKey
Gets the certificate chain associated with this secret as a list of the given certificate type.
getCertificateChain(String) - Method in class org.forgerock.secrets.SecretsKeyManager
 
getCertificateExactMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the certificateExactMatch Matching Rule which has the OID 2.5.13.34.
getCertificateListSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Certificate List Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.9.
getCertificateMapper() - Method in interface org.forgerock.opendj.server.config.client.ExternalSaslMechanismHandlerCfgClient
Gets the "certificate-mapper" property.
getCertificateMapper() - Method in interface org.forgerock.opendj.server.config.server.ExternalSaslMechanismHandlerCfg
Gets the "certificate-mapper" property.
getCertificateMapper(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Certificate Mapper.
getCertificateMapper(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Certificate Mapper.
getCertificateMapper(Dn) - Method in class org.opends.server.core.DirectoryServer
 
getCertificateMapper(Dn) - Method in interface org.opends.server.core.ServerContext
Retrieves the certificate mapper registered with the provided entry DN.
getCertificateMapperDns() - Method in interface org.forgerock.opendj.server.config.server.ExternalSaslMechanismHandlerCfg
Gets the "certificate-mapper" property as a set of DNs.
getCertificateMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalSaslMechanismHandlerCfgDefn
Get the "certificate-mapper" property definition.
getCertificateMappersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "certificate-mappers" relation definition.
getCertificatePairSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Certificate Pair Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.10.
getCertificateRevocationListAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the certificateRevocationList Attribute Type which has the OID 2.5.4.39.
getCertificateSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Certificate Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.8.
getCertificateValidationPolicy() - Method in interface org.forgerock.opendj.server.config.client.ExternalSaslMechanismHandlerCfgClient
Gets the "certificate-validation-policy" property.
getCertificateValidationPolicy() - Method in interface org.forgerock.opendj.server.config.server.ExternalSaslMechanismHandlerCfg
Gets the "certificate-validation-policy" property.
getCertificateValidationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalSaslMechanismHandlerCfgDefn
Get the "certificate-validation-policy" property definition.
getCertificationAuthorityObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the certificationAuthority Object Class which has the OID 2.5.6.16.
getCertificationAuthorityV2ObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the certificationAuthority-V2 Object Class which has the OID 2.5.6.16.2.
getChangeListeners(Dn) - Method in interface org.forgerock.opendj.config.server.spi.ConfigurationRepository
Retrieves the change listeners that have been registered with the provided DN.
getChangeListeners(Dn) - Method in class org.opends.server.config.ConfigurationHandler
 
getChangelogDB() - Method in class org.opends.server.replication.server.ReplicationServer
Returns the changelogDB.
getChangelogEnabled() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Gets the "changelog-enabled" property.
getChangelogEnabled() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Gets the "changelog-enabled" property.
getChangelogEnabledExcludedDomains() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Gets the "changelog-enabled-excluded-domains" property.
getChangelogEnabledExcludedDomains() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Gets the "changelog-enabled-excluded-domains" property.
getChangelogEnabledExcludedDomainsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
Get the "changelog-enabled-excluded-domains" property definition.
getChangelogEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
Get the "changelog-enabled" property definition.
getChangelogEndpoint() - Method in class org.opends.server.replication.protocol.ReplServerStartMsg
Get the host port.
getChangelogEndpoint() - Method in class org.opends.server.replication.server.ReplicationServer
Get the HostPort of the changelog endpoint.
getChangelogEndpoint() - Method in class org.opends.server.replication.service.ReplicationBroker
Get the host and port of the replicationServer to which this broker is currently connected.
getChangelogEndpoints() - Method in class org.opends.server.replication.common.Topology
Returns the set of replication endpoints for all the replication servers in the topology.
getChangelogState() - Method in interface org.opends.server.replication.server.changelog.api.ChangelogStateProvider
Returns the current state of the replication changelog.
getChangelogState() - Method in class org.opends.server.replication.server.changelog.file.ReplicationEnvironment
 
getChangeNumber() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Returns the change number for this entry change notification control.
getChangeNumber() - Method in class org.opends.server.replication.server.changelog.api.ChangeNumberIndexRecord
Getter for the change number field.
getChangeNumberIndexDB() - Method in interface org.opends.server.replication.server.changelog.api.ChangelogDB
Returns the ChangeNumberIndexDB object.
getChangeNumberIndexDB() - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
getChangetimeHeartbeatInterval() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "changetime-heartbeat-interval" property.
getChangetimeHeartbeatInterval() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Gets the "changetime-heartbeat-interval" property.
getChangetimeHeartbeatInterval() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "changetime-heartbeat-interval" property.
getChangetimeHeartbeatIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
Get the "changetime-heartbeat-interval" property definition.
getChangetimeHeartbeatIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "changetime-heartbeat-interval" property definition.
getChangeType() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Returns the change type for this entry change notification control.
getChangeTypes() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
Returns an unmodifiable set containing the types of update operation for which change notifications should be returned.
getCharacters() - Method in class org.opends.server.types.NamedCharacterSet
Retrieves the characters included in this character set.
getCharacterSet() - Method in interface org.forgerock.opendj.server.config.client.CharacterSetPasswordValidatorCfgClient
Gets the "character-set" property.
getCharacterSet() - Method in interface org.forgerock.opendj.server.config.server.CharacterSetPasswordValidatorCfg
Gets the "character-set" property.
getCharacterSetPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CharacterSetPasswordValidatorCfgDefn
Get the "character-set" property definition.
getCharacterSetRanges() - Method in interface org.forgerock.opendj.server.config.client.CharacterSetPasswordValidatorCfgClient
Gets the "character-set-ranges" property.
getCharacterSetRanges() - Method in interface org.forgerock.opendj.server.config.server.CharacterSetPasswordValidatorCfg
Gets the "character-set-ranges" property.
getCharacterSetRangesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CharacterSetPasswordValidatorCfgDefn
Get the "character-set-ranges" property definition.
getCheckReferencesFilterCriteria() - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
Gets the "check-references-filter-criteria" property.
getCheckReferencesFilterCriteria() - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
Gets the "check-references-filter-criteria" property.
getCheckReferencesFilterCriteriaPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
Get the "check-references-filter-criteria" property definition.
getCheckReferencesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
Get the "check-references" property definition.
getCheckReferencesScopeCriteria() - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
Gets the "check-references-scope-criteria" property.
getCheckReferencesScopeCriteria() - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
Gets the "check-references-scope-criteria" property.
getCheckReferencesScopeCriteriaPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
Get the "check-references-scope-criteria" property definition.
getCheckSchemaPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "check-schema" property definition.
getCheckSubstringsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeValuePasswordValidatorCfgDefn
Get the "check-substrings" property definition.
getCheckSubstringsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
Get the "check-substrings" property definition.
getChecksumAlgorithm() - Method in interface org.forgerock.opendj.server.config.client.EntityTagVirtualAttributeCfgClient
Gets the "checksum-algorithm" property.
getChecksumAlgorithm() - Method in interface org.forgerock.opendj.server.config.server.EntityTagVirtualAttributeCfg
Gets the "checksum-algorithm" property.
getChecksumAlgorithmPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
Get the "checksum-algorithm" property definition.
getChild(String) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Get the named child managed object definition which inherits from this managed object definition.
getChild(InstantiableRelationDefinition<?, M>, String) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Retrieve an instantiable child managed object.
getChild(InstantiableRelationDefinition<C, S>, String) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Retrieves an instantiable child managed object.
getChild(InstantiableRelationDefinition<C, S>, String) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
getChild(OptionalRelationDefinition<?, M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Retrieve an optional child managed object.
getChild(OptionalRelationDefinition<C, S>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Retrieves an optional child managed object.
getChild(OptionalRelationDefinition<C, S>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
getChild(SetRelationDefinition<?, M>, String) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Retrieve a set child managed object.
getChild(SetRelationDefinition<C, S>, String) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Retrieves a set child managed object.
getChild(SetRelationDefinition<C, S>, String) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
getChild(SingletonRelationDefinition<?, M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Retrieve a singleton child managed object.
getChild(SingletonRelationDefinition<C, S>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Retrieves a singleton child managed object.
getChild(SingletonRelationDefinition<C, S>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
getChildDefinition() - Method in class org.forgerock.opendj.config.RelationDefinition
Get the definition of the child managed object.
getChildDn(String) - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
Constructs a DN for a referenced managed object having the provided name.
getChildPath(String) - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
Constructs a managed object path for a referenced managed object having the provided name.
getChildren() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Get the child managed object definitions which inherit directly from this managed object definition.
getChildren(Dn) - Method in interface org.forgerock.opendj.config.server.spi.ConfigurationRepository
Returns the set of DNs of children of the entry corresponding to the provided DN.
getChildren(Dn) - Method in class org.opends.server.config.ConfigurationHandler
 
getChildrenDns(Dn, long) - Method in class org.opends.server.api.DITCacheMap
Returns the list of the children's DNs, size bounded.
getChopAfter() - Method in class org.forgerock.opendj.ldap.SubtreeSpecification
Get the ChopAfter LocalNames from the specificExclusions.
getChopBefore() - Method in class org.forgerock.opendj.ldap.SubtreeSpecification
Get the ChopBefore LocalNames from the specificExclusions.
getCipher() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
Returns the name of the used cipher.
getCipher() - Method in class org.forgerock.secrets.keys.DataEncryptionKey
Returns an initialized cipher object for an appropriate default algorithm and parameters.
getCipher() - Method in class org.forgerock.secrets.keys.KeyDecryptionKey
 
getCipher() - Method in class org.forgerock.secrets.keys.KeyEncryptionKey
 
getCipher(String) - Method in class org.forgerock.secrets.keys.KeyEncryptionKey
Returns an initialized cipher object with default parameters.
getCipher(String, AlgorithmParameters) - Method in class org.forgerock.secrets.keys.KeyEncryptionKey
Returns an initialized cipher object for the given algorithm and parameters.
getCipher(String, AlgorithmParameterSpec) - Method in class org.forgerock.secrets.keys.KeyEncryptionKey
Returns an initialized cipher object for the given algorithm and parameters.
getCipherKeyLength() - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
Gets the "cipher-key-length" property.
getCipherKeyLength() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Gets the "cipher-key-length" property.
getCipherKeyLength() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Gets the "cipher-key-length" property.
getCipherKeyLength() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
Gets the "cipher-key-length" property.
getCipherKeyLength() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Gets the "cipher-key-length" property.
getCipherKeyLength() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Gets the "cipher-key-length" property.
getCipherKeyLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
Get the "cipher-key-length" property definition.
getCipherKeyLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "cipher-key-length" property definition.
getCipherKeyLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
Get the "cipher-key-length" property definition.
getCipherKeyLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
Get the "cipher-key-length" property definition.
getCipherTransformation() - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
Gets the "cipher-transformation" property.
getCipherTransformation() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Gets the "cipher-transformation" property.
getCipherTransformation() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Gets the "cipher-transformation" property.
getCipherTransformation() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
Gets the "cipher-transformation" property.
getCipherTransformation() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Gets the "cipher-transformation" property.
getCipherTransformation() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Gets the "cipher-transformation" property.
getCipherTransformationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
Get the "cipher-transformation" property definition.
getCipherTransformationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "cipher-transformation" property definition.
getCipherTransformationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
Get the "cipher-transformation" property definition.
getCipherTransformationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
Get the "cipher-transformation" property definition.
getClass(String) - Static method in class org.forgerock.util.Loader
Returns the Class object associated with the class or interface with the given name, or null if the class could not be returned for any reason.
getClassLoader() - Method in class org.forgerock.opendj.config.ConfigurationFramework
Returns the class loader which should be used for loading classes and resources.
getClassLoader() - Static method in class org.forgerock.util.Loader
Returns the class loader that should be used consistently throughout the application.
getClassName() - Method in interface org.opends.server.api.AlertGenerator
Retrieves the fully-qualified name of the Java class for this alert generator implementation.
getClassName() - Method in class org.opends.server.tools.tasks.TaskEntry
Gets the name of the class implementing the task represented here.
getCleanList() - Method in class org.opends.server.backends.VerifyConfig
Get the names of indexes to be verified for cleanliness.
getClearPasswords() - Method in class org.opends.server.core.PasswordPolicyState
Retrieves a list of the clear-text passwords for the user.
getClientAddress() - Method in class org.opends.server.api.ClientConnection
Retrieves a string representation of the address of the client.
getClientAddress() - Method in interface org.opends.server.loggers.HTTPRequestInfo
Returns the client's address.
getClientAddress() - Method in class org.opends.server.protocols.http.HttpLogContext
 
getClientAddress() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
 
getClientAliases(String, Principal[]) - Method in class org.forgerock.secrets.SecretsKeyManager
 
getClientCertificateChain() - Method in class org.opends.server.api.ClientConnection
Returns the certificate chain associated with a connection that has been secured using SSL, or an empty array if SSL is not enabled on this connection (or there are no certificates).
getClientConnection() - Method in class org.forgerock.opendj.server.core.RequestContext
Returns the client connection associated with this request.
getClientConnection() - Method in class org.opends.server.protocols.http.HttpClientConnectionContext
Returns the ClientConnection associated with the HTTP request.
getClientConnection() - Method in class org.opends.server.types.Operation
 
getClientConnection() - Method in interface org.opends.server.types.operation.PluginOperation
Retrieves the client connection with which this operation is associated.
getClientConnections() - Method in class org.opends.server.api.ConnectionHandler
Retrieves the set of active client connections that have been established through this connection handler.
getClientConnections() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
 
getClientConnections() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
Retrieves the set of active client connections that have been established through this connection handler.
getClientConnections() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
getClientConnections() - Method in class org.opends.server.protocols.LDIFConnectionHandler
 
getClientConstraintHandlers() - Method in class org.forgerock.opendj.config.Constraint
Gets the client-side constraint handlers which will be used to enforce this constraint in client applications.
getClientConstraintHandlers() - Method in class org.forgerock.opendj.config.GenericConstraint
 
getClientDN() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Get client DN.
getClientEntry() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Get the client entry.
getClientHost() - Method in interface org.opends.server.loggers.HTTPRequestInfo
Returns the client's host.
getClientHost() - Method in class org.opends.server.protocols.http.HttpLogContext
 
getClientHostPort() - Method in class org.opends.server.api.ClientConnection
Retrieves the address and port (if available) of the client system, separated by a colon.
getClientId() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient
Gets the "client-id" property.
getClientId() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2TokenIntrospectionAuthorizationMechanismCfg
Gets the "client-id" property.
getClientIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
Get the "client-id" property definition.
getClientPort() - Method in class org.opends.server.api.ClientConnection
Retrieves the port number for this connection on the client system if available.
getClientPort() - Method in interface org.opends.server.loggers.HTTPRequestInfo
Returns the client's port.
getClientPort() - Method in class org.opends.server.protocols.http.HttpLogContext
 
getClientPort() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
 
getClientSecret() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient
Gets the "client-secret" property.
getClientSecret() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2TokenIntrospectionAuthorizationMechanismCfg
Gets the "client-secret" property.
getClientSecretPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
Get the "client-secret" property definition.
getClosestPwPolicySubentries(Entry, Function<SubEntry, T>) - Method in class org.opends.server.core.SubentryManager
Returns the closest password policy subentries applicable to provided entry.
getClosureMessage() - Method in enum class org.opends.server.types.DisconnectReason
Returns the human-readable disconnect reason.
getCn() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
Returns the Common Name field of the client certificate's Distinguished Name.
getCNAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the cn Attribute Type which has the OID 2.5.4.3.
getCoAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the co Attribute Type which has the OID 0.9.2342.19200300.100.1.43.
getCode() - Method in enum class org.forgerock.audit.handlers.syslog.Facility
Get the syslog code for the facility.
getCode() - Method in enum class org.forgerock.audit.handlers.syslog.Severity
Get the syslog code for the severity.
getCode() - Method in exception org.forgerock.json.resource.ResourceException
Returns the numeric code of the exception.
getCollectiveAttributes() - Method in class org.opends.server.types.SubEntry
Getter for collective attributes contained within this subentry.
getCollectiveSubentries(Dn) - Method in class org.opends.server.core.SubentryManager
Returns collective subentries applicable to specific DN.
getCollectiveSubentries(Entry) - Method in class org.opends.server.core.SubentryManager
Returns collective subentries applicable to specific entry.
getCommandBuilder() - Method in class org.forgerock.opendj.config.dsconfig.DocGeneratorSubCommandHandler
Gets the command builder associated with this handler.
getCommonAudit() - Method in class org.opends.server.core.DirectoryServer
 
getCommonAudit() - Method in interface org.opends.server.core.ServerContext
Returns the common audit manager.
getCompactEncodingPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "compact-encoding" property definition.
getCompactEncodingPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
Get the "compact-encoding" property definition.
getCompareRequests() - Method in class org.opends.server.protocols.ldap.LdapStatistics
Retrieves the number of compare requests that have been received.
getCompatibleVersion(short) - Static method in class org.opends.server.replication.protocol.ProtocolVersion
Specifies the oldest version of the protocol from the provided one and the latest one.
getCompleteList() - Method in class org.opends.server.backends.VerifyConfig
Get the names of indexes to be verified for completeness.
getCompletionNotificationArg() - Method in class org.opends.server.tools.tasks.TaskScheduleArgs
Returns the StringArgument corresponding to the email address of a recipient to be notified when the task completes.
getCompletionNotificationEmailAddresses() - Method in class org.opends.server.tools.tasks.TaskEntry
Gets the email messages that will be used for notifications when the task completes.
getCompletionTime() - Method in class org.opends.server.backends.task.Task
Retrieves the time that this task completed all of its associated processing (regardless of whether it was successful), if it has completed.
getCompletionTime() - Method in class org.opends.server.tools.tasks.TaskEntry
Gets the human-friendly completion time.
getComponentEntryDN() - Method in interface org.opends.server.api.AlertGenerator
Retrieves the DN of the configuration entry with which this alert generator is associated.
getComponentEntryDN() - Method in class org.opends.server.api.ConnectionHandler
Retrieves the DN of the configuration entry with which this alert generator is associated.
getComponentEntryDN() - Method in class org.opends.server.authorization.dseecompat.AciListenerManager
 
getComponentEntryDN() - Method in class org.opends.server.backends.LDIFBackend
 
getComponentEntryDN() - Method in class org.opends.server.backends.SchemaBackend
 
getComponentEntryDN() - Method in class org.opends.server.backends.task.TaskScheduler
 
getComponentEntryDN() - Method in class org.opends.server.config.ConfigurationHandler
 
getComponentEntryDN() - Method in class org.opends.server.core.AccessControlConfigManager
 
getComponentEntryDN() - Method in class org.opends.server.core.DirectoryServer
 
getComponentEntryDN() - Method in class org.opends.server.extensions.DiskSpaceMonitor
 
getComponentEntryDN() - Method in class org.opends.server.plugins.UniqueAttributePlugin
 
getComponentEntryDN() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
 
getComponentEntryDN() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
Retrieves the DN of the configuration entry with which this alert generator is associated.
getComponentEntryDN() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
getComponentEntryDN() - Method in class org.opends.server.protocols.LDIFConnectionHandler
 
getComponentEntryDN() - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
 
getComponentEntryDN() - Method in class org.opends.server.tools.dsbackup.BackupRunner
 
getCondition() - Method in interface org.forgerock.opendj.rest2ldap.authz.ConditionalFilters.ConditionalFilter
Get the ConditionalFilters.Condition to evaluate.
getCondition() - Method in class org.opends.server.protocols.http.authz.HttpAuthorizationMechanism
 
getConfidentialityEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
Get the "confidentiality-enabled" property definition.
getConfidentialityEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "confidentiality-enabled" property definition.
getConfidentialityEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
Get the "confidentiality-enabled" property definition.
getConfidentialityEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
Get the "confidentiality-enabled" property definition.
getConfig() - Method in interface org.forgerock.audit.AuditService
Gets the AuditService configuration.
getConfig() - Method in class org.forgerock.audit.AuditServiceProxy
 
getConfig() - Method in class org.opends.server.api.KeyManagerProvider
Returns the configuration associated to this key manager provider.
getConfig() - Method in class org.opends.server.tools.BackendToolUtils.BackendInfo
Returns the backend configuration.
getConfigDirectory() - Method in interface org.forgerock.opendj.server.config.client.Rest2ldapEndpointCfgClient
Gets the "config-directory" property.
getConfigDirectory() - Method in interface org.forgerock.opendj.server.config.server.Rest2ldapEndpointCfg
Gets the "config-directory" property.
getConfigDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Rest2ldapEndpointCfgDefn
Get the "config-directory" property definition.
getConfigEntry(Dn) - Method in class org.opends.server.core.DirectoryServer
Deprecated.
getConfigEntry(Dn) - Method in interface org.opends.server.core.ServerContext
Deprecated.
use ServerContext.getEntry(Dn) when possible
getConfigEntryDN() - Method in class org.opends.server.backends.task.TaskBackend
Retrieves the DN of the configuration entry for this task backend.
getConfigFile() - Method in interface org.forgerock.opendj.server.config.client.ExternalAccessLogPublisherCfgClient
Gets the "config-file" property.
getConfigFile() - Method in interface org.forgerock.opendj.server.config.client.ExternalHttpAccessLogPublisherCfgClient
Gets the "config-file" property.
getConfigFile() - Method in interface org.forgerock.opendj.server.config.server.ExternalAccessLogPublisherCfg
Gets the "config-file" property.
getConfigFile() - Method in interface org.forgerock.opendj.server.config.server.ExternalHttpAccessLogPublisherCfg
Gets the "config-file" property.
getConfigFile() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Retrieves the configuration file that should be used to initialize the Directory Server config handler.
getConfigFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
Get the "config-file" property definition.
getConfigFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalHttpAccessLogPublisherCfgDefn
Get the "config-file" property definition.
getConfigPropertyResolver() - Method in class org.forgerock.opendj.server.embedded.ConfigParameters
Returns the currently configured PropertyResolver or null if none has been defined.
getConfigRepository() - Method in class org.forgerock.opendj.config.server.ServerManagementContext
Returns the repository containing all configuration entries.
getConfiguration() - Method in interface org.forgerock.opendj.config.client.ManagedObject
Creates a client configuration view of this managed object.
getConfiguration() - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
getConfiguration() - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Creates a server configuration view of this managed object.
getConfiguration() - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
Returns the configuration of this server, which can be read or updated.
getConfigurationFile() - Method in class org.opends.server.config.ConfigurationHandler
Returns the configuration file containing all configuration entries.
getConfigurationHandler() - Method in class org.opends.server.core.DirectoryServer
 
getConfigurationHandler() - Method in interface org.opends.server.core.ServerContext
Returns the configuration handler, which provides operations to the configuration.
getConfiguredAuditEventHandlers(JsonValue) - Static method in class org.forgerock.audit.events.AuditEventHelper
Gets the AuditEventHandlers that the audit event is configure to log to.
getConfigVersion() - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
Returns the configuration version of the instance of the directory server as a String.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.CollectiveAttributeSubentriesVirtualAttributeCfgClient
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.EntityTagVirtualAttributeCfgClient
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.EntryDnVirtualAttributeCfgClient
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.EntryUuidVirtualAttributeCfgClient
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.GoverningStructureRuleVirtualAttributeCfgClient
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.HasSubordinatesVirtualAttributeCfgClient
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.IsMemberOfVirtualAttributeCfgClient
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.MemberVirtualAttributeCfgClient
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.NumSubordinatesVirtualAttributeCfgClient
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.PasswordExpirationTimeVirtualAttributeCfgClient
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicySubentryVirtualAttributeCfgClient
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.StructuralObjectClassVirtualAttributeCfgClient
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.SubschemaSubentryVirtualAttributeCfgClient
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.CollectiveAttributeSubentriesVirtualAttributeCfg
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.EntityTagVirtualAttributeCfg
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.EntryDnVirtualAttributeCfg
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.EntryUuidVirtualAttributeCfg
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.GoverningStructureRuleVirtualAttributeCfg
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.HasSubordinatesVirtualAttributeCfg
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.IsMemberOfVirtualAttributeCfg
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.MemberVirtualAttributeCfg
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.NumSubordinatesVirtualAttributeCfg
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.PasswordExpirationTimeVirtualAttributeCfg
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicySubentryVirtualAttributeCfg
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.StructuralObjectClassVirtualAttributeCfg
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.SubschemaSubentryVirtualAttributeCfg
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.VirtualAttributeCfg
Gets the "conflict-behavior" property.
getConflictBehavior() - Method in class org.opends.server.types.SubEntry
Getter for collective conflict behavior defined for this collective attribute's subentry.
getConflictBehavior() - Method in class org.opends.server.types.VirtualAttributeRule
Retrieves the behavior that the server should exhibit for entries that already have one or more real values for the target attribute.
getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
Get the "conflict-behavior" property definition.
getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
Get the "conflict-behavior" property definition.
getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryDnVirtualAttributeCfgDefn
Get the "conflict-behavior" property definition.
getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUuidVirtualAttributeCfgDefn
Get the "conflict-behavior" property definition.
getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
Get the "conflict-behavior" property definition.
getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
Get the "conflict-behavior" property definition.
getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
Get the "conflict-behavior" property definition.
getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
Get the "conflict-behavior" property definition.
getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
Get the "conflict-behavior" property definition.
getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
Get the "conflict-behavior" property definition.
getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
Get the "conflict-behavior" property definition.
getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
Get the "conflict-behavior" property definition.
getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
Get the "conflict-behavior" property definition.
getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
Get the "conflict-behavior" property definition.
getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserTemplateVirtualAttributeCfgDefn
Get the "conflict-behavior" property definition.
getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
Get the "conflict-behavior" property definition.
getConnectedDSNumber() - Method in class org.opends.server.replication.protocol.ReplServerStartDSMsg
Gets the number of directory servers connected to the replication server.
getConnectedDSs() - Method in class org.opends.server.replication.server.ReplicationServerDomain
Get the map of connected DSs.
getConnectedRSs() - Method in class org.opends.server.replication.server.ReplicationServerDomain
Get the map of connected RSs.
getConnection() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration
Gets configuration of connection to Elasticsearch.
getConnection() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration
Gets configuration of connection to Splunk.
getConnection() - Method in interface org.forgerock.json.resource.ConnectionFactory
Returns a connection to the JSON resource provider associated with this connection factory.
getConnection() - Method in interface org.forgerock.opendj.ldap.ConnectionFactory
Returns a connection to the Directory Server associated with this connection factory.
getConnection() - Method in class org.forgerock.opendj.ldap.LdapConnectionFactory
 
getConnection() - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
Returns a connection to the embedded server that will be authenticated automatically with the bind DN defined for this server.
getConnection(Dn) - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
Returns a connection to the embedded server that will be authenticated as the specified user.
getConnectionAsync() - Method in interface org.forgerock.json.resource.ConnectionFactory
Asynchronously obtains a connection to the JSON resource provider associated with this connection factory.
getConnectionAsync() - Method in interface org.forgerock.opendj.ldap.ConnectionFactory
Asynchronously obtains a connection to the Directory Server associated with this connection factory.
getConnectionAsync() - Method in class org.forgerock.opendj.ldap.LdapConnectionFactory
 
getConnectionClientAddressEqualTo() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "connection-client-address-equal-to" property.
getConnectionClientAddressEqualTo() - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Gets the "connection-client-address-equal-to" property.
getConnectionClientAddressEqualTo() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "connection-client-address-equal-to" property.
getConnectionClientAddressEqualTo() - Method in interface org.forgerock.opendj.server.config.server.GlobalAccessControlPolicyCfg
Gets the "connection-client-address-equal-to" property.
getConnectionClientAddressEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "connection-client-address-equal-to" property definition.
getConnectionClientAddressEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn
Get the "connection-client-address-equal-to" property definition.
getConnectionClientAddressNotEqualTo() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "connection-client-address-not-equal-to" property.
getConnectionClientAddressNotEqualTo() - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Gets the "connection-client-address-not-equal-to" property.
getConnectionClientAddressNotEqualTo() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "connection-client-address-not-equal-to" property.
getConnectionClientAddressNotEqualTo() - Method in interface org.forgerock.opendj.server.config.server.GlobalAccessControlPolicyCfg
Gets the "connection-client-address-not-equal-to" property.
getConnectionClientAddressNotEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "connection-client-address-not-equal-to" property definition.
getConnectionClientAddressNotEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn
Get the "connection-client-address-not-equal-to" property definition.
getConnectionFactory() - Method in interface org.forgerock.audit.handlers.jms.JmsContextManager
Gets a JMS connection factory.
getConnectionFactory() - Method in interface org.forgerock.json.resource.CrestApplication
Get the connection factory for the application.
getConnectionFactoryName() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.JndiConfiguration
Returns the jndi lookup name for the JMS ConnectionFactory to which messages will be published.
getConnectionHandler() - Method in class org.opends.server.api.ClientConnection
Retrieves the connection handler that accepted this client connection.
getConnectionHandler() - Method in class org.opends.server.config.AdministrationConnector
Retrieves the connection handler linked to this administration connector.
getConnectionHandler() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
 
getConnectionHandler(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Connection Handler.
getConnectionHandler(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Connection Handler.
getConnectionHandlerName() - Method in class org.opends.server.api.ConnectionHandler
Retrieves a name that may be used to refer to this connection handler.
getConnectionHandlerName() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
 
getConnectionHandlerName() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
 
getConnectionHandlerName() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
getConnectionHandlerName() - Method in class org.opends.server.protocols.LDIFConnectionHandler
 
getConnectionHandlers() - Method in class org.opends.server.core.DirectoryServer
 
getConnectionHandlers() - Method in interface org.opends.server.core.ServerContext
Retrieves the set of connection handlers configured in the Directory Server.
getConnectionHandlersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "connection-handlers" relation definition.
getConnectionHandlerType() - Method in class org.opends.server.api.ConnectionHandler
Returns the type of this connection handler.
getConnectionHandlerType() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
 
getConnectionHandlerType() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
 
getConnectionHandlerType() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
getConnectionHandlerType() - Method in class org.opends.server.protocols.LDIFConnectionHandler
 
getConnectionID() - Method in class org.opends.server.api.ClientConnection
Retrieves the unique identifier that has been assigned to this connection.
getConnectionID() - Method in interface org.opends.server.loggers.HTTPRequestInfo
Returns the unique identifier that has been assigned to the client connection for this HTTP request.
getConnectionID() - Method in class org.opends.server.protocols.http.HttpLogContext
 
getConnectionID() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
 
getConnectionID() - Method in class org.opends.server.types.Operation
 
getConnectionID() - Method in interface org.opends.server.types.operation.PluginOperation
Retrieves the unique identifier that is assigned to the client connection that submitted this operation.
GetConnectionIDExtendedOperation - Class in org.opends.server.extensions
This class implements the "Get Connection ID" extended operation that can be used to get the connection ID of the associated client connection.
GetConnectionIDExtendedOperation() - Constructor for class org.opends.server.extensions.GetConnectionIDExtendedOperation
Create an instance of this "Get Connection ID" extended operation.
GetConnectionIdExtendedOperationHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Get Connection ID Extended Operation Handler settings.
GetConnectionIdExtendedOperationHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Get Connection ID Extended Operation Handler settings.
GetConnectionIdExtendedOperationHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Get Connection ID Extended Operation Handler managed object definition meta information.
getConnectionMinimumSsf() - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Gets the "connection-minimum-ssf" property.
getConnectionMinimumSsf() - Method in interface org.forgerock.opendj.server.config.server.GlobalAccessControlPolicyCfg
Gets the "connection-minimum-ssf" property.
getConnectionMinimumSsfPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn
Get the "connection-minimum-ssf" property definition.
getConnectionPoolIdleTimeout() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "connection-pool-idle-timeout" property.
getConnectionPoolIdleTimeout() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "connection-pool-idle-timeout" property.
getConnectionPoolIdleTimeoutPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "connection-pool-idle-timeout" property definition.
getConnectionPoolMaxSize() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "connection-pool-max-size" property.
getConnectionPoolMaxSize() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "connection-pool-max-size" property.
getConnectionPoolMaxSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "connection-pool-max-size" property definition.
getConnectionPoolMinSize() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "connection-pool-min-size" property.
getConnectionPoolMinSize() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "connection-pool-min-size" property.
getConnectionPoolMinSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "connection-pool-min-size" property definition.
getConnectionPortEqualTo() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "connection-port-equal-to" property.
getConnectionPortEqualTo() - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Gets the "connection-port-equal-to" property.
getConnectionPortEqualTo() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "connection-port-equal-to" property.
getConnectionPortEqualTo() - Method in interface org.forgerock.opendj.server.config.server.GlobalAccessControlPolicyCfg
Gets the "connection-port-equal-to" property.
getConnectionPortEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "connection-port-equal-to" property definition.
getConnectionPortEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn
Get the "connection-port-equal-to" property definition.
getConnectionProtocolEqualTo() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "connection-protocol-equal-to" property.
getConnectionProtocolEqualTo() - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Gets the "connection-protocol-equal-to" property.
getConnectionProtocolEqualTo() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "connection-protocol-equal-to" property.
getConnectionProtocolEqualTo() - Method in interface org.forgerock.opendj.server.config.server.GlobalAccessControlPolicyCfg
Gets the "connection-protocol-equal-to" property.
getConnectionProtocolEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "connection-protocol-equal-to" property definition.
getConnectionProtocolEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn
Get the "connection-protocol-equal-to" property definition.
getConnectionSecurity() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
Indicates the connection security used by this connection handler.
getConnectionTimeout() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Gets the "connection-timeout" property.
getConnectionTimeout() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "connection-timeout" property.
getConnectionTimeout() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "connection-timeout" property.
getConnectionTimeout() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "connection-timeout" property.
getConnectionTimeout() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "connection-timeout" property.
getConnectionTimeout() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "connection-timeout" property.
getConnectionTimeoutMS() - Static method in class org.opends.server.replication.plugin.MultimasterReplication
Returns the connection timeout in milli-seconds.
getConnectionTimeoutPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the "connection-timeout" property definition.
getConnectionTimeoutPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "connection-timeout" property definition.
getConnectionTimeoutPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "connection-timeout" property definition.
getConnectTimeout() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
Returns the timeout after which attempts to connect to the Syslog daemon will be abandoned.
getConnectTimeString() - Method in class org.opends.server.api.ClientConnection
Retrieves a string representation of the time that this connection was established.
getConstraints() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Get the constraints defined by this managed object definition.
getConstraints() - Method in class org.forgerock.secrets.Purpose
Returns the set of constraints that should apply to any secrets that match this purpose.
getContent() - Method in interface org.forgerock.json.resource.ActionRequest
Returns the content of this action request.
getContent() - Method in interface org.forgerock.json.resource.CreateRequest
Returns the content of the JSON resource to be created.
getContent() - Method in interface org.forgerock.json.resource.ResourceResponse
Returns the JSON content of this resource.
getContent() - Method in interface org.forgerock.json.resource.UpdateRequest
Returns the content of the JSON resource to be replaced.
getContent() - Method in class org.forgerock.opendj.setup.model.LicenseFile
Get the textual contents of the license file.
getContentCount() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the content count returned by the server in the last virtual list view response, if applicable.
getContentCount() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
Returns the estimated total number of entries in the result set.
getContext() - Method in class org.forgerock.audit.events.handlers.AuditEventTopicState
Returns the context that triggered the event.
getContext(String) - Method in class org.forgerock.opendj.server.core.AbstractContext
 
getContextId() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the context ID provided by the server in the last virtual list view response for the same set of criteria, or null if there was no previous virtual list view response or the server did not include a context ID in the last response.
getContextId() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
Returns a server-defined octet string which, if present, should be sent back to the server by the client in a subsequent virtual list request.
getContextName() - Method in class org.forgerock.opendj.server.core.AbstractContext
 
getContextProperties() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.JndiConfiguration
Gets the Jndi InitialContext properties.
getControl(ControlDecoder<C>) - Method in interface org.forgerock.opendj.ldap.messages.ProtocolOp
Decodes and returns the first control in this protocol-op having an OID corresponding to the provided control decoder using default decode options.
getControl(ControlDecoder<C>, DecodeOptions) - Method in class org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.GenericIntermediateResponse
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.IntermediateResponse
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.ProtocolOp
Decodes and returns the first control in this protocol-op having an OID corresponding to the provided control decoder.
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.Result
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultReference
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
getControlOID() - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Return the OID (Object Identifier) string of the control being evaluated.
getControls() - Method in exception org.forgerock.opendj.ldap.LdapException
Returns controls associated with the result of this LDAP exception.
getControls() - Method in class org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.GenericIntermediateResponse
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.IntermediateResponse
 
getControls() - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.ProtocolOp
Returns a List containing the controls included with this protocol-op.
getControls() - Method in interface org.forgerock.opendj.ldap.messages.Result
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.SearchResultReference
 
getControls() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
getConventionName(NamingConvention) - Method in class org.forgerock.monitoring.api.instrument.Meter.Id
 
getConventionTags(NamingConvention) - Method in class org.forgerock.monitoring.api.instrument.Meter.Id
Tags that are sorted by key and formatted
getCookie() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
Returns the opaque cookie which is used by the server to track its position in the set of search results.
getCookie() - Method in class org.opends.server.controls.EntryChangelogNotificationResponseControl
Retrieves the change type for this entry change notification control.
getCookie() - Method in class org.opends.server.controls.ExternalChangelogRequestControl
Returns a copy of the cookie value.
getCoreConfigManager() - Method in class org.opends.server.core.DirectoryServer
 
getCoreConfigManager() - Method in interface org.opends.server.core.ServerContext
Returns the manager of core configuration.
getCoreSchema() - Static method in class org.forgerock.opendj.ldap.schema.Schema
Returns the core schema.
getCountryObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the country Object Class which has the OID 2.5.6.2.
getCountryStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Country String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.11.
getCreateTimestampAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the createTimestamp Attribute Type which has the OID 2.5.18.1.
getCreationTime() - Method in class org.opends.server.replication.protocol.ErrorMsg
Get the creation time of this message.
getCreatorsNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the creatorsName Attribute Type which has the OID 2.5.18.3.
getCRlDistributionPointObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the cRLDistributionPoint Object Class which has the OID 2.5.6.19.
getCronExecutorService() - Method in class org.opends.server.core.DirectoryServer
 
getCronExecutorService() - Method in interface org.opends.server.core.ServerContext
Returns the UNIX's cron-like executor service.
getCrossCertificatePairAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the crossCertificatePair Attribute Type which has the OID 2.5.4.40.
getCryptoManager() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the Crypto Manager.
getCryptoManager() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the Crypto Manager.
getCryptoManager() - Method in class org.opends.server.core.DirectoryServer
 
getCryptoManager() - Method in interface org.opends.server.core.ServerContext
Returns the Crypto Manager for the instance.
getCryptoManagerRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "crypto-manager" relation definition.
getCryptPasswordStorageEncryptionAlgorithm() - Method in interface org.forgerock.opendj.server.config.client.CryptPasswordStorageSchemeCfgClient
Gets the "crypt-password-storage-encryption-algorithm" property.
getCryptPasswordStorageEncryptionAlgorithm() - Method in interface org.forgerock.opendj.server.config.server.CryptPasswordStorageSchemeCfg
Gets the "crypt-password-storage-encryption-algorithm" property.
getCryptPasswordStorageEncryptionAlgorithmPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn
Get the "crypt-password-storage-encryption-algorithm" property definition.
getCsn() - Method in record class org.opends.server.replication.server.changelog.api.UpdateRecord
Returns the CSN of the message.
getCSN() - Method in class org.opends.server.controls.ReplicatedRequestControl
Returns the CSN.
getCSN() - Method in class org.opends.server.plugins.ChangeNumberControlPlugin.CsnResponseControl
Retrieves the CSN.
getCSN() - Method in class org.opends.server.replication.protocol.ChangeTimeHeartbeatMsg
Get a CSN with the transmitted change time.
getCSN() - Method in class org.opends.server.replication.protocol.OperationContext
Gets the CSN of the Operation.
getCSN() - Method in class org.opends.server.replication.protocol.UpdateMsg
Get the CSN from the message.
getCSN() - Method in class org.opends.server.replication.server.changelog.api.ChangeNumberIndexRecord
Getter for the replication CSN field.
getCSN(Dn, ReplicaId) - Method in class org.opends.server.replication.common.MultiDomainServerState
Returns the CSN associated to the provided replication domain's baseDN and replicaId.
getCSN(ReplicaId) - Method in class org.opends.server.replication.common.ServerState
Returns the CSN contained in this server state which corresponds to the provided replica ID.
getCSN(PluginOperation) - Static method in class org.opends.server.replication.protocol.OperationContext
Get the CSN of an operation from the synchronization context attached to the provided operation.
getCsnGenerator() - Method in class org.opends.server.replication.service.ReplicationDomain
Returns the CSNGenerator that will be used to generate CSN for this domain.
getCsvDelimiterChar() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Gets the "csv-delimiter-char" property.
getCsvDelimiterChar() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Gets the "csv-delimiter-char" property.
getCsvDelimiterChar() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
Gets the "csv-delimiter-char" property.
getCsvDelimiterChar() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Gets the "csv-delimiter-char" property.
getCsvDelimiterCharPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "csv-delimiter-char" property definition.
getCsvDelimiterCharPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
Get the "csv-delimiter-char" property definition.
getCsvEolSymbols() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Gets the "csv-eol-symbols" property.
getCsvEolSymbols() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Gets the "csv-eol-symbols" property.
getCsvEolSymbols() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
Gets the "csv-eol-symbols" property.
getCsvEolSymbols() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Gets the "csv-eol-symbols" property.
getCsvEolSymbolsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "csv-eol-symbols" property definition.
getCsvEolSymbolsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
Get the "csv-eol-symbols" property definition.
getCsvQuoteChar() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Gets the "csv-quote-char" property.
getCsvQuoteChar() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Gets the "csv-quote-char" property.
getCsvQuoteChar() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
Gets the "csv-quote-char" property.
getCsvQuoteChar() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Gets the "csv-quote-char" property.
getCsvQuoteCharPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "csv-quote-char" property definition.
getCsvQuoteCharPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
Get the "csv-quote-char" property definition.
getCurrentAttributeType() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Get the current attribute type being evaluated.
getCurrentAttributeType() - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Get the current attribute type being evaluated.
getCurrentAttributeValue() - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
The current attribute type value being evaluated.
getCurrentConnections() - Method in class org.opends.server.core.DirectoryServer
 
getCurrentConnections() - Method in interface org.opends.server.core.ServerContext
Retrieves the number of client connections that are currently established.
getCurrentEntry() - Method in class org.opends.server.core.ModifyOperation
Retrieves the current entry before any modifications are applied.
getCurrentEntry() - Method in interface org.opends.server.types.operation.PostCommitModifyOperation
Retrieves the current entry before any modifications are applied.
getCurrentEntry() - Method in interface org.opends.server.types.operation.PostOperationModifyOperation
Retrieves the current entry before any modifications are applied.
getCurrentEntry() - Method in interface org.opends.server.types.operation.PostResponseModifyOperation
Retrieves the current entry before any modifications are applied.
getCurrentEntry() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyOperation
Retrieves the current entry before any modifications are applied.
getCurrentEntry() - Method in interface org.opends.server.types.operation.PreOperationModifyOperation
Retrieves the current entry before any modifications are applied.
getCurrentPasswords() - Method in class org.opends.server.core.ModifyOperation
Retrieves the set of clear-text current passwords for the user, if available.
getCurrentPasswords() - Method in interface org.opends.server.types.operation.PostCommitModifyOperation
Retrieves the set of clear-text current passwords for the user, if available.
getCurrentPasswords() - Method in interface org.opends.server.types.operation.PostOperationModifyOperation
Retrieves the set of clear-text current passwords for the user, if available.
getCurrentPasswords() - Method in interface org.opends.server.types.operation.PostResponseModifyOperation
Retrieves the set of clear-text current passwords for the user, if available.
getCurrentPasswords() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyOperation
Retrieves the set of clear-text current passwords for the user, if available.
getCurrentPasswords() - Method in interface org.opends.server.types.operation.PreOperationModifyOperation
Retrieves the set of clear-text current passwords for the user, if available.
getCurrentRcvWindow() - Method in class org.opends.server.replication.service.ReplicationBroker
Get the current receive window size.
getCurrentSSF() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Return the current SSF (Security Strength Factor) of the underlying connection.
getCurrentTime() - Method in class org.opends.server.core.PasswordPolicyState
Retrieves the time that this password policy state object was created.
getCursorFrom(long) - Method in interface org.opends.server.replication.server.changelog.api.ChangeNumberIndexDB
Generate a new DBCursor that allows to browse the db managed by this object and starting at the position defined by a given changeNumber.
getCursorFrom(Dn, ServerState, DBCursor.CursorOptions) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
Generates a DBCursor across all the replicaDBs for the specified replication domain starting before, at or after the provided ServerState for each replicaDB, depending on the provided matching and positioning strategies.
getCursorFrom(Dn, ServerState, DBCursor.CursorOptions) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
getCursorFrom(MultiDomainServerState, DBCursor.CursorOptions) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
Generates a DBCursor across all the domains starting before, at or after the provided MultiDomainServerState for each domain, depending on the provided matching and positioning strategies.
getCursorFrom(MultiDomainServerState, DBCursor.CursorOptions) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
getCursorFrom(MultiDomainServerState, DBCursor.CursorOptions, Set<Dn>) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
Generates a DBCursor across all the domains starting before, at or after the provided MultiDomainServerState for each domain, excluding a provided set of domain DNs.
getCursorFrom(MultiDomainServerState, DBCursor.CursorOptions, Set<Dn>) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
getCursorFrom(DomainReplicaId, CSN, DBCursor.CursorOptions) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
Generates a DBCursor for one replicaDB for the specified replication domain and replica id starting before, at or after the provided CSN, depending on the provided matching and positioning strategies.
getCursorFrom(DomainReplicaId, CSN, DBCursor.CursorOptions) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
getDailyRotationTimes() - Method in class org.forgerock.audit.rotation.FixedTimeRotationPolicy
Get the list of times since midnight that rotation will occur at.
getData() - Method in class org.opends.server.replication.server.changelog.file.DomainDBCursor
Returns the data associated to the cursor that returned the current record.
getDataVersion() - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
Returns the data version of the instance of the directory server as a String.
getDate() - Static method in class org.opends.server.core.TimeThread
Retrieves a Date containing the time at the last update.
getDbCacheMode() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-cache-mode" property.
getDbCacheMode() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-cache-mode" property.
getDbCacheModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-cache-mode" property definition.
getDbCachePercent() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-cache-percent" property.
getDbCachePercent() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-cache-percent" property.
getDbCachePercentPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-cache-percent" property definition.
getDbCacheSize() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-cache-size" property.
getDbCacheSize() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-cache-size" property.
getDbCacheSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-cache-size" property definition.
getDbCheckpointerBytesInterval() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-checkpointer-bytes-interval" property.
getDbCheckpointerBytesInterval() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-checkpointer-bytes-interval" property.
getDbCheckpointerBytesIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-checkpointer-bytes-interval" property definition.
getDbCheckpointerWakeupInterval() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-checkpointer-wakeup-interval" property.
getDbCheckpointerWakeupInterval() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-checkpointer-wakeup-interval" property.
getDbCheckpointerWakeupIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-checkpointer-wakeup-interval" property definition.
getDbCleanerMinUtilization() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-cleaner-min-utilization" property.
getDbCleanerMinUtilization() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-cleaner-min-utilization" property.
getDbCleanerMinUtilizationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-cleaner-min-utilization" property definition.
getDbDirectory() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-directory" property.
getDbDirectory() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-directory" property.
getDBDirectory(String, String, ServerContext) - Static method in class org.opends.server.backends.pluggable.spi.StorageUtils
Returns a database directory file from the provided parent database directory and backendId.
getDbDirectoryPermissions() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-directory-permissions" property.
getDbDirectoryPermissions() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-directory-permissions" property.
getDbDirectoryPermissionsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-directory-permissions" property definition.
getDbDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-directory" property definition.
getDbDurability() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-durability" property.
getDbDurability() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-durability" property.
getDbDurabilityPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-durability" property definition.
getDbEvictorCoreThreads() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-evictor-core-threads" property.
getDbEvictorCoreThreads() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-evictor-core-threads" property.
getDbEvictorCoreThreadsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-evictor-core-threads" property definition.
getDbEvictorKeepAlive() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-evictor-keep-alive" property.
getDbEvictorKeepAlive() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-evictor-keep-alive" property.
getDbEvictorKeepAlivePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-evictor-keep-alive" property definition.
getDbEvictorMaxThreads() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-evictor-max-threads" property.
getDbEvictorMaxThreads() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-evictor-max-threads" property.
getDbEvictorMaxThreadsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-evictor-max-threads" property definition.
getDbLogFilecacheSize() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-log-filecache-size" property.
getDbLogFilecacheSize() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-log-filecache-size" property.
getDbLogFilecacheSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-log-filecache-size" property definition.
getDbLogFileMax() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-log-file-max" property.
getDbLogFileMax() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-log-file-max" property.
getDbLogFileMaxPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-log-file-max" property definition.
getDbLoggingFileHandlerOnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-logging-file-handler-on" property definition.
getDbLoggingLevel() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-logging-level" property.
getDbLoggingLevel() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-logging-level" property.
getDbLoggingLevelPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-logging-level" property definition.
getDbLogVerifierSchedule() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-log-verifier-schedule" property.
getDbLogVerifierSchedule() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-log-verifier-schedule" property.
getDbLogVerifierSchedulePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-log-verifier-schedule" property definition.
getDbNumCleanerThreads() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-num-cleaner-threads" property.
getDbNumCleanerThreads() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-num-cleaner-threads" property.
getDbNumCleanerThreadsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-num-cleaner-threads" property definition.
getDbNumLockTables() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-num-lock-tables" property.
getDbNumLockTables() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-num-lock-tables" property.
getDbNumLockTablesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-num-lock-tables" property definition.
getDbRunCleanerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-run-cleaner" property definition.
getDbRunLogVerifierPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "db-run-log-verifier" property definition.
getDCAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the dc Attribute Type which has the OID 0.9.2342.19200300.100.1.25.
getDCObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the dcObject Object Class which has the OID 1.3.6.1.4.1.1466.344.
getDecidingAciName() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Return the name of the ACI that decided the last access evaluation.
getDeclaredOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns an unmodifiable set containing the optional attributes for this object class.
getDeclaredRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns an unmodifiable set containing the required attributes for this object class.
getDefaultAuthPasswordStorageScheme() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyImportPluginCfgClient
Gets the "default-auth-password-storage-scheme" property.
getDefaultAuthPasswordStorageScheme() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyImportPluginCfg
Gets the "default-auth-password-storage-scheme" property.
getDefaultAuthPasswordStorageSchemeDns() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyImportPluginCfg
Gets the "default-auth-password-storage-scheme" property as a set of DNs.
getDefaultAuthPasswordStorageSchemePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyImportPluginCfgDefn
Get the "default-auth-password-storage-scheme" property definition.
getDefaultBehaviorProvider() - Method in class org.forgerock.opendj.config.PropertyDefinition
Get the default behavior provider associated with this property definition.
getDefaultCSN() - Method in class org.opends.server.replication.server.changelog.api.DBCursor.CursorOptions
Returns the default CSN.
getDefaultManagedObject() - Method in class org.forgerock.opendj.config.OptionalRelationDefinition
Gets the optional default managed object associated with this optional relation definition.
getDefaultManagedObject() - Method in class org.forgerock.opendj.config.SingletonRelationDefinition
Gets the optional default managed object associated with this singleton relation definition.
getDefaultManagedObject(String) - Method in class org.forgerock.opendj.config.InstantiableRelationDefinition
Gets the named default managed object associated with this instantiable relation definition.
getDefaultManagedObject(String) - Method in class org.forgerock.opendj.config.SetRelationDefinition
Gets the named default managed object associated with this set relation definition.
getDefaultManagedObjectNames() - Method in class org.forgerock.opendj.config.InstantiableRelationDefinition
Gets the names of the default managed objects associated with this instantiable relation definition.
getDefaultManagedObjectNames() - Method in class org.forgerock.opendj.config.SetRelationDefinition
Gets the names of the default managed objects associated with this set relation definition.
getDefaultPasswordPolicy() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "default-password-policy" property.
getDefaultPasswordPolicy() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "default-password-policy" property.
getDefaultPasswordPolicy() - Method in class org.opends.server.core.DirectoryServer
 
getDefaultPasswordPolicy() - Method in interface org.opends.server.core.ServerContext
Retrieves the default password policy for the Directory Server.
getDefaultPasswordPolicyDn() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "default-password-policy" property as a DN.
getDefaultPasswordPolicyDN() - Method in class org.opends.server.core.CoreConfigManager
Retrieves the DN of the configuration entry for the default password policy for the Directory Server.
getDefaultPasswordPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "default-password-policy" property definition.
getDefaultPasswordStorageScheme() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "default-password-storage-scheme" property.
getDefaultPasswordStorageScheme() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "default-password-storage-scheme" property.
getDefaultPasswordStorageSchemeDns() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "default-password-storage-scheme" property as a set of DNs.
getDefaultPasswordStorageSchemePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "default-password-storage-scheme" property definition.
getDefaultPasswordStorageSchemes() - Method in class org.opends.server.core.PasswordPolicy
Retrieves the default set of password storage schemes that will be used for this password policy.
getDefaultPasswordStorageSchemes() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getDefaultRootPrivileges() - Static method in enum class org.opends.server.types.Privilege
Retrieves the set of privileges that should be automatically granted to root users if the root privilege set is not specified in the configuration.
getDefaultSchema() - Static method in class org.forgerock.opendj.ldap.schema.Schema
Returns the default schema which should be used by this application.
getDefaultSeverity() - Method in interface org.forgerock.opendj.server.config.client.ErrorLogPublisherCfgClient
Gets the "default-severity" property.
getDefaultSeverity() - Method in interface org.forgerock.opendj.server.config.server.ErrorLogPublisherCfg
Gets the "default-severity" property.
getDefaultSeverityPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ConsoleErrorLogPublisherCfgDefn
Get the "default-severity" property definition.
getDefaultSeverityPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn
Get the "default-severity" property definition.
getDefaultSeverityPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
Get the "default-severity" property definition.
getDefaultUserPasswordStorageScheme() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyImportPluginCfgClient
Gets the "default-user-password-storage-scheme" property.
getDefaultUserPasswordStorageScheme() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyImportPluginCfg
Gets the "default-user-password-storage-scheme" property.
getDefaultUserPasswordStorageSchemeDns() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyImportPluginCfg
Gets the "default-user-password-storage-scheme" property as a set of DNs.
getDefaultUserPasswordStorageSchemePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyImportPluginCfgDefn
Get the "default-user-password-storage-scheme" property definition.
getDefaultValue() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Returns this profile parameter default value.
getDefaultValue() - Method in class org.forgerock.util.Option
Returns the default value of this Option, can be null.
getDefaultValues() - Method in interface org.forgerock.opendj.config.client.spi.Property
Get an immutable set view of this property's default values.
getDefaultValues() - Method in class org.forgerock.opendj.config.DefinedDefaultBehaviorProvider
Get a copy of the default values.
getDegradedStatusThreshold() - Method in class org.opends.server.replication.protocol.ReplServerStartDSMsg
Get the degraded status threshold value.
getDegradedStatusThreshold() - Method in class org.opends.server.replication.protocol.ReplServerStartMsg
Get the degraded status threshold value.
getDeleteListeners(Dn) - Method in interface org.forgerock.opendj.config.server.spi.ConfigurationRepository
Retrieves the delete listeners that have been registered with the provided DN.
getDeleteListeners(Dn) - Method in class org.opends.server.config.ConfigurationHandler
 
getDeleteOldRdn() - Method in class org.opends.server.replication.protocol.ModifyDNMsg
Get the delete old rdn option.
getDeleteRequests() - Method in class org.opends.server.protocols.ldap.LdapStatistics
Retrieves the number of delete requests that have been received.
getDeleteTime() - Method in class org.opends.server.replication.plugin.AttrHistorical
Returns the last time when this attribute was deleted.
getDeleteTime() - Method in class org.opends.server.replication.plugin.AttrHistoricalMultiple
 
getDeleteTime() - Method in class org.opends.server.replication.plugin.AttrHistoricalSingle
 
getDelimiterChar() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvFormatting
Gets the character to use to delimit the csv entries.
getDeliveryMethodSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Delivery Method Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.14.
getDeliveryMode() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration
Returns the delivery mode configuration that should be used when publishing the JMS messages.
getDeltaCrlObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the deltaCRL Object Class which has the OID 2.5.6.23.
getDeltaRevocationListAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the deltaRevocationList Attribute Type which has the OID 2.5.4.53.
getDeniedClient() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Gets the "denied-client" property.
getDeniedClient() - Method in interface org.forgerock.opendj.server.config.client.ConnectionHandlerCfgClient
Gets the "denied-client" property.
getDeniedClient() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "denied-client" property.
getDeniedClient() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
Gets the "denied-client" property.
getDeniedClient() - Method in interface org.forgerock.opendj.server.config.server.ConnectionHandlerCfg
Gets the "denied-client" property.
getDeniedClient() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "denied-client" property.
getDeniedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
Get the "denied-client" property definition.
getDeniedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ConnectionHandlerCfgDefn
Get the "denied-client" property definition.
getDeniedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "denied-client" property definition.
getDeniedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "denied-client" property definition.
getDeniedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JmxConnectionHandlerCfgDefn
Get the "denied-client" property definition.
getDeniedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "denied-client" property definition.
getDeniedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdifConnectionHandlerCfgDefn
Get the "denied-client" property definition.
getDenyList() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Get the list of deny ACIs.
getDependency(Class<T>) - Method in interface org.forgerock.audit.DependencyProvider
Retrieve the dependency of type T.
getDependency(Class<T>) - Method in class org.forgerock.audit.DependencyProviderBase
Retrieve the dependency of type T.
getDependency(Class<T>, String) - Method in interface org.forgerock.audit.DependencyProvider
Retrieve the dependency of type T, with the given name.
getDependencyArg() - Method in class org.opends.server.tools.tasks.TaskScheduleArgs
Returns the StringArgument corresponding to the ID of a task upon which this task depends.
getDependencyIds() - Method in class org.opends.server.tools.tasks.TaskEntry
Gets the IDs of tasks upon which this task depends.
getDependencyIds() - Method in class org.opends.server.tools.tasks.TaskScheduleArgs
Gets a list of task IDs upon which the associated task is dependent.
getDependencyIds() - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
Gets a list of task IDs upon which this task is dependent.
getDependencyIds() - Method in class org.opends.server.tools.tasks.TaskScheduleUserData
Gets a list of task IDs upon which this task is dependent.
getDependencyIDs() - Method in class org.opends.server.backends.task.Task
Retrieves the set of task IDs for any tasks on which this task is dependent.
getDeploymentId() - Method in class org.forgerock.opendj.setup.model.Setup
Returns the deployment ID which will be used for securing the deployment.
getDeploymentPepper() - Method in class org.opends.server.crypto.CryptoManager
Returns the secret deployment-wide pepper which can be used as additional salt when hashing passwords and other secrets.
getDeprecated() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Returns deprecation information about this managed object if it is deprecated, otherwise null.
getDeprecated() - Method in class org.forgerock.opendj.config.PropertyDefinition
Get deprecation definition of property definition.
getDeprecatedPasswordStorageScheme() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "deprecated-password-storage-scheme" property.
getDeprecatedPasswordStorageScheme() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "deprecated-password-storage-scheme" property.
getDeprecatedPasswordStorageSchemeDns() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "deprecated-password-storage-scheme" property as a set of DNs.
getDeprecatedPasswordStorageSchemePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "deprecated-password-storage-scheme" property definition.
getDeprecatedPasswordStorageSchemes() - Method in class org.opends.server.core.PasswordPolicy
Gets the "deprecated-password-storage-scheme" property.
getDeprecatedPasswordStorageSchemes() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getDeprecationMessage() - Method in record class org.forgerock.opendj.config.Deprecated
Gets the deprecation message.
getDereferenceAliasesPolicy() - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
Returns an indication as to whether alias entries are to be dereferenced during the search.
getDerefPolicy() - Method in class org.opends.server.core.SearchOperation
Retrieves the alias dereferencing policy for this search operation.
getDerefPolicy() - Method in interface org.opends.server.types.operation.InProgressSearchOperation
Retrieves the alias dereferencing policy for this search operation.
getDerefPolicy() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
Retrieves the alias dereferencing policy for this search operation.
getDerefPolicy() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
Retrieves the alias dereferencing policy for this search operation.
getDerefPolicy() - Method in interface org.opends.server.types.operation.PreOperationSearchOperation
Retrieves the alias dereferencing policy for this search operation.
getDerefPolicy() - Method in interface org.opends.server.types.operation.PreParseSearchOperation
Retrieves the alias dereferencing policy for this search operation.
getDescription() - Method in class org.forgerock.monitoring.api.instrument.Meter.Id
 
getDescription() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Gets the optional description of this managed object definition in the default locale.
getDescription() - Method in class org.forgerock.opendj.config.PropertyDefinition
Gets the optional description of this property definition in the default locale.
getDescription() - Method in class org.forgerock.opendj.config.RelationDefinition
Gets the optional description of this relation definition in the default locale.
getDescription() - Method in class org.forgerock.opendj.ldap.schema.Syntax
 
getDescription() - Method in interface org.forgerock.opendj.ldap.schema.SchemaElement
Returns the description of this schema element, or the empty string if it does not have a description.
getDescription() - Method in class org.forgerock.opendj.setup.model.Profile.EnumConstant
Returns this enum constant description.
getDescription() - Method in class org.opends.server.tools.tasks.TaskEntry
Gets the description of this task.
getDescription() - Method in class org.opends.server.tools.tasks.TaskScheduleArgs
Gets the description of the task or null if there is none.
getDescription() - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
Gets the description of this task or null if there is none.
getDescription(Locale) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Gets the optional description of this managed object definition in the specified locale.
getDescription(Locale) - Method in class org.forgerock.opendj.config.PropertyDefinition
Gets the optional description of this property definition in the specified locale.
getDescription(Locale) - Method in class org.forgerock.opendj.config.RelationDefinition
Gets the optional description of this relation definition in the specified locale.
getDescriptionArg() - Method in class org.opends.server.tools.tasks.TaskScheduleArgs
Returns the description of the task.
getDescriptionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the description Attribute Type which has the OID 2.5.4.13.
getDescriptionIfNoValueSetMsg() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Returns this profile parameter description to be used when no value is provided.
getDescriptionMsg() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Returns this profile parameter description.
getDestination() - Method in class org.opends.server.replication.protocol.InitializationMsg
Get the destination.
getDestination() - Method in class org.opends.server.replication.protocol.MonitorMsg
Get the destination.
getDestination() - Method in class org.opends.server.replication.protocol.MonitorRequestMsg
Get the destination.
getDestinationAddress() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns the proxy's address.
getDestinationIndicatorAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the destinationIndicator Attribute Type which has the OID 2.5.4.27.
getDetail() - Method in exception org.forgerock.json.resource.ResourceException
Returns the additional detail which can be evaluated by applications.
getDetails() - Method in class org.opends.server.replication.protocol.ErrorMsg
Get the details from this message.
getDeviceObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the device Object Class which has the OID 2.5.6.14.
getDiagnosticMessage() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.messages.Result
Returns the diagnostic message associated with this result.
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
getDiagnosticMessageAsString() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
getDiagnosticMessageAsString() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
getDiagnosticMessageAsString() - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
getDiagnosticMessageAsString() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
getDiagnosticMessageAsString() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
getDiagnosticMessageAsString() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
getDiagnosticMessageAsString() - Method in interface org.forgerock.opendj.ldap.messages.Result
Returns the diagnostic message associated with this result as a string.
getDiagnosticMessageAsString() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
getDictionaryFile() - Method in interface org.forgerock.opendj.server.config.client.DictionaryPasswordValidatorCfgClient
Gets the "dictionary-file" property.
getDictionaryFile() - Method in interface org.forgerock.opendj.server.config.server.DictionaryPasswordValidatorCfg
Gets the "dictionary-file" property.
getDictionaryFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
Get the "dictionary-file" property definition.
getDigestAlgorithm() - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
Gets the "digest-algorithm" property.
getDigestAlgorithm() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
Gets the "digest-algorithm" property.
getDigestAlgorithmPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
Get the "digest-algorithm" property definition.
getDigestSize() - Method in class org.opends.server.extensions.SaltedMD5PasswordStorageScheme
 
getDigestSize() - Method in class org.opends.server.extensions.SaltedSHA1PasswordStorageScheme
 
getDigestSize() - Method in class org.opends.server.extensions.SaltedSHA256PasswordStorageScheme
 
getDigestSize() - Method in class org.opends.server.extensions.SaltedSHA384PasswordStorageScheme
 
getDigestSize() - Method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
 
getDirectory() - Method in class org.opends.server.backends.jeb.JEBackend
 
getDirectory() - Method in class org.opends.server.backends.jeb.JEStorage
 
getDirectory() - Method in class org.opends.server.backends.LDIFBackend
 
getDirectory() - Method in class org.opends.server.backends.SchemaBackend
 
getDirectory() - Method in class org.opends.server.backends.task.TaskBackend
 
getDirectory() - Method in interface org.opends.server.backup.Backupable
Returns the directory containing all the backend files to be backed up.
getDirectoryStringFirstComponentMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the directoryStringFirstComponentMatch Matching Rule which has the OID 2.5.13.31.
getDirectoryStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Directory String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.15.
getDisabledAlertType() - Method in interface org.forgerock.opendj.server.config.client.AlertHandlerCfgClient
Gets the "disabled-alert-type" property.
getDisabledAlertType() - Method in interface org.forgerock.opendj.server.config.server.AlertHandlerCfg
Gets the "disabled-alert-type" property.
getDisabledAlertTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AlertHandlerCfgDefn
Get the "disabled-alert-type" property definition.
getDisabledAlertTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JmxAlertHandlerCfgDefn
Get the "disabled-alert-type" property definition.
getDisabledAlertTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SmtpAlertHandlerCfgDefn
Get the "disabled-alert-type" property definition.
getDisabledMatchingRule() - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Gets the "disabled-matching-rule" property.
getDisabledMatchingRule() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
Gets the "disabled-matching-rule" property.
getDisabledMatchingRulePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
Get the "disabled-matching-rule" property definition.
getDisabledPrivilege() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "disabled-privilege" property.
getDisabledPrivilege() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "disabled-privilege" property.
getDisabledPrivilegePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "disabled-privilege" property definition.
getDisabledSyntax() - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Gets the "disabled-syntax" property.
getDisabledSyntax() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
Gets the "disabled-syntax" property.
getDisabledSyntaxPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
Get the "disabled-syntax" property definition.
getDisconnectReason() - Method in exception org.opends.server.types.DisconnectException
Returns the reason for disconnecting the client.
getDiscoveryInterval() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "discovery-interval" property.
getDiscoveryInterval() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Gets the "discovery-interval" property.
getDiscoveryInterval() - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Gets the "discovery-interval" property.
getDiscoveryInterval() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "discovery-interval" property.
getDiscoveryInterval() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
Gets the "discovery-interval" property.
getDiscoveryInterval() - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
Gets the "discovery-interval" property.
getDiscoveryIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "discovery-interval" property definition.
getDiscoveryIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
Get the "discovery-interval" property definition.
getDiscoveryIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
Get the "discovery-interval" property definition.
getDiskFullThreshold() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "disk-full-threshold" property.
getDiskFullThreshold() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Gets the "disk-full-threshold" property.
getDiskFullThreshold() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "disk-full-threshold" property.
getDiskFullThreshold() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Gets the "disk-full-threshold" property.
getDiskFullThresholdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "disk-full-threshold" property definition.
getDiskFullThresholdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
Get the "disk-full-threshold" property definition.
getDiskLowThreshold() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "disk-low-threshold" property.
getDiskLowThreshold() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Gets the "disk-low-threshold" property.
getDiskLowThreshold() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "disk-low-threshold" property.
getDiskLowThreshold() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Gets the "disk-low-threshold" property.
getDiskLowThresholdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "disk-low-threshold" property definition.
getDiskLowThresholdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
Get the "disk-low-threshold" property definition.
getDiskSpaceMonitor() - Method in class org.opends.server.core.DirectoryServer
 
getDiskSpaceMonitor() - Method in interface org.opends.server.core.ServerContext
Returns the Disk Space Monitoring service, for checking free disk space.
getDiskSpaceUsed() - Method in interface org.forgerock.opendj.server.config.client.SizeLimitLogRetentionPolicyCfgClient
Gets the "disk-space-used" property.
getDiskSpaceUsed() - Method in interface org.forgerock.opendj.server.config.server.SizeLimitLogRetentionPolicyCfg
Gets the "disk-space-used" property.
getDiskSpaceUsedPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRetentionPolicyCfgDefn
Get the "disk-space-used" property definition.
getDisplayName() - Method in enum class org.opends.server.backends.task.FailedDependencyAction
Gets the display name of this action.
getDisplayName() - Method in class org.opends.server.backends.task.Task
Gets a message that identifies this type of task suitable for presentation to humans in monitoring tools.
getDisplayName() - Method in enum class org.opends.server.backends.task.TaskState
Gets a locale sensitive representation of this state.
getDisplayName() - Method in class org.opends.server.tasks.AddSchemaFileTask
 
getDisplayName() - Method in class org.opends.server.tasks.BackupPurgeTask
 
getDisplayName() - Method in class org.opends.server.tasks.BackupTask
 
getDisplayName() - Method in class org.opends.server.tasks.DisconnectClientTask
 
getDisplayName() - Method in class org.opends.server.tasks.EnterLockdownModeTask
 
getDisplayName() - Method in class org.opends.server.tasks.ExportTask
 
getDisplayName() - Method in class org.opends.server.tasks.ImportTask
 
getDisplayName() - Method in class org.opends.server.tasks.InitializeTargetTask
 
getDisplayName() - Method in class org.opends.server.tasks.InitializeTask
 
getDisplayName() - Method in class org.opends.server.tasks.LeaveLockdownModeTask
 
getDisplayName() - Method in class org.opends.server.tasks.PurgeConflictsHistoricalTask
 
getDisplayName() - Method in class org.opends.server.tasks.RebuildTask
 
getDisplayName() - Method in class org.opends.server.tasks.ResetChangeNumberTask
 
getDisplayName() - Method in class org.opends.server.tasks.RestoreTask
 
getDisplayName() - Method in class org.opends.server.tasks.SetGenerationIdTask
 
getDisplayName() - Method in class org.opends.server.tasks.ShutdownTask
 
getDistinguishedNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the distinguishedName Attribute Type which has the OID 2.5.4.49.
getDistinguishedNameMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the distinguishedNameMatch Matching Rule which has the OID 2.5.13.1.
getDitContentRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the DIT content rule with the specified name or numeric OID.
getDitContentRule(ObjectClass) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the DIT content rule associated with the provided structural object class, or null if no rule is defined.
getDITContentRuleDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the DIT Content Rule Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.16.
getDitContentRules() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all the DIT content rules contained in this schema.
getDITContentRulesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the ditContentRules Attribute Type which has the OID 2.5.21.2.
getDitStructureRule(int) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the DIT structure rule with the specified name or numeric OID.
getDitStructureRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the DIT structure rule with the specified name or numeric OID.
getDITStructureRuleDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the DIT Structure Rule Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.17.
getDitStructureRules() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all the DIT structure rules contained in this schema.
getDitStructureRules(NameForm) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all the DIT structure rules associated with the provided name form.
getDITStructureRulesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the ditStructureRules Attribute Type which has the OID 2.5.21.1.
getDn() - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Get the DN of the LDAP entry associated with this server managed object.
getDN() - Method in class org.opends.server.api.AuthenticationPolicy
Returns the name of the configuration entry associated with this authentication policy.
getDN() - Method in class org.opends.server.authorization.dseecompat.Aci
Return the DN of the entry containing the ACI.
getDN() - Method in class org.opends.server.authorization.dseecompat.Target
Returns the URL DN of the expression.
getDN() - Method in class org.opends.server.core.PasswordPolicy
 
getDN() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getDN() - Method in class org.opends.server.loggers.TextAuditLogPublisher
 
getDN() - Method in class org.opends.server.loggers.ConsoleErrorLogPublisher
 
getDN() - Method in interface org.opends.server.loggers.LogPublisher
Gets the DN of the configuration entry for this log publisher.
getDN() - Method in class org.opends.server.loggers.TextErrorLogPublisher
 
getDN() - Method in class org.opends.server.loggers.TextHTTPAccessLogPublisher
 
getDN() - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
Get the DN on which the operation happened.
getDN() - Method in class org.opends.server.tools.tasks.TaskEntry
Gets the DN of the wrapped entry.
getDN() - Method in class org.opends.server.types.SubEntry
Retrieves the distinguished name for this subentry.
getDNQualifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the dnQualifier Attribute Type which has the OID 2.5.4.46.
getDNSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the DN Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.12.
getDocumentAuthorAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the documentAuthor Attribute Type which has the OID 0.9.2342.19200300.100.1.14.
getDocumentIdentifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the documentIdentifier Attribute Type which has the OID 0.9.2342.19200300.100.1.11.
getDocumentLocationAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the documentLocation Attribute Type which has the OID 0.9.2342.19200300.100.1.15.
getDocumentObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the document Object Class which has the OID 0.9.2342.19200300.100.4.6.
getDocumentPublisherAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the documentPublisher Attribute Type which has the OID 0.9.2342.19200300.100.1.56.
getDocumentSeriesObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the documentSeries Object Class which has the OID 0.9.2342.19200300.100.4.9.
getDocumentTitleAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the documentTitle Attribute Type which has the OID 0.9.2342.19200300.100.1.12.
getDocumentVersionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the documentVersion Attribute Type which has the OID 0.9.2342.19200300.100.1.13.
getDomainDns() - Static method in class org.opends.server.replication.plugin.MultimasterReplication
Returns the DNs of the replication domains.
getDomainNewestCSNs(Dn) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
Returns the newest CSNs from the replicaDBs for each replica id in the specified replication domain.
getDomainNewestCSNs(Dn) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
getDomainObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the domain Object Class which has the OID 0.9.2342.19200300.100.4.13.
getDomainOldestCSNs(Dn) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
Returns the oldest CSNs from the replicaDBs for each replica id in the specified replication domain.
getDomainOldestCSNs(Dn) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
getDomainRelatedObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the domainRelatedObject Object Class which has the OID 0.9.2342.19200300.100.4.17.
getDoneCount() - Method in class org.opends.server.backends.task.Task.WorkCounters
Returns the number of entries that have been processed so far.
getDrinkAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the drink Attribute Type which has the OID 0.9.2342.19200300.100.1.5.
getDriver() - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
Gets the driver associated with this management context.
getDriver() - Method in class org.forgerock.opendj.config.client.ldap.LdapManagementContext
 
getDriver() - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
Gets the management context driver associated with this managed object.
getEclInclude() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
Gets the "ecl-include" property.
getEclInclude() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Gets the "ecl-include" property.
getEclIncludeForDeletes() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
Gets the "ecl-include-for-deletes" property.
getEclIncludeForDeletes() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Gets the "ecl-include-for-deletes" property.
getEclIncludeForDeletesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
Get the "ecl-include-for-deletes" property definition.
getEclIncludePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
Get the "ecl-include" property definition.
getEclIncludes() - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
Returns the list of entry attributes.
getEclIncludes() - Method in class org.opends.server.replication.protocol.StartSessionMsg
Get the attributes to include in each change for the ECL.
getEclIncludes() - Method in class org.opends.server.replication.service.ReplicationDomain
Get the attributes to include in each change for the ECL.
getEclIncludesForDeletes() - Method in class org.opends.server.replication.protocol.StartSessionMsg
Get the attributes to include in each delete change for the ECL.
getEclIncludesForDeletes() - Method in class org.opends.server.replication.service.ReplicationDomain
Get the attributes to include in each delete change for the ECL.
GetEffectiveRightsRequestControl - Class in org.forgerock.opendj.ldap.controls
A partial implementation of the get effective rights request control as defined in draft-ietf-ldapext-acl-model.
getEffectiveValues() - Method in interface org.forgerock.opendj.config.client.spi.Property
Get an immutable set view of this property's effective values.
getElapsedProcessingTime() - Method in class org.forgerock.opendj.server.core.RequestContext
Returns the elapsed processing time for the request.
getElapsedQueueingTime() - Method in class org.forgerock.opendj.server.core.RequestContext
Returns the elapsed queueing time for the request.
getElapsedTimeUnit() - Method in class org.forgerock.opendj.server.core.RequestContext
Returns the time unit that is used for reporting elapsed times of the request.
getElapsedTotalTime() - Method in class org.forgerock.opendj.server.core.RequestContext
Returns the elapsed total time for the request.
getElementDefinitionWithFileName(SchemaElement) - Static method in class org.opends.server.util.SchemaUtils
Retrieves the definition string used to create the provided schema element and including the X-SCHEMA-FILE extension.
getElementSchemaFile(SchemaElement) - Static method in class org.opends.server.util.SchemaUtils
Returns the schema file of the provided schema element.
getEmailAddressAttributeType() - Method in interface org.forgerock.opendj.server.config.client.SmtpAccountStatusNotificationHandlerCfgClient
Gets the "email-address-attribute-type" property.
getEmailAddressAttributeType() - Method in interface org.forgerock.opendj.server.config.server.SmtpAccountStatusNotificationHandlerCfg
Gets the "email-address-attribute-type" property.
getEmailAddressAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SmtpAccountStatusNotificationHandlerCfgDefn
Get the "email-address-attribute-type" property definition.
getEmptySchema() - Static method in class org.forgerock.opendj.ldap.schema.Schema
Returns the empty schema.
getEnabledAlertType() - Method in interface org.forgerock.opendj.server.config.client.AlertHandlerCfgClient
Gets the "enabled-alert-type" property.
getEnabledAlertType() - Method in interface org.forgerock.opendj.server.config.server.AlertHandlerCfg
Gets the "enabled-alert-type" property.
getEnabledAlertTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AlertHandlerCfgDefn
Get the "enabled-alert-type" property definition.
getEnabledAlertTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JmxAlertHandlerCfgDefn
Get the "enabled-alert-type" property definition.
getEnabledAlertTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SmtpAlertHandlerCfgDefn
Get the "enabled-alert-type" property definition.
getEnabledLocalBackends(ServerContext) - Static method in class org.opends.server.tools.BackendToolUtils
Returns a collection of the enabled local backends found in the Directory Server configuration.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessControlHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccountStatusNotificationHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdminDataTrustManagerProviderCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdminEndpointCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AesPasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AlertHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AliveEndpointCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AnonymousSaslMechanismHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeCleanupPluginCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeValuePasswordValidatorCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Base64PasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BlindTrustManagerProviderCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BlowfishPasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CancelExtendedOperationHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CertificateMapperCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ChangeNumberControlPluginCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CharacterSetPasswordValidatorCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ClearPasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CommonAuditAccessLogPublisherCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ConnectionHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ConsoleErrorLogPublisherCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CramMd5SaslMechanismHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CrestMetricsEndpointCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DigestMd5SaslMechanismHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DseeCompatAccessControlHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagPluginCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryCacheCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryDnVirtualAttributeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUuidPluginCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUuidVirtualAttributeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExactMatchIdentityMapperCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExtendedOperationHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalHttpAccessLogPublisherCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalSaslMechanismHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FifoEntryCacheCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHttpAccessLogPublisherCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FractionalLdifImportPluginCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GetConnectionIdExtendedOperationHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GetSymmetricKeyExtendedOperationHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GraphiteMonitorReporterPluginCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HdapAuthorizationMechanismCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HdapEndpointCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HealthyEndpointCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpAccessLogPublisherCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpAnonymousAuthorizationMechanismCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpAuthorizationMechanismCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpBasicAuthorizationMechanismCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpEndpointCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2AuthorizationMechanismCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2CtsAuthorizationMechanismCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2FileAuthorizationMechanismCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2OpenamAuthorizationMechanismCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.IdentityMapperCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JmxAlertHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JmxConnectionHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonEqualityMatchingRuleCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileHttpAccessLogPublisherCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonOrderingMatchingRuleCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonQueryEqualityMatchingRuleCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.KeyManagerProviderCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LastModPluginCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapAttributeDescriptionListPluginCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapKeyManagerProviderCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapTrustManagerProviderCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdifBackendCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdifConnectionHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LengthBasedPasswordValidatorCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LogPublisherCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MailServerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Md5PasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemoryBackendCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MonitorBackendCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NameAndJsonQueryEqualityMatchingRuleCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NullBackendCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordGeneratorCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordModifyExtendedOperationHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyImportPluginCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyStateExtendedOperationHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordValidatorCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2HmacSha256PasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2HmacSha512PasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2PasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PemKeyManagerProviderCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PemTrustManagerProviderCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pkcs11KeyManagerProviderCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pkcs11TrustManagerProviderCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pkcs5s2PasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PlainSaslMechanismHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PolicyBasedAccessControlHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PrometheusEndpointCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RandomPasswordGeneratorCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Rc4PasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RegularExpressionIdentityMapperCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RepeatedCharactersPasswordValidatorCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Rest2ldapEndpointCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaltedMd5PasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaltedSha1PasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaltedSha256PasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaltedSha384PasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaltedSha512PasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaslMechanismHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SchemaProviderCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ScramSha256PasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ScramSha256SaslMechanismHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ScramSha512PasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ScramSha512SaslMechanismHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SevenBitCleanPluginCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Sha1PasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SimilarityBasedPasswordValidatorCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SmtpAccountStatusNotificationHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SmtpAlertHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SoftReferenceEntryCacheCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StartTlsExtendedOperationHandlerCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectAttributeToUserAttributeCertificateMapperCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectDnToUserAttributeCertificateMapperCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectEqualsDnCertificateMapperCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SynchronizationProviderCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TripleDesPasswordStorageSchemeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TrustManagerProviderCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UniqueAttributePluginCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UniqueCharactersPasswordValidatorCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserTemplateVirtualAttributeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
Get the "enabled" property definition.
getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.WhoAmIExtendedOperationHandlerCfgDefn
Get the "enabled" property definition.
getEnabledSSLCipherSuites() - Method in class org.opends.server.api.ConnectionHandler
Retrieves an unmodifiable set of enabled SSL cipher suites configured for this connection handler, if applicable.
getEnabledSSLCipherSuites() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
 
getEnabledSSLCipherSuites() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
getEnabledSSLProtocols() - Method in class org.opends.server.api.ConnectionHandler
Retrieves the set of enabled SSL protocols configured for this connection handler.
getEnabledSSLProtocols() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
 
getEnabledSSLProtocols() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
getEncodedSecretKeys() - Method in class org.opends.server.crypto.CryptoManager.CipherService
Return the list of active and previously used secret keys encoded as an ASN.1 sequence.
getEncodedValue() - Method in class org.forgerock.opendj.ldap.UserPassword
Returns the encoded value.
getEndOfLineSymbols() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvFormatting
Gets the end of line symbol.
getEnhancedGuideSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Enhanced Guide Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.21.
getEnhancedSearchGuideAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the enhancedSearchGuide Attribute Type which has the OID 2.5.4.47.
getEntriesCompressedPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "entries-compressed" property definition.
getEntriesCompressedPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
Get the "entries-compressed" property definition.
getEntriesIgnored() - Method in class org.opends.server.util.LDIFReader
Retrieves the total number of entries that have been ignored so far by this LDIF reader because they did not match the import criteria.
getEntriesImported() - Method in record class org.opends.server.api.LocalBackend.LDIFImportResult
Retrieves the total number of entries that were successfully imported.
getEntriesRead() - Method in class org.opends.server.util.LDIFReader
Retrieves the total number of entries read so far by this LDIF reader, including those that have been ignored or rejected.
getEntriesRejected() - Method in class org.opends.server.util.LDIFReader
Retrieves the total number of entries rejected so far by this LDIF reader.
getEntriesSent() - Method in class org.opends.server.core.SearchOperation
Retrieves the number of entries sent to the client for this search operation.
getEntriesSent() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
Retrieves the number of entries sent to the client for this search operation.
getEntriesSent() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
Retrieves the number of entries sent to the client for this search operation.
getEntry() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
Returns an unmodifiable entry whose contents reflect the state of the updated entry immediately after the update operation was performed.
getEntry() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
Returns an unmodifiable entry whose contents reflect the state of the updated entry immediately before the update operation was performed.
getEntry() - Method in class org.forgerock.opendj.ldap.RootDse
Returns the entry which backs this Root DSE instance.
getEntry() - Method in class org.opends.server.extensions.StaticGroup
Returns the entry corresponding to this static group.
getEntry() - Method in class org.opends.server.types.SubEntry
Getter to retrieve the actual entry object for this subentry.
getEntry(String, long) - Method in class org.opends.server.api.EntryCache
Retrieves the requested entry with its size, if it is present in the cache.
getEntry(String, long) - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
getEntry(String, long) - Method in class org.opends.server.extensions.FIFOEntryCache
 
getEntry(String, long) - Method in class org.opends.server.extensions.SoftReferenceEntryCache
 
getEntry(Dn) - Method in interface org.forgerock.opendj.config.server.spi.ConfigurationRepository
Returns the configuration entry for the provided DN.
getEntry(Dn) - Method in class org.opends.server.api.EntryCache
Retrieves the entry with its size, with the specified DN from the cache.
getEntry(Dn) - Method in class org.opends.server.api.LocalBackend
Retrieves the requested entry from this backend.
getEntry(Dn) - Method in class org.opends.server.backends.ChangelogBackend
 
getEntry(Dn) - Method in class org.opends.server.backends.ConfigurationBackend
 
getEntry(Dn) - Method in class org.opends.server.backends.LDIFBackend
 
getEntry(Dn) - Method in class org.opends.server.backends.MemoryBackend
 
getEntry(Dn) - Method in class org.opends.server.backends.MonitorBackend
 
getEntry(Dn) - Method in class org.opends.server.backends.NullBackend
 
getEntry(Dn) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
getEntry(Dn) - Method in class org.opends.server.backends.RootDSEBackend
 
getEntry(Dn) - Method in class org.opends.server.backends.SchemaBackend
 
getEntry(Dn) - Method in class org.opends.server.backends.task.TaskBackend
 
getEntry(Dn) - Method in class org.opends.server.config.ConfigurationHandler
 
getEntry(Dn) - Method in class org.opends.server.core.DirectoryServer
 
getEntry(Dn) - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
getEntry(Dn) - Method in interface org.opends.server.core.ServerContext
Retrieves the entry with the requested DN.
getEntry(Dn) - Method in class org.opends.server.extensions.FIFOEntryCache
 
getEntry(Dn) - Method in class org.opends.server.extensions.SoftReferenceEntryCache
 
getEntryADDDate() - Method in class org.opends.server.replication.plugin.EntryHistorical
Returns the CSN of the operation that added this entry.
getEntryAsAddedByServer() - Method in class org.forgerock.opendj.server.core.RequestContext
Returns the entry as added by the server, with all additional operational attributes.
getEntryBytes() - Method in class org.opends.server.replication.protocol.EntryMsg
Returns the entry bytes.
getEntryCache() - Method in class org.opends.server.core.DirectoryServer
 
getEntryCache() - Method in class org.opends.server.core.EntryCacheConfigManager
Retrieves the entry cache dispatcher.
getEntryCache() - Method in interface org.opends.server.core.ServerContext
Retrieves the entry cache for the Directory Server.
getEntryCache(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Entry Cache.
getEntryCache(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Entry Cache.
getEntryCachesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "entry-caches" relation definition.
getEntryCount() - Method in class org.opends.server.api.EntryCache
Retrieves the current number of entries stored within the cache.
getEntryCount() - Method in class org.opends.server.api.LocalBackend
Retrieves the total number of entries contained in this backend, if that information is available.
getEntryCount() - Method in class org.opends.server.backends.ChangelogBackend
 
getEntryCount() - Method in class org.opends.server.backends.ConfigurationBackend
 
getEntryCount() - Method in class org.opends.server.backends.LDIFBackend
 
getEntryCount() - Method in class org.opends.server.backends.MemoryBackend
 
getEntryCount() - Method in class org.opends.server.backends.MonitorBackend
 
getEntryCount() - Method in class org.opends.server.backends.NullBackend
 
getEntryCount() - Method in class org.opends.server.backends.pluggable.BackendImpl
 
getEntryCount() - Method in class org.opends.server.backends.RootDSEBackend
 
getEntryCount() - Method in class org.opends.server.backends.SchemaBackend
 
getEntryCount() - Method in class org.opends.server.backends.task.TaskBackend
 
getEntryCount() - Method in class org.opends.server.backends.task.TaskScheduler
Retrieves the total number of entries in the task backend.
getEntryCount() - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
getEntryCount() - Method in class org.opends.server.extensions.FIFOEntryCache
 
getEntryCount() - Method in class org.opends.server.extensions.SoftReferenceEntryCache
 
getEntryCount() - Method in class org.opends.server.replication.protocol.InitializeTargetMsg
Get the number of entries expected to be sent during the export.
getEntryDN() - Method in class org.opends.server.core.AddOperation
 
getEntryDN() - Method in class org.opends.server.core.CompareOperation
Retrieves the DN of the entry to compare.
getEntryDN() - Method in class org.opends.server.core.DeleteOperation
Retrieves the DN of the entry to delete.
getEntryDN() - Method in class org.opends.server.core.ModifyDnOperation
 
getEntryDN() - Method in class org.opends.server.core.ModifyOperation
 
getEntryDN() - Method in interface org.opends.server.types.operation.PostCommitAddOperation
Retrieves the DN of the entry to add.
getEntryDN() - Method in interface org.opends.server.types.operation.PostCommitDeleteOperation
Retrieves the DN of the entry to delete.
getEntryDN() - Method in interface org.opends.server.types.operation.PostCommitModifyDNOperation
Retrieves the DN of the entry to rename.
getEntryDN() - Method in interface org.opends.server.types.operation.PostCommitModifyOperation
Retrieves the DN of the entry to modify.
getEntryDN() - Method in interface org.opends.server.types.operation.PostOperationAddOperation
Retrieves the DN of the entry to add.
getEntryDN() - Method in interface org.opends.server.types.operation.PostOperationCompareOperation
Retrieves the DN of the entry to compare.
getEntryDN() - Method in interface org.opends.server.types.operation.PostOperationDeleteOperation
Retrieves the DN of the entry to delete.
getEntryDN() - Method in interface org.opends.server.types.operation.PostOperationModifyDNOperation
Retrieves the DN of the entry to rename.
getEntryDN() - Method in interface org.opends.server.types.operation.PostOperationModifyOperation
Retrieves the DN of the entry to modify.
getEntryDN() - Method in interface org.opends.server.types.operation.PostResponseAddOperation
Retrieves the DN of the entry to add.
getEntryDN() - Method in interface org.opends.server.types.operation.PostResponseCompareOperation
Retrieves the DN of the entry to compare.
getEntryDN() - Method in interface org.opends.server.types.operation.PostResponseDeleteOperation
Retrieves the DN of the entry to delete.
getEntryDN() - Method in interface org.opends.server.types.operation.PostResponseModifyDNOperation
Retrieves the DN of the entry to rename.
getEntryDN() - Method in interface org.opends.server.types.operation.PostResponseModifyOperation
Retrieves the DN of the entry to modify.
getEntryDN() - Method in interface org.opends.server.types.operation.PostSynchronizationAddOperation
Retrieves the DN of the entry to add.
getEntryDN() - Method in interface org.opends.server.types.operation.PostSynchronizationDeleteOperation
Retrieves the DN of the entry to delete.
getEntryDN() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyDNOperation
Retrieves the DN of the entry to rename.
getEntryDN() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyOperation
Retrieves the DN of the entry to modify.
getEntryDN() - Method in interface org.opends.server.types.operation.PreOperationAddOperation
Retrieves the DN of the entry to add.
getEntryDN() - Method in interface org.opends.server.types.operation.PreOperationCompareOperation
Retrieves the DN of the entry to compare.
getEntryDN() - Method in interface org.opends.server.types.operation.PreOperationDeleteOperation
Retrieves the DN of the entry to delete.
getEntryDN() - Method in interface org.opends.server.types.operation.PreOperationModifyDNOperation
Retrieves the DN of the entry to rename.
getEntryDN() - Method in interface org.opends.server.types.operation.PreOperationModifyOperation
Retrieves the DN of the entry to modify.
getEntryDN() - Method in interface org.opends.server.types.operation.PreParseAddOperation
Retrieves the DN of the entry to add.
getEntryDN() - Method in interface org.opends.server.types.operation.PreParseCompareOperation
Retrieves the entry DN as included in the client request.
getEntryDN() - Method in interface org.opends.server.types.operation.PreParseDeleteOperation
Retrieves the entry DN as included in the client request.
getEntryDN() - Method in interface org.opends.server.types.operation.PreParseModifyDNOperation
Retrieves the entry DN as included in the client request.
getEntryDN() - Method in interface org.opends.server.types.operation.PreParseModifyOperation
Retrieves the entry DN as included in the client request.
getEntryDN() - Method in interface org.opends.server.types.operation.SubordinateModifyDNOperation
Retrieves the DN of the entry to rename.
getEntryDNAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the entryDN Attribute Type which has the OID 1.3.6.1.1.20.
getEntryFactory() - Method in class org.forgerock.opendj.ldap.DecodeOptions
Returns the function which will be used for creating new Entry instances when decoding entries.
getEntryForID(String) - Method in class org.opends.server.api.IdentityMapper
Retrieves the user entry that was mapped to the provided identification string.
getEntryForID(String) - Method in class org.opends.server.extensions.ExactMatchIdentityMapper
Retrieves the user entry that was mapped to the provided identification string.
getEntryForID(String) - Method in class org.opends.server.extensions.RegularExpressionIdentityMapper
 
getEntryForID(String, List<IdentityMapper<?>>) - Static method in class org.opends.server.api.IdentityMapper
Retrieves the user entry that was mapped to the provided identification string from a list of IdentityMappers.
getEntryHistoricalForRead(Dn) - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
Returns the historical information associated with this attribute, computing it if needed.
getEntryHistoricalForUpdate(Dn) - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
Returns the historical information associated with this attribute, computing it if needed.
getEntryMODDNDate() - Method in class org.opends.server.replication.plugin.EntryHistorical
Returns the CSN of the operation that renamed this entry.
getEntryToAdd() - Method in class org.opends.server.core.AddOperation
Retrieves the entry to be added to the server.
getEntryToAdd() - Method in interface org.opends.server.types.operation.PostCommitAddOperation
Retrieves the entry to be added to the server.
getEntryToAdd() - Method in interface org.opends.server.types.operation.PostOperationAddOperation
Retrieves the entry to be added to the server.
getEntryToAdd() - Method in interface org.opends.server.types.operation.PostResponseAddOperation
Retrieves the entry to be added to the server.
getEntryToAdd() - Method in interface org.opends.server.types.operation.PostSynchronizationAddOperation
Retrieves the entry to be added to the server.
getEntryToAdd() - Method in interface org.opends.server.types.operation.PreOperationAddOperation
Retrieves the entry to be added to the server.
getEntryToCompare() - Method in class org.opends.server.core.CompareOperation
Retrieves the entry to target with the compare operation.
getEntryToCompare() - Method in interface org.opends.server.types.operation.PostOperationCompareOperation
Retrieves the entry to target with the compare operation.
getEntryToCompare() - Method in interface org.opends.server.types.operation.PostResponseCompareOperation
Retrieves the entry to target with the compare operation.
getEntryToCompare() - Method in interface org.opends.server.types.operation.PreOperationCompareOperation
Retrieves the entry to target with the compare operation.
getEntryToDelete() - Method in class org.opends.server.core.DeleteOperation
Retrieves the entry to be deleted.
getEntryToDelete() - Method in interface org.opends.server.types.operation.PostCommitDeleteOperation
Retrieves the entry to be deleted.
getEntryToDelete() - Method in interface org.opends.server.types.operation.PostOperationDeleteOperation
Retrieves the entry to be deleted.
getEntryToDelete() - Method in interface org.opends.server.types.operation.PostResponseDeleteOperation
Retrieves the entry to be deleted.
getEntryToDelete() - Method in interface org.opends.server.types.operation.PostSynchronizationDeleteOperation
Retrieves the entry to be deleted.
getEntryToDelete() - Method in interface org.opends.server.types.operation.PreOperationDeleteOperation
Retrieves the entry to be deleted.
getEntryUuid() - Method in class org.opends.server.controls.ReplicatedRequestControl
Returns the entry UUID.
getEntryUUID() - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
Get the entryUUID of the entry on which the operation happened.
getEntryUUID() - Method in class org.opends.server.replication.protocol.OperationContext
Get the unique Identifier of the modified entry.
getEntryUUID(Entry) - Static method in class org.opends.server.replication.plugin.EntryHistorical
Get the entry unique Id in String form.
getEntryUUIDAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the entryUUID Attribute Type which has the OID 1.3.6.1.1.16.4.
getEnumClass() - Method in class org.forgerock.opendj.config.EnumPropertyDefinition
Get the enumeration class used for values of this property.
getEnumConstants() - Method in class org.forgerock.opendj.setup.model.Profile.EnumParameter
Returns this parameter allowed values.
getEnumRight(int) - Static method in enum class org.opends.server.authorization.dseecompat.EnumRight
Return the EnumRight corresponding to the provided rightsMask.
getEnvironmentConfig() - Method in class org.opends.server.core.DirectoryServer
 
getEnvironmentConfig() - Method in interface org.opends.server.core.ServerContext
Retrieves the environment configuration for the Directory Server.
getEqualityMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the matching rule that should be used for equality matching with this attribute type.
getEqualityMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Retrieves the default equality matching rule that will be used for attributes with this syntax.
getEqualityMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Retrieves the default equality matching rule that will be used for attributes with this syntax.
getErrorMessage() - Method in class org.opends.server.types.Operation
Retrieves the error message for this operation.
getErrorMessage() - Method in interface org.opends.server.types.operation.InProgressOperation
Retrieves the error message for this operation.
getErrorMessage() - Method in interface org.opends.server.types.operation.PostCommitOperation
Retrieves the error message for this operation.
getErrorMessage() - Method in interface org.opends.server.types.operation.PostOperationOperation
Retrieves the error message for this operation.
getErrorMessage() - Method in interface org.opends.server.types.operation.PostResponseOperation
Retrieves the error message for this operation.
getErrorMessage() - Method in interface org.opends.server.types.operation.PostSynchronizationOperation
Retrieves the error message for this operation.
getErrorMessage() - Method in interface org.opends.server.types.operation.PreOperationOperation
Retrieves the error message for this operation.
getErrorMessage() - Method in interface org.opends.server.types.operation.PreParseOperation
Retrieves the error message for this operation.
getErrorNotificationArg() - Method in class org.opends.server.tools.tasks.TaskScheduleArgs
Returns the StringArgument corresponding to the email address of a recipient to be notified if an error occurs when this task executes.
getErrorNotificationEmailAddresses() - Method in class org.opends.server.tools.tasks.TaskEntry
Gets the email messages that will be used for notifications when the task encounters an error.
getErrors() - Method in class org.opends.server.backup.Backup
Return all the errors found after verifying this backup.
getErrorType() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Returns the password policy error type, if available.
getEtagAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the etag Attribute Type which has the OID 1.3.6.1.4.1.36733.2.1.1.59.
getEtimeResolution() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "etime-resolution" property.
getEtimeResolution() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "etime-resolution" property.
getEtimeResolutionPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "etime-resolution" property definition.
getEtimeService() - Method in class org.opends.server.core.CoreConfigManager
Returns a CoreConfigManager.EtimeService to compute processing time.
getEvalReason() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Return the reason the last access evaluation was evaluated the way it was.
getEvalSummary() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Return the access evaluation summary string.
getEvent() - Method in class org.forgerock.audit.events.handlers.AuditEventTopicState
Returns the event content.
getException() - Method in exception org.forgerock.json.schema.validator.exceptions.SchemaException
Return the embedded exception, if any.
getException() - Method in class org.opends.server.replication.service.ReplicationDomain.ImportExportContext
Get the exception that occurred during the import/export.
getException(int) - Static method in exception org.forgerock.json.resource.ResourceException
getException(int, String) - Static method in exception org.forgerock.json.resource.ResourceException
getException(int, String, Throwable) - Static method in exception org.forgerock.json.resource.ResourceException
getExceptions() - Method in class org.forgerock.json.schema.validator.CollectErrorsHandler
Returns the collected ValidationExceptions.
getExcludeAttributeTypes() - Method in class org.opends.server.tasks.ImportExportParams
Returns the exclude attribute types.
getExcludeBranches() - Method in class org.opends.server.tasks.ImportExportParams
Returns the exclude branches.
getExcludedAttribute() - Method in interface org.forgerock.opendj.server.config.client.EntityTagVirtualAttributeCfgClient
Gets the "excluded-attribute" property.
getExcludedAttribute() - Method in interface org.forgerock.opendj.server.config.server.EntityTagVirtualAttributeCfg
Gets the "excluded-attribute" property.
getExcludedAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
Get the "excluded-attribute" property definition.
getExcludedChangelogDomains() - Method in class org.opends.server.replication.server.ReplicationServer
Returns the domain base DNs which are disabled for the external changelog (ECL).
getExcludedFilenamePattern() - Method in interface org.forgerock.opendj.server.config.client.PemKeyManagerProviderCfgClient
Gets the "excluded-filename-pattern" property.
getExcludedFilenamePattern() - Method in interface org.forgerock.opendj.server.config.client.PemTrustManagerProviderCfgClient
Gets the "excluded-filename-pattern" property.
getExcludedFilenamePattern() - Method in interface org.forgerock.opendj.server.config.server.PemKeyManagerProviderCfg
Gets the "excluded-filename-pattern" property.
getExcludedFilenamePattern() - Method in interface org.forgerock.opendj.server.config.server.PemTrustManagerProviderCfg
Gets the "excluded-filename-pattern" property.
getExcludedFilenamePatternPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PemKeyManagerProviderCfgDefn
Get the "excluded-filename-pattern" property definition.
getExcludedFilenamePatternPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PemTrustManagerProviderCfgDefn
Get the "excluded-filename-pattern" property definition.
getExcludedMetricPattern() - Method in interface org.forgerock.opendj.server.config.client.CrestMetricsEndpointCfgClient
Gets the "excluded-metric-pattern" property.
getExcludedMetricPattern() - Method in interface org.forgerock.opendj.server.config.client.GraphiteMonitorReporterPluginCfgClient
Gets the "excluded-metric-pattern" property.
getExcludedMetricPattern() - Method in interface org.forgerock.opendj.server.config.client.PrometheusEndpointCfgClient
Gets the "excluded-metric-pattern" property.
getExcludedMetricPattern() - Method in interface org.forgerock.opendj.server.config.server.CrestMetricsEndpointCfg
Gets the "excluded-metric-pattern" property.
getExcludedMetricPattern() - Method in interface org.forgerock.opendj.server.config.server.GraphiteMonitorReporterPluginCfg
Gets the "excluded-metric-pattern" property.
getExcludedMetricPattern() - Method in interface org.forgerock.opendj.server.config.server.PrometheusEndpointCfg
Gets the "excluded-metric-pattern" property.
getExcludedMetricPatternPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CrestMetricsEndpointCfgDefn
Get the "excluded-metric-pattern" property definition.
getExcludedMetricPatternPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GraphiteMonitorReporterPluginCfgDefn
Get the "excluded-metric-pattern" property definition.
getExcludedMetricPatternPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PrometheusEndpointCfgDefn
Get the "excluded-metric-pattern" property definition.
getExcludeFilter() - Method in interface org.forgerock.opendj.server.config.client.FifoEntryCacheCfgClient
Gets the "exclude-filter" property.
getExcludeFilter() - Method in interface org.forgerock.opendj.server.config.client.SoftReferenceEntryCacheCfgClient
Gets the "exclude-filter" property.
getExcludeFilter() - Method in interface org.forgerock.opendj.server.config.server.FifoEntryCacheCfg
Gets the "exclude-filter" property.
getExcludeFilter() - Method in interface org.forgerock.opendj.server.config.server.SoftReferenceEntryCacheCfg
Gets the "exclude-filter" property.
getExcludeFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FifoEntryCacheCfgDefn
Get the "exclude-filter" property definition.
getExcludeFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SoftReferenceEntryCacheCfgDefn
Get the "exclude-filter" property definition.
getExcludeFilters() - Method in class org.opends.server.tasks.ImportExportParams
Returns the exclude filters.
getExcludeIf() - Method in class org.forgerock.audit.filter.FilterPolicy
Gets the excludeIf list.
getExcludeValuesOfAttributes() - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
Gets the "exclude-values-of-attributes" property.
getExcludeValuesOfAttributes() - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
Gets the "exclude-values-of-attributes" property.
getExcludeValuesOfAttributesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
Get the "exclude-values-of-attributes" property definition.
getExpirePasswordsWithoutWarningPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "expire-passwords-without-warning" property definition.
getExpiry() - Method in class org.forgerock.secrets.SecretBuilder
Returns the expiry time for this secret.
getExpiryTime() - Method in class org.forgerock.secrets.Secret
The expiry time of this secret.
getExpression() - Method in class org.forgerock.opendj.config.ValueOrExpression
Returns the expression if any.
getExtendedOperationHandler(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Extended Operation Handler.
getExtendedOperationHandler(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Extended Operation Handler.
getExtendedOperationHandler(String) - Method in class org.opends.server.core.DirectoryServer
 
getExtendedOperationHandler(String) - Method in interface org.opends.server.core.ServerContext
Retrieves the handler for the extended operation for the provided OID.
getExtendedOperationHandlersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "extended-operation-handlers" relation definition.
getExtendedOperationName() - Method in class org.opends.server.api.ExtendedOperationHandler
Retrieves the name associated with this extended operation.
getExtendedOperationName() - Method in class org.opends.server.crypto.GetSymmetricKeyExtendedOperation
 
getExtendedOperationName() - Method in class org.opends.server.extensions.CancelExtendedOperation
 
getExtendedOperationName() - Method in class org.opends.server.extensions.GetConnectionIDExtendedOperation
 
getExtendedOperationName() - Method in class org.opends.server.extensions.PasswordModifyExtendedOperation
 
getExtendedOperationName() - Method in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
 
getExtendedOperationName() - Method in class org.opends.server.extensions.StartTLSExtendedOperation
 
getExtendedOperationName() - Method in class org.opends.server.extensions.WhoAmIExtendedOperation
 
getExtendedOperationOID() - Method in class org.opends.server.api.ExtendedOperationHandler
Retrieves the object OID associated with this extended operation.
getExtendedOperationOID() - Method in class org.opends.server.crypto.GetSymmetricKeyExtendedOperation
 
getExtendedOperationOID() - Method in class org.opends.server.extensions.CancelExtendedOperation
 
getExtendedOperationOID() - Method in class org.opends.server.extensions.GetConnectionIDExtendedOperation
 
getExtendedOperationOID() - Method in class org.opends.server.extensions.PasswordModifyExtendedOperation
 
getExtendedOperationOID() - Method in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
 
getExtendedOperationOID() - Method in class org.opends.server.extensions.StartTLSExtendedOperation
 
getExtendedOperationOID() - Method in class org.opends.server.extensions.WhoAmIExtendedOperation
 
getExtendedRequestOidForAlias(String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Returns the extended request OID associated with the provided extended request "friendly name" alias or the provided alias if no OID has been found.
getExtendedRequests() - Method in class org.opends.server.protocols.ldap.LdapStatistics
Retrieves the number of extended requests that have been received.
getExtendedResultClass() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResultDecoder
Returns the type S of the ExtendedResult.
getExtensibleMatchingRule() - Method in class org.forgerock.opendj.ldap.Filter
Returns the name of the extensible matching rule which should be used for comparing values, which may be null if the attribute description is provided (in which case equality matching will be performed).
getExtensibleObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the extensibleObject Object Class which has the OID 1.3.6.1.4.1.1466.101.120.111.
getExtOpOID() - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Return The OID (Object Identifier) string of the extended operation being evaluated.
getExtraAttributes() - Method in class org.opends.server.schema.SchemaHandler
Returns the mapping (oid, attribute) for extra attributes stored in this schema handler.
getExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.Syntax
 
getExtraProperties() - Method in interface org.forgerock.opendj.ldap.schema.SchemaElement
Returns an unmodifiable map containing all of the extra properties associated with this schema element.
getFacility() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
Returns the facility constant that should be applied to all Syslog messages.
getFacsimileTelephoneNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the facsimileTelephoneNumber Attribute Type which has the OID 2.5.4.23.
getFacsimileTelephoneNumberSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Facsimile Telephone Number Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.22.
getFailedDependencyAction() - Method in class org.opends.server.backends.task.Task
Retrieves the action that should be taken if any of the dependencies for this task do not complete successfully.
getFailedDependencyAction() - Method in class org.opends.server.tools.tasks.TaskEntry
Gets the action to take if this task fails.
getFailedDependencyAction() - Method in class org.opends.server.tools.tasks.TaskScheduleArgs
Gets the action to take should one of the dependent task fail.
getFailedDependencyAction() - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
Gets the action to take should one of the dependent task fail.
getFailedDependencyAction() - Method in class org.opends.server.tools.tasks.TaskScheduleUserData
Gets the action to take should one of the dependent task fail.
getFailedDependencyActionArg() - Method in class org.opends.server.tools.tasks.TaskScheduleArgs
Returns the StringArgument corresponding to the action this task will take should one if its dependent tasks fail.
getFailedKeys() - Method in exception org.forgerock.config.resolvers.SubstitutionException
Returns the key(s) that have caused this substitution to fail.
getFaxSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Fax Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.23.
getField() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
Returns the name of the event topic field to which this mapping applies.
getField() - Method in class org.forgerock.json.resource.PatchOperation
Returns the field targeted by the patch operation.
getField() - Method in class org.forgerock.json.resource.SortKey
Returns the sort key field.
getFields() - Method in interface org.forgerock.json.resource.ActionRequest
 
getFields() - Method in interface org.forgerock.json.resource.CreateRequest
 
getFields() - Method in interface org.forgerock.json.resource.DeleteRequest
 
getFields() - Method in interface org.forgerock.json.resource.PatchRequest
 
getFields() - Method in interface org.forgerock.json.resource.QueryRequest
 
getFields() - Method in interface org.forgerock.json.resource.ReadRequest
 
getFields() - Method in interface org.forgerock.json.resource.Request
Returns the list of fields which should be included with each JSON resource returned by this request.
getFields() - Method in interface org.forgerock.json.resource.ResourceResponse
Returns the list of fields which should be included in this JSON resource after field filtering has occurred.
getFields() - Method in interface org.forgerock.json.resource.UpdateRequest
 
getFileForPath(String) - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Retrieves a Path object corresponding to the specified path.
getFileForPath(Path) - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Retrieves a Path object corresponding to the specified path.
getFilename() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
Gets the location of the keystore to be used.
getFileRetention() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration
getFileRotation() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration
getFileSizeLimit() - Method in interface org.forgerock.opendj.server.config.client.SizeLimitLogRotationPolicyCfgClient
Gets the "file-size-limit" property.
getFileSizeLimit() - Method in interface org.forgerock.opendj.server.config.server.SizeLimitLogRotationPolicyCfg
Gets the "file-size-limit" property.
getFileSizeLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRotationPolicyCfgDefn
Get the "file-size-limit" property definition.
getFilter() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
Returns the assertion filter.
getFilter() - Method in class org.forgerock.opendj.ldap.LdapUrl
Returns the search filter associated with this LDAP URL.
getFilter() - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
Returns the filter that defines the conditions that must be fulfilled in order for an entry to be returned.
getFilter() - Method in class org.forgerock.opendj.ldap.SubtreeSpecification.FilterRefinement
Returns the search filter for this filter refinement.
getFilter() - Method in interface org.forgerock.opendj.rest2ldap.authz.ConditionalFilters.ConditionalFilter
Get the filter which must be processed if the ConditionalFilters.Condition evaluates to true.
getFilter() - Method in interface org.forgerock.opendj.server.config.client.BackendVlvIndexCfgClient
Gets the "filter" property.
getFilter() - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
Gets the "filter" property.
getFilter() - Method in interface org.forgerock.opendj.server.config.server.BackendVlvIndexCfg
Gets the "filter" property.
getFilter() - Method in interface org.forgerock.opendj.server.config.server.VirtualAttributeCfg
Gets the "filter" property.
getFilter() - Method in class org.opends.server.core.SearchOperation
Retrieves the filter for this search operation.
getFilter() - Method in class org.opends.server.protocols.http.authz.HttpAuthorizationMechanism
 
getFilter() - Method in class org.opends.server.types.LDAPURL
Retrieves the processed search filter for this LDAP URL.
getFilter() - Method in interface org.opends.server.types.operation.InProgressSearchOperation
Retrieves the filter for this search operation.
getFilter() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
Retrieves the filter for this search operation.
getFilter() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
Retrieves the filter for this search operation.
getFilter() - Method in interface org.opends.server.types.operation.PreOperationSearchOperation
Retrieves the filter for this search operation.
getFilter() - Method in interface org.opends.server.types.operation.PreParseSearchOperation
Retrieves the search filter as included in the request from the client.
getFilteringPolicy() - Method in interface org.forgerock.opendj.server.config.client.AccessLogPublisherCfgClient
Gets the "filtering-policy" property.
getFilteringPolicy() - Method in interface org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
Gets the "filtering-policy" property.
getFilteringPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn
Get the "filtering-policy" property definition.
getFilteringPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CommonAuditAccessLogPublisherCfgDefn
Get the "filtering-policy" property definition.
getFilteringPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "filtering-policy" property definition.
getFilteringPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
Get the "filtering-policy" property definition.
getFilteringPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
Get the "filtering-policy" property definition.
getFilteringPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
Get the "filtering-policy" property definition.
getFilteringPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
Get the "filtering-policy" property definition.
getFilterPolicies() - Method in class org.forgerock.audit.AuditServiceConfiguration
Get the filter policy mappings.
getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendVlvIndexCfgDefn
Get the "filter" property definition.
getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
Get the "filter" property definition.
getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
Get the "filter" property definition.
getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryDnVirtualAttributeCfgDefn
Get the "filter" property definition.
getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUuidVirtualAttributeCfgDefn
Get the "filter" property definition.
getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
Get the "filter" property definition.
getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
Get the "filter" property definition.
getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
Get the "filter" property definition.
getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
Get the "filter" property definition.
getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
Get the "filter" property definition.
getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
Get the "filter" property definition.
getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
Get the "filter" property definition.
getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
Get the "filter" property definition.
getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
Get the "filter" property definition.
getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
Get the "filter" property definition.
getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserTemplateVirtualAttributeCfgDefn
Get the "filter" property definition.
getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
Get the "filter" property definition.
getFilters() - Method in class org.forgerock.json.resource.FilterChain
Returns a modifiable list containing the list of filters in this filter chain.
getFilters() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
Returns an unmodifiable collection containing the list of filters associated with this matched values control.
getFilterType() - Method in class org.forgerock.opendj.ldap.Filter
Returns the type of this filter.
getFinalTaskState() - Method in class org.opends.server.backends.task.Task
Returns a state for this task after processing has completed.
getFingerprintAlgorithm() - Method in interface org.forgerock.opendj.server.config.client.FingerprintCertificateMapperCfgClient
Gets the "fingerprint-algorithm" property.
getFingerprintAlgorithm() - Method in interface org.forgerock.opendj.server.config.server.FingerprintCertificateMapperCfg
Gets the "fingerprint-algorithm" property.
getFingerprintAlgorithmPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn
Get the "fingerprint-algorithm" property definition.
getFingerprintAttribute() - Method in interface org.forgerock.opendj.server.config.client.FingerprintCertificateMapperCfgClient
Gets the "fingerprint-attribute" property.
getFingerprintAttribute() - Method in interface org.forgerock.opendj.server.config.server.FingerprintCertificateMapperCfg
Gets the "fingerprint-attribute" property.
getFingerprintAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn
Get the "fingerprint-attribute" property definition.
getFirst() - Method in class org.forgerock.util.Pair
Returns the first element of this pair.
getFirstAdvertisedHost() - Method in class org.opends.server.core.CoreConfigManager
Retrieves the first advertised host for this server.
getFirstAva() - Method in class org.forgerock.opendj.ldap.Rdn
Returns the first AVA contained in this RDN.
getForceChangeOnAddPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "force-change-on-add" property definition.
getForceChangeOnResetPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "force-change-on-reset" property definition.
getFormatting() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
Returns the CSV formatting options.
getFractionalExclude() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
Gets the "fractional-exclude" property.
getFractionalExclude() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Gets the "fractional-exclude" property.
getFractionalExcludePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
Get the "fractional-exclude" property definition.
getFractionalInclude() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
Gets the "fractional-include" property.
getFractionalInclude() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Gets the "fractional-include" property.
getFractionalIncludePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
Get the "fractional-include" property definition.
getFreeDiskSpace() - Method in interface org.forgerock.opendj.server.config.client.FreeDiskSpaceLogRetentionPolicyCfgClient
Gets the "free-disk-space" property.
getFreeDiskSpace() - Method in interface org.forgerock.opendj.server.config.server.FreeDiskSpaceLogRetentionPolicyCfg
Gets the "free-disk-space" property.
getFreeDiskSpacePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FreeDiskSpaceLogRetentionPolicyCfgDefn
Get the "free-disk-space" property definition.
getFriendlyCountryObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the friendlyCountry Object Class which has the OID 0.9.2342.19200300.100.4.18.
getFrom() - Method in class org.forgerock.json.resource.PatchOperation
Returns the source field for move and copy operations.
getFullDeprecationMessage() - Method in record class org.forgerock.opendj.config.Deprecated
Gets the full deprecation message with reason of deprecation and existing alternative(s).
getFullVendorVersion() - Method in class org.forgerock.opendj.ldap.RootDse
Returns a string which represents the full version of the Directory Server implementation.
getFullVendorVersionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the fullVendorVersion Attribute Type which has the OID 1.3.6.1.4.1.36733.2.1.1.141.
getGeneralizedTime() - Static method in class org.opends.server.core.TimeThread
Retrieves a GeneralizedTime containing the time at the last update.
getGeneralizedTime(Entry, AttributeDescription) - Static method in class org.opends.server.api.AuthenticationPolicyState
A utility method which may be used by implementations in order to obtain the value of the specified attribute from the provided entry as a time in generalized time format.
getGeneralizedTimeMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the generalizedTimeMatch Matching Rule which has the OID 2.5.13.27.
getGeneralizedTimeOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the generalizedTimeOrderingMatch Matching Rule which has the OID 2.5.13.28.
getGeneralizedTimeString() - Static method in class org.opends.server.core.TimeThread
Retrieves a string containing a normalized representation of the current time in a generalized time format.
getGeneralizedTimeSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Generalized Time Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.24.
getGeneratedPassword() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
Returns the newly generated password, but only if the password modify request succeeded and a generated password was requested.
getGenerationId() - Method in class org.opends.server.replication.protocol.ResetGenerationIdMsg
Returns the generation Id set in this message.
getGenerationId() - Method in class org.opends.server.replication.protocol.StartMsg
Get the generationId from this message.
getGenerationId() - Method in class org.opends.server.replication.server.ReplicationServerDomain
Get the generationId associated to this domain.
getGenerationID() - Method in class org.opends.server.replication.service.ReplicationDomain
This method should return the generationID to use for this ReplicationDomain.
getGenerationQualifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the generationQualifier Attribute Type which has the OID 2.5.4.44.
getGivenNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the givenName Attribute Type which has the OID 2.5.4.42.
getGlobalAccessControlPoliciesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.PolicyBasedAccessControlHandlerCfgDefn
Get the "global-access-control-policies" relation definition.
getGlobalAccessControlPolicy(String) - Method in interface org.forgerock.opendj.server.config.client.PolicyBasedAccessControlHandlerCfgClient
Gets the named Global Access Control Policy.
getGlobalAccessControlPolicy(String) - Method in interface org.forgerock.opendj.server.config.server.PolicyBasedAccessControlHandlerCfg
Gets the named Global Access Control Policy.
getGlobalAci() - Method in interface org.forgerock.opendj.server.config.client.DseeCompatAccessControlHandlerCfgClient
Gets the "global-aci" property.
getGlobalAci() - Method in interface org.forgerock.opendj.server.config.server.DseeCompatAccessControlHandlerCfg
Gets the "global-aci" property.
getGlobalAciPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DseeCompatAccessControlHandlerCfgDefn
Get the "global-aci" property definition.
getGlobalConfiguration() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the Global Configuration.
getGlobalConfiguration() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the Global Configuration.
getGlobalConfigurationRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "global-configuration" relation definition.
getGoverningStructureRuleAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the governingStructureRule Attribute Type which has the OID 2.5.21.10.
getGraceLoginCount() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "grace-login-count" property.
getGraceLoginCount() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "grace-login-count" property.
getGraceLoginCount() - Method in class org.opends.server.core.PasswordPolicy
Gets the "grace-login-count" property.
getGraceLoginCount() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getGraceLoginCountPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "grace-login-count" property definition.
getGraceLoginsRemaining() - Method in class org.opends.server.core.PasswordPolicyState
Retrieves the number of grace logins that the user has left.
getGraceLoginTimes() - Method in class org.opends.server.core.PasswordPolicyState
Retrieves the times that the user has authenticated to the server using a grace login.
getGraphiteServer() - Method in interface org.forgerock.opendj.server.config.client.GraphiteMonitorReporterPluginCfgClient
Gets the "graphite-server" property.
getGraphiteServer() - Method in interface org.forgerock.opendj.server.config.server.GraphiteMonitorReporterPluginCfg
Gets the "graphite-server" property.
getGraphiteServerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GraphiteMonitorReporterPluginCfgDefn
Get the "graphite-server" property definition.
getGreaterOrEqualAssertion(ByteString) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Compiles the provided ordering assertion value as an Assertion suitable for use with greaterOrEqual search filters.
getGroup(Dn) - Method in class org.opends.server.core.GroupManager
Retrieves the group defined in the entry with the specified DN.
getGroupDefinitionFilter() - Static method in class org.opends.server.extensions.DynamicGroup
Retrieves a search filter that may be used to identify entries containing definitions for groups of this type in the Directory Server.
getGroupDefinitionFilter() - Static method in class org.opends.server.extensions.StaticGroup
Retrieves a search filter that may be used to identify entries containing definitions for groups of this type in the Directory Server.
getGroupDefinitionFilter() - Static method in class org.opends.server.extensions.VirtualStaticGroup
Retrieves a search filter that may be used to identify entries containing definitions for groups of this type in the Directory Server.
getGroupDn() - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
Gets the "group-dn" property.
getGroupDn() - Method in interface org.forgerock.opendj.server.config.server.VirtualAttributeCfg
Gets the "group-dn" property.
getGroupDN() - Method in interface org.opends.server.api.Group
Retrieves the DN of the entry that contains the definition for this group.
getGroupDN() - Method in class org.opends.server.extensions.DynamicGroup
 
getGroupDN() - Method in class org.opends.server.extensions.StaticGroup
 
getGroupDN() - Method in class org.opends.server.extensions.VirtualStaticGroup
 
getGroupDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
Get the "group-dn" property definition.
getGroupDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
Get the "group-dn" property definition.
getGroupDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryDnVirtualAttributeCfgDefn
Get the "group-dn" property definition.
getGroupDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUuidVirtualAttributeCfgDefn
Get the "group-dn" property definition.
getGroupDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
Get the "group-dn" property definition.
getGroupDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
Get the "group-dn" property definition.
getGroupDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
Get the "group-dn" property definition.
getGroupDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
Get the "group-dn" property definition.
getGroupDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
Get the "group-dn" property definition.
getGroupDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
Get the "group-dn" property definition.
getGroupDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
Get the "group-dn" property definition.
getGroupDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
Get the "group-dn" property definition.
getGroupDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
Get the "group-dn" property definition.
getGroupDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
Get the "group-dn" property definition.
getGroupDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserTemplateVirtualAttributeCfgDefn
Get the "group-dn" property definition.
getGroupDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
Get the "group-dn" property definition.
getGroupDNs() - Method in class org.opends.server.types.VirtualAttributeRule
Retrieves the set of DNs for groups whose members are eligible to have this virtual attribute.
getGroupId() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "group-id" property.
getGroupId() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "group-id" property.
getGroupId() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Gets the "group-id" property.
getGroupId() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Gets the "group-id" property.
getGroupId() - Method in class org.opends.server.core.CoreConfigManager
Retrieves the group identifier of this server.
getGroupId() - Method in class org.opends.server.replication.protocol.ExtendedStartMsg
Returns the groupID in this message.
getGroupId() - Method in class org.opends.server.replication.protocol.StartMsg
Get the group id in this message.
getGroupId() - Method in class org.opends.server.replication.server.ReplicationServer
Get The replication server group id.
getGroupIdFailoverOrder() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "group-id-failover-order" property.
getGroupIdFailoverOrder() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "group-id-failover-order" property.
getGroupIdFailoverOrder() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Gets the "group-id-failover-order" property.
getGroupIdFailoverOrderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "group-id-failover-order" property definition.
getGroupIdFailoverOrderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
Get the "group-id-failover-order" property definition.
getGroupIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "group-id" property definition.
getGroupIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
Get the "group-id" property definition.
getGroupIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
Get the "group-id" property definition.
getGroupManager() - Method in class org.opends.server.core.DirectoryServer
 
getGroupManager() - Method in interface org.opends.server.core.ServerContext
Retrieves the Directory Server group manager.
getGroupOfNamesObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the groupOfNames Object Class which has the OID 2.5.6.9.
getGroupOfUniqueNamesObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the groupOfUniqueNames Object Class which has the OID 2.5.6.17.
getGuideSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Guide Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.25.
getHandledTopics() - Method in interface org.forgerock.audit.events.handlers.AuditEventHandler
Gets the names of all audit event topics this handler is registered against.
getHandledTopics() - Method in class org.forgerock.audit.events.handlers.AuditEventHandlerBase
 
getHandlerForQueries() - Method in class org.forgerock.audit.AuditServiceConfiguration
Returns the name of the handler to use for querying the audit events.
getHashFunction() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "hash-function" property.
getHashFunction() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "hash-function" property.
getHashFunctionPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "hash-function" property definition.
getHasSubordinatesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the hasSubordinates Attribute Type which has the OID 2.5.18.9.
getHeader(String) - Method in class org.forgerock.json.resource.http.HttpContext
Returns an unmodifiable list containing the values of the named HTTP request header.
getHeaderAsString(String) - Method in class org.forgerock.json.resource.http.HttpContext
Returns the first value of the named HTTP request header.
getHeaders() - Method in class org.forgerock.json.resource.http.HttpContext
Returns an unmodifiable map of the HTTP request headers.
getHealthChecker() - Method in class org.opends.server.core.DirectoryServer
 
getHealthChecker() - Method in interface org.opends.server.core.ServerContext
Returns the HealthChecker that aggregates all the HealthStatusProvider for diagnosing the global server health.
getHealthChecksEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "health-checks-enabled" property definition.
getHealthStatus() - Method in class org.opends.server.api.Backend
 
getHealthStatus() - Method in class org.opends.server.backends.pluggable.BackendImpl
 
getHealthStatus() - Method in class org.opends.server.monitors.HealthChecker.HealthCheckerImpl
 
getHealthStatus() - Method in interface org.opends.server.monitors.HealthStatusProvider
Returns the HealthStatus for the underlying component.
getHealthStatus() - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
getHealthStatus(long) - Method in class org.opends.server.replication.service.ReplicationDomain
Returns the health status based on the current replication delay.
getHeartbeatInterval() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "heartbeat-interval" property.
getHeartbeatInterval() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Gets the "heartbeat-interval" property.
getHeartbeatInterval() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Gets the "heartbeat-interval" property.
getHeartbeatInterval() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "heartbeat-interval" property.
getHeartbeatInterval() - Method in class org.opends.server.replication.protocol.ExtendedStartMsg
Returns the heartbeat interval in this message, which is 0L by default.
getHeartbeatInterval() - Method in class org.opends.server.replication.protocol.ServerStartMsg
Get the heartbeat interval requested by the ldap server that created the message.
getHeartbeatIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
Get the "heartbeat-interval" property definition.
getHeartbeatIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
Get the "heartbeat-interval" property definition.
getHeartbeatIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "heartbeat-interval" property definition.
getHelpMsg() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Returns this profile parameter help message.
getHierarchicalName() - Method in class org.forgerock.monitoring.api.instrument.Meter.Id
 
getHistogramBuckets(boolean) - Method in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig
 
getHistogramBufferLength() - Method in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig
 
getHistogramExpiry() - Method in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig
 
getHomePhoneAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the homePhone Attribute Type which has the OID 0.9.2342.19200300.100.1.20.
getHomePostalAddressAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the homePostalAddress Attribute Type which has the OID 0.9.2342.19200300.100.1.39.
getHost() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
Gets the host for the connection (default localhost).
getHost() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.ConnectionConfiguration
Gets the host for the connection (default localhost).
getHost() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
Returns the hostname of the Syslog daemon to which messages should be published.
getHost() - Method in class org.forgerock.opendj.ldap.LdapUrl
Returns the name or IP address in dotted format of the LDAP server referenced by this LDAP URL.
getHost() - Method in class org.opends.server.types.LDAPURL
Retrieves the host for this LDAP URL.
getHostAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the host Attribute Type which has the OID 0.9.2342.19200300.100.1.9.
getHostName() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Get the hostname of the bound connection.
getHostPromptMsg() - Method in class org.forgerock.opendj.setup.model.Profile.HostPortParameter
Returns the user message used for prompting user for the remote server hostname.
getHourAndMinute() - Static method in class org.opends.server.core.TimeThread
Retrieves an integer containing the time in HHmm format at the last update.
getHouseIdentifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the houseIdentifier Attribute Type which has the OID 2.5.4.51.
getHTTPAccessLogPublishers() - Static method in class org.opends.server.loggers.HTTPAccessLogger
Returns all the registered HTTP access log publishers.
getHttpAuthorizationMechanism(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Http Authorization Mechanism.
getHttpAuthorizationMechanism(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Http Authorization Mechanism.
getHttpAuthorizationMechanismsRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "http-authorization-mechanisms" relation definition.
getHttpEndpoint(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Http Endpoint.
getHttpEndpoint(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Http Endpoint.
getHttpEndpointsRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "http-endpoints" relation definition.
getHttpLogRequestHandlers() - Method in class org.opends.server.loggers.CommonAudit
Returns the audit service that manages HTTP Access logging.
getHttpRouter() - Method in class org.opends.server.core.DirectoryServer
 
getHttpRouter() - Method in interface org.opends.server.core.ServerContext
Returns the HTTP request router.
getHttpServletContextFactory() - Static method in class org.forgerock.json.resource.http.SecurityContextFactory
Deprecated.
Returns the singleton security context factory which can be used for obtaining context information from a HTTP request.
getIA5StringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the IA5 String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.26.
getId() - Method in class org.forgerock.json.resource.IdentifierQueryResourceHandler
Gets the identifier being queried for.
getId() - Method in interface org.forgerock.json.resource.ResourceResponse
Returns the ID of this resource, if applicable.
getId() - Method in interface org.forgerock.monitoring.api.instrument.Meter
 
getId() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableCounter
 
getId() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableGauge
 
getId() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableHistogram
 
getId() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableMeter
 
getId() - Method in interface org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableMetric
Returns A unique combination of name and tags identifying this metric.
getId() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableTimer
 
getId() - Method in class org.forgerock.opendj.server.core.AbstractContext
 
getId() - Method in class org.opends.server.backup.Backup
Returns the backup ID.
getId() - Method in class org.opends.server.tools.tasks.TaskEntry
Gets the ID of the task.
getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.client.CramMd5SaslMechanismHandlerCfgClient
Gets the "identity-mapper" property.
getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.client.DigestMd5SaslMechanismHandlerCfgClient
Gets the "identity-mapper" property.
getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.client.GssapiSaslMechanismHandlerCfgClient
Gets the "identity-mapper" property.
getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.client.HttpBasicAuthorizationMechanismCfgClient
Gets the "identity-mapper" property.
getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2AuthorizationMechanismCfgClient
Gets the "identity-mapper" property.
getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.client.PasswordModifyExtendedOperationHandlerCfgClient
Gets the "identity-mapper" property.
getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.client.PlainSaslMechanismHandlerCfgClient
Gets the "identity-mapper" property.
getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.client.ScramSha256SaslMechanismHandlerCfgClient
Gets the "identity-mapper" property.
getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.client.ScramSha512SaslMechanismHandlerCfgClient
Gets the "identity-mapper" property.
getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.server.CramMd5SaslMechanismHandlerCfg
Gets the "identity-mapper" property.
getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.server.DigestMd5SaslMechanismHandlerCfg
Gets the "identity-mapper" property.
getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.server.GssapiSaslMechanismHandlerCfg
Gets the "identity-mapper" property.
getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.server.HttpBasicAuthorizationMechanismCfg
Gets the "identity-mapper" property.
getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2AuthorizationMechanismCfg
Gets the "identity-mapper" property.
getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.server.PasswordModifyExtendedOperationHandlerCfg
Gets the "identity-mapper" property.
getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.server.PlainSaslMechanismHandlerCfg
Gets the "identity-mapper" property.
getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.server.ScramSha256SaslMechanismHandlerCfg
Gets the "identity-mapper" property.
getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.server.ScramSha512SaslMechanismHandlerCfg
Gets the "identity-mapper" property.
getIdentityMapper(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Identity Mapper.
getIdentityMapper(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Identity Mapper.
getIdentityMapper(Dn) - Method in class org.opends.server.core.DirectoryServer
 
getIdentityMapper(Dn) - Method in interface org.opends.server.core.ServerContext
Retrieves the Directory Server identity mapper whose configuration resides in the specified configuration entry.
getIdentityMapperDns() - Method in interface org.forgerock.opendj.server.config.server.CramMd5SaslMechanismHandlerCfg
Gets the "identity-mapper" property as a set of DNs.
getIdentityMapperDns() - Method in interface org.forgerock.opendj.server.config.server.DigestMd5SaslMechanismHandlerCfg
Gets the "identity-mapper" property as a set of DNs.
getIdentityMapperDns() - Method in interface org.forgerock.opendj.server.config.server.GssapiSaslMechanismHandlerCfg
Gets the "identity-mapper" property as a set of DNs.
getIdentityMapperDns() - Method in interface org.forgerock.opendj.server.config.server.HttpBasicAuthorizationMechanismCfg
Gets the "identity-mapper" property as a set of DNs.
getIdentityMapperDns() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2AuthorizationMechanismCfg
Gets the "identity-mapper" property as a set of DNs.
getIdentityMapperDns() - Method in interface org.forgerock.opendj.server.config.server.PasswordModifyExtendedOperationHandlerCfg
Gets the "identity-mapper" property as a set of DNs.
getIdentityMapperDns() - Method in interface org.forgerock.opendj.server.config.server.PlainSaslMechanismHandlerCfg
Gets the "identity-mapper" property as a set of DNs.
getIdentityMapperDns() - Method in interface org.forgerock.opendj.server.config.server.ScramSha256SaslMechanismHandlerCfg
Gets the "identity-mapper" property as a set of DNs.
getIdentityMapperDns() - Method in interface org.forgerock.opendj.server.config.server.ScramSha512SaslMechanismHandlerCfg
Gets the "identity-mapper" property as a set of DNs.
getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CramMd5SaslMechanismHandlerCfgDefn
Get the "identity-mapper" property definition.
getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DigestMd5SaslMechanismHandlerCfgDefn
Get the "identity-mapper" property definition.
getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn
Get the "identity-mapper" property definition.
getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpBasicAuthorizationMechanismCfgDefn
Get the "identity-mapper" property definition.
getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2AuthorizationMechanismCfgDefn
Get the "identity-mapper" property definition.
getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2CtsAuthorizationMechanismCfgDefn
Get the "identity-mapper" property definition.
getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2FileAuthorizationMechanismCfgDefn
Get the "identity-mapper" property definition.
getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2OpenamAuthorizationMechanismCfgDefn
Get the "identity-mapper" property definition.
getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
Get the "identity-mapper" property definition.
getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordModifyExtendedOperationHandlerCfgDefn
Get the "identity-mapper" property definition.
getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PlainSaslMechanismHandlerCfgDefn
Get the "identity-mapper" property definition.
getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ScramSha256SaslMechanismHandlerCfgDefn
Get the "identity-mapper" property definition.
getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ScramSha512SaslMechanismHandlerCfgDefn
Get the "identity-mapper" property definition.
getIdentityMappers(Collection<Dn>) - Method in class org.opends.server.core.DirectoryServer
 
getIdentityMappers(Collection<Dn>) - Method in interface org.opends.server.core.ServerContext
Retrieves the Directory Server identity mappers whose configurations reside in the specified configuration entries.
getIdentityMappersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "identity-mappers" relation definition.
getIdleLockoutInterval() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "idle-lockout-interval" property.
getIdleLockoutInterval() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "idle-lockout-interval" property.
getIdleLockoutInterval() - Method in class org.opends.server.core.PasswordPolicy
Gets the "idle-lockout-interval" property in seconds.
getIdleLockoutInterval() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getIdleLockoutIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "idle-lockout-interval" property definition.
getIdleTime() - Method in class org.opends.server.api.ClientConnection
Retrieves the length of time in milliseconds that this client connection has been idle.
getIdleTimeLimit() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "idle-time-limit" property.
getIdleTimeLimit() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "idle-time-limit" property.
getIdleTimeLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "idle-time-limit" property definition.
getIDToAbandon() - Method in class org.opends.server.core.AbandonOperation
 
getIDToAbandon() - Method in interface org.opends.server.types.operation.PostOperationAbandonOperation
Retrieves the message ID of the operation that should be abandoned.
getIDToAbandon() - Method in interface org.opends.server.types.operation.PreParseAbandonOperation
Retrieves the message ID of the operation that should be abandoned.
getIgnoreWhiteSpacePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonEqualityMatchingRuleCfgDefn
Get the "ignore-white-space" property definition.
getIgnoreWhiteSpacePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonOrderingMatchingRuleCfgDefn
Get the "ignore-white-space" property definition.
getIgnoreWhiteSpacePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonQueryEqualityMatchingRuleCfgDefn
Get the "ignore-white-space" property definition.
getIgnoreWhiteSpacePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NameAndJsonQueryEqualityMatchingRuleCfgDefn
Get the "ignore-white-space" property definition.
getIllegalName() - Method in exception org.forgerock.opendj.config.client.IllegalManagedObjectNameException
Get the illegal managed object name.
getImportExportContext() - Method in class org.opends.server.replication.service.ReplicationDomain
Returns the Import/Export context associated to this ReplicationDomain.
getImportOffheapMemorySize() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Gets the "import-offheap-memory-size" property.
getImportOffheapMemorySize() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Gets the "import-offheap-memory-size" property.
getImportOffheapMemorySizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "import-offheap-memory-size" property definition.
getImportOffheapMemorySizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
Get the "import-offheap-memory-size" property definition.
getImportSource() - Method in class org.opends.server.replication.service.ReplicationDomain.ImportExportContext
Gets the server id of the importing server.
getIncludeAttributeTypes() - Method in class org.opends.server.tasks.ImportExportParams
Returns the include attribute types.
getIncludeBranches() - Method in class org.opends.server.tasks.ImportExportParams
Returns the include branches.
getIncludeBranches() - Method in class org.opends.server.types.LDIFExportConfig
Retrieves the set of base DNs that specify the set of entries to include in the export.
getIncludedMetricPattern() - Method in interface org.forgerock.opendj.server.config.client.CrestMetricsEndpointCfgClient
Gets the "included-metric-pattern" property.
getIncludedMetricPattern() - Method in interface org.forgerock.opendj.server.config.client.GraphiteMonitorReporterPluginCfgClient
Gets the "included-metric-pattern" property.
getIncludedMetricPattern() - Method in interface org.forgerock.opendj.server.config.client.PrometheusEndpointCfgClient
Gets the "included-metric-pattern" property.
getIncludedMetricPattern() - Method in interface org.forgerock.opendj.server.config.server.CrestMetricsEndpointCfg
Gets the "included-metric-pattern" property.
getIncludedMetricPattern() - Method in interface org.forgerock.opendj.server.config.server.GraphiteMonitorReporterPluginCfg
Gets the "included-metric-pattern" property.
getIncludedMetricPattern() - Method in interface org.forgerock.opendj.server.config.server.PrometheusEndpointCfg
Gets the "included-metric-pattern" property.
getIncludedMetricPatternPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CrestMetricsEndpointCfgDefn
Get the "included-metric-pattern" property definition.
getIncludedMetricPatternPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GraphiteMonitorReporterPluginCfgDefn
Get the "included-metric-pattern" property definition.
getIncludedMetricPatternPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PrometheusEndpointCfgDefn
Get the "included-metric-pattern" property definition.
getIncludeFilter() - Method in interface org.forgerock.opendj.server.config.client.FifoEntryCacheCfgClient
Gets the "include-filter" property.
getIncludeFilter() - Method in interface org.forgerock.opendj.server.config.client.SoftReferenceEntryCacheCfgClient
Gets the "include-filter" property.
getIncludeFilter() - Method in interface org.forgerock.opendj.server.config.server.FifoEntryCacheCfg
Gets the "include-filter" property.
getIncludeFilter() - Method in interface org.forgerock.opendj.server.config.server.SoftReferenceEntryCacheCfg
Gets the "include-filter" property.
getIncludeFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FifoEntryCacheCfgDefn
Get the "include-filter" property definition.
getIncludeFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SoftReferenceEntryCacheCfgDefn
Get the "include-filter" property definition.
getIncludeFilters() - Method in class org.opends.server.tasks.ImportExportParams
Returns the include filters.
getIncludeIf() - Method in class org.forgerock.audit.filter.FilterPolicy
Gets the includeIf list.
getIncludeIfFilters(String) - Method in class org.forgerock.audit.events.EventTopicsMetaData
Returns JSON Pointers to fields which should be automatically whitelisted for a given topic's schema.
getIncludeValuesOfAttributes() - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
Gets the "include-values-of-attributes" property.
getIncludeValuesOfAttributes() - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
Gets the "include-values-of-attributes" property.
getIncludeValuesOfAttributesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
Get the "include-values-of-attributes" property definition.
getIndexedField() - Method in interface org.forgerock.opendj.server.config.client.JsonQueryEqualityMatchingRuleCfgClient
Gets the "indexed-field" property.
getIndexedField() - Method in interface org.forgerock.opendj.server.config.client.NameAndJsonQueryEqualityMatchingRuleCfgClient
Gets the "indexed-field" property.
getIndexedField() - Method in interface org.forgerock.opendj.server.config.server.JsonQueryEqualityMatchingRuleCfg
Gets the "indexed-field" property.
getIndexedField() - Method in interface org.forgerock.opendj.server.config.server.NameAndJsonQueryEqualityMatchingRuleCfg
Gets the "indexed-field" property.
getIndexedFieldPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonQueryEqualityMatchingRuleCfgDefn
Get the "indexed-field" property definition.
getIndexedFieldPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NameAndJsonQueryEqualityMatchingRuleCfgDefn
Get the "indexed-field" property definition.
getIndexEntryLimit() - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Gets the "index-entry-limit" property.
getIndexEntryLimit() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Gets the "index-entry-limit" property.
getIndexEntryLimit() - Method in interface org.forgerock.opendj.server.config.server.BackendIndexCfg
Gets the "index-entry-limit" property.
getIndexEntryLimit() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Gets the "index-entry-limit" property.
getIndexEntryLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
Get the "index-entry-limit" property definition.
getIndexEntryLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "index-entry-limit" property definition.
getIndexEntryLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
Get the "index-entry-limit" property definition.
getIndexExtensibleMatchingRule() - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Gets the "index-extensible-matching-rule" property.
getIndexExtensibleMatchingRule() - Method in interface org.forgerock.opendj.server.config.server.BackendIndexCfg
Gets the "index-extensible-matching-rule" property.
getIndexExtensibleMatchingRulePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
Get the "index-extensible-matching-rule" property definition.
getIndexFilterAnalyzerEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "index-filter-analyzer-enabled" property definition.
getIndexFilterAnalyzerEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
Get the "index-filter-analyzer-enabled" property definition.
getIndexFilterAnalyzerMaxFilters() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Gets the "index-filter-analyzer-max-filters" property.
getIndexFilterAnalyzerMaxFilters() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Gets the "index-filter-analyzer-max-filters" property.
getIndexFilterAnalyzerMaxFiltersPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "index-filter-analyzer-max-filters" property definition.
getIndexFilterAnalyzerMaxFiltersPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
Get the "index-filter-analyzer-max-filters" property definition.
getIndexId() - Method in interface org.forgerock.opendj.ldap.schema.Indexer
Returns an index identifier associated with this indexer.
getIndexId() - Method in class org.opends.server.backends.pluggable.spi.TreeName
Returns the index identifier.
getIndexingOptionsOrNull(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.schema.IndexQueryFactory
Returns the indexing options for the provided attribute, or null if the attribute is not indexed.
getIndexMapping() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration
Sets configuration of index mapping.
getIndexName() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.IndexMappingConfiguration
Gets primary index name (default is audit).
getIndexType() - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Gets the "index-type" property.
getIndexType() - Method in interface org.forgerock.opendj.server.config.server.BackendIndexCfg
Gets the "index-type" property.
getIndexTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
Get the "index-type" property definition.
getInfoAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the info Attribute Type which has the OID 0.9.2342.19200300.100.1.4.
getInheritedCollectiveAttributes() - Method in class org.opends.server.types.SubEntry
Getter for inherited collective attributes mappings.
getInheritFromBaseDN() - Method in class org.opends.server.types.SubEntry
Getter to retrieve inheritFromBaseRDN DN for inherited collective attribute subentry.
getInheritFromDNParent() - Method in class org.opends.server.types.SubEntry
Returns the number of parent levels to lookup in the DN for inherited collective attribute subentry.
getInheritFromDNType() - Method in class org.opends.server.types.SubEntry
Returns the attribute type where to find the DN of the entry from which to inherit collective attributes
getInheritFromRDNAttrType() - Method in class org.opends.server.types.SubEntry
Getter to retrieve inheritFromRDNAttribute type for inherited collective attribute subentry.
getInheritFromRDNType() - Method in class org.opends.server.types.SubEntry
Getter to retrieve RDN type of inheritFromRDNType for inherited collective attribute subentry.
getInitialFile() - Method in class org.forgerock.audit.rotation.RotationContext
Get the initial file.
getInitializationWindowSize() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "initialization-window-size" property.
getInitializationWindowSize() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Gets the "initialization-window-size" property.
getInitializationWindowSize() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "initialization-window-size" property.
getInitializationWindowSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
Get the "initialization-window-size" property definition.
getInitializationWindowSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "initialization-window-size" property definition.
getInitialName() - Method in interface org.forgerock.audit.retention.FileNamingPolicy
Initializes the policy and returns the current name to use.
getInitialName() - Method in class org.forgerock.audit.retention.TimeStampFileNamingPolicy
Gets the initial file.
getInitialName() - Method in class org.opends.server.loggers.TimeStampNaming
 
getInitialsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the initials Attribute Type which has the OID 2.5.4.43.
getInitiatorID() - Method in class org.opends.server.replication.protocol.InitializeTargetMsg
Get the replica id of the server that initiated the export.
getInitiatorsName() - Method in class org.opends.server.replication.protocol.DeleteMsg
Get the initiator's name of this change.
getInitWindow() - Method in class org.opends.server.replication.protocol.InitializeRequestMsg
Return the initWindow value.
getInitWindow() - Method in class org.opends.server.replication.protocol.InitializeTargetMsg
Get the initializationWindow.
getInstallPath() - Method in class org.forgerock.opendj.config.ConfigurationFramework
Returns the installation path.
getInstance() - Static method in class org.forgerock.opendj.config.ConfigurationFramework
Returns the single application wide configuration framework instance.
getInstance() - Method in class org.forgerock.opendj.config.DefaultManagedObject.Builder
Construct a default managed object based on the properties of this builder.
getInstance() - Static method in class org.forgerock.opendj.config.LdapProfile
Get the global LDAP profile instance.
getInstance() - Static method in class org.forgerock.opendj.config.ManagedObjectDefinitionI18nResource
Gets the internationalized resource instance which can be used to retrieve the localized descriptions for the managed objects and their associated properties and relations.
getInstance() - Method in class org.forgerock.opendj.config.PropertyDefinition.AbstractBuilder
Construct a property definition based on the properties of this builder.
getInstance() - Method in class org.forgerock.opendj.config.RelationDefinition.AbstractBuilder
Construct a relation definition based on the properties of this builder.
getInstance() - Static method in class org.forgerock.opendj.config.TopCfgDefn
Get the Top configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the singleton core schema.
getInstance() - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Returns a Schema containing the core schema and JSON syntaxes and matching rules.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AccessControlHandlerCfgDefn
Get the Access Control Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the Access Log Filtering Criteria configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn
Get the Access Log Publisher configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AccountStatusNotificationHandlerCfgDefn
Get the Account Status Notification Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AdminDataTrustManagerProviderCfgDefn
Get the cn=admin data Trust Manager Provider configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AdminEndpointCfgDefn
Get the Admin Endpoint configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
Get the Administration Connector configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AesPasswordStorageSchemeCfgDefn
Get the AES Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AlertHandlerCfgDefn
Get the Alert Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AliveEndpointCfgDefn
Get the Alive HTTP endpoint configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AnonymousSaslMechanismHandlerCfgDefn
Get the Anonymous SASL Mechanism Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn
Get the Argon2 Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AttributeCleanupPluginCfgDefn
Get the Attribute Cleanup Plugin configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AttributeValuePasswordValidatorCfgDefn
Get the Attribute Value Password Validator configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AuthenticationPolicyCfgDefn
Get the Authentication Policy configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.BackendCfgDefn
Get the Backend configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
Get the Backend Index configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.BackendVlvIndexCfgDefn
Get the Backend VLV Index configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.Base64PasswordStorageSchemeCfgDefn
Get the Base64 Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn
Get the Bcrypt Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.BlindTrustManagerProviderCfgDefn
Get the Blind Trust Manager Provider configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.BlowfishPasswordStorageSchemeCfgDefn
Get the Blowfish Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CancelExtendedOperationHandlerCfgDefn
Get the Cancel Extended Operation Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CertificateMapperCfgDefn
Get the Certificate Mapper configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ChangeNumberControlPluginCfgDefn
Get the Change Number Control Plugin configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CharacterSetPasswordValidatorCfgDefn
Get the Character Set Password Validator configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ClearPasswordStorageSchemeCfgDefn
Get the Clear Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
Get the Collective Attribute Subentries Virtual Attribute configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CommonAuditAccessLogPublisherCfgDefn
Get the Common Audit Access Log Publisher configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ConnectionHandlerCfgDefn
Get the Connection Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ConsoleErrorLogPublisherCfgDefn
Get the Console Error Log Publisher configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
Get the Core Schema configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CramMd5SaslMechanismHandlerCfgDefn
Get the CRAM-MD5 SASL Mechanism Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CrestMetricsEndpointCfgDefn
Get the Common REST Metrics HTTP Endpoint configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
Get the Crypto Manager configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn
Get the Crypt Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the CSV File Access Log Publisher configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
Get the CSV File HTTP Access Log Publisher configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
Get the Dictionary Password Validator configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.DigestMd5SaslMechanismHandlerCfgDefn
Get the DIGEST-MD5 SASL Mechanism Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.DseeCompatAccessControlHandlerCfgDefn
Get the DSEE Compatible Access Control Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.EntityTagPluginCfgDefn
Get the ETag Plugin configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
Get the Entity Tag Virtual Attribute configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.EntryCacheCfgDefn
Get the Entry Cache configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.EntryDnVirtualAttributeCfgDefn
Get the entryDN Virtual Attribute configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.EntryUuidPluginCfgDefn
Get the entryUUID Plugin configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.EntryUuidVirtualAttributeCfgDefn
Get the entryUUID Virtual Attribute configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn
Get the Error Log Account Status Notification Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn
Get the Error Log Publisher configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ExactMatchIdentityMapperCfgDefn
Get the Exact Match Identity Mapper configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ExtendedOperationHandlerCfgDefn
Get the Extended Operation Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
Get the External Access Log Publisher configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ExternalHttpAccessLogPublisherCfgDefn
Get the External HTTP Access Log Publisher configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ExternalSaslMechanismHandlerCfgDefn
Get the External SASL Mechanism Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FifoEntryCacheCfgDefn
Get the FIFO Entry Cache configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
Get the File Based Access Log Publisher configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
Get the File Based Audit Log Publisher configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
Get the File Based Error Log Publisher configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FileBasedHttpAccessLogPublisherCfgDefn
Get the File Based HTTP Access Log Publisher configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
Get the File Based Key Manager Provider configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
Get the File Based Trust Manager Provider configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FileCountLogRetentionPolicyCfgDefn
Get the File Count Log Retention Policy configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn
Get the Fingerprint Certificate Mapper configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FixedTimeLogRotationPolicyCfgDefn
Get the Fixed Time Log Rotation Policy configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FractionalLdifImportPluginCfgDefn
Get the Fractional LDIF Import Plugin configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FreeDiskSpaceLogRetentionPolicyCfgDefn
Get the Free Disk Space Log Retention Policy configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.GetConnectionIdExtendedOperationHandlerCfgDefn
Get the Get Connection ID Extended Operation Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.GetSymmetricKeyExtendedOperationHandlerCfgDefn
Get the Get Symmetric Key Extended Operation Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn
Get the Global Access Control Policy configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the Global Configuration configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
Get the Governing Structure Rule Virtual Attribute configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.GraphiteMonitorReporterPluginCfgDefn
Get the Graphite Monitor Reporter Plugin configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn
Get the GSSAPI SASL Mechanism Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
Get the Has Subordinates Virtual Attribute configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HdapAuthorizationMechanismCfgDefn
Get the HDAP Authorization Mechanism configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HdapEndpointCfgDefn
Get the Hdap Endpoint configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HealthyEndpointCfgDefn
Get the Healthy HTTP endpoint configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HttpAccessLogPublisherCfgDefn
Get the HTTP Access Log Publisher configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HttpAnonymousAuthorizationMechanismCfgDefn
Get the HTTP Anonymous Authorization Mechanism configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HttpAuthorizationMechanismCfgDefn
Get the HTTP Authorization Mechanism configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HttpBasicAuthorizationMechanismCfgDefn
Get the HTTP Basic Authorization Mechanism configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the HTTP Connection Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HttpEndpointCfgDefn
Get the HTTP Endpoint configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HttpOauth2AuthorizationMechanismCfgDefn
Get the HTTP OAuth2 Authorization Mechanism configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HttpOauth2CtsAuthorizationMechanismCfgDefn
Get the HTTP OAuth2 CTS Authorization Mechanism configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HttpOauth2FileAuthorizationMechanismCfgDefn
Get the HTTP OAuth2 File Based Authorization Mechanism configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HttpOauth2OpenamAuthorizationMechanismCfgDefn
Get the HTTP OAuth2 OpenAM Authorization Mechanism configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
Get the HTTP OAuth2 Token Introspection (RFC 7662) Authorization Mechanism configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.IdentityMapperCfgDefn
Get the Identity Mapper configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
Get the Is Member Of Virtual Attribute configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the JE Backend configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.JmxAlertHandlerCfgDefn
Get the JMX Alert Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.JmxConnectionHandlerCfgDefn
Get the JMX Connection Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.JsonEqualityMatchingRuleCfgDefn
Get the JSON Equality Matching Rule configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
Get the JSON File Based Access Log Publisher configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.JsonFileHttpAccessLogPublisherCfgDefn
Get the JSON File Based HTTP Access Log Publisher configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.JsonOrderingMatchingRuleCfgDefn
Get the JSON Ordering Matching Rule configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.JsonQueryEqualityMatchingRuleCfgDefn
Get the JSON Query Equality Matching Rule configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.KeyManagerProviderCfgDefn
Get the Key Manager Provider configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LastModPluginCfgDefn
Get the Last Mod Plugin configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LdapAttributeDescriptionListPluginCfgDefn
Get the LDAP Attribute Description List Plugin configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the LDAP Connection Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LdapKeyManagerProviderCfgDefn
Get the LDAP Key Manager Provider configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the LDAP Pass Through Authentication Policy configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LdapTrustManagerProviderCfgDefn
Get the LDAP Trust Manager Provider configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LdifBackendCfgDefn
Get the LDIF Backend configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LdifConnectionHandlerCfgDefn
Get the LDIF Connection Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LengthBasedPasswordValidatorCfgDefn
Get the Length Based Password Validator configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn
Get the Local Backend configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LogPublisherCfgDefn
Get the Log Publisher configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LogRetentionPolicyCfgDefn
Get the Log Retention Policy configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LogRotationPolicyCfgDefn
Get the Log Rotation Policy configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.MailServerCfgDefn
Get the Mail Server configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.Md5PasswordStorageSchemeCfgDefn
Get the MD5 Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
Get the Member Virtual Attribute configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.MemoryBackendCfgDefn
Get the Memory Backend configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.MonitorBackendCfgDefn
Get the Monitor Backend configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.NameAndJsonQueryEqualityMatchingRuleCfgDefn
Get the Name And JSON Query Equality Matching Rule configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.NullBackendCfgDefn
Get the Null Backend configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
Get the Num Subordinates Virtual Attribute configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
Get the Password Expiration Time Virtual Attribute configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PasswordGeneratorCfgDefn
Get the Password Generator configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PasswordModifyExtendedOperationHandlerCfgDefn
Get the Password Modify Extended Operation Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the Password Policy configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PasswordPolicyImportPluginCfgDefn
Get the Password Policy Import Plugin configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PasswordPolicyStateExtendedOperationHandlerCfgDefn
Get the Password Policy State Extended Operation Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
Get the Password Policy Subentry Virtual Attribute configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PasswordStorageSchemeCfgDefn
Get the Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PasswordValidatorCfgDefn
Get the Password Validator configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.Pbkdf2HmacSha256PasswordStorageSchemeCfgDefn
Get the PBKDF2-HMAC-SHA256 Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.Pbkdf2HmacSha512PasswordStorageSchemeCfgDefn
Get the PBKDF2-HMAC-SHA512 Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.Pbkdf2PasswordStorageSchemeCfgDefn
Get the PBKDF2 Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PemKeyManagerProviderCfgDefn
Get the Pem Key Manager Provider configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PemTrustManagerProviderCfgDefn
Get the Pem Trust Manager Provider configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.Pkcs11KeyManagerProviderCfgDefn
Get the PKCS#11 Key Manager Provider configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.Pkcs11TrustManagerProviderCfgDefn
Get the PKCS#11 Trust Manager Provider configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.Pkcs5s2PasswordStorageSchemeCfgDefn
Get the PKCS#5 V2.0 Scheme 2 Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PlainSaslMechanismHandlerCfgDefn
Get the Plain SASL Mechanism Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
Get the Pluggable Backend configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PluginCfgDefn
Get the Plugin configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the Plugin Root configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PolicyBasedAccessControlHandlerCfgDefn
Get the Policy Based Access Control Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PrometheusEndpointCfgDefn
Get the Prometheus HTTP Endpoint configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the Proxy Backend configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.RandomPasswordGeneratorCfgDefn
Get the Random Password Generator configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.Rc4PasswordStorageSchemeCfgDefn
Get the RC4 Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
Get the Referential Integrity Plugin configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.RegularExpressionIdentityMapperCfgDefn
Get the Regular Expression Identity Mapper configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.RepeatedCharactersPasswordValidatorCfgDefn
Get the Repeated Characters Password Validator configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
Get the Replication Domain configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
Get the Replication Server configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
Get the Replication Service Discovery Mechanism configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the Replication Synchronization Provider configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.Rest2ldapEndpointCfgDefn
Get the Rest2LDAP Endpoint configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the Root configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.RootDseBackendCfgDefn
Get the Root DSE Backend configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SaltedMd5PasswordStorageSchemeCfgDefn
Get the Salted MD5 Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SaltedSha1PasswordStorageSchemeCfgDefn
Get the Salted SHA-1 Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SaltedSha256PasswordStorageSchemeCfgDefn
Get the Salted SHA-256 Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SaltedSha384PasswordStorageSchemeCfgDefn
Get the Salted SHA-384 Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SaltedSha512PasswordStorageSchemeCfgDefn
Get the Salted SHA-512 Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn
Get the Samba Password Plugin configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SaslMechanismHandlerCfgDefn
Get the SASL Mechanism Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
Get the Schema Backend configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SchemaProviderCfgDefn
Get the Schema Provider configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ScramSha256PasswordStorageSchemeCfgDefn
Get the SCRAM-SHA-256 Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ScramSha256SaslMechanismHandlerCfgDefn
Get the SCRAM-SHA-256 SASL Mechanism Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ScramSha512PasswordStorageSchemeCfgDefn
Get the SCRAM-SHA-512 Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ScramSha512SaslMechanismHandlerCfgDefn
Get the SCRAM-SHA-512 SASL Mechanism Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ServiceDiscoveryMechanismCfgDefn
Get the Service Discovery Mechanism configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SevenBitCleanPluginCfgDefn
Get the Seven Bit Clean Plugin configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.Sha1PasswordStorageSchemeCfgDefn
Get the SHA-1 Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SimilarityBasedPasswordValidatorCfgDefn
Get the Similarity Based Password Validator configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRetentionPolicyCfgDefn
Get the Size Limit Log Retention Policy configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRotationPolicyCfgDefn
Get the Size Limit Log Rotation Policy configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SmtpAccountStatusNotificationHandlerCfgDefn
Get the SMTP Account Status Notification Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SmtpAlertHandlerCfgDefn
Get the SMTP Alert Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SoftReferenceEntryCacheCfgDefn
Get the Soft Reference Entry Cache configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.StartTlsExtendedOperationHandlerCfgDefn
Get the StartTLS Extended Operation Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
Get the Static Service Discovery Mechanism configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
Get the Structural Object Class Virtual Attribute configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SubjectAttributeToUserAttributeCertificateMapperCfgDefn
Get the Subject Attribute To User Attribute Certificate Mapper configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SubjectDnToUserAttributeCertificateMapperCfgDefn
Get the Subject DN To User Attribute Certificate Mapper configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SubjectEqualsDnCertificateMapperCfgDefn
Get the Subject Equals DN Certificate Mapper configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
Get the Subschema Subentry Virtual Attribute configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SynchronizationProviderCfgDefn
Get the Synchronization Provider configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
Get the Task Backend configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.TimeLimitLogRotationPolicyCfgDefn
Get the Time Limit Log Rotation Policy configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.TraditionalWorkQueueCfgDefn
Get the Traditional Work Queue configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.TripleDesPasswordStorageSchemeCfgDefn
Get the Triple-DES Password Storage Scheme configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.TrustManagerProviderCfgDefn
Get the Trust Manager Provider configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.UniqueAttributePluginCfgDefn
Get the Unique Attribute Plugin configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.UniqueCharactersPasswordValidatorCfgDefn
Get the Unique Characters Password Validator configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
Get the User Defined Virtual Attribute configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.UserTemplateVirtualAttributeCfgDefn
Get the User Template Virtual Attribute configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
Get the Virtual Attribute configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.WhoAmIExtendedOperationHandlerCfgDefn
Get the Who Am I Extended Operation Handler configuration definition singleton.
getInstance() - Static method in class org.forgerock.opendj.server.config.meta.WorkQueueCfgDefn
Get the Work Queue configuration definition singleton.
getInstance() - Static method in class org.forgerock.util.SignatureUtil
Gets the SignatureUtil instance.
getInstance() - Static method in class org.opends.server.core.AccessControlConfigManager
Get the single application-wide access control manager instance.
getInstance() - Static method in class org.opends.server.core.DirectoryServer
Retrieves the instance of the Directory Server that is associated with this JVM.
getInstance() - Static method in class org.opends.server.loggers.AccessLogger
Retrieve the singleton instance of this class.
getInstance() - Static method in class org.opends.server.loggers.ErrorLogger
Retrieve the singleton instance of this class.
getInstance() - Static method in class org.opends.server.loggers.HTTPAccessLogger
Retrieve the singleton instance of this class.
getInstance(String) - Static method in class org.forgerock.opendj.security.ScramMechanism
Returns a ScramMechanism object that implements the specified SCRAM mechanism using a new SecureRandom for generating salts and nonce values.
getInstance(String, int) - Static method in class org.forgerock.opendj.security.ScramMechanism
Returns a ScramMechanism object that implements the specified SCRAM mechanism using a new SecureRandom for generating salts and nonce values.
getInstance(String, SecureRandom) - Static method in class org.forgerock.opendj.security.ScramMechanism
Returns a ScramMechanism object that implements the specified SCRAM mechanism.
getInstance(String, SecureRandom, int) - Static method in class org.forgerock.opendj.security.ScramMechanism
Returns a ScramMechanism object that implements the specified SCRAM mechanism.
getInstanceForProfile(String) - Static method in class org.forgerock.opendj.config.ManagedObjectDefinitionI18nResource
Gets the internationalized resource instance for the named profile.
getInstanceOfInterface() - Method in class org.forgerock.opendj.config.ClassPropertyDefinition
Get an unmodifiable list of classes which values of this property must implement.
getInstancePath() - Method in class org.forgerock.opendj.config.ConfigurationFramework
Returns the instance path.
getInstancePathFromInstallPath(Path) - Static method in class org.forgerock.opendj.setup.model.Installation
Returns the Path of the instance of the server contained in the provided server installation path.
getInstanceRoot() - Method in class org.opends.server.core.DirectoryServer
 
getInstanceRoot() - Method in interface org.opends.server.core.ServerContext
Returns the directory of server instance.
getInstanceRoot() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Retrieves the directory that should be considered the instance root.
getInstanceRootOrUserDir() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Retrieves the path of the directory that should be considered the instance root.
getIntegerFirstComponentMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the integerFirstComponentMatch Matching Rule which has the OID 2.5.13.29.
getIntegerMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the integerMatch Matching Rule which has the OID 2.5.13.14.
getIntegerOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the integerOrderingMatch Matching Rule which has the OID 2.5.13.15.
getIntegerSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Integer Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.27.
getInternationalISDNNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the internationalISDNNumber Attribute Type which has the OID 2.5.4.25.
getIntValue() - Method in enum class org.forgerock.util.thread.listener.ShutdownPriority
Returns the priority.
getInvalidAttributeSyntaxBehavior() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "invalid-attribute-syntax-behavior" property.
getInvalidAttributeSyntaxBehavior() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "invalid-attribute-syntax-behavior" property.
getInvalidAttributeSyntaxBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "invalid-attribute-syntax-behavior" property definition.
getInvalidRequestType() - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
Returns the LDAP protocol-op type of this request.
getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeCleanupPluginCfgDefn
Get the "invoke-for-internal-operations" property definition.
getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ChangeNumberControlPluginCfgDefn
Get the "invoke-for-internal-operations" property definition.
getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagPluginCfgDefn
Get the "invoke-for-internal-operations" property definition.
getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUuidPluginCfgDefn
Get the "invoke-for-internal-operations" property definition.
getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FractionalLdifImportPluginCfgDefn
Get the "invoke-for-internal-operations" property definition.
getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GraphiteMonitorReporterPluginCfgDefn
Get the "invoke-for-internal-operations" property definition.
getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LastModPluginCfgDefn
Get the "invoke-for-internal-operations" property definition.
getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapAttributeDescriptionListPluginCfgDefn
Get the "invoke-for-internal-operations" property definition.
getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyImportPluginCfgDefn
Get the "invoke-for-internal-operations" property definition.
getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginCfgDefn
Get the "invoke-for-internal-operations" property definition.
getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
Get the "invoke-for-internal-operations" property definition.
getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn
Get the "invoke-for-internal-operations" property definition.
getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SevenBitCleanPluginCfgDefn
Get the "invoke-for-internal-operations" property definition.
getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UniqueAttributePluginCfgDefn
Get the "invoke-for-internal-operations" property definition.
getIpType() - Method in class org.opends.server.authorization.dseecompat.PatternIP
Returns the type of IP covered by this rule.
getIsolationPolicy() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "isolation-policy" property.
getIsolationPolicy() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Gets the "isolation-policy" property.
getIsolationPolicy() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "isolation-policy" property.
getIsolationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
Get the "isolation-policy" property definition.
getIsolationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "isolation-policy" property definition.
getIsPrivateBackendPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdifBackendCfgDefn
Get the "is-private-backend" property definition.
getIssuerAttribute() - Method in interface org.forgerock.opendj.server.config.client.CertificateMapperCfgClient
Gets the "issuer-attribute" property.
getIssuerAttribute() - Method in interface org.forgerock.opendj.server.config.server.CertificateMapperCfg
Gets the "issuer-attribute" property.
getIssuerAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CertificateMapperCfgDefn
Get the "issuer-attribute" property definition.
getIssuerAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn
Get the "issuer-attribute" property definition.
getIssuerAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectAttributeToUserAttributeCertificateMapperCfgDefn
Get the "issuer-attribute" property definition.
getIssuerAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectDnToUserAttributeCertificateMapperCfgDefn
Get the "issuer-attribute" property definition.
getIssuerAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectEqualsDnCertificateMapperCfgDefn
Get the "issuer-attribute" property definition.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AccessControlHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AccessLogPublisherCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AccountStatusNotificationHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AdminDataTrustManagerProviderCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AdminEndpointCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AesPasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AlertHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AliveEndpointCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AnonymousSaslMechanismHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.Argon2PasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AttributeCleanupPluginCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AttributeValuePasswordValidatorCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AuthenticationPolicyCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.BackendCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.Base64PasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.BcryptPasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.BlindTrustManagerProviderCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.BlowfishPasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.CancelExtendedOperationHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.CertificateMapperCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ChangeNumberControlPluginCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.CharacterSetPasswordValidatorCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ClearPasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.CollectiveAttributeSubentriesVirtualAttributeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ConnectionHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ConsoleErrorLogPublisherCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.CramMd5SaslMechanismHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.CrestMetricsEndpointCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.CryptPasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.DictionaryPasswordValidatorCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.DigestMd5SaslMechanismHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.DseeCompatAccessControlHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.EntityTagPluginCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.EntityTagVirtualAttributeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.EntryCacheCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.EntryDnVirtualAttributeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.EntryUuidPluginCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.EntryUuidVirtualAttributeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ErrorLogAccountStatusNotificationHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ErrorLogPublisherCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ExactMatchIdentityMapperCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ExtendedOperationHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ExternalAccessLogPublisherCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ExternalHttpAccessLogPublisherCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ExternalSaslMechanismHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FifoEntryCacheCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FileBasedKeyManagerProviderCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FileBasedTrustManagerProviderCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FileCountLogRetentionPolicyCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FingerprintCertificateMapperCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FixedTimeLogRotationPolicyCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FreeDiskSpaceLogRetentionPolicyCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.GetConnectionIdExtendedOperationHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.GetSymmetricKeyExtendedOperationHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.GoverningStructureRuleVirtualAttributeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.GraphiteMonitorReporterPluginCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.GssapiSaslMechanismHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HasSubordinatesVirtualAttributeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HdapAuthorizationMechanismCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HdapEndpointCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HealthyEndpointCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HttpAccessLogPublisherCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HttpAnonymousAuthorizationMechanismCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HttpAuthorizationMechanismCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HttpBasicAuthorizationMechanismCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HttpEndpointCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2CtsAuthorizationMechanismCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2FileAuthorizationMechanismCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2OpenamAuthorizationMechanismCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.IdentityMapperCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.IsMemberOfVirtualAttributeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.JmxAlertHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.JmxConnectionHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.JsonEqualityMatchingRuleCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.JsonFileHttpAccessLogPublisherCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.JsonOrderingMatchingRuleCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.JsonQueryEqualityMatchingRuleCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.KeyManagerProviderCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LastModPluginCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LdapAttributeDescriptionListPluginCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LdapKeyManagerProviderCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LdapTrustManagerProviderCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LdifBackendCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LdifConnectionHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LengthBasedPasswordValidatorCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LogPublisherCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LogRetentionPolicyCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LogRotationPolicyCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.Md5PasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.MemberVirtualAttributeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.MemoryBackendCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.MonitorBackendCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.NameAndJsonQueryEqualityMatchingRuleCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.NullBackendCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.NumSubordinatesVirtualAttributeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PasswordExpirationTimeVirtualAttributeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PasswordGeneratorCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PasswordModifyExtendedOperationHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyImportPluginCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyStateExtendedOperationHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicySubentryVirtualAttributeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PasswordValidatorCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.Pbkdf2HmacSha256PasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.Pbkdf2HmacSha512PasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.Pbkdf2PasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PemKeyManagerProviderCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PemTrustManagerProviderCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.Pkcs11KeyManagerProviderCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.Pkcs11TrustManagerProviderCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.Pkcs5s2PasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PlainSaslMechanismHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PluginCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PolicyBasedAccessControlHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PrometheusEndpointCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.RandomPasswordGeneratorCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.Rc4PasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.RegularExpressionIdentityMapperCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.RepeatedCharactersPasswordValidatorCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.Rest2ldapEndpointCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SaltedMd5PasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SaltedSha1PasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SaltedSha256PasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SaltedSha384PasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SaltedSha512PasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SambaPasswordPluginCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SaslMechanismHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SchemaBackendCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SchemaProviderCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ScramSha256PasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ScramSha256SaslMechanismHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ScramSha512PasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ScramSha512SaslMechanismHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ServiceDiscoveryMechanismCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SevenBitCleanPluginCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.Sha1PasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SimilarityBasedPasswordValidatorCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SizeLimitLogRetentionPolicyCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SizeLimitLogRotationPolicyCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SmtpAccountStatusNotificationHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SmtpAlertHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SoftReferenceEntryCacheCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.StartTlsExtendedOperationHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.StructuralObjectClassVirtualAttributeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SubjectAttributeToUserAttributeCertificateMapperCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SubjectDnToUserAttributeCertificateMapperCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SubjectEqualsDnCertificateMapperCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SubschemaSubentryVirtualAttributeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SynchronizationProviderCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.TaskBackendCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.TimeLimitLogRotationPolicyCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.TraditionalWorkQueueCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.TripleDesPasswordStorageSchemeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.TrustManagerProviderCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.UniqueAttributePluginCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.UniqueCharactersPasswordValidatorCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.UserDefinedVirtualAttributeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.UserTemplateVirtualAttributeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.WhoAmIExtendedOperationHandlerCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.WorkQueueCfgClient
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AccessControlHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AccountStatusNotificationHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AdminDataTrustManagerProviderCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AdminEndpointCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AesPasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AlertHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AliveEndpointCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AnonymousSaslMechanismHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.Argon2PasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AttributeCleanupPluginCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AttributeValuePasswordValidatorCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AuthenticationPolicyCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.BackendCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.Base64PasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.BcryptPasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.BlindTrustManagerProviderCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.BlowfishPasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.CancelExtendedOperationHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.CertificateMapperCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ChangeNumberControlPluginCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.CharacterSetPasswordValidatorCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ClearPasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.CollectiveAttributeSubentriesVirtualAttributeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ConnectionHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ConsoleErrorLogPublisherCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.CramMd5SaslMechanismHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.CrestMetricsEndpointCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.CryptPasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.DictionaryPasswordValidatorCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.DigestMd5SaslMechanismHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.DseeCompatAccessControlHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.EntityTagPluginCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.EntityTagVirtualAttributeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.EntryCacheCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.EntryDnVirtualAttributeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.EntryUuidPluginCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.EntryUuidVirtualAttributeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ErrorLogAccountStatusNotificationHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ErrorLogPublisherCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ExactMatchIdentityMapperCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ExtendedOperationHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ExternalAccessLogPublisherCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ExternalHttpAccessLogPublisherCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ExternalSaslMechanismHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FifoEntryCacheCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHttpAccessLogPublisherCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedKeyManagerProviderCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedTrustManagerProviderCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FileCountLogRetentionPolicyCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FingerprintCertificateMapperCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FixedTimeLogRotationPolicyCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FreeDiskSpaceLogRetentionPolicyCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.GetConnectionIdExtendedOperationHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.GetSymmetricKeyExtendedOperationHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.GoverningStructureRuleVirtualAttributeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.GraphiteMonitorReporterPluginCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.GssapiSaslMechanismHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HasSubordinatesVirtualAttributeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HdapAuthorizationMechanismCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HdapEndpointCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HealthyEndpointCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HttpAccessLogPublisherCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HttpAnonymousAuthorizationMechanismCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HttpAuthorizationMechanismCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HttpBasicAuthorizationMechanismCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HttpEndpointCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2CtsAuthorizationMechanismCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2FileAuthorizationMechanismCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2OpenamAuthorizationMechanismCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2TokenIntrospectionAuthorizationMechanismCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.IdentityMapperCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.IsMemberOfVirtualAttributeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.JmxAlertHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.JmxConnectionHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.JsonEqualityMatchingRuleCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.JsonFileHttpAccessLogPublisherCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.JsonOrderingMatchingRuleCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.JsonQueryEqualityMatchingRuleCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.KeyManagerProviderCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LastModPluginCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LdapAttributeDescriptionListPluginCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LdapKeyManagerProviderCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LdapTrustManagerProviderCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LdifBackendCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LdifConnectionHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LengthBasedPasswordValidatorCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LogPublisherCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LogRetentionPolicyCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LogRotationPolicyCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.Md5PasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.MemberVirtualAttributeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.MemoryBackendCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.MonitorBackendCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.NameAndJsonQueryEqualityMatchingRuleCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.NullBackendCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.NumSubordinatesVirtualAttributeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordExpirationTimeVirtualAttributeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordGeneratorCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordModifyExtendedOperationHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyImportPluginCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyStateExtendedOperationHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicySubentryVirtualAttributeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordValidatorCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.Pbkdf2HmacSha256PasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.Pbkdf2HmacSha512PasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.Pbkdf2PasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PemKeyManagerProviderCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PemTrustManagerProviderCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.Pkcs11KeyManagerProviderCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.Pkcs11TrustManagerProviderCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.Pkcs5s2PasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PlainSaslMechanismHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PluginCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PolicyBasedAccessControlHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PrometheusEndpointCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.RandomPasswordGeneratorCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.Rc4PasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.RegularExpressionIdentityMapperCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.RepeatedCharactersPasswordValidatorCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.Rest2ldapEndpointCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SaltedMd5PasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SaltedSha1PasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SaltedSha256PasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SaltedSha384PasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SaltedSha512PasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SambaPasswordPluginCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SaslMechanismHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SchemaBackendCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SchemaProviderCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ScramSha256PasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ScramSha256SaslMechanismHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ScramSha512PasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ScramSha512SaslMechanismHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ServiceDiscoveryMechanismCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SevenBitCleanPluginCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.Sha1PasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SimilarityBasedPasswordValidatorCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SizeLimitLogRetentionPolicyCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SizeLimitLogRotationPolicyCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SmtpAccountStatusNotificationHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SmtpAlertHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SoftReferenceEntryCacheCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.StartTlsExtendedOperationHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.StructuralObjectClassVirtualAttributeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SubjectAttributeToUserAttributeCertificateMapperCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SubjectDnToUserAttributeCertificateMapperCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SubjectEqualsDnCertificateMapperCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SubschemaSubentryVirtualAttributeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SynchronizationProviderCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.TaskBackendCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.TimeLimitLogRotationPolicyCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.TraditionalWorkQueueCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.TripleDesPasswordStorageSchemeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.TrustManagerProviderCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.UniqueAttributePluginCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.UniqueCharactersPasswordValidatorCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.UserDefinedVirtualAttributeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.UserTemplateVirtualAttributeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.VirtualAttributeCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.WhoAmIExtendedOperationHandlerCfg
Gets the "java-class" property.
getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.WorkQueueCfg
Gets the "java-class" property.
getJavaClass() - Method in class org.opends.server.backends.ConfigurationBackend.ConfigurationBackendCfg
 
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessControlHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccountStatusNotificationHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdminDataTrustManagerProviderCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdminEndpointCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AesPasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AlertHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AliveEndpointCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AnonymousSaslMechanismHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeCleanupPluginCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeValuePasswordValidatorCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AuthenticationPolicyCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Base64PasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BlindTrustManagerProviderCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BlowfishPasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CancelExtendedOperationHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CertificateMapperCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ChangeNumberControlPluginCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CharacterSetPasswordValidatorCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ClearPasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CommonAuditAccessLogPublisherCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ConnectionHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ConsoleErrorLogPublisherCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CramMd5SaslMechanismHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CrestMetricsEndpointCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DigestMd5SaslMechanismHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DseeCompatAccessControlHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagPluginCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryCacheCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryDnVirtualAttributeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUuidPluginCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUuidVirtualAttributeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExactMatchIdentityMapperCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExtendedOperationHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalHttpAccessLogPublisherCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalSaslMechanismHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FifoEntryCacheCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHttpAccessLogPublisherCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileCountLogRetentionPolicyCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FixedTimeLogRotationPolicyCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FractionalLdifImportPluginCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FreeDiskSpaceLogRetentionPolicyCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GetConnectionIdExtendedOperationHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GetSymmetricKeyExtendedOperationHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GraphiteMonitorReporterPluginCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HdapAuthorizationMechanismCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HdapEndpointCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HealthyEndpointCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpAccessLogPublisherCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpAnonymousAuthorizationMechanismCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpAuthorizationMechanismCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpBasicAuthorizationMechanismCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpEndpointCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2AuthorizationMechanismCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2CtsAuthorizationMechanismCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2FileAuthorizationMechanismCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2OpenamAuthorizationMechanismCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.IdentityMapperCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JmxAlertHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JmxConnectionHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonEqualityMatchingRuleCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileHttpAccessLogPublisherCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonOrderingMatchingRuleCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonQueryEqualityMatchingRuleCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.KeyManagerProviderCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LastModPluginCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapAttributeDescriptionListPluginCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapKeyManagerProviderCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapTrustManagerProviderCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdifBackendCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdifConnectionHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LengthBasedPasswordValidatorCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LogPublisherCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LogRetentionPolicyCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LogRotationPolicyCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Md5PasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemoryBackendCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MonitorBackendCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NameAndJsonQueryEqualityMatchingRuleCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NullBackendCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordGeneratorCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordModifyExtendedOperationHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyImportPluginCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyStateExtendedOperationHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordValidatorCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2HmacSha256PasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2HmacSha512PasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2PasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PemKeyManagerProviderCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PemTrustManagerProviderCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pkcs11KeyManagerProviderCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pkcs11TrustManagerProviderCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pkcs5s2PasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PlainSaslMechanismHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PolicyBasedAccessControlHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PrometheusEndpointCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RandomPasswordGeneratorCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Rc4PasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RegularExpressionIdentityMapperCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RepeatedCharactersPasswordValidatorCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Rest2ldapEndpointCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaltedMd5PasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaltedSha1PasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaltedSha256PasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaltedSha384PasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaltedSha512PasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaslMechanismHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SchemaProviderCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ScramSha256PasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ScramSha256SaslMechanismHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ScramSha512PasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ScramSha512SaslMechanismHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ServiceDiscoveryMechanismCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SevenBitCleanPluginCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Sha1PasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SimilarityBasedPasswordValidatorCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRetentionPolicyCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRotationPolicyCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SmtpAccountStatusNotificationHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SmtpAlertHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SoftReferenceEntryCacheCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StartTlsExtendedOperationHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectAttributeToUserAttributeCertificateMapperCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectDnToUserAttributeCertificateMapperCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectEqualsDnCertificateMapperCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SynchronizationProviderCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TimeLimitLogRotationPolicyCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TraditionalWorkQueueCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TripleDesPasswordStorageSchemeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TrustManagerProviderCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UniqueAttributePluginCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UniqueCharactersPasswordValidatorCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserTemplateVirtualAttributeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.WhoAmIExtendedOperationHandlerCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.WorkQueueCfgDefn
Get the "java-class" property definition.
getJavaClassPropertyDefinition() - Method in class org.opends.server.loggers.AbstractLogger
Returns the java ClassPropertyDefinition for the current logger.
getJavaClassPropertyDefinition() - Method in class org.opends.server.loggers.AccessLogger
 
getJavaClassPropertyDefinition() - Method in class org.opends.server.loggers.ErrorLogger
 
getJavaClassPropertyDefinition() - Method in class org.opends.server.loggers.HTTPAccessLogger
 
getJeBackendSharedCacheEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "je-backend-shared-cache-enabled" property definition.
getJeProperty() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "je-property" property.
getJeProperty() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "je-property" property.
getJePropertyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "je-property" property definition.
getJMXMBeans() - Method in class org.opends.server.core.DirectoryServer
 
getJMXMBeans() - Method in interface org.opends.server.core.ServerContext
Retrieves the set of JMX MBeans that are associated with the server.
getJMXMBeanServer() - Method in class org.opends.server.core.DirectoryServer
 
getJMXMBeanServer() - Method in interface org.opends.server.core.ServerContext
Retrieves a reference to the JMX MBean server that is associated with the Directory Server.
getJndi() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration
getJoinedMessages() - Method in class org.forgerock.opendj.config.server.ConfigChangeResult
Returns all messages joined in a single message.
getJPEGSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the JPEG Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.28.
getJson(InputStream) - Static method in class org.forgerock.audit.json.AuditJsonConfig
Returns a JSON value from the provided input stream.
getJsonContent() - Method in interface org.forgerock.json.resource.ActionResponse
Gets the JsonValue content contained in the Response.
getJsonFirstComponentCaseExactJsonQueryMatchingRule() - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Returns the jsonFirstComponentJsonQueryMatch matching rule having the OID "1.3.6.1.4.1.36733.2.1.4.8".
getJsonFirstComponentCaseIgnoreJsonQueryMatchingRule() - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Returns the jsonFirstComponentJsonQueryMatch matching rule having the OID "1.3.6.1.4.1.36733.2.1.4.9".
getJsonKeys() - Method in interface org.forgerock.opendj.server.config.client.JsonEqualityMatchingRuleCfgClient
Gets the "json-keys" property.
getJsonKeys() - Method in interface org.forgerock.opendj.server.config.client.JsonOrderingMatchingRuleCfgClient
Gets the "json-keys" property.
getJsonKeys() - Method in interface org.forgerock.opendj.server.config.server.JsonEqualityMatchingRuleCfg
Gets the "json-keys" property.
getJsonKeys() - Method in interface org.forgerock.opendj.server.config.server.JsonOrderingMatchingRuleCfg
Gets the "json-keys" property.
getJsonKeysPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonEqualityMatchingRuleCfgDefn
Get the "json-keys" property definition.
getJsonKeysPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonOrderingMatchingRuleCfgDefn
Get the "json-keys" property definition.
getJsonOutputPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ConsoleErrorLogPublisherCfgDefn
Get the "json-output" property definition.
getJsonOutputPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn
Get the "json-output" property definition.
getJsonOutputPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
Get the "json-output" property definition.
getJsonPointer() - Method in class org.forgerock.json.schema.validator.validators.Validator
Returns the JSON pointer locating where the validator was defined in the schema.
getJsonQuerySyntax() - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Returns the JSON Query attribute syntax having the OID "1.3.6.1.4.1.36733.2.1.3.2".
getJsonSyntax() - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Returns the JSON attribute syntax having the OID "1.3.6.1.4.1.36733.2.1.3.1".
getJsonValidationPolicy() - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Gets the "json-validation-policy" property.
getJsonValidationPolicy() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
Gets the "json-validation-policy" property.
getJsonValidationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
Get the "json-validation-policy" property definition.
getJsonValue() - Method in exception org.forgerock.json.JsonValueException
Returns the JSON value for which the exception was thrown.
getJvmSupportedLocaleNamesToOids() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchemaSupportedLocales
Returns the unmodifiable map of JVM supported locale tags to OIDs.
getJwtAlgorithm() - Method in interface org.forgerock.opendj.server.config.client.HdapAuthorizationMechanismCfgClient
Gets the "jwt-algorithm" property.
getJwtAlgorithm() - Method in interface org.forgerock.opendj.server.config.server.HdapAuthorizationMechanismCfg
Gets the "jwt-algorithm" property.
getJwtAlgorithmPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HdapAuthorizationMechanismCfgDefn
Get the "jwt-algorithm" property definition.
getJwtKeyAlias() - Method in interface org.forgerock.opendj.server.config.client.HdapAuthorizationMechanismCfgClient
Gets the "jwt-key-alias" property.
getJwtKeyAlias() - Method in interface org.forgerock.opendj.server.config.server.HdapAuthorizationMechanismCfg
Gets the "jwt-key-alias" property.
getJwtKeyAliasPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HdapAuthorizationMechanismCfgDefn
Get the "jwt-key-alias" property definition.
getJwtKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.HdapAuthorizationMechanismCfgClient
Gets the "jwt-key-manager-provider" property.
getJwtKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.HdapAuthorizationMechanismCfg
Gets the "jwt-key-manager-provider" property.
getJwtKeyManagerProviderDn() - Method in interface org.forgerock.opendj.server.config.server.HdapAuthorizationMechanismCfg
Gets the "jwt-key-manager-provider" property as a DN.
getJwtKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HdapAuthorizationMechanismCfgDefn
Get the "jwt-key-manager-provider" property definition.
getJwtValidityPeriod() - Method in interface org.forgerock.opendj.server.config.client.HdapAuthorizationMechanismCfgClient
Gets the "jwt-validity-period" property.
getJwtValidityPeriod() - Method in interface org.forgerock.opendj.server.config.server.HdapAuthorizationMechanismCfg
Gets the "jwt-validity-period" property.
getJwtValidityPeriodPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HdapAuthorizationMechanismCfgDefn
Get the "jwt-validity-period" property definition.
getKdcAddress() - Method in interface org.forgerock.opendj.server.config.client.GssapiSaslMechanismHandlerCfgClient
Gets the "kdc-address" property.
getKdcAddress() - Method in interface org.forgerock.opendj.server.config.server.GssapiSaslMechanismHandlerCfg
Gets the "kdc-address" property.
getKdcAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn
Get the "kdc-address" property definition.
getKeepAliveInterval() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "keep-alive-interval" property.
getKeepAliveInterval() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "keep-alive-interval" property.
getKeepAliveIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "keep-alive-interval" property definition.
getKeepAliveSearchRequestBaseDn() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "keep-alive-search-request-base-dn" property.
getKeepAliveSearchRequestBaseDn() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "keep-alive-search-request-base-dn" property.
getKeepAliveSearchRequestBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "keep-alive-search-request-base-dn" property definition.
getKeepAliveSearchRequestFilter() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "keep-alive-search-request-filter" property.
getKeepAliveSearchRequestFilter() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "keep-alive-search-request-filter" property.
getKeepAliveSearchRequestFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "keep-alive-search-request-filter" property definition.
getKeepAliveTimeout() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "keep-alive-timeout" property.
getKeepAliveTimeout() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "keep-alive-timeout" property.
getKeepAliveTimeoutPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "keep-alive-timeout" property definition.
getKeepStatsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "keep-stats" property definition.
getKeepStatsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "keep-stats" property definition.
getKey() - Method in class org.forgerock.monitoring.api.instrument.ImmutableTag
 
getKey() - Method in interface org.forgerock.monitoring.api.instrument.Tag
 
getKey() - Method in interface org.forgerock.util.Indexed
Returns the unique key to index the object by.
getKey() - Method in class org.opends.server.backends.pluggable.spi.EmptyCursor
 
getKey() - Method in interface org.opends.server.backends.pluggable.spi.SequentialCursor
Returns the key of the record on which this cursor is currently positioned.
getKey() - Method in enum class org.opends.server.replication.plugin.HistAttrModificationKey
Retrieves the human-readable name for this HistKey.
getKey() - Method in class org.opends.server.types.AdditionalLogItem
Returns the log item key.
getKeyAgreement() - Method in class org.forgerock.secrets.keys.KeyAgreementKey
Obtains a key agreement protocol object for this key.
getKeyAgreement(String) - Method in class org.forgerock.secrets.keys.KeyAgreementKey
Obtains a key agreement protocol object initialized with this key.
getKeyAgreement(String, AlgorithmParameterSpec) - Method in class org.forgerock.secrets.keys.KeyAgreementKey
Obtains a key agreement protocol object initialized with this key.
getKeyAlgorithm() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
The algorithm used to generate the key of the certificate presented.
getKeyAlgorithm() - Method in class org.forgerock.secrets.keys.CryptoKey
Returns the algorithm used by the underlying key, for instance "RSA" or "EC".
getKeyManager(Set<Purpose<? extends CryptoKey>>, Options) - Method in class org.forgerock.secrets.SecretsProvider
Returns a KeyManager that can be used to initialize an SSLContext, allowing certificates and private keys to be retrieved from this secrets provider.
getKeyManager(Purpose<? extends CryptoKey>) - Method in class org.forgerock.secrets.SecretsProvider
Returns a KeyManager that can be used to initialize an SSLContext, allowing certificates and private keys to be retrieved from this secrets provider.
getKeyManager(Purpose<? extends CryptoKey>, Options) - Method in class org.forgerock.secrets.SecretsProvider
Returns a KeyManager that can be used to initialize an SSLContext, allowing certificates and private keys to be retrieved from this secrets provider.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2OpenamAuthorizationMechanismCfgClient
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.JmxConnectionHandlerCfgClient
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2OpenamAuthorizationMechanismCfg
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2TokenIntrospectionAuthorizationMechanismCfg
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.JmxConnectionHandlerCfg
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "key-manager-provider" property.
getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
Gets the "key-manager-provider" property.
getKeyManagerProvider(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Key Manager Provider.
getKeyManagerProvider(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Key Manager Provider.
getKeyManagerProvider(Dn) - Method in class org.opends.server.core.DirectoryServer
 
getKeyManagerProvider(Dn) - Method in class org.opends.server.core.KeyManagerProviderConfigManager
Retrieves the key manager provider registered with the provided entry DN.
getKeyManagerProvider(Dn) - Method in interface org.opends.server.core.ServerContext
Returns the key manager provider matching the provided DN.
getKeyManagerProviderDn() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
Gets the "key-manager-provider" property as a DN.
getKeyManagerProviderDn() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
Gets the "key-manager-provider" property as a DN.
getKeyManagerProviderDn() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "key-manager-provider" property as a DN.
getKeyManagerProviderDn() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2OpenamAuthorizationMechanismCfg
Gets the "key-manager-provider" property as a DN.
getKeyManagerProviderDn() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2TokenIntrospectionAuthorizationMechanismCfg
Gets the "key-manager-provider" property as a DN.
getKeyManagerProviderDn() - Method in interface org.forgerock.opendj.server.config.server.JmxConnectionHandlerCfg
Gets the "key-manager-provider" property as a DN.
getKeyManagerProviderDn() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "key-manager-provider" property as a DN.
getKeyManagerProviderDn() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "key-manager-provider" property as a DN.
getKeyManagerProviderDn() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
Gets the "key-manager-provider" property as a DN.
getKeyManagerProviderDn() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "key-manager-provider" property as a DN.
getKeyManagerProviderDn() - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
Gets the "key-manager-provider" property as a DN.
getKeyManagerProviderDN() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
Retrieves the DN of the key manager provider that should be used for operations associated with this connection handler which need access to a key manager.
getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
Get the "key-manager-provider" property definition.
getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
Get the "key-manager-provider" property definition.
getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "key-manager-provider" property definition.
getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2OpenamAuthorizationMechanismCfgDefn
Get the "key-manager-provider" property definition.
getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
Get the "key-manager-provider" property definition.
getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JmxConnectionHandlerCfgDefn
Get the "key-manager-provider" property definition.
getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "key-manager-provider" property definition.
getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "key-manager-provider" property definition.
getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
Get the "key-manager-provider" property definition.
getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "key-manager-provider" property definition.
getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
Get the "key-manager-provider" property definition.
getKeyManagerProvidersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "key-manager-providers" relation definition.
getKeyManagers() - Method in class org.opends.server.api.KeyManagerProvider
Retrieves a set of KeyManager objects that may be used for interactions requiring access to a key manager.
getKeyManagers() - Method in class org.opends.server.extensions.FileBasedKeyManagerProvider
 
getKeyManagers() - Method in class org.opends.server.extensions.JvmKeyManagerProvider
 
getKeyManagers() - Method in class org.opends.server.extensions.LDAPKeyManagerProvider
 
getKeyManagers() - Method in class org.opends.server.extensions.PemKeyManagerProvider
 
getKeyManagers() - Method in class org.opends.server.extensions.PKCS11KeyManagerProvider
 
getKeyManagers(Dn, String, Set<String>, ServerContext) - Static method in class org.opends.server.util.SslUtils
Returns an array of KeyManagers for use by the SSLContext while setting up communication.
getKeyStore() - Method in class org.forgerock.security.keystore.KeyStoreManager
Gets the managed KeyStore.
getKeyStore() - Method in class org.opends.server.api.KeyManagerProvider
Returns the keystore used by this key manager provider.
getKeyStore() - Method in class org.opends.server.extensions.FileBasedKeyManagerProvider
 
getKeyStore() - Method in class org.opends.server.extensions.JvmKeyManagerProvider
 
getKeyStore() - Method in class org.opends.server.extensions.LDAPKeyManagerProvider
 
getKeyStore() - Method in class org.opends.server.extensions.PemKeyManagerProvider
 
getKeyStore() - Method in class org.opends.server.extensions.PKCS11KeyManagerProvider
 
getKeyStoreFile() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Gets the "key-store-file" property.
getKeyStoreFile() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Gets the "key-store-file" property.
getKeyStoreFile() - Method in interface org.forgerock.opendj.server.config.client.FileBasedKeyManagerProviderCfgClient
Gets the "key-store-file" property.
getKeyStoreFile() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
Gets the "key-store-file" property.
getKeyStoreFile() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Gets the "key-store-file" property.
getKeyStoreFile() - Method in interface org.forgerock.opendj.server.config.server.FileBasedKeyManagerProviderCfg
Gets the "key-store-file" property.
getKeyStoreFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "key-store-file" property definition.
getKeyStoreFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
Get the "key-store-file" property definition.
getKeyStoreFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
Get the "key-store-file" property definition.
getKeystoreHandler(String) - Method in class org.forgerock.audit.providers.DefaultKeyStoreHandlerProvider
 
getKeystoreHandler(String) - Method in interface org.forgerock.audit.providers.KeyStoreHandlerProvider
Returns the keystore handler corresponding to the given name.
getKeyStoreHandlerName() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
Get the key store handler name.
getKeyStorePin() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Gets the "key-store-pin" property.
getKeyStorePin() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Gets the "key-store-pin" property.
getKeyStorePin() - Method in interface org.forgerock.opendj.server.config.client.FileBasedKeyManagerProviderCfgClient
Gets the "key-store-pin" property.
getKeyStorePin() - Method in interface org.forgerock.opendj.server.config.client.LdapKeyManagerProviderCfgClient
Gets the "key-store-pin" property.
getKeyStorePin() - Method in interface org.forgerock.opendj.server.config.client.Pkcs11KeyManagerProviderCfgClient
Gets the "key-store-pin" property.
getKeyStorePin() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
Gets the "key-store-pin" property.
getKeyStorePin() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Gets the "key-store-pin" property.
getKeyStorePin() - Method in interface org.forgerock.opendj.server.config.server.FileBasedKeyManagerProviderCfg
Gets the "key-store-pin" property.
getKeyStorePin() - Method in interface org.forgerock.opendj.server.config.server.LdapKeyManagerProviderCfg
Gets the "key-store-pin" property.
getKeyStorePin() - Method in interface org.forgerock.opendj.server.config.server.Pkcs11KeyManagerProviderCfg
Gets the "key-store-pin" property.
getKeyStorePinPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "key-store-pin" property definition.
getKeyStorePinPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
Get the "key-store-pin" property definition.
getKeyStorePinPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
Get the "key-store-pin" property definition.
getKeyStorePinPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapKeyManagerProviderCfgDefn
Get the "key-store-pin" property definition.
getKeyStorePinPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pkcs11KeyManagerProviderCfgDefn
Get the "key-store-pin" property definition.
getKeyStoreType() - Method in interface org.forgerock.opendj.server.config.client.FileBasedKeyManagerProviderCfgClient
Gets the "key-store-type" property.
getKeyStoreType() - Method in interface org.forgerock.opendj.server.config.client.Pkcs11KeyManagerProviderCfgClient
Gets the "key-store-type" property.
getKeyStoreType() - Method in interface org.forgerock.opendj.server.config.server.FileBasedKeyManagerProviderCfg
Gets the "key-store-type" property.
getKeyStoreType() - Method in interface org.forgerock.opendj.server.config.server.Pkcs11KeyManagerProviderCfg
Gets the "key-store-type" property.
getKeyStoreTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
Get the "key-store-type" property definition.
getKeyStoreTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pkcs11KeyManagerProviderCfgDefn
Get the "key-store-type" property definition.
getKeytab() - Method in interface org.forgerock.opendj.server.config.client.GssapiSaslMechanismHandlerCfgClient
Gets the "keytab" property.
getKeytab() - Method in interface org.forgerock.opendj.server.config.server.GssapiSaslMechanismHandlerCfg
Gets the "keytab" property.
getKeytabPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn
Get the "keytab" property definition.
getKeyType() - Method in class org.forgerock.secrets.keys.CryptoKey
Returns an indication of the type of key this is.
getKeyType() - Method in enum class org.forgerock.secrets.keys.KeyUsage
The key type corresponding to this key usage.
getKeyUsages() - Method in class org.forgerock.secrets.keys.CryptoKey
Returns the key usages that the key can be used for.
getKeywordMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the keywordMatch Matching Rule which has the OID 2.5.13.33.
getKeyWrappingMode() - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
Gets the "key-wrapping-mode" property.
getKeyWrappingMode() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
Gets the "key-wrapping-mode" property.
getKeyWrappingModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
Get the "key-wrapping-mode" property definition.
getKeyWrappingTransformation() - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
Gets the "key-wrapping-transformation" property.
getKeyWrappingTransformation() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
Gets the "key-wrapping-transformation" property.
getKeyWrappingTransformationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
Get the "key-wrapping-transformation" property definition.
getKnownTopics() - Method in interface org.forgerock.audit.AuditService
Returns the set of event topics (schemas) that the AuditService understands.
getKnownTopics() - Method in class org.forgerock.audit.AuditServiceProxy
 
getLabel() - Method in class org.forgerock.secrets.Purpose
Returns a symbolic label for this purpose that can be used in routing requests for secrets.
getLargestEntrySize() - Method in class org.forgerock.opendj.server.core.RequestContext
Returns the size of the largest entry targeted by the request.
getLargestEntrySize() - Method in class org.opends.server.types.Operation
Returns the operation largest entry size, or zero if no size is available.
getLastGeneratedChangeNumber() - Method in interface org.opends.server.replication.server.changelog.api.ChangeNumberIndexDB
Returns the last generated change number.
getLastLocalChange() - Method in class org.opends.server.replication.service.ReplicationDomain
Returns the CSN of the last Change that was fully processed by this ReplicationDomain.
getLastLoginTime() - Method in class org.opends.server.core.PasswordPolicyState
Retrieves the time that the user last authenticated to the Directory Server.
getLastLoginTimeAttribute() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "last-login-time-attribute" property.
getLastLoginTimeAttribute() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "last-login-time-attribute" property.
getLastLoginTimeAttribute() - Method in class org.opends.server.core.PasswordPolicy
Gets the "last-login-time-attribute" property.
getLastLoginTimeAttribute() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getLastLoginTimeAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "last-login-time-attribute" property definition.
getLastLoginTimeFormat() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "last-login-time-format" property.
getLastLoginTimeFormat() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "last-login-time-format" property.
getLastLoginTimeFormat() - Method in class org.opends.server.core.PasswordPolicy
Gets the "last-login-time-format" property.
getLastLoginTimeFormat() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getLastLoginTimeFormatPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "last-login-time-format" property definition.
getLastMessageCsn(ReplicaId) - Method in class org.opends.server.replication.server.changelog.api.RemovedReplicasStates
Returns the CSN for the last LDAP message from the provided replica.
getLastMessages() - Method in class org.opends.server.replication.server.changelog.api.RemovedReplicasStates
Returns the CSNs of the last messages for all removed replicas.
getLastPublishTime() - Method in interface org.opends.server.replication.protocol.Session
Gets the time the last replication message was published on this session.
getLastReceiveTime() - Method in interface org.opends.server.replication.protocol.Session
Gets the time the last replication message was received on this session.
getLastRotationTime() - Method in class org.forgerock.audit.events.handlers.writers.RotatableWriter
 
getLastRotationTime() - Method in interface org.forgerock.audit.rotation.RotatableObject
Retrieves the last time the file was rotated.
getLastRotationTime() - Method in interface org.opends.server.loggers.RotatableLogFile
Retrieves the last time the file was rotated.
getLastUpdateCsn(ReplicaId) - Method in class org.opends.server.replication.server.changelog.api.RemovedReplicasStates
Returns the CSN for the last LDAPUpdateMsg from the provided replica.
getLastUpdates() - Method in class org.opends.server.replication.server.changelog.api.RemovedReplicasStates
Returns the CSNs of the last LDAPUpdateMsg for all removed replicas.
getLatestServerState() - Method in class org.opends.server.replication.server.ReplicationServerDomain
Returns the latest most current ServerState describing the newest CSNs for each server in this domain.
getLatestVersion() - Static method in class org.opends.server.replication.protocol.ProtocolVersion
Gets the latest version of the replication protocol.
getLAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the l Attribute Type which has the OID 2.5.4.7.
getLdapClient(String) - Method in class org.forgerock.opendj.rest2ldap.Rest2LdapHttpApplication
Gets a LdapClient from its name.
getLdapClientSocket() - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
Returns a LDAP client socket connected to the embedded server that will be authenticated automatically with the bind DN defined for this server.
getLdapClientSocket() - Method in class org.opends.server.protocols.http.HttpClientConnectionContext
Returns an LdapClientSocket view of the underlying ClientConnection.
getLdapEndpoints() - Method in class org.forgerock.opendj.discovery.Partition.Server
Returns the host ports for this server.
getLdapEndpoints() - Method in class org.opends.server.discovery.Partition.Server
Returns the host ports for this server.
getLdapEndpointToUse() - Method in class org.forgerock.opendj.discovery.Partition.Server
Returns the host port that should be used to contact this server.
getLdapEndpointToUse() - Method in class org.opends.server.discovery.Partition.Server
Returns the host port that should be used to contact this server.
getLdapMeters() - Method in class org.opends.server.api.MeterRegistryHolder
Returns a Map from ldap attribute names to the corresponding meters.
getLDAPSyntaxDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the LDAP Syntax Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.54.
getLDAPSyntaxesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the ldapSyntaxes Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.16.
getLdifDirectory() - Method in interface org.forgerock.opendj.server.config.client.LdifConnectionHandlerCfgClient
Gets the "ldif-directory" property.
getLdifDirectory() - Method in interface org.forgerock.opendj.server.config.server.LdifConnectionHandlerCfg
Gets the "ldif-directory" property.
getLdifDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdifConnectionHandlerCfgDefn
Get the "ldif-directory" property definition.
getLdifFile() - Method in interface org.forgerock.opendj.server.config.client.LdifBackendCfgClient
Gets the "ldif-file" property.
getLdifFile() - Method in interface org.forgerock.opendj.server.config.server.LdifBackendCfg
Gets the "ldif-file" property.
getLdifFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdifBackendCfgDefn
Get the "ldif-file" property definition.
getLeastSignificantBits() - Method in class org.opends.server.types.ProcessId
Returns the least significant 64 bits of this process id's 128 bit value.
getLegacyFormatPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PrometheusEndpointCfgDefn
Get the "legacy-format" property definition.
getLessOrEqualAssertion(ByteString) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Compiles the provided ordering assertion value as an Assertion suitable for use with lessOrEqual search filters.
getLineNumber() - Method in exception org.opends.server.util.LDIFException
Retrieves the line number of the last line read from the LDIF source.
getListenAddress() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Gets the "listen-address" property.
getListenAddress() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "listen-address" property.
getListenAddress() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "listen-address" property.
getListenAddress() - Method in interface org.forgerock.opendj.server.config.client.JmxConnectionHandlerCfgClient
Gets the "listen-address" property.
getListenAddress() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "listen-address" property.
getListenAddress() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Gets the "listen-address" property.
getListenAddress() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
Gets the "listen-address" property.
getListenAddress() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "listen-address" property.
getListenAddress() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "listen-address" property.
getListenAddress() - Method in interface org.forgerock.opendj.server.config.server.JmxConnectionHandlerCfg
Gets the "listen-address" property.
getListenAddress() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "listen-address" property.
getListenAddress() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Gets the "listen-address" property.
getListenAddress() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
Get the JMX connection handler's listen address.
getListenAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
Get the "listen-address" property definition.
getListenAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "listen-address" property definition.
getListenAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "listen-address" property definition.
getListenAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JmxConnectionHandlerCfgDefn
Get the "listen-address" property definition.
getListenAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "listen-address" property definition.
getListenAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
Get the "listen-address" property definition.
getListeners() - Method in class org.opends.server.api.ConnectionHandler
Retrieves information about the listener(s) that will be used to accept client connections.
getListeners() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
 
getListeners() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
 
getListeners() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
getListeners() - Method in class org.opends.server.protocols.LDIFConnectionHandler
 
getListenersHealthStatus() - Method in class org.opends.server.replication.server.ReplicationServer
Returns the health status for the replication server listeners.
getListenPort() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Gets the "listen-port" property.
getListenPort() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "listen-port" property.
getListenPort() - Method in interface org.forgerock.opendj.server.config.client.JmxConnectionHandlerCfgClient
Gets the "listen-port" property.
getListenPort() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "listen-port" property.
getListenPort() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
Gets the "listen-port" property.
getListenPort() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "listen-port" property.
getListenPort() - Method in interface org.forgerock.opendj.server.config.server.JmxConnectionHandlerCfg
Gets the "listen-port" property.
getListenPort() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "listen-port" property.
getListenPort() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
Get the JMX connection handler's listen port.
getListenPortPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
Get the "listen-port" property definition.
getListenPortPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "listen-port" property definition.
getListenPortPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JmxConnectionHandlerCfgDefn
Get the "listen-port" property definition.
getListenPortPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "listen-port" property definition.
getLocalAddress() - Method in class org.forgerock.opendj.io.rx.TransformedRxSocket
 
getLocalAddress() - Method in interface org.forgerock.opendj.io.RxSocket
Returns the InetSocketAddress associated with the local system.
getLocalAddress() - Method in interface org.forgerock.opendj.ldap.LdapSession
Returns the InetSocketAddress associated with the local system.
getLocalBackend() - Method in class org.opends.server.monitors.LocalBackendMonitor
Returns the local backend associated with this backend.
getLocalBackend() - Method in class org.opends.server.tools.BackendToolUtils.BackendInfo
Returns the local backend.
getLocalBackendById(String) - Method in class org.opends.server.core.BackendConfigManager
Retrieves a local backend provided its identifier.
getLocalBackendMonitor() - Method in class org.opends.server.api.LocalBackend
Returns the local backend monitor associated with this backend.
getLocalBackendMonitor() - Method in class org.opends.server.backends.jeb.JEBackend
 
getLocalBackendMonitor() - Method in class org.opends.server.backends.pluggable.BackendImpl
 
getLocalBackends(ServerContext) - Static method in class org.opends.server.tools.BackendToolUtils
Returns information about the local backends defined in the Directory Server configuration.
getLocalBackendWithBaseDN(Dn) - Method in class org.opends.server.core.BackendConfigManager
Retrieves the local backend with the specified base DN.
getLocale() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns the locale to which this logger will localize all log messages.
getLocales() - Method in class org.forgerock.util.i18n.PreferredLocales
The ordered list of preferred locales.
getLocalHostName() - Method in class org.forgerock.audit.providers.DefaultLocalHostNameProvider
 
getLocalHostName() - Method in interface org.forgerock.audit.providers.LocalHostNameProvider
Establish the local hostname of the current server.
getLocalityObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the locality Object Class which has the OID 2.5.6.3.
getLocalizedLoggerFromCategory(String) - Static method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns the localized logger corresponding to the provided category name.
getLocalProcessId() - Method in class org.opends.server.core.DirectoryServer
 
getLocalProcessId() - Method in interface org.opends.server.core.ServerContext
Returns the unique identifier for this server process.
getLocalTime() - Static method in class org.opends.server.core.TimeThread
Retrieves a string containing the current time in the local time zone.
getLocation() - Method in class org.forgerock.audit.secure.JcaKeyStoreHandler
 
getLocation() - Method in interface org.forgerock.audit.secure.KeyStoreHandler
Returns the path to the keystore.
getLocation() - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
 
getLockDirectory() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Retrieves the directory that should be used to hold the server lock files.
getLockManager() - Method in class org.opends.server.core.DirectoryServer
 
getLockManager() - Method in interface org.opends.server.core.ServerContext
Returns the lock manager which will be used for coordinating access to LDAP entries.
getLockoutDuration() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "lockout-duration" property.
getLockoutDuration() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "lockout-duration" property.
getLockoutDuration() - Method in class org.opends.server.core.PasswordPolicy
Gets the "lockout-duration" property in seconds.
getLockoutDuration() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getLockoutDurationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "lockout-duration" property definition.
getLockoutFailureCount() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "lockout-failure-count" property.
getLockoutFailureCount() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "lockout-failure-count" property.
getLockoutFailureCount() - Method in class org.opends.server.core.PasswordPolicy
Gets the "lockout-failure-count" property.
getLockoutFailureCount() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getLockoutFailureCountPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "lockout-failure-count" property definition.
getLockoutFailureExpirationInterval() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "lockout-failure-expiration-interval" property.
getLockoutFailureExpirationInterval() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "lockout-failure-expiration-interval" property.
getLockoutFailureExpirationInterval() - Method in class org.opends.server.core.PasswordPolicy
Gets the "lockout-failure-expiration-interval" property in seconds.
getLockoutFailureExpirationInterval() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getLockoutFailureExpirationIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "lockout-failure-expiration-interval" property definition.
getLockTimeout() - Method in interface org.forgerock.opendj.server.config.client.FifoEntryCacheCfgClient
Gets the "lock-timeout" property.
getLockTimeout() - Method in interface org.forgerock.opendj.server.config.client.SoftReferenceEntryCacheCfgClient
Gets the "lock-timeout" property.
getLockTimeout() - Method in interface org.forgerock.opendj.server.config.server.FifoEntryCacheCfg
Gets the "lock-timeout" property.
getLockTimeout() - Method in interface org.forgerock.opendj.server.config.server.SoftReferenceEntryCacheCfg
Gets the "lock-timeout" property.
getLockTimeoutPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FifoEntryCacheCfgDefn
Get the "lock-timeout" property definition.
getLockTimeoutPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SoftReferenceEntryCacheCfgDefn
Get the "lock-timeout" property definition.
getLogAggregator() - Method in class org.opends.server.core.DirectoryServer
 
getLogAggregator() - Method in interface org.opends.server.core.ServerContext
Returns the log aggregator.
getLogChangenumberPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
Get the "log-changenumber" property definition.
getLogChangenumberPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "log-changenumber" property definition.
getLogControlsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CommonAuditAccessLogPublisherCfgDefn
Get the "log-controls" property definition.
getLogControlsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "log-controls" property definition.
getLogControlsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
Get the "log-controls" property definition.
getLogControlsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
Get the "log-controls" property definition.
getLogControlsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
Get the "log-controls" property definition.
getLogDirectory() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
Returns the directory where CSV file is located.
getLogDirectory() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
Gets the directory where the JSON file is located.
getLogDirectory() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Gets the "log-directory" property.
getLogDirectory() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Gets the "log-directory" property.
getLogDirectory() - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
Gets the "log-directory" property.
getLogDirectory() - Method in interface org.forgerock.opendj.server.config.client.JsonFileHttpAccessLogPublisherCfgClient
Gets the "log-directory" property.
getLogDirectory() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
Gets the "log-directory" property.
getLogDirectory() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Gets the "log-directory" property.
getLogDirectory() - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
Gets the "log-directory" property.
getLogDirectory() - Method in interface org.forgerock.opendj.server.config.server.JsonFileHttpAccessLogPublisherCfg
Gets the "log-directory" property.
getLogDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "log-directory" property definition.
getLogDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
Get the "log-directory" property definition.
getLogDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
Get the "log-directory" property definition.
getLogDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileHttpAccessLogPublisherCfgDefn
Get the "log-directory" property definition.
getLogFieldBlacklist() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Gets the "log-field-blacklist" property.
getLogFieldBlacklist() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Gets the "log-field-blacklist" property.
getLogFieldBlacklist() - Method in interface org.forgerock.opendj.server.config.client.ExternalAccessLogPublisherCfgClient
Gets the "log-field-blacklist" property.
getLogFieldBlacklist() - Method in interface org.forgerock.opendj.server.config.client.ExternalHttpAccessLogPublisherCfgClient
Gets the "log-field-blacklist" property.
getLogFieldBlacklist() - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
Gets the "log-field-blacklist" property.
getLogFieldBlacklist() - Method in interface org.forgerock.opendj.server.config.client.JsonFileHttpAccessLogPublisherCfgClient
Gets the "log-field-blacklist" property.
getLogFieldBlacklist() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
Gets the "log-field-blacklist" property.
getLogFieldBlacklist() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Gets the "log-field-blacklist" property.
getLogFieldBlacklist() - Method in interface org.forgerock.opendj.server.config.server.ExternalAccessLogPublisherCfg
Gets the "log-field-blacklist" property.
getLogFieldBlacklist() - Method in interface org.forgerock.opendj.server.config.server.ExternalHttpAccessLogPublisherCfg
Gets the "log-field-blacklist" property.
getLogFieldBlacklist() - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
Gets the "log-field-blacklist" property.
getLogFieldBlacklist() - Method in interface org.forgerock.opendj.server.config.server.JsonFileHttpAccessLogPublisherCfg
Gets the "log-field-blacklist" property.
getLogFieldBlacklistPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "log-field-blacklist" property definition.
getLogFieldBlacklistPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
Get the "log-field-blacklist" property definition.
getLogFieldBlacklistPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
Get the "log-field-blacklist" property definition.
getLogFieldBlacklistPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalHttpAccessLogPublisherCfgDefn
Get the "log-field-blacklist" property definition.
getLogFieldBlacklistPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
Get the "log-field-blacklist" property definition.
getLogFieldBlacklistPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileHttpAccessLogPublisherCfgDefn
Get the "log-field-blacklist" property definition.
getLogFieldWhitelist() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Gets the "log-field-whitelist" property.
getLogFieldWhitelist() - Method in interface org.forgerock.opendj.server.config.client.ExternalHttpAccessLogPublisherCfgClient
Gets the "log-field-whitelist" property.
getLogFieldWhitelist() - Method in interface org.forgerock.opendj.server.config.client.JsonFileHttpAccessLogPublisherCfgClient
Gets the "log-field-whitelist" property.
getLogFieldWhitelist() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Gets the "log-field-whitelist" property.
getLogFieldWhitelist() - Method in interface org.forgerock.opendj.server.config.server.ExternalHttpAccessLogPublisherCfg
Gets the "log-field-whitelist" property.
getLogFieldWhitelist() - Method in interface org.forgerock.opendj.server.config.server.JsonFileHttpAccessLogPublisherCfg
Gets the "log-field-whitelist" property.
getLogFieldWhitelistPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
Get the "log-field-whitelist" property definition.
getLogFieldWhitelistPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalHttpAccessLogPublisherCfgDefn
Get the "log-field-whitelist" property definition.
getLogFieldWhitelistPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileHttpAccessLogPublisherCfgDefn
Get the "log-field-whitelist" property definition.
getLogFile() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Gets the "log-file" property.
getLogFile() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Gets the "log-file" property.
getLogFile() - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Gets the "log-file" property.
getLogFile() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Gets the "log-file" property.
getLogFile() - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
Gets the "log-file" property.
getLogFile() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
Gets the "log-file" property.
getLogFile() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
Gets the "log-file" property.
getLogFile() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
Gets the "log-file" property.
getLogFile() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHttpAccessLogPublisherCfg
Gets the "log-file" property.
getLogFile() - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
Gets the "log-file" property.
getLogFile() - Method in class org.forgerock.opendj.setup.model.TempLogFile
Gets the name of the log file.
getLogFileNamePrefix() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Gets the "log-file-name-prefix" property.
getLogFileNamePrefix() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Gets the "log-file-name-prefix" property.
getLogFileNamePrefix() - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
Gets the "log-file-name-prefix" property.
getLogFileNamePrefix() - Method in interface org.forgerock.opendj.server.config.client.JsonFileHttpAccessLogPublisherCfgClient
Gets the "log-file-name-prefix" property.
getLogFileNamePrefix() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
Gets the "log-file-name-prefix" property.
getLogFileNamePrefix() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Gets the "log-file-name-prefix" property.
getLogFileNamePrefix() - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
Gets the "log-file-name-prefix" property.
getLogFileNamePrefix() - Method in interface org.forgerock.opendj.server.config.server.JsonFileHttpAccessLogPublisherCfg
Gets the "log-file-name-prefix" property.
getLogFileNamePrefixPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "log-file-name-prefix" property definition.
getLogFileNamePrefixPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
Get the "log-file-name-prefix" property definition.
getLogFileNamePrefixPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
Get the "log-file-name-prefix" property definition.
getLogFileNamePrefixPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileHttpAccessLogPublisherCfgDefn
Get the "log-file-name-prefix" property definition.
getLogFilePermissions() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Gets the "log-file-permissions" property.
getLogFilePermissions() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Gets the "log-file-permissions" property.
getLogFilePermissions() - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Gets the "log-file-permissions" property.
getLogFilePermissions() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Gets the "log-file-permissions" property.
getLogFilePermissions() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
Gets the "log-file-permissions" property.
getLogFilePermissions() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
Gets the "log-file-permissions" property.
getLogFilePermissions() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
Gets the "log-file-permissions" property.
getLogFilePermissions() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHttpAccessLogPublisherCfg
Gets the "log-file-permissions" property.
getLogFilePermissionsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
Get the "log-file-permissions" property definition.
getLogFilePermissionsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
Get the "log-file-permissions" property definition.
getLogFilePermissionsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
Get the "log-file-permissions" property definition.
getLogFilePermissionsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHttpAccessLogPublisherCfgDefn
Get the "log-file-permissions" property definition.
getLogFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
Get the "log-file" property definition.
getLogFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
Get the "log-file" property definition.
getLogFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
Get the "log-file" property definition.
getLogFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHttpAccessLogPublisherCfgDefn
Get the "log-file" property definition.
getLogFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
Get the "log-file" property definition.
getLogFormat() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Gets the "log-format" property.
getLogFormat() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Gets the "log-format" property.
getLogFormat() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
Gets the "log-format" property.
getLogFormat() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHttpAccessLogPublisherCfg
Gets the "log-format" property.
getLogFormatPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
Get the "log-format" property definition.
getLogFormatPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHttpAccessLogPublisherCfgDefn
Get the "log-format" property definition.
getLogger() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns the underlying SLF4J Logger wrapped by this logger.
getLogger(String) - Method in class org.opends.server.loggers.slf4j.OpenDJLoggerFactory
 
getLoggerConfigManager() - Method in class org.opends.server.core.DirectoryServer
 
getLoggerConfigManager() - Method in interface org.opends.server.core.ServerContext
Returns the logger config manager.
getLoggerFactory() - Method in class org.slf4j.impl.StaticLoggerBinder
 
getLoggerFactoryClassStr() - Method in class org.slf4j.impl.StaticLoggerBinder
 
getLogMessages() - Method in class org.opends.server.backends.task.Task
Retrieves the set of messages that were logged by this task.
getLogMessages() - Method in class org.opends.server.tools.tasks.TaskEntry
Gets the logs associated with this task's execution.
getLogModifiedAttributeValuesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
Get the "log-modified-attribute-values" property definition.
getLogPublisher(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Log Publisher.
getLogPublisher(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Log Publisher.
getLogPublishers() - Method in class org.opends.server.loggers.AbstractLogger
Returns the log publishers.
getLogPublishers() - Method in class org.opends.server.loggers.AccessLogger
 
getLogPublishers() - Method in class org.opends.server.loggers.ErrorLogger
 
getLogPublishers() - Method in class org.opends.server.loggers.HTTPAccessLogger
 
getLogPublishersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "log-publishers" relation definition.
getLogRecordTimeFormat() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Gets the "log-record-time-format" property.
getLogRecordTimeFormat() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Gets the "log-record-time-format" property.
getLogRecordTimeFormat() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
Gets the "log-record-time-format" property.
getLogRecordTimeFormat() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHttpAccessLogPublisherCfg
Gets the "log-record-time-format" property.
getLogRecordTimeFormatPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
Get the "log-record-time-format" property definition.
getLogRecordTimeFormatPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHttpAccessLogPublisherCfgDefn
Get the "log-record-time-format" property definition.
getLogRecordType() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "log-record-type" property.
getLogRecordType() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "log-record-type" property.
getLogRecordTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "log-record-type" property definition.
getLogRetentionPoliciesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "log-retention-policies" relation definition.
getLogRetentionPolicy(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Log Retention Policy.
getLogRetentionPolicy(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Log Retention Policy.
getLogRotationPoliciesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "log-rotation-policies" relation definition.
getLogRotationPolicy(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Log Rotation Policy.
getLogRotationPolicy(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Log Rotation Policy.
getLongName() - Method in enum class org.forgerock.opendj.config.SizeUnit
Get the long name of this unit.
getLowerBound() - Method in class org.opends.server.types.Range
Returns the lower bound of the range.
getLowerLimit() - Method in class org.forgerock.opendj.config.DurationPropertyDefinition
Get the lower limit in milli-seconds.
getLowerLimit() - Method in class org.forgerock.opendj.config.IntegerPropertyDefinition
Get the lower limit.
getLowerLimit() - Method in class org.forgerock.opendj.config.SizePropertyDefinition
Get the lower limit in bytes.
getMac() - Method in class org.opends.server.crypto.CryptoManager.MacService
Return the Mac to use for MAC operations.
getMacAlgorithm() - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
Gets the "mac-algorithm" property.
getMacAlgorithm() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
Gets the "mac-algorithm" property.
getMacAlgorithmPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
Get the "mac-algorithm" property definition.
getMacKeyLength() - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
Gets the "mac-key-length" property.
getMacKeyLength() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
Gets the "mac-key-length" property.
getMacKeyLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
Get the "mac-key-length" property definition.
getMagicString() - Static method in class org.opends.server.util.BSDMD5Crypt
Getter to the BSD MD5 magic string.
getMailAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the mail Attribute Type which has the OID 0.9.2342.19200300.100.1.3.
getMailServer(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Mail Server.
getMailServer(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Mail Server.
getMailServerManager() - Method in class org.opends.server.core.DirectoryServer
 
getMailServerManager() - Method in interface org.opends.server.core.ServerContext
Retrieves the mail servers manager for the Directory Server.
getMailServerSessions() - Method in class org.opends.server.core.MailServerConfigManager
Return all the enabled SMTP javax.mail.Session instances configured in the server.
getMailServersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "mail-servers" relation definition.
getManagedObject(DsConfig, ManagementContext, ManagedObjectPath<?, ?>, List<String>) - Method in class org.forgerock.opendj.config.dsconfig.DocGeneratorSubCommandHandler
Get the managed object referenced by the provided managed object path.
getManagedObject(ManagedObjectPath<C, S>) - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
 
getManagedObject(ManagedObjectPath<C, S>) - Method in interface org.forgerock.opendj.config.client.ManagementContext
Gets the named managed object.
getManagedObject(ManagedObjectPath<C, S>) - Method in class org.forgerock.opendj.config.client.spi.Driver
Gets the named managed object.
getManagedObject(ManagedObjectPath<C, S>) - Method in class org.forgerock.opendj.config.server.ServerManagementContext
Gets the named managed object.
getManagedObjectDefinition() - Method in class org.forgerock.opendj.config.AbsoluteInheritedDefaultBehaviorProvider
Get the definition of the parent managed object containing the inherited default values.
getManagedObjectDefinition() - Method in interface org.forgerock.opendj.config.client.ManagedObject
Gets the definition associated with this managed object.
getManagedObjectDefinition() - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
getManagedObjectDefinition() - Method in class org.forgerock.opendj.config.DefaultManagedObject
Gets the managed object definition associated with this default managed object.
getManagedObjectDefinition() - Method in exception org.forgerock.opendj.config.DefinitionDecodingException
Gets the expected managed object definition.
getManagedObjectDefinition() - Method in class org.forgerock.opendj.config.ManagedObjectPath
Get the definition of the managed object referred to by this path.
getManagedObjectDefinition() - Method in class org.forgerock.opendj.config.PropertyDefinition
Gets the managed object definition associated with this property definition.
getManagedObjectDefinition() - Method in class org.forgerock.opendj.config.RelativeInheritedDefaultBehaviorProvider
Get the definition of the parent managed object containing the inherited default values.
getManagedObjectDefinition() - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Get the definition associated with this server managed object.
getManagedObjectPath() - Method in class org.forgerock.opendj.config.AbsoluteInheritedDefaultBehaviorProvider
Get the absolute path of the managed object containing the property which has the default values.
getManagedObjectPath() - Method in interface org.forgerock.opendj.config.client.ManagedObject
Gets the path of this managed object.
getManagedObjectPath() - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
getManagedObjectPath() - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Get the path of this server managed object.
getManagedObjectPath(ManagedObjectPath<?, ?>) - Method in class org.forgerock.opendj.config.RelativeInheritedDefaultBehaviorProvider
Get the absolute path of the managed object containing the property which has the default values.
getManagementContext() - Method in class org.forgerock.opendj.config.client.spi.Driver
Gets the management context associated with this driver.
getManagementContext() - Method in class org.forgerock.opendj.config.dsconfig.LdapManagementContextFactory
 
getManagementContext() - Method in interface org.forgerock.opendj.config.dsconfig.ManagementContextFactory
Gets the management context which sub-commands should use in order to manage the directory server.
getManagerAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the manager Attribute Type which has the OID 0.9.2342.19200300.100.1.10.
getMappedAttribute() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Gets the "mapped-attribute" property.
getMappedAttribute() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "mapped-attribute" property.
getMappedAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the "mapped-attribute" property definition.
getMappedSearchBaseDn() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Gets the "mapped-search-base-dn" property.
getMappedSearchBaseDn() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "mapped-search-base-dn" property.
getMappedSearchBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the "mapped-search-base-dn" property definition.
getMappedSearchBindDn() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Gets the "mapped-search-bind-dn" property.
getMappedSearchBindDn() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "mapped-search-bind-dn" property.
getMappedSearchBindDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the "mapped-search-bind-dn" property definition.
getMappedSearchBindPassword() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Gets the "mapped-search-bind-password" property.
getMappedSearchBindPassword() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "mapped-search-bind-password" property.
getMappedSearchBindPasswordPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the "mapped-search-bind-password" property definition.
getMappedSearchFilterTemplate() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Gets the "mapped-search-filter-template" property.
getMappedSearchFilterTemplate() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "mapped-search-filter-template" property.
getMappedSearchFilterTemplatePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the "mapped-search-filter-template" property definition.
getMappingPolicy() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Gets the "mapping-policy" property.
getMappingPolicy() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "mapping-policy" property.
getMappingPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the "mapping-policy" property definition.
getMarkerFactory() - Method in class org.slf4j.impl.StaticMarkerBinder
 
getMarkerFactoryClassStr() - Method in class org.slf4j.impl.StaticMarkerBinder
 
getMask() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns the bit mask associated to this logger.
getMask(EnumRight) - Static method in enum class org.opends.server.authorization.dseecompat.EnumRight
Returns bit mask associated with the specified right.
getMaskedErrorMessage() - Method in class org.forgerock.opendj.server.core.RequestContext
Retrieves the real, masked error message for this operation.
getMaskedResultCode() - Method in class org.forgerock.opendj.server.core.RequestContext
Retrieves the real, masked result code for this operation.
getMasterKeyAlias() - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
Gets the "master-key-alias" property.
getMasterKeyAlias() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
Gets the "master-key-alias" property.
getMasterKeyAliasPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
Get the "master-key-alias" property definition.
getMasterKeyPair() - Method in class org.forgerock.opendj.security.DeploymentId
Returns the master public/private key-pair associated with this deployment ID.
getMatchAttribute() - Method in interface org.forgerock.opendj.server.config.client.AttributeValuePasswordValidatorCfgClient
Gets the "match-attribute" property.
getMatchAttribute() - Method in interface org.forgerock.opendj.server.config.client.ExactMatchIdentityMapperCfgClient
Gets the "match-attribute" property.
getMatchAttribute() - Method in interface org.forgerock.opendj.server.config.client.RegularExpressionIdentityMapperCfgClient
Gets the "match-attribute" property.
getMatchAttribute() - Method in interface org.forgerock.opendj.server.config.server.AttributeValuePasswordValidatorCfg
Gets the "match-attribute" property.
getMatchAttribute() - Method in interface org.forgerock.opendj.server.config.server.ExactMatchIdentityMapperCfg
Gets the "match-attribute" property.
getMatchAttribute() - Method in interface org.forgerock.opendj.server.config.server.RegularExpressionIdentityMapperCfg
Gets the "match-attribute" property.
getMatchAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeValuePasswordValidatorCfgDefn
Get the "match-attribute" property definition.
getMatchAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExactMatchIdentityMapperCfgDefn
Get the "match-attribute" property definition.
getMatchAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RegularExpressionIdentityMapperCfgDefn
Get the "match-attribute" property definition.
getMatchBaseDn() - Method in interface org.forgerock.opendj.server.config.client.ExactMatchIdentityMapperCfgClient
Gets the "match-base-dn" property.
getMatchBaseDn() - Method in interface org.forgerock.opendj.server.config.client.RegularExpressionIdentityMapperCfgClient
Gets the "match-base-dn" property.
getMatchBaseDn() - Method in interface org.forgerock.opendj.server.config.server.ExactMatchIdentityMapperCfg
Gets the "match-base-dn" property.
getMatchBaseDn() - Method in interface org.forgerock.opendj.server.config.server.RegularExpressionIdentityMapperCfg
Gets the "match-base-dn" property.
getMatchBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExactMatchIdentityMapperCfgDefn
Get the "match-base-dn" property definition.
getMatchBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RegularExpressionIdentityMapperCfgDefn
Get the "match-base-dn" property definition.
getMatchedDn() - Method in exception org.forgerock.opendj.ldap.LdapException
Returns the matched DN associated with this result.
getMatchedDn() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
getMatchedDn() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
getMatchedDn() - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
getMatchedDn() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
getMatchedDn() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
getMatchedDn() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
getMatchedDn() - Method in interface org.forgerock.opendj.ldap.messages.Result
Returns the matched DN associated with this result.
getMatchedDn() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
getMatchedDN() - Method in class org.opends.server.types.Operation
 
getMatchedDN() - Method in interface org.opends.server.types.operation.InProgressOperation
Retrieves the matched DN for this operation.
getMatchedDN() - Method in interface org.opends.server.types.operation.PostCommitOperation
Retrieves the matched DN for this operation.
getMatchedDN() - Method in interface org.opends.server.types.operation.PostOperationOperation
Retrieves the matched DN for this operation.
getMatchedDN() - Method in interface org.opends.server.types.operation.PostResponseOperation
Retrieves the matched DN for this operation.
getMatchedDN() - Method in interface org.opends.server.types.operation.PostSynchronizationOperation
Retrieves the matched DN for this operation.
getMatcher() - Method in class org.opends.server.core.SearchOperation
Retrieves the matcher derived from the search filter for this search operation.
getMatcherStartPos() - Method in class org.opends.server.authorization.dseecompat.AciBody
Get the start position in the ACI string of the ACI body.
getMatcherType() - Method in class org.forgerock.opendj.ldap.Matcher
Returns the type of this filter Matcher.
getMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns the matching rule for this matching rule use.
getMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the matching rule with the specified name or numeric OID.
getMatchingRuleDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Matching Rule Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.30.
getMatchingRuleName() - Method in interface org.forgerock.opendj.server.config.client.JsonEqualityMatchingRuleCfgClient
Gets the "matching-rule-name" property.
getMatchingRuleName() - Method in interface org.forgerock.opendj.server.config.client.JsonOrderingMatchingRuleCfgClient
Gets the "matching-rule-name" property.
getMatchingRuleName() - Method in interface org.forgerock.opendj.server.config.client.JsonQueryEqualityMatchingRuleCfgClient
Gets the "matching-rule-name" property.
getMatchingRuleName() - Method in interface org.forgerock.opendj.server.config.client.NameAndJsonQueryEqualityMatchingRuleCfgClient
Gets the "matching-rule-name" property.
getMatchingRuleName() - Method in interface org.forgerock.opendj.server.config.server.JsonEqualityMatchingRuleCfg
Gets the "matching-rule-name" property.
getMatchingRuleName() - Method in interface org.forgerock.opendj.server.config.server.JsonOrderingMatchingRuleCfg
Gets the "matching-rule-name" property.
getMatchingRuleName() - Method in interface org.forgerock.opendj.server.config.server.JsonQueryEqualityMatchingRuleCfg
Gets the "matching-rule-name" property.
getMatchingRuleName() - Method in interface org.forgerock.opendj.server.config.server.NameAndJsonQueryEqualityMatchingRuleCfg
Gets the "matching-rule-name" property.
getMatchingRuleNamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonEqualityMatchingRuleCfgDefn
Get the "matching-rule-name" property definition.
getMatchingRuleNamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonOrderingMatchingRuleCfgDefn
Get the "matching-rule-name" property definition.
getMatchingRuleNamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonQueryEqualityMatchingRuleCfgDefn
Get the "matching-rule-name" property definition.
getMatchingRuleNamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NameAndJsonQueryEqualityMatchingRuleCfgDefn
Get the "matching-rule-name" property definition.
getMatchingRuleOid() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns the matching rule OID for this schema definition.
getMatchingRuleOid() - Method in interface org.forgerock.opendj.server.config.client.JsonEqualityMatchingRuleCfgClient
Gets the "matching-rule-oid" property.
getMatchingRuleOid() - Method in interface org.forgerock.opendj.server.config.client.JsonOrderingMatchingRuleCfgClient
Gets the "matching-rule-oid" property.
getMatchingRuleOid() - Method in interface org.forgerock.opendj.server.config.client.JsonQueryEqualityMatchingRuleCfgClient
Gets the "matching-rule-oid" property.
getMatchingRuleOid() - Method in interface org.forgerock.opendj.server.config.client.NameAndJsonQueryEqualityMatchingRuleCfgClient
Gets the "matching-rule-oid" property.
getMatchingRuleOid() - Method in interface org.forgerock.opendj.server.config.server.JsonEqualityMatchingRuleCfg
Gets the "matching-rule-oid" property.
getMatchingRuleOid() - Method in interface org.forgerock.opendj.server.config.server.JsonOrderingMatchingRuleCfg
Gets the "matching-rule-oid" property.
getMatchingRuleOid() - Method in interface org.forgerock.opendj.server.config.server.JsonQueryEqualityMatchingRuleCfg
Gets the "matching-rule-oid" property.
getMatchingRuleOid() - Method in interface org.forgerock.opendj.server.config.server.NameAndJsonQueryEqualityMatchingRuleCfg
Gets the "matching-rule-oid" property.
getMatchingRuleOidPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonEqualityMatchingRuleCfgDefn
Get the "matching-rule-oid" property definition.
getMatchingRuleOidPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonOrderingMatchingRuleCfgDefn
Get the "matching-rule-oid" property definition.
getMatchingRuleOidPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonQueryEqualityMatchingRuleCfgDefn
Get the "matching-rule-oid" property definition.
getMatchingRuleOidPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NameAndJsonQueryEqualityMatchingRuleCfgDefn
Get the "matching-rule-oid" property definition.
getMatchingRules() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all the matching rules contained in this schema.
getMatchingRulesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the matchingRules Attribute Type which has the OID 2.5.21.4.
getMatchingRuleUse(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the matching rule use with the specified name or numeric OID.
getMatchingRuleUse(MatchingRule) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the matching rule use associated with the provided matching rule, or null if no use is defined.
getMatchingRuleUseAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the matchingRuleUse Attribute Type which has the OID 2.5.21.8.
getMatchingRuleUseDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Matching Rule Use Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.31.
getMatchingRuleUses() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all the matching rule uses contained in this schema.
getMatchPattern() - Method in interface org.forgerock.opendj.server.config.client.RegularExpressionIdentityMapperCfgClient
Gets the "match-pattern" property.
getMatchPattern() - Method in interface org.forgerock.opendj.server.config.server.RegularExpressionIdentityMapperCfg
Gets the "match-pattern" property.
getMatchPatternPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RegularExpressionIdentityMapperCfgDefn
Get the "match-pattern" property definition.
getMaxAgeSeconds() - Method in class org.forgerock.json.resource.ResponseCacheControl
The maximum age (in seconds) that the response should be cached.
getMaxAllowedClientConnections() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "max-allowed-client-connections" property.
getMaxAllowedClientConnections() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "max-allowed-client-connections" property.
getMaxAllowedClientConnectionsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "max-allowed-client-connections" property definition.
getMaxAllowedConnections() - Method in class org.opends.server.core.CoreConfigManager
Retrieves the maximum number of connections that will be allowed at any given time.
getMaxBatchedEvents() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration
Gets the maximum number of events to read from the buffer on each interval.
getMaxBatchedEvents() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.BatchConfiguration
Returns the maximum count of events that will be expected to be delivered in a single publish call.
getMaxBatchedEvents() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.BufferingConfiguration
Gets the maximum number of events to read from the buffer on each interval.
getMaxBlockedWriteTimeLimit() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "max-blocked-write-time-limit" property.
getMaxBlockedWriteTimeLimit() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "max-blocked-write-time-limit" property.
getMaxBlockedWriteTimeLimit() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "max-blocked-write-time-limit" property.
getMaxBlockedWriteTimeLimit() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "max-blocked-write-time-limit" property.
getMaxBlockedWriteTimeLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "max-blocked-write-time-limit" property definition.
getMaxBlockedWriteTimeLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "max-blocked-write-time-limit" property definition.
getMaxCandidateSetSize() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "max-candidate-set-size" property.
getMaxCandidateSetSize() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "max-candidate-set-size" property.
getMaxCandidateSetSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "max-candidate-set-size" property definition.
getMaxConcurrentOpsPerConnection() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "max-concurrent-ops-per-connection" property.
getMaxConcurrentOpsPerConnection() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "max-concurrent-ops-per-connection" property.
getMaxConcurrentOpsPerConnectionPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "max-concurrent-ops-per-connection" property definition.
getMaxConfigArchiveSize() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Retrieves the maximum number of archived configurations that the Directory Server should maintain.
getMaxConnections() - Method in class org.opends.server.core.DirectoryServer
 
getMaxConnections() - Method in interface org.opends.server.core.ServerContext
Retrieves the maximum number of client connections that have been established concurrently.
getMaxConsecutiveLength() - Method in interface org.forgerock.opendj.server.config.client.RepeatedCharactersPasswordValidatorCfgClient
Gets the "max-consecutive-length" property.
getMaxConsecutiveLength() - Method in interface org.forgerock.opendj.server.config.server.RepeatedCharactersPasswordValidatorCfg
Gets the "max-consecutive-length" property.
getMaxConsecutiveLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RepeatedCharactersPasswordValidatorCfgDefn
Get the "max-consecutive-length" property definition.
getMaxDiskSpaceToUse() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRetention
Gets the maximum disk space the audit logs can occupy.
getMaxEntries() - Method in interface org.forgerock.opendj.server.config.client.FifoEntryCacheCfgClient
Gets the "max-entries" property.
getMaxEntries() - Method in interface org.forgerock.opendj.server.config.server.FifoEntryCacheCfg
Gets the "max-entries" property.
getMaxEntriesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FifoEntryCacheCfgDefn
Get the "max-entries" property definition.
getMaxFileSize() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
Gets the maximum file size of an audit log file in bytes.
getMaxFileSizeInBytes() - Method in class org.forgerock.audit.rotation.SizeBasedRotationPolicy
Gets the maximum size (in bytes) a file may grow to before being rotated.
getMaximumDepth() - Method in class org.forgerock.opendj.ldap.SubtreeSpecification
Get the maximumDepth.
getMaximumExpectedValue() - Method in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig
 
getMaximumUnit() - Method in class org.forgerock.opendj.config.DurationPropertyDefinition
Get the maximum unit for this property definition if specified.
getMaxInternalBufferSize() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "max-internal-buffer-size" property.
getMaxInternalBufferSize() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "max-internal-buffer-size" property.
getMaxInternalBufferSize() - Method in class org.opends.server.core.CoreConfigManager
Returns the threshold capacity beyond which internal cached buffers used for encoding and decoding entries and protocol messages will be trimmed after use.
getMaxInternalBufferSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "max-internal-buffer-size" property definition.
getMaxMemoryPercent() - Method in interface org.forgerock.opendj.server.config.client.FifoEntryCacheCfgClient
Gets the "max-memory-percent" property.
getMaxMemoryPercent() - Method in interface org.forgerock.opendj.server.config.server.FifoEntryCacheCfg
Gets the "max-memory-percent" property.
getMaxMemoryPercentPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FifoEntryCacheCfgDefn
Get the "max-memory-percent" property definition.
getMaxNumberOfHistoryFiles() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRetention
Gets the maximum number of historical log files to retain.
getMaxPasswordAge() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "max-password-age" property.
getMaxPasswordAge() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "max-password-age" property.
getMaxPasswordAge() - Method in class org.opends.server.core.PasswordPolicy
Gets the "max-password-age" property in seconds.
getMaxPasswordAge() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getMaxPasswordAgePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "max-password-age" property definition.
getMaxPasswordLength() - Method in interface org.forgerock.opendj.server.config.client.LengthBasedPasswordValidatorCfgClient
Gets the "max-password-length" property.
getMaxPasswordLength() - Method in interface org.forgerock.opendj.server.config.server.LengthBasedPasswordValidatorCfg
Gets the "max-password-length" property.
getMaxPasswordLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LengthBasedPasswordValidatorCfgDefn
Get the "max-password-length" property definition.
getMaxPasswordResetAge() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "max-password-reset-age" property.
getMaxPasswordResetAge() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "max-password-reset-age" property.
getMaxPasswordResetAge() - Method in class org.opends.server.core.PasswordPolicy
Gets the "max-password-reset-age" property in seconds.
getMaxPasswordResetAge() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getMaxPasswordResetAgePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "max-password-reset-age" property definition.
getMaxPsearches() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "max-psearches" property.
getMaxPsearches() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "max-psearches" property.
getMaxPSearches() - Method in class org.opends.server.core.CoreConfigManager
Retrieves the maximum number of concurrent persistent searches that will be allowed.
getMaxPsearchesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "max-psearches" property definition.
getMaxReplicationDelayHealthCheck() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "max-replication-delay-health-check" property.
getMaxReplicationDelayHealthCheck() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "max-replication-delay-health-check" property.
getMaxReplicationDelayHealthCheckPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "max-replication-delay-health-check" property definition.
getMaxRequestSize() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "max-request-size" property.
getMaxRequestSize() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "max-request-size" property.
getMaxRequestSize() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "max-request-size" property.
getMaxRequestSize() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "max-request-size" property.
getMaxRequestSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "max-request-size" property definition.
getMaxRequestSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "max-request-size" property definition.
getMaxSize() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration
Gets the buffer capacity, which are the maximum number of events that can be buffered.
getMaxSize() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration.EventBufferingConfiguration
Gets the buffer capacity, which are the maximum number of events that can be buffered.
getMaxSize() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.BufferingConfiguration
Gets the buffer capacity, which are the maximum number of events that can be buffered.
getMaxSize() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.EventBufferingConfiguration
Gets the buffer capacity, which are the maximum number of events that can be buffered.
getMaxTimeout() - Method in class org.forgerock.util.PerItemEvictionStrategyCache
Gets the maximum timeout (can be null).
getMBeanInfo() - Method in class org.opends.server.extensions.JMXAlertHandler
 
getMBeanInfo() - Method in class org.opends.server.protocols.jmx.JMXMBean
Provides the exposed attributes and actions of the Dynamic MBean using an MBeanInfo object.
getMDCA() - Method in class org.slf4j.impl.StaticMDCBinder
Returns an instance of MDC.
getMDCAdapterClassStr() - Method in class org.slf4j.impl.StaticMDCBinder
Returns the class name of MDC.
getMechanism(String) - Method in class org.opends.server.discovery.ServiceDiscoveryMechanismConfigManager
Returns the service discovery with the provided name.
getMechanismName() - Method in class org.opends.server.api.SASLMechanismHandler
Returns the SASL mechanism name.
getMechanismName() - Method in class org.opends.server.extensions.AnonymousSASLMechanismHandler
 
getMechanismName() - Method in class org.opends.server.extensions.CRAMMD5SASLMechanismHandler
 
getMechanismName() - Method in class org.opends.server.extensions.DigestMD5SASLMechanismHandler
 
getMechanismName() - Method in class org.opends.server.extensions.ExternalSASLMechanismHandler
 
getMechanismName() - Method in class org.opends.server.extensions.GSSAPISASLMechanismHandler
 
getMechanismName() - Method in class org.opends.server.extensions.PlainSASLMechanismHandler
 
getMechanismName() - Method in class org.opends.server.extensions.ScramSha256SASLMechanismHandler
 
getMechanismName() - Method in class org.opends.server.extensions.ScramSha512SASLMechanismHandler
 
getMemberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the member Attribute Type which has the OID 2.5.4.31.
getMemberDns() - Method in interface org.opends.server.api.Group
Retrieves an iterator that may be used to cursor through the Dns of the members contained in this group.
getMemberDns() - Method in class org.opends.server.extensions.DynamicGroup
 
getMemberDns() - Method in class org.opends.server.extensions.StaticGroup
 
getMemberDns() - Method in class org.opends.server.extensions.VirtualStaticGroup
 
getMembersCount() - Method in class org.opends.server.extensions.StaticGroup
Returns the number of members of this group.
getMemberURLs() - Method in class org.opends.server.extensions.DynamicGroup
Retrieves the set of member URLs for this dynamic group.
getMemoryQuota() - Method in class org.opends.server.core.DirectoryServer
 
getMemoryQuota() - Method in interface org.opends.server.core.ServerContext
Returns the memory quota system for reserving long term memory.
getMemoryUsage() - Method in class org.opends.server.api.EntryCache
Retrieves the current amount of memory used by this cache in bytes.
getMemoryUsage() - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
getMemoryUsage() - Method in class org.opends.server.extensions.FIFOEntryCache
 
getMemoryUsage() - Method in class org.opends.server.extensions.SoftReferenceEntryCache
 
getMessage() - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
Returns the message embedded into this marker.
getMessage() - Method in exception org.forgerock.json.JsonValueException
Returns the detail message string of this exception.
getMessage() - Method in exception org.forgerock.json.schema.validator.exceptions.SchemaException
Return a detail message for this exception.
getMessage() - Method in exception org.forgerock.opendj.ldap.LdapException
 
getMessage(AbstractManagedObjectDefinition<?, ?>, String) - Method in class org.forgerock.opendj.config.ManagedObjectDefinitionI18nResource
Get the internationalized message associated with the specified key in the default locale.
getMessage(AbstractManagedObjectDefinition<?, ?>, String, String...) - Method in class org.forgerock.opendj.config.ManagedObjectDefinitionI18nResource
Get the parameterized internationalized message associated with the specified key in the default locale.
getMessage(AbstractManagedObjectDefinition<?, ?>, String, Locale) - Method in class org.forgerock.opendj.config.ManagedObjectDefinitionI18nResource
Get the internationalized message associated with the specified key and locale.
getMessage(AbstractManagedObjectDefinition<?, ?>, String, Locale, String...) - Method in class org.forgerock.opendj.config.ManagedObjectDefinitionI18nResource
Get the parameterized internationalized message associated with the specified key and locale.
getMessageBody() - Method in interface org.forgerock.opendj.server.config.client.SmtpAlertHandlerCfgClient
Gets the "message-body" property.
getMessageBody() - Method in interface org.forgerock.opendj.server.config.server.SmtpAlertHandlerCfg
Gets the "message-body" property.
getMessageBodyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SmtpAlertHandlerCfgDefn
Get the "message-body" property definition.
getMessageDigestAlgorithm() - Method in class org.opends.server.extensions.SaltedMD5PasswordStorageScheme
 
getMessageDigestAlgorithm() - Method in class org.opends.server.extensions.SaltedSHA1PasswordStorageScheme
 
getMessageDigestAlgorithm() - Method in class org.opends.server.extensions.SaltedSHA256PasswordStorageScheme
 
getMessageDigestAlgorithm() - Method in class org.opends.server.extensions.SaltedSHA384PasswordStorageScheme
 
getMessageDigestAlgorithm() - Method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
 
getMessageId() - Method in class org.forgerock.opendj.ldap.messages.LdapMessage
Returns the message-id.
getMessageId() - Method in class org.forgerock.opendj.ldap.RequestHandle
Returns the message ID used to send the request.
getMessageId() - Method in class org.forgerock.opendj.server.core.RequestContext
Returns the message id associated to the request.
getMessageID() - Method in class org.opends.server.types.Operation
 
getMessageID() - Method in interface org.opends.server.types.operation.PluginOperation
Retrieves the message ID assigned to this operation.
getMessageObject() - Method in interface org.forgerock.i18n.LocalizableException
Returns the localizable message that explains the problem that occurred.
getMessageObject() - Method in exception org.forgerock.i18n.LocalizedIllegalArgumentException
 
getMessageObject() - Method in exception org.forgerock.opendj.config.AdminException
 
getMessageObject() - Method in exception org.forgerock.opendj.config.PropertyException
 
getMessageObject() - Method in exception org.forgerock.opendj.config.server.ConfigException
 
getMessageObject() - Method in exception org.forgerock.opendj.ldap.DecodeException
 
getMessageObject() - Method in exception org.forgerock.opendj.ldap.LdapException
 
getMessageObject() - Method in exception org.forgerock.opendj.security.LocalizedKeyStoreException
 
getMessageObject() - Method in exception org.forgerock.opendj.setup.model.SetupException
Returns the LocalizableMessage attached to this exception.
getMessageObject() - Method in exception org.opends.server.backup.BackupException
 
getMessageObject() - Method in exception org.opends.server.protocols.http.LocalizedHttpApplicationException
 
getMessageObject() - Method in exception org.opends.server.types.OpenDsException
 
getMessages() - Method in exception org.forgerock.opendj.config.client.OperationRejectedException
Gets an unmodifiable collection view of the messages describing the constraint violations that occurred.
getMessages() - Method in class org.forgerock.opendj.config.server.ConfigChangeResult
Retrieves the set of messages that provide explanation for the processing of the configuration changes.
getMessageSubject() - Method in interface org.forgerock.opendj.server.config.client.SmtpAccountStatusNotificationHandlerCfgClient
Gets the "message-subject" property.
getMessageSubject() - Method in interface org.forgerock.opendj.server.config.client.SmtpAlertHandlerCfgClient
Gets the "message-subject" property.
getMessageSubject() - Method in interface org.forgerock.opendj.server.config.server.SmtpAccountStatusNotificationHandlerCfg
Gets the "message-subject" property.
getMessageSubject() - Method in interface org.forgerock.opendj.server.config.server.SmtpAlertHandlerCfg
Gets the "message-subject" property.
getMessageSubjectPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SmtpAccountStatusNotificationHandlerCfgDefn
Get the "message-subject" property definition.
getMessageSubjectPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SmtpAlertHandlerCfgDefn
Get the "message-subject" property definition.
getMessageTemplateFile() - Method in interface org.forgerock.opendj.server.config.client.SmtpAccountStatusNotificationHandlerCfgClient
Gets the "message-template-file" property.
getMessageTemplateFile() - Method in interface org.forgerock.opendj.server.config.server.SmtpAccountStatusNotificationHandlerCfg
Gets the "message-template-file" property.
getMessageTemplateFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SmtpAccountStatusNotificationHandlerCfgDefn
Get the "message-template-file" property definition.
getMeterRegistry() - Method in class org.opends.server.core.DirectoryServer
 
getMeterRegistry() - Method in interface org.opends.server.core.ServerContext
Returns the global MeterRegistry that contains all metrics for all monitor providers.
getMeters() - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry
 
getMeters() - Method in class org.forgerock.monitoring.api.instrument.MeterRegistryHolder
 
getMeters() - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry
 
getMeters() - Method in class org.opends.server.api.MeterRegistryHolder
 
getMethod() - Method in class org.forgerock.json.resource.http.HttpContext
Returns the effective HTTP method, taking into account presence of the X-HTTP-Method-Override header.
getMethod() - Method in interface org.opends.server.loggers.HTTPRequestInfo
Returns the HTTP method/verb used for this request.
getMethod() - Method in class org.opends.server.protocols.http.HttpLogContext
 
getMetricNamePrefix() - Method in interface org.forgerock.opendj.server.config.client.GraphiteMonitorReporterPluginCfgClient
Gets the "metric-name-prefix" property.
getMetricNamePrefix() - Method in interface org.forgerock.opendj.server.config.server.GraphiteMonitorReporterPluginCfg
Gets the "metric-name-prefix" property.
getMetricNamePrefixPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GraphiteMonitorReporterPluginCfgDefn
Get the "metric-name-prefix" property definition.
getMinCharacterSets() - Method in interface org.forgerock.opendj.server.config.client.CharacterSetPasswordValidatorCfgClient
Gets the "min-character-sets" property.
getMinCharacterSets() - Method in interface org.forgerock.opendj.server.config.server.CharacterSetPasswordValidatorCfg
Gets the "min-character-sets" property.
getMinCharacterSetsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CharacterSetPasswordValidatorCfgDefn
Get the "min-character-sets" property definition.
getMinFreeSpaceRequired() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRetention
Gets the minimum free space the system must contain.
getMinimumDepth() - Method in class org.forgerock.opendj.ldap.SubtreeSpecification
Get the minimumDepth.
getMinimumExpectedValue() - Method in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig
 
getMinPasswordAge() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "min-password-age" property.
getMinPasswordAge() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "min-password-age" property.
getMinPasswordAge() - Method in class org.opends.server.core.PasswordPolicy
Gets the "min-password-age" property in seconds.
getMinPasswordAge() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getMinPasswordAgePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "min-password-age" property definition.
getMinPasswordDifference() - Method in interface org.forgerock.opendj.server.config.client.SimilarityBasedPasswordValidatorCfgClient
Gets the "min-password-difference" property.
getMinPasswordDifference() - Method in interface org.forgerock.opendj.server.config.server.SimilarityBasedPasswordValidatorCfg
Gets the "min-password-difference" property.
getMinPasswordDifferencePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SimilarityBasedPasswordValidatorCfgDefn
Get the "min-password-difference" property definition.
getMinPasswordLength() - Method in interface org.forgerock.opendj.server.config.client.LengthBasedPasswordValidatorCfgClient
Gets the "min-password-length" property.
getMinPasswordLength() - Method in interface org.forgerock.opendj.server.config.server.LengthBasedPasswordValidatorCfg
Gets the "min-password-length" property.
getMinPasswordLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LengthBasedPasswordValidatorCfgDefn
Get the "min-password-length" property definition.
getMinSubstringLength() - Method in interface org.forgerock.opendj.server.config.client.AttributeValuePasswordValidatorCfgClient
Gets the "min-substring-length" property.
getMinSubstringLength() - Method in interface org.forgerock.opendj.server.config.client.DictionaryPasswordValidatorCfgClient
Gets the "min-substring-length" property.
getMinSubstringLength() - Method in interface org.forgerock.opendj.server.config.server.AttributeValuePasswordValidatorCfg
Gets the "min-substring-length" property.
getMinSubstringLength() - Method in interface org.forgerock.opendj.server.config.server.DictionaryPasswordValidatorCfg
Gets the "min-substring-length" property.
getMinSubstringLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeValuePasswordValidatorCfgDefn
Get the "min-substring-length" property definition.
getMinSubstringLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
Get the "min-substring-length" property definition.
getMinUniqueCharacters() - Method in interface org.forgerock.opendj.server.config.client.UniqueCharactersPasswordValidatorCfgClient
Gets the "min-unique-characters" property.
getMinUniqueCharacters() - Method in interface org.forgerock.opendj.server.config.server.UniqueCharactersPasswordValidatorCfg
Gets the "min-unique-characters" property.
getMinUniqueCharactersPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UniqueCharactersPasswordValidatorCfgDefn
Get the "min-unique-characters" property definition.
getMobileAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the mobile Attribute Type which has the OID 0.9.2342.19200300.100.1.41.
getMode() - Method in enum class org.forgerock.audit.handlers.jms.DeliveryModeConfig
Returns the DeliveryMode value for this configuration.
getMode() - Method in enum class org.forgerock.audit.handlers.jms.SessionModeConfig
Returns the session mode setting for this configuration.
getModifications() - Method in class org.forgerock.opendj.ldap.messages.ModifyRequest
Returns a List containing the modifications included with this modify request.
getModifications() - Method in class org.opends.server.controls.InternalModificationsRequestControl
Returns the modifications to perform.
getModifications() - Method in class org.opends.server.core.ModifyDnOperation
Retrieves the set of modifications applied to attributes of the target entry in the course of processing this modify DN operation.
getModifications() - Method in class org.opends.server.core.ModifyOperation
Retrieves the set of modifications for this modify operation.
getModifications() - Method in class org.opends.server.core.PasswordPolicyState
Retrieves the set of modifications that correspond to changes made in password policy processing that may need to be applied to the user entry.
getModifications() - Method in interface org.opends.server.types.operation.PostCommitModifyDNOperation
Retrieves the set of modifications applied to attributes of the target entry in the course of processing this modify DN operation.
getModifications() - Method in interface org.opends.server.types.operation.PostCommitModifyOperation
Retrieves the set of modifications for this modify operation.
getModifications() - Method in interface org.opends.server.types.operation.PostOperationModifyDNOperation
Retrieves the set of modifications applied to attributes of the target entry in the course of processing this modify DN operation.
getModifications() - Method in interface org.opends.server.types.operation.PostOperationModifyOperation
Retrieves the set of modifications for this modify operation.
getModifications() - Method in interface org.opends.server.types.operation.PostResponseModifyDNOperation
Retrieves the set of modifications applied to attributes of the target entry in the course of processing this modify DN operation.
getModifications() - Method in interface org.opends.server.types.operation.PostResponseModifyOperation
Retrieves the set of modifications for this modify operation.
getModifications() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyDNOperation
Retrieves the set of modifications applied to attributes of the target entry in the course of processing this modify DN operation.
getModifications() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyOperation
Retrieves the set of modifications for this modify operation.
getModifications() - Method in interface org.opends.server.types.operation.PreOperationModifyDNOperation
Retrieves the set of modifications applied to attributes of the target entry in the course of processing this modify DN operation.
getModifications() - Method in interface org.opends.server.types.operation.PreOperationModifyOperation
Retrieves the set of modifications for this modify operation.
getModifications() - Method in interface org.opends.server.types.operation.PreParseModifyOperation
Retrieves the set of modifications as included in the client request.
getModificationsAsAppliedByServer() - Method in class org.forgerock.opendj.server.core.RequestContext
Returns the list of modifications applied by the server.
getModificationType() - Method in class org.forgerock.opendj.ldap.Modification
Returns the type of modification to be performed.
getModifiedEntry() - Method in class org.opends.server.core.ModifyOperation
Retrieves the modified entry that is to be written to the backend.
getModifiedEntry() - Method in interface org.opends.server.types.operation.PostCommitModifyOperation
Retrieves the modified entry that is to be written to the backend.
getModifiedEntry() - Method in interface org.opends.server.types.operation.PostOperationModifyOperation
Retrieves the modified entry that is to be written to the backend.
getModifiedEntry() - Method in interface org.opends.server.types.operation.PostResponseModifyOperation
Retrieves the modified entry that is to be written to the backend.
getModifiedEntry() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyOperation
Retrieves the modified entry that is to be written to the backend.
getModifiedEntry() - Method in interface org.opends.server.types.operation.PreOperationModifyOperation
Retrieves the modified entry that is to be written to the backend.
getModifiersNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the modifiersName Attribute Type which has the OID 2.5.18.4.
getModifyDnRequests() - Method in class org.opends.server.protocols.ldap.LdapStatistics
Retrieves the number of modify DN requests that have been received.
getModifyRequests() - Method in class org.opends.server.protocols.ldap.LdapStatistics
Retrieves the number of modify requests that have been received.
getModifyTimestampAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the modifyTimestamp Attribute Type which has the OID 2.5.18.2.
getMods() - Method in class org.opends.server.replication.protocol.ModifyCommonMsg
Get the Modifications associated to the UpdateMsg to the provided value.
getMonitorEntry(Schema) - Method in class org.opends.server.api.MonitorProvider
Generates and returns a monitor entry based on the contents of this monitor provider.
getMonitorInstanceDn() - Method in class org.opends.server.api.MonitorProvider
Returns the DN of this monitor provider.
getMonitorProviders() - Method in class org.opends.server.core.DirectoryServer
 
getMonitorProviders() - Method in interface org.opends.server.core.ServerContext
Retrieves the set of monitor providers that have been registered with the Directory Server, as a mapping between the monitor name (in all lowercase characters) and the monitor implementation.
getMonitorSummary() - Method in class org.opends.server.api.ClientConnection
Returns a summary of this client connection in JSON (format that is both human readable and machine parseable).
getMonitorSummary() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
 
getMostSignificantBits() - Method in class org.opends.server.types.ProcessId
Returns the most significant 64 bits of this process id's 128 bit value.
getMsgId() - Method in class org.opends.server.replication.protocol.EntryMsg
Return the msg id.
getMsgID() - Method in class org.opends.server.replication.protocol.ErrorMsg
Get the msgID from this message.
getName() - Method in interface org.forgerock.audit.events.handlers.AuditEventHandler
Gets the name of this audit event handler.
getName() - Method in class org.forgerock.audit.events.handlers.AuditEventHandlerBase
 
getName() - Method in class org.forgerock.audit.events.handlers.EventHandlerConfiguration
Returns the name of this handler.
getName() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns the name of this logger.
getName() - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
 
getName() - Method in class org.forgerock.monitoring.api.instrument.Meter.Id
 
getName() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Get the name of the definition.
getName() - Method in class org.forgerock.opendj.config.ManagedObjectPath
Get the name of the managed object referred to by this path if applicable.
getName() - Method in class org.forgerock.opendj.config.PropertyDefinition
Get the name of the property.
getName() - Method in class org.forgerock.opendj.config.Reference
Gets the name of the referenced managed object.
getName() - Method in class org.forgerock.opendj.config.RelationDefinition
Get the name of the relation.
getName() - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Returns the RDN value of the LDAP entry associated with this server managed object.
getName() - Method in class org.forgerock.opendj.config.Tag
Gets the name of this tag.
getName() - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
getName() - Method in class org.forgerock.opendj.ldap.Entries.NullEntry
 
getName() - Method in interface org.forgerock.opendj.ldap.Entry
Returns the distinguished name of this entry.
getName() - Method in class org.forgerock.opendj.ldap.LdapUrl
Returns the distinguished name of the base entry relative to which the search is to be performed.
getName() - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
getName() - Method in class org.forgerock.opendj.ldap.messages.BindRequest
Returns the name of the Directory object that the client wishes to bind as.
getName() - Method in class org.forgerock.opendj.ldap.messages.CompareRequest
Returns the distinguished name of the entry to be compared.
getName() - Method in class org.forgerock.opendj.ldap.messages.DeleteRequest
Returns the distinguished name of the entry to be deleted.
getName() - Method in class org.forgerock.opendj.ldap.messages.ModifyDnRequest
Returns the distinguished name of the entry to be renamed.
getName() - Method in class org.forgerock.opendj.ldap.messages.ModifyRequest
Returns the distinguished name of the entry to be modified.
getName() - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
Returns the distinguished name of the base entry relative to which the search is to be performed.
getName() - Method in class org.forgerock.opendj.ldap.ResultCode
Returns the short human-readable name of this result code.
getName() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Retrieves the name for this attribute syntax.
getName() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Retrieves the common name for this attribute syntax.
getName() - Method in interface org.forgerock.opendj.ldif.ChangeRecord
Returns the distinguished name of the entry being modified by this ChangeRecord.
getName() - Method in interface org.forgerock.opendj.server.config.client.BackendVlvIndexCfgClient
Gets the "name" property.
getName() - Method in interface org.forgerock.opendj.server.config.server.BackendVlvIndexCfg
Gets the "name" property.
getName() - Method in class org.forgerock.opendj.setup.model.Profile
Returns this profile name.
getName() - Method in class org.opends.server.api.KeyManagerProvider
Returns the name of this key manager provider to be used in certificate monitor entries.
getName() - Method in enum class org.opends.server.api.plugin.PluginType
Retrieves the name for this plugin type.
getName() - Method in class org.opends.server.authorization.dseecompat.Aci
Returns the name string of this ACI.
getName() - Method in class org.opends.server.authorization.dseecompat.AciBody
Returns the name string.
getName() - Method in class org.opends.server.discovery.StaticServiceDiscoveryMechanism
 
getName() - Method in interface org.opends.server.discovery.ServiceDiscoveryMechanism
Returns the name of the mechanism.
getName() - Method in class org.opends.server.extensions.JvmKeyManagerProvider
 
getName() - Method in class org.opends.server.replication.server.ReplicationServer
Returns a name that can be printed to logs for this Replication Server instance.
getName() - Method in enum class org.opends.server.types.AccountStatusNotificationType
Retrieves the name for this account status notification type.
getName() - Method in class org.opends.server.types.CompactEntry
 
getName() - Method in enum class org.opends.server.types.ExistingFileBehavior
Retrieves the name for this existing file behavior.
getName() - Method in class org.opends.server.types.LDAPURL
Retrieves the processed DN for this LDAP URL.
getName() - Method in class org.opends.server.types.NamedCharacterSet
Retrieves the name for this character set.
getName() - Method in enum class org.opends.server.types.Privilege
Retrieves the name for this privilege.
getName() - Method in record class org.opends.server.types.SizedEntry
Returns the DN of entry.
getNameAndJsonCaseExactJsonIdMatchingRule() - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Returns the "nameAndJsonCaseExactJsonIdEqualityMatch" matching rule having the OID "1.3.6.1.4.1.36733.2.1.4.11".
getNameAndJsonCaseIgnoreJsonIdMatchingRule() - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Returns the "nameAndJsonCaseIgnoreJsonIdEqualityMatch" matching rule having the OID "1.3.6.1.4.1.36733.2.1.4.10".
getNameAndJsonCaseIgnoreJsonQueryFilterMatchingRule() - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Returns the "1.3.6.1.4.1.36733.2.1.4.12" matching rule having the OID "1.3.6.1.4.1.36733.2.1.4.12".
getNameAndJsonMatchingRule() - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Returns the nameAndJsonEqualityMatchingRule matching rule having the OID "1.3.6.1.4.1.36733.2.1.4.7".
getNameAndJsonQueryFilterAssertionSyntax() - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Returns the Name with JSON query filter assertion syntax having the OID "1.3.6.1.4.1.36733.2.1.3.13".
getNameAndJsonWithIdSyntax() - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Returns the Name with JSON attribute syntax having the OID "1.3.6.1.4.1.36733.2.1.3.12".
getNameAndOptionalUIDSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Name and Optional UID Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.34.
getNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the name Attribute Type which has the OID 2.5.4.41.
getNamed(Purpose<S>, String) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
 
getNamed(Purpose<S>, String) - Method in class org.forgerock.secrets.propertyresolver.FileSystemSecretStore
 
getNamed(Purpose<S>, String) - Method in class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
 
getNamed(Purpose<S>, String) - Method in interface org.forgerock.secrets.SecretStore
Returns the named secret from this store.
getNamed(Purpose<S>, String) - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
getNamedOrValidSecrets(Purpose<S>, String) - Method in class org.forgerock.secrets.SecretsProvider
If the given id is not null, then this returns the single named secret that corresponds to that stable id (or a stream of valid secrets for the given purpose if no such secret exists), otherwise it returns all valid secrets for the given purpose.
getNamedSecret(Purpose<S>, String) - Method in class org.forgerock.secrets.SecretsProvider
Gets the secret for the given purpose with the given stable secret id.
getNameForm() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule
Retrieves the name form for this DIT structure rule.
getNameForm(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the name form with the specified name or numeric OID.
getNameFormDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Name Form Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.35.
getNameForms() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all the name forms contained in this schema.
getNameForms(ObjectClass) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all the name forms associated with the provided structural object class.
getNameFormsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the nameForms Attribute Type which has the OID 2.5.21.7.
getNameOrOid() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the name or OID for this schema definition.
getNameOrOid() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns the name or structural class OID for this schema definition.
getNameOrOid() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the name or OID for this schema definition.
getNameOrOid() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns the name or matching rule OID for this schema definition.
getNameOrOid() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns the name or numeric OID of this name form.
getNameOrOid() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns the name or OID for this schema definition.
getNameOrRuleId() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule
Retrieves the name or rule ID for this schema definition.
getNamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendVlvIndexCfgDefn
Get the "name" property definition.
getNames() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns an unmodifiable list containing the user-defined names that may be used to reference this schema definition.
getNames() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns an unmodifiable list containing the user-defined names that may be used to reference this schema definition.
getNames() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule
Returns an unmodifiable list containing the user-defined names that may be used to reference this schema definition.
getNames() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns an unmodifiable list containing the user-defined names that may be used to reference this schema definition.
getNames() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns an unmodifiable list containing the user-defined names that may be used to reference this schema definition.
getNames() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns an unmodifiable list containing the user-friendly names that may be used to reference this name form.
getNames() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns an unmodifiable list containing the user-defined names that may be used to reference this schema definition.
getNamingContexts() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of DNs identifying the context prefixes of the naming contexts that the Directory Server masters or shadows (in part or in whole).
getNamingContexts(Predicate<BackendConfigManager.NamingContext>) - Method in class org.opends.server.core.BackendConfigManager
Retrieves naming contexts corresponding to backends, according to the specified filter.
getNamingContextsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the namingContexts Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.5.
getNamingPropertyDefinition() - Method in exception org.forgerock.opendj.config.client.IllegalManagedObjectNameException
Get the naming property definition if applicable.
getNamingPropertyDefinition() - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
Gets the naming property definition associated with this managed object.
getNamingPropertyDefinition() - Method in class org.forgerock.opendj.config.InstantiableRelationDefinition
Get the property of the child managed object definition which should be used for naming children.
getNegotiatedProperty(String) - Method in class org.forgerock.opendj.io.rx.SaslRxSocket
Retrieves the named SASL negotiated property.
getNewestChangeNumber() - Method in interface org.opends.server.replication.server.changelog.api.ChangelogDB
Returns the newest changelog change number.
getNewestChangeNumber() - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
getNewestChangeNumber() - Method in class org.opends.server.replication.server.ReplicationServer
Returns the newest change number in the change number index DB.
getNewestECLCookie() - Method in class org.opends.server.replication.server.ReplicationServer
Returns the newest cookie value.
getNewestMessage(DomainReplicaId) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
Returns the newest message from the replica DB for the provided replica.
getNewestMessage(DomainReplicaId) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
getNewestRecord() - Method in interface org.opends.server.replication.server.changelog.api.ChangeNumberIndexDB
Get the newest record stored in this DB.
getNewPassword() - Method in class org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
Returns the desired password for the user, or null if a new password should be generated.
getNewPasswords() - Method in class org.opends.server.core.ModifyOperation
Retrieves the set of clear-text new passwords for the user, if available.
getNewPasswords() - Method in interface org.opends.server.types.operation.PostCommitModifyOperation
Retrieves the set of clear-text new passwords for the user, if available.
getNewPasswords() - Method in interface org.opends.server.types.operation.PostOperationModifyOperation
Retrieves the set of clear-text new passwords for the user, if available.
getNewPasswords() - Method in interface org.opends.server.types.operation.PostResponseModifyOperation
Retrieves the set of clear-text new passwords for the user, if available.
getNewPasswords() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyOperation
Retrieves the set of clear-text new passwords for the user, if available.
getNewPasswords() - Method in interface org.opends.server.types.operation.PreOperationModifyOperation
Retrieves the set of clear-text new passwords for the user, if available.
getNewRdn() - Method in class org.forgerock.opendj.ldap.messages.ModifyDnRequest
Returns the new RDN of the entry to be renamed.
getNewRDN() - Method in class org.opends.server.core.ModifyDnOperation
 
getNewRDN() - Method in class org.opends.server.replication.protocol.ModifyDNMsg
Get the new RDN of this operation.
getNewRDN() - Method in interface org.opends.server.types.operation.PostCommitModifyDNOperation
Retrieves the new RDN to use for the entry.
getNewRDN() - Method in interface org.opends.server.types.operation.PostOperationModifyDNOperation
Retrieves the new RDN to use for the entry.
getNewRDN() - Method in interface org.opends.server.types.operation.PostResponseModifyDNOperation
Retrieves the new RDN to use for the entry.
getNewRDN() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyDNOperation
Retrieves the new RDN to use for the entry.
getNewRDN() - Method in interface org.opends.server.types.operation.PreOperationModifyDNOperation
Retrieves the new RDN to use for the entry.
getNewRDN() - Method in interface org.opends.server.types.operation.PreParseModifyDNOperation
Retrieves the newRDN as included in the request from the client.
getNewRDN() - Method in interface org.opends.server.types.operation.SubordinateModifyDNOperation
Retrieves the new RDN to use for the entry.
getNewResourceId() - Method in interface org.forgerock.json.resource.CreateRequest
Returns the client provided ID of the resource to be created.
getNewServerId() - Static method in class org.forgerock.opendj.setup.model.SetupUtils
Returns a newly generated random server ID.
getNewStatus() - Method in class org.opends.server.replication.protocol.ChangeStatusMsg
Get the new status, i.e.
getNewSuperior() - Method in class org.forgerock.opendj.ldap.messages.ModifyDnRequest
Returns the distinguished name of an existing entry that will become the immediate superior (parent) of the entry to be renamed.
getNewSuperior() - Method in class org.opends.server.core.ModifyDnOperation
 
getNewSuperior() - Method in class org.opends.server.replication.protocol.ModifyDNMsg
Get the new superior.
getNewSuperior() - Method in interface org.opends.server.types.operation.PostCommitModifyDNOperation
Retrieves the newSuperior DN for the entry.
getNewSuperior() - Method in interface org.opends.server.types.operation.PostOperationModifyDNOperation
Retrieves the newSuperior DN for the entry.
getNewSuperior() - Method in interface org.opends.server.types.operation.PostResponseModifyDNOperation
Retrieves the newSuperior DN for the entry.
getNewSuperior() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyDNOperation
Retrieves the newSuperior DN for the entry.
getNewSuperior() - Method in interface org.opends.server.types.operation.PreOperationModifyDNOperation
Retrieves the newSuperior DN for the entry.
getNewSuperior() - Method in interface org.opends.server.types.operation.PreParseModifyDNOperation
Retrieves the newSuperior from the client request.
getNewSuperior() - Method in interface org.opends.server.types.operation.SubordinateModifyDNOperation
Retrieves the newSuperior DN for the entry.
getNewSuperiorEntryUUID() - Method in class org.opends.server.replication.protocol.ModifyDnContext
Get the unique Identifier of the new parent.
getNewSuperiorEntryUUID() - Method in class org.opends.server.replication.protocol.ModifyDNMsg
Get the new superior id.
getNextFile() - Method in class org.forgerock.audit.rotation.RotationContext
Get the next file.
getNextName() - Method in interface org.forgerock.audit.retention.FileNamingPolicy
Gets the next name to use.
getNextName() - Method in class org.forgerock.audit.retention.TimeStampFileNamingPolicy
Gets the next name for this FileNamingPolicy.
getNextName() - Method in class org.opends.server.loggers.TimeStampNaming
 
getNonCompliantServers() - Method in class org.forgerock.opendj.discovery.Partition
Returns the set of servers which have been detected but cannot be used because they do not comply with the configuration of the service discovery mechanism (wrong base DN for example).
getNonCompliantServers() - Method in class org.opends.server.discovery.Partition
Returns the set of servers which have been detected but cannot be used because they do not comply with the configuration of the service discovery mechanism (wrong base DN for example).
getNormalizedName() - Method in class org.forgerock.opendj.config.Reference
Gets the normalized name of the referenced managed object.
getNotAfter() - Method in class org.forgerock.opendj.security.DeploymentId.DeploymentIdParameters
Returns the expiration date of the deployment ID.
getNotBefore() - Method in class org.forgerock.opendj.security.DeploymentId.DeploymentIdParameters
Returns the generation date of the deployment ID.
getNotificationInfo() - Method in class org.opends.server.extensions.JMXAlertHandler
Retrieves information about the types of JMX notifications that may be generated.
getNotificationProperty(AccountStatusNotificationProperty) - Method in record class org.opends.server.types.AccountStatusNotification
Retrieves the set of values for the specified account status notification property.
getNotificationSenderAddress() - Method in interface org.forgerock.opendj.server.config.client.TaskBackendCfgClient
Gets the "notification-sender-address" property.
getNotificationSenderAddress() - Method in interface org.forgerock.opendj.server.config.server.TaskBackendCfg
Gets the "notification-sender-address" property.
getNotificationSenderAddress() - Method in class org.opends.server.backends.task.TaskBackend
Retrieves the sender address that should be used for e-mail notifications of task completion.
getNotificationSenderAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
Get the "notification-sender-address" property definition.
getNotifyAbandonedOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "notify-abandoned-operations" property definition.
getNotifyUponCompletionEmailAddresses() - Method in class org.opends.server.tools.tasks.TaskScheduleArgs
Gets a list of email address to which an email will be sent when this task completes.
getNotifyUponCompletionEmailAddresses() - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
Gets a list of email address to which an email will be sent when this task completes.
getNotifyUponCompletionEmailAddresses() - Method in class org.opends.server.tools.tasks.TaskScheduleUserData
Gets a list of email address to which an email will be sent when this task completes.
getNotifyUponErrorEmailAddresses() - Method in class org.opends.server.tools.tasks.TaskScheduleArgs
Gets a list of email address to which an email will be sent if this task encounters an error during execution.
getNotifyUponErrorEmailAddresses() - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
Gets a list of email address to which an email will be sent if this task encounters an error during execution.
getNotifyUponErrorEmailAddresses() - Method in class org.opends.server.tools.tasks.TaskScheduleUserData
Gets the list of email address to which an email will be sent if this task encounters an error during execution.
getNotPresent(String, String) - Static method in class org.forgerock.json.resource.AdviceWarning
Convenience method to quickly generate frequently-used error type: 100.
getNotSubFilter() - Method in class org.forgerock.opendj.ldap.Filter
Returns the sub-filter for this NOT filter.
getNotSubMatcher() - Method in class org.forgerock.opendj.ldap.Matcher
Returns the sub-matcher for this NOT filter Matcher.
getNumAck() - Method in class org.opends.server.replication.protocol.InitializeRcvAckMsg
Get the number of message acknowledged by this message.
getNumAck() - Method in class org.opends.server.replication.protocol.WindowMsg
Get the number of message acknowledged by the Window message.
getNumberOfChildren(Dn) - Method in class org.opends.server.api.LocalBackend
Retrieves the number of subordinates immediately below the requested entry.
getNumberOfChildren(Dn) - Method in class org.opends.server.backends.ChangelogBackend
 
getNumberOfChildren(Dn) - Method in class org.opends.server.backends.ConfigurationBackend
 
getNumberOfChildren(Dn) - Method in class org.opends.server.backends.LDIFBackend
 
getNumberOfChildren(Dn) - Method in class org.opends.server.backends.MemoryBackend
 
getNumberOfChildren(Dn) - Method in class org.opends.server.backends.MonitorBackend
 
getNumberOfChildren(Dn) - Method in class org.opends.server.backends.NullBackend
 
getNumberOfChildren(Dn) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
getNumberOfChildren(Dn) - Method in class org.opends.server.backends.RootDSEBackend
 
getNumberOfChildren(Dn) - Method in class org.opends.server.backends.SchemaBackend
 
getNumberOfChildren(Dn) - Method in class org.opends.server.backends.task.TaskBackend
 
getNumberOfEntriesInBaseDN(Dn) - Method in class org.opends.server.api.LocalBackend
Retrieves the number of entries for the specified base DN including all entries from the requested entry to the lowest level in the tree.
getNumberOfEntriesInBaseDN(Dn) - Method in class org.opends.server.backends.ChangelogBackend
 
getNumberOfEntriesInBaseDN(Dn) - Method in class org.opends.server.backends.ConfigurationBackend
 
getNumberOfEntriesInBaseDN(Dn) - Method in class org.opends.server.backends.LDIFBackend
 
getNumberOfEntriesInBaseDN(Dn) - Method in class org.opends.server.backends.MemoryBackend
 
getNumberOfEntriesInBaseDN(Dn) - Method in class org.opends.server.backends.MonitorBackend
 
getNumberOfEntriesInBaseDN(Dn) - Method in class org.opends.server.backends.NullBackend
 
getNumberOfEntriesInBaseDN(Dn) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
getNumberOfEntriesInBaseDN(Dn) - Method in class org.opends.server.backends.RootDSEBackend
 
getNumberOfEntriesInBaseDN(Dn) - Method in class org.opends.server.backends.SchemaBackend
 
getNumberOfEntriesInBaseDN(Dn) - Method in class org.opends.server.backends.task.TaskBackend
 
getNumberOfFiles() - Method in interface org.forgerock.opendj.server.config.client.FileCountLogRetentionPolicyCfgClient
Gets the "number-of-files" property.
getNumberOfFiles() - Method in interface org.forgerock.opendj.server.config.server.FileCountLogRetentionPolicyCfg
Gets the "number-of-files" property.
getNumberOfFilesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileCountLogRetentionPolicyCfgDefn
Get the "number-of-files" property definition.
getNumericStringMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the numericStringMatch Matching Rule which has the OID 2.5.13.8.
getNumericStringOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the numericStringOrderingMatch Matching Rule which has the OID 2.5.13.9.
getNumericStringSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the numericStringSubstringsMatch Matching Rule which has the OID 2.5.13.10.
getNumericStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Numeric String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.36.
getNumLostConnections() - Method in class org.opends.server.replication.service.ReplicationBroker
Get the number of times the connection was lost.
getNumRequestHandlers() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "num-request-handlers" property.
getNumRequestHandlers() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "num-request-handlers" property.
getNumRequestHandlers() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "num-request-handlers" property.
getNumRequestHandlers() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "num-request-handlers" property.
getNumRequestHandlers(Integer, String) - Method in class org.opends.server.api.ConnectionHandler
Determine the number of request handlers.
getNumRequestHandlersPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "num-request-handlers" property definition.
getNumRequestHandlersPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "num-request-handlers" property definition.
getNumSubordinatesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the numSubordinates Attribute Type which has the OID 1.3.6.1.4.1.453.16.2.103.
getNumUpdateReplayThreads() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "num-update-replay-threads" property.
getNumUpdateReplayThreads() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "num-update-replay-threads" property.
getNumUpdateReplayThreadsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "num-update-replay-threads" property definition.
getNumWorkerThreads() - Method in interface org.forgerock.opendj.server.config.client.TraditionalWorkQueueCfgClient
Gets the "num-worker-threads" property.
getNumWorkerThreads() - Method in interface org.forgerock.opendj.server.config.server.TraditionalWorkQueueCfg
Gets the "num-worker-threads" property.
getNumWorkerThreadsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TraditionalWorkQueueCfgDefn
Get the "num-worker-threads" property definition.
getOAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the o Attribute Type which has the OID 2.5.4.10.
getObject() - Method in class org.forgerock.json.JsonValue
Returns the raw Java object representing this JSON value.
getObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the object class with the specified name or numeric OID.
getObjectClass(AbstractManagedObjectDefinition<?, ?>) - Method in class org.forgerock.opendj.config.LdapProfile
Get the principle object class associated with the specified definition.
getObjectClass(AbstractManagedObjectDefinition<?, ?>) - Method in class org.forgerock.opendj.config.LdapProfile.Wrapper
Get the principle object class associated with the specifiedset relation,
getObjectClassAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the objectClass Attribute Type which has the OID 2.5.4.0.
getObjectClassDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Object Class Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.37.
getObjectClasses() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all the object classes contained in this schema.
getObjectClasses() - Static method in class org.forgerock.opendj.security.OpenDjSecurityProviderSchema
Returns the set of LDAP object classes required in order to support the OpenDJ security provider.
getObjectClasses(AbstractManagedObjectDefinition<?, ?>) - Method in class org.forgerock.opendj.config.LdapProfile
Get all the object classes associated with the specified definition.
getObjectClasses(Entry) - Static method in class org.forgerock.opendj.ldap.Entries
Returns an unmodifiable set containing the object classes associated with the provided entry.
getObjectClasses(Entry, Schema) - Static method in class org.forgerock.opendj.ldap.Entries
Returns an unmodifiable set containing the object classes associated with the provided entry.
getObjectClassesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the objectClasses Attribute Type which has the OID 2.5.21.6.
getObjectClassName(Rdn) - Static method in class org.opends.server.util.StaticUtils
Best effort to find structural object class name of the provided base entry RDN.
getObjectClassType() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns the objectclass type for this objectclass.
getObjectIdentifierFirstComponentMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the objectIdentifierFirstComponentMatch Matching Rule which has the OID 2.5.13.30.
getObjectIdentifierMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the objectIdentifierMatch Matching Rule which has the OID 2.5.13.0.
getObjectName() - Method in interface org.opends.server.api.DirectoryServerMBean
Retrieves the JMX object name for this MBean.
getObjectName() - Method in class org.opends.server.extensions.JMXAlertHandler
Retrieves the JMX object name for this JMX alert handler.
getObjectName() - Method in class org.opends.server.protocols.jmx.JMXMBean
Retrieves the JMX object name for this JMX MBean.
getOctetStringMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the octetStringMatch Matching Rule which has the OID 2.5.13.17.
getOctetStringOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the octetStringOrderingMatch Matching Rule which has the OID 2.5.13.18.
getOctetStringSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the octetStringSubstringsMatch Matching Rule which has the OID 2.5.13.19.
getOctetStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Octet String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.40.
getOfflineSchemaModifications() - Method in class org.opends.server.schema.SchemaHandler
Returns the list of offline modifications made to the schema, which is built once when initializing the schema.
getOffset() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the positional offset of the target entry in the result set, if applicable, where 1 is the first entry.
getOid() - Method in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
 
getOid() - Method in interface org.forgerock.opendj.ldap.controls.Control
Returns the numeric OID associated with this control.
getOid() - Method in interface org.forgerock.opendj.ldap.controls.ControlDecoder
Returns the numeric OID associated with this control decoder.
getOid() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaItRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.RelaxRulesRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
 
getOid() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
 
getOid() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedRequest
 
getOid() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
getOid() - Method in class org.forgerock.opendj.ldap.messages.AbstractIntermediateResponse
 
getOid() - Method in class org.forgerock.opendj.ldap.messages.CancelExtendedRequest
 
getOid() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedRequest
Returns the numeric OID associated with this extended request.
getOid() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
Returns the numeric OID, if any, associated with this extended result.
getOid() - Method in class org.forgerock.opendj.ldap.messages.GenericExtendedRequest
 
getOid() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
getOid() - Method in interface org.forgerock.opendj.ldap.messages.GenericIntermediateResponse
 
getOid() - Method in interface org.forgerock.opendj.ldap.messages.IntermediateResponse
Returns the numeric OID, if any, associated with this intermediate response.
getOid() - Method in class org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
 
getOid() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
getOid() - Method in class org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
 
getOid() - Method in class org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
 
getOid() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
getOid() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the OID for this schema definition.
getOid() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the OID for this schema definition.
getOid() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns the numeric OID of this name form.
getOid() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns the OID for this schema definition.
getOid() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Retrieves the OID for this attribute syntax.
getOid() - Method in class org.opends.server.controls.EntryChangelogNotificationResponseControl
 
getOid() - Method in class org.opends.server.controls.ExternalChangelogRequestControl
 
getOid() - Method in class org.opends.server.controls.InternalModificationsRequestControl
 
getOid() - Method in class org.opends.server.controls.ReplicatedRequestControl
 
getOid() - Method in class org.opends.server.controls.SearchBaseDnBackendOnlyControl
 
getOid() - Method in class org.opends.server.plugins.ChangeNumberControlPlugin.CsnResponseControl
 
getOid() - Method in class org.opends.server.replication.plugin.ReplicationRepairRequestControl
 
getOIDSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the OID Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.38.
getOldestChangeNumber() - Method in interface org.opends.server.replication.server.changelog.api.ChangelogDB
Returns the oldest changelog change number.
getOldestChangeNumber() - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
getOldestChangeNumber() - Method in class org.opends.server.replication.server.ReplicationServer
Returns the oldest change number in the change number index DB.
getOldestModificationTime() - Method in class org.opends.server.schema.SchemaHandler
Returns the oldest modification time for schema files.
getOldestRecord() - Method in interface org.opends.server.replication.server.changelog.api.ChangeNumberIndexDB
Get the oldest record stored in this DB.
getOldestState() - Method in class org.opends.server.replication.server.ReplicationServerDomain
Returns the oldest known state for the domain, made of the oldest CSN stored for each replica id.
getOldPassword() - Method in class org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
Returns the current password for the user, if known.
getOperation() - Method in class org.forgerock.json.resource.PatchOperation
Returns the type of patch operation to be performed.
getOperation() - Method in class org.opends.server.backends.task.Task
Retrieves the operation used to create this task in the server.
getOperationId() - Method in class org.forgerock.opendj.server.core.RequestContext
Returns the operation id associated to the request.
getOperationID() - Method in class org.opends.server.types.Operation
 
getOperationID() - Method in interface org.opends.server.types.operation.PluginOperation
Retrieves the operation ID for this operation.
getOperationsAbandoned() - Method in class org.opends.server.protocols.ldap.LdapStatistics
Retrieves the number of operations that have been abandoned by clients.
getOperationType() - Method in exception org.forgerock.opendj.config.client.OperationRejectedException
Gets the type of operation that caused this exception.
getOperator() - Method in class org.opends.server.authorization.dseecompat.Target
Returns the operator of this expression.
getOption(Option<T>) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the value associated to the provided Option or the option default value, if there is no such option in this schema.
getOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns an unmodifiable set containing the optional attributes for this DIT content rule.
getOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns an unmodifiable set containing the optional attributes of this name form.
getOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns an unmodifiable set containing the optional attributes for this object class and any superior object classes that it might have.
getOptionalPromptMsg() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Returns prompt message to know whether a value should be provided for this parameter.
getOptions() - Method in class org.forgerock.opendj.discovery.Partition.Server
Return the connections options for this server.
getOptions() - Method in interface org.forgerock.opendj.io.RxServerSocket
Returns a copy of the options currently used by this server socket.
getOptions() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an Iterable containing the options contained in this attribute description.
getOptions() - Method in class org.forgerock.opendj.ldap.LdapServer
Returns a copy of the options currently used by this LDAP listener.
getOptions() - Method in class org.opends.server.discovery.Partition.Server
Return the connections options for this server.
getOrCreateCategoryMask(String) - Static method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns the mask associated to the given category name.
getOrCreateLocalizedLogger(String) - Static method in class org.forgerock.i18n.slf4j.LocalizedLogger
Creates a localized logger with the provided category name, or returns it if it already exists.
getOrCreateReplicationServerDomain(Dn) - Method in class org.opends.server.replication.server.ReplicationServer
Get the ReplicationServerDomain associated to the base DN given in parameter.
getOrderingAssertion(ByteString, ByteString, boolean, boolean) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Compiles the provided ordering assertion value range as an Assertion suitable for use with ordering search filters, including greaterOrEqual and lessOrEqual.
getOrderingAssertion(Schema, ByteString, ByteString, boolean, boolean) - Method in class org.forgerock.opendj.ldap.schema.AbstractOrderingMatchingRuleImpl
 
getOrderingAssertion(Schema, ByteString, ByteString, boolean, boolean) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Compiles the provided ordering assertion value range as an Assertion suitable for use with ordering search filters, including greaterOrEqual and lessOrEqual.
getOrderingAssertion(Schema, ByteString, ByteString, boolean, boolean) - Method in class org.opends.server.replication.plugin.HistoricalCsnOrderingMatchingRuleImpl
 
getOrderingMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the matching rule that should be used for ordering with this attribute type.
getOrderingMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Retrieves the default ordering matching rule that will be used for attributes with this syntax.
getOrderingMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Retrieves the default ordering matching rule that will be used for attributes with this syntax.
getOrderingMatchingRule() - Method in class org.forgerock.opendj.ldap.SortKey
Returns the name or OID of the ordering matching rule, if specified, which should be used when comparing attributes using this sort key.
getOrganizationalPersonObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the organizationalPerson Object Class which has the OID 2.5.6.7.
getOrganizationalRoleObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the organizationalRole Object Class which has the OID 2.5.6.8.
getOrganizationalStatusAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the organizationalStatus Attribute Type which has the OID 0.9.2342.19200300.100.1.45.
getOrganizationalUnitObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the organizationalUnit Object Class which has the OID 2.5.6.5.
getOrganizationObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the organization Object Class which has the OID 2.5.6.4.
getOrigin() - Method in class org.opends.server.controls.InternalModificationsRequestControl
Returns the origin of the modifications.
getOriginalEntry() - Method in class org.opends.server.core.ModifyDnOperation
 
getOriginalEntry() - Method in interface org.opends.server.types.operation.PostCommitModifyDNOperation
Retrieves the current entry, before it is renamed.
getOriginalEntry() - Method in interface org.opends.server.types.operation.PostOperationModifyDNOperation
Retrieves the current entry, before it is renamed.
getOriginalEntry() - Method in interface org.opends.server.types.operation.PostResponseModifyDNOperation
Retrieves the current entry, before it is renamed.
getOriginalEntry() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyDNOperation
Retrieves the current entry, before it is renamed.
getOriginalEntry() - Method in interface org.opends.server.types.operation.PreOperationModifyDNOperation
Retrieves the current entry, before it is renamed.
getOriginalEntry() - Method in interface org.opends.server.types.operation.SubordinateModifyDNOperation
Retrieves the current entry, before it is renamed.
getOrThrow() - Method in interface org.forgerock.util.promise.Promise
Waits if necessary for this Promise to complete, and then returns the result if it completed successfully, or throws an exception representing the cause of the failure.
getOrThrow() - Method in class org.forgerock.util.promise.PromiseImpl
 
getOrThrow(long, TimeUnit) - Method in interface org.forgerock.util.promise.Promise
Waits if necessary for at most the given time for this Promise to complete, and then returns the result if it completed successfully, or throws an exception representing the cause of the failure.
getOrThrow(long, TimeUnit) - Method in class org.forgerock.util.promise.PromiseImpl
 
getOrThrowIfInterrupted() - Method in interface org.forgerock.util.promise.Promise
Waits if necessary for this Promise to complete, and then returns the result if it completed successfully, or throws an exception representing the cause of the failure.
getOrThrowUninterruptibly() - Method in interface org.forgerock.util.promise.Promise
Deprecated.
Since 25.0.0. Prefer using Promise.getOrThrow() and handle properly the InterruptedException in the calling code, or use Promise.getOrThrowIfInterrupted().
getOrThrowUninterruptibly() - Method in class org.forgerock.util.promise.PromiseImpl
Deprecated.
getOrThrowUninterruptibly(long, TimeUnit) - Method in interface org.forgerock.util.promise.Promise
Deprecated.
Since 25.0.0. Prefer using Promise.get(long, TimeUnit) and handle properly the InterruptedException in the calling code, or use Promise.getOrThrowIfInterrupted().
getOrThrowUninterruptibly(long, TimeUnit) - Method in class org.forgerock.util.promise.PromiseImpl
Deprecated.
getOtherMailboxSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Other Mailbox Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.39.
getOUAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the ou Attribute Type which has the OID 2.5.4.11.
getOutputStream() - Method in class org.opends.server.types.LDIFExportConfig
Retrieves the output stream that should be used to write the LDIF data.
getOverrideSeverity() - Method in interface org.forgerock.opendj.server.config.client.ErrorLogPublisherCfgClient
Gets the "override-severity" property.
getOverrideSeverity() - Method in interface org.forgerock.opendj.server.config.server.ErrorLogPublisherCfg
Gets the "override-severity" property.
getOverrideSeverityPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ConsoleErrorLogPublisherCfgDefn
Get the "override-severity" property definition.
getOverrideSeverityPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn
Get the "override-severity" property definition.
getOverrideSeverityPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
Get the "override-severity" property definition.
getOwnerAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the owner Attribute Type which has the OID 2.5.4.32.
getPackageScope() - Method in class org.opends.server.tools.supportextract.ChangelogDbDataCollectorTask
 
getPagedResultsCookie() - Method in interface org.forgerock.json.resource.QueryRequest
Returns the opaque cookie which is used by the resource provider to track its position in the set of query results.
getPagedResultsCookie() - Method in interface org.forgerock.json.resource.QueryResponse
Returns the opaque cookie which can be used for the next cookie-based paged request.
getPagedResultsOffset() - Method in interface org.forgerock.json.resource.QueryRequest
Returns the zero-based index of the first resource which should be included in the query results.
getPagerAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the pager Attribute Type which has the OID 0.9.2342.19200300.100.1.42.
getPageSize() - Method in interface org.forgerock.json.resource.QueryRequest
Returns the requested page results page size or 0 if paged results are not required.
getPairComparator() - Static method in class org.forgerock.util.Pair
Returns a comparator for Pairs of comparable objects.
getParameter(String) - Method in class org.forgerock.json.resource.http.HttpContext
Returns an unmodifiable list containing the values of the named HTTP request parameter.
getParameterAsString(String) - Method in class org.forgerock.json.resource.http.HttpContext
Returns the first value of the named HTTP request parameter.
getParameters() - Method in class org.forgerock.json.resource.http.HttpContext
Returns an unmodifiable map of the HTTP request parameters.
getParent() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Get the parent managed object definition, if applicable.
getParent() - Method in class org.forgerock.opendj.server.core.AbstractContext
 
getParentDefinition() - Method in class org.forgerock.opendj.config.RelationDefinition
Get the definition of the parent managed object.
getParentDNInSuffix(Dn) - Method in class org.opends.server.core.BackendConfigManager
Retrieves the DN that is the immediate parent for this DN.
getParentEntry(Dn) - Method in class org.opends.server.core.DirectoryServer
 
getParentEntry(Dn) - Method in interface org.opends.server.core.ServerContext
Retrieves the entry that is the immediate parent of the entry having the provided DN.
getParentEntryUUID() - Method in class org.opends.server.replication.protocol.AddContext
Get the Unique Id of the parent of the added entry.
getParentEntryUUID() - Method in class org.opends.server.replication.protocol.AddMsg
Get the parent unique id of this add msg.
getParentPath() - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
Gets the name of the managed object which is the parent of the aggregated managed objects.
getParentUuid() - Method in class org.opends.server.controls.ReplicatedRequestControl
Returns the additional UUID.
getPartialManagedObject() - Method in exception org.forgerock.opendj.config.client.ManagedObjectDecodingException
Get the partially created managed object containing properties which were successfully decoded and empty properties for those which were not (this may include empty mandatory properties).
getPartialManagedObject() - Method in exception org.forgerock.opendj.config.server.ServerManagedObjectDecodingException
Get the partially created server managed object containing properties which were successfully decoded and empty properties for those which were not (this may include empty mandatory properties).
getPartition(Collection<Dn>) - Method in class org.forgerock.opendj.discovery.ReplicationServiceDiscoveryMechanism
 
getPartition(Collection<Dn>) - Method in interface org.forgerock.opendj.discovery.ServiceDiscoveryMechanism
Returns the partition.
getPartition(Collection<Dn>) - Method in class org.forgerock.opendj.discovery.StaticServiceDiscoveryMechanism
 
getPartition(Collection<Dn>) - Method in class org.opends.server.discovery.ReplicationServiceDiscoveryMechanism
 
getPartition(Collection<Dn>) - Method in interface org.opends.server.discovery.ServiceDiscoveryMechanism
Returns the partitions.
getPartition(Collection<Dn>) - Method in class org.opends.server.discovery.StaticServiceDiscoveryMechanism
 
getPartitionBaseDn() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "partition-base-dn" property.
getPartitionBaseDn() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "partition-base-dn" property.
getPartitionBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "partition-base-dn" property definition.
getPartitionId() - Method in class org.forgerock.opendj.discovery.Partition
Returns the ID for the partition.
getPartitionId() - Method in class org.opends.server.discovery.Partition
Returns the ID for the partition.
getPassword() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
Gets the password of the keystore.
getPassword() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
Gets Elasticsearch password for HTTP basic authentication.
getPassword() - Method in class org.forgerock.audit.secure.JcaKeyStoreHandler
 
getPassword() - Method in interface org.forgerock.audit.secure.KeyStoreHandler
Returns the password.
getPassword() - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
 
getPassword() - Method in class org.forgerock.audit.secure.KeyStoreSecureStorage
 
getPassword() - Method in interface org.forgerock.audit.secure.SecureStorage
Returns the password used to access the storage.
getPasswordAttribute() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "password-attribute" property.
getPasswordAttribute() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "password-attribute" property.
getPasswordAttribute() - Method in class org.opends.server.core.PasswordPolicy
Gets the "password-attribute" property.
getPasswordAttribute() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getPasswordAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "password-attribute" property definition.
getPasswordChangedTime() - Method in class org.opends.server.core.PasswordPolicyState
Retrieves the time that the password was last changed.
getPasswordChangeRequiresCurrentPasswordPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "password-change-requires-current-password" property definition.
getPasswordCharacterSet() - Method in interface org.forgerock.opendj.server.config.client.RandomPasswordGeneratorCfgClient
Gets the "password-character-set" property.
getPasswordCharacterSet() - Method in interface org.forgerock.opendj.server.config.server.RandomPasswordGeneratorCfg
Gets the "password-character-set" property.
getPasswordCharacterSetPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RandomPasswordGeneratorCfgDefn
Get the "password-character-set" property definition.
getPasswordExpirationTime() - Method in class org.opends.server.core.PasswordPolicyState
Retrieves the time that the user's password should expire (if the expiration is in the future) or did expire (if the expiration was in the past).
getPasswordExpirationWarningInterval() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "password-expiration-warning-interval" property.
getPasswordExpirationWarningInterval() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "password-expiration-warning-interval" property.
getPasswordExpirationWarningInterval() - Method in class org.opends.server.core.PasswordPolicy
Gets the "password-expiration-warning-interval" property in seconds.
getPasswordExpirationWarningInterval() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getPasswordExpirationWarningIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "password-expiration-warning-interval" property definition.
getPasswordFormat() - Method in interface org.forgerock.opendj.server.config.client.RandomPasswordGeneratorCfgClient
Gets the "password-format" property.
getPasswordFormat() - Method in interface org.forgerock.opendj.server.config.server.RandomPasswordGeneratorCfg
Gets the "password-format" property.
getPasswordFormatPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RandomPasswordGeneratorCfgDefn
Get the "password-format" property definition.
getPasswordGenerator() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "password-generator" property.
getPasswordGenerator() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "password-generator" property.
getPasswordGenerator() - Method in class org.opends.server.core.PasswordPolicy
Retrieves the password generator that will be used with this password policy.
getPasswordGenerator() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getPasswordGenerator(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Password Generator.
getPasswordGenerator(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Password Generator.
getPasswordGenerator(Dn) - Method in class org.opends.server.core.DirectoryServer
 
getPasswordGenerator(Dn) - Method in interface org.opends.server.core.ServerContext
Retrieves the password generator registered with the provided configuration entry DN.
getPasswordGeneratorDn() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "password-generator" property as a DN.
getPasswordGeneratorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "password-generator" property definition.
getPasswordGeneratorsRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "password-generators" relation definition.
getPasswordHistoryCount() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "password-history-count" property.
getPasswordHistoryCount() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "password-history-count" property.
getPasswordHistoryCount() - Method in class org.opends.server.core.PasswordPolicy
Gets the "password-history-count" property.
getPasswordHistoryCount() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getPasswordHistoryCountPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "password-history-count" property definition.
getPasswordHistoryDuration() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "password-history-duration" property.
getPasswordHistoryDuration() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "password-history-duration" property.
getPasswordHistoryDuration() - Method in class org.opends.server.core.PasswordPolicy
Gets the "password-history-duration" property in seconds.
getPasswordHistoryDuration() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getPasswordHistoryDurationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "password-history-duration" property definition.
getPasswordPoliciesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "password-policies" relation definition.
getPasswordPolicy(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Password Policy.
getPasswordPolicy(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Password Policy.
getPasswordStorageScheme(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Password Storage Scheme.
getPasswordStorageScheme(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Password Storage Scheme.
getPasswordStorageScheme(String) - Method in class org.opends.server.core.DirectoryServer
 
getPasswordStorageScheme(String) - Method in interface org.opends.server.core.ServerContext
Retrieves the specified password storage scheme.
getPasswordStorageScheme(Dn) - Method in class org.opends.server.core.DirectoryServer
 
getPasswordStorageScheme(Dn) - Method in interface org.opends.server.core.ServerContext
Retrieves the password storage scheme defined in the specified configuration entry.
getPasswordStorageSchemes() - Method in class org.opends.server.core.DirectoryServer
 
getPasswordStorageSchemes() - Method in interface org.opends.server.core.ServerContext
Retrieves the set of password storage schemes defined in the Directory Server, as a mapping between the all-lowercase scheme name and the corresponding implementation.
getPasswordStorageSchemesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "password-storage-schemes" relation definition.
getPasswordValidator() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "password-validator" property.
getPasswordValidator() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "password-validator" property.
getPasswordValidator(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Password Validator.
getPasswordValidator(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Password Validator.
getPasswordValidator(Dn) - Method in class org.opends.server.core.DirectoryServer
 
getPasswordValidator(Dn) - Method in interface org.opends.server.core.ServerContext
Retrieves the password validator registered with the provided configuration entry DN.
getPasswordValidatorDns() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "password-validator" property as a set of DNs.
getPasswordValidatorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "password-validator" property definition.
getPasswordValidators() - Method in class org.opends.server.core.PasswordPolicy
Retrieves the set of password validators for this password policy.
getPasswordValidators() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getPasswordValidatorsRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "password-validators" relation definition.
getPasswordValues() - Method in class org.opends.server.core.PasswordPolicyState
Retrieves the unmodifiable set of values for the password attribute from the user entry.
getPasswordVerifier(boolean) - Static method in interface org.opends.server.core.PasswordVerifier
Returns the user or authentication password verifier.
getPatchOperations() - Method in interface org.forgerock.json.resource.PatchRequest
Returns the list of patch operations which should be performed against the targeted resource.
getPath() - Method in class org.forgerock.json.resource.http.HttpContext
Returns the HTTP request path.
getPath() - Method in class org.forgerock.opendj.setup.model.Profile
Returns this profile path.
getPath() - Method in class org.forgerock.opendj.setup.model.TempLogFile
Return the absolute path of the temp log file.
getPath(JsonPointer, String) - Method in class org.forgerock.json.schema.validator.validators.Validator
Gets the valid JSONPath of the node or the given property.
getPattern() - Method in class org.forgerock.opendj.config.StringPropertyDefinition
Gets the optional regular expression pattern which values of this property must match.
getPatternSynopsis() - Method in class org.forgerock.opendj.config.StringPropertyDefinition
Gets the pattern synopsis of this string property definition in the default locale.
getPatternSynopsis(Locale) - Method in class org.forgerock.opendj.config.StringPropertyDefinition
Gets the optional pattern synopsis of this string property definition in the specified locale.
getPatternUsage() - Method in class org.forgerock.opendj.config.StringPropertyDefinition
Gets a user-friendly usage string representing the pattern which can be used in error messages and help (e.g.
getPbkdf2Iterations() - Method in interface org.forgerock.opendj.server.config.client.Pbkdf2PasswordStorageSchemeCfgClient
Gets the "pbkdf2-iterations" property.
getPbkdf2Iterations() - Method in interface org.forgerock.opendj.server.config.server.Pbkdf2PasswordStorageSchemeCfg
Gets the "pbkdf2-iterations" property.
getPbkdf2IterationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2HmacSha256PasswordStorageSchemeCfgDefn
Get the "pbkdf2-iterations" property definition.
getPbkdf2IterationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2HmacSha512PasswordStorageSchemeCfgDefn
Get the "pbkdf2-iterations" property definition.
getPbkdf2IterationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2PasswordStorageSchemeCfgDefn
Get the "pbkdf2-iterations" property definition.
getPeerCertificate() - Method in interface org.opends.server.replication.protocol.Session
Returns the certificate presented by the peer during TLS handshake.
getPemDirectory() - Method in interface org.forgerock.opendj.server.config.client.PemKeyManagerProviderCfgClient
Gets the "pem-directory" property.
getPemDirectory() - Method in interface org.forgerock.opendj.server.config.client.PemTrustManagerProviderCfgClient
Gets the "pem-directory" property.
getPemDirectory() - Method in interface org.forgerock.opendj.server.config.server.PemKeyManagerProviderCfg
Gets the "pem-directory" property.
getPemDirectory() - Method in interface org.forgerock.opendj.server.config.server.PemTrustManagerProviderCfg
Gets the "pem-directory" property.
getPemDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PemKeyManagerProviderCfgDefn
Get the "pem-directory" property definition.
getPemDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PemTrustManagerProviderCfgDefn
Get the "pem-directory" property definition.
getPendingValues() - Method in interface org.forgerock.opendj.config.client.spi.Property
Get an immutable set view of this property's pending values.
getPercentiles() - Method in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig
 
getPeriodMillis() - Method in class org.forgerock.opendj.ldap.TimeoutScheduler
Returns the period in milliseconds between successive task invocations.
getPermission() - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Gets the "permission" property.
getPermission() - Method in interface org.forgerock.opendj.server.config.server.GlobalAccessControlPolicyCfg
Gets the "permission" property.
getPermissionPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn
Get the "permission" property definition.
getPersistentSearches() - Method in class org.opends.server.api.ClientConnection
Retrieves the set of persistent searches registered for this client.
getPersistentSearches() - Method in class org.opends.server.api.LocalBackend
Returns the persistent searches currently active against this local backend.
getPersonalTitleAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the personalTitle Attribute Type which has the OID 0.9.2342.19200300.100.1.40.
getPersonObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the person Object Class which has the OID 2.5.6.6.
getPhysicalDeliveryOfficeNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the physicalDeliveryOfficeName Attribute Type which has the OID 2.5.4.19.
getPkcs11ProviderArg() - Method in interface org.forgerock.opendj.server.config.client.Pkcs11KeyManagerProviderCfgClient
Gets the "pkcs11-provider-arg" property.
getPkcs11ProviderArg() - Method in interface org.forgerock.opendj.server.config.client.Pkcs11TrustManagerProviderCfgClient
Gets the "pkcs11-provider-arg" property.
getPkcs11ProviderArg() - Method in interface org.forgerock.opendj.server.config.server.Pkcs11KeyManagerProviderCfg
Gets the "pkcs11-provider-arg" property.
getPkcs11ProviderArg() - Method in interface org.forgerock.opendj.server.config.server.Pkcs11TrustManagerProviderCfg
Gets the "pkcs11-provider-arg" property.
getPkcs11ProviderArgPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pkcs11KeyManagerProviderCfgDefn
Get the "pkcs11-provider-arg" property definition.
getPkcs11ProviderArgPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pkcs11TrustManagerProviderCfgDefn
Get the "pkcs11-provider-arg" property definition.
getPkcs11ProviderClass() - Method in interface org.forgerock.opendj.server.config.client.Pkcs11KeyManagerProviderCfgClient
Gets the "pkcs11-provider-class" property.
getPkcs11ProviderClass() - Method in interface org.forgerock.opendj.server.config.client.Pkcs11TrustManagerProviderCfgClient
Gets the "pkcs11-provider-class" property.
getPkcs11ProviderClass() - Method in interface org.forgerock.opendj.server.config.server.Pkcs11KeyManagerProviderCfg
Gets the "pkcs11-provider-class" property.
getPkcs11ProviderClass() - Method in interface org.forgerock.opendj.server.config.server.Pkcs11TrustManagerProviderCfg
Gets the "pkcs11-provider-class" property.
getPkcs11ProviderClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pkcs11KeyManagerProviderCfgDefn
Get the "pkcs11-provider-class" property definition.
getPkcs11ProviderClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pkcs11TrustManagerProviderCfgDefn
Get the "pkcs11-provider-class" property definition.
getPkcs11ProviderName() - Method in interface org.forgerock.opendj.server.config.client.Pkcs11KeyManagerProviderCfgClient
Gets the "pkcs11-provider-name" property.
getPkcs11ProviderName() - Method in interface org.forgerock.opendj.server.config.client.Pkcs11TrustManagerProviderCfgClient
Gets the "pkcs11-provider-name" property.
getPkcs11ProviderName() - Method in interface org.forgerock.opendj.server.config.server.Pkcs11KeyManagerProviderCfg
Gets the "pkcs11-provider-name" property.
getPkcs11ProviderName() - Method in interface org.forgerock.opendj.server.config.server.Pkcs11TrustManagerProviderCfg
Gets the "pkcs11-provider-name" property.
getPkcs11ProviderNamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pkcs11KeyManagerProviderCfgDefn
Get the "pkcs11-provider-name" property definition.
getPkcs11ProviderNamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pkcs11TrustManagerProviderCfgDefn
Get the "pkcs11-provider-name" property definition.
getPkiCaObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the pkiCA Object Class which has the OID 2.5.6.22.
getPkiUserObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the pkiUser Object Class which has the OID 2.5.6.21.
getPlaintextValue(ByteString) - Method in class org.opends.server.api.PasswordStorageScheme
Retrieves the original plaintext value for the provided stored password.
getPlaintextValue(ByteString) - Method in class org.opends.server.extensions.Base64PasswordStorageScheme
 
getPlaintextValue(ByteString) - Method in class org.opends.server.extensions.ClearPasswordStorageScheme
 
getPlaintextValue(ByteString) - Method in class org.opends.server.extensions.AESPasswordStorageScheme
 
getPlugin(String) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the named Plugin.
getPlugin(String) - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the named Plugin.
getPluginConfigManager() - Method in class org.opends.server.core.DirectoryServer
 
getPluginConfigManager() - Method in interface org.opends.server.core.ServerContext
Retrieves a reference to the Directory Server plugin configuration manager.
getPluginEntryDN() - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Retrieves the DN of the configuration entry for this plugin.
getPluginOrderIntermediateResponse() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-intermediate-response" property.
getPluginOrderIntermediateResponse() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-intermediate-response" property.
getPluginOrderIntermediateResponsePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-intermediate-response" property definition.
getPluginOrderLdifImport() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-ldif-import" property.
getPluginOrderLdifImport() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-ldif-import" property.
getPluginOrderLdifImportBegin() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-ldif-import-begin" property.
getPluginOrderLdifImportBegin() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-ldif-import-begin" property.
getPluginOrderLdifImportBeginPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-ldif-import-begin" property definition.
getPluginOrderLdifImportEnd() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-ldif-import-end" property.
getPluginOrderLdifImportEnd() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-ldif-import-end" property.
getPluginOrderLdifImportEndPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-ldif-import-end" property definition.
getPluginOrderLdifImportPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-ldif-import" property definition.
getPluginOrderPostCommitAdd() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-commit-add" property.
getPluginOrderPostCommitAdd() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-commit-add" property.
getPluginOrderPostCommitAddPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-commit-add" property definition.
getPluginOrderPostCommitDelete() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-commit-delete" property.
getPluginOrderPostCommitDelete() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-commit-delete" property.
getPluginOrderPostCommitDeletePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-commit-delete" property definition.
getPluginOrderPostCommitModify() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-commit-modify" property.
getPluginOrderPostCommitModify() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-commit-modify" property.
getPluginOrderPostCommitModifyDn() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-commit-modify-dn" property.
getPluginOrderPostCommitModifyDn() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-commit-modify-dn" property.
getPluginOrderPostCommitModifyDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-commit-modify-dn" property definition.
getPluginOrderPostCommitModifyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-commit-modify" property definition.
getPluginOrderPostConnect() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-connect" property.
getPluginOrderPostConnect() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-connect" property.
getPluginOrderPostConnectPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-connect" property definition.
getPluginOrderPostDisconnect() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-disconnect" property.
getPluginOrderPostDisconnect() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-disconnect" property.
getPluginOrderPostDisconnectPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-disconnect" property definition.
getPluginOrderPostOperationAbandon() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-operation-abandon" property.
getPluginOrderPostOperationAbandon() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-operation-abandon" property.
getPluginOrderPostOperationAbandonPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-operation-abandon" property definition.
getPluginOrderPostOperationAdd() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-operation-add" property.
getPluginOrderPostOperationAdd() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-operation-add" property.
getPluginOrderPostOperationAddPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-operation-add" property definition.
getPluginOrderPostOperationBind() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-operation-bind" property.
getPluginOrderPostOperationBind() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-operation-bind" property.
getPluginOrderPostOperationBindPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-operation-bind" property definition.
getPluginOrderPostOperationCompare() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-operation-compare" property.
getPluginOrderPostOperationCompare() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-operation-compare" property.
getPluginOrderPostOperationComparePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-operation-compare" property definition.
getPluginOrderPostOperationDelete() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-operation-delete" property.
getPluginOrderPostOperationDelete() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-operation-delete" property.
getPluginOrderPostOperationDeletePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-operation-delete" property definition.
getPluginOrderPostOperationExtended() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-operation-extended" property.
getPluginOrderPostOperationExtended() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-operation-extended" property.
getPluginOrderPostOperationExtendedPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-operation-extended" property definition.
getPluginOrderPostOperationModify() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-operation-modify" property.
getPluginOrderPostOperationModify() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-operation-modify" property.
getPluginOrderPostOperationModifyDn() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-operation-modify-dn" property.
getPluginOrderPostOperationModifyDn() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-operation-modify-dn" property.
getPluginOrderPostOperationModifyDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-operation-modify-dn" property definition.
getPluginOrderPostOperationModifyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-operation-modify" property definition.
getPluginOrderPostOperationSearch() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-operation-search" property.
getPluginOrderPostOperationSearch() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-operation-search" property.
getPluginOrderPostOperationSearchPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-operation-search" property definition.
getPluginOrderPostOperationUnbind() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-operation-unbind" property.
getPluginOrderPostOperationUnbind() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-operation-unbind" property.
getPluginOrderPostOperationUnbindPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-operation-unbind" property definition.
getPluginOrderPostResponseAdd() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-response-add" property.
getPluginOrderPostResponseAdd() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-response-add" property.
getPluginOrderPostResponseAddPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-response-add" property definition.
getPluginOrderPostResponseBind() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-response-bind" property.
getPluginOrderPostResponseBind() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-response-bind" property.
getPluginOrderPostResponseBindPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-response-bind" property definition.
getPluginOrderPostResponseCompare() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-response-compare" property.
getPluginOrderPostResponseCompare() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-response-compare" property.
getPluginOrderPostResponseComparePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-response-compare" property definition.
getPluginOrderPostResponseDelete() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-response-delete" property.
getPluginOrderPostResponseDelete() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-response-delete" property.
getPluginOrderPostResponseDeletePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-response-delete" property definition.
getPluginOrderPostResponseExtended() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-response-extended" property.
getPluginOrderPostResponseExtended() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-response-extended" property.
getPluginOrderPostResponseExtendedPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-response-extended" property definition.
getPluginOrderPostResponseModify() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-response-modify" property.
getPluginOrderPostResponseModify() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-response-modify" property.
getPluginOrderPostResponseModifyDn() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-response-modify-dn" property.
getPluginOrderPostResponseModifyDn() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-response-modify-dn" property.
getPluginOrderPostResponseModifyDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-response-modify-dn" property definition.
getPluginOrderPostResponseModifyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-response-modify" property definition.
getPluginOrderPostResponseSearch() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-response-search" property.
getPluginOrderPostResponseSearch() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-response-search" property.
getPluginOrderPostResponseSearchPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-response-search" property definition.
getPluginOrderPostSynchronizationAdd() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-synchronization-add" property.
getPluginOrderPostSynchronizationAdd() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-synchronization-add" property.
getPluginOrderPostSynchronizationAddPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-synchronization-add" property definition.
getPluginOrderPostSynchronizationDelete() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-synchronization-delete" property.
getPluginOrderPostSynchronizationDelete() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-synchronization-delete" property.
getPluginOrderPostSynchronizationDeletePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-synchronization-delete" property definition.
getPluginOrderPostSynchronizationModify() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-synchronization-modify" property.
getPluginOrderPostSynchronizationModify() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-synchronization-modify" property.
getPluginOrderPostSynchronizationModifyDn() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-post-synchronization-modify-dn" property.
getPluginOrderPostSynchronizationModifyDn() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-post-synchronization-modify-dn" property.
getPluginOrderPostSynchronizationModifyDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-synchronization-modify-dn" property definition.
getPluginOrderPostSynchronizationModifyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-post-synchronization-modify" property definition.
getPluginOrderPreOperationAdd() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-pre-operation-add" property.
getPluginOrderPreOperationAdd() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-pre-operation-add" property.
getPluginOrderPreOperationAddPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-pre-operation-add" property definition.
getPluginOrderPreOperationBind() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-pre-operation-bind" property.
getPluginOrderPreOperationBind() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-pre-operation-bind" property.
getPluginOrderPreOperationBindPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-pre-operation-bind" property definition.
getPluginOrderPreOperationCompare() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-pre-operation-compare" property.
getPluginOrderPreOperationCompare() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-pre-operation-compare" property.
getPluginOrderPreOperationComparePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-pre-operation-compare" property definition.
getPluginOrderPreOperationDelete() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-pre-operation-delete" property.
getPluginOrderPreOperationDelete() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-pre-operation-delete" property.
getPluginOrderPreOperationDeletePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-pre-operation-delete" property definition.
getPluginOrderPreOperationExtended() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-pre-operation-extended" property.
getPluginOrderPreOperationExtended() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-pre-operation-extended" property.
getPluginOrderPreOperationExtendedPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-pre-operation-extended" property definition.
getPluginOrderPreOperationModify() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-pre-operation-modify" property.
getPluginOrderPreOperationModify() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-pre-operation-modify" property.
getPluginOrderPreOperationModifyDn() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-pre-operation-modify-dn" property.
getPluginOrderPreOperationModifyDn() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-pre-operation-modify-dn" property.
getPluginOrderPreOperationModifyDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-pre-operation-modify-dn" property definition.
getPluginOrderPreOperationModifyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-pre-operation-modify" property definition.
getPluginOrderPreOperationSearch() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-pre-operation-search" property.
getPluginOrderPreOperationSearch() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-pre-operation-search" property.
getPluginOrderPreOperationSearchPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-pre-operation-search" property definition.
getPluginOrderPreParseAbandon() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-pre-parse-abandon" property.
getPluginOrderPreParseAbandon() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-pre-parse-abandon" property.
getPluginOrderPreParseAbandonPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-pre-parse-abandon" property definition.
getPluginOrderPreParseAdd() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-pre-parse-add" property.
getPluginOrderPreParseAdd() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-pre-parse-add" property.
getPluginOrderPreParseAddPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-pre-parse-add" property definition.
getPluginOrderPreParseBind() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-pre-parse-bind" property.
getPluginOrderPreParseBind() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-pre-parse-bind" property.
getPluginOrderPreParseBindPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-pre-parse-bind" property definition.
getPluginOrderPreParseCompare() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-pre-parse-compare" property.
getPluginOrderPreParseCompare() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-pre-parse-compare" property.
getPluginOrderPreParseComparePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-pre-parse-compare" property definition.
getPluginOrderPreParseDelete() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-pre-parse-delete" property.
getPluginOrderPreParseDelete() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-pre-parse-delete" property.
getPluginOrderPreParseDeletePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-pre-parse-delete" property definition.
getPluginOrderPreParseExtended() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-pre-parse-extended" property.
getPluginOrderPreParseExtended() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-pre-parse-extended" property.
getPluginOrderPreParseExtendedPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-pre-parse-extended" property definition.
getPluginOrderPreParseModify() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-pre-parse-modify" property.
getPluginOrderPreParseModify() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-pre-parse-modify" property.
getPluginOrderPreParseModifyDn() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-pre-parse-modify-dn" property.
getPluginOrderPreParseModifyDn() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-pre-parse-modify-dn" property.
getPluginOrderPreParseModifyDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-pre-parse-modify-dn" property definition.
getPluginOrderPreParseModifyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-pre-parse-modify" property definition.
getPluginOrderPreParseSearch() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-pre-parse-search" property.
getPluginOrderPreParseSearch() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-pre-parse-search" property.
getPluginOrderPreParseSearchPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-pre-parse-search" property definition.
getPluginOrderPreParseUnbind() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-pre-parse-unbind" property.
getPluginOrderPreParseUnbind() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-pre-parse-unbind" property.
getPluginOrderPreParseUnbindPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-pre-parse-unbind" property definition.
getPluginOrderSearchResultEntry() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-search-result-entry" property.
getPluginOrderSearchResultEntry() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-search-result-entry" property.
getPluginOrderSearchResultEntryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-search-result-entry" property definition.
getPluginOrderSearchResultReference() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-search-result-reference" property.
getPluginOrderSearchResultReference() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-search-result-reference" property.
getPluginOrderSearchResultReferencePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-search-result-reference" property definition.
getPluginOrderShutdown() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-shutdown" property.
getPluginOrderShutdown() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-shutdown" property.
getPluginOrderShutdownPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-shutdown" property definition.
getPluginOrderStartup() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-startup" property.
getPluginOrderStartup() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-startup" property.
getPluginOrderStartupPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-startup" property definition.
getPluginOrderSubordinateDelete() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-subordinate-delete" property.
getPluginOrderSubordinateDelete() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-subordinate-delete" property.
getPluginOrderSubordinateDeletePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-subordinate-delete" property definition.
getPluginOrderSubordinateModifyDn() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Gets the "plugin-order-subordinate-modify-dn" property.
getPluginOrderSubordinateModifyDn() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Gets the "plugin-order-subordinate-modify-dn" property.
getPluginOrderSubordinateModifyDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugin-order-subordinate-modify-dn" property definition.
getPluginRoot() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the Plugin Root.
getPluginRoot() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the Plugin Root.
getPluginRootRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "plugin-root" relation definition.
getPluginsRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
Get the "plugins" relation definition.
getPluginType() - Method in interface org.forgerock.opendj.server.config.client.AttributeCleanupPluginCfgClient
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.client.ChangeNumberControlPluginCfgClient
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.client.EntityTagPluginCfgClient
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.client.EntryUuidPluginCfgClient
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.client.GraphiteMonitorReporterPluginCfgClient
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.client.LastModPluginCfgClient
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.client.LdapAttributeDescriptionListPluginCfgClient
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyImportPluginCfgClient
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.client.PluginCfgClient
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.client.SambaPasswordPluginCfgClient
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.client.SevenBitCleanPluginCfgClient
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.client.UniqueAttributePluginCfgClient
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.server.AttributeCleanupPluginCfg
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.server.ChangeNumberControlPluginCfg
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.server.EntityTagPluginCfg
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.server.EntryUuidPluginCfg
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.server.GraphiteMonitorReporterPluginCfg
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.server.LastModPluginCfg
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.server.LdapAttributeDescriptionListPluginCfg
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyImportPluginCfg
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.server.PluginCfg
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.server.SambaPasswordPluginCfg
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.server.SevenBitCleanPluginCfg
Gets the "plugin-type" property.
getPluginType() - Method in interface org.forgerock.opendj.server.config.server.UniqueAttributePluginCfg
Gets the "plugin-type" property.
getPluginTypeNames() - Static method in enum class org.opends.server.api.plugin.PluginType
Retrieves a hash set containing the names of all the plugin types.
getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeCleanupPluginCfgDefn
Get the "plugin-type" property definition.
getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ChangeNumberControlPluginCfgDefn
Get the "plugin-type" property definition.
getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagPluginCfgDefn
Get the "plugin-type" property definition.
getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUuidPluginCfgDefn
Get the "plugin-type" property definition.
getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FractionalLdifImportPluginCfgDefn
Get the "plugin-type" property definition.
getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GraphiteMonitorReporterPluginCfgDefn
Get the "plugin-type" property definition.
getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LastModPluginCfgDefn
Get the "plugin-type" property definition.
getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapAttributeDescriptionListPluginCfgDefn
Get the "plugin-type" property definition.
getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyImportPluginCfgDefn
Get the "plugin-type" property definition.
getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginCfgDefn
Get the "plugin-type" property definition.
getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
Get the "plugin-type" property definition.
getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn
Get the "plugin-type" property definition.
getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SevenBitCleanPluginCfgDefn
Get the "plugin-type" property definition.
getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UniqueAttributePluginCfgDefn
Get the "plugin-type" property definition.
getPluginTypes() - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Retrieves the plugin types for which this plugin is registered.
getPluralName() - Method in class org.forgerock.opendj.config.InstantiableRelationDefinition
Get the plural name of the relation.
getPluralName() - Method in class org.forgerock.opendj.config.SetRelationDefinition
Gets the plural name of the relation.
getPointer() - Method in class org.forgerock.json.JsonValue
Returns the pointer of the JSON value in its JSON structure.
getPollInterval() - Method in interface org.forgerock.opendj.server.config.client.LdifConnectionHandlerCfgClient
Gets the "poll-interval" property.
getPollInterval() - Method in interface org.forgerock.opendj.server.config.server.LdifConnectionHandlerCfg
Gets the "poll-interval" property.
getPollIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdifConnectionHandlerCfgDefn
Get the "poll-interval" property definition.
getPort() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
Gets the port for the connection (default 9200).
getPort() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.ConnectionConfiguration
Gets the port for the connection (default 8088).
getPort() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
Returns the port of the Syslog daemon to which messages should be published.
getPort() - Method in class org.forgerock.opendj.ldap.LdapUrl
Returns the port number of the LDAP server referenced by this LDAP URL.
getPort() - Method in class org.opends.server.types.LDAPURL
Retrieves the port for this LDAP URL.
getPortPromptMsg() - Method in class org.forgerock.opendj.setup.model.Profile.HostPortParameter
Returns the user message used for prompting user for the remote server port.
getPositionStrategy() - Method in class org.opends.server.replication.server.changelog.api.DBCursor.CursorOptions
Returns the positioning strategy.
getPostalAddressAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the postalAddress Attribute Type which has the OID 2.5.4.16.
getPostalAddressSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Postal Address Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.41.
getPostalCodeAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the postalCode Attribute Type which has the OID 2.5.4.17.
getPostOfficeBoxAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the postOfficeBox Attribute Type which has the OID 2.5.4.18.
getPreferredDeliveryMethodAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the preferredDeliveryMethod Attribute Type which has the OID 2.5.4.28.
getPreferredLocale() - Method in class org.forgerock.util.i18n.PreferredLocales
The preferred locale, i.e.
getPreferredLocales() - Method in interface org.forgerock.json.resource.ActionRequest
 
getPreferredLocales() - Method in interface org.forgerock.json.resource.CreateRequest
 
getPreferredLocales() - Method in interface org.forgerock.json.resource.DeleteRequest
 
getPreferredLocales() - Method in interface org.forgerock.json.resource.PatchRequest
 
getPreferredLocales() - Method in interface org.forgerock.json.resource.QueryRequest
 
getPreferredLocales() - Method in interface org.forgerock.json.resource.ReadRequest
 
getPreferredLocales() - Method in interface org.forgerock.json.resource.Request
Get the locale preference for the request.
getPreferredLocales() - Method in interface org.forgerock.json.resource.UpdateRequest
 
getPreloadTimeLimit() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Gets the "preload-time-limit" property.
getPreloadTimeLimit() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Gets the "preload-time-limit" property.
getPreloadTimeLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "preload-time-limit" property definition.
getPreloadTimeLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
Get the "preload-time-limit" property definition.
getPresentationAddressMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the presentationAddressMatch Matching Rule which has the OID 2.5.13.22.
getPresentationAddressSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Presentation Address Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.43.
getPreviousLastLoginTimeFormat() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "previous-last-login-time-format" property.
getPreviousLastLoginTimeFormat() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "previous-last-login-time-format" property.
getPreviousLastLoginTimeFormatPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "previous-last-login-time-format" property definition.
getPreviousLastLoginTimeFormats() - Method in class org.opends.server.core.PasswordPolicy
Gets the "previous-last-login-time-format" property.
getPreviousLastLoginTimeFormats() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getPreviousName() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Returns the distinguished name that the entry had prior to a modify DN operation, or null if the operation was not a modify DN.
getPrimaryGroupId() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Gets the "primary-group-id" property.
getPrimaryGroupId() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
Gets the "primary-group-id" property.
getPrimaryGroupIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
Get the "primary-group-id" property definition.
getPrimaryRemoteLdapServer() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Gets the "primary-remote-ldap-server" property.
getPrimaryRemoteLdapServer() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "primary-remote-ldap-server" property.
getPrimaryRemoteLdapServerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the "primary-remote-ldap-server" property definition.
getPrimaryServer() - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Gets the "primary-server" property.
getPrimaryServer() - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
Gets the "primary-server" property.
getPrimaryServerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
Get the "primary-server" property definition.
getPrimaryServers() - Method in class org.forgerock.opendj.discovery.Partition
Returns the set of primary server to use.
getPrimaryServers() - Method in class org.opends.server.discovery.Partition
Returns the set of primary server to use.
getPrincipalName() - Method in interface org.forgerock.opendj.server.config.client.GssapiSaslMechanismHandlerCfgClient
Gets the "principal-name" property.
getPrincipalName() - Method in interface org.forgerock.opendj.server.config.server.GssapiSaslMechanismHandlerCfg
Gets the "principal-name" property.
getPrincipalNamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn
Get the "principal-name" property definition.
getPrintableExtensionInformation(Path, Path) - Static method in class org.forgerock.opendj.config.ConfigurationFramework
Returns a string representing all information about extensions.
getPrintableStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Printable String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.44.
getPriorities() - Static method in enum class org.forgerock.util.thread.listener.ShutdownPriority
Returns list of all the priorities (ordered from the highest to the lowest priority) defined in the system.
getPrivateKey(String) - Method in class org.forgerock.secrets.SecretsKeyManager
 
getPrivateKey(String, String) - Method in class org.forgerock.security.keystore.KeyStoreManager
Gets the Private Key from the KeyStore with the given alias.
getProcessId() - Method in class org.opends.server.replication.protocol.ExtendedStartMsg
Returns the processID in this message.
getProductName() - Method in interface org.forgerock.audit.providers.ProductInfoProvider
Returns the name of the application hosting the AuditService.
getProgress() - Method in class org.opends.server.tools.upgrade.ProgressMonitor
Returns an integer which represents the task's progress percentage, i.e.
getProhibitedAttributes() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns an unmodifiable set containing the prohibited attributes for this DIT content rule.
getPromptForValueMsg() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Returns this profile parameter prompt message.
getProperties() - Method in class org.forgerock.security.keystore.MapKeyStoreParameters
Return the properties used to configure the keystore.
getProperty(String) - Method in interface org.forgerock.config.resolvers.PropertyResolver
getProperty(String) - Method in class org.opends.server.backup.BackupStorageConfig
Returns the value of the configuration of the backup storage for the specified key or null if there is no value.
getProperty(String, boolean) - Method in class org.forgerock.config.resolvers.ChainedPropertyResolver
 
getProperty(String, boolean) - Method in class org.forgerock.config.resolvers.EnvironmentVariableResolver
 
getProperty(String, boolean) - Method in class org.forgerock.config.resolvers.FlatFileResolver
Deprecated.
 
getProperty(String, boolean) - Method in class org.forgerock.config.resolvers.JsonValueResolver
 
getProperty(String, boolean) - Method in class org.forgerock.config.resolvers.ProductPathResolver
 
getProperty(String, boolean) - Method in class org.forgerock.config.resolvers.PropertiesResolver
 
getProperty(String, boolean) - Method in interface org.forgerock.config.resolvers.PropertyResolver
Returns the value of the specified property.
getProperty(String, boolean) - Method in class org.forgerock.config.resolvers.SystemPropertyResolver
 
getProperty(String, boolean) - Method in class org.forgerock.opendj.config.server.FileContentResolver
 
getProperty(String, String) - Method in interface org.forgerock.config.resolvers.PropertyResolver
getProperty(String, String, boolean) - Method in interface org.forgerock.config.resolvers.PropertyResolver
Returns the value of the specified property.
getProperty(PropertyDefinition<P>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
Gets the property associated with the specified property definition.
getProperty(PropertyDefinition<T>) - Method in class org.forgerock.opendj.config.client.spi.PropertySet
Get the property associated with the specified property definition.
getPropertyDefaultValues(PropertyDefinition<P>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Gets a mutable copy of the set of default values for the specified property.
getPropertyDefaultValues(PropertyDefinition<P>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
getPropertyDefinition() - Method in interface org.forgerock.opendj.config.client.spi.Property
Get the property definition associated with this property.
getPropertyDefinition() - Method in class org.forgerock.opendj.config.conditions.ContainsCondition
Returns the property definition associated with this condition.
getPropertyDefinition() - Method in exception org.forgerock.opendj.config.PropertyException
Returns the property definition associated with the property that caused the exception.
getPropertyDefinition(String) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Get the specified property definition associated with this type of managed object.
getPropertyDefinitions() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Get the property definitions defined by this managed object definition.
getPropertyKeyFormSet() - Static method in enum class org.opends.messages.Severity
Returns a set of string representing all Severitys' abbreviated representations.
getPropertyName() - Method in class org.forgerock.opendj.config.AbsoluteInheritedDefaultBehaviorProvider
Gets the name of the property containing the inherited default values.
getPropertyName() - Method in exception org.forgerock.opendj.config.PropertyNotFoundException
Get the name of the property that could not be found.
getPropertyName() - Method in class org.forgerock.opendj.config.RelativeInheritedDefaultBehaviorProvider
Gets the name of the property containing the inherited default values.
getPropertyResolver() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Returns the PropertyResolver to be used by Directory Server when resolving configuration expressions to values.
getPropertyType(JsonValue, JsonPointer) - Static method in class org.forgerock.audit.events.AuditEventHelper
Gets a AuditEvent property type.
getPropertyValue(ManagedObjectPath<?, ?>, PropertyDefinition<P>) - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
 
getPropertyValue(ManagedObjectPath<?, ?>, PropertyDefinition<P>) - Method in interface org.forgerock.opendj.config.client.ManagementContext
Gets the effective value of a property in the named managed object.
getPropertyValue(PropertyDefinition<P>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Gets the effective value of the specified property.
getPropertyValue(PropertyDefinition<P>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
getPropertyValue(PropertyDefinition<T>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Get the effective value of the specified property.
getPropertyValueAsString() - Method in class org.forgerock.opendj.config.conditions.ContainsCondition
Returns the value that must be set for this condition to be fulfilled.
getPropertyValues(ManagedObjectPath<?, ?>, PropertyDefinition<P>) - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
 
getPropertyValues(ManagedObjectPath<?, ?>, PropertyDefinition<P>) - Method in interface org.forgerock.opendj.config.client.ManagementContext
Gets the effective values of a property in the named managed object.
getPropertyValues(ManagedObjectPath<C, S>, PropertyDefinition<P>) - Method in class org.forgerock.opendj.config.client.spi.Driver
Gets the effective values of a property in the named managed object.
getPropertyValues(PropertyDefinition<P>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Gets a mutable copy of the set of effective values for the specified property.
getPropertyValues(PropertyDefinition<P>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
getPropertyValues(PropertyDefinition<T>) - Method in class org.forgerock.opendj.config.DefaultManagedObject
Gets a mutable copy of the set of property values for the specified property.
getPropertyValues(PropertyDefinition<T>) - Method in interface org.forgerock.opendj.config.PropertyProvider
Get the property values associated with the specified property definition.
getPropertyValues(PropertyDefinition<T>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Get the effective values of the specified property.
getProtectionParameter() - Method in class org.forgerock.opendj.security.KeyStoreParameters
 
getProtectionParameter() - Method in class org.forgerock.secrets.SecretsLoadStoreParameter
 
getProtectionParameter() - Method in class org.forgerock.security.keystore.MapKeyStoreParameters
We do not expect this method to be called.
getProtocol() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
Returns the protocol over which messages transmitted to the Syslog daemon.
getProtocol() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns the transport protocol used by the client to communicate with the proxy.
getProtocol() - Method in class org.opends.server.api.ClientConnection
Retrieves the protocol that the client is using to communicate with the Directory Server.
getProtocol() - Method in class org.opends.server.api.ConnectionHandler
Retrieves the name of the protocol used to communicate with clients.
getProtocol() - Method in interface org.opends.server.loggers.HTTPRequestInfo
Returns the protocol used for this request.
getProtocol() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
 
getProtocol() - Method in class org.opends.server.protocols.http.HttpLogContext
 
getProtocol() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
 
getProtocol() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
 
getProtocol() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
getProtocol() - Method in class org.opends.server.protocols.LDIFConnectionHandler
 
getProtocolInformationMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the protocolInformationMatch Matching Rule which has the OID 2.5.13.24.
getProtocolInformationSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Protocol Information Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.42.
getProtocolOp() - Method in class org.forgerock.opendj.ldap.messages.LdapMessage
Returns the protocol-op contained in this message.
getProtocolOperationType() - Method in enum class org.forgerock.opendj.ldap.messages.Request.RequestType
Returns the protocol operation type.
getProtocolOpType() - Method in class org.forgerock.opendj.ldap.messages.LdapMessage
Returns the protocol-op type.
getProtocolOpType() - Method in class org.forgerock.opendj.ldap.messages.UnknownRequest
Returns the LDAP protocol-op type.
getProtocolScheme() - Method in enum class org.forgerock.opendj.ldap.ConnectionSecurity
Returns the protocol scheme associated to this connection security.
getProtocolVersion() - Method in class org.forgerock.opendj.io.LdapWriter
Returns the protocol version supported by this LdapWriter.
getProtocolVersion() - Method in exception org.opends.server.replication.protocol.NotSupportedOldVersionPDUException
Get the PDU protocol version.
getProtocolVersion() - Method in interface org.opends.server.replication.protocol.Session
Returns the version of the protocol that is currently used.
getProvider() - Method in class org.forgerock.secrets.SecretBuilder
Returns the security provider associated with this secret, or null if not specified.
getProvider() - Method in class org.opends.server.types.VirtualAttributeRule
Retrieves the virtual attribute provider used to generate the values.
getProviderName() - Method in class org.forgerock.opendj.security.DeploymentId.DeploymentIdParameters
Returns the key-pair generator provider name.
getProxiedAuthorizationDn() - Method in class org.forgerock.opendj.server.core.RequestContext
Returns the proxied authorization DN if proxy authorization has been requested.
getProxiedAuthorizationDN() - Method in class org.opends.server.types.Operation
Retrieves the proxied authorization DN for this operation if proxied authorization has been requested.
getProxiedAuthorizationIdentityMapper() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "proxied-authorization-identity-mapper" property.
getProxiedAuthorizationIdentityMapper() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "proxied-authorization-identity-mapper" property.
getProxiedAuthorizationIdentityMapperDns() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "proxied-authorization-identity-mapper" property as a set of DNs.
getProxiedAuthorizationIdentityMapperDNs() - Method in class org.opends.server.core.CoreConfigManager
Retrieves the DNs of the configuration entry for the identity mappers that should be used in conjunction with proxied authorization V2 controls.
getProxiedAuthorizationIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "proxied-authorization-identity-mapper" property definition.
getProxiedAuthorizationIdentityMappers() - Method in class org.opends.server.core.DirectoryServer
 
getProxiedAuthorizationIdentityMappers() - Method in interface org.opends.server.core.ServerContext
Retrieves the identity mappers that should be used to resolve authorization IDs contained in proxied authorization V2 controls.
getProxyProtocolAllowedClient() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Gets the "proxy-protocol-allowed-client" property.
getProxyProtocolAllowedClient() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "proxy-protocol-allowed-client" property.
getProxyProtocolAllowedClient() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "proxy-protocol-allowed-client" property.
getProxyProtocolAllowedClient() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
Gets the "proxy-protocol-allowed-client" property.
getProxyProtocolAllowedClient() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "proxy-protocol-allowed-client" property.
getProxyProtocolAllowedClient() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "proxy-protocol-allowed-client" property.
getProxyProtocolAllowedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
Get the "proxy-protocol-allowed-client" property definition.
getProxyProtocolAllowedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "proxy-protocol-allowed-client" property definition.
getProxyProtocolAllowedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "proxy-protocol-allowed-client" property definition.
getProxyProtocolEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
Get the "proxy-protocol-enabled" property definition.
getProxyProtocolEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "proxy-protocol-enabled" property definition.
getProxyProtocolEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "proxy-protocol-enabled" property definition.
getProxyProtocolHeader() - Method in interface org.forgerock.opendj.io.LdapSocket
Returns the proxy protocol header sent by the client, or null if proxy protocol is not enabled.
getProxyProtocolHeader() - Method in interface org.forgerock.opendj.ldap.LdapSession
Returns the proxy protocol header sent by the client, or null if the proxy protocol is disabled.
getProxyUserDn() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "proxy-user-dn" property.
getProxyUserDn() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "proxy-user-dn" property.
getProxyUserDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "proxy-user-dn" property definition.
getProxyUserPassword() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "proxy-user-password" property.
getProxyUserPassword() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "proxy-user-password" property.
getProxyUserPasswordPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "proxy-user-password" property definition.
getPublicKey() - Method in class org.forgerock.secrets.keys.CryptoKey
Returns the public key associated with this secret, if one is available.
getPublicKey() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.KeyDetails
Get the PublicKey component of this key.
getPublicKey() - Method in class org.forgerock.secrets.SecretBuilder
Returns the public key associated with this secret, or null if not available.
getPublicKey(Class<T>) - Method in class org.forgerock.secrets.keys.CryptoKey
Returns the public key associated with this secret, if one is available.
getPublicKey(String) - Method in class org.forgerock.security.keystore.KeyStoreManager
Gets the Public Key from the KeyStore with the given alias.
getPublisher(String, Dn, ServerState, ServerState) - Method in class org.opends.server.replication.server.ReplicationServerDomain
Returns a publisher of changes from the provided domain, using the provided states to determine the starting and ending points of each replica of the domain.
getPublisher(InetSocketAddress, SyslogAuditEventHandlerConfiguration) - Method in enum class org.forgerock.audit.handlers.syslog.TransportProtocol
Get the publisher for the given configuration.
getPublisherForDomain(String, Dn, ServerState, ServerState) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
Returns a publisher of changes from the provided domain, using the provided states to determine the starting and ending points of each replica of the domain.
getPublisherForDomain(String, Dn, ServerState, ServerState) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
getPublisherFromCookie(String, MultiDomainServerState, Set<Dn>) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
Returns a publisher of all changes starting from the provided cookie, excluding the changes from the provided set of excluded domains.
getPublisherFromCookie(String, MultiDomainServerState, Set<Dn>) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
getPurgeDelay() - Method in class org.opends.server.replication.server.ReplicationServer
Retrieves the time interval after which changes must be deleted from the persistent storage.
getPurpose() - Method in exception org.forgerock.secrets.NoSuchSecretException
Returns the purpose for which no secret was found, or null if not specified.
getPurposeLabelFromStableId(String) - Method in class org.forgerock.secrets.propertyresolver.OrderedStableIdResolver
 
getPurposeLabelFromStableId(String) - Method in class org.forgerock.secrets.propertyresolver.SingletonStableIdResolver
 
getPurposeLabelFromStableId(String) - Method in interface org.forgerock.secrets.propertyresolver.StableIdResolver
Pulls the purpose label from the stableId.
getPwdSyncPolicy() - Method in interface org.forgerock.opendj.server.config.client.SambaPasswordPluginCfgClient
Gets the "pwd-sync-policy" property.
getPwdSyncPolicy() - Method in interface org.forgerock.opendj.server.config.server.SambaPasswordPluginCfg
Gets the "pwd-sync-policy" property.
getPwdSyncPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn
Get the "pwd-sync-policy" property definition.
getQualityOfProtection() - Method in interface org.forgerock.opendj.server.config.client.DigestMd5SaslMechanismHandlerCfgClient
Gets the "quality-of-protection" property.
getQualityOfProtection() - Method in interface org.forgerock.opendj.server.config.client.GssapiSaslMechanismHandlerCfgClient
Gets the "quality-of-protection" property.
getQualityOfProtection() - Method in interface org.forgerock.opendj.server.config.server.DigestMd5SaslMechanismHandlerCfg
Gets the "quality-of-protection" property.
getQualityOfProtection() - Method in interface org.forgerock.opendj.server.config.server.GssapiSaslMechanismHandlerCfg
Gets the "quality-of-protection" property.
getQualityOfProtectionPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DigestMd5SaslMechanismHandlerCfgDefn
Get the "quality-of-protection" property definition.
getQualityOfProtectionPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn
Get the "quality-of-protection" property definition.
getQueryExpression() - Method in interface org.forgerock.json.resource.QueryRequest
Returns the native query expression which will be used for processing the query request.
getQueryFilter() - Method in interface org.forgerock.json.resource.QueryRequest
Returns the query filter which will be used for selecting which JSON resources will be returned.
getQueryId() - Method in interface org.forgerock.json.resource.QueryRequest
Returns the query identifier for pre-defined queries.
getQueueSize() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Gets the "queue-size" property.
getQueueSize() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Gets the "queue-size" property.
getQueueSize() - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Gets the "queue-size" property.
getQueueSize() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Gets the "queue-size" property.
getQueueSize() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
Gets the "queue-size" property.
getQueueSize() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
Gets the "queue-size" property.
getQueueSize() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
Gets the "queue-size" property.
getQueueSize() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHttpAccessLogPublisherCfg
Gets the "queue-size" property.
getQueueSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
Get the "queue-size" property definition.
getQueueSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
Get the "queue-size" property definition.
getQueueSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
Get the "queue-size" property definition.
getQueueSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHttpAccessLogPublisherCfgDefn
Get the "queue-size" property definition.
getQuoteChar() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvFormatting
Gets the character to use to quote the csv entries.
getRandomCharacters(StringBuilder, int) - Method in class org.opends.server.types.NamedCharacterSet
Appends the specified number of characters chosen at random from this character set to the provided buffer.
getRawBaseDN() - Method in class org.opends.server.types.LDAPURL
Retrieve the raw, unprocessed base DN for this LDAP URL.
getRawData() - Method in class org.forgerock.secrets.SecretBuilder
Returns the raw secret data, or null if the raw data is not available.
getRawDn() - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
Returns the unparsed DN.
getRawProtocolOp() - Method in class org.forgerock.opendj.ldap.messages.UnknownRequest
Returns the unparsed protocol-op bytes.
getReadableRemoteAddress() - Method in interface org.opends.server.replication.protocol.Session
Retrieve the human readable address of the remote server.
getReader(byte[]) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 reader whose source is the provided byte array and having an unlimited maximum BER element size.
getReader(byte[], int) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 reader whose source is the provided byte array and having a user defined maximum BER element size.
getReader(InputStream) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 reader whose source is the provided input stream and having an unlimited maximum BER element size.
getReader(InputStream, int) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 reader whose source is the provided input stream and having a user defined maximum BER element size.
getReader(Asn1Reader, DecodeOptions) - Static method in class org.forgerock.opendj.io.Ldap
Creates a new LDAP reader which will read LDAP messages from an ASN.1 reader using the provided decoding options.
getReader(ByteString) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 reader whose source is the provided byte string and having an unlimited maximum BER element size.
getReader(ByteString, int) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 reader whose source is the provided byte string and having a user defined maximum BER element size.
getReader(ByteStringReader) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 reader whose source is the provided byte string reader and having an unlimited maximum BER element size.
getReader(ByteStringReader, int) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 reader whose source is the provided byte string reader and having a user defined maximum BER element size.
getReadSchemaSearchRequest(Dn) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Constructs a search request for retrieving the named subschema sub-entry.
getRealAttributeOrNull(Attribute) - Static method in class org.opends.server.types.Entries
Returns the provided attribute if it is real or null if it is virtual.
getRealm() - Method in interface org.forgerock.opendj.server.config.client.DigestMd5SaslMechanismHandlerCfgClient
Gets the "realm" property.
getRealm() - Method in interface org.forgerock.opendj.server.config.client.GssapiSaslMechanismHandlerCfgClient
Gets the "realm" property.
getRealm() - Method in interface org.forgerock.opendj.server.config.server.DigestMd5SaslMechanismHandlerCfg
Gets the "realm" property.
getRealm() - Method in interface org.forgerock.opendj.server.config.server.GssapiSaslMechanismHandlerCfg
Gets the "realm" property.
getRealmPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DigestMd5SaslMechanismHandlerCfgDefn
Get the "realm" property definition.
getRealmPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn
Get the "realm" property definition.
getReason() - Method in exception org.forgerock.json.resource.ResourceException
Returns the short reason phrase of the exception.
getReason() - Method in exception org.forgerock.opendj.config.DefinitionDecodingException
Gets the reason why the definition could not be determined.
getReason() - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
Returns the reason why this request is invalid.
getReason() - Method in class org.opends.server.backends.pluggable.spi.StorageStatus
Returns the error message for non working states.
getReason() - Method in class org.opends.server.replication.protocol.StopMsg
Returns the reason for stopping sent by the peer.
getRebuildList() - Method in class org.opends.server.backends.RebuildConfig
Get the list of indexes to rebuild in this configuration.
getRebuildMode() - Method in class org.opends.server.backends.RebuildConfig
Returns the rebuild mode.
getRecipientAddress() - Method in interface org.forgerock.opendj.server.config.client.SmtpAccountStatusNotificationHandlerCfgClient
Gets the "recipient-address" property.
getRecipientAddress() - Method in interface org.forgerock.opendj.server.config.client.SmtpAlertHandlerCfgClient
Gets the "recipient-address" property.
getRecipientAddress() - Method in interface org.forgerock.opendj.server.config.server.SmtpAccountStatusNotificationHandlerCfg
Gets the "recipient-address" property.
getRecipientAddress() - Method in interface org.forgerock.opendj.server.config.server.SmtpAlertHandlerCfg
Gets the "recipient-address" property.
getRecipientAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SmtpAccountStatusNotificationHandlerCfgDefn
Get the "recipient-address" property definition.
getRecipientAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SmtpAlertHandlerCfgDefn
Get the "recipient-address" property definition.
getRecord() - Method in interface org.opends.server.replication.server.changelog.api.DBCursor
Getter for the current record.
getRecord() - Method in class org.opends.server.replication.server.changelog.file.DomainDBCursor
 
getRecord() - Method in class org.opends.server.replication.server.changelog.file.ECLMultiDomainDBCursor
 
getRecordCount(TreeName) - Method in interface org.opends.server.backends.pluggable.spi.ReadableTransaction
Returns the number of key/value pairs in the provided tree.
getRecurringArg() - Method in class org.opends.server.tools.tasks.TaskScheduleArgs
Returns the StringArgument corresponding to a crontab(5) compatible date/time pattern.
getRecurringDateTime() - Method in class org.opends.server.tools.tasks.TaskScheduleArgs
Gets the date/time pattern for recurring task schedule.
getRecurringDateTime() - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
Gets the date/time pattern for recurring task schedule.
getRecurringDateTime() - Method in class org.opends.server.tools.tasks.TaskScheduleUserData
Gets the date/time pattern for recurring task schedule.
getRecurringTask(Dn) - Method in class org.opends.server.backends.task.TaskScheduler
Retrieves the recurring task with the given recurring task ID.
getRecurringTaskCount() - Method in class org.opends.server.backends.task.TaskScheduler
Retrieves the number of recurring tasks in the task backend.
getRecurringTaskEntry() - Method in class org.opends.server.backends.task.RecurringTask
Retrieves the entry containing the data for this recurring task.
getRecurringTaskEntry(Dn) - Method in class org.opends.server.backends.task.TaskScheduler
Retrieves the recurring task entry with the provided DN.
getRecurringTaskID() - Method in class org.opends.server.backends.task.RecurringTask
Retrieves the unique ID assigned to this recurring task.
getRecurringTaskID() - Method in class org.opends.server.backends.task.Task
Retrieves the unique identifier assigned to the recurring task that is associated with this task, if there is one.
getRecurringTaskParentEntry() - Method in class org.opends.server.backends.task.TaskScheduler
Retrieves the entry that is the immediate parent for all recurring task entries in the task backend.
getRecurringTasksParentDN() - Method in class org.opends.server.backends.task.TaskBackend
Retrieves the DN of the entry that is the immediate parent for all recurring task information in the Directory Server.
getReference() - Method in class org.forgerock.json.schema.validator.validators.ReferenceTypeValidator
Returns the reference to the pointed schema.
getReference() - Method in exception org.forgerock.opendj.ldap.SearchResultReferenceIOException
Returns the SearchResultReference which was encountered while processing the search results.
getReferencesSent() - Method in class org.opends.server.core.SearchOperation
Retrieves the number of search references sent to the client for this search operation.
getReferencesSent() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
Retrieves the number of search references sent to the client for this search operation.
getReferencesSent() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
Retrieves the number of search references sent to the client for this search operation.
getReferralsUrl() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "referrals-url" property.
getReferralsUrl() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Gets the "referrals-url" property.
getReferralsUrl() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "referrals-url" property.
getReferralsUrlPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
Get the "referrals-url" property definition.
getReferralsUrlPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "referrals-url" property definition.
getReferralsURLs() - Method in class org.opends.server.replication.protocol.StartSessionMsg
Get the set of referrals URLs.
getReferralUris() - Method in exception org.forgerock.opendj.ldap.LdapException
Returns a List containing the referral URIs included with this result.
getReferralUris() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
getReferralUris() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
getReferralUris() - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
getReferralUris() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
getReferralUris() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
getReferralUris() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
getReferralUris() - Method in interface org.forgerock.opendj.ldap.messages.Result
Returns a List containing the referral URIs included with this result.
getReferralUris() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
getReferralURLs() - Method in class org.opends.server.types.Operation
 
getReferralURLs() - Method in interface org.opends.server.types.operation.InProgressOperation
Retrieves the set of referral URLs for this operation.
getReferralURLs() - Method in interface org.opends.server.types.operation.PostCommitOperation
Retrieves the set of referral URLs for this operation.
getReferralURLs() - Method in interface org.opends.server.types.operation.PostOperationOperation
Retrieves the set of referral URLs for this operation.
getReferralURLs() - Method in interface org.opends.server.types.operation.PostResponseOperation
Retrieves the set of referral URLs for this operation.
getReferralURLs() - Method in interface org.opends.server.types.operation.PostSynchronizationOperation
Retrieves the set of referral URLs for this operation.
getRefinements() - Method in class org.forgerock.opendj.ldap.SubtreeSpecification
Get the specification filter refinements.
getRegisteredAddressAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the registeredAddress Attribute Type which has the OID 2.5.4.26.
getRegisteredHandler(String) - Method in interface org.forgerock.audit.AuditService
Returns the registered handler corresponding to provided name.
getRegisteredHandler(String) - Method in class org.forgerock.audit.AuditServiceProxy
 
getRegisteredHandlers() - Method in interface org.forgerock.audit.AuditService
Returns the registered handlers.
getRegisteredHandlers() - Method in class org.forgerock.audit.AuditServiceProxy
 
getRegisteredPlugin(Dn) - Method in class org.opends.server.core.PluginConfigManager
Retrieves the plugin with the specified configuration entry DN.
getRehashPolicy() - Method in interface org.forgerock.opendj.server.config.client.Argon2PasswordStorageSchemeCfgClient
Gets the "rehash-policy" property.
getRehashPolicy() - Method in interface org.forgerock.opendj.server.config.client.BcryptPasswordStorageSchemeCfgClient
Gets the "rehash-policy" property.
getRehashPolicy() - Method in interface org.forgerock.opendj.server.config.client.Pbkdf2PasswordStorageSchemeCfgClient
Gets the "rehash-policy" property.
getRehashPolicy() - Method in interface org.forgerock.opendj.server.config.server.Argon2PasswordStorageSchemeCfg
Gets the "rehash-policy" property.
getRehashPolicy() - Method in interface org.forgerock.opendj.server.config.server.BcryptPasswordStorageSchemeCfg
Gets the "rehash-policy" property.
getRehashPolicy() - Method in interface org.forgerock.opendj.server.config.server.Pbkdf2PasswordStorageSchemeCfg
Gets the "rehash-policy" property.
getRehashPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn
Get the "rehash-policy" property definition.
getRehashPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn
Get the "rehash-policy" property definition.
getRehashPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2HmacSha256PasswordStorageSchemeCfgDefn
Get the "rehash-policy" property definition.
getRehashPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2HmacSha512PasswordStorageSchemeCfgDefn
Get the "rehash-policy" property definition.
getRehashPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2PasswordStorageSchemeCfgDefn
Get the "rehash-policy" property definition.
getRejectWriter() - Method in class org.opends.server.types.LDIFImportConfig
Retrieves the writer that should be used to write entries that are rejected rather than imported for some reason.
getRelationChildRdnType(InstantiableRelationDefinition<?, ?>) - Method in class org.forgerock.opendj.config.LdapProfile
Gets the LDAP RDN attribute type for child entries of an instantiable relation.
getRelationChildRdnType(InstantiableRelationDefinition<?, ?>) - Method in class org.forgerock.opendj.config.LdapProfile.Wrapper
Gets the LDAP RDN attribute type for child entries of an instantiable relation.
getRelationChildRdnType(SetRelationDefinition<?, ?>) - Method in class org.forgerock.opendj.config.LdapProfile
Gets the LDAP RDN attribute type for child entries of an set relation.
getRelationDefinition() - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
Gets the relation in the parent managed object which contains the aggregated managed objects.
getRelationDefinition() - Method in class org.forgerock.opendj.config.ManagedObjectPath
Get the relation definition of the managed object referred to by this path.
getRelationDefinition(String) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Get the specified relation definition associated with this type of managed object.The search will include any inherited relation definitions.
getRelationDefinitions() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Get the relation definitions defined by this managed object definition.
getRelationObjectClasses() - Method in class org.forgerock.opendj.config.LdapProfile
Gets the LDAP object classes associated with an instantiable or set relation branch.
getRelationRdnSequence(RelationDefinition<?, ?>) - Method in class org.forgerock.opendj.config.LdapProfile
Get an LDAP RDN sequence associated with a relation.
getRelationRdnSequence(RelationDefinition<?, ?>) - Method in class org.forgerock.opendj.config.LdapProfile.Wrapper
Get an LDAP RDN sequence associated with a relation.
getRelativeBaseDN() - Method in class org.forgerock.opendj.ldap.SubtreeSpecification
Get the relative base LocalName, ie the "base" field.
getRelativeOffset() - Method in class org.forgerock.opendj.config.RelativeInheritedDefaultBehaviorProvider
Get the relative location of the parent managed object.
getRemainingPagedResults() - Method in interface org.forgerock.json.resource.QueryResponse
Returns an estimate of the total number of remaining results to be returned in subsequent paged results query requests.
getRemoteAddress() - Method in class org.forgerock.opendj.io.rx.TransformedRxSocket
 
getRemoteAddress() - Method in interface org.forgerock.opendj.io.RxSocket
Returns the InetSocketAddress associated with the remote system.
getRemoteAddress() - Method in interface org.forgerock.opendj.ldap.LdapSession
Returns the InetSocketAddress associated with the remote system.
getRemoteAddress() - Method in class org.opends.server.api.ClientConnection
Retrieves the InetAddress associated with the remote client system.
getRemoteAddress() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Get the address of the bound connection.
getRemoteAddress() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
 
getRemoteAddress() - Method in interface org.opends.server.replication.protocol.Session
Retrieve the IP address and port of the remote server.
getRemovedReplicasCsns(Dn) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
Returns the latest known CSNs for removed replicas.
getRemovedReplicasCsns(Dn) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
getRemoveInboundAttributes() - Method in interface org.forgerock.opendj.server.config.client.AttributeCleanupPluginCfgClient
Gets the "remove-inbound-attributes" property.
getRemoveInboundAttributes() - Method in interface org.forgerock.opendj.server.config.server.AttributeCleanupPluginCfg
Gets the "remove-inbound-attributes" property.
getRemoveInboundAttributesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeCleanupPluginCfgDefn
Get the "remove-inbound-attributes" property definition.
getRenameInboundAttributes() - Method in interface org.forgerock.opendj.server.config.client.AttributeCleanupPluginCfgClient
Gets the "rename-inbound-attributes" property.
getRenameInboundAttributes() - Method in interface org.forgerock.opendj.server.config.server.AttributeCleanupPluginCfg
Gets the "rename-inbound-attributes" property.
getRenameInboundAttributesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeCleanupPluginCfgDefn
Get the "rename-inbound-attributes" property definition.
getReplacePattern() - Method in interface org.forgerock.opendj.server.config.client.RegularExpressionIdentityMapperCfgClient
Gets the "replace-pattern" property.
getReplacePattern() - Method in interface org.forgerock.opendj.server.config.server.RegularExpressionIdentityMapperCfg
Gets the "replace-pattern" property.
getReplacePatternPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RegularExpressionIdentityMapperCfgDefn
Get the "replace-pattern" property definition.
getReplicaDbDescription(DomainReplicaId) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
Returns a textual description of the contents of the changelog of the provided replica and domain.
getReplicaDbDescription(DomainReplicaId) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
getReplicaId() - Method in class org.opends.server.replication.common.CSN
Getter for the replica ID.
getReplicaId() - Method in class org.opends.server.replication.protocol.ServerStartMsg
Get the replica ID from the message.
getReplicaId() - Method in record class org.opends.server.replication.server.changelog.api.UpdateRecord
Returns the replica ID of the replica the message belongs to.
getReplicaId() - Method in class org.opends.server.replication.service.ReplicationBroker
Gets the replica id.
getReplicaId() - Method in class org.opends.server.replication.service.ReplicationDomain
Get the replica ID which identifies this Replication Domain inside the Replication Service.
getReplicaIdToCSNMap() - Method in class org.opends.server.replication.common.ServerState
Returns a copy of this ServerState's content as a Map of replicaId to CSN.
getReplicaInfos() - Method in class org.opends.server.replication.protocol.TopologyMsg
Returns the information about DSs in the topology.
getReplicaInfos() - Method in class org.opends.server.replication.service.ReplicationBroker
Gets the info for DSs in the topology (except us).
getReplicaServerStates() - Method in class org.opends.server.replication.protocol.MonitorMsg
Returns the map of replica Ids to server states.
getReplicatedRequestControl(Request) - Static method in class org.opends.server.controls.ReplicatedRequestControl
Returns the replicated request control from the provided request.
getReplicationDbDirectory() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Gets the "replication-db-directory" property.
getReplicationDbDirectory() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Gets the "replication-db-directory" property.
getReplicationDbDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
Get the "replication-db-directory" property definition.
getReplicationDomain(String) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the named Replication Domain.
getReplicationDomain(String) - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the named Replication Domain.
getReplicationDomainDB() - Method in interface org.opends.server.replication.server.changelog.api.ChangelogDB
Returns the ReplicationDomainDB object.
getReplicationDomainDB() - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
getReplicationDomainsRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "replication-domains" relation definition.
getReplicationPort() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Gets the "replication-port" property.
getReplicationPort() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Gets the "replication-port" property.
getReplicationPort() - Method in class org.forgerock.opendj.setup.model.Setup
Returns the replication port set for this server or null if Setup.replicationPort(int) has not been called on this setup object.
getReplicationPort() - Method in class org.opends.server.replication.server.ReplicationServer
Retrieves the port used by this ReplicationServer.
getReplicationPortPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
Get the "replication-port" property definition.
getReplicationPurgeDelay() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "replication-purge-delay" property.
getReplicationPurgeDelay() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Gets the "replication-purge-delay" property.
getReplicationPurgeDelay() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Gets the "replication-purge-delay" property.
getReplicationPurgeDelay() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "replication-purge-delay" property.
getReplicationPurgeDelayPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
Get the "replication-purge-delay" property definition.
getReplicationPurgeDelayPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
Get the "replication-purge-delay" property definition.
getReplicationPurgeDelayPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "replication-purge-delay" property definition.
getReplicationServer() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the Replication Server if it is present.
getReplicationServer() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the Replication Server if it is present.
getReplicationServerDomain(Dn) - Method in class org.opends.server.replication.server.ReplicationServer
Get the ReplicationServerDomain associated to the base DN given in parameter.
getReplicationServerDomains() - Method in class org.opends.server.replication.server.ReplicationServer
Returns the replication server domains managed by this replication server.
getReplicationServerId() - Method in class org.opends.server.replication.service.ReplicationBroker
Gets the server id of the RS we are connected to.
getReplicationServerId() - Method in class org.opends.server.replication.service.ReplicationDomain
Get the replication server ID to which this domain is currently connected.
getReplicationServerPort() - Method in class org.opends.server.replication.service.ReplicationDomain
Get the port of the replicationServer to which this domain is currently connected.
getReplicationServerRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "replication-server" relation definition.
getReplServerDbState() - Method in class org.opends.server.replication.protocol.MonitorMsg
Get the state of the replication server that sent this message.
getReportingInterval() - Method in interface org.forgerock.opendj.server.config.client.GraphiteMonitorReporterPluginCfgClient
Gets the "reporting-interval" property.
getReportingInterval() - Method in interface org.forgerock.opendj.server.config.server.GraphiteMonitorReporterPluginCfg
Gets the "reporting-interval" property.
getReportingIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GraphiteMonitorReporterPluginCfgDefn
Get the "reporting-interval" property definition.
getRequest() - Method in class org.opends.server.core.AbandonOperation
 
getRequest() - Method in class org.opends.server.core.AddOperation
 
getRequest() - Method in class org.opends.server.core.BindOperation
 
getRequest() - Method in class org.opends.server.core.CompareOperation
 
getRequest() - Method in class org.opends.server.core.DeleteOperation
 
getRequest() - Method in class org.opends.server.core.ExtendedOperation
 
getRequest() - Method in class org.opends.server.core.ModifyDnOperation
 
getRequest() - Method in class org.opends.server.core.ModifyOperation
 
getRequest() - Method in class org.opends.server.core.SearchOperation
 
getRequest() - Method in class org.opends.server.core.UnbindOperation
 
getRequest() - Method in class org.opends.server.types.Operation
Returns the request associated to this operation.
getRequest() - Method in interface org.opends.server.types.operation.PluginOperation
Returns the request associated to this operation.
getRequestContext() - Method in class org.opends.server.types.Operation
Returns the request context associated with this operation.
getRequestControl(ControlDecoder<T>) - Method in interface org.opends.server.types.operation.PluginOperation
Retrieves a control included in the request from the client using the default decode options.
getRequestControl(ControlDecoder<T>, DecodeOptions) - Method in class org.opends.server.types.Operation
 
getRequestControl(ControlDecoder<T>, DecodeOptions) - Method in interface org.opends.server.types.operation.PluginOperation
Retrieves a control included in the request from the client.
getRequestControlAliasForOid(String) - Static method in class org.forgerock.opendj.ldap.controls.Controls
Returns the control friendly name alias associated with the provided control OID or OID if no alias has been found.
getRequestControlOidForAliasOrNull(String) - Static method in class org.forgerock.opendj.ldap.controls.Controls
Returns the control OID associated with the provided control "friendly name" alias or null if no OID has been found.
getRequestControls() - Method in class org.opends.server.types.Operation
 
getRequestControls() - Method in interface org.opends.server.types.operation.PluginOperation
Retrieves the set of controls included in the request from the client.
getRequestCount(String) - Method in class org.opends.server.protocols.http.HttpStatistics
Returns the number of HTTP requests of the provided HTTP method that have been processed.
getRequestedStatus() - Method in class org.opends.server.replication.protocol.ChangeStatusMsg
Get the requested status, i.e.
getRequestHandler() - Method in interface org.opends.server.loggers.CommonAudit.HttpLogger
Returns the request handler which can be used for logging HTTP access audit events.
getRequestId() - Method in interface org.forgerock.opendj.ldap.LdapPromise
Returns the request ID of the request if appropriate.
getRequestId() - Method in class org.forgerock.opendj.ldap.messages.AbandonRequest
Returns the request ID of the request to be abandoned.
getRequestId() - Method in class org.forgerock.opendj.ldap.messages.CancelExtendedRequest
Returns the request ID of the request to be abandoned.
getRequestOID() - Method in class org.opends.server.core.ExtendedOperation
Retrieves the OID for the request associated with this extended operation.
getRequestOID() - Method in interface org.opends.server.types.operation.PostOperationExtendedOperation
Retrieves the OID for the request associated with this extended operation.
getRequestOID() - Method in interface org.opends.server.types.operation.PostResponseExtendedOperation
Retrieves the OID for the request associated with this extended operation.
getRequestOID() - Method in interface org.opends.server.types.operation.PreOperationExtendedOperation
Retrieves the OID for the request associated with this extended operation.
getRequestOID() - Method in interface org.opends.server.types.operation.PreParseExtendedOperation
Retrieves the OID for the request associated with this extended operation.
getRequestTargetDnEqualTo() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "request-target-dn-equal-to" property.
getRequestTargetDnEqualTo() - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Gets the "request-target-dn-equal-to" property.
getRequestTargetDnEqualTo() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "request-target-dn-equal-to" property.
getRequestTargetDnEqualTo() - Method in interface org.forgerock.opendj.server.config.server.GlobalAccessControlPolicyCfg
Gets the "request-target-dn-equal-to" property.
getRequestTargetDnEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "request-target-dn-equal-to" property definition.
getRequestTargetDnEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn
Get the "request-target-dn-equal-to" property definition.
getRequestTargetDnEqualToUserDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn
Get the "request-target-dn-equal-to-user-dn" property definition.
getRequestTargetDnNotEqualTo() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "request-target-dn-not-equal-to" property.
getRequestTargetDnNotEqualTo() - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Gets the "request-target-dn-not-equal-to" property.
getRequestTargetDnNotEqualTo() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "request-target-dn-not-equal-to" property.
getRequestTargetDnNotEqualTo() - Method in interface org.forgerock.opendj.server.config.server.GlobalAccessControlPolicyCfg
Gets the "request-target-dn-not-equal-to" property.
getRequestTargetDnNotEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "request-target-dn-not-equal-to" property definition.
getRequestTargetDnNotEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn
Get the "request-target-dn-not-equal-to" property definition.
getRequestType() - Method in interface org.forgerock.json.resource.ActionRequest
 
getRequestType() - Method in interface org.forgerock.json.resource.CreateRequest
 
getRequestType() - Method in interface org.forgerock.json.resource.DeleteRequest
 
getRequestType() - Method in interface org.forgerock.json.resource.PatchRequest
 
getRequestType() - Method in interface org.forgerock.json.resource.QueryRequest
 
getRequestType() - Method in interface org.forgerock.json.resource.ReadRequest
 
getRequestType() - Method in interface org.forgerock.json.resource.Request
Returns the type of this request.
getRequestType() - Method in interface org.forgerock.json.resource.UpdateRequest
 
getRequestValue() - Method in class org.opends.server.core.ExtendedOperation
Retrieves the value for the request associated with this extended operation.
getRequestValue() - Method in interface org.opends.server.types.operation.PostOperationExtendedOperation
Retrieves the value for the request associated with this extended operation.
getRequestValue() - Method in interface org.opends.server.types.operation.PostResponseExtendedOperation
Retrieves the value for the request associated with this extended operation.
getRequestValue() - Method in interface org.opends.server.types.operation.PreOperationExtendedOperation
Retrieves the value for the request associated with this extended operation.
getRequestValue() - Method in interface org.opends.server.types.operation.PreParseExtendedOperation
Retrieves the value for the request associated with this extended operation.
getRequireChangeByTime() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "require-change-by-time" property.
getRequireChangeByTime() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "require-change-by-time" property.
getRequireChangeByTime() - Method in class org.opends.server.core.PasswordPolicy
Retrieves the time by which all users will be required to change their passwords, expressed in the number of milliseconds since midnight of January 1, 1970 (i.e., the zero time for System.currentTimeMillis()).
getRequireChangeByTime() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getRequireChangeByTimePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "require-change-by-time" property definition.
getRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns an unmodifiable set containing the required attributes for this DIT content rule.
getRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns an unmodifiable set containing the required attributes of this name form.
getRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns an unmodifiable set containing the required attributes for this object class and any superior object classes that it might have.
getRequiredChangeTime() - Method in class org.opends.server.core.PasswordPolicyState
Retrieves the timestamp for the last required change time that the user complied with.
getRequiredScope() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2AuthorizationMechanismCfgClient
Gets the "required-scope" property.
getRequiredScope() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2AuthorizationMechanismCfg
Gets the "required-scope" property.
getRequiredScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2AuthorizationMechanismCfgDefn
Get the "required-scope" property definition.
getRequiredScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2CtsAuthorizationMechanismCfgDefn
Get the "required-scope" property definition.
getRequiredScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2FileAuthorizationMechanismCfgDefn
Get the "required-scope" property definition.
getRequiredScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2OpenamAuthorizationMechanismCfgDefn
Get the "required-scope" property definition.
getRequiredScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
Get the "required-scope" property definition.
getRequireSecureAuthenticationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "require-secure-authentication" property definition.
getRequireSecurePasswordChangesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "require-secure-password-changes" property definition.
getReservableMemory() - Method in class org.opends.server.core.MemoryQuota
Returns the amount of reservable memory in bytes.
getResidentialPersonObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the residentialPerson Object Class which has the OID 2.5.6.10.
getResource(String) - Static method in class org.forgerock.util.Loader
Finds the resource with the given name.
getResourceApiVersion() - Method in exception org.forgerock.json.resource.ResourceException
 
getResourceApiVersion() - Method in interface org.forgerock.json.resource.Response
Gets the API version of the resource that the request was routed to.
getResourceDN() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Get the resource DN.
getResourceEntry() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Return the entry being evaluated .
getResourceEntry() - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Get the entry being evaluated.
getResourceLimits() - Method in class org.opends.server.api.ClientConnection
Retrieves the resource limits that will be enforced for searches performed using this client connection.
getResourceLimits() - Method in class org.opends.server.core.CoreConfigManager
Returns the server-configured resource limits.
getResourceLimits() - Method in class org.opends.server.core.SearchOperation
Retrieves the limits for this search operation.
getResourceLimits() - Method in interface org.opends.server.types.operation.InProgressSearchOperation
Retrieves the resource limits for this search operation.
getResourceLimits() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
Retrieves the resource limits for this search operation.
getResourceLimits() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
Retrieves the resource limits for this search operation.
getResourceLimits() - Method in interface org.opends.server.types.operation.PreOperationSearchOperation
Retrieves the resource limits for this search operation.
getResourceLimits() - Method in interface org.opends.server.types.operation.PreParseSearchOperation
Retrieves the resource limits for this search operation.
getResourcePath() - Method in interface org.forgerock.json.resource.ActionRequest
 
getResourcePath() - Method in interface org.forgerock.json.resource.CreateRequest
Returns the path of the JSON resource container beneath which the new resource should be created.
getResourcePath() - Method in interface org.forgerock.json.resource.DeleteRequest
 
getResourcePath() - Method in interface org.forgerock.json.resource.PatchRequest
 
getResourcePath() - Method in interface org.forgerock.json.resource.QueryRequest
 
getResourcePath() - Method in interface org.forgerock.json.resource.ReadRequest
 
getResourcePath() - Method in interface org.forgerock.json.resource.Request
Returns the non-null path of the JSON resource to which this request should be targeted.
getResourcePath() - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.ResourcePathAndVersion
Get the ResourcePath to match.
getResourcePath() - Method in interface org.forgerock.json.resource.UpdateRequest
 
getResourcePathObject() - Method in interface org.forgerock.json.resource.ActionRequest
 
getResourcePathObject() - Method in interface org.forgerock.json.resource.CreateRequest
 
getResourcePathObject() - Method in interface org.forgerock.json.resource.DeleteRequest
 
getResourcePathObject() - Method in interface org.forgerock.json.resource.PatchRequest
 
getResourcePathObject() - Method in interface org.forgerock.json.resource.QueryRequest
 
getResourcePathObject() - Method in interface org.forgerock.json.resource.ReadRequest
 
getResourcePathObject() - Method in interface org.forgerock.json.resource.Request
Returns the non-null path of the JSON resource to which this request should be targeted.
getResourcePathObject() - Method in interface org.forgerock.json.resource.UpdateRequest
 
getResourceResponse() - Method in class org.forgerock.json.resource.IdentifierQueryResourceHandler
Gets the ResourceResponse query result.
getResourceVersion() - Method in interface org.forgerock.json.resource.ActionRequest
 
getResourceVersion() - Method in interface org.forgerock.json.resource.CreateRequest
 
getResourceVersion() - Method in interface org.forgerock.json.resource.DeleteRequest
 
getResourceVersion() - Method in interface org.forgerock.json.resource.PatchRequest
 
getResourceVersion() - Method in interface org.forgerock.json.resource.QueryRequest
 
getResourceVersion() - Method in interface org.forgerock.json.resource.ReadRequest
 
getResourceVersion() - Method in interface org.forgerock.json.resource.Request
Gets the requested API version of the resource.
getResourceVersion() - Method in interface org.forgerock.json.resource.UpdateRequest
 
getResponseControls() - Method in class org.opends.server.core.AbandonOperation
 
getResponseControls() - Method in class org.opends.server.core.AddOperation
 
getResponseControls() - Method in class org.opends.server.core.BindOperation
 
getResponseControls() - Method in class org.opends.server.core.CompareOperation
 
getResponseControls() - Method in class org.opends.server.core.DeleteOperation
 
getResponseControls() - Method in class org.opends.server.core.ExtendedOperation
 
getResponseControls() - Method in class org.opends.server.core.ModifyDnOperation
 
getResponseControls() - Method in class org.opends.server.core.ModifyOperation
 
getResponseControls() - Method in class org.opends.server.core.SearchOperation
 
getResponseControls() - Method in class org.opends.server.core.UnbindOperation
 
getResponseControls() - Method in interface org.opends.server.types.operation.PluginOperation
Retrieves the set of controls to include in the response to the client.
getResponseEntrySizeGreaterThan() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "response-entry-size-greater-than" property.
getResponseEntrySizeGreaterThan() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "response-entry-size-greater-than" property.
getResponseEntrySizeGreaterThanPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "response-entry-size-greater-than" property definition.
getResponseEtimeGreaterThan() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "response-etime-greater-than" property.
getResponseEtimeGreaterThan() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "response-etime-greater-than" property.
getResponseEtimeGreaterThanPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "response-etime-greater-than" property definition.
getResponseEtimeLessThan() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "response-etime-less-than" property.
getResponseEtimeLessThan() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "response-etime-less-than" property.
getResponseEtimeLessThanPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "response-etime-less-than" property definition.
getResponseEtimeProcessingGreaterThan() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "response-etime-processing-greater-than" property.
getResponseEtimeProcessingGreaterThan() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "response-etime-processing-greater-than" property.
getResponseEtimeProcessingGreaterThanPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "response-etime-processing-greater-than" property definition.
getResponseEtimeProcessingLessThan() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "response-etime-processing-less-than" property.
getResponseEtimeProcessingLessThan() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "response-etime-processing-less-than" property.
getResponseEtimeProcessingLessThanPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "response-etime-processing-less-than" property definition.
getResponseEtimeQueueingGreaterThan() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "response-etime-queueing-greater-than" property.
getResponseEtimeQueueingGreaterThan() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "response-etime-queueing-greater-than" property.
getResponseEtimeQueueingGreaterThanPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "response-etime-queueing-greater-than" property definition.
getResponseEtimeQueueingLessThan() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "response-etime-queueing-less-than" property.
getResponseEtimeQueueingLessThan() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "response-etime-queueing-less-than" property.
getResponseEtimeQueueingLessThanPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "response-etime-queueing-less-than" property definition.
getResponseOID() - Method in class org.opends.server.core.ExtendedOperation
Retrieves the OID to include in the response to the client.
getResponseOID() - Method in interface org.opends.server.types.operation.PostOperationExtendedOperation
Retrieves the OID to include in the response to the client.
getResponseOID() - Method in interface org.opends.server.types.operation.PostResponseExtendedOperation
Retrieves the OID to include in the response to the client.
getResponseResultCodeEqualTo() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "response-result-code-equal-to" property.
getResponseResultCodeEqualTo() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "response-result-code-equal-to" property.
getResponseResultCodeEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "response-result-code-equal-to" property definition.
getResponseResultCodeNotEqualTo() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "response-result-code-not-equal-to" property.
getResponseResultCodeNotEqualTo() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "response-result-code-not-equal-to" property.
getResponseResultCodeNotEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "response-result-code-not-equal-to" property definition.
getResponseValue() - Method in class org.opends.server.core.ExtendedOperation
Retrieves the value to include in the response to the client.
getResponseValue() - Method in interface org.opends.server.types.operation.PostOperationExtendedOperation
Retrieves the value to include in the response to the client.
getResponseValue() - Method in interface org.opends.server.types.operation.PostResponseExtendedOperation
Retrieves the value to include in the response to the client.
getRestrictedClient() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Gets the "restricted-client" property.
getRestrictedClient() - Method in interface org.forgerock.opendj.server.config.client.ConnectionHandlerCfgClient
Gets the "restricted-client" property.
getRestrictedClient() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "restricted-client" property.
getRestrictedClient() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
Gets the "restricted-client" property.
getRestrictedClient() - Method in interface org.forgerock.opendj.server.config.server.ConnectionHandlerCfg
Gets the "restricted-client" property.
getRestrictedClient() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "restricted-client" property.
getRestrictedClientConnectionLimit() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Gets the "restricted-client-connection-limit" property.
getRestrictedClientConnectionLimit() - Method in interface org.forgerock.opendj.server.config.client.ConnectionHandlerCfgClient
Gets the "restricted-client-connection-limit" property.
getRestrictedClientConnectionLimit() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "restricted-client-connection-limit" property.
getRestrictedClientConnectionLimit() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
Gets the "restricted-client-connection-limit" property.
getRestrictedClientConnectionLimit() - Method in interface org.forgerock.opendj.server.config.server.ConnectionHandlerCfg
Gets the "restricted-client-connection-limit" property.
getRestrictedClientConnectionLimit() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "restricted-client-connection-limit" property.
getRestrictedClientConnectionLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
Get the "restricted-client-connection-limit" property definition.
getRestrictedClientConnectionLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ConnectionHandlerCfgDefn
Get the "restricted-client-connection-limit" property definition.
getRestrictedClientConnectionLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "restricted-client-connection-limit" property definition.
getRestrictedClientConnectionLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "restricted-client-connection-limit" property definition.
getRestrictedClientConnectionLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JmxConnectionHandlerCfgDefn
Get the "restricted-client-connection-limit" property definition.
getRestrictedClientConnectionLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "restricted-client-connection-limit" property definition.
getRestrictedClientConnectionLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdifConnectionHandlerCfgDefn
Get the "restricted-client-connection-limit" property definition.
getRestrictedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
Get the "restricted-client" property definition.
getRestrictedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ConnectionHandlerCfgDefn
Get the "restricted-client" property definition.
getRestrictedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "restricted-client" property definition.
getRestrictedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "restricted-client" property definition.
getRestrictedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JmxConnectionHandlerCfgDefn
Get the "restricted-client" property definition.
getRestrictedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "restricted-client" property definition.
getRestrictedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdifConnectionHandlerCfgDefn
Get the "restricted-client" property definition.
getResult() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
Returns a result code indicating the outcome of the server-side sort request.
getResult() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
Returns result code indicating the outcome of the virtual list view request.
getResult() - Method in exception org.forgerock.opendj.ldap.LdapException
Returns the error result which caused this exception to be thrown.
getResultCode() - Method in class org.forgerock.opendj.config.server.ConfigChangeResult
Retrieves the result code for this config change result.
getResultCode() - Method in exception org.forgerock.opendj.ldap.LdapException
Returns the result code associated with this result.
getResultCode() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
getResultCode() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
getResultCode() - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
getResultCode() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
getResultCode() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
getResultCode() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
getResultCode() - Method in interface org.forgerock.opendj.ldap.messages.Result
Returns the result code associated with this result.
getResultCode() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
getResultCode() - Method in enum class org.opends.server.types.DisconnectReason
Returns the LDAP result code associated with this disconnect reason.
getResultCode() - Method in class org.opends.server.types.Operation
 
getResultCode() - Method in interface org.opends.server.types.operation.InProgressOperation
Retrieves the result code for this operation.
getResultCode() - Method in interface org.opends.server.types.operation.PostCommitOperation
Retrieves the result code for this operation.
getResultCode() - Method in interface org.opends.server.types.operation.PostOperationOperation
Retrieves the result code for this operation.
getResultCode() - Method in interface org.opends.server.types.operation.PostResponseOperation
Retrieves the result code for this operation.
getResultCode() - Method in interface org.opends.server.types.operation.PostSynchronizationOperation
Retrieves the result code for this operation.
getResultDecoder() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedRequest
 
getResultDecoder() - Method in class org.forgerock.opendj.ldap.messages.CancelExtendedRequest
 
getResultDecoder() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedRequest
Returns a decoder which can be used to decoded responses to this extended request.
getResultDecoder() - Method in class org.forgerock.opendj.ldap.messages.GenericExtendedRequest
 
getResultDecoder() - Method in class org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
 
getResultDecoder() - Method in class org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
 
getResultDecoder() - Method in class org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
 
getRet(EnumBindRuleType) - Method in enum class org.opends.server.authorization.dseecompat.EnumEvalResult
The method tries to determine if the result was undefined, and if so it returns an FAIL enumeration.
getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Gets the "retention-policy" property.
getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Gets the "retention-policy" property.
getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Gets the "retention-policy" property.
getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Gets the "retention-policy" property.
getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Gets the "retention-policy" property.
getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Gets the "retention-policy" property.
getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
Gets the "retention-policy" property.
getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.client.JsonFileHttpAccessLogPublisherCfgClient
Gets the "retention-policy" property.
getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
Gets the "retention-policy" property.
getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Gets the "retention-policy" property.
getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
Gets the "retention-policy" property.
getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
Gets the "retention-policy" property.
getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
Gets the "retention-policy" property.
getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHttpAccessLogPublisherCfg
Gets the "retention-policy" property.
getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
Gets the "retention-policy" property.
getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.server.JsonFileHttpAccessLogPublisherCfg
Gets the "retention-policy" property.
getRetentionPolicy(Dn) - Method in class org.opends.server.core.DirectoryServer
 
getRetentionPolicy(Dn) - Method in interface org.opends.server.core.ServerContext
Retrieves the log retention policy registered for the provided configuration entry.
getRetentionPolicyDns() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
Gets the "retention-policy" property as a set of DNs.
getRetentionPolicyDns() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Gets the "retention-policy" property as a set of DNs.
getRetentionPolicyDns() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
Gets the "retention-policy" property as a set of DNs.
getRetentionPolicyDns() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
Gets the "retention-policy" property as a set of DNs.
getRetentionPolicyDns() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
Gets the "retention-policy" property as a set of DNs.
getRetentionPolicyDns() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHttpAccessLogPublisherCfg
Gets the "retention-policy" property as a set of DNs.
getRetentionPolicyDns() - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
Gets the "retention-policy" property as a set of DNs.
getRetentionPolicyDns() - Method in interface org.forgerock.opendj.server.config.server.JsonFileHttpAccessLogPublisherCfg
Gets the "retention-policy" property as a set of DNs.
getRetentionPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "retention-policy" property definition.
getRetentionPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
Get the "retention-policy" property definition.
getRetentionPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
Get the "retention-policy" property definition.
getRetentionPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
Get the "retention-policy" property definition.
getRetentionPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
Get the "retention-policy" property definition.
getRetentionPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHttpAccessLogPublisherCfgDefn
Get the "retention-policy" property definition.
getRetentionPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
Get the "retention-policy" property definition.
getRetentionPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileHttpAccessLogPublisherCfgDefn
Get the "retention-policy" property definition.
getRetentionTime() - Method in class org.opends.server.backends.task.TaskBackend
Retrieves the length of time in seconds that information for a task should be retained after processing on it has completed.
getReturnBindErrorMessagesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "return-bind-error-messages" property definition.
getReturnNullForMissingPropertiesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HdapEndpointCfgDefn
Get the "return-null-for-missing-properties" property definition.
getReturnNullForMissingPropertiesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Rest2ldapEndpointCfgDefn
Get the "return-null-for-missing-properties" property definition.
getReverseAggregationPropertyDefinitions() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Get the aggregation property definitions which refer directly to this managed object definition.
getReverseRelationDefinitions() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Get the relation definitions which refer directly to this managed object definition.
getRevision() - Method in interface org.forgerock.json.resource.DeleteRequest
Returns the expected version information associated with the JSON resource to be deleted.
getRevision() - Method in interface org.forgerock.json.resource.PatchRequest
Returns the expected version information associated with the JSON resource to be patched.
getRevision() - Method in interface org.forgerock.json.resource.ResourceResponse
Returns the revision of this resource, if known.
getRevision() - Method in interface org.forgerock.json.resource.UpdateRequest
Returns the expected version information associated with the JSON resource to be updated.
getRfc3339UtcTime() - Static method in class org.opends.server.core.TimeThread
Retrieves a string containing the current time in UTC formatted according to RFC3339.
getRFc822localPartObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the rFC822localPart Object Class which has the OID 0.9.2342.19200300.100.4.14.
getRight() - Method in enum class org.opends.server.authorization.dseecompat.EnumRight
Returns the string representation of the right.
getRights() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Return the rights set for this container's LDAP operation.
getRights() - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Return the rights for this container's LDAP operation.
getRMIConnector() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
Get the JMX connection handler's RMI connector.
getRmiPort() - Method in interface org.forgerock.opendj.server.config.client.JmxConnectionHandlerCfgClient
Gets the "rmi-port" property.
getRmiPort() - Method in interface org.forgerock.opendj.server.config.server.JmxConnectionHandlerCfg
Gets the "rmi-port" property.
getRmiPort() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
Get the JMX connection handler's rmi port.
getRmiPortPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JmxConnectionHandlerCfgDefn
Get the "rmi-port" property definition.
getRoleOccupantAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the roleOccupant Attribute Type which has the OID 2.5.4.33.
getRoomNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the roomNumber Attribute Type which has the OID 0.9.2342.19200300.100.1.6.
getRoomObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the room Object Class which has the OID 0.9.2342.19200300.100.4.7.
getRootCaCertificate() - Method in class org.forgerock.opendj.security.DeploymentId
Returns the self-signed CA certificate associated with this deployment ID.
getRootConfig() - Method in class org.opends.server.core.DirectoryServer
 
getRootConfig() - Method in interface org.opends.server.core.ServerContext
Returns the root configuration object.
getRootConfiguration() - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
 
getRootConfiguration() - Method in interface org.forgerock.opendj.config.client.ManagementContext
Gets the root configuration client associated with this management context.
getRootConfiguration() - Method in class org.forgerock.opendj.config.server.ServerManagementContext
Get the root configuration manager associated with this management context.
getRootConfigurationManagedObject() - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
 
getRootConfigurationManagedObject() - Method in interface org.forgerock.opendj.config.client.ManagementContext
Gets the root configuration managed object associated with this management context.
getRootConfigurationManagedObject() - Method in class org.forgerock.opendj.config.client.spi.Driver
Gets the root configuration managed object associated with this management context driver.
getRootConfigurationManagedObject() - Method in class org.forgerock.opendj.config.server.ServerManagementContext
Get the root configuration server managed object associated with this management context.
getRootConnection() - Method in class org.opends.server.core.DirectoryServer
 
getRootConnection() - Method in interface org.opends.server.core.ServerContext
Retrieves a shared internal client connection that is authenticated as a root user.
getRootDseBackend() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the Root Dse Backend.
getRootDseBackend() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the Root Dse Backend.
getRootDSEBackend() - Method in class org.opends.server.core.BackendConfigManager
Retrieves the Root DSE backend.
getRootDseBackendRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "root-dse-backend" relation definition.
getRootEntry() - Method in class org.opends.server.config.ConfigurationHandler
Returns the configuration root entry.
getRootId() - Method in class org.forgerock.opendj.server.core.AbstractContext
 
getRotationFilePrefix() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
Gets the prefix to add to a log file on rotation.
getRotationFileSuffix() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
Gets the suffix to add to a log file on rotation.
getRotationInterval() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
Gets the interval to trigger a file rotation.
getRotationInterval() - Method in class org.forgerock.audit.rotation.TimeLimitRotationPolicy
Gets the rotation duration interval.
getRotationInterval() - Method in interface org.forgerock.opendj.server.config.client.TimeLimitLogRotationPolicyCfgClient
Gets the "rotation-interval" property.
getRotationInterval() - Method in interface org.forgerock.opendj.server.config.server.TimeLimitLogRotationPolicyCfg
Gets the "rotation-interval" property.
getRotationIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TimeLimitLogRotationPolicyCfgDefn
Get the "rotation-interval" property definition.
getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Gets the "rotation-policy" property.
getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Gets the "rotation-policy" property.
getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Gets the "rotation-policy" property.
getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Gets the "rotation-policy" property.
getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Gets the "rotation-policy" property.
getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Gets the "rotation-policy" property.
getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
Gets the "rotation-policy" property.
getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.client.JsonFileHttpAccessLogPublisherCfgClient
Gets the "rotation-policy" property.
getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
Gets the "rotation-policy" property.
getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Gets the "rotation-policy" property.
getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
Gets the "rotation-policy" property.
getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
Gets the "rotation-policy" property.
getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
Gets the "rotation-policy" property.
getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHttpAccessLogPublisherCfg
Gets the "rotation-policy" property.
getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
Gets the "rotation-policy" property.
getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.server.JsonFileHttpAccessLogPublisherCfg
Gets the "rotation-policy" property.
getRotationPolicy(Dn) - Method in class org.opends.server.core.DirectoryServer
 
getRotationPolicy(Dn) - Method in interface org.opends.server.core.ServerContext
Retrieves the log rotation policy registered for the provided configuration entry.
getRotationPolicyDns() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
Gets the "rotation-policy" property as a set of DNs.
getRotationPolicyDns() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Gets the "rotation-policy" property as a set of DNs.
getRotationPolicyDns() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
Gets the "rotation-policy" property as a set of DNs.
getRotationPolicyDns() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
Gets the "rotation-policy" property as a set of DNs.
getRotationPolicyDns() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
Gets the "rotation-policy" property as a set of DNs.
getRotationPolicyDns() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHttpAccessLogPublisherCfg
Gets the "rotation-policy" property as a set of DNs.
getRotationPolicyDns() - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
Gets the "rotation-policy" property as a set of DNs.
getRotationPolicyDns() - Method in interface org.forgerock.opendj.server.config.server.JsonFileHttpAccessLogPublisherCfg
Gets the "rotation-policy" property as a set of DNs.
getRotationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "rotation-policy" property definition.
getRotationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
Get the "rotation-policy" property definition.
getRotationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
Get the "rotation-policy" property definition.
getRotationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
Get the "rotation-policy" property definition.
getRotationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
Get the "rotation-policy" property definition.
getRotationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHttpAccessLogPublisherCfgDefn
Get the "rotation-policy" property definition.
getRotationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
Get the "rotation-policy" property definition.
getRotationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileHttpAccessLogPublisherCfgDefn
Get the "rotation-policy" property definition.
getRotationRetentionCheckInterval() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration
Gets the interval to check time-based file rotation policies.
getRotationTimes() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
Gets a list of times at which file rotation should be triggered; times should be provided as Strings that can be parsed by Duration that each specify an offset from midnight.
getRounds(String) - Static method in class org.opends.server.extensions.BCrypt
Extracts and returns the current cost (number of rounds) of a hashed password.
getRouteAllPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "route-all" property definition.
getRsInfos() - Method in class org.opends.server.replication.protocol.TopologyMsg
Get the RS infos.
getRsInfos() - Method in class org.opends.server.replication.service.ReplicationBroker
Gets the info for RSs in the topology (except the one we are connected to).
getRsServerStates() - Method in class org.opends.server.replication.protocol.MonitorMsg
Returns the map of replication server Ids to server states.
getRuleId() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule
Retrieves the rule ID for this DIT structure rule.
getSafeDocumentBuilder(boolean) - Static method in class org.forgerock.util.xml.XMLUtils
Provides a secure DocumentBuilder implementation, which is protected against different types of entity expansion attacks and makes sure that only locally available DTDs can be referenced within the XML document.
getSafeSAXParser(boolean) - Static method in class org.forgerock.util.xml.XMLUtils
Provides a secure SAXParser instance, which is protected against different types of entity expension, DoS attacks and makes sure that only locally available DTDs can be referenced within the XML document.
getSalt() - Method in class org.forgerock.util.crypto.HKDFKeyGenerator.HKDFMasterKey
Returns the non-secret salt for the master key.
getSambaAdministratorDn() - Method in interface org.forgerock.opendj.server.config.client.SambaPasswordPluginCfgClient
Gets the "samba-administrator-dn" property.
getSambaAdministratorDn() - Method in interface org.forgerock.opendj.server.config.server.SambaPasswordPluginCfg
Gets the "samba-administrator-dn" property.
getSambaAdministratorDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn
Get the "samba-administrator-dn" property definition.
getSASLAuthStateInfo() - Method in class org.opends.server.api.ClientConnection
Retrieves an opaque set of information that may be used for processing multi-stage SASL binds.
getSASLAuthUserEntry() - Method in class org.opends.server.core.BindOperation
 
getSASLAuthUserEntry() - Method in interface org.opends.server.types.operation.PostOperationBindOperation
Retrieves the user entry associated with the SASL authentication attempt.
getSASLAuthUserEntry() - Method in interface org.opends.server.types.operation.PostResponseBindOperation
Retrieves the user entry associated with the SASL authentication attempt.
getSaslClient() - Method in class org.forgerock.opendj.ldap.messages.BindRequest
Returns the SaslClient that will be responsible for continuing the SASL challenge-response sequence as well as potentially installing a SASL security layer once the bind sequence completes, or null if a no SaslClient has been provided.
getSaslCredentials() - Method in class org.forgerock.opendj.ldap.messages.BindRequest
Returns a defensive copy of the optional SASL credentials, or null if the authentication type is not BindRequest.AUTHENTICATION_TYPE_SASL or if the SASL credentials are not present.
getSASLCredentials() - Method in class org.opends.server.core.BindOperation
 
getSASLCredentials() - Method in interface org.opends.server.types.operation.PostOperationBindOperation
Retrieves the SASL credentials for this bind operation.
getSASLCredentials() - Method in interface org.opends.server.types.operation.PostResponseBindOperation
Retrieves the SASL credentials for this bind operation.
getSASLCredentials() - Method in interface org.opends.server.types.operation.PreOperationBindOperation
Retrieves the SASL credentials for this bind operation.
getSASLCredentials() - Method in interface org.opends.server.types.operation.PreParseBindOperation
Retrieves the SASL credentials for this bind operation.
getSaslMechanism() - Method in class org.forgerock.opendj.ldap.messages.BindRequest
Returns the name of the SASL mechanism, e.g.
getSASLMechanism() - Method in class org.opends.server.core.BindOperation
 
getSASLMechanism() - Method in interface org.opends.server.types.operation.PostOperationBindOperation
Retrieves the SASL mechanism for this bind operation.
getSASLMechanism() - Method in interface org.opends.server.types.operation.PostResponseBindOperation
Retrieves the SASL mechanism for this bind operation.
getSASLMechanism() - Method in interface org.opends.server.types.operation.PreOperationBindOperation
Retrieves the SASL mechanism for this bind operation.
getSASLMechanism() - Method in interface org.opends.server.types.operation.PreParseBindOperation
Retrieves the SASL mechanism for this bind operation.
getSaslMechanismHandler(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Sasl Mechanism Handler.
getSaslMechanismHandler(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Sasl Mechanism Handler.
getSASLMechanismHandler(String) - Method in class org.opends.server.core.DirectoryServer
 
getSASLMechanismHandler(String) - Method in interface org.opends.server.core.ServerContext
Retrieves the handler for the specified SASL mechanism.
getSaslMechanismHandlersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "sasl-mechanism-handlers" relation definition.
getSaslNegotiatedProperty(String) - Method in interface org.forgerock.opendj.io.LdapSocket
Returns the specified SASL negotiated property if this socket is using SASL QOP to protect the underlying communication.
getSaslServer() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
Returns the SaslServer to use by the underlying connection, or null if SASL integrity and/or privacy protection must not be enabled.
getSaslServer() - Method in class org.opends.server.core.BindOperation
Returns the SaslServer to use by the underlying connection, or null if SASL integrity and/or privacy protection must not be enabled.
getSaveConfigOnSuccessfulStartupPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "save-config-on-successful-startup" property definition.
getScheduledStartTime() - Method in class org.opends.server.backends.task.Task
Retrieves the scheduled start time for this task, if there is one.
getScheduledStartTime() - Method in class org.opends.server.tools.tasks.TaskEntry
Gets the human-friendly scheduled time.
getScheduledTask(Dn) - Method in class org.opends.server.backends.task.TaskBackend
Retrieves the scheduled task for the entry with the provided DN.
getScheduledTask(Dn) - Method in class org.opends.server.backends.task.TaskScheduler
Retrieves the scheduled task created from the specified entry.
getScheduledTaskCount() - Method in class org.opends.server.backends.task.TaskScheduler
Retrieves the number of scheduled tasks in the task backend.
getScheduledTaskEntry(Dn) - Method in class org.opends.server.backends.task.TaskScheduler
Retrieves the scheduled task entry with the provided DN.
getScheduledTaskParentEntry() - Method in class org.opends.server.backends.task.TaskScheduler
Retrieves the entry that is the immediate parent for all scheduled task entries in the task backend.
getScheduledTasksParentDN() - Method in class org.opends.server.backends.task.TaskBackend
Retrieves the DN of the entry that is the immediate parent for all scheduled task information in the Directory Server.
getScheduleTab() - Method in class org.opends.server.tools.tasks.TaskEntry
Gets recurring schedule tab.
getSchema() - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns the schema used by this backend.
getSchema() - Method in class org.opends.server.core.DirectoryServer
 
getSchema() - Method in interface org.opends.server.core.ServerContext
Returns the schema of the server.
getSchema() - Method in class org.opends.server.schema.SchemaHandler
Returns the schema.
getSchema(String) - Method in class org.forgerock.audit.events.EventTopicsMetaData
Returns the JSON schema for the requested topic if this object has meta-data for that topic.
getSchemaDirectory() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Retrieves the directory that contains the server schema configuration files.
getSchemaDirectory(Path) - Static method in class org.opends.server.types.DirectoryEnvironmentConfig
Retrieves the directory that contains the server schema configuration files.
getSchemaDirectoryPath() - Method in class org.opends.server.schema.SchemaHandler
Retrieves the path to the directory containing the server schema files.
getSchemaEntryDn() - Method in interface org.forgerock.opendj.server.config.client.SchemaBackendCfgClient
Gets the "schema-entry-dn" property.
getSchemaEntryDn() - Method in interface org.forgerock.opendj.server.config.server.SchemaBackendCfg
Gets the "schema-entry-dn" property.
getSchemaEntryDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
Get the "schema-entry-dn" property definition.
getSchemaFiles(Path) - Static method in class org.opends.server.util.SchemaUtils
Returns the list of schema files contained in the provided schema directory.
getSchemaHandler() - Method in class org.opends.server.core.DirectoryServer
 
getSchemaHandler() - Method in interface org.opends.server.core.ServerContext
Returns the schema handler, which provides operations to the schema.
getSchemaLdifResource() - Static method in class org.forgerock.opendj.security.OpenDjSecurityProviderSchema
Returns a URL referencing a resource containing the LDIF schema that is required in order to support the OpenDJ security provider.
getSchemaName() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the user-friendly name of this schema which may be used for debugging purposes.
getSchemaProvider(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Schema Provider.
getSchemaProvider(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Schema Provider.
getSchemaProvidersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "schema-providers" relation definition.
getSchemaResolver() - Method in class org.forgerock.opendj.ldap.DecodeOptions
Returns the strategy for selecting which Schema should be used for decoding distinguished names, attribute descriptions, and other objects which require a Schema in order to be decoded.
getScope() - Method in class org.forgerock.opendj.ldap.LdapUrl
Returns the search scope associated with this LDAP URL.
getScope() - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
Returns the scope of the search.
getScope() - Method in interface org.forgerock.opendj.server.config.client.BackendVlvIndexCfgClient
Gets the "scope" property.
getScope() - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
Gets the "scope" property.
getScope() - Method in interface org.forgerock.opendj.server.config.server.BackendVlvIndexCfg
Gets the "scope" property.
getScope() - Method in interface org.forgerock.opendj.server.config.server.VirtualAttributeCfg
Gets the "scope" property.
getScope() - Method in class org.opends.server.core.SearchOperation
Retrieves the scope for this search operation.
getScope() - Method in class org.opends.server.types.LDAPURL
Retrieves the search scope for this LDAP URL.
getScope() - Method in interface org.opends.server.types.operation.InProgressSearchOperation
Retrieves the scope for this search operation.
getScope() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
Retrieves the scope for this search operation.
getScope() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
Retrieves the scope for this search operation.
getScope() - Method in interface org.opends.server.types.operation.PreOperationSearchOperation
Retrieves the scope for this search operation.
getScope() - Method in interface org.opends.server.types.operation.PreParseSearchOperation
Retrieves the scope for this search operation.
getScope() - Method in class org.opends.server.types.VirtualAttributeRule
Retrieves the scope of entries in the base DNs that are eligible to have this virtual attribute.
getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendVlvIndexCfgDefn
Get the "scope" property definition.
getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
Get the "scope" property definition.
getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
Get the "scope" property definition.
getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryDnVirtualAttributeCfgDefn
Get the "scope" property definition.
getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUuidVirtualAttributeCfgDefn
Get the "scope" property definition.
getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
Get the "scope" property definition.
getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
Get the "scope" property definition.
getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
Get the "scope" property definition.
getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
Get the "scope" property definition.
getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
Get the "scope" property definition.
getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
Get the "scope" property definition.
getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
Get the "scope" property definition.
getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
Get the "scope" property definition.
getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
Get the "scope" property definition.
getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
Get the "scope" property definition.
getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserTemplateVirtualAttributeCfgDefn
Get the "scope" property definition.
getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
Get the "scope" property definition.
getScramCredentials(String) - Method in class org.opends.server.core.PasswordPolicyState
Retrieves a list of the SCRAM credentials for the user, or an empty list if the user does not have any.
getScramIterations() - Method in interface org.forgerock.opendj.server.config.client.ScramSha256PasswordStorageSchemeCfgClient
Gets the "scram-iterations" property.
getScramIterations() - Method in interface org.forgerock.opendj.server.config.client.ScramSha512PasswordStorageSchemeCfgClient
Gets the "scram-iterations" property.
getScramIterations() - Method in interface org.forgerock.opendj.server.config.server.ScramSha256PasswordStorageSchemeCfg
Gets the "scram-iterations" property.
getScramIterations() - Method in interface org.forgerock.opendj.server.config.server.ScramSha512PasswordStorageSchemeCfg
Gets the "scram-iterations" property.
getScramIterationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ScramSha256PasswordStorageSchemeCfgDefn
Get the "scram-iterations" property definition.
getScramIterationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ScramSha512PasswordStorageSchemeCfgDefn
Get the "scram-iterations" property definition.
getScramMechanism() - Method in class org.forgerock.opendj.security.ScramCredentialCallback
Returns the SCRAM mechanism associated with the authentication request.
getSearchGuideAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the searchGuide Attribute Type which has the OID 2.5.4.14.
getSearchOperation() - Method in class org.opends.server.core.PersistentSearch
Get the search operation associated with this persistent search.
getSearchRequests() - Method in class org.opends.server.protocols.ldap.LdapStatistics
Retrieves the number of search requests that have been received.
getSearchResponseIsIndexedPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "search-response-is-indexed" property definition.
getSearchResponseNentriesGreaterThan() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "search-response-nentries-greater-than" property.
getSearchResponseNentriesGreaterThan() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "search-response-nentries-greater-than" property.
getSearchResponseNentriesGreaterThanPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "search-response-nentries-greater-than" property definition.
getSearchResponseNentriesLessThan() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "search-response-nentries-less-than" property.
getSearchResponseNentriesLessThan() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "search-response-nentries-less-than" property.
getSearchResponseNentriesLessThanPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "search-response-nentries-less-than" property definition.
getSearchResultEntryCount() - Method in class org.forgerock.opendj.server.core.RequestContext
Returns the number of entries sent by the search request associated to this context.
getSecond() - Method in class org.forgerock.util.Pair
Returns the second element of this pair.
getSecondaryRemoteLdapServer() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Gets the "secondary-remote-ldap-server" property.
getSecondaryRemoteLdapServer() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "secondary-remote-ldap-server" property.
getSecondaryRemoteLdapServerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the "secondary-remote-ldap-server" property definition.
getSecondaryServer() - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Gets the "secondary-server" property.
getSecondaryServer() - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
Gets the "secondary-server" property.
getSecondaryServerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
Get the "secondary-server" property definition.
getSecondaryServers() - Method in class org.forgerock.opendj.discovery.Partition
Returns the set of fallback servers to use.
getSecondaryServers() - Method in class org.opends.server.discovery.Partition
Returns the set of fallback servers to use.
getSecondsUntilExpiration() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
Returns the length of time in seconds until the password actually expires.
getSecondsUntilExpiration() - Method in class org.opends.server.core.PasswordPolicyState
Retrieves the length of time in seconds until the user's password expires.
getSecondsUntilUnlock() - Method in class org.opends.server.core.PasswordPolicyState
Retrieves the length of time in seconds until the user's account is automatically unlocked.
getSecretaryAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the secretary Attribute Type which has the OID 0.9.2342.19200300.100.1.21.
getSecretId() - Method in exception org.forgerock.secrets.NoSuchSecretException
Returns the stable id of the secret that was not found, or null if not specified.
getSecretKey() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.KeyDetails
Get the Key instance for the secret component of this key.
getSecretKey() - Method in class org.forgerock.secrets.SecretBuilder
Returns the secret (or private) key associated with this secret, or null if not specified.
getSecretType() - Method in class org.forgerock.secrets.Purpose
Returns the type of secrets that this purpose requires.
getSecureStorage(String) - Method in class org.forgerock.audit.providers.DefaultSecureStorageProvider
 
getSecureStorage(String) - Method in interface org.forgerock.audit.providers.SecureStorageProvider
Returns the secure storage corresponding to the given name.
getSecurity() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
Returns the CSV tamper evident options.
getSecurityProvider(String, String, String) - Static method in class org.forgerock.opendj.security.KeyManagers
Construct a Provider instance using either its name or its class name, and configure it.
getSecurityStrengthFactor() - Method in interface org.forgerock.opendj.ldap.LdapSession
Returns the cipher strength, in bits, currently in use by the underlying connection.
getSeeAlsoAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the seeAlso Attribute Type which has the OID 2.5.4.34.
getSelfApiHandler() - Method in class org.forgerock.json.resource.Router
 
getSendEmailAsHtmlPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SmtpAccountStatusNotificationHandlerCfgDefn
Get the "send-email-as-html" property definition.
getSenderAddress() - Method in interface org.forgerock.opendj.server.config.client.SmtpAccountStatusNotificationHandlerCfgClient
Gets the "sender-address" property.
getSenderAddress() - Method in interface org.forgerock.opendj.server.config.client.SmtpAlertHandlerCfgClient
Gets the "sender-address" property.
getSenderAddress() - Method in interface org.forgerock.opendj.server.config.server.SmtpAccountStatusNotificationHandlerCfg
Gets the "sender-address" property.
getSenderAddress() - Method in interface org.forgerock.opendj.server.config.server.SmtpAlertHandlerCfg
Gets the "sender-address" property.
getSenderAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SmtpAccountStatusNotificationHandlerCfgDefn
Get the "sender-address" property definition.
getSenderAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SmtpAlertHandlerCfgDefn
Get the "sender-address" property definition.
getSenderID() - Method in class org.opends.server.replication.protocol.DoneMsg
 
getSenderID() - Method in class org.opends.server.replication.protocol.EntryMsg
 
getSenderID() - Method in class org.opends.server.replication.protocol.InitializationMsg
Get the server ID of the server that sent this message.
getSenderID() - Method in class org.opends.server.replication.protocol.InitializeRcvAckMsg
 
getSenderID() - Method in class org.opends.server.replication.protocol.InitializeRequestMsg
 
getSenderID() - Method in class org.opends.server.replication.protocol.InitializeTargetMsg
 
getSenderID() - Method in class org.opends.server.replication.protocol.MonitorMsg
Get the server ID of the server that sent this message.
getSenderID() - Method in class org.opends.server.replication.protocol.MonitorRequestMsg
Get the server ID of the server that sent this message.
getSendMessageWithoutEndUserAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SmtpAccountStatusNotificationHandlerCfgDefn
Get the "send-message-without-end-user-address" property definition.
getSeqnum() - Method in class org.opends.server.replication.common.CSN
Getter for the sequence number.
getSerialNumber() - Method in class org.forgerock.opendj.security.DeploymentId.DeploymentIdParameters
Returns the serial number of the deployment ID.
getSerialNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the serialNumber Attribute Type which has the OID 2.5.4.5.
getServerAddress() - Method in class org.opends.server.api.ClientConnection
Retrieves a string representation of the address on the server to which the client connected.
getServerAddress() - Method in interface org.opends.server.loggers.HTTPRequestInfo
Returns the server's host.
getServerAddress() - Method in class org.opends.server.protocols.http.HttpLogContext
 
getServerAddress() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
 
getServerAliases(String, Principal[]) - Method in class org.forgerock.secrets.SecretsKeyManager
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.config.ManagedObjectDefinition
Gets the server configuration class instance associated with this managed object definition.
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AccessControlHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AccountStatusNotificationHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AdminDataTrustManagerProviderCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AdminEndpointCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AesPasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AlertHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AliveEndpointCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AnonymousSaslMechanismHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AttributeCleanupPluginCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AttributeValuePasswordValidatorCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.BackendCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.BackendVlvIndexCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.Base64PasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.BlindTrustManagerProviderCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.BlowfishPasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CancelExtendedOperationHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CertificateMapperCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ChangeNumberControlPluginCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CharacterSetPasswordValidatorCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ClearPasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ConnectionHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ConsoleErrorLogPublisherCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CramMd5SaslMechanismHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CrestMetricsEndpointCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.DigestMd5SaslMechanismHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.DseeCompatAccessControlHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.EntityTagPluginCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.EntryCacheCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.EntryDnVirtualAttributeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.EntryUuidPluginCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.EntryUuidVirtualAttributeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ExactMatchIdentityMapperCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ExtendedOperationHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ExternalHttpAccessLogPublisherCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ExternalSaslMechanismHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FifoEntryCacheCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHttpAccessLogPublisherCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FileCountLogRetentionPolicyCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FixedTimeLogRotationPolicyCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FractionalLdifImportPluginCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FreeDiskSpaceLogRetentionPolicyCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.GetConnectionIdExtendedOperationHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.GetSymmetricKeyExtendedOperationHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.GraphiteMonitorReporterPluginCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HdapAuthorizationMechanismCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HdapEndpointCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HealthyEndpointCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HttpAccessLogPublisherCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HttpAnonymousAuthorizationMechanismCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HttpBasicAuthorizationMechanismCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HttpEndpointCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2CtsAuthorizationMechanismCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2FileAuthorizationMechanismCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2OpenamAuthorizationMechanismCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.IdentityMapperCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.JmxAlertHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.JmxConnectionHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.JsonEqualityMatchingRuleCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.JsonFileHttpAccessLogPublisherCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.JsonOrderingMatchingRuleCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.JsonQueryEqualityMatchingRuleCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.KeyManagerProviderCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LastModPluginCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LdapAttributeDescriptionListPluginCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LdapKeyManagerProviderCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LdapTrustManagerProviderCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LdifBackendCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LdifConnectionHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LengthBasedPasswordValidatorCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LogRetentionPolicyCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LogRotationPolicyCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.MailServerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.Md5PasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.MemoryBackendCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.MonitorBackendCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.NameAndJsonQueryEqualityMatchingRuleCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.NullBackendCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PasswordGeneratorCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PasswordModifyExtendedOperationHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyImportPluginCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyStateExtendedOperationHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PasswordValidatorCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2HmacSha256PasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2HmacSha512PasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.Pbkdf2PasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PemKeyManagerProviderCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PemTrustManagerProviderCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.Pkcs11KeyManagerProviderCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.Pkcs11TrustManagerProviderCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.Pkcs5s2PasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PlainSaslMechanismHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PluginCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PolicyBasedAccessControlHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PrometheusEndpointCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.RandomPasswordGeneratorCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.Rc4PasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.RegularExpressionIdentityMapperCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.RepeatedCharactersPasswordValidatorCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.Rest2ldapEndpointCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.RootDseBackendCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SaltedMd5PasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SaltedSha1PasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SaltedSha256PasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SaltedSha384PasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SaltedSha512PasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SaslMechanismHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SchemaProviderCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ScramSha256PasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ScramSha256SaslMechanismHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ScramSha512PasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ScramSha512SaslMechanismHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ServiceDiscoveryMechanismCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SevenBitCleanPluginCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.Sha1PasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SimilarityBasedPasswordValidatorCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRetentionPolicyCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRotationPolicyCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SmtpAccountStatusNotificationHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SmtpAlertHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SoftReferenceEntryCacheCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.StartTlsExtendedOperationHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SubjectAttributeToUserAttributeCertificateMapperCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SubjectDnToUserAttributeCertificateMapperCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SubjectEqualsDnCertificateMapperCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SynchronizationProviderCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.TimeLimitLogRotationPolicyCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.TraditionalWorkQueueCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.TripleDesPasswordStorageSchemeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.TrustManagerProviderCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.UniqueAttributePluginCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.UniqueCharactersPasswordValidatorCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.UserTemplateVirtualAttributeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.WhoAmIExtendedOperationHandlerCfgDefn
 
getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.WorkQueueCfgDefn
 
getServerConstraintHandlers() - Method in class org.forgerock.opendj.config.Constraint
Gets the server-side constraint handlers which will be used to enforce this constraint within the server.
getServerConstraintHandlers() - Method in class org.forgerock.opendj.config.GenericConstraint
 
getServerContext() - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Returns the server management context used by this object.
getServerContext() - Method in class org.opends.server.api.CertificateMapper
Returns the server context.
getServerContext() - Method in class org.opends.server.api.ClientConnection
Returns the server context.
getServerContext() - Method in class org.opends.server.api.ConnectionHandler
Returns the server context.
getServerContext() - Method in class org.opends.server.api.DirectoryThread
Returns the server context.
getServerContext() - Method in class org.opends.server.api.EntryCache
Returns the server context.
getServerContext() - Static method in class org.opends.server.api.ExtendedOperationHandler
Returns the server context.
getServerContext() - Method in class org.opends.server.api.IdentityMapper
Returns the server context.
getServerContext() - Method in class org.opends.server.api.KeyManagerProvider
Returns the server context.
getServerContext() - Method in class org.opends.server.api.LocalBackend
Returns the server context used by this backend.
getServerContext() - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Returns the server context.
getServerContext() - Method in class org.opends.server.api.TrustManagerProvider
Returns the server context.
getServerContext() - Method in class org.opends.server.api.VirtualAttributeProvider
Return the server context.
getServerContext() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Return the server context.
getServerContext() - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Return the server context.
getServerContext() - Method in class org.opends.server.backends.ChangelogBackend
 
getServerContext() - Method in class org.opends.server.backends.ConfigurationBackend
 
getServerContext() - Method in class org.opends.server.backends.LDIFBackend
 
getServerContext() - Method in class org.opends.server.backends.MemoryBackend
 
getServerContext() - Method in class org.opends.server.backends.MonitorBackend
 
getServerContext() - Method in class org.opends.server.backends.NullBackend
 
getServerContext() - Method in class org.opends.server.backends.pluggable.BackendImpl
 
getServerContext() - Method in class org.opends.server.backends.RootDSEBackend
 
getServerContext() - Method in class org.opends.server.backends.SchemaBackend
 
getServerContext() - Method in class org.opends.server.backends.task.Task
Returns the server context.
getServerContext() - Method in class org.opends.server.backends.task.TaskBackend
 
getServerContext() - Method in class org.opends.server.core.DirectoryServer
Returns the server context.
getServerContext() - Method in class org.opends.server.replication.server.ReplicationServer
Returns the server context.
getServerContext() - Method in class org.opends.server.util.LDIFReader
Returns the server context.
getServerFqdn() - Method in interface org.forgerock.opendj.server.config.client.DigestMd5SaslMechanismHandlerCfgClient
Gets the "server-fqdn" property.
getServerFqdn() - Method in interface org.forgerock.opendj.server.config.client.GssapiSaslMechanismHandlerCfgClient
Gets the "server-fqdn" property.
getServerFqdn() - Method in interface org.forgerock.opendj.server.config.server.DigestMd5SaslMechanismHandlerCfg
Gets the "server-fqdn" property.
getServerFqdn() - Method in interface org.forgerock.opendj.server.config.server.GssapiSaslMechanismHandlerCfg
Gets the "server-fqdn" property.
getServerFqdnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DigestMd5SaslMechanismHandlerCfgDefn
Get the "server-fqdn" property definition.
getServerFqdnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn
Get the "server-fqdn" property definition.
getServerHost() - Method in interface org.opends.server.loggers.HTTPRequestInfo
Returns the server's host.
getServerHost() - Method in class org.opends.server.protocols.http.HttpLogContext
 
getServerHostPort() - Method in class org.opends.server.api.ClientConnection
Retrieves the address and port of the server system, separated by a colon.
getServerId() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "server-id" property.
getServerId() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "server-id" property.
getServerId() - Method in class org.opends.server.backup.Backup
Returns the ID of the DS instance that created this backup.
getServerId() - Method in class org.opends.server.core.CoreConfigManager
Retrieves the identifier of this server.
getServerId() - Method in class org.opends.server.replication.protocol.ExtendedStartMsg
Returns the serverID in this message.
getServerId() - Method in class org.opends.server.replication.protocol.ReplServerStartDSMsg
Get the Server Id.
getServerId() - Method in class org.opends.server.replication.protocol.ReplServerStartMsg
Get the Server Id.
getServerId() - Method in class org.opends.server.replication.server.ReplicationServer
Get the replication server id.
getServerIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "server-id" property definition.
getServerLockFileName(DirectoryEnvironmentConfig) - Static method in class org.opends.server.core.LockFileManager
Retrieves the filename that should be used for the lock file for the Directory Server instance.
getServerManagementContext() - Method in class org.opends.server.core.DirectoryServer
 
getServerManagementContext() - Method in interface org.opends.server.core.ServerContext
Returns the server management context, which gives an entry point on configuration objects.
getServerPort() - Method in class org.opends.server.api.ClientConnection
Retrieves the port number for this connection on the server system if available.
getServerPort() - Method in interface org.opends.server.loggers.HTTPRequestInfo
Returns the server's port.
getServerPort() - Method in class org.opends.server.protocols.http.HttpLogContext
 
getServerPort() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
 
getServerRoot() - Method in class org.opends.server.core.DirectoryServer
 
getServerRoot() - Method in interface org.opends.server.core.ServerContext
Returns the root directory of server.
getServerRoot() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Retrieves the directory that should be considered the server root.
getServerRootOrUserDir() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Retrieves the path of the directory that should be considered the server root.
getServerSaslCredentials() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
Returns the server SASL credentials associated with this bind result.
getServerSASLCredentials() - Method in class org.opends.server.core.BindOperation
 
getServerSASLCredentials() - Method in interface org.opends.server.types.operation.PostOperationBindOperation
Retrieves the set of server SASL credentials to include in the bind response.
getServerSASLCredentials() - Method in interface org.opends.server.types.operation.PostResponseBindOperation
Retrieves the set of server SASL credentials to include in the bind response.
getServerSideSortControlOrNull() - Method in class org.opends.server.core.SearchOperation
Return the Server Side Sort Control of the search request or null if absent.
getServerState() - Method in class org.opends.server.replication.protocol.ExtendedStartMsg
Returns the ServerState in this message.
getServerState() - Method in class org.opends.server.replication.protocol.ReplServerStartDSMsg
Get the serverState.
getServerState() - Method in class org.opends.server.replication.protocol.ReplServerStartMsg
Get the serverState.
getServerState() - Method in class org.opends.server.replication.protocol.ServerStartMsg
Get the ServerState.
getServerState() - Method in class org.opends.server.replication.service.ReplicationDomain
Get the ServerState maintained by the Concrete class.
getServerState(Dn) - Method in class org.opends.server.replication.common.MultiDomainServerState
Returns the ServerState associated to the provided replication domain's baseDN.
getServiceDiscoveryMechanism(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Service Discovery Mechanism.
getServiceDiscoveryMechanism(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Service Discovery Mechanism.
getServiceDiscoveryMechanismConfigManager() - Method in class org.opends.server.core.DirectoryServer
 
getServiceDiscoveryMechanismConfigManager() - Method in interface org.opends.server.core.ServerContext
Returns the Service Discovery Mechanism Config Manager.
getServiceDiscoveryMechanismsRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "service-discovery-mechanisms" relation definition.
getSessionMode() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration
Returns the mode that the JMS session should use when publishing the JMS messages.
getSeverityFieldMappings() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
Returns the configurations for mapping audit event field values to Syslog severity values.
getShard() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "shard" property.
getShard() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "shard" property.
getShardDns() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "shard" property as a set of DNs.
getShardPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "shard" property definition.
getShortName() - Method in enum class org.forgerock.opendj.config.SizeUnit
Get the abbreviated name of this unit.
getShowAllAttributesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootDseBackendCfgDefn
Get the "show-all-attributes" property definition.
getShowAllAttributesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
Get the "show-all-attributes" property definition.
getShowSubordinateNamingContextsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootDseBackendCfgDefn
Get the "show-subordinate-naming-contexts" property definition.
getSignature() - Method in class org.forgerock.secrets.keys.CertificateVerificationKey
Returns a signature object initialised for verification using a default algorithm for this key type.
getSignature() - Method in class org.forgerock.secrets.keys.SigningKey
Returns an initialised signature object for a default signature algorithm for this key type.
getSignature() - Method in class org.forgerock.secrets.keys.VerificationKey
Returns a signature object initialised for verification using a default algorithm for this key type.
getSignature(String) - Method in class org.forgerock.secrets.keys.CertificateVerificationKey
Returns a signature object initialised for verification.
getSignature(String) - Method in class org.forgerock.secrets.keys.SigningKey
Returns a signature object initialised for signing.
getSignature(String) - Method in class org.forgerock.secrets.keys.VerificationKey
Returns a signature object initialised for verification.
getSignatureAlgorithm() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
Returns the name of the used cipher.
getSignatureInterval() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
Gets the signature's interval.
getSignatureIntervalDuration() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
getSignatureTimeInterval() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Gets the "signature-time-interval" property.
getSignatureTimeInterval() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Gets the "signature-time-interval" property.
getSignatureTimeInterval() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
Gets the "signature-time-interval" property.
getSignatureTimeInterval() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Gets the "signature-time-interval" property.
getSignatureTimeIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "signature-time-interval" property definition.
getSignatureTimeIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
Get the "signature-time-interval" property definition.
getSimplePagedResultsControlOrNull() - Method in class org.opends.server.core.SearchOperation
Return the Simple Paged Results Control of the search request or null if absent.
getSimplePassword() - Method in class org.forgerock.opendj.ldap.messages.BindRequest
Returns a defensive copy of the simple bind password, or null if the authentication type is not BindRequest.AUTHENTICATION_TYPE_SIMPLE.
getSimplePassword() - Method in class org.opends.server.core.BindOperation
 
getSimplePassword() - Method in interface org.opends.server.types.operation.PostOperationBindOperation
Retrieves the simple authentication password for this bind operation.
getSimplePassword() - Method in interface org.opends.server.types.operation.PostResponseBindOperation
Retrieves the simple authentication password for this bind operation.
getSimplePassword() - Method in interface org.opends.server.types.operation.PreOperationBindOperation
Retrieves the simple authentication password for this bind operation.
getSimplePassword() - Method in interface org.opends.server.types.operation.PreParseBindOperation
Retrieves the simple authentication password for this bind operation.
getSimpleSecurityObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the simpleSecurityObject Object Class which has the OID 0.9.2342.19200300.100.4.19.
getSingleStructuralObjectclassBehavior() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "single-structural-objectclass-behavior" property.
getSingleStructuralObjectclassBehavior() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "single-structural-objectclass-behavior" property.
getSingleStructuralObjectclassBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "single-structural-objectclass-behavior" property definition.
getSingleStructuralObjectClassPolicy() - Method in class org.opends.server.core.CoreConfigManager
Retrieves the policy that should be used regarding enforcement of a single structural object class per entry.
getSingleton() - Static method in class org.slf4j.impl.StaticLoggerBinder
Return the singleton of this class.
getSize() - Method in enum class org.forgerock.opendj.config.SizeUnit
Get the number of bytes that this unit represents.
getSize() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
Returns the requested page size when used in a request control from the client, or an estimate of the result set size when used in a response control from the server (may be 0, indicating that the server does not know).
getSizeInBytes() - Method in class org.opends.server.extensions.StaticGroup
Returns an estimate the size of this static group in bytes.
getSizeInBytes() - Method in class org.opends.server.types.CompactEntry
Returns an estimate of the size of this entry in bytes.
getSizeLimit() - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
Returns the size limit that should be used in order to restrict the maximum number of entries returned by the search.
getSizeLimit() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "size-limit" property.
getSizeLimit() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "size-limit" property.
getSizeLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "size-limit" property definition.
getSkippedCount() - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Returns the number of entries provided to LdifEntryWriter.writeEntry(Entry) which have been ignored because they were excluded by the writer's filtering configuration.
getSkipValidationForAdministratorsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "skip-validation-for-administrators" property definition.
getSkipWriter() - Method in class org.opends.server.types.LDIFImportConfig
Retrieves the writer that should be used to write entries that are skipped because they don't match the criteria.
getSlaBoundaries() - Method in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig
 
getSmtpProperty() - Method in interface org.forgerock.opendj.server.config.client.MailServerCfgClient
Gets the "smtp-property" property.
getSmtpProperty() - Method in interface org.forgerock.opendj.server.config.server.MailServerCfg
Gets the "smtp-property" property.
getSmtpPropertyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MailServerCfgDefn
Get the "smtp-property" property definition.
getSmtpServer() - Method in interface org.forgerock.opendj.server.config.client.MailServerCfgClient
Gets the "smtp-server" property.
getSmtpServer() - Method in interface org.forgerock.opendj.server.config.server.MailServerCfg
Gets the "smtp-server" property.
getSmtpServerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MailServerCfgDefn
Get the "smtp-server" property definition.
getSnapshot() - Method in class org.opends.server.replication.common.MultiDomainServerState
Returns a snapshot of this object.
getSnapshot() - Method in class org.opends.server.replication.common.ServerState
Returns a snapshot of this object.
getSNAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the sn Attribute Type which has the OID 2.5.4.4.
getSocket() - Method in class org.forgerock.opendj.io.rx.SwitchableRxSocket
Returns the active socket.
getSocket(Class<S>) - Method in class org.forgerock.opendj.io.rx.SwitchableRxSocket
Returns the active socket if it has the provided class or null otherwise.
getSocketAddress() - Method in interface org.forgerock.opendj.io.RxServerSocket
Returns the address that this server socket is listening on.
getSocketAddresses() - Method in class org.forgerock.opendj.ldap.LdapServer
Returns the addresses that this LDAP listener is listening on.
getSolveConflictsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
Get the "solve-conflicts" property definition.
getSolveConflictsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "solve-conflicts" property definition.
getSortKeys() - Method in interface org.forgerock.json.resource.QueryRequest
Returns the sort keys which should be used for ordering the JSON resources returned by this query request.
getSortKeys() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
Returns an unmodifiable list containing the sort keys associated with this server side sort request control.
getSortOrder() - Method in interface org.forgerock.opendj.server.config.client.BackendVlvIndexCfgClient
Gets the "sort-order" property.
getSortOrder() - Method in interface org.forgerock.opendj.server.config.server.BackendVlvIndexCfg
Gets the "sort-order" property.
getSortOrderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendVlvIndexCfgDefn
Get the "sort-order" property definition.
getSource() - Method in class org.opends.server.types.AdditionalLogItem
Returns the class which generated the additional log item.
getSourceAddress() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns the proxied client's address.
getSourceAddress() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Gets the "source-address" property.
getSourceAddress() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "source-address" property.
getSourceAddress() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "source-address" property.
getSourceAddress() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Gets the "source-address" property.
getSourceAddress() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Gets the "source-address" property.
getSourceAddress() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "source-address" property.
getSourceAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the "source-address" property definition.
getSourceAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
Get the "source-address" property definition.
getSourceAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
Get the "source-address" property definition.
getSourceAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "source-address" property definition.
getSourceConstraint() - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
Gets the constraint which should be enforced on the aggregating managed object.
getSourceConstraintSynopsis() - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
Gets the optional constraint synopsis of this aggregation property definition in the default locale.
getSSF() - Method in class org.opends.server.api.ClientConnection
Return the Security Strength Factor of a client connection.
getSSF() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
 
getSslCertNickname() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Gets the "ssl-cert-nickname" property.
getSslCertNickname() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "ssl-cert-nickname" property.
getSslCertNickname() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2OpenamAuthorizationMechanismCfgClient
Gets the "ssl-cert-nickname" property.
getSslCertNickname() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient
Gets the "ssl-cert-nickname" property.
getSslCertNickname() - Method in interface org.forgerock.opendj.server.config.client.JmxConnectionHandlerCfgClient
Gets the "ssl-cert-nickname" property.
getSslCertNickname() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "ssl-cert-nickname" property.
getSslCertNickname() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "ssl-cert-nickname" property.
getSslCertNickname() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Gets the "ssl-cert-nickname" property.
getSslCertNickname() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "ssl-cert-nickname" property.
getSslCertNickname() - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Gets the "ssl-cert-nickname" property.
getSslCertNickname() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
Gets the "ssl-cert-nickname" property.
getSslCertNickname() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "ssl-cert-nickname" property.
getSslCertNickname() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2OpenamAuthorizationMechanismCfg
Gets the "ssl-cert-nickname" property.
getSslCertNickname() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2TokenIntrospectionAuthorizationMechanismCfg
Gets the "ssl-cert-nickname" property.
getSslCertNickname() - Method in interface org.forgerock.opendj.server.config.server.JmxConnectionHandlerCfg
Gets the "ssl-cert-nickname" property.
getSslCertNickname() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "ssl-cert-nickname" property.
getSslCertNickname() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "ssl-cert-nickname" property.
getSslCertNickname() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
Gets the "ssl-cert-nickname" property.
getSslCertNickname() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "ssl-cert-nickname" property.
getSslCertNickname() - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
Gets the "ssl-cert-nickname" property.
getSslCertNicknamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
Get the "ssl-cert-nickname" property definition.
getSslCertNicknamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "ssl-cert-nickname" property definition.
getSslCertNicknamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2OpenamAuthorizationMechanismCfgDefn
Get the "ssl-cert-nickname" property definition.
getSslCertNicknamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
Get the "ssl-cert-nickname" property definition.
getSslCertNicknamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JmxConnectionHandlerCfgDefn
Get the "ssl-cert-nickname" property definition.
getSslCertNicknamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "ssl-cert-nickname" property definition.
getSslCertNicknamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "ssl-cert-nickname" property definition.
getSslCertNicknamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
Get the "ssl-cert-nickname" property definition.
getSslCertNicknamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "ssl-cert-nickname" property definition.
getSslCertNicknamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
Get the "ssl-cert-nickname" property definition.
getSslCipher() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns the SSL cipher used by the proxied client or null if the proxied client did not use a secure connection or in case of proxy protocol V1 as it does not contain SSL information.
getSslCipherSuite() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Gets the "ssl-cipher-suite" property.
getSslCipherSuite() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "ssl-cipher-suite" property.
getSslCipherSuite() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2OpenamAuthorizationMechanismCfgClient
Gets the "ssl-cipher-suite" property.
getSslCipherSuite() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient
Gets the "ssl-cipher-suite" property.
getSslCipherSuite() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "ssl-cipher-suite" property.
getSslCipherSuite() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Gets the "ssl-cipher-suite" property.
getSslCipherSuite() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Gets the "ssl-cipher-suite" property.
getSslCipherSuite() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "ssl-cipher-suite" property.
getSslCipherSuite() - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Gets the "ssl-cipher-suite" property.
getSslCipherSuite() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
Gets the "ssl-cipher-suite" property.
getSslCipherSuite() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "ssl-cipher-suite" property.
getSslCipherSuite() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2OpenamAuthorizationMechanismCfg
Gets the "ssl-cipher-suite" property.
getSslCipherSuite() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2TokenIntrospectionAuthorizationMechanismCfg
Gets the "ssl-cipher-suite" property.
getSslCipherSuite() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "ssl-cipher-suite" property.
getSslCipherSuite() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "ssl-cipher-suite" property.
getSslCipherSuite() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
Gets the "ssl-cipher-suite" property.
getSslCipherSuite() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "ssl-cipher-suite" property.
getSslCipherSuite() - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
Gets the "ssl-cipher-suite" property.
getSslCipherSuitePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
Get the "ssl-cipher-suite" property definition.
getSslCipherSuitePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "ssl-cipher-suite" property definition.
getSslCipherSuitePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2OpenamAuthorizationMechanismCfgDefn
Get the "ssl-cipher-suite" property definition.
getSslCipherSuitePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
Get the "ssl-cipher-suite" property definition.
getSslCipherSuitePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "ssl-cipher-suite" property definition.
getSslCipherSuitePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the "ssl-cipher-suite" property definition.
getSslCipherSuitePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
Get the "ssl-cipher-suite" property definition.
getSslCipherSuitePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "ssl-cipher-suite" property definition.
getSslCipherSuitePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
Get the "ssl-cipher-suite" property definition.
getSslClientAuthPolicy() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "ssl-client-auth-policy" property.
getSslClientAuthPolicy() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "ssl-client-auth-policy" property.
getSslClientAuthPolicy() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "ssl-client-auth-policy" property.
getSslClientAuthPolicy() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "ssl-client-auth-policy" property.
getSslClientAuthPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "ssl-client-auth-policy" property definition.
getSslClientAuthPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "ssl-client-auth-policy" property definition.
getSSLEncryption() - Method in class org.opends.server.replication.protocol.ReplServerStartDSMsg
Get the SSL encryption value for the server that created the message.
getSSLEncryption() - Method in class org.opends.server.replication.protocol.ReplServerStartMsg
Get the SSL encryption value for the server that created the message.
getSSLEncryption() - Method in class org.opends.server.replication.protocol.ServerStartMsg
Get the SSL encryption value for the ldap server that created the message.
getSslEncryptionPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "ssl-encryption" property definition.
getSslOptions() - Method in class org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
Returns the SslOptions that should be used when installing the TLS layer.
getSslOptions() - Method in interface org.forgerock.opendj.ldap.messages.StartTlsExtendedResult
Returns the SslOptions used to install the TLS layer.
getSslProtocol() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Gets the "ssl-protocol" property.
getSslProtocol() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "ssl-protocol" property.
getSslProtocol() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2OpenamAuthorizationMechanismCfgClient
Gets the "ssl-protocol" property.
getSslProtocol() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient
Gets the "ssl-protocol" property.
getSslProtocol() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "ssl-protocol" property.
getSslProtocol() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Gets the "ssl-protocol" property.
getSslProtocol() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Gets the "ssl-protocol" property.
getSslProtocol() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "ssl-protocol" property.
getSslProtocol() - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Gets the "ssl-protocol" property.
getSslProtocol() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
Gets the "ssl-protocol" property.
getSslProtocol() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "ssl-protocol" property.
getSslProtocol() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2OpenamAuthorizationMechanismCfg
Gets the "ssl-protocol" property.
getSslProtocol() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2TokenIntrospectionAuthorizationMechanismCfg
Gets the "ssl-protocol" property.
getSslProtocol() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "ssl-protocol" property.
getSslProtocol() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "ssl-protocol" property.
getSslProtocol() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
Gets the "ssl-protocol" property.
getSslProtocol() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "ssl-protocol" property.
getSslProtocol() - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
Gets the "ssl-protocol" property.
getSslProtocolPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
Get the "ssl-protocol" property definition.
getSslProtocolPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "ssl-protocol" property definition.
getSslProtocolPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2OpenamAuthorizationMechanismCfgDefn
Get the "ssl-protocol" property definition.
getSslProtocolPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
Get the "ssl-protocol" property definition.
getSslProtocolPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "ssl-protocol" property definition.
getSslProtocolPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the "ssl-protocol" property definition.
getSslProtocolPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
Get the "ssl-protocol" property definition.
getSslProtocolPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "ssl-protocol" property definition.
getSslProtocolPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
Get the "ssl-protocol" property definition.
getSSLServerCertNicknames() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
Retrieves the nicknames of the server certificates that should be used in conjunction with this JMX connection handler.
getSslSession() - Method in interface org.forgerock.opendj.io.LdapSocket
Returns the SSL session currently in use by the underlying connection, or null if SSL/TLS is not enabled.
getSslSession() - Method in class org.forgerock.opendj.io.rx.SslRxSocket
Returns the SSL session currently in use by the underlying connection.
getSslSession() - Method in interface org.forgerock.opendj.ldap.LdapSession
Returns the SSL session currently in use by the underlying connection, or null if SSL/TLS is not enabled.
getSslTlv() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns the information about the SSL protocol that the client might be using on the connection.
getSslVersion() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns the SSL version used by the proxied client or null if the proxied client did not use a secure connection or in case of proxy protocol V1 as it does not contain SSL information.
getStableId() - Method in class org.forgerock.secrets.Secret
A stable identifier for this particular secret that can be used to lookup the same secret in future.
getStableId() - Method in class org.forgerock.secrets.SecretBuilder
Returns the stable id for this secret..
getStartArg() - Method in class org.opends.server.tools.tasks.TaskScheduleArgs
Returns the StringArgument corresponding to the scheduled start date/time of the task.
getStartDate() - Method in class org.opends.server.tools.tasks.TaskScheduleUserData
Gets the date at which this task should be scheduled to start.
getStartDateTime() - Method in class org.opends.server.tools.tasks.TaskScheduleArgs
Gets the date at which the associated task should be scheduled to start.
getStartDateTime() - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
Gets the date at which this task should be scheduled to start.
getStartTime() - Method in class org.opends.server.core.DirectoryServer
 
getStartTime() - Method in interface org.opends.server.core.ServerContext
Retrieves the time when the Directory Server was started.
getStartupTextHTTPAccessPublisher(TextWriter) - Static method in class org.opends.server.loggers.TextHTTPAccessLogPublisher
Returns an instance of the text HTTP access log publisher that will print all messages to the provided writer.
getState() - Method in class org.opends.server.tools.tasks.TaskEntry
Gets the state of the task.
getStateUpdateFailurePolicy() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "state-update-failure-policy" property.
getStateUpdateFailurePolicy() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "state-update-failure-policy" property.
getStateUpdateFailurePolicy() - Method in class org.opends.server.core.PasswordPolicy
Gets the "state-update-failure-policy" property.
getStateUpdateFailurePolicy() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
getStateUpdateFailurePolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
Get the "state-update-failure-policy" property definition.
getStaticGroupCache() - Method in class org.opends.server.core.GroupManager
Returns the cache for static groups.
getStatistic() - Method in class org.forgerock.monitoring.api.instrument.Measurement
 
getStatistics() - Method in class org.forgerock.opendj.ldap.ConnectionPool
Retrieves the statistics for this connection pool.
getStatTracker() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
Returns the set of statistics maintained by this connection handler.
getStatTracker() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
Retrieves the set of statistics maintained by this connection handler.
getSTAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the st Attribute Type which has the OID 2.5.4.8.
getStatus() - Method in class org.opends.server.replication.protocol.StartSessionMsg
Get the status from this message.
getStatus() - Method in class org.opends.server.replication.service.ReplicationDomain
Gets the status for this domain.
getStatusCode() - Method in interface org.opends.server.loggers.HTTPRequestInfo
Returns the HTTP status code returned to the client.
getStatusCode() - Method in class org.opends.server.protocols.http.HttpLogContext
 
getStdoutAtProcessStart() - Method in class org.opends.server.core.DirectoryServer
 
getStdoutAtProcessStart() - Method in interface org.opends.server.core.ServerContext
Returns the original stdout at the time the process started, before its redefinition by DJ.
getStorageScheme() - Method in class org.forgerock.opendj.ldap.AuthPassword
 
getStorageScheme() - Method in interface org.forgerock.opendj.ldap.Password
Returns the storage scheme name.
getStorageScheme() - Method in class org.forgerock.opendj.ldap.UserPassword
Returns the storage scheme name in lowercase.
getStorageScheme() - Method in class org.opends.server.backup.BackupStorageConfig
Returns the storage scheme that the backup storage should handle.
getStorageScheme() - Method in interface org.opends.server.backup.BackupStorageProvider
Returns the storage scheme supported by the provider.
getStorageScheme() - Method in class org.opends.server.backup.FileSystemBackupStorageProvider
 
getStorageSchemeName() - Method in class org.opends.server.api.PasswordStorageScheme
Retrieves the name of the password storage scheme provided by this handler.
getStorageSchemeName() - Method in class org.opends.server.extensions.Argon2PasswordStorageScheme
 
getStorageSchemeName() - Method in class org.opends.server.extensions.Base64PasswordStorageScheme
 
getStorageSchemeName() - Method in class org.opends.server.extensions.BcryptPasswordStorageScheme
 
getStorageSchemeName() - Method in class org.opends.server.extensions.ClearPasswordStorageScheme
 
getStorageSchemeName() - Method in class org.opends.server.extensions.CryptPasswordStorageScheme
 
getStorageSchemeName() - Method in class org.opends.server.extensions.MD5PasswordStorageScheme
 
getStorageSchemeName() - Method in class org.opends.server.extensions.PBKDF2HmacSHA256PasswordStorageScheme
 
getStorageSchemeName() - Method in class org.opends.server.extensions.PBKDF2HmacSHA512PasswordStorageScheme
 
getStorageSchemeName() - Method in class org.opends.server.extensions.PBKDF2PasswordStorageScheme
 
getStorageSchemeName() - Method in class org.opends.server.extensions.PKCS5S2PasswordStorageScheme
 
getStorageSchemeName() - Method in class org.opends.server.extensions.AESPasswordStorageScheme
 
getStorageSchemeName() - Method in class org.opends.server.extensions.SaltedMD5PasswordStorageScheme
 
getStorageSchemeName() - Method in class org.opends.server.extensions.SaltedSHA1PasswordStorageScheme
 
getStorageSchemeName() - Method in class org.opends.server.extensions.SaltedSHA256PasswordStorageScheme
 
getStorageSchemeName() - Method in class org.opends.server.extensions.SaltedSHA384PasswordStorageScheme
 
getStorageSchemeName() - Method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
 
getStorageSchemeName() - Method in class org.opends.server.extensions.ScramSha256PasswordStorageScheme
 
getStorageSchemeName() - Method in class org.opends.server.extensions.ScramSha512PasswordStorageScheme
 
getStorageSchemeName() - Method in class org.opends.server.extensions.SHA1PasswordStorageScheme
 
getStorageStatus() - Method in class org.opends.server.backends.jeb.JEStorage
 
getStorageStatus() - Method in interface org.opends.server.backends.pluggable.spi.Storage
Returns the current status of the storage.
getStore() - Method in class org.forgerock.audit.secure.JcaKeyStoreHandler
 
getStore() - Method in interface org.forgerock.audit.secure.KeyStoreHandler
Get the keystore.
getStore() - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
 
getStoredType() - Method in class org.forgerock.opendj.rest2ldap.authz.SecretStores.SecretKeyStore
 
getStoredType() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
 
getStoredType() - Method in class org.forgerock.secrets.propertyresolver.FileSystemSecretStore
 
getStoredType() - Method in class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
 
getStoredType() - Method in interface org.forgerock.secrets.SecretStore
The top-level class that this store is capable of storing.
getStoredType() - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
getStreamOfWords(DictionaryPasswordValidatorCfg) - Method in class org.opends.server.extensions.DictionaryPasswordValidator
Return a stream of words from the dictionary source, in this case a file.
getStreetAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the street Attribute Type which has the OID 2.5.4.9.
getStrictFormatBooleanPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
Get the "strict-format-boolean" property definition.
getStrictFormatCertificateListsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
Get the "strict-format-certificate-lists" property definition.
getStrictFormatCertificatePairsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
Get the "strict-format-certificate-pairs" property definition.
getStrictFormatCertificatesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
Get the "strict-format-certificates" property definition.
getStrictFormatCountryStringPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
Get the "strict-format-country-string" property definition.
getStrictFormatJpegPhotosPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
Get the "strict-format-jpeg-photos" property definition.
getStrictFormatPostalAddressesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
Get the "strict-format-postal-addresses" property definition.
getStrictFormatTelephoneNumbersPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
Get the "strict-format-telephone-numbers" property definition.
getString(AbstractManagedObjectDefinition<?, ?>, String) - Method in class org.forgerock.opendj.config.ManagedObjectDefinitionResource
Get the resource value associated with the specified key.
getStripSyntaxMinUpperBoundAttributeTypeDescriptionPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
Get the "strip-syntax-min-upper-bound-attribute-type-description" property definition.
getStrongAuthenticationUserObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the strongAuthenticationUser Object Class which has the OID 2.5.6.15.
getStructuralClass() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns the structural objectclass for this DIT content rule.
getStructuralClass() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns the structural objectclass of this name form.
getStructuralClassOid() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns the structural class OID for this schema definition.
getStructuralObjectClass(Entry) - Static method in class org.forgerock.opendj.ldap.Entries
Returns the structural object class associated with the provided entry, or null if none was found.
getStructuralObjectClass(Entry, Schema) - Static method in class org.forgerock.opendj.ldap.Entries
Returns the structural object class associated with the provided entry, or null if none was found.
getStructuralObjectClassAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the structuralObjectClass Attribute Type which has the OID 2.5.21.9.
getSubCategories() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns the list of subcategories of this logger.
getSubCommand() - Method in class org.forgerock.opendj.config.dsconfig.DocGeneratorSubCommandHandler
 
getSubentries() - Method in class org.opends.server.core.SubentryManager
Returns all subentries for this manager.
getSubentries(Dn) - Method in class org.opends.server.core.SubentryManager
Returns subentries applicable to specific DN.
getSubentryManager() - Method in class org.opends.server.core.DirectoryServer
 
getSubentryManager() - Method in interface org.opends.server.core.ServerContext
Retrieves the Directory Server subentry manager.
getSubFilters() - Method in class org.forgerock.opendj.ldap.Filter
Returns an unmodifiable list containing the sub-filters for this AND or OR filter.
getSubjectAttribute() - Method in interface org.forgerock.opendj.server.config.client.SubjectDnToUserAttributeCertificateMapperCfgClient
Gets the "subject-attribute" property.
getSubjectAttribute() - Method in interface org.forgerock.opendj.server.config.server.SubjectDnToUserAttributeCertificateMapperCfg
Gets the "subject-attribute" property.
getSubjectAttributeMapping() - Method in interface org.forgerock.opendj.server.config.client.SubjectAttributeToUserAttributeCertificateMapperCfgClient
Gets the "subject-attribute-mapping" property.
getSubjectAttributeMapping() - Method in interface org.forgerock.opendj.server.config.server.SubjectAttributeToUserAttributeCertificateMapperCfg
Gets the "subject-attribute-mapping" property.
getSubjectAttributeMappingPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectAttributeToUserAttributeCertificateMapperCfgDefn
Get the "subject-attribute-mapping" property definition.
getSubjectAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectDnToUserAttributeCertificateMapperCfgDefn
Get the "subject-attribute" property definition.
getSubMatchers() - Method in class org.forgerock.opendj.ldap.Matcher
Returns an unmodifiable list containing the sub-matchers for this AND or OR filter Matcher.
getSubordinateBackends(Backend<?>) - Method in class org.opends.server.core.BackendConfigManager
Retrieves the set of subordinate backends of the provided backend.
getSubordinateBaseDn() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "subordinate-base-dn" property.
getSubordinateBaseDn() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "subordinate-base-dn" property.
getSubordinateBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "subordinate-base-dn" property definition.
getSubordinateBaseDNs() - Method in class org.opends.server.core.CoreConfigManager
Retrieves the restricted set of subordinate base DNs to use when searching the root suffix "".
getSubschemaObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the subschema Object Class which has the OID 2.5.20.1.
getSubschemaSubentry() - Method in class org.forgerock.opendj.ldap.RootDse
Returns a string which represents the DN of the subschema subentry holding the schema controlling the Root DSE.
getSubschemaSubentryAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the subschemaSubentry Attribute Type which has the OID 2.5.18.10.
getSubstringAssertion(ByteString, List<ByteString>, ByteString) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Compiles the provided substring assertion fragments as an Assertion suitable for use with substrings search filters.
getSubstringAssertion(Schema, ByteString, List<ByteString>, ByteString) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Compiles the provided substring assertion fragments as an Assertion suitable for use with substrings search filters.
getSubstringAssertionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Substring Assertion Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.58.
getSubstringLength() - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Gets the "substring-length" property.
getSubstringLength() - Method in interface org.forgerock.opendj.server.config.server.BackendIndexCfg
Gets the "substring-length" property.
getSubstringLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
Get the "substring-length" property definition.
getSubstringMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the matching rule that should be used for substring matching with this attribute type.
getSubstringMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Retrieves the default substring matching rule that will be used for attributes with this syntax.
getSubstringMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Retrieves the default substring matching rule that will be used for attributes with this syntax.
getSubstringsAny() - Method in class org.forgerock.opendj.ldap.Filter
Returns an unmodifiable list containing any intermediate substring assertion values for this substrings filter, which may be an empty if the substrings filter did not include an intermediate substrings.
getSubstringsFinal() - Method in class org.forgerock.opendj.ldap.Filter
Returns the final substring assertion value for this substrings filter, or null if the substrings filter did not include an final substring.
getSubstringsInitial() - Method in class org.forgerock.opendj.ldap.Filter
Returns the initial substring assertion value for this substrings filter, or null if the substrings filter did not include an initial substring.
getSubTreeSpecification() - Method in class org.opends.server.types.SubEntry
Getter for subentry subtree specification.
getSubtreeValues(Dn) - Method in class org.opends.server.api.DITCacheMap
Returns values from the stored objects associated with the subtree having the provided base DN.
getSubTypes() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the sub-types inheriting directly or indirectly from this attribute type.
getSuperiorClasses() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns an unmodifiable set containing the superior classes for this object class.
getSuperiorRules() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule
Returns an unmodifiable set containing the superior rules for this DIT structure rule.
getSuperiorType() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the superior type for this attribute type.
getSupportedAlgorithmsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedAlgorithms Attribute Type which has the OID 2.5.4.52.
getSupportedAlgorithmSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Supported Algorithm Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.49.
getSupportedAuthenticationPasswordSchemes() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of supported authentication password schemes which the Directory Server supports.
getSupportedAuthPasswordSchemesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedAuthPasswordSchemes Attribute Type which has the OID 1.3.6.1.4.1.4203.1.3.3.
getSupportedControlAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedControl Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.13.
getSupportedControls() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of object identifiers identifying the request controls that the Directory Server supports.
getSupportedControls() - Method in class org.opends.server.api.Backend
Retrieves the OIDs of the controls that may be supported by this backend.
getSupportedControls() - Method in class org.opends.server.api.ExtendedOperationHandler
Retrieves the OIDs of the controls that may be supported by this extended operation handler.
getSupportedControls() - Method in class org.opends.server.backends.ChangelogBackend
 
getSupportedControls() - Method in class org.opends.server.backends.LDIFBackend
 
getSupportedControls() - Method in class org.opends.server.backends.MemoryBackend
 
getSupportedControls() - Method in class org.opends.server.backends.NullBackend
 
getSupportedControls() - Method in class org.opends.server.backends.pluggable.BackendImpl
 
getSupportedControls() - Method in class org.opends.server.backends.ProxyBackend
 
getSupportedControls() - Method in class org.opends.server.core.DirectoryServer
 
getSupportedControls() - Method in interface org.opends.server.core.ServerContext
Retrieves the set of supported controls registered with the Directory Server.
getSupportedExtendedOperations() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of object identifiers identifying the extended operations that the Directory Server supports.
getSupportedExtensionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedExtension Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.7.
getSupportedExtensions() - Method in class org.opends.server.core.DirectoryServer
 
getSupportedExtensions() - Method in interface org.opends.server.core.ServerContext
Retrieves the set of extended operations that may be processed by the Directory Server.
getSupportedFeatures() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of object identifiers identifying elective features that the Directory Server supports.
getSupportedFeatures() - Method in class org.opends.server.api.Backend
Retrieves the OIDs of the features that may be supported by this backend.
getSupportedFeatures() - Method in class org.opends.server.api.ExtendedOperationHandler
Retrieves the OIDs of the features that may be supported by this extended operation handler.
getSupportedFeatures() - Method in class org.opends.server.backends.ProxyBackend
 
getSupportedFeatures() - Method in class org.opends.server.core.DirectoryServer
 
getSupportedFeatures() - Method in interface org.opends.server.core.ServerContext
Retrieves the set of supported features registered with the Directory Server.
getSupportedFeaturesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedFeatures Attribute Type which has the OID 1.3.6.1.4.1.4203.1.3.5.
getSupportedLDAPVersionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedLDAPVersion Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.15.
getSupportedLdapVersions() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of the versions of LDAP that the Directory Server supports.
getSupportedLDAPVersions() - Method in class org.opends.server.core.DirectoryServer
 
getSupportedLDAPVersions() - Method in interface org.opends.server.core.ServerContext
Retrieves the supported LDAP versions for the Directory Server.
getSupportedSaslMechanisms() - Method in class org.forgerock.opendj.ldap.RootDse
Returns an unmodifiable list of the SASL mechanisms that the Directory Server recognizes and/or supports.
getSupportedSASLMechanisms() - Method in class org.opends.server.core.DirectoryServer
 
getSupportedSASLMechanisms() - Method in interface org.opends.server.core.ServerContext
Retrieves the set of SASL mechanisms that are supported by the Directory Server.
getSupportedSASLMechanismsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedSASLMechanisms Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.14.
getSuppressInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn
Get the "suppress-internal-operations" property definition.
getSuppressInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CommonAuditAccessLogPublisherCfgDefn
Get the "suppress-internal-operations" property definition.
getSuppressInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "suppress-internal-operations" property definition.
getSuppressInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
Get the "suppress-internal-operations" property definition.
getSuppressInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
Get the "suppress-internal-operations" property definition.
getSuppressInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
Get the "suppress-internal-operations" property definition.
getSuppressInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
Get the "suppress-internal-operations" property definition.
getSuppressSynchronizationOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn
Get the "suppress-synchronization-operations" property definition.
getSuppressSynchronizationOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CommonAuditAccessLogPublisherCfgDefn
Get the "suppress-synchronization-operations" property definition.
getSuppressSynchronizationOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "suppress-synchronization-operations" property definition.
getSuppressSynchronizationOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
Get the "suppress-synchronization-operations" property definition.
getSuppressSynchronizationOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
Get the "suppress-synchronization-operations" property definition.
getSuppressSynchronizationOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
Get the "suppress-synchronization-operations" property definition.
getSuppressSynchronizationOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
Get the "suppress-synchronization-operations" property definition.
GetSymmetricKeyExtendedOperation - Class in org.opends.server.crypto
This class implements the get symmetric key extended operation, an OpenDS proprietary extension used for distribution of symmetric keys amongst servers.
GetSymmetricKeyExtendedOperation() - Constructor for class org.opends.server.crypto.GetSymmetricKeyExtendedOperation
Create an instance of this symmetric key extended operation.
GetSymmetricKeyExtendedOperationHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Get Symmetric Key Extended Operation Handler settings.
GetSymmetricKeyExtendedOperationHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Get Symmetric Key Extended Operation Handler settings.
GetSymmetricKeyExtendedOperationHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Get Symmetric Key Extended Operation Handler managed object definition meta information.
getSynchronizationProvider(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Synchronization Provider.
getSynchronizationProvider(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Synchronization Provider.
getSynchronizationProviders() - Method in class org.opends.server.core.DirectoryServer
 
getSynchronizationProviders() - Method in interface org.opends.server.core.ServerContext
Retrieves the set of synchronization providers that have been registered with the Directory Server.
getSynchronizationProvidersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "synchronization-providers" relation definition.
getSynopsis() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Gets the synopsis of this managed object definition in the default locale.
getSynopsis() - Method in class org.forgerock.opendj.config.AdministratorAction
Gets the synopsis of this administrator action in the default locale.
getSynopsis() - Method in class org.forgerock.opendj.config.AliasDefaultBehaviorProvider
Gets the synopsis of this alias default behavior in the default locale.
getSynopsis() - Method in class org.forgerock.opendj.config.GenericConstraint
Gets the synopsis of this constraint in the default locale.
getSynopsis() - Method in class org.forgerock.opendj.config.PropertyDefinition
Gets the synopsis of this property definition in the default locale.
getSynopsis() - Method in class org.forgerock.opendj.config.RelationDefinition
Gets the synopsis of this relation definition in the default locale.
getSynopsis() - Method in class org.forgerock.opendj.config.Tag
Gets the synopsis of this tag in the default locale.
getSynopsis(Locale) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Gets the synopsis of this managed object definition in the specified locale.
getSynopsis(Locale) - Method in class org.forgerock.opendj.config.AdministratorAction
Gets the synopsis of this administrator action in the specified locale.
getSynopsis(Locale) - Method in class org.forgerock.opendj.config.AliasDefaultBehaviorProvider
Gets the synopsis of this alias default behavior in the specified locale.
getSynopsis(Locale) - Method in class org.forgerock.opendj.config.GenericConstraint
Gets the synopsis of this constraint in the specified locale.
getSynopsis(Locale) - Method in class org.forgerock.opendj.config.PropertyDefinition
Gets the synopsis of this property definition in the specified locale.
getSynopsis(Locale) - Method in class org.forgerock.opendj.config.RelationDefinition
Gets the synopsis of this relation definition in the specified locale.
getSynopsis(Locale) - Method in class org.forgerock.opendj.config.Tag
Gets the synopsis of this tag in the specified locale.
getSyntax() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the syntax for this attribute type.
getSyntax() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Returns this parameter type.
getSyntax(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the syntax with the specified numeric OID.
getSyntaxEnforcementPolicy() - Method in class org.opends.server.core.CoreConfigManager
Retrieves the policy that should be used when an attribute value is found that is not valid according to the associated attribute syntax.
getSyntaxes() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all the syntaxes contained in this schema.
getSyntaxWithoutExpression() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Returns this parameter type.
getTag(String) - Method in class org.forgerock.monitoring.api.instrument.Meter.Id
 
getTagClass() - Method in class org.forgerock.opendj.io.Asn1Tag
Returns the tag class.
getTagNumber() - Method in class org.forgerock.opendj.io.Asn1Tag
Returns the tag number.
getTags() - Method in class org.forgerock.monitoring.api.instrument.Meter.Id
 
getTags() - Method in class org.forgerock.opendj.config.dsconfig.DocGeneratorSubCommandHandler
Gets the tags associated with this sub-command handler.
getTagValueRepresentation() - Method in enum class org.forgerock.monitoring.api.instrument.Statistic
Returns the Tag Value Representation for this Statistic
getTamperEvidentPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
Get the "tamper-evident" property definition.
getTamperEvidentPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHttpAccessLogPublisherCfgDefn
Get the "tamper-evident" property definition.
getTargAttrFiltersAciName() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Return the name of the ACI that last matched a targattrfilters rule.
getTargAttrFiltersMatch() - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Return the value of the targAttrFiltersMatch variable.
getTarget() - Method in class org.forgerock.json.resource.FilterChain
Returns the target request handler which will be invoked once processing has reached the end of the filter chain.
getTargetGroupDN() - Method in class org.opends.server.extensions.VirtualStaticGroup
Retrieves the DN of the target group for this virtual static group.
getTargetIsEnabledCondition() - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
Gets the condition which is used to determine if a referenced managed object is enabled.
getTargetNeedsEnablingCondition() - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
Gets the condition which is used to determine whether referenced managed objects need to be enabled.
getTargetPosition() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
Returns the position of the target entry in the result set.
getTargets() - Method in class org.opends.server.authorization.dseecompat.Aci
Returns the targets of the ACI.
getTaskBackend() - Method in class org.opends.server.backends.task.TaskScheduler
Retrieves the task backend with which this scheduler is associated.
getTaskBackingFile() - Method in interface org.forgerock.opendj.server.config.client.TaskBackendCfgClient
Gets the "task-backing-file" property.
getTaskBackingFile() - Method in interface org.forgerock.opendj.server.config.server.TaskBackendCfg
Gets the "task-backing-file" property.
getTaskBackingFile() - Method in class org.opends.server.backends.task.TaskBackend
Retrieves the path to the backing file that will hold the scheduled and recurring task definitions.
getTaskBackingFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
Get the "task-backing-file" property definition.
getTaskClass() - Method in class org.opends.server.tools.ExportLdif
 
getTaskClass() - Method in class org.opends.server.tools.ImportLdif
 
getTaskClass() - Method in class org.opends.server.tools.RebuildIndex
 
getTaskClass() - Method in interface org.opends.server.tools.TaskCommand
Returns the task class.
getTaskClass() - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
Gets the Class that implements the utility to execute.
getTaskDn(Entry) - Static method in class org.opends.server.tools.tasks.TaskClient
Uses provided task entry attributes to create a DN for the provided task entry.
getTaskEntries() - Method in class org.opends.server.tools.tasks.TaskClient
Gets all the ds-task entries from the task root.
getTaskEntry(String) - Method in class org.opends.server.tools.tasks.TaskClient
Gets the entry of the task associated to the provided identifier.
getTaskId() - Method in class org.opends.server.tools.tasks.TaskScheduleArgs
Gets the ID of the task or null if there is none.
getTaskId() - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
Gets an arbitrary task id assigned to this task.
getTaskId(Entry) - Static method in class org.opends.server.tools.tasks.TaskClient
Returns the ID of the provided task entry.
getTaskID() - Method in class org.opends.server.backends.task.Task
Retrieves the unique identifier assigned to this task.
getTaskIdArg() - Method in class org.opends.server.tools.tasks.TaskScheduleArgs
Returns ID of the task.
getTaskName() - Method in class org.opends.server.backends.task.Task
Retrieves the name of the task entry.
getTaskObjectclass() - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
Gets the objectclass used to represent scheduled instances of this utility in the task backend.
getTaskObjectClass() - Method in class org.opends.server.tools.ExportLdif
 
getTaskObjectClass() - Method in class org.opends.server.tools.ImportLdif
 
getTaskObjectClass() - Method in class org.opends.server.tools.RebuildIndex
 
getTaskObjectClass() - Method in interface org.opends.server.tools.TaskCommand
Returns the task's object class.
getTaskRetentionTime() - Method in interface org.forgerock.opendj.server.config.client.TaskBackendCfgClient
Gets the "task-retention-time" property.
getTaskRetentionTime() - Method in interface org.forgerock.opendj.server.config.server.TaskBackendCfg
Gets the "task-retention-time" property.
getTaskRetentionTimePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
Get the "task-retention-time" property definition.
getTaskRootDN() - Method in class org.opends.server.backends.task.TaskBackend
Retrieves the DN of the entry that is the root for all task information in the Directory Server.
getTaskRootEntry() - Method in class org.opends.server.backends.task.TaskScheduler
Retrieves the root entry that is the common ancestor for all entries in the task backend.
getTaskSpecificAttributeValuePairs() - Method in class org.opends.server.tools.tasks.TaskEntry
Gets a mapping of attributes that are specific to the implementing task as opposed to the superior, or base, task.
getTaskState() - Method in class org.opends.server.backends.task.Task
Retrieves the current state for this task.
getTaskState() - Method in class org.opends.server.tools.tasks.TaskEntry
Gets the task state.
getTelephoneNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the telephoneNumber Attribute Type which has the OID 2.5.4.20.
getTelephoneNumberMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the telephoneNumberMatch Matching Rule which has the OID 2.5.13.20.
getTelephoneNumberSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the telephoneNumberSubstringsMatch Matching Rule which has the OID 2.5.13.21.
getTelephoneNumberSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Telephone Number Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.50.
getTeletexTerminalIdentifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the teletexTerminalIdentifier Attribute Type which has the OID 2.5.4.22.
getTeletexTerminalIdentifierSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Teletex Terminal Identifier Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.51.
getTelexNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the telexNumber Attribute Type which has the OID 2.5.4.21.
getTelexNumberSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Telex Number Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.52.
getTemplate() - Method in interface org.forgerock.opendj.server.config.client.UserTemplateVirtualAttributeCfgClient
Gets the "template" property.
getTemplate() - Method in interface org.forgerock.opendj.server.config.server.UserTemplateVirtualAttributeCfg
Gets the "template" property.
getTemplatePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserTemplateVirtualAttributeCfgDefn
Get the "template" property definition.
getTestReversedPasswordPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeValuePasswordValidatorCfgDefn
Get the "test-reversed-password" property definition.
getTestReversedPasswordPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
Get the "test-reversed-password" property definition.
getThis() - Method in class org.forgerock.json.resource.Router
 
getThis() - Method in class org.forgerock.opendj.ldap.messages.AbandonRequest
 
getThreadCount() - Method in class org.opends.server.types.LDIFImportConfig
Return the specified thread count.
getThreadGroup() - Method in class org.opends.server.core.DirectoryServer
 
getThreadGroup() - Method in interface org.opends.server.core.ServerContext
Returns the thread groups of all directory threads.
getThreadNameForRequest(RequestContext, Request) - Method in class org.opends.server.api.ClientConnection
Returns the name that should be used for processing a request.
getTime() - Static method in class org.opends.server.core.TimeThread
Retrieves the time in milliseconds since the epoch at the last update.
getTime() - Method in class org.opends.server.replication.common.CSN
Getter for the time.
getTimeInMillis() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns the value of this generalized time in milliseconds since the epoch.
getTimeInterval() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Gets the "time-interval" property.
getTimeInterval() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Gets the "time-interval" property.
getTimeInterval() - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Gets the "time-interval" property.
getTimeInterval() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Gets the "time-interval" property.
getTimeInterval() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
Gets the "time-interval" property.
getTimeInterval() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
Gets the "time-interval" property.
getTimeInterval() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
Gets the "time-interval" property.
getTimeInterval() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHttpAccessLogPublisherCfg
Gets the "time-interval" property.
getTimeIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
Get the "time-interval" property definition.
getTimeIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
Get the "time-interval" property definition.
getTimeIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
Get the "time-interval" property definition.
getTimeIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHttpAccessLogPublisherCfgDefn
Get the "time-interval" property definition.
getTimeLimit() - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
Returns the time limit that should be used in order to restrict the maximum time (in seconds) allowed for the search.
getTimeLimit() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "time-limit" property.
getTimeLimit() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "time-limit" property.
getTimeLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "time-limit" property definition.
getTimeOfDay() - Method in interface org.forgerock.opendj.server.config.client.FixedTimeLogRotationPolicyCfgClient
Gets the "time-of-day" property.
getTimeOfDay() - Method in interface org.forgerock.opendj.server.config.server.FixedTimeLogRotationPolicyCfg
Gets the "time-of-day" property.
getTimeOfDayPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FixedTimeLogRotationPolicyCfgDefn
Get the "time-of-day" property definition.
getTimeSec() - Method in class org.opends.server.replication.common.CSN
Get the timestamp associated to this CSN in seconds.
getTimestamp() - Method in class org.opends.server.backup.BackupId
Returns the timestamp of the backup.
getTimestampString() - Method in class org.opends.server.backup.BackupId
Returns a string version of this backup timestamp in the format yyyyMMddHHmmssSSS.
getTimeUnit() - Method in class org.forgerock.opendj.config.dsconfig.DocGeneratorSubCommandHandler
Gets the optional time unit that the user requested.
getTimeUnit() - Method in interface org.opends.server.core.CoreConfigManager.EtimeService
Returns the time unit of this etime service.
getTitleAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the title Attribute Type which has the OID 2.5.4.12.
getTlsCipher() - Method in class org.opends.server.api.ClientConnection
Return the TLS cipher suite of a client connection.
getTlsProtocol() - Method in class org.opends.server.api.ClientConnection
Return the TLS protocol of a client connection.
getTlvs() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns Additional information contained in the header as part of the Type-Length-Value.
getTmpDirectory() - Method in class org.opends.server.backends.RebuildConfig
Return the temporary directory path.
getTmpDirectory() - Method in class org.opends.server.types.LDIFImportConfig
Return the temporary directory path.
getTodoCount() - Method in class org.opends.server.backends.task.Task.WorkCounters
Returns the number of entries that remain to be processed.
getTokenInfoUrl() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2OpenamAuthorizationMechanismCfgClient
Gets the "token-info-url" property.
getTokenInfoUrl() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2OpenamAuthorizationMechanismCfg
Gets the "token-info-url" property.
getTokenInfoUrlPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2OpenamAuthorizationMechanismCfgDefn
Get the "token-info-url" property definition.
getTokenIntrospectionUrl() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient
Gets the "token-introspection-url" property.
getTokenIntrospectionUrl() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2TokenIntrospectionAuthorizationMechanismCfg
Gets the "token-introspection-url" property.
getTokenIntrospectionUrlPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
Get the "token-introspection-url" property definition.
getToolName(String) - Static method in class org.forgerock.opendj.setup.model.Installation
Returns the provided tool name according to the running operating system.
getToolPath(String) - Static method in class org.forgerock.opendj.setup.model.Installation
Returns the provided tool path according to the running operating system.
getToolPath(Path, String) - Static method in class org.forgerock.opendj.setup.model.Installation
Returns the provided tool path according to the running operating system and the provided archive path.
getTopic() - Method in class org.forgerock.audit.events.handlers.AuditEventTopicState
Returns the topic of the event.
getTopic() - Method in interface org.forgerock.audit.handlers.jms.JmsContextManager
Gets a JMS topic.
getTopic() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
Returns the name of the event topic to which this mapping applies.
getTopicName() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.JndiConfiguration
Returns the jndi lookup name for the JMS Topic to which messages will be published.
getTopics() - Method in class org.forgerock.audit.events.EventTopicsMetaData
Returns the names of the set of topics for which this object has meta-data.
getTopics() - Method in class org.forgerock.audit.events.handlers.EventHandlerConfiguration
Returns the names of the topics accepted by this handler.
getTopObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the top Object Class which has the OID 2.5.6.0.
getTopology() - Method in class org.opends.server.core.DirectoryServer
 
getTopology() - Method in interface org.opends.server.core.ServerContext
Returns the topology this server participates in.
getTotalConnections() - Method in class org.opends.server.core.DirectoryServer
 
getTotalConnections() - Method in interface org.opends.server.core.ServerContext
Retrieves the total number of client connections that have been established since the Directory Server started.
getTotalCount() - Method in class org.opends.server.backends.task.Task.WorkCounters
Returns the total number of elements to process.
getTotalPagedResults() - Method in interface org.forgerock.json.resource.QueryResponse
Returns the total number of paged results in adherence with the QueryRequest.getTotalPagedResultsPolicy() in the request or QueryResponse.NO_COUNT if paged results were not requested, the count policy is NONE, or the total number of paged results is unknown.
getTotalPagedResultsPolicy() - Method in interface org.forgerock.json.resource.QueryRequest
Returns the CountPolicy used to calculate QueryResponse.getTotalPagedResults().
getTotalPagedResultsPolicy() - Method in interface org.forgerock.json.resource.QueryResponse
Returns the policy that was used to calculate the totalPagedResults.
getTotalProcessingTime() - Method in interface org.opends.server.loggers.HTTPRequestInfo
Returns the total processing time for this HTTP request.
getTotalProcessingTime() - Method in class org.opends.server.protocols.http.HttpLogContext
 
getTransactionId() - Method in interface org.opends.server.loggers.HTTPRequestInfo
Returns the transactionId for this request.
getTransactionId() - Method in class org.opends.server.protocols.http.HttpLogContext
 
getTransactionId(RequestContext) - Method in class org.opends.server.loggers.TextAuditLogPublisher
 
getTransformedValue(JsonValue, JsonValue) - Method in interface org.forgerock.json.JsonPatchValueTransformer
Return the value to be used for a given patch operation.
getTrustManager(Set<Purpose<? extends CryptoKey>>, Options) - Method in class org.forgerock.secrets.SecretsProvider
Constructs an X509ExtendedTrustManager that will retrieve certificates from this secrets provider for the provided purposes.
getTrustManager(Purpose<? extends CryptoKey>) - Method in class org.forgerock.secrets.SecretsProvider
Constructs an X509ExtendedTrustManager that will retrieve certificates from this secrets provider for the provided purpose.
getTrustManager(Purpose<? extends CryptoKey>, Options) - Method in class org.forgerock.secrets.SecretsProvider
Constructs an X509ExtendedTrustManager that will retrieve certificates from this secrets provider for the provided purpose.
getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Gets the "trust-manager-provider" property.
getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "trust-manager-provider" property.
getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2OpenamAuthorizationMechanismCfgClient
Gets the "trust-manager-provider" property.
getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient
Gets the "trust-manager-provider" property.
getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "trust-manager-provider" property.
getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Gets the "trust-manager-provider" property.
getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.MailServerCfgClient
Gets the "trust-manager-provider" property.
getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Gets the "trust-manager-provider" property.
getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "trust-manager-provider" property.
getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Gets the "trust-manager-provider" property.
getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
Gets the "trust-manager-provider" property.
getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "trust-manager-provider" property.
getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2OpenamAuthorizationMechanismCfg
Gets the "trust-manager-provider" property.
getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2TokenIntrospectionAuthorizationMechanismCfg
Gets the "trust-manager-provider" property.
getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "trust-manager-provider" property.
getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "trust-manager-provider" property.
getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.MailServerCfg
Gets the "trust-manager-provider" property.
getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
Gets the "trust-manager-provider" property.
getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "trust-manager-provider" property.
getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
Gets the "trust-manager-provider" property.
getTrustManagerProvider(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Trust Manager Provider.
getTrustManagerProvider(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Trust Manager Provider.
getTrustManagerProvider(Dn) - Method in class org.opends.server.core.DirectoryServer
 
getTrustManagerProvider(Dn) - Method in interface org.opends.server.core.ServerContext
Returns the trust manager provider matching the provided DN.
getTrustManagerProvider(Dn) - Method in class org.opends.server.core.TrustManagerProviderConfigManager
Retrieves the trust manager provider registered with the provided entry DN.
getTrustManagerProviderDn() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2OpenamAuthorizationMechanismCfg
Gets the "trust-manager-provider" property as a DN.
getTrustManagerProviderDn() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2TokenIntrospectionAuthorizationMechanismCfg
Gets the "trust-manager-provider" property as a DN.
getTrustManagerProviderDn() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "trust-manager-provider" property as a DN.
getTrustManagerProviderDn() - Method in interface org.forgerock.opendj.server.config.server.MailServerCfg
Gets the "trust-manager-provider" property as a DN.
getTrustManagerProviderDn() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
Gets the "trust-manager-provider" property as a DN.
getTrustManagerProviderDn() - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
Gets the "trust-manager-provider" property as a DN.
getTrustManagerProviderDns() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
Gets the "trust-manager-provider" property as a set of DNs.
getTrustManagerProviderDns() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "trust-manager-provider" property as a set of DNs.
getTrustManagerProviderDns() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "trust-manager-provider" property as a set of DNs.
getTrustManagerProviderDns() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "trust-manager-provider" property as a set of DNs.
getTrustManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
Get the "trust-manager-provider" property definition.
getTrustManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "trust-manager-provider" property definition.
getTrustManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2OpenamAuthorizationMechanismCfgDefn
Get the "trust-manager-provider" property definition.
getTrustManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
Get the "trust-manager-provider" property definition.
getTrustManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "trust-manager-provider" property definition.
getTrustManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the "trust-manager-provider" property definition.
getTrustManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MailServerCfgDefn
Get the "trust-manager-provider" property definition.
getTrustManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
Get the "trust-manager-provider" property definition.
getTrustManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
Get the "trust-manager-provider" property definition.
getTrustManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
Get the "trust-manager-provider" property definition.
getTrustManagerProvidersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "trust-manager-providers" relation definition.
getTrustManagers() - Method in class org.opends.server.api.TrustManagerProvider
Retrieves a set of TrustManager objects that may be used for interactions requiring access to a trust manager.
getTrustManagers() - Method in class org.opends.server.extensions.AdminDataTrustManagerProvider
 
getTrustManagers() - Method in class org.opends.server.extensions.BlindTrustManagerProvider
 
getTrustManagers() - Method in class org.opends.server.extensions.FileBasedTrustManagerProvider
 
getTrustManagers() - Method in class org.opends.server.extensions.JvmTrustManagerProvider
 
getTrustManagers() - Method in class org.opends.server.extensions.LDAPTrustManagerProvider
 
getTrustManagers() - Method in class org.opends.server.extensions.PemTrustManagerProvider
 
getTrustManagers() - Method in class org.opends.server.extensions.Pkcs11TrustManagerProvider
 
getTrustManagers(Collection<Dn>, ServerContext) - Static method in class org.opends.server.util.SslUtils
Returns an array of TrustManagers for use by the SSLContext while setting up communication.
getTrustStoreFile() - Method in interface org.forgerock.opendj.server.config.client.FileBasedTrustManagerProviderCfgClient
Gets the "trust-store-file" property.
getTrustStoreFile() - Method in interface org.forgerock.opendj.server.config.server.FileBasedTrustManagerProviderCfg
Gets the "trust-store-file" property.
getTrustStoreFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
Get the "trust-store-file" property definition.
getTrustStorePin() - Method in interface org.forgerock.opendj.server.config.client.FileBasedTrustManagerProviderCfgClient
Gets the "trust-store-pin" property.
getTrustStorePin() - Method in interface org.forgerock.opendj.server.config.client.LdapTrustManagerProviderCfgClient
Gets the "trust-store-pin" property.
getTrustStorePin() - Method in interface org.forgerock.opendj.server.config.client.Pkcs11TrustManagerProviderCfgClient
Gets the "trust-store-pin" property.
getTrustStorePin() - Method in interface org.forgerock.opendj.server.config.server.FileBasedTrustManagerProviderCfg
Gets the "trust-store-pin" property.
getTrustStorePin() - Method in interface org.forgerock.opendj.server.config.server.LdapTrustManagerProviderCfg
Gets the "trust-store-pin" property.
getTrustStorePin() - Method in interface org.forgerock.opendj.server.config.server.Pkcs11TrustManagerProviderCfg
Gets the "trust-store-pin" property.
getTrustStorePinPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
Get the "trust-store-pin" property definition.
getTrustStorePinPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapTrustManagerProviderCfgDefn
Get the "trust-store-pin" property definition.
getTrustStorePinPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pkcs11TrustManagerProviderCfgDefn
Get the "trust-store-pin" property definition.
getTrustStoreType() - Method in interface org.forgerock.opendj.server.config.client.FileBasedTrustManagerProviderCfgClient
Gets the "trust-store-type" property.
getTrustStoreType() - Method in interface org.forgerock.opendj.server.config.client.Pkcs11TrustManagerProviderCfgClient
Gets the "trust-store-type" property.
getTrustStoreType() - Method in interface org.forgerock.opendj.server.config.server.FileBasedTrustManagerProviderCfg
Gets the "trust-store-type" property.
getTrustStoreType() - Method in interface org.forgerock.opendj.server.config.server.Pkcs11TrustManagerProviderCfg
Gets the "trust-store-type" property.
getTrustStoreTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
Get the "trust-store-type" property definition.
getTrustStoreTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Pkcs11TrustManagerProviderCfgDefn
Get the "trust-store-type" property definition.
getTrustTransactionIdsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "trust-transaction-ids" property definition.
getTtlAge() - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Gets the "ttl-age" property.
getTtlAge() - Method in interface org.forgerock.opendj.server.config.server.BackendIndexCfg
Gets the "ttl-age" property.
getTtlAgePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
Get the "ttl-age" property definition.
getTtlEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
Get the "ttl-enabled" property definition.
getType() - Method in class org.forgerock.audit.secure.JcaKeyStoreHandler
 
getType() - Method in interface org.forgerock.audit.secure.KeyStoreHandler
Returns the type of the keystore.
getType() - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
 
getType() - Method in enum class org.forgerock.config.util.CoercionFunction
Get the type of the coercion function.
getType() - Method in class org.forgerock.monitoring.api.instrument.Meter.Id
The type is used by different registry implementations to structure the exposition of metrics to different backends.
getType() - Method in class org.forgerock.opendj.config.AdministratorAction
Gets the type of this administrator action.
getType() - Method in class org.forgerock.opendj.ldap.messages.AbandonRequest
 
getType() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedRequest
 
getType() - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
getType() - Method in class org.forgerock.opendj.ldap.messages.BindRequest
 
getType() - Method in class org.forgerock.opendj.ldap.messages.CompareRequest
 
getType() - Method in class org.forgerock.opendj.ldap.messages.DeleteRequest
 
getType() - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
Returns the type of this request to avoid expensive instanceof checks.
getType() - Method in class org.forgerock.opendj.ldap.messages.ModifyDnRequest
 
getType() - Method in class org.forgerock.opendj.ldap.messages.ModifyRequest
 
getType() - Method in interface org.forgerock.opendj.ldap.messages.Request
Returns the type of this request to avoid expensive instanceof checks.
getType() - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
 
getType() - Method in class org.forgerock.opendj.ldap.messages.UnbindRequest
 
getType() - Method in class org.forgerock.opendj.ldap.messages.UnknownRequest
 
getType() - Method in class org.forgerock.opendj.ldap.schema.AbstractOrderingMatchingRuleImpl
 
getType() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the type of the matching rule.
getType() - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Returns the type of this matching rule.
getType() - Method in interface org.forgerock.opendj.server.config.client.UniqueAttributePluginCfgClient
Gets the "type" property.
getType() - Method in interface org.forgerock.opendj.server.config.server.UniqueAttributePluginCfg
Gets the "type" property.
getType() - Method in class org.opends.server.replication.plugin.HistoricalCsnOrderingMatchingRuleImpl
 
getType() - Method in class org.opends.server.replication.plugin.HistoricalCsnRangeMatchingRuleImpl
 
getType() - Method in class org.opends.server.tools.tasks.TaskEntry
Gets a user presentable string indicating the type of this task.
getTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UniqueAttributePluginCfgDefn
Get the "type" property definition.
getTypesOnly() - Method in class org.opends.server.core.SearchOperation
Retrieves the typesOnly flag for this search operation.
getTypesOnly() - Method in interface org.opends.server.types.operation.InProgressSearchOperation
Retrieves the typesOnly flag for this search operation.
getTypesOnly() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
Retrieves the typesOnly flag for this search operation.
getTypesOnly() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
Retrieves the typesOnly flag for this search operation.
getTypesOnly() - Method in interface org.opends.server.types.operation.PreOperationSearchOperation
Retrieves the typesOnly flag for this search operation.
getTypesOnly() - Method in interface org.opends.server.types.operation.PreParseSearchOperation
Retrieves the typesOnly flag for this search operation.
getTypeValidator(String, Map<String, Object>, List<String>) - Static method in class org.forgerock.json.schema.validator.ObjectValidatorFactory
Instantiates a validator of the passed in type with the given schema.
getTypeValidator(Map<String, Object>) - Static method in class org.forgerock.json.schema.validator.ObjectValidatorFactory
Returns a validator validating the schema.
getTypeValidator(Map<String, Object>, List<String>) - Static method in class org.forgerock.json.schema.validator.ObjectValidatorFactory
Returns a validator validating the schema.
getUIDAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uid Attribute Type which has the OID 0.9.2342.19200300.100.1.1.
getUIDObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uidObject Object Class which has the OID 1.3.6.1.1.3.1.
getUnauthenticatedRequestsPolicy() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "unauthenticated-requests-policy" property.
getUnauthenticatedRequestsPolicy() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "unauthenticated-requests-policy" property.
getUnauthenticatedRequestsPolicy() - Method in class org.opends.server.core.CoreConfigManager
Indicates how unauthenticated requests should be handled by the server.
getUnauthenticatedRequestsPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "unauthenticated-requests-policy" property definition.
getUndefinedReason() - Method in class org.forgerock.opendj.ldap.Matcher
Returns the diagnostic reasons for this undefined filter Matcher.
getUniqueIdentifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uniqueIdentifier Attribute Type which has the OID 0.9.2342.19200300.100.1.44.
getUniqueMemberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uniqueMember Attribute Type which has the OID 2.5.4.50.
getUniqueMemberMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uniqueMemberMatch Matching Rule which has the OID 2.5.13.23.
getUnit() - Method in class org.forgerock.util.time.Duration
Returns the TimeUnit this duration is expressed in.
getUnit(String) - Static method in enum class org.forgerock.opendj.config.SizeUnit
Get the unit corresponding to the provided unit name.
getUnitSynopsis() - Method in class org.forgerock.opendj.config.IntegerPropertyDefinition
Gets the optional unit synopsis of this integer property definition in the default locale.
getUnitSynopsis(Locale) - Method in class org.forgerock.opendj.config.IntegerPropertyDefinition
Gets the optional unit synopsis of this integer property definition in the specified locale.
getUnknownRxTransportName() - Method in exception org.forgerock.opendj.io.rx.UnknownRxTransportException
Returns the name of the unknown transport.
getUnreachableReplicationServers(int) - Static method in class org.opends.server.replication.plugin.MultimasterReplication
Returns temporarily unreachable Replication Servers.
getUnrecognizedFilterBytes() - Method in class org.forgerock.opendj.ldap.Filter
Returns the ASN.1 content associated with this unrecognized filter.
getUnrecognizedFilterTag() - Method in class org.forgerock.opendj.ldap.Filter
Returns the ASN.1 tag associated with this unrecognized filter.
getUpdatedEntry() - Method in class org.opends.server.core.ModifyDnOperation
 
getUpdatedEntry() - Method in interface org.opends.server.types.operation.PostCommitModifyDNOperation
Retrieves the new entry, as it will appear after it is renamed.
getUpdatedEntry() - Method in interface org.opends.server.types.operation.PostOperationModifyDNOperation
Retrieves the new entry, as it will appear after it is renamed.
getUpdatedEntry() - Method in interface org.opends.server.types.operation.PostResponseModifyDNOperation
Retrieves the new entry, as it will appear after it is renamed.
getUpdatedEntry() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyDNOperation
Retrieves the new entry, as it will appear after it is renamed.
getUpdatedEntry() - Method in interface org.opends.server.types.operation.PreOperationModifyDNOperation
Retrieves the new entry, as it will appear after it is renamed.
getUpdatedEntry() - Method in interface org.opends.server.types.operation.SubordinateModifyDNOperation
Retrieves the new entry, as it will appear after it is renamed.
getUpdateInterval() - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
Gets the "update-interval" property.
getUpdateInterval() - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
Gets the "update-interval" property.
getUpdateIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
Get the "update-interval" property definition.
getUpperLimit() - Method in class org.forgerock.opendj.config.DurationPropertyDefinition
Get the upper limit in milli-seconds.
getUpperLimit() - Method in class org.forgerock.opendj.config.IntegerPropertyDefinition
Get the upper limit.
getUpperLimit() - Method in class org.forgerock.opendj.config.SizePropertyDefinition
Get the upper limit in bytes.
getUri() - Method in interface org.opends.server.loggers.HTTPRequestInfo
Returns the URI issued by the client.
getUri() - Method in class org.opends.server.protocols.http.HttpLogContext
 
getUris() - Method in interface org.forgerock.opendj.ldap.messages.SearchResultReference
Returns a List containing the continuation reference URIs included with this search result reference.
getUsage() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the usage indicator for this attribute type.
getUsage(PropertyDefinition<?>) - Method in class org.forgerock.opendj.config.PropertyDefinitionUsageBuilder
Generates the usage information for the provided property definition.
getUsePasswordCachingPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the "use-password-caching" property definition.
getUserAgent() - Method in interface org.opends.server.loggers.HTTPRequestInfo
Returns the user agent used by the client.
getUserAgent() - Method in class org.opends.server.protocols.http.HttpLogContext
 
getUserBaseDn() - Method in interface org.forgerock.opendj.server.config.client.FingerprintCertificateMapperCfgClient
Gets the "user-base-dn" property.
getUserBaseDn() - Method in interface org.forgerock.opendj.server.config.client.SubjectAttributeToUserAttributeCertificateMapperCfgClient
Gets the "user-base-dn" property.
getUserBaseDn() - Method in interface org.forgerock.opendj.server.config.client.SubjectDnToUserAttributeCertificateMapperCfgClient
Gets the "user-base-dn" property.
getUserBaseDn() - Method in interface org.forgerock.opendj.server.config.server.FingerprintCertificateMapperCfg
Gets the "user-base-dn" property.
getUserBaseDn() - Method in interface org.forgerock.opendj.server.config.server.SubjectAttributeToUserAttributeCertificateMapperCfg
Gets the "user-base-dn" property.
getUserBaseDn() - Method in interface org.forgerock.opendj.server.config.server.SubjectDnToUserAttributeCertificateMapperCfg
Gets the "user-base-dn" property.
getUserBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn
Get the "user-base-dn" property definition.
getUserBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectAttributeToUserAttributeCertificateMapperCfgDefn
Get the "user-base-dn" property definition.
getUserBaseDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectDnToUserAttributeCertificateMapperCfgDefn
Get the "user-base-dn" property definition.
getUserCertificateAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the userCertificate Attribute Type which has the OID 2.5.4.36.
getUserClassAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the userClass Attribute Type which has the OID 0.9.2342.19200300.100.1.8.
getUserDefinedTime(String) - Static method in class org.opends.server.core.TimeThread
Retrieves the current time formatted using the given format string.
getUserDn() - Method in interface org.forgerock.opendj.server.config.client.HttpAnonymousAuthorizationMechanismCfgClient
Gets the "user-dn" property.
getUserDn() - Method in interface org.forgerock.opendj.server.config.server.HttpAnonymousAuthorizationMechanismCfg
Gets the "user-dn" property.
getUserDN() - Method in record class org.opends.server.types.AccountStatusNotification
Retrieves the DN of the user entry to which this notification applies.
getUserDnEqualTo() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "user-dn-equal-to" property.
getUserDnEqualTo() - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Gets the "user-dn-equal-to" property.
getUserDnEqualTo() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "user-dn-equal-to" property.
getUserDnEqualTo() - Method in interface org.forgerock.opendj.server.config.server.GlobalAccessControlPolicyCfg
Gets the "user-dn-equal-to" property.
getUserDnEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "user-dn-equal-to" property definition.
getUserDnEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn
Get the "user-dn-equal-to" property definition.
getUserDnNotEqualTo() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "user-dn-not-equal-to" property.
getUserDnNotEqualTo() - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Gets the "user-dn-not-equal-to" property.
getUserDnNotEqualTo() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "user-dn-not-equal-to" property.
getUserDnNotEqualTo() - Method in interface org.forgerock.opendj.server.config.server.GlobalAccessControlPolicyCfg
Gets the "user-dn-not-equal-to" property.
getUserDnNotEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "user-dn-not-equal-to" property definition.
getUserDnNotEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn
Get the "user-dn-not-equal-to" property definition.
getUserDnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpAnonymousAuthorizationMechanismCfgDefn
Get the "user-dn" property definition.
getUserEntryDN() - Method in class org.opends.server.core.BindOperation
 
getUserEntryDN() - Method in interface org.opends.server.types.operation.PostOperationBindOperation
Retrieves the user entry DN for this bind operation.
getUserEntryDN() - Method in interface org.opends.server.types.operation.PostResponseBindOperation
Retrieves the user entry DN for this bind operation.
getUserEntryDN() - Method in interface org.opends.server.types.operation.PreOperationBindOperation
Retrieves the user entry DN for this bind operation.
getUserFriendlyName() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Gets the user-friendly name of this managed object definition in the default locale.
getUserFriendlyName() - Method in exception org.forgerock.opendj.config.client.MissingMandatoryPropertiesException
Gets the user friendly name of the component that caused this exception.
getUserFriendlyName() - Method in exception org.forgerock.opendj.config.client.OperationRejectedException
Gets the user friendly name of the component that caused this exception.
getUserFriendlyName() - Method in class org.forgerock.opendj.config.RelationDefinition
Gets the user friendly name of this relation definition in the default locale.
getUserFriendlyName() - Method in class org.forgerock.opendj.setup.model.Profile
Returns this profile user friendly name.
getUserFriendlyName(Locale) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Gets the user-friendly name of this managed object definition in the specified locale.
getUserFriendlyName(Locale) - Method in class org.forgerock.opendj.config.RelationDefinition
Gets the user friendly name of this relation definition in the specified locale.
getUserFriendlyPluralName() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Gets the user-friendly plural name of this managed object definition in the default locale.
getUserFriendlyPluralName() - Method in class org.forgerock.opendj.config.InstantiableRelationDefinition
Gets the user friendly plural name of this relation definition in the default locale.
getUserFriendlyPluralName() - Method in class org.forgerock.opendj.config.SetRelationDefinition
Gets the user friendly plural name of this relation definition in the default locale.
getUserFriendlyPluralName(Locale) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Gets the user-friendly plural name of this managed object definition in the specified locale.
getUserFriendlyPluralName(Locale) - Method in class org.forgerock.opendj.config.InstantiableRelationDefinition
Gets the user friendly plural name of this relation definition in the specified locale.
getUserFriendlyPluralName(Locale) - Method in class org.forgerock.opendj.config.SetRelationDefinition
Gets the user friendly plural name of this relation definition in the specified locale.
getUserIdentity() - Method in class org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
Returns the identity of the user whose password is to be modified, or null if the request should be applied to the user currently associated with the session.
getUserIdentityAsString() - Method in class org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
Returns the identity of the user whose password is to be modified decoded as a UTF-8 string, or null if the request should be applied to the user currently associated with the session.
getUserIsMemberOf() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "user-is-member-of" property.
getUserIsMemberOf() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "user-is-member-of" property.
getUserIsMemberOfPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "user-is-member-of" property definition.
getUserIsNotMemberOf() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "user-is-not-member-of" property.
getUserIsNotMemberOf() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "user-is-not-member-of" property.
getUserIsNotMemberOfPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
Get the "user-is-not-member-of" property definition.
getUserLdapClientSocket() - Method in class org.forgerock.opendj.rest2ldap.LdapClientContext
Returns the LDAP client socket authenticated using the SecurityContext which will be used for performing subsequent LDAP operations.
getUsername() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
Gets Elasticsearch username for HTTP basic authentication.
getUserPasswordAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the userPassword Attribute Type which has the OID 2.5.4.35.
getUserSecurityInformationObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the userSecurityInformation Object Class which has the OID 2.5.6.18.
getUseSaslExternalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn
Get the "use-sasl-external" property definition.
getUseSaslExternalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
Get the "use-sasl-external" property definition.
getUseSaslExternalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
Get the "use-sasl-external" property definition.
getUseSslPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "use-ssl" property definition.
getUseSslPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JmxConnectionHandlerCfgDefn
Get the "use-ssl" property definition.
getUseSslPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "use-ssl" property definition.
getUseSslPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the "use-ssl" property definition.
getUseSslPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MailServerCfgDefn
Get the "use-ssl" property definition.
getUseSslPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
Get the "use-ssl" property definition.
getUseSslPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
Get the "use-ssl" property definition.
getUseStartTlsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MailServerCfgDefn
Get the "use-start-tls" property definition.
getUseStartTlsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
Get the "use-start-tls" property definition.
getUseStartTlsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
Get the "use-start-tls" property definition.
getUseTcpKeepAlivePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "use-tcp-keep-alive" property definition.
getUseTcpKeepAlivePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "use-tcp-keep-alive" property definition.
getUseTcpKeepAlivePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the "use-tcp-keep-alive" property definition.
getUseTcpNoDelayPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn
Get the "use-tcp-no-delay" property definition.
getUseTcpNoDelayPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn
Get the "use-tcp-no-delay" property definition.
getUseTcpNoDelayPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn
Get the "use-tcp-no-delay" property definition.
getUseVirtualThreadsIfAvailablePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "use-virtual-threads-if-available" property definition.
getUtcTime() - Static method in class org.opends.server.core.TimeThread
Retrieves a string containing the current time in UTC.
getUTCTimeSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the UTC Time Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.53.
getUUIDMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uuidMatch Matching Rule which has the OID 1.3.6.1.1.16.2.
getUUIDOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uuidOrderingMatch Matching Rule which has the OID 1.3.6.1.1.16.3.
getUUIDSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the UUID Syntax which has the OID 1.3.6.1.1.16.1.
getValid(Purpose<S>) - Method in class org.forgerock.opendj.rest2ldap.authz.SecretStores.SecretKeyStore
 
getValid(Purpose<S>) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
 
getValid(Purpose<S>) - Method in class org.forgerock.secrets.propertyresolver.FileSystemSecretStore
 
getValid(Purpose<S>) - Method in class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
Returns a stream of the active secret for the given purpose.
getValid(Purpose<S>) - Method in interface org.forgerock.secrets.SecretStore
Returns all valid secrets for the given purpose from this store.
getValid(Purpose<S>) - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
getValidSecrets(Purpose<S>) - Method in class org.forgerock.secrets.SecretsProvider
Returns all secrets for the given purpose which have not yet expired.
getValue() - Method in class org.forgerock.audit.events.AuditEvent
Returns the Json value of this event.
getValue() - Method in class org.forgerock.json.JsonPointer
Returns the JSON pointer string value.
getValue() - Method in class org.forgerock.json.resource.PatchOperation
Returns the value for the patch operation.
getValue() - Method in class org.forgerock.monitoring.api.instrument.ImmutableTag
 
getValue() - Method in class org.forgerock.monitoring.api.instrument.Measurement
Value for the measurement.
getValue() - Method in interface org.forgerock.monitoring.api.instrument.Tag
 
getValue() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableGauge
 
getValue() - Method in class org.forgerock.opendj.config.ValueOrExpression
Returns the value if any.
getValue() - Method in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
 
getValue() - Method in interface org.forgerock.opendj.ldap.controls.Control
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaItRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.RelaxRulesRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
 
getValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
 
getValue() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedRequest
 
getValue() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
getValue() - Method in class org.forgerock.opendj.ldap.messages.AbstractIntermediateResponse
 
getValue() - Method in class org.forgerock.opendj.ldap.messages.CancelExtendedRequest
 
getValue() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedRequest
Returns the value, if any, associated with this extended request.
getValue() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
Returns the value, if any, associated with this extended result.
getValue() - Method in class org.forgerock.opendj.ldap.messages.GenericExtendedRequest
 
getValue() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
getValue() - Method in interface org.forgerock.opendj.ldap.messages.GenericIntermediateResponse
 
getValue() - Method in interface org.forgerock.opendj.ldap.messages.IntermediateResponse
Returns the value, if any, associated with this intermediate response.
getValue() - Method in class org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
 
getValue() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
getValue() - Method in class org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
 
getValue() - Method in class org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
 
getValue() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
getValue() - Method in interface org.forgerock.opendj.server.config.client.UserDefinedVirtualAttributeCfgClient
Gets the "value" property.
getValue() - Method in interface org.forgerock.opendj.server.config.server.UserDefinedVirtualAttributeCfg
Gets the "value" property.
getValue() - Method in class org.forgerock.opendj.setup.model.Profile.EnumConstant
Returns this enum constant value.
getValue() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Returns this profile parameter value.
getValue() - Method in class org.forgerock.util.time.Duration
Returns the number of TimeUnit this duration represents.
getValue() - Method in interface org.opends.server.backends.pluggable.spi.SequentialCursor
Returns the value of the record on which this cursor is currently positioned.
getValue() - Method in class org.opends.server.controls.EntryChangelogNotificationResponseControl
 
getValue() - Method in class org.opends.server.controls.ExternalChangelogRequestControl
 
getValue() - Method in class org.opends.server.controls.InternalModificationsRequestControl
 
getValue() - Method in class org.opends.server.controls.ReplicatedRequestControl
 
getValue() - Method in class org.opends.server.controls.SearchBaseDnBackendOnlyControl
 
getValue() - Method in class org.opends.server.plugins.ChangeNumberControlPlugin.CsnResponseControl
 
getValue() - Method in enum class org.opends.server.replication.common.ServerStatus
Get a numeric representation of the status.
getValue() - Method in class org.opends.server.replication.plugin.GenerationIdChecksum
 
getValue() - Method in class org.opends.server.replication.plugin.ReplicationRepairRequestControl
 
getValue() - Method in class org.opends.server.types.AdditionalLogItem
Returns the log item value, or null if this log item does not have a value.
getValue(K, Callable<V>) - Method in class org.forgerock.util.PerItemEvictionStrategyCache
Borrow (and create before hand if absent) a cache entry.
getValue(K, Callable<V>, AsyncFunction<V, Duration, E>) - Method in class org.forgerock.util.PerItemEvictionStrategyCache
Borrow (and create before hand if absent) a cache entry.
getValueComparator() - Method in class org.forgerock.opendj.config.PropertyDefinition
Returns a comparator for the value type.
getValueDeleteTime() - Method in class org.opends.server.replication.plugin.AttrValueHistorical
Get the last time when the value was deleted.
getValueMappings() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
Returns the mapping of audit event values to Syslog severity values.
getValueOrExpression() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Returns this profile parameter value or expression.
getValueOrThrowIfExpression() - Method in class org.forgerock.opendj.config.ValueOrExpression
Returns the value or throws if no value is available.
getValuePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
Get the "value" property definition.
getValues(Profile.Parameter<?, ?>) - Method in class org.forgerock.opendj.setup.model.Profile.ParameterValues
 
getValues(Profile.Parameter<?, ?>) - Method in interface org.forgerock.opendj.setup.model.Profile.ParameterValuesProvider
Returns the values set for the provided profile parameter.
getValuesHistorical() - Method in class org.opends.server.replication.plugin.AttrHistorical
Get the historical informations for this attribute Info.
getValuesHistorical() - Method in class org.opends.server.replication.plugin.AttrHistoricalMultiple
 
getValuesHistorical() - Method in class org.opends.server.replication.plugin.AttrHistoricalSingle
 
getValuesOrThrowIfExpression(Collection<ValueOrExpression<T>>) - Static method in class org.forgerock.opendj.config.Expressions
Returns a sorted set containing values from the provided collection of wrapped values.
getValuesOrThrowIfExpression(Collection<ValueOrExpression<T>>, Comparator<T>) - Static method in class org.forgerock.opendj.config.Expressions
Returns a sorted set containing values from the provided collection of wrapped values.
getValueSynopsis(E) - Method in class org.forgerock.opendj.config.EnumPropertyDefinition
Gets the synopsis of the specified enumeration value of this enumeration property definition in the default locale.
getValueUpdateTime() - Method in class org.opends.server.replication.plugin.AttrValueHistorical
Get the last time when the value was updated.
getVarDirectory() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Retrieves the directory in which mutable files should be placed.
getVariableName() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Returns this profile parameter variable name.
getVendorName() - Method in class org.forgerock.opendj.ldap.RootDse
Returns a string which represents the name of the Directory Server implementer.
getVendorNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the vendorName Attribute Type which has the OID 1.3.6.1.1.4.
getVendorVersion() - Method in class org.forgerock.opendj.ldap.RootDse
Returns a string which represents the version of the Directory Server implementation.
getVendorVersionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the vendorVersion Attribute Type which has the OID 1.3.6.1.1.5.
getVersion() - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.ResourcePathAndVersion
Get the Version corresponding to the resourcePath.
getVersion() - Method in class org.forgerock.opendj.config.ConfigurationFramework
Returns the version of this configuration framework.
getVersion() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns the version of the header.
getVersion() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
Returns the TLS version.
getVersion() - Method in class org.forgerock.opendj.ldap.messages.BindRequest
Returns the version of the protocol to be used at the LDAP message layer.
getVersion() - Method in class org.forgerock.opendj.security.DeploymentId.DeploymentIdParameters
Returns the version of the deployment ID.
getVersion() - Method in class org.forgerock.opendj.setup.model.Profile
Returns this profile version.
getVersion() - Method in class org.opends.server.authorization.dseecompat.AciBody
Return version string of the ACI.
getVersion() - Method in class org.opends.server.replication.protocol.StartMsg
Get the version included in the Start message mean the replication protocol version used by the server that created the message.
getVersion() - Method in class org.opends.server.replication.protocol.UpdateMsg
Get the version included in the update message.
getVirtualAttribute(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the named Virtual Attribute.
getVirtualAttribute(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the named Virtual Attribute.
getVirtualAttributes() - Method in class org.opends.server.core.DirectoryServer
 
getVirtualAttributes() - Method in interface org.opends.server.core.ServerContext
Retrieves the set of virtual attribute rules registered with the Directory Server.
getVirtualAttributes() - Method in class org.opends.server.core.VirtualAttributeConfigManager
Retrieves the collection of registered virtual attribute rules.
getVirtualAttributes(Entry) - Method in class org.opends.server.core.DirectoryServer
 
getVirtualAttributes(Entry) - Method in interface org.opends.server.core.ServerContext
Retrieves the set of virtual attribute rules registered with the Directory Server that are applicable to the provided entry.
getVirtualAttributesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "virtual-attributes" relation definition.
getVirtualListViewRequestControlOrNull() - Method in class org.opends.server.core.SearchOperation
Return the Virtual List View Request Control of the search request or null if absent.
getVisibility() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
Returns a boolean indicating whether sub-entries should be included in the search results.
getWarnedTime() - Method in class org.opends.server.core.PasswordPolicyState
Retrieves the time that the user was first warned about an upcoming expiration.
getWarnings() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all the warnings that were detected when this schema was constructed.
getWarnings() - Method in class org.forgerock.opendj.ldif.EntryGenerator
Returns the warnings generated by the parsing of template file.
getWarningType() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Returns the password policy warning type, if available.
getWarningValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Returns the password policy warning value, if available.
getWebCryptoName() - Method in enum class org.forgerock.secrets.keys.KeyUsage
The standard WebCrypto KeyUsage name for this usage.
getWeight() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Gets the "weight" property.
getWeight() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Gets the "weight" property.
getWeight() - Method in class org.opends.server.replication.protocol.ReplServerStartDSMsg
Gets the weight of the replication server.
getWeight() - Method in class org.opends.server.replication.server.ReplicationServer
Gets the weight affected to the replication server.
getWeightPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
Get the "weight" property definition.
getWordMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the wordMatch Matching Rule which has the OID 2.5.13.32.
getWorkCounters() - Method in class org.opends.server.tasks.InitializeTargetTask
Returns the work counters.
getWorkCounters() - Method in class org.opends.server.tasks.InitializeTask
Returns the work counters for the initialization operation.
getWorkQueue() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Gets the Work Queue.
getWorkQueue() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Gets the Work Queue.
getWorkQueue() - Method in class org.opends.server.core.DirectoryServer
 
getWorkQueue() - Method in interface org.opends.server.core.ServerContext
Retrieves a reference to the Directory Server work queue.
getWorkQueueRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
Get the "work-queue" relation definition.
getWrapColumn() - Method in class org.opends.server.types.LDIFExportConfig
Retrieves the column at which long lines should be wrapped.
getWrappedWriter() - Method in class org.forgerock.audit.events.handlers.writers.AsynchronousTextWriter
Retrieves the wrapped writer.
getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "writability-mode" property.
getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.client.LdifBackendCfgClient
Gets the "writability-mode" property.
getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.client.LocalBackendCfgClient
Gets the "writability-mode" property.
getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.client.MemoryBackendCfgClient
Gets the "writability-mode" property.
getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.client.MonitorBackendCfgClient
Gets the "writability-mode" property.
getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.client.NullBackendCfgClient
Gets the "writability-mode" property.
getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Gets the "writability-mode" property.
getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.client.SchemaBackendCfgClient
Gets the "writability-mode" property.
getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.client.TaskBackendCfgClient
Gets the "writability-mode" property.
getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "writability-mode" property.
getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.server.LdifBackendCfg
Gets the "writability-mode" property.
getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.server.LocalBackendCfg
Gets the "writability-mode" property.
getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.server.MemoryBackendCfg
Gets the "writability-mode" property.
getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.server.MonitorBackendCfg
Gets the "writability-mode" property.
getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.server.NullBackendCfg
Gets the "writability-mode" property.
getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Gets the "writability-mode" property.
getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.server.SchemaBackendCfg
Gets the "writability-mode" property.
getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.server.TaskBackendCfg
Gets the "writability-mode" property.
getWritabilityMode() - Method in class org.opends.server.api.LocalBackend
Retrieves the writability mode for this backend.
getWritabilityMode() - Method in class org.opends.server.backends.ConfigurationBackend.ConfigurationBackendCfg
 
getWritabilityMode() - Method in class org.opends.server.core.CoreConfigManager
Retrieves the writability mode for the Directory Server.
getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
Get the "writability-mode" property definition.
getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn
Get the "writability-mode" property definition.
getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LdifBackendCfgDefn
Get the "writability-mode" property definition.
getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn
Get the "writability-mode" property definition.
getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemoryBackendCfgDefn
Get the "writability-mode" property definition.
getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MonitorBackendCfgDefn
Get the "writability-mode" property definition.
getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NullBackendCfgDefn
Get the "writability-mode" property definition.
getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
Get the "writability-mode" property definition.
getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
Get the "writability-mode" property definition.
getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
Get the "writability-mode" property definition.
getWriteInterval() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration
Gets the interval for reading events from the buffer to transmit to Elasticsearch.
getWriteInterval() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.BatchConfiguration
Gets the interval for reading events from the buffer to transmit via jms.
getWriteInterval() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration.EventBufferingConfiguration
Gets delay after which the file-writer thread is scheduled to run after encountering an empty event buffer (units of 'ms' are recommended).
getWriteInterval() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.BufferingConfiguration
Gets the interval for reading events from the buffer to transmit to splunk.
getWriter() - Method in class org.forgerock.audit.rotation.RotationContext
Get the writer.
getWriter() - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 writer with an initial capacity of 32 bytes.
getWriter(int) - Static method in class org.forgerock.opendj.io.Asn1
Returns an ASN.1 writer with the provided initial capacity.
getWriter(Asn1Writer, int) - Static method in class org.forgerock.opendj.io.Ldap
Creates a new LDAP writer which will write LDAP messages to the provided ASN.1 writer.
getWrittenCount() - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Returns the number of entries provided to LdifEntryWriter.writeEntry(Entry) which have been written to the LDIF output file.
getX121AddressAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the x121Address Attribute Type which has the OID 2.5.4.24.
getX500UniqueIdentifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the x500UniqueIdentifier Attribute Type which has the OID 2.5.4.45.
getX509BitPosition() - Method in enum class org.forgerock.secrets.keys.KeyUsage
The bit position of this usage in the X.509 KeyUsage extension.
getX509Certificate(String) - Method in class org.forgerock.security.keystore.KeyStoreManager
Gets a X509Certificate from the KeyStore with the given alias.
getX509CertificateExactAssertionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the X.509 Certificate Exact Assertion Syntax which has the OID 1.3.6.1.1.15.1.
getX509StandardName() - Method in enum class org.forgerock.secrets.keys.KeyUsage
The standard name of this key usage in the X.509 standard.
getYoungestModificationTime() - Method in class org.opends.server.schema.SchemaHandler
Returns the youngest modification time for schema files.
GIBI_BYTES - Enum constant in enum class org.forgerock.opendj.config.SizeUnit
A gibi-byte unit.
GIGA_BYTES - Enum constant in enum class org.forgerock.opendj.config.SizeUnit
A giga-byte unit.
GLOBAL - Enum constant in enum class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria
References may refer to existing entries located anywhere in the Directory.
GLOBAL_PASSWORD - Static variable in class org.forgerock.opendj.security.KeyStoreParameters
The optional password which is used to protect all private and secret keys.
GlobalAccessControlPolicyCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Global Access Control Policy settings.
GlobalAccessControlPolicyCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Global Access Control Policy settings.
GlobalAccessControlPolicyCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Global Access Control Policy managed object definition meta information.
GlobalAccessControlPolicyCfgDefn.Permission - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "permission" property.
GlobalCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Global Configuration settings.
GlobalCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Global Configuration settings.
GlobalCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Global Configuration managed object definition meta information.
GlobalCfgDefn.DisabledPrivilege - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "disabled-privilege" property.
GlobalCfgDefn.EtimeResolution - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "etime-resolution" property.
GlobalCfgDefn.InvalidAttributeSyntaxBehavior - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "invalid-attribute-syntax-behavior" property.
GlobalCfgDefn.SingleStructuralObjectclassBehavior - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "single-structural-objectclass-behavior" property.
GlobalCfgDefn.UnauthenticatedRequestsPolicy - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "unauthenticated-requests-policy" property.
GlobalCfgDefn.WritabilityMode - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "writability-mode" property.
glueObjectClass(String) - Method in class org.forgerock.opendj.rest2ldap.CollectionSubResource
Specifies an LDAP object class which is to be associated with any intermediate "glue" entries forming the DN template.
glueObjectClasses(String...) - Method in class org.forgerock.opendj.rest2ldap.CollectionSubResource
Specifies one or more LDAP object classes which is to be associated with any intermediate "glue" entries forming the DN template.
GoverningStructureRuleVirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Governing Structure Rule Virtual Attribute settings.
GoverningStructureRuleVirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Governing Structure Rule Virtual Attribute settings.
GoverningStructureRuleVirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Governing Structure Rule Virtual Attribute managed object definition meta information.
GoverningStructureRuleVirtualAttributeProvider - Class in org.opends.server.extensions
This class implements a virtual attribute provider that is meant to serve the governingStructuralRule operational attribute as described in RFC 4512.
GoverningStructureRuleVirtualAttributeProvider() - Constructor for class org.opends.server.extensions.GoverningStructureRuleVirtualAttributeProvider
 
GRACE_LOGINS_REMAINING - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyWarningType
Indicates the remaining number of times a user will be allowed to authenticate with an expired password.
GraphiteMonitorReporterPlugin - Class in org.opends.server.plugins
DirectoryServerPlugin responsible for pushing monitoring data to a Graphite server.
GraphiteMonitorReporterPlugin() - Constructor for class org.opends.server.plugins.GraphiteMonitorReporterPlugin
 
GraphiteMonitorReporterPluginCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Graphite Monitor Reporter Plugin settings.
GraphiteMonitorReporterPluginCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Graphite Monitor Reporter Plugin settings.
GraphiteMonitorReporterPluginCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Graphite Monitor Reporter Plugin managed object definition meta information.
GREATER_EQUAL - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "greater-than-or-equal" operator.
GREATER_OR_EQUAL - Enum constant in enum class org.forgerock.opendj.ldap.Filter.FilterType
The filter type for greater or equal filters.
GREATER_THAN - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "greater-than" operator.
GREATER_THAN_KEY - Enum constant in enum class org.opends.server.replication.server.changelog.api.DBCursor.PositionStrategy
Positions the cursor on the nearest key which is greater than the requested key.
GREATER_THAN_OR_EQUAL_TO_KEY - Enum constant in enum class org.opends.server.replication.server.changelog.api.DBCursor.PositionStrategy
Positions the cursor on the nearest existing key which is greater than or equal to the requested key.
greaterOrEqual(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new greater or equal filter using the provided attribute description and assertion value.
greaterThan(FF, Object) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new greater than filter using the provided field name and value assertion.
greaterThan(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new greater than filter using the provided attribute description and assertion value.
greaterThanOrEqualTo(FF, Object) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new greater than or equal to filter using the provided field name and value assertion.
Group - Interface in org.opends.server.api
This interface defines the set of methods that must be implemented by a Directory Server group.
Group.ExaminedGroups - Class in org.opends.server.api
Class holding the already visited groups.
groupId - Variable in class org.opends.server.replication.protocol.StartMsg
Group id of the replicated domain.
groupId() - Method in record class org.opends.server.replication.common.DSInfo
Returns the value of the groupId record component.
groupId() - Method in record class org.opends.server.replication.common.RSInfo
Returns the value of the groupId record component.
GroupManager - Class in org.opends.server.core
This class provides a mechanism for interacting with all groups defined in the Directory Server.
GroupManager(ServerContext) - Constructor for class org.opends.server.core.GroupManager
Creates a new instance of this group manager.
GserParser - Class in org.forgerock.opendj.ldap
This class implements a parser for strings which are encoded using the Generic String Encoding Rules (GSER) defined in RFC 3641.
GserParser(CharSequence) - Constructor for class org.forgerock.opendj.ldap.GserParser
Creates a new GSER Parser.
GSSAPISASLMechanismHandler - Class in org.opends.server.extensions
This class provides an implementation of a SASL mechanism that authenticates clients through Kerberos v5 over GSSAPI.
GSSAPISASLMechanismHandler() - Constructor for class org.opends.server.extensions.GSSAPISASLMechanismHandler
Creates a new instance of this SASL mechanism handler.
GssapiSaslMechanismHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying GSSAPI SASL Mechanism Handler settings.
GssapiSaslMechanismHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying GSSAPI SASL Mechanism Handler settings.
GssapiSaslMechanismHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the GSSAPI SASL Mechanism Handler managed object definition meta information.
GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "quality-of-protection" property.

H

handle(Callback[]) - Method in class org.opends.server.extensions.GSSAPISASLMechanismHandler
During login, callbacks are usually used to prompt for passwords.
handle(Callback[]) - Method in class org.opends.server.extensions.SASLContext
Process the specified callback array.
handle(Callback[]) - Method in class org.opends.server.tools.upgrade.UpgradeCli
 
handle(Context, Request) - Method in class org.forgerock.monitoring.http.PrometheusHandler
 
handle(Context, ResourcePath) - Method in interface org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.NoApiVersionHandler
Handler called when a request has no resource API version.
handleAction(Context, String, ActionRequest) - Method in interface org.forgerock.audit.events.handlers.AuditEventHandler
Performs an action.
handleAction(Context, String, ActionRequest) - Method in class org.forgerock.audit.events.handlers.AuditEventHandlerBase
 
handleAction(Context, String, ActionRequest) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandler
 
handleAction(Context, String, ActionRequest) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
 
handleAction(Context, ActionRequest) - Method in interface org.forgerock.audit.AuditService
Audit service may support actions on the service itself or on handlers.
handleAction(Context, ActionRequest) - Method in class org.forgerock.audit.AuditServiceProxy
 
handleAction(Context, ActionRequest) - Method in class org.forgerock.json.resource.FilterChain
 
handleAction(Context, ActionRequest) - Method in interface org.forgerock.json.resource.RequestHandler
Handles performing an action on a resource, and optionally returns an associated result.
handleAction(Context, ActionRequest) - Method in class org.forgerock.json.resource.Router
 
handleAction(Context, ActionRequest) - Method in interface org.forgerock.json.resource.SynchronousRequestHandler
Handles performing an action on a resource, and optionally returns an associated result.
handleAction(Context, ActionRequest) - Method in class org.forgerock.json.resource.DescribedSyncRequestHandlerAdapter
 
handleAction(Context, ActionRequest) - Method in class org.forgerock.opendj.rest2ldap.DescribableRequestHandler
 
handleApiRequest(Context, Request) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
 
handleApiRequest(Context, Request) - Method in class org.forgerock.json.resource.DescribedSyncRequestHandlerAdapter
 
handleApiRequest(Context, Request) - Method in class org.forgerock.json.resource.FilterChain
 
handleApiRequest(Context, Request) - Method in class org.forgerock.json.resource.Router
 
handleApiRequest(Context, Request) - Method in class org.forgerock.opendj.rest2ldap.DescribableRequestHandler
 
handleCancelRequest(LocalizableMessage) - Method in interface org.forgerock.opendj.ldap.CancelRequestListener
Invoked when a cancellation request has been received and processing of the request should be aborted if possible.
handleConflictResolution(PreOperationAddOperation) - Method in class org.opends.server.api.SynchronizationProvider
Performs any necessary synchronization processing for the operation that may be needed early on to deal with any potential conflict resolution or updates to historical data.
handleConflictResolution(PreOperationAddOperation) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
handleConflictResolution(PreOperationDeleteOperation) - Method in class org.opends.server.api.SynchronizationProvider
Performs any necessary synchronization processing for the operation that may be needed early on to deal with any potential conflict resolution or updates to historical data.
handleConflictResolution(PreOperationDeleteOperation) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
handleConflictResolution(PreOperationModifyDNOperation) - Method in class org.opends.server.api.SynchronizationProvider
Performs any necessary synchronization processing for the operation that may be needed early on to deal with any potential conflict resolution or updates to historical data.
handleConflictResolution(PreOperationModifyDNOperation) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
handleConflictResolution(PreOperationModifyOperation) - Method in class org.opends.server.api.SynchronizationProvider
Performs any necessary synchronization processing for the operation that may be needed early on to deal with any potential conflict resolution or updates to historical data.
handleConflictResolution(PreOperationModifyOperation) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
handleConnectionClosed() - Method in interface org.forgerock.opendj.ldap.ConnectionEventListener
Notifies this connection event listener that the application has called close on the connection.
handleConnectionError(boolean, LdapException) - Method in interface org.forgerock.opendj.ldap.ConnectionEventListener
Notifies this connection event listener that a fatal error has occurred and the connection can no longer be used - the server has crashed, for example.
handleCreate(Context, CreateRequest) - Method in interface org.forgerock.audit.AuditService
Propagates the audit event to the AuditEventHandler objects that have been registered for the audit event topic.
handleCreate(Context, CreateRequest) - Method in class org.forgerock.audit.AuditServiceProxy
 
handleCreate(Context, CreateRequest) - Method in class org.forgerock.json.resource.FilterChain
 
handleCreate(Context, CreateRequest) - Method in interface org.forgerock.json.resource.RequestHandler
Adds a new JSON resource, returning a Promise that will be completed when the resource has been added.
handleCreate(Context, CreateRequest) - Method in class org.forgerock.json.resource.Router
 
handleCreate(Context, CreateRequest) - Method in interface org.forgerock.json.resource.SynchronousRequestHandler
Adds a new JSON resource.
handleCreate(Context, CreateRequest) - Method in class org.forgerock.json.resource.DescribedSyncRequestHandlerAdapter
 
handleCreate(Context, CreateRequest) - Method in class org.forgerock.opendj.rest2ldap.DescribableRequestHandler
 
handleDelete(Context, DeleteRequest) - Method in interface org.forgerock.audit.AuditService
Audit service does not support changing audit entries.
handleDelete(Context, DeleteRequest) - Method in class org.forgerock.audit.AuditServiceProxy
 
handleDelete(Context, DeleteRequest) - Method in class org.forgerock.json.resource.FilterChain
 
handleDelete(Context, DeleteRequest) - Method in interface org.forgerock.json.resource.RequestHandler
Deletes a JSON resource, returning a Promise that will be completed when the resource has been deleted.
handleDelete(Context, DeleteRequest) - Method in class org.forgerock.json.resource.Router
 
handleDelete(Context, DeleteRequest) - Method in interface org.forgerock.json.resource.SynchronousRequestHandler
Deletes a JSON resource.
handleDelete(Context, DeleteRequest) - Method in class org.forgerock.json.resource.DescribedSyncRequestHandlerAdapter
 
handleDelete(Context, DeleteRequest) - Method in class org.forgerock.opendj.rest2ldap.DescribableRequestHandler
 
handleDeprecatedStorageSchemes(ByteString) - Method in class org.opends.server.core.PasswordPolicyState
Performs any processing that may be necessary to remove deprecated storage schemes from the user's entry that match the provided password and re-encodes them using the default schemes.
handleDuplicateEntry(AddRequest, Entry) - Method in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
Invoked when an attempt was made to add an entry which already exists.
handleDuplicateEntry(ModifyDnRequest, Entry, Entry) - Method in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
Invoked when an attempt was made to rename an entry which already exists.
handleEntry(SearchResultEntry) - Method in interface org.forgerock.opendj.ldap.SearchResultHandler
Invoked each time a search result entry is returned from an asynchronous search operation.
handleError(String) - Method in interface org.forgerock.opendj.setup.model.SetupConsole
Handles error.
handleError(LocalizableMessage) - Method in interface org.forgerock.opendj.setup.model.SetupConsole
Handles error.
handleException(E) - Method in interface org.forgerock.util.promise.ExceptionHandler
Invoked when the asynchronous task has failed.
handleException(E) - Method in class org.forgerock.util.promise.PromiseImpl
Signals that the asynchronous task represented by this promise has failed.
handleException(LdapException) - Method in interface org.forgerock.opendj.ldap.LdapResultHandler
Invoked when the asynchronous operation has failed.
handleInfo(String) - Method in interface org.forgerock.opendj.setup.model.SetupConsole
Handles an information message issued during setup.
handleInfo(LocalizableMessage) - Method in interface org.forgerock.opendj.setup.model.SetupConsole
Handles an information message issued during setup.
handleIntermediateResponse(IntermediateResponse) - Method in interface org.forgerock.opendj.ldap.IntermediateResponseHandler
Invoked each time an intermediate response is returned from the Directory Server.
handleLdapClientOffline(LdapClient, LdapException) - Method in interface org.forgerock.opendj.ldap.LoadBalancerEventListener
Invoked when the load-balancer is unable to obtain a connection from the specified LDAP client.
handleLdapClientOnline(LdapClient) - Method in interface org.forgerock.opendj.ldap.LoadBalancerEventListener
Invoked when the load-balancer detects that a previously offline LDAP client is available for use again.
handleMalformedRecord(long, List<String>, DecodeException) - Method in interface org.forgerock.opendj.ldif.RejectedLdifListener
Invoked when a record was rejected because it was malformed in some way and could not be decoded.
handleNoApiVersionSupplied(Context, ResourcePath) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.ResourcePathAndVersionSpecification
Support handling when no resource API version is supplied on the request.
handleNoApiVersionSupplied(Context, ResourcePath) - Method in interface org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.VersionSpecification
Support custom handling when no resource API version is supplied on the request.
handleNotification(Notification, Object) - Method in class org.opends.server.protocols.jmx.JmxClientConnection
 
handlePatch(Context, PatchRequest) - Method in interface org.forgerock.audit.AuditService
Audit service does not support changing audit entries.
handlePatch(Context, PatchRequest) - Method in class org.forgerock.audit.AuditServiceProxy
 
handlePatch(Context, PatchRequest) - Method in class org.forgerock.json.resource.FilterChain
 
handlePatch(Context, PatchRequest) - Method in interface org.forgerock.json.resource.RequestHandler
Updates a JSON resource by applying a set of changes to its existing content, returning a Promise that will be completed when the resource has been updated.
handlePatch(Context, PatchRequest) - Method in class org.forgerock.json.resource.Router
 
handlePatch(Context, PatchRequest) - Method in interface org.forgerock.json.resource.SynchronousRequestHandler
Updates a JSON resource by applying a set of changes to its existing content.
handlePatch(Context, PatchRequest) - Method in class org.forgerock.json.resource.DescribedSyncRequestHandlerAdapter
 
handlePatch(Context, PatchRequest) - Method in class org.forgerock.opendj.rest2ldap.DescribableRequestHandler
 
handlePoolGrowing(ConnectionPool) - Method in interface org.forgerock.opendj.ldap.ConnectionPoolEventListener
Invoked when the connection pool is growing, i.e.
handlePoolShrinking(ConnectionPool) - Method in interface org.forgerock.opendj.ldap.ConnectionPoolEventListener
Invoked when the connection pool is shrinking, i.e.
handleQuery(Context, QueryRequest, Collection<ResourceResponse>) - Method in interface org.forgerock.json.resource.SynchronousRequestHandler
Searches for all JSON resources matching a user specified set of criteria.
handleQuery(Context, QueryRequest, QueryResourceHandler) - Method in interface org.forgerock.audit.AuditService
Performs the query on the specified object and returns the associated results.
handleQuery(Context, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.audit.AuditServiceProxy
 
handleQuery(Context, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.json.resource.FilterChain
 
handleQuery(Context, QueryRequest, QueryResourceHandler) - Method in interface org.forgerock.json.resource.RequestHandler
Searches for all JSON resources matching a user specified set of criteria, returning a Promise that will be completed when the search has completed.
handleQuery(Context, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.json.resource.Router
 
handleQuery(Context, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.json.resource.DescribedSyncRequestHandlerAdapter
 
handleQuery(Context, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.opendj.rest2ldap.DescribableRequestHandler
 
handleRead(Context, ReadRequest) - Method in interface org.forgerock.audit.AuditService
Gets an object from the audit logs by identifier.
handleRead(Context, ReadRequest) - Method in class org.forgerock.audit.AuditServiceProxy
 
handleRead(Context, ReadRequest) - Method in class org.forgerock.json.resource.FilterChain
 
handleRead(Context, ReadRequest) - Method in interface org.forgerock.json.resource.RequestHandler
Reads a JSON resource, returning a Promise that will be completed when the resource has been read.
handleRead(Context, ReadRequest) - Method in class org.forgerock.json.resource.Router
 
handleRead(Context, ReadRequest) - Method in interface org.forgerock.json.resource.SynchronousRequestHandler
Reads a JSON resource.
handleRead(Context, ReadRequest) - Method in class org.forgerock.json.resource.DescribedSyncRequestHandlerAdapter
 
handleRead(Context, ReadRequest) - Method in class org.forgerock.opendj.rest2ldap.DescribableRequestHandler
 
handleReference(SearchResultReference) - Method in interface org.forgerock.opendj.ldap.SearchResultHandler
Invoked each time a search result reference is returned from an asynchronous search operation.
handleRejectedChangeRecord(AddRequest, LocalizableMessage) - Method in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
Invoked when an attempt to add an entry was rejected.
handleRejectedChangeRecord(DeleteRequest, LocalizableMessage) - Method in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
Invoked when an attempt to delete an entry was rejected.
handleRejectedChangeRecord(ModifyDnRequest, LocalizableMessage) - Method in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
Invoked when an attempt to rename an entry was rejected.
handleRejectedChangeRecord(ModifyRequest, LocalizableMessage) - Method in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
Invoked when an attempt to modify an entry was rejected.
handleRequest() - Method in class org.forgerock.opendj.server.core.Router
Routes a request to the appropriate backend(s) for processing.
handleRequest(int, Request) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns a Flowable which, when subscribed, will apply the provided request to this memory backend.
handleRequest(Request) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns a Flowable which, when subscribed, will apply the provided request to this memory backend.
handleRequest(RequestContext, Request, Consumer<ResponseStream>) - Method in class org.opends.server.api.Backend
Processes a request, publishing the response(s) to the provided consumer.
handleRequest(RequestContext, Request, Consumer<ResponseStream>) - Method in class org.opends.server.api.LocalBackend
 
handleRequest(RequestContext, Request, Consumer<ResponseStream>) - Method in class org.opends.server.backends.ProxyBackend
 
handleRequest(RequestContext, Request, Consumer<ResponseStream>) - Method in class org.opends.server.core.DirectoryServer
 
handleRequest(RequestContext, Request, Consumer<ResponseStream>) - Method in interface org.opends.server.core.ServerContext
Routes an LDAP request to the appropriate backend(s) for processing.
handleRequestControls() - Method in class org.opends.server.core.SearchOperation
Handles any controls contained in the request.
handleResource(ResourceResponse) - Method in class org.forgerock.json.resource.IdentifierQueryResourceHandler
 
handleResource(ResourceResponse) - Method in interface org.forgerock.json.resource.QueryResourceHandler
Invoked each time a matching JSON resource is returned from a query request.
handleResult(S) - Method in interface org.forgerock.opendj.ldap.LdapResultHandler
Invoked when the asynchronous operation has completed successfully.
handleResult(V) - Method in class org.forgerock.util.promise.PromiseImpl
Signals that the asynchronous task represented by this promise has succeeded.
handleResult(V) - Method in interface org.forgerock.util.promise.ResultHandler
Invoked when the asynchronous task has completed successfully.
handleRuntimeException(RuntimeException) - Method in class org.forgerock.util.promise.PromiseImpl
 
handleRuntimeException(RuntimeException) - Method in interface org.forgerock.util.promise.RuntimeExceptionHandler
Invoked when the asynchronous task has failed with a runtime exception.
handleSchemaValidationFailure(long, List<String>, List<LocalizableMessage>) - Method in interface org.forgerock.opendj.ldif.RejectedLdifListener
Invoked when a record was rejected because it does not conform to the schema and schema validation is enabled.
handleSchemaValidationWarning(long, List<String>, List<LocalizableMessage>) - Method in interface org.forgerock.opendj.ldif.RejectedLdifListener
Invoked when a record was not rejected but contained one or more schema validation warnings.
handlesEntry(Dn) - Method in class org.opends.server.api.LocalBackend
Indicates whether this backend should be used to handle operations for the provided entry.
handlesEntry(Dn, Collection<Dn>, Collection<Dn>) - Static method in class org.opends.server.api.LocalBackend
Indicates whether a backend should be used to handle operations for the provided entry given the set of base DNs and exclude DNs.
handleSkippedRecord(long, List<String>, LocalizableMessage) - Method in interface org.forgerock.opendj.ldif.RejectedLdifListener
Invoked when a record was skipped because it did not match filter criteria defined by the reader.
handleStartTask(LocalizableMessage) - Method in interface org.forgerock.opendj.setup.model.SetupConsole
Handles task start.
handleStatusNotification(AccountStatusNotification) - Method in class org.opends.server.api.AccountStatusNotificationHandler
Performs any processing that may be necessary in conjunction with the provided account status notification.
handleStatusNotification(AccountStatusNotification) - Method in class org.opends.server.extensions.ErrorLogAccountStatusNotificationHandler
 
handleStatusNotification(AccountStatusNotification) - Method in class org.opends.server.extensions.SMTPAccountStatusNotificationHandler
 
handleSubentryAdd(Entry) - Method in interface org.opends.server.api.SubentryChangeListener
Performs any processing that may be required after a subentry add operation.
handleSubentryDelete(Entry) - Method in interface org.opends.server.api.SubentryChangeListener
Performs any processing that may be required after a subentry delete operation.
handleSubentryModify(Entry, Entry) - Method in interface org.opends.server.api.SubentryChangeListener
Performs any processing that may be required after a subentry modify operation.
handleSubentryModifyDN(Entry, Entry) - Method in interface org.opends.server.api.SubentryChangeListener
Performs any processing that may be required after a subentry modify DN operation.
handleUndeliverableRxErrors(Throwable) - Static method in class org.forgerock.opendj.io.rx.RxIo
This method is suitable for use as an RX Java global error handler.
handleUnsolicitedNotification(ExtendedResult) - Method in interface org.forgerock.opendj.ldap.ConnectionEventListener
Notifies this connection event listener that the connection has just received the provided unsolicited notification from the server.
handleUpdate(Context, UpdateRequest) - Method in interface org.forgerock.audit.AuditService
Audit service does not support changing audit entries.
handleUpdate(Context, UpdateRequest) - Method in class org.forgerock.audit.AuditServiceProxy
 
handleUpdate(Context, UpdateRequest) - Method in class org.forgerock.json.resource.FilterChain
 
handleUpdate(Context, UpdateRequest) - Method in interface org.forgerock.json.resource.RequestHandler
Updates a JSON resource by replacing its existing content with new content, returning a Promise that will be completed when the resource has been updated.
handleUpdate(Context, UpdateRequest) - Method in class org.forgerock.json.resource.Router
 
handleUpdate(Context, UpdateRequest) - Method in interface org.forgerock.json.resource.SynchronousRequestHandler
Updates a JSON resource by replacing its existing content with new content.
handleUpdate(Context, UpdateRequest) - Method in class org.forgerock.json.resource.DescribedSyncRequestHandlerAdapter
 
handleUpdate(Context, UpdateRequest) - Method in class org.forgerock.opendj.rest2ldap.DescribableRequestHandler
 
handshake() - Method in class org.forgerock.opendj.io.rx.SslRxSocket
Returns a Completable representing the completion status of the initial SSL handshake, which completes once the handshake completes or fails with an error if the handshake fails for some reason.
hasAccessControlHandler() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Determines whether the Access Control Handler exists.
hasAccessControlHandler() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Determines whether the Access Control Handler exists.
hasAccessType(EnumAccessType) - Method in class org.opends.server.authorization.dseecompat.AciBody
Checks all of the permissions in this body for a specific access type.
hasAccessType(EnumAccessType) - Method in class org.opends.server.authorization.dseecompat.PermBindRulePair
Checks the permission to see if it has this access type.
hasAccessType(EnumAccessType) - Method in class org.opends.server.authorization.dseecompat.Permission
Checks if a given access type enumeration is equal to this classes access type.
hasAllPrivileges(Privilege[], Operation) - Method in class org.opends.server.api.ClientConnection
Indicates whether the authenticate client has all of the specified privileges.
hasAttribute(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Indicates whether the provided attribute type is referenced by this matching rule use.
hasAttributeType(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether this schema contains an attribute type with the specified name or numeric OID.
hasAttributeType(AttributeType) - Method in class org.forgerock.opendj.ldap.Rdn
Indicates whether this RDN includes the specified attribute type.
hasAuthenticationMethod(EnumAuthMethod, String) - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Determine whether the client connection has been authenticated using a specified authentication method.
hasBackend(String) - Method in class org.opends.server.core.BackendConfigManager
Indicates whether the backend with the provided id exists.
hasBeenExamined(Group) - Method in class org.opends.server.api.Group.ExaminedGroups
Returns whether the provided group has already been examined.
hasChild(OptionalRelationDefinition<?, ?>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Determines whether the optional managed object associated with the specified optional relations exists.
hasChild(OptionalRelationDefinition<C, S>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Determines whether the optional managed object associated with the specified optional relations exists.
hasChild(OptionalRelationDefinition<C, S>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
hasChildren() - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
 
hasChildren() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Determine whether there are any child managed object definitions which inherit from this managed object definition.
hasChildren(Dn) - Method in class org.opends.server.api.DITCacheMap
Returns true if there are objects below the DN, excluding the DN itself.
hasDebugSeverity() - Static method in class org.opends.server.loggers.ErrorLogger
Indicates if debug severity is enabled in at least one publisher.
hasDifferentGenerationIdThan(ReplicaId) - Method in class org.opends.server.replication.server.ReplicationServerDomain
Returns whether the provided replica has a different generationId than this replication domain.
hasDitContentRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether this schema contains a DIT content rule with the specified name or numeric OID.
hasDitStructureRule(int) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether this schema contains a DIT structure rule with the specified rule ID.
hasEntry(Dn) - Method in interface org.forgerock.opendj.config.server.spi.ConfigurationRepository
Checks if the provided DN corresponds to a configuration entry.
hasEntry(Dn) - Method in class org.opends.server.config.ConfigurationHandler
 
hasEntryTestRule() - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
True if an entry test rule was found.
hasError() - Method in class org.forgerock.json.schema.validator.CollectErrorsHandler
Get the final result of the validation.
hasError() - Method in class org.forgerock.json.schema.validator.ErrorHandler
Get the final result of the validation.
hasErrors() - Method in class org.opends.server.backup.Backup
Returns whether this backup cannot be restored because it has errors.
hasEvalOpAttributes() - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Return true if the evaluating ACI either contained an explicitly defined operational attribute type in a targetattr target rule or both a targetattr all operational attributes rule matched and a explicitly defined targetattr target rule matched.
hasEvalUserAttributes() - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Return true if the evaluating ACI either contained an explicitly defined user attribute type in a targeattr target rule or both a targetattr all user attributes rule matched and a explicitly defined targetattr target rule matched.
hasFields() - Method in interface org.forgerock.json.resource.ResourceResponse
Returns true if any fields have been added, indicating that the list of fields in this response should be included in this JSON resource after field filtering has occurred, otherwise returns false indicating that the original list of fields in the request should be used for filtering the response.
hasFlag(RequestContext.RequestFlag) - Method in class org.forgerock.opendj.server.core.RequestContext
Returns whether this request has the provided flag.
HASH_BYTES_LEN - Static variable in class org.forgerock.util.crypto.HKDFKeyGenerator
The HMAC output length in bytes.
hashCode() - Method in class org.forgerock.audit.events.handlers.AuditEventTopicState
 
hashCode() - Method in class org.forgerock.i18n.LocalizableMessage
Returns the hash code value for this message calculated using the hash code of the String representation of this message in the default locale.
hashCode() - Method in class org.forgerock.json.JsonPointer
Returns the hash code value for this pointer.
hashCode() - Method in class org.forgerock.json.resource.ResourcePath
Returns a hash code for this resource path.
hashCode() - Method in interface org.forgerock.json.resource.ResourceResponse
Returns the hash code for this resource.
hashCode() - Method in class org.forgerock.json.resource.SortKey
 
hashCode() - Method in class org.forgerock.monitoring.api.instrument.ImmutableTag
 
hashCode() - Method in class org.forgerock.monitoring.api.instrument.Meter.Id
 
hashCode() - Method in class org.forgerock.monitoring.api.instrument.Tags
 
hashCode() - Method in record class org.forgerock.opendj.config.Deprecated
Returns a hash code value for this object.
hashCode() - Method in class org.forgerock.opendj.config.dsconfig.DocGeneratorSubCommandHandler
 
hashCode() - Method in class org.forgerock.opendj.config.ManagedObjectPath
 
hashCode() - Method in class org.forgerock.opendj.config.PropertyDefinition
Returns a hash code value for this property definition.
hashCode() - Method in class org.forgerock.opendj.config.Tag
 
hashCode() - Method in class org.forgerock.opendj.config.ValueOrExpression
 
hashCode() - Method in class org.forgerock.opendj.discovery.Partition.Server
 
hashCode() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
 
hashCode() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
 
hashCode() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
hashCode() - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
hashCode() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns the hash code for this attribute.
hashCode() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns the hash code for this attribute description.
hashCode() - Method in class org.forgerock.opendj.ldap.Ava
 
hashCode() - Method in class org.forgerock.opendj.ldap.ByteString
Returns a hash code for this byte string.
hashCode() - Method in record class org.forgerock.opendj.ldap.ConnectionPool.Statistics
Returns a hash code value for this object.
hashCode() - Method in class org.forgerock.opendj.ldap.Dn
 
hashCode() - Method in interface org.forgerock.opendj.ldap.Entry
Returns the hash code for this entry.
hashCode() - Method in class org.forgerock.opendj.ldap.Filter
This method produces a hash-code of the literal filter representation without performing any normalization other than lowercasing attribute descriptions.
hashCode() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
 
hashCode() - Method in class org.forgerock.opendj.ldap.LdapUrl
 
hashCode() - Method in class org.forgerock.opendj.ldap.Matcher
This method returns the same hash-code for any two equivalent filters.
hashCode() - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
hashCode() - Method in class org.forgerock.opendj.ldap.Modification
 
hashCode() - Method in class org.forgerock.opendj.ldap.ModificationType
 
hashCode() - Method in class org.forgerock.opendj.ldap.Rdn
 
hashCode() - Method in class org.forgerock.opendj.ldap.ResultCode
 
hashCode() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the hash code for this attribute type.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Returns the hash code for this DIT content rule.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule
Returns the hash code for this DIT structure rule.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the hash code for this matching rule.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns the hash code for this matching rule use.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns the hash code for this name form.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns the hash code for this object class.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Returns the hash code for this attribute syntax.
hashCode() - Method in class org.forgerock.opendj.ldap.SearchScope
 
hashCode() - Method in class org.forgerock.opendj.ldap.SortKey
 
hashCode() - Method in class org.forgerock.opendj.ldap.SortKey.SortComparator
 
hashCode() - Method in class org.forgerock.opendj.ldap.SubtreeSpecification.FilterRefinement
 
hashCode() - Method in class org.forgerock.opendj.ldap.SubtreeSpecification
Retrieves the hash code for this subtree specification object.
hashCode() - Method in class org.forgerock.opendj.ldap.SubtreeSpecification.Refinement
 
hashCode() - Method in class org.forgerock.opendj.rest2ldap.Resource
 
hashCode() - Method in class org.forgerock.opendj.rest2ldap.SubResource
 
hashCode() - Method in class org.forgerock.opendj.security.DeploymentId
 
hashCode() - Method in class org.forgerock.opendj.setup.model.Profile.EnumConstant
 
hashCode() - Method in class org.forgerock.opendj.setup.model.Profile
 
hashCode() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
 
hashCode() - Method in record class org.forgerock.secrets.credentials.PrincipalAndSecret
Returns a hash code value for this object.
hashCode() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.AliasSpec
 
hashCode() - Method in record class org.forgerock.secrets.propertyresolver.SecretResource
Returns a hash code value for this object.
hashCode() - Method in class org.forgerock.secrets.Purpose
 
hashCode() - Method in class org.forgerock.secrets.Secret
 
hashCode() - Method in class org.forgerock.util.i18n.LocalizableString
Default hashcode implementation.
hashCode() - Method in class org.forgerock.util.LazyList
Returns the hash code value for this list.
hashCode() - Method in class org.forgerock.util.LazyMap
Returns the hash code value for the map.
hashCode() - Method in class org.forgerock.util.ListDecorator
Returns the hash code value for this list.
hashCode() - Method in class org.forgerock.util.MapDecorator
Returns the hash code value for the map.
hashCode() - Method in class org.forgerock.util.Pair
hashCode() - Method in class org.forgerock.util.query.QueryFilter
 
hashCode() - Method in class org.forgerock.util.time.Duration
 
hashCode() - Method in record class org.opends.server.api.LocalBackend.LDIFImportResult
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.api.plugin.PluginResult.ImportLDIF
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.api.plugin.PluginResult.IntermediateResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.api.plugin.PluginResult.PostConnect
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.api.plugin.PluginResult.PostDisconnect
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.api.plugin.PluginResult.PostOperation
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.api.plugin.PluginResult.PreOperation
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.api.plugin.PluginResult.PreParse
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.api.plugin.PluginResult.Startup
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.api.plugin.PluginResult.SubordinateDelete
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.api.plugin.PluginResult.SubordinateModifyDN
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.api.ResourceLimits
Returns a hash code value for this object.
hashCode() - Method in class org.opends.server.backends.pluggable.spi.TreeName
 
hashCode() - Method in class org.opends.server.backup.Backup
 
hashCode() - Method in class org.opends.server.backup.BackupId
 
hashCode() - Method in class org.opends.server.controls.InternalModificationsRequestControl
 
hashCode() - Method in class org.opends.server.controls.ReplicatedRequestControl
 
hashCode() - Method in class org.opends.server.discovery.Partition.Server
 
hashCode() - Method in record class org.opends.server.monitors.HealthStatus
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.monitors.LocalBackendMonitor.BaseDnMonitorData
Returns a hash code value for this object.
hashCode() - Method in class org.opends.server.replication.common.CSN
 
hashCode() - Method in record class org.opends.server.replication.common.DSInfo
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.replication.common.GenerationId
Returns a hash code value for this object.
hashCode() - Method in class org.opends.server.replication.common.MultiDomainServerState
 
hashCode() - Method in class org.opends.server.replication.common.ReplicaId
 
hashCode() - Method in class org.opends.server.replication.common.ReplicationServerId
 
hashCode() - Method in record class org.opends.server.replication.common.RSInfo
Returns a hash code value for this object.
hashCode() - Method in class org.opends.server.replication.common.ServerState
 
hashCode() - Method in class org.opends.server.replication.plugin.AttrValueHistorical
 
hashCode() - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
hashCode() - Method in class org.opends.server.replication.protocol.OperationContext
 
hashCode() - Method in class org.opends.server.replication.protocol.UpdateMsg
 
hashCode() - Method in class org.opends.server.replication.server.changelog.api.DBCursor.CursorOptions
 
hashCode() - Method in record class org.opends.server.replication.server.changelog.api.DomainReplicaId
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.replication.server.changelog.api.ReplicationDomainDB.ReplicaDbDescription
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.replication.server.changelog.api.ReplicationDomainDB.ReplicaDbFileContent
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.replication.server.changelog.api.UpdateRecord
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.replication.server.changelog.file.ReplicationEnvironment.DomainState
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.replication.server.ChangelogState
Returns a hash code value for this object.
hashCode() - Method in class org.opends.server.tools.tasks.TaskEntry
 
hashCode() - Method in record class org.opends.server.tools.upgrade.UpgradeTaskVersion
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.types.AccountStatusNotification
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.types.AuthenticationInfo
Returns a hash code value for this object.
hashCode() - Method in class org.opends.server.types.Operation
 
hashCode() - Method in class org.opends.server.types.ProcessId
 
hashCode() - Method in record class org.opends.server.types.SizedEntry
Returns a hash code value for this object.
hashCode() - Method in record class org.opends.server.types.SynchronizationProviderResult.StopProcessing
Returns a hash code value for this object.
hashpw(byte[], String) - Static method in class org.opends.server.extensions.BCrypt
Hash a password using the OpenBSD bcrypt scheme.
hashpw(String, String) - Static method in class org.opends.server.extensions.BCrypt
Hash a password using the OpenBSD bcrypt scheme.
hasLock() - Method in class org.opends.server.replication.server.ReplicationServerDomain
Tests if the current thread has the lock on this domain.
hasMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether this schema contains a matching rule with the specified name or numeric OID.
hasMatchingRuleUse(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether this schema contains a matching rule use with the specified name or numeric OID.
hasMessageAvailable() - Method in class org.forgerock.opendj.io.LdapReader
Returns true if the next LDAP message can be read without blocking.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this schema definition has the specified name.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Indicates whether this schema definition has the specified name.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule
Indicates whether this schema definition has the specified name.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Indicates whether this schema definition has the specified name.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Indicates whether this schema definition has the specified name.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if this name form has the specified user-friendly name.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether this schema definition has the specified name.
hasNameForm(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether this schema contains a name form with the specified name or numeric OID.
hasNameOrOid(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this schema definition has the specified name or OID.
hasNameOrOid(String) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Indicates whether this schema definition has the specified name or structural class OID.
hasNameOrOid(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Indicates whether this schema definition has the specified name or OID.
hasNameOrOid(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Indicates whether this schema definition has the specified name or matching rule OID.
hasNameOrOid(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if this name form has the specified user-friendly name or numeric OID.
hasNameOrOid(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether this schema definition has the specified name or OID.
hasNegotiatedSaslQop() - Method in class org.forgerock.opendj.ldap.messages.BindRequest
Returns true if the SASL bind sequence has negotiated a SASL security layer using Quality of Protection (QOP).
hasNext() - Method in class org.forgerock.opendj.ldap.GserParser
Determines if the GSER String contains at least one character to be read.
hasNext() - Method in interface org.forgerock.opendj.ldif.ChangeRecordReader
Returns true if this reader contains another change record, blocking if necessary until either the next change record is available or the end of the stream is reached.
hasNext() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
 
hasNext() - Method in class org.forgerock.opendj.ldif.EntryGenerator
 
hasNext() - Method in interface org.forgerock.opendj.ldif.EntryReader
Returns true if this reader contains another entry, blocking if necessary until either the next entry is available or the end of the stream is reached.
hasNext() - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Returns true if this reader contains another change record, blocking if necessary until either the next change record is available or the end of the stream is reached.
hasNext() - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Returns true if this reader contains another entry, blocking if necessary until either the next entry is available or the end of the stream is reached.
hasNext() - Method in class org.opends.server.backup.BackupManager.FixedBackendIterator
 
hasNextElement() - Method in class org.forgerock.opendj.io.Asn1Reader
Indicates whether the current stream, sequence, or set contains another element.
hasObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether this schema contains an object class with the specified name or numeric OID.
hasOption(String) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether this attribute description contains the provided option.
hasOption(ManagedObjectOption) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Determines whether this managed object definition has the specified option.
hasOption(PropertyOption) - Method in class org.forgerock.opendj.config.PropertyDefinition
Check if the specified option is set for this property definition.
hasOption(RelationOption) - Method in class org.forgerock.opendj.config.RelationDefinition
Check if the specified option is set for this relation definition.
hasOptions() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether this attribute description has any options.
hasPrivilege(Entry, Privilege, ServerContext) - Static method in class org.opends.server.api.ClientConnection
Indicate whether the specified authorization entry parameter has the specified privilege.
hasPrivilege(Privilege) - Method in class org.forgerock.opendj.server.core.RequestContext
Returns true if the authorized user has the specified privilege.
hasPrivilege(Privilege) - Method in class org.opends.server.types.Operation
 
hasPrivilege(Privilege) - Method in interface org.opends.server.types.operation.PluginOperation
Returns true if this operation has the provided privilege.
hasPrivilege(Privilege, Operation) - Method in class org.opends.server.api.ClientConnection
Indicates whether the authenticated client has the specified privilege.
hasProperty() - Static method in class org.forgerock.config.resolvers.template.HasPropertyVisitor
Returns a new HasPropertyVisitor.
HasPropertyVisitor - Class in org.forgerock.config.resolvers.template
This visitor detects if there is any token/placeholder inside the given Template.
HasPropertyVisitor() - Constructor for class org.forgerock.config.resolvers.template.HasPropertyVisitor
 
hasReferences() - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
 
hasRemaining() - Method in class org.forgerock.opendj.ldap.ByteStringReader
Returns true if this reader contains unread bytes or, more specifically, if remaining() > 0.
hasRemovedReplicas() - Method in class org.opends.server.replication.server.changelog.api.RemovedReplicasStates
Returns whether there are removed replicas.
hasReplicaDb(DomainReplicaId) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
Returns true if a changelog already exists for the replica in the domain.
hasReplicaDb(DomainReplicaId) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
hasReplicationServer() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Determines whether the Replication Server exists.
hasReplicationServer() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Determines whether the Replication Server exists.
hasRequestControl(String) - Method in class org.opends.server.types.Operation
Returns true if this operation contains the specified request control.
hasResponse() - Method in enum class org.forgerock.opendj.ldap.messages.Request.RequestType
Returns true if this type of request is expected to return a response to the client.
hasRights(int) - Method in class org.opends.server.authorization.dseecompat.AciBody
Search through each permission bind rule associated with this body and try and match a single right of the specified rights.
hasRights(int) - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Check if an evaluation context contains a set of access rights.
hasRights(int) - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Checks if the container's rights has the specified rights.
hasRights(int) - Method in class org.opends.server.authorization.dseecompat.PermBindRulePair
Try and match one or more of the specified rights against a rights set of the permission class.
hasRights(int) - Method in class org.opends.server.authorization.dseecompat.Permission
Checks if the permission's rights has the specified rights.
hasRights(int, int) - Static method in enum class org.opends.server.authorization.dseecompat.EnumRight
Checks if the provided rights mask has the specified rights.
hasSameName(Profile) - Method in class org.forgerock.opendj.setup.model.Profile
Returns true if this profile has the same name as the provided profile.
hasSubordinateNamingContextsForEntry(Dn) - Method in class org.opends.server.core.BackendConfigManager
Returns whether the provided Dn has subordinate base DNs.
hasSubordinates(String) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns true if the named entry exists and has at least one child entry.
hasSubordinates(Dn) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns true if the named entry exists and has at least one child entry.
hasSubordinates(Dn) - Method in class org.opends.server.api.LocalBackend
Indicates whether the requested entry has any subordinates.
hasSubordinates(Dn) - Method in class org.opends.server.backends.ChangelogBackend
 
hasSubordinates(Dn) - Method in class org.opends.server.backends.ConfigurationBackend
 
hasSubordinates(Dn) - Method in class org.opends.server.backends.LDIFBackend
 
hasSubordinates(Dn) - Method in class org.opends.server.backends.MemoryBackend
 
hasSubordinates(Dn) - Method in class org.opends.server.backends.MonitorBackend
 
hasSubordinates(Dn) - Method in class org.opends.server.backends.NullBackend
 
hasSubordinates(Dn) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
hasSubordinates(Dn) - Method in class org.opends.server.backends.RootDSEBackend
 
hasSubordinates(Dn) - Method in class org.opends.server.backends.SchemaBackend
 
hasSubordinates(Dn) - Method in class org.opends.server.backends.task.TaskBackend
 
HasSubordinatesVirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Has Subordinates Virtual Attribute settings.
HasSubordinatesVirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Has Subordinates Virtual Attribute settings.
HasSubordinatesVirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Has Subordinates Virtual Attribute managed object definition meta information.
HasSubordinatesVirtualAttributeProvider - Class in org.opends.server.extensions
This class implements a virtual attribute provider that is meant to serve the hasSubordinates operational attribute as described in X.501.
HasSubordinatesVirtualAttributeProvider() - Constructor for class org.opends.server.extensions.HasSubordinatesVirtualAttributeProvider
 
hasSubTypes() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns whether this attribute type has sub-types, inheriting directly or indirectly from this attribute type.
hasSyntax(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether this schema contains a syntax with the specified numeric OID.
hasTag(Tag) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Determines whether this managed object definition has the specified tag.
hasTargAttrFiltersMatchAci(Aci) - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
The context maintains a hashtable of ACIs that matched the targattrfilters keyword evaluation.
hasTargAttrFiltersMatchOp(int) - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Return true if an ACI that evaluated to deny or allow has an targattrfilters keyword.
hasTargetOffset() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns true if this control is using a target offset, or false if this control is using a target assertion.
hasUpperBound() - Method in class org.opends.server.types.Range
Indicates of this range has an upper bound.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
 
hasValue() - Method in interface org.forgerock.opendj.ldap.controls.Control
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaItRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.RelaxRulesRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
 
hasValue() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedRequest
 
hasValue() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
hasValue() - Method in class org.forgerock.opendj.ldap.messages.AbstractIntermediateResponse
 
hasValue() - Method in class org.forgerock.opendj.ldap.messages.CancelExtendedRequest
 
hasValue() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedRequest
Returns true if this extended request has a value.
hasValue() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
Returns true if this extended result has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.messages.GenericExtendedRequest
 
hasValue() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
hasValue() - Method in interface org.forgerock.opendj.ldap.messages.GenericIntermediateResponse
 
hasValue() - Method in interface org.forgerock.opendj.ldap.messages.IntermediateResponse
Returns true if this intermediate response has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
 
hasValue() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
hasValue() - Method in class org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
 
hasValue() - Method in class org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
 
hasValue() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
hasValue() - Method in class org.opends.server.controls.EntryChangelogNotificationResponseControl
 
hasValue() - Method in class org.opends.server.controls.ExternalChangelogRequestControl
 
hasValue() - Method in class org.opends.server.controls.InternalModificationsRequestControl
 
hasValue() - Method in class org.opends.server.controls.ReplicatedRequestControl
 
hasValue() - Method in class org.opends.server.controls.SearchBaseDnBackendOnlyControl
 
hasValue() - Method in class org.opends.server.plugins.ChangeNumberControlPlugin.CsnResponseControl
 
hasValue() - Method in class org.opends.server.replication.plugin.ReplicationRepairRequestControl
 
hasVirtualProperties() - Method in exception org.forgerock.opendj.config.client.MissingMandatoryPropertiesException
Returns whether at least one of the missing properties is virtual.
hasWarnings() - Method in class org.forgerock.opendj.ldif.EntryGenerator
Checks if there are some warning(s) after parsing the template file.
Hdap - Class in org.forgerock.opendj.rest2ldap
Lightweight REST API providing native LDAP capabilities.
HDAP - Static variable in interface org.forgerock.opendj.rest2ldap.RestLogger
The logger used for hdap.
HdapAuthorizationMechanismCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying HDAP Authorization Mechanism settings.
HdapAuthorizationMechanismCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying HDAP Authorization Mechanism settings.
HdapAuthorizationMechanismCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the HDAP Authorization Mechanism managed object definition meta information.
HdapEndpoint - Class in org.opends.server.protocols.http.rest2ldap
Encapsulates configuration required to start a HDAP endpoint embedded in this LDAP server.
HdapEndpoint(HdapEndpointCfg, ServerContext) - Constructor for class org.opends.server.protocols.http.rest2ldap.HdapEndpoint
Create a new HDAP endpoint with the supplied configuration.
HdapEndpointCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Hdap Endpoint settings.
HdapEndpointCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Hdap Endpoint settings.
HdapEndpointCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Hdap Endpoint managed object definition meta information.
HdapHttpApplication - Class in org.forgerock.opendj.rest2ldap
Hdap Http application.
HdapHttpApplication() - Constructor for class org.forgerock.opendj.rest2ldap.HdapHttpApplication
Default constructor called by the HTTP Framework which will use the default configuration directory.
head(int) - Method in class org.forgerock.json.JsonPointer
Returns a pointer which is a subsequence of the path elements contained in this pointer beginning with the first element (0) and ending with the element at position endIndex-1.
head(int) - Method in class org.forgerock.json.resource.ResourcePath
Returns a resource path which is a subsequence of the path elements contained in this resource path beginning with the first element (0) and ending with the element at position endIndex-1.
HEADERS - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The headers event payload field name.
HealthChecker - Interface in org.opends.server.monitors
A composite HealthStatusProvider that computes its health status based on the registered HealthStatusProvider.
HealthChecker.HealthCheckerImpl - Class in org.opends.server.monitors
A HealthChecker implementation that is safe for using with multiple threads provided that the aggregated HealthStatusProvider are thread-safe.
HealthCheckerImpl() - Constructor for class org.opends.server.monitors.HealthChecker.HealthCheckerImpl
 
HealthStatus - Record Class in org.opends.server.monitors
Represent health diagnostic information.
HealthStatus(List<LocalizableMessage>, List<LocalizableMessage>) - Constructor for record class org.opends.server.monitors.HealthStatus
Creates an instance of a HealthStatus record class.
HealthStatusMonitorProvider - Class in org.opends.server.monitors
A MonitorProvider for monitoring the server health status.
HealthStatusMonitorProvider(HealthStatusProvider) - Constructor for class org.opends.server.monitors.HealthStatusMonitorProvider
Creates a new HealthStatusMonitorProvider for monitoring the provided HealthStatusProvider.
HealthStatusProvider - Interface in org.opends.server.monitors
Provides a health diagnostic for a component or the whole application.
HealthyEndpoint - Class in org.opends.server.protocols.http
An HTTP endpoint for exposing the server health status.
HealthyEndpoint(HealthyEndpointCfg, ServerContext) - Constructor for class org.opends.server.protocols.http.HealthyEndpoint
Create a new HealthyEndpoint with the given configuration.
HealthyEndpointCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Healthy HTTP endpoint settings.
HealthyEndpointCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Healthy HTTP endpoint settings.
HealthyEndpointCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Healthy HTTP endpoint managed object definition meta information.
healthyErrors() - Method in record class org.opends.server.monitors.HealthStatus
Returns the value of the healthyErrors record component.
HeartbeatMsg - Class in org.opends.server.replication.protocol
This message is sent at regular intervals by the replication server when it is sending no other messages.
HeartbeatMsg() - Constructor for class org.opends.server.replication.protocol.HeartbeatMsg
Create a new HeartbeatMsg.
HeartbeatPublisher - Class in org.opends.server.replication.server
Publishes a HeartbeatMsg on a given protocol session if no message has been published since the last heartbeat interval period.
HeartbeatPublisher(String, Session, long) - Constructor for class org.opends.server.replication.server.HeartbeatPublisher
Create a heartbeat publisher.
help(String) - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Sets this profile parameter help.
HEURISTIC_EXPIRATION - Static variable in class org.forgerock.json.resource.AdviceWarning
113 Heuristic expiration MUST be included if the cache heuristically chose a freshness lifetime greater than 24 hours and the response's age is greater than 24 hours.
Hex - Class in org.forgerock.util.encode
Routines for encoding and decoding binary data in hexadecimal format.
HIDDEN - Enum constant in enum class org.forgerock.opendj.config.ManagedObjectOption
Use this option to identify managed object types which must not be directly exposed in client applications.
HIDDEN - Enum constant in enum class org.forgerock.opendj.config.PropertyOption
Use this option to identify properties which must not be directly exposed in client applications.
HIDDEN - Enum constant in enum class org.forgerock.opendj.config.RelationOption
Use this option to identify relations which must not be directly exposed in client applications.
hierarchicalName(String) - Method in class org.forgerock.monitoring.api.instrument.Counter.Builder
 
hierarchicalName(String) - Method in class org.forgerock.monitoring.api.instrument.DistributionSummary.Builder
 
hierarchicalName(String) - Method in class org.forgerock.monitoring.api.instrument.Gauge.Builder
 
hierarchicalName(String) - Method in class org.forgerock.monitoring.api.instrument.Meter.Builder
 
hierarchicalName(String) - Method in class org.forgerock.monitoring.api.instrument.TimeGauge.Builder
 
hierarchicalName(String) - Method in class org.forgerock.monitoring.api.instrument.Timer.Builder
 
hierarchicalNamePrefix(String) - Method in class org.forgerock.monitoring.api.instrument.MeterRegistryHolder
Add a hierarchical name prefix for this MeterRegistryHolder.
hierarchicalNamePrefix(String) - Method in class org.opends.server.api.MeterRegistryHolder
Sets the prefix for the hierarchical metric names.
HIGH - Enum constant in enum class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn.DbDurability
Write and synchronously flush the log on transaction commit.
HIGHEST - Enum constant in enum class org.forgerock.util.thread.listener.ShutdownPriority
HIGHEST is the priority pre-defined in the system.
HistAttrModificationKey - Enum Class in org.opends.server.replication.plugin
Enumeration used for storing type of attribute modification in the value of the replication historical information.
histogram() - Element in annotation interface org.forgerock.monitoring.api.annotation.Timed
 
histogramBufferLength(Integer) - Method in class org.forgerock.monitoring.api.instrument.DistributionSummary.Builder
Statistics emanating from a distribution summary like max, percentiles, and histogram counts decay over time to give greater weight to recent samples (exception: histogram counts are cumulative for those systems that expect cumulative histogram buckets).
histogramBufferLength(Integer) - Method in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig.Builder
 
histogramBufferLength(Integer) - Method in class org.forgerock.monitoring.api.instrument.Timer.Builder
Statistics emanating from a timer like max, percentiles, and histogram counts decay over time to give greater weight to recent samples (exception: histogram counts are cumulative for those systems that expect cumulative histogram buckets).
HistogramConfig - Class in org.forgerock.monitoring.api.instrument.histogram
ForgeRock changes: - Removed @incubating annotation
HistogramConfig() - Constructor for class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig
 
HistogramConfig.Builder - Class in org.forgerock.monitoring.api.instrument.histogram
 
histogramCountAtValue(long) - Method in interface org.forgerock.monitoring.api.instrument.DistributionSummary
 
histogramCountAtValue(long) - Method in interface org.forgerock.monitoring.api.instrument.Timer
 
histogramCountAtValue(long) - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableHistogram
 
histogramCountAtValue(long) - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableMeter
 
histogramCountAtValue(long) - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableTimer
 
histogramCounts() - Method in class org.forgerock.monitoring.api.instrument.HistogramSnapshot
 
histogramExpiry(Duration) - Method in class org.forgerock.monitoring.api.instrument.DistributionSummary.Builder
Statistics emanating from a distribution summary like max, percentiles, and histogram counts decay over time to give greater weight to recent samples (exception: histogram counts are cumulative for those systems that expect cumulative histogram buckets).
histogramExpiry(Duration) - Method in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig.Builder
 
histogramExpiry(Duration) - Method in class org.forgerock.monitoring.api.instrument.Timer.Builder
Statistics emanating from a timer like max, percentiles, and histogram counts decay over time to give greater weight to recent samples (exception: histogram counts are cumulative for those systems that expect cumulative histogram buckets).
HistogramSnapshot - Class in org.forgerock.monitoring.api.instrument
 
HISTORICAL_ATTRIBUTE_NAME - Static variable in class org.opends.server.replication.plugin.EntryHistorical
Name of the attribute used to store historical information.
HISTORICAL_REPLICATION_PROTOCOL_V1_REAL - Static variable in class org.opends.server.replication.protocol.ProtocolVersion
Deprecated.
HistoricalCsnOrderingMatchingRuleImpl - Class in org.opends.server.replication.plugin
Matching rule used to establish an order between historical information and index them.
HistoricalCsnOrderingMatchingRuleImpl() - Constructor for class org.opends.server.replication.plugin.HistoricalCsnOrderingMatchingRuleImpl
 
HistoricalCsnRangeMatchingRuleImpl - Class in org.opends.server.replication.plugin
Extensible matching rule to allow a range search on CSNs for a given replica.
HistoricalCsnRangeMatchingRuleImpl() - Constructor for class org.opends.server.replication.plugin.HistoricalCsnRangeMatchingRuleImpl
 
HKDFKeyGenerator - Class in org.forgerock.util.crypto
Implements the HKDF key deriviation function to allow a single input key to be expanded into multiple component keys.
HKDFKeyGenerator.HKDFMasterKey - Class in org.forgerock.util.crypto
A secret key designed to be used as the master key for HKDF key generation.
HMAC_ALGORITHM - Static variable in class org.forgerock.audit.secure.KeyStoreSecureStorage
The HMAC algorithm to use.
HMAC_ALGORITHM - Static variable in class org.forgerock.util.crypto.HKDFKeyGenerator
The HMAC algorithm.
HOST_NAME_FILE - Static variable in class org.opends.server.util.StaticUtils
The relative path where the setup stores the name of the host the user provides.
hostName(String) - Method in class org.forgerock.opendj.server.embedded.ConnectionParameters
Sets the fully-qualified directory server host name.
hostPort(String, int) - Static method in class org.forgerock.opendj.setup.model.SetupUtils
Validates provided host and port and returns a new HostPort object.
hostPortParameter(String) - Method in class org.forgerock.opendj.setup.model.Profile.ParameterFactory
Creates and returns a new remote server host and port parameter.
HostPortPropertyDefinition - Class in org.forgerock.opendj.config
Property definition associated to a Host:Port syntax.
HostPortPropertyDefinition.Builder - Class in org.forgerock.opendj.config
An interface for incrementally constructing HostPortPropertyDefinition.
hostPrompt(String...) - Method in class org.forgerock.opendj.setup.model.Profile.HostPortParameter
Sets the message used for prompting user for the remote server host in interactive mode.
HostPropertyDefinition - Class in org.forgerock.opendj.config
Property definition for a host.
HostPropertyDefinition.Builder - Class in org.forgerock.opendj.config
An interface for incrementally constructing IP address property definitions.
hoursToUnit(double, TimeUnit) - Static method in class org.forgerock.monitoring.api.instrument.util.TimeUtils
 
HsmKeyStoreLoader - Class in org.forgerock.secrets.keystore
A loader for the KeyStoreSecretStore that knows how to load standard PKCS#11 Hardware Security Module (HSM) providers on our supported platforms.
HsmKeyStoreLoader(String) - Constructor for class org.forgerock.secrets.keystore.HsmKeyStoreLoader
Deprecated.
use HsmKeyStoreLoader(Provider hsmProvider) instead so that management of the provider can be left to the caller.
HsmKeyStoreLoader(Provider) - Constructor for class org.forgerock.secrets.keystore.HsmKeyStoreLoader
Initializes the HSM loader with the given PKCS#11 provider.
HTML - Enum constant in enum class org.opends.server.util.EMailMessage.MimeTextSubType
Corresponds to "text/html".
HTTP - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The http event payload field name.
HTTPAccessLogger - Class in org.opends.server.loggers
This class defines the wrapper that will invoke all registered HTTP access loggers for each type of request received or response sent.
HTTPAccessLogPublisher<T extends HttpAccessLogPublisherCfg> - Class in org.opends.server.loggers
This class defines the set of methods and structures that must be implemented for a Directory Server HTTP access log publisher.
HTTPAccessLogPublisher() - Constructor for class org.opends.server.loggers.HTTPAccessLogPublisher
 
HttpAccessLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying HTTP Access Log Publisher settings.
HttpAccessLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying HTTP Access Log Publisher settings.
HttpAccessLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the HTTP Access Log Publisher managed object definition meta information.
HttpAnonymousAuthorizationMechanismCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying HTTP Anonymous Authorization Mechanism settings.
HttpAnonymousAuthorizationMechanismCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying HTTP Anonymous Authorization Mechanism settings.
HttpAnonymousAuthorizationMechanismCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the HTTP Anonymous Authorization Mechanism managed object definition meta information.
HttpAuthorizationMechanism - Class in org.opends.server.protocols.http.authz
Provides foundation for http authorization mechanisms.
HttpAuthorizationMechanism(Dn, int) - Constructor for class org.opends.server.protocols.http.authz.HttpAuthorizationMechanism
HttpAuthorizationMechanismCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying HTTP Authorization Mechanism settings.
HttpAuthorizationMechanismCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying HTTP Authorization Mechanism settings.
HttpAuthorizationMechanismCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the HTTP Authorization Mechanism managed object definition meta information.
HttpAuthorizationMechanismFactory - Class in org.opends.server.protocols.http.authz
Creates HttpAuthorizationMechanism performing the authentication/authorization of incoming Request.
HttpAuthorizationMechanismFactory(ServerContext) - Constructor for class org.opends.server.protocols.http.authz.HttpAuthorizationMechanismFactory
Creates a new authorization mechanism factory.
HttpBasicAuthorizationMechanismCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying HTTP Basic Authorization Mechanism settings.
HttpBasicAuthorizationMechanismCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying HTTP Basic Authorization Mechanism settings.
HttpBasicAuthorizationMechanismCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the HTTP Basic Authorization Mechanism managed object definition meta information.
httpBasicExtractor() - Static method in class org.forgerock.opendj.rest2ldap.authz.CredentialExtractors
Creates a function which extracts the user's credentials from the standard HTTP Basic header.
HttpClientConnectionContext - Class in org.opends.server.protocols.http
An HttpClientConnectionContext is created by the HTTP connection handler at the front-end and passes the unauthenticated HttpClientConnection to the downstream HTTP authentication mechanisms via an LdapClientSocket adapter.
HTTPConnectionHandler - Class in org.opends.server.protocols.http
This class defines a connection handler that will be used for communicating with clients over HTTP.
HTTPConnectionHandler() - Constructor for class org.opends.server.protocols.http.HTTPConnectionHandler
 
HttpConnectionHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying HTTP Connection Handler settings.
HttpConnectionHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying HTTP Connection Handler settings.
HttpConnectionHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the HTTP Connection Handler managed object definition meta information.
HttpConnectionHandlerCfgDefn.SslClientAuthPolicy - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "ssl-client-auth-policy" property.
HttpContext - Class in org.forgerock.json.resource.http
A Context containing information relating to the originating HTTP request.
HttpContext(JsonValue, ClassLoader) - Constructor for class org.forgerock.json.resource.http.HttpContext
Restore from JSON representation.
HttpContextFactory - Interface in org.forgerock.json.resource.http
A factory which is responsible for creating new request Contexts for each JSON request.
HttpEndpoint<C extends HttpEndpointCfg> - Class in org.opends.server.api
Endpoint attach an HttpApplication to an URI.
HttpEndpoint(C, ServerContext) - Constructor for class org.opends.server.api.HttpEndpoint
Create a new HttpEndpoint with the given configuration.
HttpEndpointCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying HTTP Endpoint settings.
HttpEndpointCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying HTTP Endpoint settings.
HttpEndpointCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the HTTP Endpoint managed object definition meta information.
HttpEndpointConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the set of HTTP endpoints defined in the Directory Server.
HttpEndpointConfigManager(ServerContext) - Constructor for class org.opends.server.core.HttpEndpointConfigManager
Creates a new instance of this HTTP endpoint config manager.
httpFromContext(Context) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
Sets HTTP method, path, queryString and headers from HttpContext, if the provided Context contains a HttpContext.
HttpLogContext - Class in org.opends.server.protocols.http
This context contains the logging informations related to the request processing.
HttpOauth2AuthorizationMechanismCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying HTTP OAuth2 Authorization Mechanism settings.
HttpOauth2AuthorizationMechanismCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying HTTP OAuth2 Authorization Mechanism settings.
HttpOauth2AuthorizationMechanismCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the HTTP OAuth2 Authorization Mechanism managed object definition meta information.
HttpOauth2CtsAuthorizationMechanismCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying HTTP OAuth2 CTS Authorization Mechanism settings.
HttpOauth2CtsAuthorizationMechanismCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying HTTP OAuth2 CTS Authorization Mechanism settings.
HttpOauth2CtsAuthorizationMechanismCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the HTTP OAuth2 CTS Authorization Mechanism managed object definition meta information.
HttpOauth2FileAuthorizationMechanismCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying HTTP OAuth2 File Based Authorization Mechanism settings.
HttpOauth2FileAuthorizationMechanismCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying HTTP OAuth2 File Based Authorization Mechanism settings.
HttpOauth2FileAuthorizationMechanismCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the HTTP OAuth2 File Based Authorization Mechanism managed object definition meta information.
HttpOauth2OpenamAuthorizationMechanismCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying HTTP OAuth2 OpenAM Authorization Mechanism settings.
HttpOauth2OpenamAuthorizationMechanismCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying HTTP OAuth2 OpenAM Authorization Mechanism settings.
HttpOauth2OpenamAuthorizationMechanismCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the HTTP OAuth2 OpenAM Authorization Mechanism managed object definition meta information.
HttpOauth2TokenIntrospectionAuthorizationMechanismCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying HTTP OAuth2 Token Introspection (RFC 7662) Authorization Mechanism settings.
HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying HTTP OAuth2 Token Introspection (RFC 7662) Authorization Mechanism settings.
HttpOauth2TokenIntrospectionAuthorizationMechanismCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the HTTP OAuth2 Token Introspection (RFC 7662) Authorization Mechanism managed object definition meta information.
httpPort(int) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies that the http connection handler must be enabled and listening on the provided port.
httpRequest(boolean, String, String, Map<String, List<String>>, Map<String, List<String>>) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
Sets the provided HTTP request fields for the event.
httpRequest(boolean, String, String, Map<String, List<String>>, Map<String, List<String>>, Map<String, String>) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
Sets the provided HTTP request fields for the event.
HTTPRequestInfo - Interface in org.opends.server.loggers
Contains the information required for logging the HTTP request.
httpResponse(Map<String, List<String>>) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
Sets the provided HTTP fields for the event.
httpSecurePort(int) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies that the https connection handler must be enabled and listening on the provided port.
HttpStatistics - Class in org.opends.server.protocols.http
Collects statistics for HTTP.
HttpStatistics() - Constructor for class org.opends.server.protocols.http.HttpStatistics
 
HttpUtils - Class in org.forgerock.json.resource.http
HTTP utility methods and constants.

I

I - Enum constant in enum class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn.Argon2Variant
Argon2i.
Id(String, Iterable<Tag>, String, String, String, Meter.Type) - Constructor for class org.forgerock.monitoring.api.instrument.Meter.Id
 
ID - Enum constant in enum class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn.Argon2Variant
Argon2id.
ID - Static variable in class org.forgerock.json.schema.validator.Constants
The id field name.
ID2CHILDREN_COUNT_NAME - Static variable in interface org.opends.server.backends.pluggable.SuffixContainer
The name of the index associating an entry id to the number of immediate children below it.
ID2ENTRY_INDEX_NAME - Static variable in interface org.opends.server.backends.pluggable.SuffixContainer
The name of the index associating entry ids to entries.
IdentifierQueryResourceHandler - Class in org.forgerock.json.resource
QueryResourceHandler that searches for a specific identifier value.
IdentifierQueryResourceHandler(String) - Constructor for class org.forgerock.json.resource.IdentifierQueryResourceHandler
Creates a new QueryResourceHandler for the given identifier.
identity - Static variable in interface org.forgerock.monitoring.api.instrument.config.NamingConvention
 
identity() - Static method in class org.forgerock.json.JsonValueFunctions
Deprecated.
use JsonValue::copy directly instead
identity() - Static method in interface org.forgerock.util.Function
Returns an identity function that returns the input as output.
identity(M) - Static method in class org.forgerock.opendj.ldap.Functions
Returns the provided value.
IdentityMapper<T extends IdentityMapperCfg> - Class in org.opends.server.api
This class defines the set of methods and structures that must be implemented by a Directory Server identity mapper.
IdentityMapper() - Constructor for class org.opends.server.api.IdentityMapper
 
IdentityMapperCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Identity Mapper settings.
IdentityMapperCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Identity Mapper settings.
IdentityMapperCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Identity Mapper managed object definition meta information.
IdentityMapperConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the set of identity mappers defined in the Directory Server.
IdentityMapperConfigManager(ServerContext) - Constructor for class org.opends.server.core.IdentityMapperConfigManager
Creates a new instance of this identity mapper config manager.
IdGenerator - Interface in org.forgerock.util.generator
Defines the contract to generate global unique identifiers.
IdGenerator.SequenceUuidIdGenerator - Class in org.forgerock.util.generator
Default implementation of the IdGenerator that will output some ids based on the following pattern : <uuid> + '-' + an incrementing sequence.
IDLE_TIME_LIMIT_EXCEEDED - Enum constant in enum class org.opends.server.types.DisconnectReason
The disconnect reason that indicates that the client connection was closed because the idle time limit was exceeded.
idleTimeLimitMs() - Method in record class org.opends.server.api.ResourceLimits
Returns the value of the idleTimeLimitMs record component.
IdleTimeLimitThread - Class in org.opends.server.core
This class defines a thread that will be used to terminate client connections if they have been idle for too long.
IdleTimeLimitThread(ServerContext) - Constructor for class org.opends.server.core.IdleTimeLimitThread
Creates a new instance of this idle time limit thread.
ieRunning() - Method in class org.opends.server.replication.service.ReplicationDomain
Returns a boolean indicating if an import or export is currently processed.
ifBlank(String) - Static method in class org.forgerock.util.Reject
Alias for Reject.checkNotBlank(String) to be used in fluent Reject.ifBlank syntax.
ifBlank(String, String) - Static method in class org.forgerock.util.Reject
Alias for Reject.checkNotBlank(String, String) to be used in fluent Reject.ifBlank syntax.
ifFalse(boolean) - Static method in class org.forgerock.util.Reject
Deprecated.
Experience has shown that Reject.ifFalse can be hard to read. Prefer to use Reject.unless(boolean) (which works identically) or rewrite to use Reject.ifTrue(boolean) instead.
ifFalse(boolean, String) - Static method in class org.forgerock.util.Reject
Deprecated.
Experience has shown that Reject.ifFalse can be hard to read. Prefer to use Reject.unless(boolean, String) (which works identically) or rewrite to use Reject.ifTrue(boolean, String) instead.
ifNull(Object) - Static method in class org.forgerock.util.Reject
Alias for checkNotNull to be used in fluent Reject.ifNull syntax.
ifNull(Object, String) - Static method in class org.forgerock.util.Reject
Alias for checkNotNull to be used in fluent Reject.ifNull syntax.
ifNull(T...) - Static method in class org.forgerock.util.Reject
Throws a NullPointerException if any of the provided arguments are null.
IFPRESENT - Enum constant in enum class org.forgerock.opendj.server.config.meta.ExternalSaslMechanismHandlerCfgDefn.CertificateValidationPolicy
If the user's entry contains one or more certificates, require that one of them match the peer certificate.
IFPRESENT - Enum constant in enum class org.opends.server.extensions.CertificateValidationPolicy
Indicates that the server should attempt to validate the client certificate against the version in the corresponding user's entry if there are any certificates in that user's entry.
ifTrue(boolean) - Static method in class org.forgerock.util.Reject
Throws an IllegalArgumentException if the condition parameter is true.
ifTrue(boolean, String) - Static method in class org.forgerock.util.Reject
Throws an IllegalArgumentException with a custom message if the condition parameter is true.
IGNORE - Enum constant in enum class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Schema validation will not be performed.
IGNORE - Enum constant in enum class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn.StateUpdateFailurePolicy
If a bind attempt would otherwise be successful, then do not reject it if a problem occurs while attempting to update the password policy state information for the user.
IGNORE_ALL - Static variable in interface org.forgerock.opendj.ldif.RejectedLdifListener
A handler which ignores all rejected record notifications.
IGNORE_WHITE_SPACE - Static variable in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Matching rule option controlling whether JSON string comparisons should ignore white-space.
ignoreAll() - Static method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Creates a new schema validation policy which will not perform any schema validation.
ignoreTags(String...) - Static method in interface org.forgerock.monitoring.api.instrument.config.MeterFilter
Suppress tags with a given tag key.
IllegalManagedObjectNameException - Exception in org.forgerock.opendj.config.client
Thrown when an attempt is made to create a new managed object with an illegal name.
IllegalManagedObjectNameException(String) - Constructor for exception org.forgerock.opendj.config.client.IllegalManagedObjectNameException
Create a new illegal name exception and no naming property definition.
IllegalManagedObjectNameException(String, PropertyDefinition<?>) - Constructor for exception org.forgerock.opendj.config.client.IllegalManagedObjectNameException
Create a new illegal name exception and a naming property definition.
illegalPropertyValueException(PropertyDefinition<?>, Object) - Static method in exception org.forgerock.opendj.config.PropertyException
Creates a new illegal property value exception.
illegalPropertyValueException(PropertyDefinition<?>, Object, Throwable) - Static method in exception org.forgerock.opendj.config.PropertyException
Creates a new illegal property value exception.
ImmutableTag - Class in org.forgerock.monitoring.api.instrument
 
ImmutableTag(String, String) - Constructor for class org.forgerock.monitoring.api.instrument.ImmutableTag
 
immutableValues() - Static method in enum class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Returns an unmodifiable list containing the set of available alias dereferencing policies indexed on their integer value as defined in RFC 4511 section 4.5.1.
implementation(MatchingRuleImpl) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Sets the matching rule implementation.
implementation(SyntaxImpl) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
Sets the syntax implementation.
implies(Condition, Condition) - Static method in class org.forgerock.opendj.config.conditions.Conditions
Creates a condition which evaluates to false if and only if the first sub-condition evaluates to true and the second sub-condition evaluates to false.
IMPORT - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumRight
Entry import during a modify DN operation.
importBackend(InputStream) - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
This method triggers an import of the replicated data.
importBackend(InputStream) - Method in class org.opends.server.replication.service.ReplicationDomain
This method should trigger an import of the replicated data.
importConfig - Variable in class org.opends.server.util.LDIFReader
The import configuration that specifies what should be imported.
importEntry(Entry, AlertGenerator) - Method in class org.opends.server.schema.SchemaHandler
Imports the provided schema entry in the schema.
Importer - Interface in org.opends.server.backends.pluggable.spi
Allows to run an import.
ImportExportParams - Class in org.opends.server.tasks
Parameters for import / export tasks.
ImportExportParams(Collection<String>, Collection<String>, Collection<String>, Collection<String>, Collection<String>, Collection<String>, Schema) - Constructor for class org.opends.server.tasks.ImportExportParams
Constructor.
importLDIF(ImportParameters) - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
Imports LDIF data to the directory server, overwriting existing data.
importLDIF(LDIFImportConfig, ServerContext) - Method in class org.opends.server.api.LocalBackend
Imports information from an LDIF file into this backend.
importLDIF(LDIFImportConfig, ServerContext) - Method in class org.opends.server.backends.ConfigurationBackend
 
importLDIF(LDIFImportConfig, ServerContext) - Method in class org.opends.server.backends.LDIFBackend
 
importLDIF(LDIFImportConfig, ServerContext) - Method in class org.opends.server.backends.MemoryBackend
 
importLDIF(LDIFImportConfig, ServerContext) - Method in class org.opends.server.backends.NullBackend
 
importLDIF(LDIFImportConfig, ServerContext) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
importLDIF(LDIFImportConfig, ServerContext) - Method in class org.opends.server.backends.RootDSEBackend
 
importLDIF(LDIFImportConfig, ServerContext) - Method in class org.opends.server.backends.SchemaBackend
 
importLDIF(LDIFImportConfig, ServerContext) - Method in class org.opends.server.backends.task.TaskBackend
 
ImportLdif - Class in org.opends.server.tools
This program provides a utility that may be used to import the contents of an LDIF file into a Directory Server backend.
ImportLDIF(boolean, boolean, LocalizableMessage) - Constructor for record class org.opends.server.api.plugin.PluginResult.ImportLDIF
Creates an instance of a ImportLDIF record class.
importLdifEmbeddedOffline(ArgumentsBuilder, PrintStream, PrintStream) - Static method in class org.opends.server.tools.ImportLdif
This method is used for running the import-ldif tool programmatically against an offline server.
ImportParameters - Class in org.forgerock.opendj.server.embedded
Parameters to import LDIF data to a directory server.
importParams() - Static method in class org.forgerock.opendj.server.embedded.ImportParameters
Creates the import parameters.
ImportTask - Class in org.opends.server.tasks
This class provides an implementation of a Directory Server task that can be used to import data from an LDIF file into a backend.
ImportTask() - Constructor for class org.opends.server.tasks.ImportTask
 
ImportTaskListener - Interface in org.opends.server.api
This interface defines a set of methods that may be used to notify various Directory Server components whenever an LDIF import task is about to begin or has just completed.
IN_INVOKER_THREAD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Specifies whether the Rest2Ldap transformations should be performed in the invoker thread rather than I/O thread.
IN_SEARCHING - Enum constant in enum class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
While searching subordinates of the base object, dereference any alias within the scope of the Search operation.
INAPPROPRIATE_AUTHENTICATION - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
INAPPROPRIATE_AUTHENTICATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that an authentication attempt failed because the requested type of authentication was not appropriate for the targeted entry.
INAPPROPRIATE_MATCHING - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
INAPPROPRIATE_MATCHING - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it attempted to perform an inappropriate type of matching against an attribute.
includeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies whether all operational attributes should be included in filtered entries.
includeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies whether all user attributes should be included in filtered entries.
includeAllUserAttributesByDefault(boolean) - Method in class org.forgerock.opendj.rest2ldap.ObjectPropertyMapper
Specifies whether all LDAP user attributes should be mapped by default using the default schema based mapping rules.
includeAllUserAttributesByDefault(boolean) - Method in class org.forgerock.opendj.rest2ldap.Resource
Specifies whether all LDAP user attributes should be mapped by default using the default schema based mapping rules.
includeAttribute(String) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies that the named attribute should be included in filtered entries.
includeAttribute(String, Schema) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies that the named attribute should be included in filtered entries.
includeAttribute(String, Schema, boolean) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies that the named attribute should be included in filtered entries.
includeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies that the named attribute should be included in filtered entries.
includeAttribute(AttributeType) - Method in class org.opends.server.types.LDIFImportConfig
Indicates whether the specified attribute should be included in the entries read from the LDIF.
includeCauseInJsonValue() - Method in exception org.forgerock.json.resource.ResourceException
Returns this ResourceException with the includeCause flag set to true so that toJsonValue() method will include the cause if there is one supplied.
includeEntry(Dn) - Method in class org.opends.server.types.LDIFImportConfig
Indicates whether to include the entry with the specified DN in the import.
includeEntry(Entry) - Method in class org.opends.server.types.LDIFImportConfig
Indicates whether the specified entry should be included in the import based on the configured set of include and exclude filters.
includesSystemIndex() - Method in class org.opends.server.backends.RebuildConfig
Test if this rebuild config includes any system indexes to rebuild.
INCLUSIVE - Enum constant in enum class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn.FilteringPolicy
Records must match at least one of the filtering criteria in order to be logged.
incorporateNewCursors() - Method in class org.opends.server.replication.server.changelog.file.DomainDBCursor
 
incorporateNewCursors() - Method in class org.opends.server.replication.server.changelog.file.MultiDomainDBCursor
 
increment() - Method in interface org.forgerock.monitoring.api.instrument.Counter
Update the counter by one.
increment(double) - Method in interface org.forgerock.monitoring.api.instrument.Counter
Update the counter by amount.
increment(double) - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableCounter
 
increment(String, Number) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "increment" patch operation which will increment the value(s) of the specified field by the amount provided.
increment(JsonPointer, Number) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "increment" patch operation which will increment the value(s) of the specified field by the amount provided.
INCREMENT - Enum constant in enum class org.forgerock.opendj.ldap.ModificationType.Enum
 
INCREMENT - Static variable in class org.forgerock.opendj.ldap.ModificationType
Increment all existing values of the attribute by the amount specified in the modification value.
incrementSearchResultEntryCount() - Method in class org.forgerock.opendj.server.core.RequestContext
Increments the number of entries returned by the search request associated to this context.
Indexed<T> - Interface in org.forgerock.util
Interface of an object that can be indexed with a unique key.
INDEXED_FIELD_PATTERNS - Static variable in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Matching rule option controlling which JSON fields should be indexed by the matching rule.
IndexedAttributesChecks - Class in org.opends.server.extensions
Utility class that checks whether attributes indexed.
Indexer - Interface in org.forgerock.opendj.ldap.schema
This class is registered with a Backend and it provides callbacks for indexing attribute values.
INDEXING - Enum constant in enum class org.opends.server.api.LocalBackend.BackendOperation
Indicates whether this backend supports indexing attributes to speed up searches.
IndexingOptions - Interface in org.forgerock.opendj.ldap.schema
Contains options indicating how indexing must be performed.
IndexMappingConfiguration() - Constructor for class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.IndexMappingConfiguration
 
indexOf(Object) - Method in class org.forgerock.util.LazyList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class org.forgerock.util.ListDecorator
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
IndexQueryFactory<T> - Interface in org.forgerock.opendj.ldap.schema
A factory for creating arbitrarily complex index queries.
IndexType - Enum Class in org.opends.server.types
This class implements an enumeration that may be used to define the ways in which an attribute may be indexed within the server.
info(LocalizableMessage) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at INFO level.
info(LocalizableMessageDescriptor.Arg0) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at INFO level.
info(LocalizableMessageDescriptor.Arg1<T1>, T1) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at INFO level.
info(LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at INFO level.
info(LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at INFO level.
info(LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at INFO level.
info(LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at INFO level.
info(LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at INFO level.
info(LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at INFO level.
info(LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at INFO level.
info(LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at INFO level.
info(LocalizableMessageDescriptor.ArgN, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at INFO level.
INFO - Enum constant in enum class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn.DefaultSeverity
The error log severity that is used for messages that provide information about significant events within the server that are not warnings or errors.
INFO_ACI_ADD_FAILED_PRIVILEGE - Static variable in class org.opends.messages.ServerMessages
An attempt to add the entry "%s" containing an aci attribute type failed, because the authorization DN "%s" lacked modify-acl privileges
INFO_ACI_ADD_LIST_ACIS - Static variable in class org.opends.messages.ServerMessages
Added %s Access Control Instruction (ACI) attribute types found in context "%s" to the access control evaluation engine
INFO_ACI_ADD_LIST_GLOBAL_ACIS - Static variable in class org.opends.messages.ServerMessages
Added %s Global Access Control Instruction (ACI) attribute types to the access control evaluation engine
INFO_ACI_HANDLER_FAIL_PROCESS_ACI - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while processing the aci attributes in the configuration system: %s
INFO_ACI_HANDLER_FAIL_PROCESS_GLOBAL_ACI - Static variable in class org.opends.messages.ServerMessages
An unexpected error occurred while processing the ds-cfg-global-aci attribute in configuration entry %s: %s
INFO_ACI_MODIFY_FAILED_PRIVILEGE - Static variable in class org.opends.messages.ServerMessages
An attempt to modify an aci attribute type in the entry "%s" failed, because the authorization DN "%s" lacked modify-acl privileges
INFO_ACTION_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;action&#125;
INFO_ADD_NOOP - Static variable in class org.opends.messages.ServerMessages
The add operation was not actually performed in the Directory Server backend because the LDAP no-op control was present in the request
INFO_ADDING_FILE - Static variable in class org.opends.messages.ServerMessages
Adding %s
INFO_ADMIN_CONNECTOR_PORT_LABEL - Static variable in class org.opends.messages.ServerMessages
Administration connector port
INFO_ARCHIVE_HAS_BEEN_WRITTEN - Static variable in class org.opends.messages.ServerMessages
The following archive has been created : %s
INFO_ARGS_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;args&#125;
INFO_ASK_TO_ENABLE_MONITOR_USER - Static variable in class org.opends.messages.ServerMessages
Define and enable a default user for querying monitoring information?
INFO_ATTRIBUTE_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;attribute&#125;
INFO_BACKENDNAME_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;backendName&#125;
INFO_BACKUP_ARG_BACKEND_IDS - Static variable in class org.opends.messages.ServerMessages
Backend ID(s)
INFO_BACKUP_ARG_BACKUP_LOCATION - Static variable in class org.opends.messages.ServerMessages
Backup Location
INFO_BACKUP_ARG_STORAGE_PROPERTY - Static variable in class org.opends.messages.ServerMessages
Storage property
INFO_BACKUP_PURGE_ARG_BACKUP_ID - Static variable in class org.opends.messages.ServerMessages
Backup ID(s)
INFO_BACKUP_PURGE_ARG_BACKUP_LOCATION - Static variable in class org.opends.messages.ServerMessages
Backup location
INFO_BACKUP_PURGE_ARG_FORCE_OLDER_THAN - Static variable in class org.opends.messages.ServerMessages
Force
INFO_BACKUP_PURGE_ARG_KEEP_COUNT - Static variable in class org.opends.messages.ServerMessages
Keep count
INFO_BACKUP_PURGE_ARG_REMOVE_OLDER_THAN - Static variable in class org.opends.messages.ServerMessages
Remove older than
INFO_BACKUP_PURGE_BACKEND_NAME - Static variable in class org.opends.messages.ServerMessages
Backend name(s)
INFO_BACKUP_PURGE_TASK_NAME - Static variable in class org.opends.messages.ServerMessages
Purge backup(s)
INFO_BASEDN_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;baseDN&#125;
INFO_BRANCH_DN_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;branchDN&#125;
INFO_CACHE_AND_MEMORY_REPORT - Static variable in class org.opends.messages.ServerMessages
Free memory = %d MB, Cache miss rate = %.1f/record
INFO_CANCELED_BY_ABANDON_REQUEST - Static variable in class org.opends.messages.ServerMessages
The operation was canceled because the client issued an abandon request (message ID %d) for this operation
INFO_CANCELED_BY_BIND_REQUEST - Static variable in class org.opends.messages.ServerMessages
Processing on this operation has been canceled because the Directory Server received a bind request on this connection, which requires that all operations in progress to be abandoned
INFO_CANCELED_BY_SHUTDOWN - Static variable in class org.opends.messages.ServerMessages
Processing on this operation has been canceled because the Directory Server is shutting down
INFO_CANNOT_DELETE_OBSOLETE_FILE - Static variable in class org.opends.messages.ServerMessages
Upgrade failed to delete the obsolete file '%s'. Reason: %s
INFO_CHANGELOG_CURSOR_INVALIDATED - Static variable in class org.opends.messages.ServerMessages
Cursor on replica '%s' invalidated
INFO_CHANGELOG_LOG_FILE_RECOVERED - Static variable in class org.opends.messages.ServerMessages
Log file '%s' was successfully recovered by removing unreadable records. The file changed size from %d to %d bytes.
INFO_CHANGELOG_STAT_ARGUMENTS - Static variable in class org.opends.messages.ServerMessages
Arguments for changelogstat: %s
INFO_CHANGELOG_STAT_BASE_DN_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;base dn&#125;
INFO_CHANGELOG_STAT_CHANGE_NUMBER_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;change number&#125;
INFO_CHANGELOG_STAT_CSN_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;csn&#125;
INFO_CHANGELOG_STAT_OUTPUT_DIR_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;directory&#125;
INFO_CLEAR_PWD - Static variable in class org.opends.messages.ServerMessages
&#123;clearPW&#125;
INFO_CNI_CAN_INDEX_AGAIN - Static variable in class org.opends.messages.ServerMessages
Change number indexing will resume since replica '%s' is now sending messages again
INFO_COLLECTING_BACKEND_INFO - Static variable in class org.opends.messages.ServerMessages
Collecting backend statistics
INFO_COLLECTING_CHANGELOG_INFO - Static variable in class org.opends.messages.ServerMessages
Collecting ChangelogDb information
INFO_COLLECTING_CHANGELOG_INFO_FAILURE - Static variable in class org.opends.messages.ServerMessages
No changelogDb data found (is a DS or is not replicated)
INFO_COLLECTING_DISK_INFO - Static variable in class org.opends.messages.ServerMessages
Disk information
INFO_COLLECTING_ENV_VARS - Static variable in class org.opends.messages.ServerMessages
Extract environment variables
INFO_COLLECTING_GC_LOG_FILES - Static variable in class org.opends.messages.ServerMessages
Collecting the GC log files
INFO_COLLECTING_JVM_HEAPDUMP - Static variable in class org.opends.messages.ServerMessages
Collecting JVM heap dump : using %s
INFO_COLLECTING_LOG_FILES - Static variable in class org.opends.messages.ServerMessages
Collecting the log files
INFO_COLLECTING_MONITORING_INFO - Static variable in class org.opends.messages.ServerMessages
Collecting the monitoring info from cn=monitor
INFO_COLLECTING_NETWORK_INFO - Static variable in class org.opends.messages.ServerMessages
Network information
INFO_COLLECTING_NODE_INFO - Static variable in class org.opends.messages.ServerMessages
Collecting system node information
INFO_COLLECTING_OS_INFO - Static variable in class org.opends.messages.ServerMessages
OS information
INFO_COLLECTING_OS_PROC_INFO - Static variable in class org.opends.messages.ServerMessages
Linux /proc info files
INFO_COLLECTING_OS_RELEASE - Static variable in class org.opends.messages.ServerMessages
Linux release
INFO_COLLECTING_PROC_ENVIRON_FILE - Static variable in class org.opends.messages.ServerMessages
DS /proc files
INFO_COLLECTING_PROCESS_STATISTICS - Static variable in class org.opends.messages.ServerMessages
Collecting process statistics
INFO_COLLECTING_PROCESS_THREAD_INFO - Static variable in class org.opends.messages.ServerMessages
Collecting process thread information, sample number : %d
INFO_COLLECTING_PROCESSOR_INFO - Static variable in class org.opends.messages.ServerMessages
Processor information
INFO_COLLECTING_THE_CONFIGURATION_FILES - Static variable in class org.opends.messages.ServerMessages
Collecting the configuration files
INFO_COLLECTING_VM_ENVIRON_FILES - Static variable in class org.opends.messages.ServerMessages
VM environment information
INFO_CONFIG_AND_DATA_UPGRADE_SUMMARY - Static variable in class org.opends.messages.ServerMessages
OpenDJ will be upgraded from version %s to %s
INFO_CONFIG_BACKEND_DISABLED - Static variable in class org.opends.messages.ServerMessages
The backend defined in configuration entry %s is marked as disabled and therefore will not be used
INFO_CONFIG_CHANGE_RESULT_MESSAGES - Static variable in class org.opends.messages.ServerMessages
%s.%s succeeded but generated the following messages for entry %s: %s
INFO_CONFIG_PWPOLICY_REMOVED_POLICY - Static variable in class org.opends.messages.ServerMessages
Password policy entry %s has been removed from the Directory Server configuration. Any user entries that explicitly reference this password policy will no longer be allowed to authenticate
INFO_CONFIG_UPGRADE_SUCCESSFUL - Static variable in class org.opends.messages.ServerMessages
OpenDJ configuration was successfully upgraded to version %s
INFO_CONFIG_UPGRADE_SUMMARY - Static variable in class org.opends.messages.ServerMessages
OpenDJ configuration will be upgraded from version %s to %s
INFO_CONFIG_WORK_QUEUE_CLASS_CHANGE_REQUIRES_RESTART - Static variable in class org.opends.messages.ServerMessages
The class used to provide the Directory Server work queue implementation has been changed from %s to %s, but this change will not take effect until the server is restarted
INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_CLEANUP - Static variable in class org.opends.messages.ServerMessages
Disables the server as a Windows service and removes the Windows registry information associated with the specified service
INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_DISABLE - Static variable in class org.opends.messages.ServerMessages
Disables the server as a Windows service and stops the server
INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_ENABLE - Static variable in class org.opends.messages.ServerMessages
Enables the server as a Windows service
INFO_CONFIGURE_WINDOWS_SERVICE_DESCRIPTION_STATE - Static variable in class org.opends.messages.ServerMessages
Provides information about the state of the server as a Windows service
INFO_CONFIGURE_WINDOWS_SERVICE_TOOL_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
This utility can be used to configure the server as a Windows service
INFO_CONNHANDLER_UNABLE_TO_REGISTER_CLIENT - Static variable in class org.opends.messages.ServerMessages
An internal error prevented the Directory Server from properly registering the client connection from %s to %s with an appropriate request handler: %s
INFO_CONTINUING_PROCESSING - Static variable in class org.opends.messages.ServerMessages
Continuing data gathering though there was an error: %s
INFO_COPYING_SERVEROUT_FILE - Static variable in class org.opends.messages.ServerMessages
Making copy of the %s file before collecting process statistics
INFO_CREATERC_GROUP_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
The name of the group account under which the server should run
INFO_CREATERC_JAVA_ARGS_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
A set of arguments that should be passed to the JVM when running the server
INFO_CREATERC_JAVA_HOME_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
The path to the Java installation that should be used to run the server
INFO_CREATERC_RCSCRIPT_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
The path to the RC script to create
INFO_CREATERC_SYSTEMD_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
The path to the systemd service file to create
INFO_CREATERC_TOOL_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Create an RC script or systemd service that may be used to start, stop, and restart the Directory Server on UNIX-based systems
INFO_CREATERC_USER_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
The name of the user account under which the server should run
INFO_DATA_UPGRADE_FROM_DEFAULT_VERSION_SUMMARY - Static variable in class org.opends.messages.ServerMessages
OpenDJ data will be upgraded to version %s
INFO_DATA_UPGRADE_SUCCESSFUL - Static variable in class org.opends.messages.ServerMessages
OpenDJ data was successfully upgraded to version %s
INFO_DATA_UPGRADE_SUMMARY - Static variable in class org.opends.messages.ServerMessages
OpenDJ data will be upgraded from version %s to %s
INFO_DATABASE_NAME_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;databaseName&#125;
INFO_DELETE_LDIF_CHANGERECORD_REMNANTS - Static variable in class org.opends.messages.ServerMessages
Remove LDIF change record remnants from the configuration
INFO_DELETE_NOOP - Static variable in class org.opends.messages.ServerMessages
The delete operation was not actually performed in the Directory Server backend because the LDAP no-op control was present in the request
INFO_DELETING_SERVEROUTCOPY_FILE - Static variable in class org.opends.messages.ServerMessages
Removing file copy %s
INFO_DEPLOYMENT_ID_PASSWORD_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;deploymentIdPassword&#125;
INFO_DEPLOYMENT_ID_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;deploymentId&#125;
INFO_DESCRIPTION_BACKEND_DEBUG_BACKEND_ID - Static variable in class org.opends.messages.ServerMessages
The backend ID of the backend
INFO_DESCRIPTION_BACKEND_DEBUG_BASE_DN - Static variable in class org.opends.messages.ServerMessages
The base DN within the backend
INFO_DESCRIPTION_BACKEND_DEBUG_INDEX_NAME - Static variable in class org.opends.messages.ServerMessages
The name of the index
INFO_DESCRIPTION_BACKEND_DEBUG_MAX_DATA_SIZE - Static variable in class org.opends.messages.ServerMessages
Only show records whose data is no larger than the provided value
INFO_DESCRIPTION_BACKEND_DEBUG_MAX_KEY_VALUE - Static variable in class org.opends.messages.ServerMessages
Only show records with keys that should be ordered before the provided value using the comparator for the database container
INFO_DESCRIPTION_BACKEND_DEBUG_MIN_DATA_SIZE - Static variable in class org.opends.messages.ServerMessages
Only show records whose data is no smaller than the provided value
INFO_DESCRIPTION_BACKEND_DEBUG_MIN_KEY_VALUE - Static variable in class org.opends.messages.ServerMessages
Only show records with keys that should be ordered after the provided value using the comparator for the database container
INFO_DESCRIPTION_BACKEND_DEBUG_RAW_DB_NAME - Static variable in class org.opends.messages.ServerMessages
The raw database name
INFO_DESCRIPTION_BACKEND_DEBUG_SKIP_DECODE - Static variable in class org.opends.messages.ServerMessages
Do not try to decode backend data to their appropriate types
INFO_DESCRIPTION_BACKEND_DEBUG_STATS_ONLY - Static variable in class org.opends.messages.ServerMessages
Do not display backend data, just statistics
INFO_DESCRIPTION_BACKEND_DEBUG_SUBCMD_LIST_ENTRY_CONTAINERS - Static variable in class org.opends.messages.ServerMessages
List the base DNs in a backend
INFO_DESCRIPTION_BACKEND_DEBUG_SUBCMD_LIST_INDEX_STATUS - Static variable in class org.opends.messages.ServerMessages
Shows the status of indexes for a backend base DN. This subcommand can take a long time to complete, as it reads all indexes for all backends
INFO_DESCRIPTION_BACKEND_TOOL - Static variable in class org.opends.messages.ServerMessages
This utility can be used to debug a backend
INFO_DESCRIPTION_BACKEND_TOOL_SUBCMD_DUMP_INDEX - Static variable in class org.opends.messages.ServerMessages
Dump records from an index, decoding keys and values. Depending on index size, this subcommand can generate lots of output
INFO_DESCRIPTION_BACKEND_TOOL_SUBCMD_DUMP_RAW_DB - Static variable in class org.opends.messages.ServerMessages
Dump the raw records in hexadecimal format for a low-level database within the pluggable backend's storage engine. Depending on index size, this subcommand can generate lots of output
INFO_DESCRIPTION_BACKEND_TOOL_SUBCMD_LIST_BACKENDS - Static variable in class org.opends.messages.ServerMessages
List the pluggable backends
INFO_DESCRIPTION_BACKEND_TOOL_SUBCMD_LIST_INDEXES - Static variable in class org.opends.messages.ServerMessages
List the indexes associated with a pluggable backend. This subcommand may take a long time to complete depending on the size of the backend
INFO_DESCRIPTION_BACKEND_TOOL_SUBCMD_LIST_RAW_DBS - Static variable in class org.opends.messages.ServerMessages
List the low-level databases within a pluggable backend's storage engine. This subcommand may take a long time to complete depending on the size of the backend
INFO_DESCRIPTION_BACKEND_TOOL_SUBCMD_SINGLE_LINE - Static variable in class org.opends.messages.ServerMessages
Write hexadecimal data on a single line instead of pretty format
INFO_DESCRIPTION_BACKEND_TOOL_USE_SI_UNITS - Static variable in class org.opends.messages.ServerMessages
Uses SI Units for printing sizes
INFO_DESCRIPTION_CHANGELOG_STAT - Static variable in class org.opends.messages.ServerMessages
This utility can be used to debug changelog and changenumber files
INFO_DESCRIPTION_CHANGELOG_STAT_BASE_DN - Static variable in class org.opends.messages.ServerMessages
The base-dn of the changes contained in the provided replica DB file
INFO_DESCRIPTION_CHANGELOG_STAT_FROM_CN - Static variable in class org.opends.messages.ServerMessages
The lower bound of the range of change numbers to dump
INFO_DESCRIPTION_CHANGELOG_STAT_FROM_CSN - Static variable in class org.opends.messages.ServerMessages
The lower bound of the range of changes to dump
INFO_DESCRIPTION_CHANGELOG_STAT_OUTPUT_DIR - Static variable in class org.opends.messages.ServerMessages
The output directory for the dump files
INFO_DESCRIPTION_CHANGELOG_STAT_SUBCMD_DUMP_CHANGE_NUMBER_DB - Static variable in class org.opends.messages.ServerMessages
Dump the change number DB
INFO_DESCRIPTION_CHANGELOG_STAT_SUBCMD_DUMP_REPLICA_DB - Static variable in class org.opends.messages.ServerMessages
Dump the replica DB for a given domain and replica
INFO_DESCRIPTION_CHANGELOG_STAT_SUBCMD_DUMP_REPLICA_DB_FILE - Static variable in class org.opends.messages.ServerMessages
Dump a replica DB file
INFO_DESCRIPTION_CHANGELOG_STAT_TO_CN - Static variable in class org.opends.messages.ServerMessages
The upper bound of the range of change numbers to dump
INFO_DESCRIPTION_CHANGELOG_STAT_TO_CSN - Static variable in class org.opends.messages.ServerMessages
The upper bound of the range of changes to dump
INFO_DESCRIPTION_DS_REPL_SUBCMD_INITIALIZE - Static variable in class org.opends.messages.ServerMessages
Initialize replication data for the server
INFO_DESCRIPTION_DS_REPL_TOOL - Static variable in class org.opends.messages.ServerMessages
This tool manages data synchronization between servers. For replication to work you must initialize the contents of one of the servers with the contents of the others using the '%s' subcommand
INFO_DESCRIPTION_DSREPL_DR_SUBCMD - Static variable in class org.opends.messages.ServerMessages
Performs disaster recovery on the local server. The subcommand has two forms. The first form verifies each replica has the same data after recovery: on a replica, run dsrepl disaster-recovery --baseDn dc=example,dc=com --generate-recovery-id The command prints the identifier to use on all other servers with the --generated-id option: dsrepl disaster-recovery --baseDn dc=example,dc=com --generated-id &#123;identifier&#125; The second form uses an identifier you provide. It lets you automate the recovery process when you cannot use the first form. Do not use this form if the topology has standalone replication servers. With this form of the subcommand, you must ensure you recover each replica with the same data. Run the same subcommand on all servers. Example: dsrepl disaster-recovery --baseDn dc=example,dc=com --user-generated-id Recovery_Date_20240101 Read the documentation on disaster recovery carefully before using this command
INFO_DESCRIPTION_DSREPL_END_DISASTER_RECOVERY_SUBCMD - Static variable in class org.opends.messages.ServerMessages
End disaster recovery for all servers. Read the documentation on disaster recovery carefully before using this command
INFO_DESCRIPTION_DSREPL_PURGE_METADATA_SUBCMD - Static variable in class org.opends.messages.ServerMessages
Purges old replication meta-data from application data
INFO_DESCRIPTION_DSREPL_RESET_CHANGE_NUMBER_SUBCMD - Static variable in class org.opends.messages.ServerMessages
Re-synchronizes the change-log change number of the target server with the change-log change number of the source server
INFO_DESCRIPTION_DSREPL_START_DISASTER_RECOVERY_SUBCMD - Static variable in class org.opends.messages.ServerMessages
Start disaster recovery for all servers. Read the documentation on disaster recovery carefully before using this command
INFO_DESCRIPTION_DSREPL_STATUS_SUBCMD - Static variable in class org.opends.messages.ServerMessages
Displays the status of the replication service and various diagnostics about it. The information is derived from reading cn=monitor on all the servers in the replication topology. The status of a server is one of the following. - BAD - DATA MISMATCH: either the fractional replication configuration does not match the backend data, or the initial state of the replicated data does not match other servers and this server must be re-initialized; - BAD - TOO LATE: the server has fallen further behind than the replication purge delay and must be re-initialized; - GOOD: normal operation, nothing to do; - SLOW: the server's replay delay is greater than five seconds; - UNHEALTHY: read the server health errors in the server monitoring data for details
INFO_DESCRIPTION_INSTANCE_PATH - Static variable in class org.opends.messages.ServerMessages
Path were the instance should be set up
INFO_DESCRIPTION_RECURRING_TASK - Static variable in class org.opends.messages.ServerMessages
Indicates the task is recurring and will be scheduled according to the value argument expressed in crontab(5) compatible time/date pattern
INFO_DESCRIPTION_REFRESH_PERIOD - Static variable in class org.opends.messages.ServerMessages
When this argument is specified, the status command will display its contents periodically. Used to specify the period (in seconds) between two displays of the status
INFO_DESCRIPTION_START_DATETIME - Static variable in class org.opends.messages.ServerMessages
Indicates the date/time at which this operation will start when scheduled as a server task expressed in YYYYMMDDhhmmssZ format for UTC time or YYYYMMDDhhmmss for local time. A value of '0' will cause the task to be scheduled for immediate execution. When this option is specified the operation will be scheduled to start at the specified time after which this utility will exit immediately
INFO_DESCRIPTION_SUBCMD_ADD_SERVER_TO_PRE_7_0_TOPOLOGY - Static variable in class org.opends.messages.ServerMessages
Adds the local server (with version 7.0 or more) to a topology with older server versions (prior to 7.0)
INFO_DESCRIPTION_SUBCMD_CLEANUP_MIGRATED_PRE_70_TOPOLOGY - Static variable in class org.opends.messages.ServerMessages
Clean all the servers (with version 7.0 or more) that have been migrated from a topology of older servers (version prior to 7.0)
INFO_DESCRIPTION_SUBCMD_CLEAR_CHANGELOG - Static variable in class org.opends.messages.ServerMessages
Clears all replication server changelog data for the offline local server; the other replication servers in the topology will transfer any needed data when the server restarts
INFO_DESCRIPTION_SUBCMD_DECODE_CSN - Static variable in class org.opends.messages.ServerMessages
Decodes one or more CSNs and displays them in a human readable JSON format
INFO_DESCRIPTION_TASK_COMPLETION_NOTIFICATION - Static variable in class org.opends.messages.ServerMessages
Email address of a recipient to be notified when the task completes. This option may be specified more than once
INFO_DESCRIPTION_TASK_DEPENDENCY_ID - Static variable in class org.opends.messages.ServerMessages
ID of a task upon which this task depends. A task will not start execution until all its dependencies have completed execution
INFO_DESCRIPTION_TASK_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Gives a description to the task
INFO_DESCRIPTION_TASK_ERROR_NOTIFICATION - Static variable in class org.opends.messages.ServerMessages
Email address of a recipient to be notified if an error occurs when this task executes. This option may be specified more than once
INFO_DESCRIPTION_TASK_FAILED_DEPENDENCY_ACTION - Static variable in class org.opends.messages.ServerMessages
Action this task will take should one if its dependent tasks fail. The value must be one of %s. If not specified defaults to %s
INFO_DESCRIPTION_TASK_ID - Static variable in class org.opends.messages.ServerMessages
Gives an ID to the task
INFO_DESCRIPTION_TASK_LDAP_ARGS - Static variable in class org.opends.messages.ServerMessages
Task Backend Connection Options
INFO_DESCRIPTION_TASK_TASK_ARGS - Static variable in class org.opends.messages.ServerMessages
Task Scheduling Options
INFO_DIGEST_MD5_REALM - Static variable in class org.opends.messages.ServerMessages
DIGEST-MD5 SASL mechanism using a realm of: %s
INFO_DIRECTORY_BOOTSTRAPPING - Static variable in class org.opends.messages.ServerMessages
The Directory Server is beginning the configuration bootstrapping process
INFO_DISCONNECT_BY_ADMINISTRATOR - Static variable in class org.opends.messages.ServerMessages
Administrative Termination
INFO_DISCONNECT_BY_PLUGIN - Static variable in class org.opends.messages.ServerMessages
Connection Closed by Plugin
INFO_DISCONNECT_DUE_TO_ADMIN_LIMIT - Static variable in class org.opends.messages.ServerMessages
Administrative Limit Exceeded
INFO_DISCONNECT_DUE_TO_CLIENT_CLOSURE - Static variable in class org.opends.messages.ServerMessages
Client Disconnect
INFO_DISCONNECT_DUE_TO_IDLE_TIME_LIMIT - Static variable in class org.opends.messages.ServerMessages
Idle Time Limit Exceeded
INFO_DISCONNECT_DUE_TO_INVALID_CREDENTIALS - Static variable in class org.opends.messages.ServerMessages
Invalid Credentials
INFO_DISCONNECT_DUE_TO_IO_ERROR - Static variable in class org.opends.messages.ServerMessages
I/O Error
INFO_DISCONNECT_DUE_TO_IO_TIMEOUT - Static variable in class org.opends.messages.ServerMessages
I/O Timeout
INFO_DISCONNECT_DUE_TO_MAX_REQUEST_SIZE - Static variable in class org.opends.messages.ServerMessages
Maximum Request Size Exceeded
INFO_DISCONNECT_DUE_TO_PROTOCOL_ERROR - Static variable in class org.opends.messages.ServerMessages
Protocol Error
INFO_DISCONNECT_DUE_TO_REJECTED_CLIENT - Static variable in class org.opends.messages.ServerMessages
Client Connection Rejected
INFO_DISCONNECT_DUE_TO_SECURITY_PROBLEM - Static variable in class org.opends.messages.ServerMessages
Security Problem
INFO_DISCONNECT_DUE_TO_SERVER_ERROR - Static variable in class org.opends.messages.ServerMessages
Server Error
INFO_DISCONNECT_DUE_TO_SERVER_SHUTDOWN - Static variable in class org.opends.messages.ServerMessages
Server Shutdown
INFO_DISCONNECT_DUE_TO_UNBIND - Static variable in class org.opends.messages.ServerMessages
Client Unbind
INFO_DISCONNECT_LOCKDOWN_MODE - Static variable in class org.opends.messages.ServerMessages
Server in lockdown mode
INFO_DISCONNECT_OTHER - Static variable in class org.opends.messages.ServerMessages
Unknown Closure Reason
INFO_DSCORE_DESCRIPTION_LASTKNOWNGOODCFG - Static variable in class org.opends.messages.ServerMessages
Attempt to start using the configuration that was in place at the last successful startup (if it is available) rather than using the current active configuration
INFO_DSCORE_DESCRIPTION_NODETACH - Static variable in class org.opends.messages.ServerMessages
Do not detach from the terminal and continue running in the foreground. This option cannot be used with the -t, --timeout option
INFO_DSCORE_DESCRIPTION_SYSINFO - Static variable in class org.opends.messages.ServerMessages
Display general system information
INFO_DSCORE_DESCRIPTION_TIMEOUT - Static variable in class org.opends.messages.ServerMessages
Maximum time (in seconds) to wait before the command returns (the server continues the startup process, regardless). A value of '0' indicates an infinite timeout, which means that the command returns only when the server startup is completed. The default value is 60 seconds. This option cannot be used with the -N, --nodetach option
INFO_DSCORE_TOOL_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
This utility can be used to start the Directory Server, as well as to obtain the server version and other forms of general server information
INFO_DSREPL_BASE_DN_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Base DN(s) to use. Multiple base DNs can be provided by using this option multiple times
INFO_DSREPL_CHECK_SERVER_LOGS - Static variable in class org.opends.messages.ServerMessages
Check the server error logs for additional details
INFO_DSREPL_CLEANUP_MIGRATED_ADMIN_USER_NOT_REMOVED - Static variable in class org.opends.messages.ServerMessages
Servers have been cleaned, however the administrator user '%s' in the admin backend was not removed because it was used to bind to the server. To remove it, you should run the following commands on all servers using a bind DN, such as "uid=admin", which lies outside the "cn=admin data" backend:
INFO_DSREPL_CLEANUP_MIGRATED_ALL_SERVERS_CLEANED_UP - Static variable in class org.opends.messages.ServerMessages
All servers have been cleaned
INFO_DSREPL_CLEANUP_MIGRATED_ALL_SERVERS_CLEANED_UP_WITH_SECRET_KEYS - Static variable in class org.opends.messages.ServerMessages
All servers have been cleaned. The admin backend will remain enabled because it contains secret keys that may be used by reversible password storage schemes
INFO_DSREPL_CLEANUP_MIGRATED_ALREADY_DONE - Static variable in class org.opends.messages.ServerMessages
This server has already been cleaned, there is nothing left to do
INFO_DSREPL_CLEANUP_MIGRATED_CLEANUP_CONFIGURATION - Static variable in class org.opends.messages.ServerMessages
Cleaning and updating configuration of server %s
INFO_DSREPL_CLEANUP_MIGRATED_DISABLE_ADMIN_BACKEND - Static variable in class org.opends.messages.ServerMessages
Disable admin backend for server %s
INFO_DSREPL_CLEANUP_MIGRATED_REMOVE_ADMIN_BACKEND_ADMINISTRATORS - Static variable in class org.opends.messages.ServerMessages
Removing administrators from admin backend
INFO_DSREPL_CLEANUP_MIGRATED_REMOVE_ADMIN_BACKEND_INSTANCE_KEYS - Static variable in class org.opends.messages.ServerMessages
Removing instance keys from admin backend
INFO_DSREPL_CLEANUP_MIGRATED_REMOVE_ADMIN_BACKEND_SERVERS - Static variable in class org.opends.messages.ServerMessages
Removing servers from admin backend
INFO_DSREPL_CLEANUP_MIGRATED_SECONDARY_CLEANUP_DONE - Static variable in class org.opends.messages.ServerMessages
The server %s has now been cleaned
INFO_DSREPL_CLEANUP_MIGRATED_SET_BOOTSTRAP_SERVERS_CONFIG - Static variable in class org.opends.messages.ServerMessages
Set bootstrap servers configuration for server %s
INFO_DSREPL_CLEANUP_MIGRATED_WRONG_BIND_DN - Static variable in class org.opends.messages.ServerMessages
The remaining cleanup on this server cannot be performed because the administrator user '%s' in the admin backend was used to bind to the server. You should run again this command using a bind DN, such as "uid=admin", which lies outside the "cn=admin data" backend to be able to complete the cleanup on this server
INFO_DSREPL_CLEAR_CHANGELOG_NOTHING_TO_DO - Static variable in class org.opends.messages.ServerMessages
Nothing to do: this server does not keep any replication server changelog data
INFO_DSREPL_CLEAR_CHANGELOG_PROGRESS - Static variable in class org.opends.messages.ServerMessages
Clearing all replication server changelog data for the local server
INFO_DSREPL_CSN_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
csn [csn ...]
INFO_DSREPL_DR_BASE_DN_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Base DN of the domain to be recovered
INFO_DSREPL_DR_CANCELED_PROCESS - Static variable in class org.opends.messages.ServerMessages
The disaster recovery process has been canceled, no operation was performed. This server may still not be operational
INFO_DSREPL_DR_COMPUTED_ID_FULL_COMMAND - Static variable in class org.opends.messages.ServerMessages
dsrepl disaster-recovery --baseDn '%s' --generated-id %s
INFO_DSREPL_DR_COMPUTED_ID_INTRO - Static variable in class org.opends.messages.ServerMessages
The disaster recovery process completed successfully for the first server. The next step is to restore the same data using the same procedure on all the remaining servers in the topology and run the following command on each server:
INFO_DSREPL_DR_COMPUTED_ID_NO_PROMPT - Static variable in class org.opends.messages.ServerMessages
Disaster recovery id: %s
INFO_DSREPL_DR_ENDED_SUCCESSFULLY - Static variable in class org.opends.messages.ServerMessages
Disaster recovery for base DN '%s' ended successfully on this server
INFO_DSREPL_DR_ID_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;generatedRecoveryId&#125;
INFO_DSREPL_DR_STARTED - Static variable in class org.opends.messages.ServerMessages
Starting disaster recovery on local server for base DN '%s'
INFO_DSREPL_DR_WITH_VERSION_ALREADY_RUN - Static variable in class org.opends.messages.ServerMessages
Disaster recovery for domain '%s' has already been run with recovery ID '%s'. Verify all servers in the topology are being recovered with the same recovery ID
INFO_DSREPL_ENABLE_ADMIN_DATA_BACKEND - Static variable in class org.opends.messages.ServerMessages
Enabling 'cn=admin data' backend
INFO_DSREPL_FROM_SERVER_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Server ID of the server containing the source data
INFO_DSREPL_GENERATE_DRID_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Generate a disaster recovery identifier during recovery. Use this for the first directory server in a replication topology with standalone RS servers. For all subsequent servers to recover, omit this option and use --generated-id &#123;generatedRecoveryId&#125; with the generated identifier
INFO_DSREPL_GENERATED_DRID_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Use the disaster recovery identifier generated on the first server. You must use the same identifier for all servers involved in the same disaster recovery procedure
INFO_DSREPL_INIT_ASK_CONFIRMATION - Static variable in class org.opends.messages.ServerMessages
Continue the disaster recovery procedure
INFO_DSREPL_INIT_ASK_CONFIRMATION_INTRO - Static variable in class org.opends.messages.ServerMessages
Disaster recovery will erase replication metadata on this server. This server will then only be able to replicate changes with other recovered servers. You will have to run the recovery procedure on every other server of the topology. Servers which have not been recovered will not be able to connect to recovered servers anymore
INFO_DSREPL_MIGRATION_ADD_INSTANCE_KEYS_TO_CN_ADMIN_DATA - Static variable in class org.opends.messages.ServerMessages
Adding server instances keys from the existing topology into 'cn=admin data' in the new server
INFO_DSREPL_MIGRATION_BASE_DN_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Base DN(s) to replicate
INFO_DSREPL_MIGRATION_CANNOT_EXTRACT_CA_CERTIFICATE - Static variable in class org.opends.messages.ServerMessages
Cannot find a CA certificate in the replication trust managers of the local server. Please verify the %s trust-manager-provider configuration value
INFO_DSREPL_MIGRATION_CANNOT_EXTRACT_MASTER_KEY_CERTIFICATE - Static variable in class org.opends.messages.ServerMessages
Cannot extract the master key pair certificate with alias '%s' because the crypto-manager's key manager provider of the local server does not contain such key or does not support extracting certificates
INFO_DSREPL_MIGRATION_CONFIGURING_REPLICATION - Static variable in class org.opends.messages.ServerMessages
Updating replication configuration on local server
INFO_DSREPL_MIGRATION_CONFIGURING_REPLICATION_DOMAIN - Static variable in class org.opends.messages.ServerMessages
Updating replication configuration for baseDN '%s' on local server
INFO_DSREPL_MIGRATION_CONFIGURING_TOPOLOGY_TO_TALK_TO_NEW_SERVER - Static variable in class org.opends.messages.ServerMessages
Configuring the servers in the topology to talk to the local server
INFO_DSREPL_MIGRATION_CREATE_REPLICATION_TRUST_MANAGER - Static variable in class org.opends.messages.ServerMessages
Creating the trust manager '%s' to be used by replication connections in the local server
INFO_DSREPL_MIGRATION_POST_CONFIGURE - Static variable in class org.opends.messages.ServerMessages
Replication has been successfully configured on the local server. Note that for replication to work you must initialize the contents of the base DNs that are being replicated. Run the following command(s) to do so:
INFO_DSREPL_PURGE_METADATA_MAX_DURATION_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Maximum duration of the command in seconds
INFO_DSREPL_PURGE_METADATA_MAX_DURATION_DESCRIPTION_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;maximum duration in seconds&#125;
INFO_DSREPL_PURGE_METADATA_START_MSG - Static variable in class org.opends.messages.ServerMessages
Purging old replication meta-data for server '%s' for base DNs: %s
INFO_DSREPL_RESET_CHANGE_NUMBER_CN_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
The change number to use as the basis for re-synchronization
INFO_DSREPL_RESET_CHANGE_NUMBER_CN_DESCRIPTION_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;change number&#125;
INFO_DSREPL_RESET_CHANGE_NUMBER_CSN_AND_DN - Static variable in class org.opends.messages.ServerMessages
Change number corresponds to start CSN '%s' and base DN '%s'
INFO_DSREPL_RESET_CHANGE_NUMBER_SELECTED_CN - Static variable in class org.opends.messages.ServerMessages
Re-synchronizing with change number '%s'
INFO_DSREPL_RESET_CHANGE_NUMBER_START_MSG - Static variable in class org.opends.messages.ServerMessages
Start to re-synchronize the change-log change number of server '%s' from the source server '%s'
INFO_DSREPL_START_BASE_DN_INITIALIZATION - Static variable in class org.opends.messages.ServerMessages
Starting initialization for base DN: '%s'
INFO_DSREPL_START_INITIALIZATION_FROM_OR_TO_SINGLE_REMOTE - Static variable in class org.opends.messages.ServerMessages
Starting initialization from '%s' to '%s' for base DNs: %s
INFO_DSREPL_START_INITIALIZATION_TO_ALL_REMOTE - Static variable in class org.opends.messages.ServerMessages
Starting initialization from '%s' to all replicas for base DNs: %s
INFO_DSREPL_STATUS_BASE_DN_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Base DN(s) to display. Multiple base DNs can be provided by using this option multiple times. If no base DNs are provided, then all the base DNs will be displayed
INFO_DSREPL_STATUS_HEADING_BASEDN - Static variable in class org.opends.messages.ServerMessages
Base DN
INFO_DSREPL_STATUS_HEADING_BASEDN_DS - Static variable in class org.opends.messages.ServerMessages
Base DN / DS
INFO_DSREPL_STATUS_HEADING_BASEDN_RS - Static variable in class org.opends.messages.ServerMessages
Base DN / RS
INFO_DSREPL_STATUS_HEADING_BASEDN_RS_DS - Static variable in class org.opends.messages.ServerMessages
Base DN / RS / DS
INFO_DSREPL_STATUS_HEADING_ENTRIES_COUNT - Static variable in class org.opends.messages.ServerMessages
Entry count
INFO_DSREPL_STATUS_HEADING_ERROR_OR_DIAGNOSTIC - Static variable in class org.opends.messages.ServerMessages
Error or diagnostic
INFO_DSREPL_STATUS_HEADING_GROUP - Static variable in class org.opends.messages.ServerMessages
Group
INFO_DSREPL_STATUS_HEADING_HOSTNAME - Static variable in class org.opends.messages.ServerMessages
Hostname
INFO_DSREPL_STATUS_HEADING_RECEIVE_DELAY - Static variable in class org.opends.messages.ServerMessages
Receive delay (ms)
INFO_DSREPL_STATUS_HEADING_REPLAY_DELAY - Static variable in class org.opends.messages.ServerMessages
Replay delay (ms)
INFO_DSREPL_STATUS_HEADING_SERVER_HOSTPORT - Static variable in class org.opends.messages.ServerMessages
Server / host port
INFO_DSREPL_STATUS_HEADING_STATUS - Static variable in class org.opends.messages.ServerMessages
Status
INFO_DSREPL_STATUS_SHOW_CHANGELOGS_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Displays individual changelog servers in the output
INFO_DSREPL_STATUS_SHOW_GROUPS_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Display replication group information in the output
INFO_DSREPL_STATUS_SHOW_REPLICAS_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Displays individual replicas in the output
INFO_DSREPL_TO_ALL_SERVERS_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Initialize all the other servers in the topology
INFO_DSREPL_TO_SERVER_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Server ID of the server to be initialized
INFO_DSREPL_USER_GENERATED_ID_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Set the identifier for this recovery to &#123;userGeneratedRecoveryId&#125;, a string of your choice. Do not use this option if the replication topology has standalone RS servers. You must use the same identifier for all servers involved in the same disaster recovery procedure.
INFO_DSREPL_USER_GENERATED_ID_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;userGeneratedRecoveryId&#125;
INFO_EMAIL_ADDRESS_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;emailAddress&#125;
INFO_ENCODED_PWD_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;encodedPW&#125;
INFO_ENCPW_DESCRIPTION_AUTHPW - Static variable in class org.opends.messages.ServerMessages
Use the authentication password syntax rather than the user password syntax
INFO_ENCPW_DESCRIPTION_CLEAR_PW - Static variable in class org.opends.messages.ServerMessages
Clear-text password to encode or to compare against an encoded password
INFO_ENCPW_DESCRIPTION_ENCODED_PW - Static variable in class org.opends.messages.ServerMessages
Encoded password to compare against the clear-text password
INFO_ENCPW_DESCRIPTION_INPUT_PW - Static variable in class org.opends.messages.ServerMessages
The password to encode or to compare against an encoded password is interactively asked to the user
INFO_ENCPW_DESCRIPTION_LISTSCHEMES - Static variable in class org.opends.messages.ServerMessages
List available password storage schemes
INFO_ENCPW_DESCRIPTION_SCHEME - Static variable in class org.opends.messages.ServerMessages
Scheme to use for the encoded password
INFO_ENCPW_DESCRIPTION_USE_COMPARE_RESULT - Static variable in class org.opends.messages.ServerMessages
Use the LDAP compare result as an exit code for the password comparison
INFO_ENCPW_INPUT_PWD_1 - Static variable in class org.opends.messages.ServerMessages
Please enter the password :
INFO_ENCPW_INPUT_PWD_2 - Static variable in class org.opends.messages.ServerMessages
Please renter the password:
INFO_ENCPW_PASSWORDS_DO_NOT_MATCH - Static variable in class org.opends.messages.ServerMessages
The provided clear-text and encoded passwords do not match
INFO_ENCPW_PASSWORDS_MATCH - Static variable in class org.opends.messages.ServerMessages
The provided clear-text and encoded passwords match
INFO_ENCPW_TOOL_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
This utility can be used to encode user passwords with a specified storage scheme, or to determine whether a given clear-text value matches a provided encoded password
INFO_ERGONOMIC_SIZING_OF_JE_CLEANER_THREADS - Static variable in class org.opends.messages.ServerMessages
JE backend '%s' does not specify the number of cleaner threads: defaulting to %d threads
INFO_ERGONOMIC_SIZING_OF_JE_LOCK_TABLES - Static variable in class org.opends.messages.ServerMessages
JE backend '%s' does not specify the number of lock tables: defaulting to %d
INFO_ERGONOMIC_SIZING_OF_REQUEST_HANDLER_THREADS - Static variable in class org.opends.messages.ServerMessages
Connection handler '%s' does not specify the number of request handler threads: defaulting to %d threads
INFO_ERGONOMIC_SIZING_OF_WORKER_THREAD_POOL - Static variable in class org.opends.messages.ServerMessages
No worker queue thread pool size specified: sizing automatically to use %d threads
INFO_ERROR_CONFIGURING_CERTIFICATE - Static variable in class org.opends.messages.ServerMessages
An error occurred while configuring the certificates: %s
INFO_ERROR_COPYING_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while copying the file '%s' to '%s'
INFO_ERROR_CREATING_TEMP_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred creating the temporary file
INFO_ERROR_DELETING_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
An error occurred while deleting directory '%s'. Check that you have the rights to delete this directory and that there is no other application using it. Error was: %s
INFO_ERROR_DELETING_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while deleting file '%s': %s. Check that you have the rights to delete this file and that there is no other application using it
INFO_ERROR_ENABLING_WINDOWS_SERVICE - Static variable in class org.opends.messages.ServerMessages
Error Enabling Windows service
INFO_ERROR_INSTALLING_BACKUP_CLOUD_EXTENSIONS - Static variable in class org.opends.messages.ServerMessages
Error Installing Backup Cloud Extension for Directory Server: %s
INFO_ERROR_SEARCH_SCOPE_NOT_ALLOWED - Static variable in class org.opends.messages.ServerMessages
Unable to process operation because this search scope is not allowed in this network group
INFO_ERROR_STARTING_SERVER - Static variable in class org.opends.messages.ServerMessages
Error Starting Directory Server
INFO_ERROR_STARTING_SERVER_CODE - Static variable in class org.opends.messages.ServerMessages
Error Starting Directory Server. Error code: %s
INFO_EXPORT_ARG_APPEND_TO_LDIF - Static variable in class org.opends.messages.ServerMessages
Append To LDIF
INFO_EXPORT_ARG_BACKEND_ID - Static variable in class org.opends.messages.ServerMessages
Backend ID
INFO_EXPORT_ARG_COMPRESS_LDIF - Static variable in class org.opends.messages.ServerMessages
Compress LDIF
INFO_EXPORT_ARG_ENCRYPT_LDIF - Static variable in class org.opends.messages.ServerMessages
Encrypt LDIF
INFO_EXPORT_ARG_EXCL_ATTR - Static variable in class org.opends.messages.ServerMessages
Exclude Attribute
INFO_EXPORT_ARG_EXCL_BRANCH - Static variable in class org.opends.messages.ServerMessages
Exclude Branch
INFO_EXPORT_ARG_EXCL_FILTER - Static variable in class org.opends.messages.ServerMessages
Exclude Filter
INFO_EXPORT_ARG_INCL_ATTR - Static variable in class org.opends.messages.ServerMessages
Include Attribute
INFO_EXPORT_ARG_INCL_BRANCH - Static variable in class org.opends.messages.ServerMessages
Include Branch
INFO_EXPORT_ARG_INCL_FILTER - Static variable in class org.opends.messages.ServerMessages
Include Filter
INFO_EXPORT_ARG_LDIF_FILE - Static variable in class org.opends.messages.ServerMessages
LDIF File
INFO_EXPORT_ARG_SIGN_HASH - Static variable in class org.opends.messages.ServerMessages
Sign Hash
INFO_EXPORT_ARG_WRAP_COLUMN - Static variable in class org.opends.messages.ServerMessages
Wrap Column
INFO_EXTERNAL_LIB_MESSAGE - Static variable in class org.opends.messages.ServerMessages
%s
INFO_EXTERNAL_LIB_MESSAGE_WITH_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
%s with exception: %s
INFO_EXTERNAL_PROCESS_START - Static variable in class org.opends.messages.ServerMessages
Launch external process: '%s'
INFO_EXTERNAL_PROCESS_STDOUT - Static variable in class org.opends.messages.ServerMessages
External process standard output: %s
INFO_EXTOP_CANCEL_REASON - Static variable in class org.opends.messages.ServerMessages
Processing on this operation was terminated as a result of receiving a cancel request (message ID %d)
INFO_EXTRACT_BINDPASSWORD - Static variable in class org.opends.messages.ServerMessages
Password to use to bind to the server
INFO_EXTRACT_BINDPASSWORD_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;password&#125;
INFO_EXTRACT_LOGS_AFTER_DATE - Static variable in class org.opends.messages.ServerMessages
Collect log files after this date. Format "YYYYMMDDhhmmss" like "20161123143612" = 23 November 2016, 14:36 12s. Overrides --maxLogFiles
INFO_EXTRACT_LOGS_AFTER_DATE_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;date&#125;
INFO_EXTRACT_MAX_LOG_FILES - Static variable in class org.opends.messages.ServerMessages
Maximum number of log files to collect. Ignored if --logsAfterDate is provided
INFO_EXTRACT_MAX_LOG_FILES_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;number&#125;
INFO_EXTRACT_NEEDJAVAHEAPDUMP - Static variable in class org.opends.messages.ServerMessages
Specifies whether a Java Heap Dump (using jmap) should be produced. The binary file is generated at the same location as the ZIP archive before being added to it; please make sure that the target directory's volume has sufficient capacity
INFO_EXTRACT_NOAUDIT - Static variable in class org.opends.messages.ServerMessages
Specifies whether audit files are excluded
INFO_EXTRACT_NOKEYSTORE - Static variable in class org.opends.messages.ServerMessages
Specifies whether keystore files are excluded
INFO_EXTRACT_NOSERVERINTERACTION - Static variable in class org.opends.messages.ServerMessages
Specifies that the tool should not interact with the server, that is no LDAP operation, and no jstack sampling
INFO_EXTRACT_OUTPUT_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
The folder into which the files will be placed into
INFO_EXTRACT_OUTPUT_DIRECTORY_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;directory&#125;
INFO_EXTRACT_SERVERPID - Static variable in class org.opends.messages.ServerMessages
When the server is embedded in OpenAM, there is no PID file. Therefore this option indicates the server PID of the OpenAM application server
INFO_EXTRACT_SERVERPID_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;pid&#125;
INFO_EXTRACT_TOOL_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
This tool collects support data from the OpenDJ instance it is bound to
INFO_EXTRACT_TOOLSDIR - Static variable in class org.opends.messages.ServerMessages
Path to the JDK utility binaries directory such as jstack
INFO_EXTRACT_TOOLSDIR_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;directory&#125;
INFO_FAILED_DEPENDENCY_ACTION_CANCEL - Static variable in class org.opends.messages.ServerMessages
Cancel
INFO_FAILED_DEPENDENCY_ACTION_DISABLE - Static variable in class org.opends.messages.ServerMessages
Disable
INFO_FAILED_DEPENDENCY_ACTION_PROCESS - Static variable in class org.opends.messages.ServerMessages
Process
INFO_FILTER_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;filter&#125;
INFO_FROM_SERVER_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;serverSource&#125;
INFO_GENERAL_PROVIDE_LOG_IN_ERROR - Static variable in class org.opends.messages.ServerMessages
See %s for a detailed log of the failed operation.%nPlease report this error and provide the log file mentioned above
INFO_GENERATING_STACK_DUMP - Static variable in class org.opends.messages.ServerMessages
Generating stack dump, sample number : %d using %s for pid %d
INFO_GROUP_MANAGER_STARTED - Static variable in class org.opends.messages.ServerMessages
Registered %d static groups, %d dynamic groups and %d virtual static groups. The static group cache is using %d bytes of memory
INFO_GROUP_NAME_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;groupName&#125;
INFO_GSSAPI_PRINCIPAL_NAME - Static variable in class org.opends.messages.ServerMessages
GSSAPI mechanism using a principal name of: %s
INFO_GSSAPI_SERVER_FQDN - Static variable in class org.opends.messages.ServerMessages
GSSAPI SASL mechanism using a server fully qualified domain name of: %s
INFO_GSSAPI_STARTED - Static variable in class org.opends.messages.ServerMessages
The GSSAPI SASL mechanism handler initialization was successful
INFO_GSSAPI_STOPPED - Static variable in class org.opends.messages.ServerMessages
The GSSAPI SASL mechanism handler has been stopped
INFO_HDAP_CREATING_ENDPOINT - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
HDAP created endpoint '%s' version %s
INFO_HDAP_STARTING - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
HDAP starting with configuration '%s'
INFO_HELP_SETUP_ALL_PROFILES_FOOTER - Static variable in class org.opends.messages.ServerMessages
Use %s %s to list profile parameters
INFO_HELP_SETUP_ALL_PROFILES_HEADER - Static variable in class org.opends.messages.ServerMessages
Profiles available with this OpenDJ version are:
INFO_HOST_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;host&#125;
INFO_IDLETIME_LIMIT_EXCEEDED - Static variable in class org.opends.messages.ServerMessages
This connection has been terminated because it has remained idle for too long
INFO_IMPORT_ARG_BACKEND_ID - Static variable in class org.opends.messages.ServerMessages
Backend ID
INFO_IMPORT_ARG_CLEAR_BACKEND - Static variable in class org.opends.messages.ServerMessages
Clear Backend
INFO_IMPORT_ARG_EXCL_ATTR - Static variable in class org.opends.messages.ServerMessages
Exclude Attribute
INFO_IMPORT_ARG_EXCL_BRANCH - Static variable in class org.opends.messages.ServerMessages
Exclude Branch
INFO_IMPORT_ARG_EXCL_FILTER - Static variable in class org.opends.messages.ServerMessages
Exclude Filter
INFO_IMPORT_ARG_INCL_ATTR - Static variable in class org.opends.messages.ServerMessages
Include Attribute
INFO_IMPORT_ARG_INCL_BRANCH - Static variable in class org.opends.messages.ServerMessages
Include Branch
INFO_IMPORT_ARG_INCL_FILTER - Static variable in class org.opends.messages.ServerMessages
Include Filter
INFO_IMPORT_ARG_IS_COMPRESSED - Static variable in class org.opends.messages.ServerMessages
Is Compressed
INFO_IMPORT_ARG_IS_ENCRYPTED - Static variable in class org.opends.messages.ServerMessages
Is Encrypted
INFO_IMPORT_ARG_LDIF_FILE - Static variable in class org.opends.messages.ServerMessages
LDIF File
INFO_IMPORT_ARG_OVERWRITE - Static variable in class org.opends.messages.ServerMessages
Overwrite
INFO_IMPORT_ARG_RANDOM_SEED - Static variable in class org.opends.messages.ServerMessages
Random Seed
INFO_IMPORT_ARG_REJECT_FILE - Static variable in class org.opends.messages.ServerMessages
Reject File
INFO_IMPORT_ARG_SKIP_FILE - Static variable in class org.opends.messages.ServerMessages
Skip File
INFO_IMPORT_ARG_SKIP_SCHEMA_VALIDATION - Static variable in class org.opends.messages.ServerMessages
Skip Schema Validation
INFO_IMPORT_ARG_TEMPLATE_FILE - Static variable in class org.opends.messages.ServerMessages
Template File
INFO_INDEX_FILTER_INDEX_LIMIT_EXCEEDED - Static variable in class org.opends.messages.ServerMessages
The filter value exceeded the index entry limit for the %s index
INFO_INDEX_FILTER_INDEX_NOT_TRUSTED - Static variable in class org.opends.messages.ServerMessages
%s index is invalid and needs to be rebuilt
INFO_INDEX_FILTER_INDEX_TYPE_DISABLED - Static variable in class org.opends.messages.ServerMessages
%s index type is disabled for the %s attribute
INFO_INDEX_NAME_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;indexName&#125;
INFO_INDEX_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;index&#125;
INFO_INITIALIZE_PROGRESS_WITH_PERCENTAGE - Static variable in class org.opends.messages.ServerMessages
%s entries processed (%s %% complete)
INFO_INITIALIZE_PROGRESS_WITH_PROCESSED - Static variable in class org.opends.messages.ServerMessages
%s entries processed
INFO_INITIALIZE_PROGRESS_WITH_UNPROCESSED - Static variable in class org.opends.messages.ServerMessages
%s remaining to be processed
INFO_INITIALIZE_WILL_RETRY - Static variable in class org.opends.messages.ServerMessages
Task '%s' to initialize domain '%s' failed to contact the source server. The task will be retried because the current server may be in the process of re-connecting to the best replication server for itself
INFO_INSTANCE_NOT_RUNNING - Static variable in class org.opends.messages.ServerMessages
The instance is not running
INFO_INSTANCE_RUNNING - Static variable in class org.opends.messages.ServerMessages
The instance is running
INFO_INTERNAL_CONNECTION_CANNOT_BE_CANCELLED - Static variable in class org.opends.messages.ServerMessages
Internal operations can't be cancelled
INFO_JDKTOOLS_DIRECTORY_DEFAULT_VALUE - Static variable in class org.opends.messages.ServerMessages
No value was provided for %s, JDK tool directory is set to %s
INFO_LABEL_BACKEND_DEBUG_BACKEND_ID - Static variable in class org.opends.messages.ServerMessages
Backend ID
INFO_LABEL_BACKEND_DEBUG_BASE_DN - Static variable in class org.opends.messages.ServerMessages
Base DN
INFO_LABEL_BACKEND_DEBUG_INDEX_80TH_PERCENTILE - Static variable in class org.opends.messages.ServerMessages
80th
INFO_LABEL_BACKEND_DEBUG_INDEX_95TH_PERCENTILE - Static variable in class org.opends.messages.ServerMessages
95th
INFO_LABEL_BACKEND_DEBUG_INDEX_99TH_PERCENTILE - Static variable in class org.opends.messages.ServerMessages
99th
INFO_LABEL_BACKEND_DEBUG_INDEX_ENTRY_LIMIT - Static variable in class org.opends.messages.ServerMessages
Entry Limit
INFO_LABEL_BACKEND_DEBUG_INDEX_KEY_COUNT - Static variable in class org.opends.messages.ServerMessages
Key Count
INFO_LABEL_BACKEND_DEBUG_INDEX_KEY_OVER_LIMIT - Static variable in class org.opends.messages.ServerMessages
Over
INFO_LABEL_BACKEND_DEBUG_INDEX_MEAN - Static variable in class org.opends.messages.ServerMessages
Mean
INFO_LABEL_BACKEND_DEBUG_INDEX_MEDIAN - Static variable in class org.opends.messages.ServerMessages
Median
INFO_LABEL_BACKEND_DEBUG_INDEX_NAME - Static variable in class org.opends.messages.ServerMessages
Index Name
INFO_LABEL_BACKEND_DEBUG_INDEX_SECURE - Static variable in class org.opends.messages.ServerMessages
Secure
INFO_LABEL_BACKEND_DEBUG_INDEX_SIZE - Static variable in class org.opends.messages.ServerMessages
Size
INFO_LABEL_BACKEND_DEBUG_INDEX_TYPE - Static variable in class org.opends.messages.ServerMessages
Type
INFO_LABEL_BACKEND_DEBUG_RECORD_COUNT - Static variable in class org.opends.messages.ServerMessages
Records
INFO_LABEL_BACKEND_TOOL_INDEX - Static variable in class org.opends.messages.ServerMessages
%nIndex: %s%n
INFO_LABEL_BACKEND_TOOL_KEY_FORMAT - Static variable in class org.opends.messages.ServerMessages
Key (len %d):
INFO_LABEL_BACKEND_TOOL_KEYS_SIZE - Static variable in class org.opends.messages.ServerMessages
Keys Size
INFO_LABEL_BACKEND_TOOL_OVER_INDEX_LIMIT_KEYS - Static variable in class org.opends.messages.ServerMessages
Over index-entry-limit keys: %s%n
INFO_LABEL_BACKEND_TOOL_RAW_DB_NAME - Static variable in class org.opends.messages.ServerMessages
Raw DB Name
INFO_LABEL_BACKEND_TOOL_TOTAL - Static variable in class org.opends.messages.ServerMessages
%nTotal: %d%n
INFO_LABEL_BACKEND_TOOL_TOTAL_DATA_SIZE_AND_AVG - Static variable in class org.opends.messages.ServerMessages
Total / Average Data Size: %d bytes / %d bytes%n
INFO_LABEL_BACKEND_TOOL_TOTAL_KEY_SIZE_AND_AVG - Static variable in class org.opends.messages.ServerMessages
Total / Average Key Size: %d bytes / %d bytes%n
INFO_LABEL_BACKEND_TOOL_TOTAL_KEYS - Static variable in class org.opends.messages.ServerMessages
Total Keys
INFO_LABEL_BACKEND_TOOL_TOTAL_RECORDS - Static variable in class org.opends.messages.ServerMessages
%nTotal Records: %d%n
INFO_LABEL_BACKEND_TOOL_TOTAL_SIZES - Static variable in class org.opends.messages.ServerMessages
Total Size
INFO_LABEL_BACKEND_TOOL_VALUE_FORMAT - Static variable in class org.opends.messages.ServerMessages
Value (len %d):
INFO_LABEL_BACKEND_TOOL_VALUES_SIZE - Static variable in class org.opends.messages.ServerMessages
Values Size
INFO_LDAP_CLIENT_GENERIC_NOTICE_OF_DISCONNECTION - Static variable in class org.opends.messages.ServerMessages
The Directory Server is closing the connection to this client
INFO_LDIF_BACKEND_BASE_DN_CHANGED - Static variable in class org.opends.messages.ServerMessages
The change to the LDIF backend base DN will not take effect until the backend is disabled and re-enabled
INFO_LDIF_BACKEND_LDIF_FILE_CHANGED - Static variable in class org.opends.messages.ServerMessages
The change to the LDIF file path will not take effect until the backend is disabled and re-enabled
INFO_LDIF_BACKEND_VISIBILITY_CHANGED - Static variable in class org.opends.messages.ServerMessages
The change to the LDIF backend visibility will not take effect until the backend is disabled and re-enabled
INFO_LDIF_CONNHANDLER_ERROR_MESSAGE - Static variable in class org.opends.messages.ServerMessages
Additional Info: %s
INFO_LDIF_CONNHANDLER_MATCHED_DN - Static variable in class org.opends.messages.ServerMessages
Matched DN: %s
INFO_LDIF_CONNHANDLER_REFERRAL_URL - Static variable in class org.opends.messages.ServerMessages
Referral URL: %s
INFO_LDIF_CONNHANDLER_RESULT_CODE - Static variable in class org.opends.messages.ServerMessages
Result Code: %d (%s)
INFO_LDIFEXPORT_DESCRIPTION_APPEND_TO_LDIF - Static variable in class org.opends.messages.ServerMessages
Append an existing LDIF file rather than overwriting it
INFO_LDIFEXPORT_DESCRIPTION_BACKEND_ID - Static variable in class org.opends.messages.ServerMessages
Backend ID for the backend to export
INFO_LDIFEXPORT_DESCRIPTION_COMPRESS_LDIF - Static variable in class org.opends.messages.ServerMessages
Compress the LDIF data as it is exported
INFO_LDIFEXPORT_DESCRIPTION_EXCLUDE_ATTRIBUTE - Static variable in class org.opends.messages.ServerMessages
Attribute to exclude from the LDIF export
INFO_LDIFEXPORT_DESCRIPTION_EXCLUDE_BRANCH - Static variable in class org.opends.messages.ServerMessages
Base DN of a branch to exclude from the LDIF export
INFO_LDIFEXPORT_DESCRIPTION_EXCLUDE_FILTER - Static variable in class org.opends.messages.ServerMessages
Filter to identify entries to exclude from the LDIF export
INFO_LDIFEXPORT_DESCRIPTION_EXCLUDE_OPERATIONAL - Static variable in class org.opends.messages.ServerMessages
Exclude operational attributes from the LDIF export
INFO_LDIFEXPORT_DESCRIPTION_INCLUDE_ATTRIBUTE - Static variable in class org.opends.messages.ServerMessages
Attribute to include in the LDIF export
INFO_LDIFEXPORT_DESCRIPTION_INCLUDE_BRANCH - Static variable in class org.opends.messages.ServerMessages
Base DN of a branch to include in the LDIF export
INFO_LDIFEXPORT_DESCRIPTION_INCLUDE_FILTER - Static variable in class org.opends.messages.ServerMessages
Filter to identify entries to include in the LDIF export
INFO_LDIFEXPORT_DESCRIPTION_LDIF_FILE - Static variable in class org.opends.messages.ServerMessages
Path to the LDIF file to write. All paths are relative to the server's installation directory, which can be remote
INFO_LDIFEXPORT_DESCRIPTION_WRAP_COLUMN - Static variable in class org.opends.messages.ServerMessages
Column at which to wrap long lines (0 for no wrapping)
INFO_LDIFEXPORT_PATH_TO_LDIF_FILE - Static variable in class org.opends.messages.ServerMessages
Exporting to %s
INFO_LDIFEXPORT_TOOL_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
This utility can be used to export data from a Directory Server backend in LDIF form
INFO_LDIFFILE_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;ldifFile&#125;
INFO_LDIFIMPORT_DESCRIPTION_BACKEND_ID - Static variable in class org.opends.messages.ServerMessages
Backend ID for the backend to import
INFO_LDIFIMPORT_DESCRIPTION_CLEAR_BACKEND - Static variable in class org.opends.messages.ServerMessages
Remove all entries for all base DNs in the backend before importing
INFO_LDIFIMPORT_DESCRIPTION_COUNT_REJECTS - Static variable in class org.opends.messages.ServerMessages
Count the number of entries rejected by the server and return that value as the exit code (values > 255 will be reduced to 255 due to exit code restrictions)
INFO_LDIFIMPORT_DESCRIPTION_EXCLUDE_ATTRIBUTE - Static variable in class org.opends.messages.ServerMessages
Attribute to exclude from the LDIF import
INFO_LDIFIMPORT_DESCRIPTION_EXCLUDE_BRANCH - Static variable in class org.opends.messages.ServerMessages
Base DN of a branch to exclude from the LDIF import
INFO_LDIFIMPORT_DESCRIPTION_EXCLUDE_FILTER - Static variable in class org.opends.messages.ServerMessages
Filter to identify entries to exclude from the LDIF import
INFO_LDIFIMPORT_DESCRIPTION_INCLUDE_ATTRIBUTE - Static variable in class org.opends.messages.ServerMessages
Attribute to include in the LDIF import
INFO_LDIFIMPORT_DESCRIPTION_INCLUDE_BRANCH - Static variable in class org.opends.messages.ServerMessages
Base DN of a branch to include in the LDIF import
INFO_LDIFIMPORT_DESCRIPTION_INCLUDE_FILTER - Static variable in class org.opends.messages.ServerMessages
Filter to identify entries to include in the LDIF import
INFO_LDIFIMPORT_DESCRIPTION_IS_COMPRESSED - Static variable in class org.opends.messages.ServerMessages
LDIF file is compressed
INFO_LDIFIMPORT_DESCRIPTION_LDIF_FILE - Static variable in class org.opends.messages.ServerMessages
Path to the LDIF file to import. All paths are relative to the server's installation directory, which can be remote
INFO_LDIFIMPORT_DESCRIPTION_OVERWRITE - Static variable in class org.opends.messages.ServerMessages
Overwrite an existing rejects and/or skip file rather than appending to it
INFO_LDIFIMPORT_DESCRIPTION_QUIET - Static variable in class org.opends.messages.ServerMessages
Use quiet mode (no output)
INFO_LDIFIMPORT_DESCRIPTION_RANDOM_SEED - Static variable in class org.opends.messages.ServerMessages
Seed for the MakeLDIF random number generator. To always generate the same data with the same command, use the same non-zero seed value. A value of zero (the default) results in different data each time the tool is run
INFO_LDIFIMPORT_DESCRIPTION_REJECT_FILE - Static variable in class org.opends.messages.ServerMessages
Write rejected entries to the specified file
INFO_LDIFIMPORT_DESCRIPTION_SKIP_FILE - Static variable in class org.opends.messages.ServerMessages
Write skipped entries to the specified file
INFO_LDIFIMPORT_DESCRIPTION_SKIP_SCHEMA_VALIDATION - Static variable in class org.opends.messages.ServerMessages
Skip schema validation during the LDIF import
INFO_LDIFIMPORT_DESCRIPTION_TEMP_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
Path to temporary directory for index scratch files during LDIF import
INFO_LDIFIMPORT_DESCRIPTION_TEMPLATE_FILE - Static variable in class org.opends.messages.ServerMessages
Path to a MakeLDIF template to use to generate the import data
INFO_LDIFIMPORT_DESCRIPTION_THREAD_COUNT - Static variable in class org.opends.messages.ServerMessages
Number of threads used to read LDIF files during import. If 0, the number of threads will be set to twice the number of CPUs
INFO_LDIFIMPORT_TEMP_DIR_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;directory&#125;
INFO_LDIFIMPORT_THREAD_COUNT_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;count&#125;
INFO_LDIFIMPORT_TOOL_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
This utility can be used to import LDIF data into a Directory Server backend, overwriting existing data. It cannot be used to append data to the backend database
INFO_LICENSE_ACCEPT - Static variable in class org.opends.messages.ServerMessages
Do you accept the License Agreement?
INFO_LICENSE_DETAILS_CLI_LABEL - Static variable in class org.opends.messages.ServerMessages
Please read the License Agreement above.%nYou must accept the terms of the agreement before continuing with the installation
INFO_LIST_OF_LOGGING_CATEGORIES - Static variable in class org.opends.messages.ServerMessages
The following logging categories are defined for the server: %s
INFO_LISTING_KEYSTORE_CONTENT - Static variable in class org.opends.messages.ServerMessages
Listing the security stores
INFO_MAX_DATA_SIZE_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;maxDataSize&#125;
INFO_MAX_KEY_VALUE_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;maxKeyValue&#125;
INFO_MIN_DATA_SIZE_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;minDataSize&#125;
INFO_MIN_KEY_VALUE_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;minKeyValue&#125;
INFO_MODDN_NOOP - Static variable in class org.opends.messages.ServerMessages
The modify DN operation was not actually performed in the Directory Server backend because the LDAP no-op control was present in the request
INFO_MODIFY_ACCOUNT_DISABLED - Static variable in class org.opends.messages.ServerMessages
The user account has been administratively disabled
INFO_MODIFY_ACCOUNT_ENABLED - Static variable in class org.opends.messages.ServerMessages
The user account has been administratively enabled
INFO_MODIFY_ACCOUNT_UNLOCKED - Static variable in class org.opends.messages.ServerMessages
The user account has been administratively unlocked
INFO_MODIFY_NOOP - Static variable in class org.opends.messages.ServerMessages
The modify operation was not actually performed in the Directory Server backend because the LDAP no-op control was present in the request
INFO_MODIFY_PASSWORD_CHANGED - Static variable in class org.opends.messages.ServerMessages
The user password has been changed
INFO_MODIFY_PASSWORD_RESET - Static variable in class org.opends.messages.ServerMessages
The user password has been administratively reset
INFO_MONITOR_USER_DN_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;monitorUserDn&#125;
INFO_MONITOR_USER_PWD_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;monitorUserPassword&#125;
INFO_MONITOR_USING_NEW_USER_ATTRS - Static variable in class org.opends.messages.ServerMessages
The monitor configuration has been updated so that it will now use a new set of user-defined attributes
INFO_NO_GC_LOGGING - Static variable in class org.opends.messages.ServerMessages
Skipping GC logs collection because GC logging is not enabled
INFO_NO_JVM_STACK_DUMP - Static variable in class org.opends.messages.ServerMessages
No JVM stack dump can be produced when the server is not running or no server interaction is allowed
INFO_NO_MONITORING_DATA - Static variable in class org.opends.messages.ServerMessages
No monitoring data can be collected when the server is not running or no server interaction is allowed
INFO_OTHER_MESSAGE - Static variable in class org.opends.messages.ServerMessages
%s: received message <%s>
INFO_PATH_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;path&#125;
INFO_PERIOD_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;period&#125;
INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STARTING - Static variable in class org.opends.messages.ServerMessages
The Referential Integrity plugin has started background processing using the update interval %s
INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STOPPING - Static variable in class org.opends.messages.ServerMessages
The Referential Integrity plugin background processing has been stopped
INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_UPDATE_INTERVAL_CHANGED - Static variable in class org.opends.messages.ServerMessages
The Referential Integrity plugin background processing update interval has been changed from %s to %s, the new value will now be during background processing
INFO_PLUGIN_REFERENT_LOGFILE_CHANGE_REQUIRES_RESTART - Static variable in class org.opends.messages.ServerMessages
The file name that the Referential Integrity plugin logs changes to during background processing has been changed from %s to %s, but this change will not take effect until the server is restarted
INFO_PLUGIN_REFERENT_SEARCH_NO_SUCH_OBJECT - Static variable in class org.opends.messages.ServerMessages
The Referential Integrity plugin failed when performing a search because the base DN %s does not exist
INFO_PROFILE_PARAMETER_HELP_DEFAULT - Static variable in class org.opends.messages.ServerMessages
Default:
INFO_PROFILE_PARAMETER_HELP_DEFAULT_DERIVED_FROM_SETUP - Static variable in class org.opends.messages.ServerMessages
Derived from the setup global options
INFO_PROFILE_PARAMETER_HELP_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Description:
INFO_PROFILE_PARAMETER_HELP_HEADER - Static variable in class org.opends.messages.ServerMessages
%s (%s) parameters
INFO_PROFILE_PARAMETER_HELP_PARAMETER_VARIABLE_NAME - Static variable in class org.opends.messages.ServerMessages
Parameter:
INFO_PROFILE_PARAMETER_NO_PARAMETERS - Static variable in class org.opends.messages.ServerMessages
Profile '%s (%s)' does not have any parameters
INFO_PROGRESS_DONE - Static variable in class org.opends.messages.ServerMessages
Done
INFO_PROGRESS_ENABLING_WINDOWS_SERVICE - Static variable in class org.opends.messages.ServerMessages
Enabling Windows service
INFO_PROGRESS_ERROR - Static variable in class org.opends.messages.ServerMessages
Error
INFO_PROGRESS_POINTS - Static variable in class org.opends.messages.ServerMessages
.....
INFO_PROGRESS_STARTING_NON_VERBOSE - Static variable in class org.opends.messages.ServerMessages
Starting directory server
INFO_PROGRESS_UPDATING_CERTIFICATES - Static variable in class org.opends.messages.ServerMessages
Configuring certificates
INFO_PROMPT_NO_COMPLETE_ANSWER - Static variable in class org.opends.messages.ServerMessages
no
INFO_PROMPT_NO_FIRST_LETTER_ANSWER - Static variable in class org.opends.messages.ServerMessages
n
INFO_PROMPT_YES_COMPLETE_ANSWER - Static variable in class org.opends.messages.ServerMessages
yes
INFO_PROMPT_YES_FIRST_LETTER_ANSWER - Static variable in class org.opends.messages.ServerMessages
y
INFO_PROXY_BASE_DNS_REGISTRATION_CHANGE - Static variable in class org.opends.messages.ServerMessages
Proxy backend '%s' automatically registered itself against the base DNs %s. It was previously registered against the base DNs %s
INFO_PROXY_DISCOVERY_RECONFIGURATION_IN_PROGRESS - Static variable in class org.opends.messages.ServerMessages
Configuration of proxy backend '%s' with service discovery mechanism '%s' is in progress. Requests will not be proxied until configuration completes
INFO_PROXY_FAILOVER_EFFECTIVE - Static variable in class org.opends.messages.ServerMessages
Proxy backend '%s' successfully configured failover via the service discovery mechanism '%s': primary servers are %s and secondary servers are %s
INFO_PROXY_PRIMARY_SERVERS_AVAILABLE - Static variable in class org.opends.messages.ServerMessages
The primary servers for proxy backend '%s' are now available and will be used for proxying requests
INFO_PROXY_SECONDARY_SERVERS_AVAILABLE - Static variable in class org.opends.messages.ServerMessages
The secondary servers for proxy backend '%s' are now available and will be used if the primary servers are unavailable
INFO_PROXY_SERVER_AVAILABLE - Static variable in class org.opends.messages.ServerMessages
The server '%s' for proxy backend '%s' is available and will be used for proxying requests
INFO_PURGE_DELAY_MODIFIED - Static variable in class org.opends.messages.ServerMessages
The purge delay has been set to: %s
INFO_PURGE_DELAY_SET_TO_ZERO - Static variable in class org.opends.messages.ServerMessages
Purging is disabled (delay set to 0)
INFO_REBUILDINDEX_DESCRIPTION_BASE_DN - Static variable in class org.opends.messages.ServerMessages
Base DN of a backend supporting indexing. Rebuild is performed on indexes within the scope of the given base DN
INFO_REBUILDINDEX_DESCRIPTION_CLEAR_DEGRADED_STATE - Static variable in class org.opends.messages.ServerMessages
Indicates that indexes do not need rebuilding because they are known to be empty and forcefully marks them as valid. This is an advanced option which must only be used in cases where a degraded index is known to be empty and does not therefore need rebuilding
INFO_REBUILDINDEX_DESCRIPTION_INDEX_NAME - Static variable in class org.opends.messages.ServerMessages
Names of index(es) to rebuild. For an attribute index this is simply an attribute name. At least one index must be specified for rebuild. Cannot be used with the "--rebuildAll" option
INFO_REBUILDINDEX_DESCRIPTION_REBUILD_ALL - Static variable in class org.opends.messages.ServerMessages
Rebuild all indexes, including any DN2ID, DN2URI, VLV and extensible indexes. Cannot be used with the "-i" option or the "--rebuildDegraded" option
INFO_REBUILDINDEX_DESCRIPTION_REBUILD_DEGRADED - Static variable in class org.opends.messages.ServerMessages
Rebuild all degraded indexes, including any DN2ID, DN2URI, VLV and extensible indexes. Cannot be used with the "-i" option or the "--rebuildAll" option
INFO_REBUILDINDEX_DESCRIPTION_TEMP_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
Path to temporary directory for index scratch files during index rebuilding
INFO_REBUILDINDEX_TEMP_DIR_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;directory&#125;
INFO_REBUILDINDEX_TOOL_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
This utility can be used to rebuild index data within an indexed backend database
INFO_RECURRING_TASK_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;schedulePattern&#125;
INFO_REJECT_FILE_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;rejectFile&#125;
INFO_REPLACE_COMMAS_IN_GROUPID - Static variable in class org.opends.messages.ServerMessages
Replacing non allowed comma in groupID definition with a dot
INFO_REPLICA_COMPUTING_GENERATION_ID - Static variable in class org.opends.messages.ServerMessages
Directory server DS(%s) did not find a generation ID for domain '%s'. A new generation ID will be computed by exporting the first %d entries in the domain
INFO_REPLICATION_CONFIGURE_UPDATING_ADS_CONTENTS - Static variable in class org.opends.messages.ServerMessages
Checking registration information
INFO_REPLICATION_CONNECTING - Static variable in class org.opends.messages.ServerMessages
Establishing connections
INFO_REPLICATION_SERVER_CONNECTION_FROM_DS - Static variable in class org.opends.messages.ServerMessages
Replication server RS(%s) has accepted a connection from directory server DS(%s) for domain "%s" at %s
INFO_REPLICATION_SERVER_CONNECTION_FROM_RS - Static variable in class org.opends.messages.ServerMessages
Replication server RS(%s) has accepted a connection from replication server RS(%s) for domain "%s" at %s
INFO_REPLICATION_SERVER_CONNECTION_TO_RS - Static variable in class org.opends.messages.ServerMessages
Replication server RS(%s) has connected to replication server RS(%s) for domain "%s" at %s
INFO_REST2LDAP_CREATING_ENDPOINT - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Rest2Ldap created endpoint '%s' version %s
INFO_REST2LDAP_STARTING - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Rest2Ldap starting with configuration directory '%s'
INFO_RESTORE_ARG_BACKUP_DIR - Static variable in class org.opends.messages.ServerMessages
Backup Directory
INFO_RESTORE_ARG_BACKUP_ID - Static variable in class org.opends.messages.ServerMessages
Backup ID
INFO_RESULT_INVALID_CREDENTIALS - Static variable in class org.opends.messages.ServerMessages
Invalid Credentials
INFO_RESULT_OPERATIONS_ERROR - Static variable in class org.opends.messages.ServerMessages
Operations Error
INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS - Static variable in class org.opends.messages.ServerMessages
The root DSE configuration has been updated so that configuration attribute %s will now use a value of %s
INFO_ROOTDSE_USING_NEW_USER_ATTRS - Static variable in class org.opends.messages.ServerMessages
The root DSE configuration has been updated so that it will now use a new set of user-defined attributes
INFO_SASL_UNSUPPORTED_CALLBACK - Static variable in class org.opends.messages.ServerMessages
An unsupported or unexpected callback was provided to the SASL server for use during %s authentication: %s
INFO_SECONDS_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;seconds&#125;
INFO_SEED_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;seed&#125;
INFO_SERVER_DIRECTORY_MANAGER_DN_LABEL - Static variable in class org.opends.messages.ServerMessages
Root user DN
INFO_SERVER_ID_LABEL - Static variable in class org.opends.messages.ServerMessages
Server ID
INFO_SERVER_MONITOR_USER_DN_LABEL - Static variable in class org.opends.messages.ServerMessages
Monitor user
INFO_SERVER_MONITOR_USER_PASSWORD_LABEL - Static variable in class org.opends.messages.ServerMessages
Monitor user password
INFO_SERVEROUT_NOT_FOUND_ERR - Static variable in class org.opends.messages.ServerMessages
Skipping backup of %s log (file not found)
INFO_SERVICE_NAME_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;serviceName&#125;
INFO_SETUP_BOOTSTRAP_RS_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;bootstrapReplicationServer&#125;
INFO_SETUP_CERT_NICKNAME_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;nickname&#125;
INFO_SETUP_CONFIGURE_SERVER - Static variable in class org.opends.messages.ServerMessages
Configuring server
INFO_SETUP_CONFIRM_GROUP_DATA - Static variable in class org.opends.messages.ServerMessages
Accept these choices and continue?
INFO_SETUP_DESCRIPTION_ADMIN_CONNECTOR_PORT - Static variable in class org.opends.messages.ServerMessages
Port on which the Administration Connector should listen for communication
INFO_SETUP_DESCRIPTION_AVAILABLE_PROFILES - Static variable in class org.opends.messages.ServerMessages
Available setup profiles: %s
INFO_SETUP_DESCRIPTION_BOOTSTRAP_RS - Static variable in class org.opends.messages.ServerMessages
The addresses of one or more replication servers within the topology which the server should connect to for discovering the rest of the topology. Use syntax "hostname:port" or "[IPv6Address]:port" for IPv6 addresses
INFO_SETUP_DESCRIPTION_CERT_NICKNAME - Static variable in class org.opends.messages.ServerMessages
Nickname of a keystore entry containing a certificate that the server should use when negotiating secure connections using StartTLS or SSL. Multiple keystore entries may be provided by using this option multiple times
INFO_SETUP_DESCRIPTION_DEPLOYMENT_ID_PASSWORD_ARG - Static variable in class org.opends.messages.ServerMessages
Deployment ID password
INFO_SETUP_DESCRIPTION_ENABLE_START_TLS - Static variable in class org.opends.messages.ServerMessages
Enable StartTLS to allow secure communication with the server using the LDAP port
INFO_SETUP_DESCRIPTION_ENABLE_WINDOWS_SERVICE - Static variable in class org.opends.messages.ServerMessages
Enable the server to run as a Windows Service
INFO_SETUP_DESCRIPTION_HELP_PROFILE_PARAMETERS - Static variable in class org.opends.messages.ServerMessages
Display profile parameters
INFO_SETUP_DESCRIPTION_HELP_PROFILES - Static variable in class org.opends.messages.ServerMessages
Display all available profiles
INFO_SETUP_DESCRIPTION_HOST_NAME - Static variable in class org.opends.messages.ServerMessages
The fully-qualified directory server host name that will be used when generating certificates for LDAP SSL/StartTLS, the administration connector, and replication
INFO_SETUP_DESCRIPTION_KEYSTORE_PASSWORD_FILE_PATH - Static variable in class org.opends.messages.ServerMessages
Path of the file containing the keystore password. The specified path will be used as the configuration value in the new server
INFO_SETUP_DESCRIPTION_LDAP_PORT - Static variable in class org.opends.messages.ServerMessages
Port on which the Directory Server should listen for LDAP communication
INFO_SETUP_DESCRIPTION_LDAPS_PORT - Static variable in class org.opends.messages.ServerMessages
Port on which the Directory Server should listen for LDAPS communication. The LDAPS port will be configured and SSL will be enabled only if this option is explicitly specified
INFO_SETUP_DESCRIPTION_MONITOR_USER_DN - Static variable in class org.opends.messages.ServerMessages
DN of the default user allowed to query monitoring information
INFO_SETUP_DESCRIPTION_MONITOR_USER_PASSWORD - Static variable in class org.opends.messages.ServerMessages
Password of the default user allowed to query monitoring information
INFO_SETUP_DESCRIPTION_NO_PROFILES_AVAILABLE - Static variable in class org.opends.messages.ServerMessages
There are no setup profiles available for this OpenDJ version
INFO_SETUP_DESCRIPTION_PROFILE - Static variable in class org.opends.messages.ServerMessages
Setup profile to apply when initially configuring the server. If the version is not specified, the most recent version older or equal to this OpenDJ version is used. Use this option multiple times to apply multiple profiles. This option cannot be combined with data import options. %s
INFO_SETUP_DESCRIPTION_PROFILE_PARAMETER - Static variable in class org.opends.messages.ServerMessages
Assign a value to a setup profile parameter. Profile name must be provided if multiple profiles are provided, indicate the profile that a parameter applies to by using the profileName/parameterName format
INFO_SETUP_DESCRIPTION_REPLICATION_PORT - Static variable in class org.opends.messages.ServerMessages
Port used for replication protocol communications with other servers. Use this option to configure a local replication server. When this option is not used, this server is configured as a standalone DS (no local replication server)
INFO_SETUP_DESCRIPTION_ROOT_USER_DN - Static variable in class org.opends.messages.ServerMessages
DN for the initial root user for the Directory Server
INFO_SETUP_DESCRIPTION_ROOT_USER_PASSWORD - Static variable in class org.opends.messages.ServerMessages
Password for the initial root user for the Directory Server
INFO_SETUP_DESCRIPTION_SERVER_ID - Static variable in class org.opends.messages.ServerMessages
Specify the server ID for this server. An acceptable ID is an ASCII alpha-numeric string; it may also contain underscore and hyphen characters provided they are not the first character
INFO_SETUP_DESCRIPTION_SKIP_PORT_CHECK - Static variable in class org.opends.messages.ServerMessages
Skip the check to determine whether the specified ports are usable
INFO_SETUP_DESCRIPTION_START - Static variable in class org.opends.messages.ServerMessages
Start the server when the configuration is completed
INFO_SETUP_DESCRIPTION_TRUST_ALL - Static variable in class org.opends.messages.ServerMessages
Blindly trust peer SSL certificates
INFO_SETUP_DESCRIPTION_TRUSTSTORE_PASSWORD_FILE_PATH - Static variable in class org.opends.messages.ServerMessages
Path of the file containing the truststore password. The specified path will be used as the configuration value in the new server
INFO_SETUP_DESCRIPTION_USE_DEPLOYMENT_ID - Static variable in class org.opends.messages.ServerMessages
The deployment ID which should be used for securing the deployment. If no existing certificates are specified using the key-store and trust-store options then the deployment ID will also be used for securing all TLS network communication
INFO_SETUP_DESCRIPTION_USE_JCE_KEYSTORE - Static variable in class org.opends.messages.ServerMessages
Path of a JCEKS keystore containing the certificate(s) that the server should use when negotiating secure connections using StartTLS or SSL
INFO_SETUP_DESCRIPTION_USE_JCE_TRUSTSTORE - Static variable in class org.opends.messages.ServerMessages
Use existing JCEKS truststore file for validating peer SSL certificates
INFO_SETUP_DESCRIPTION_USE_JKS_KEYSTORE - Static variable in class org.opends.messages.ServerMessages
Path of a JKS keystore containing the certificate(s) that the server should use when negotiating secure connections using StartTLS or SSL
INFO_SETUP_DESCRIPTION_USE_JKS_TRUSTSTORE - Static variable in class org.opends.messages.ServerMessages
Use existing JKS truststore file for validating peer SSL certificates
INFO_SETUP_DESCRIPTION_USE_PKCS11 - Static variable in class org.opends.messages.ServerMessages
Use certificate(s) in a PKCS#11 token that the server should use when accepting SSL-based connections or performing StartTLS negotiation
INFO_SETUP_DESCRIPTION_USE_PKCS12 - Static variable in class org.opends.messages.ServerMessages
Path of a PKCS#12 keystore containing the certificate(s) that the server should use when negotiating secure connections using StartTLS or SSL
INFO_SETUP_DESCRIPTION_USE_PKCS12_TRUSTSTORE - Static variable in class org.opends.messages.ServerMessages
Use existing PKCS12 truststore file for validating peer SSL certificates
INFO_SETUP_ENABLING_WINDOWS_SERVICE_OUTPUT - Static variable in class org.opends.messages.ServerMessages
Enable windows service command (return code '%d') output: %s
INFO_SETUP_EVAL_PROFILE_COMBINED_WITH_NON_EVAL_PROFILE - Static variable in class org.opends.messages.ServerMessages
You have chosen to combine an evaluation profile with another profile that is intended for production. Applying an evaluation profile after others can compromise the security of your server. Review the server configuration carefully before deployment
INFO_SETUP_HTTP_PORT_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Port on which the server should listen for HTTP communication
INFO_SETUP_HTTPS_PORT_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Port on which the server should listen for HTTPS communication
INFO_SETUP_INTERACTIVE_ADD_ONE_BOOTSTRAP_RS - Static variable in class org.opends.messages.ServerMessages
Do you want to add another replication server
INFO_SETUP_INTERACTIVE_ADMIN_CONNECTOR_PORT - Static variable in class org.opends.messages.ServerMessages
Administration connector port
INFO_SETUP_INTERACTIVE_ALL_PARAMETERS - Static variable in class org.opends.messages.ServerMessages
All Server Parameters
INFO_SETUP_INTERACTIVE_BOOTSTRAP_RS_HOST - Static variable in class org.opends.messages.ServerMessages
Replication server hostname
INFO_SETUP_INTERACTIVE_BOOTSTRAP_RS_INTRO - Static variable in class org.opends.messages.ServerMessages
What are the hostname and port number of the server to replicate with? (e.g ds.example.com on port 8989)
INFO_SETUP_INTERACTIVE_BOOTSTRAP_RS_PORT - Static variable in class org.opends.messages.ServerMessages
Replication port on %s
INFO_SETUP_INTERACTIVE_BOOTSTRAP_RS_SUMMARY - Static variable in class org.opends.messages.ServerMessages
Replicate with server
INFO_SETUP_INTERACTIVE_CERT_OPTION_JCEKS - Static variable in class org.opends.messages.ServerMessages
Use an existing certificate in a JCEKS keystore
INFO_SETUP_INTERACTIVE_CERT_OPTION_JKS - Static variable in class org.opends.messages.ServerMessages
Use an existing certificate in a JKS keystore
INFO_SETUP_INTERACTIVE_CERT_OPTION_PKCS11 - Static variable in class org.opends.messages.ServerMessages
Use an existing certificate on a PKCS#11 token
INFO_SETUP_INTERACTIVE_CERT_OPTION_PKCS12 - Static variable in class org.opends.messages.ServerMessages
Use an existing certificate in a PKCS#12 keystore
INFO_SETUP_INTERACTIVE_CONFIGURE_PROFILE - Static variable in class org.opends.messages.ServerMessages
Configure server for profile '%s'
INFO_SETUP_INTERACTIVE_CONFIRM_INSTALL_PROMPT - Static variable in class org.opends.messages.ServerMessages
What would you like to do?
INFO_SETUP_INTERACTIVE_CONFIRM_PROMPT_MONITOR_USER_PASSWORD - Static variable in class org.opends.messages.ServerMessages
Confirm the password for the default monitor user:
INFO_SETUP_INTERACTIVE_CONFIRM_PROMPT_ROOT_USER_PASSWORD - Static variable in class org.opends.messages.ServerMessages
Confirm the password for root user:
INFO_SETUP_INTERACTIVE_DEPLOYMENT_SECURITY - Static variable in class org.opends.messages.ServerMessages
How would you like to secure your deployment?
INFO_SETUP_INTERACTIVE_DEPLOYMENT_SECURITY_EXISTING_CERTS - Static variable in class org.opends.messages.ServerMessages
You already have a CA certificate for the deployment and an SSL key-pair for this server
INFO_SETUP_INTERACTIVE_DEPLOYMENT_SECURITY_KEY - Static variable in class org.opends.messages.ServerMessages
Generate a CA certificate and SSL key-pair using the deployment ID (easier to deploy, but not suitable for public facing services)
INFO_SETUP_INTERACTIVE_DISABLED_LABEL - Static variable in class org.opends.messages.ServerMessages
Disabled
INFO_SETUP_INTERACTIVE_ENABLE_HTTP - Static variable in class org.opends.messages.ServerMessages
Enable HTTP?
INFO_SETUP_INTERACTIVE_ENABLE_HTTPS - Static variable in class org.opends.messages.ServerMessages
Enable HTTPS?
INFO_SETUP_INTERACTIVE_ENABLE_LDAP - Static variable in class org.opends.messages.ServerMessages
Enable LDAP?
INFO_SETUP_INTERACTIVE_ENABLE_LDAPS - Static variable in class org.opends.messages.ServerMessages
Enable LDAPS?
INFO_SETUP_INTERACTIVE_ENABLE_PORT - Static variable in class org.opends.messages.ServerMessages
Listening on port %d
INFO_SETUP_INTERACTIVE_ENABLED_LABEL - Static variable in class org.opends.messages.ServerMessages
Enabled
INFO_SETUP_INTERACTIVE_EQUIVALENT_COMMAND_LINE - Static variable in class org.opends.messages.ServerMessages
Equivalent non-interactive command:
INFO_SETUP_INTERACTIVE_EXISTING_DEPLOYMENT_ID - Static variable in class org.opends.messages.ServerMessages
Provide the deployment ID:
INFO_SETUP_INTERACTIVE_GLOBAL_PARAMETERS_GROUP - Static variable in class org.opends.messages.ServerMessages
Global Parameters
INFO_SETUP_INTERACTIVE_HOME_SCREEN - Static variable in class org.opends.messages.ServerMessages
Welcome to the OpenDJ %s interactive setup.%n%nInteractive mode helps you quickly set up an OpenDJ server.%nProvide all required options to set up the server in non-interactive mode,%nor use the command shown at the end of your interactive session
INFO_SETUP_INTERACTIVE_HOST_NAME - Static variable in class org.opends.messages.ServerMessages
Provide the server's fully qualified host name
INFO_SETUP_INTERACTIVE_HOSTPORT_PARAMETER_HOSTNAME_DEFAULT_PROMPT - Static variable in class org.opends.messages.ServerMessages
Provide hostname for '%s'
INFO_SETUP_INTERACTIVE_HOSTPORT_PARAMETER_PORT_DEFAULT_PROMPT - Static variable in class org.opends.messages.ServerMessages
Provide port for '%s'
INFO_SETUP_INTERACTIVE_HTTP_PORT - Static variable in class org.opends.messages.ServerMessages
HTTP port
INFO_SETUP_INTERACTIVE_HTTPS_PORT - Static variable in class org.opends.messages.ServerMessages
HTTPS port
INFO_SETUP_INTERACTIVE_IS_BOOTSTRAP_SERVER_NEEDED - Static variable in class org.opends.messages.ServerMessages
Do you want to specify a server to replicate with? This step can be skipped if this is the first server in the topology
INFO_SETUP_INTERACTIVE_JCE_TRUSTSTORE_PATH - Static variable in class org.opends.messages.ServerMessages
JCEKS truststore path:
INFO_SETUP_INTERACTIVE_JKS_TRUSTSTORE_PATH - Static variable in class org.opends.messages.ServerMessages
JKS truststore path:
INFO_SETUP_INTERACTIVE_KEYPAIR_PROMPT - Static variable in class org.opends.messages.ServerMessages
Provide the SSL certificate that will be used for securing server connections:
INFO_SETUP_INTERACTIVE_LDAP_PORT - Static variable in class org.opends.messages.ServerMessages
LDAP port
INFO_SETUP_INTERACTIVE_LDAPS_PORT - Static variable in class org.opends.messages.ServerMessages
LDAPS port
INFO_SETUP_INTERACTIVE_MULTI_ALIASES_KEYSTORE - Static variable in class org.opends.messages.ServerMessages
The keystore contains the following certificate nicknames: %s.%nYou will be prompted for the nickname(s) to use
INFO_SETUP_INTERACTIVE_MULTIVALUED_PARAMETER_ADD_VALUE_DEFAULT_PROMPT - Static variable in class org.opends.messages.ServerMessages
Do you want to add another value for parameter '%s'?
INFO_SETUP_INTERACTIVE_NETWORK_PARAMETERS_GROUP - Static variable in class org.opends.messages.ServerMessages
Network Parameters
INFO_SETUP_INTERACTIVE_NO_PASSWORD_PROVIDED - Static variable in class org.opends.messages.ServerMessages
No password provided
INFO_SETUP_INTERACTIVE_OPTIONAL_PARAMETER_NOT_SET_DEFAULT_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
No value specified for '%s'
INFO_SETUP_INTERACTIVE_PKCS12_TRUSTSTORE_PATH - Static variable in class org.opends.messages.ServerMessages
PKCS#12 truststore path:
INFO_SETUP_INTERACTIVE_PROFILE_CONFIRM_THE - Static variable in class org.opends.messages.ServerMessages
Confirm the %s:
INFO_SETUP_INTERACTIVE_PROFILE_PARAMETER_GENERIC_DESC - Static variable in class org.opends.messages.ServerMessages
Value set for '%s'
INFO_SETUP_INTERACTIVE_PROFILE_PARAMETER_GENERIC_PROMPT - Static variable in class org.opends.messages.ServerMessages
Provide a value for '%s'
INFO_SETUP_INTERACTIVE_PROFILE_VERSION_PROMPT - Static variable in class org.opends.messages.ServerMessages
Which version of '%s' do you want to use (minimum %s)?
INFO_SETUP_INTERACTIVE_PROFILES_GROUP - Static variable in class org.opends.messages.ServerMessages
Customize Server With Profiles
INFO_SETUP_INTERACTIVE_PROFILES_PROMPT - Static variable in class org.opends.messages.ServerMessages
Enter profile number(s) separated by comma (leave empty to skip this step):
INFO_SETUP_INTERACTIVE_PROFILES_PROMPT_HEADER - Static variable in class org.opends.messages.ServerMessages
Available profiles:
INFO_SETUP_INTERACTIVE_PROFILES_PROMPT_WITH_DEFAULT - Static variable in class org.opends.messages.ServerMessages
Enter profile number(s) separated by comma [%s]:
INFO_SETUP_INTERACTIVE_PROMPT_CERTNICKNAME - Static variable in class org.opends.messages.ServerMessages
Use nickname %s?
INFO_SETUP_INTERACTIVE_PROMPT_DEPLOYMENT_ID_PASSWORD - Static variable in class org.opends.messages.ServerMessages
Provide the deployment ID password:
INFO_SETUP_INTERACTIVE_PROMPT_ENABLE_SERVICE - Static variable in class org.opends.messages.ServerMessages
Enable the server to run as a Windows Service?
INFO_SETUP_INTERACTIVE_PROMPT_INSTANCE_PATH - Static variable in class org.opends.messages.ServerMessages
Provide the server instance path
INFO_SETUP_INTERACTIVE_PROMPT_JCEKS_PATH - Static variable in class org.opends.messages.ServerMessages
JCEKS keystore path:
INFO_SETUP_INTERACTIVE_PROMPT_JKS_PATH - Static variable in class org.opends.messages.ServerMessages
Java keystore (JKS) path:
INFO_SETUP_INTERACTIVE_PROMPT_KEYSTORE_PASSWORD - Static variable in class org.opends.messages.ServerMessages
Keystore password:
INFO_SETUP_INTERACTIVE_PROMPT_MONITOR_USER_DN - Static variable in class org.opends.messages.ServerMessages
Provide the DN for the default monitor user
INFO_SETUP_INTERACTIVE_PROMPT_MONITOR_USER_PASSWORD - Static variable in class org.opends.messages.ServerMessages
Provide the password for the default monitor user:
INFO_SETUP_INTERACTIVE_PROMPT_PKCS12_PATH - Static variable in class org.opends.messages.ServerMessages
PKCS#12 keystore path:
INFO_SETUP_INTERACTIVE_PROMPT_ROOT_USER_DN - Static variable in class org.opends.messages.ServerMessages
Provide the directory root user DN
INFO_SETUP_INTERACTIVE_PROMPT_ROOT_USER_PASSWORD - Static variable in class org.opends.messages.ServerMessages
Provide the password for root user (leave empty to use the deployment ID password):
INFO_SETUP_INTERACTIVE_PROMPT_SERVER_ID - Static variable in class org.opends.messages.ServerMessages
Unique server ID (used for identifying the server in the topology)
INFO_SETUP_INTERACTIVE_PROMPT_START_SERVER - Static variable in class org.opends.messages.ServerMessages
Start the server when setup is complete? Note: starting with version 7.0, it is advised to only start the server once it is customized for the intended deployment. If more configuration is needed, then select 'no'
INFO_SETUP_INTERACTIVE_QUIT_OPTION - Static variable in class org.opends.messages.ServerMessages
Quit
INFO_SETUP_INTERACTIVE_REPLICATION_PORT - Static variable in class org.opends.messages.ServerMessages
Replication port
INFO_SETUP_INTERACTIVE_RUN_SETUP_OPTION - Static variable in class org.opends.messages.ServerMessages
Set up the server with the specified settings
INFO_SETUP_INTERACTIVE_SET_OPTIONAL_PARAMETER_VALUE_DEFAULT_PROMPT - Static variable in class org.opends.messages.ServerMessages
Do you want to set a value for parameter '%s'?
INFO_SETUP_INTERACTIVE_START_OVER_OPTION - Static variable in class org.opends.messages.ServerMessages
Start over
INFO_SETUP_INTERACTIVE_SUMMARIZE_CERT_NICKNAMES - Static variable in class org.opends.messages.ServerMessages
Certificate nickname(s) to use
INFO_SETUP_INTERACTIVE_SUMMARIZE_CERTIFICATE - Static variable in class org.opends.messages.ServerMessages
Server security
INFO_SETUP_INTERACTIVE_SUMMARIZE_DO_NOT_CONFIGURE_DS - Static variable in class org.opends.messages.ServerMessages
No profiles configured or data to be imported
INFO_SETUP_INTERACTIVE_SUMMARIZE_JCE_KEYSTORE - Static variable in class org.opends.messages.ServerMessages
Use existing JCEKS keystore
INFO_SETUP_INTERACTIVE_SUMMARIZE_JCE_TRUSTSTORE - Static variable in class org.opends.messages.ServerMessages
Use existing JCEKS truststore
INFO_SETUP_INTERACTIVE_SUMMARIZE_JKS_KEYSTORE - Static variable in class org.opends.messages.ServerMessages
Use existing JKS keystore
INFO_SETUP_INTERACTIVE_SUMMARIZE_JKS_TRUSTSTORE - Static variable in class org.opends.messages.ServerMessages
Use existing JKS truststore
INFO_SETUP_INTERACTIVE_SUMMARIZE_KEYSTORE_FILE - Static variable in class org.opends.messages.ServerMessages
Keystore file
INFO_SETUP_INTERACTIVE_SUMMARIZE_KEYSTORE_PWD - Static variable in class org.opends.messages.ServerMessages
Keystore password
INFO_SETUP_INTERACTIVE_SUMMARIZE_PKCS11_KEYSTORE - Static variable in class org.opends.messages.ServerMessages
Use existing PKCS#11 keystore
INFO_SETUP_INTERACTIVE_SUMMARIZE_PKCS12_KEYSTORE - Static variable in class org.opends.messages.ServerMessages
Use existing PKCS#12 keystore
INFO_SETUP_INTERACTIVE_SUMMARIZE_PKCS12_TRUSTSTORE - Static variable in class org.opends.messages.ServerMessages
Use existing PKCS#12 truststore
INFO_SETUP_INTERACTIVE_SUMMARIZE_PROFILE_VERSION - Static variable in class org.opends.messages.ServerMessages
Configure server for profile '%s (%s)'
INFO_SETUP_INTERACTIVE_SUMMARIZE_TRUST_METHOD - Static variable in class org.opends.messages.ServerMessages
Trust remote server certificates
INFO_SETUP_INTERACTIVE_SUMMARIZE_TRUSTSTORE_FILE - Static variable in class org.opends.messages.ServerMessages
Truststore file
INFO_SETUP_INTERACTIVE_SUMMARIZE_TRUSTSTORE_PWD - Static variable in class org.opends.messages.ServerMessages
Truststore password
INFO_SETUP_INTERACTIVE_SUMMARIZE_USE_DEPLOYMENT_ID_PASSWORD - Static variable in class org.opends.messages.ServerMessages
Same as deployment ID password
INFO_SETUP_INTERACTIVE_SUMMARY_HOSTNAME - Static variable in class org.opends.messages.ServerMessages
Server's fully qualified host name
INFO_SETUP_INTERACTIVE_SUMMARY_HTTP - Static variable in class org.opends.messages.ServerMessages
HTTP (cleartext)
INFO_SETUP_INTERACTIVE_SUMMARY_HTTPS - Static variable in class org.opends.messages.ServerMessages
HTTPS (secure)
INFO_SETUP_INTERACTIVE_SUMMARY_INSTANCE_PATH - Static variable in class org.opends.messages.ServerMessages
Server instance path
INFO_SETUP_INTERACTIVE_SUMMARY_LDAP - Static variable in class org.opends.messages.ServerMessages
LDAP (cleartext)
INFO_SETUP_INTERACTIVE_SUMMARY_LDAPS - Static variable in class org.opends.messages.ServerMessages
LDAPS (secure)
INFO_SETUP_INTERACTIVE_SUMMARY_PWD - Static variable in class org.opends.messages.ServerMessages
Root user password
INFO_SETUP_INTERACTIVE_SUMMARY_REPLICATION - Static variable in class org.opends.messages.ServerMessages
Replication (secure)
INFO_SETUP_INTERACTIVE_SUMMARY_START_SERVER - Static variable in class org.opends.messages.ServerMessages
Start server after setup
INFO_SETUP_INTERACTIVE_SUMMARY_USE_DEPLOYMENT_ID - Static variable in class org.opends.messages.ServerMessages
Use deployment ID
INFO_SETUP_INTERACTIVE_SUMMARY_WINDOWS_SERVICE - Static variable in class org.opends.messages.ServerMessages
Run as Windows service
INFO_SETUP_INTERACTIVE_TRUST_METHOD_PROMPT - Static variable in class org.opends.messages.ServerMessages
How should the server trust certificates from SSL peers?
INFO_SETUP_INTERACTIVE_TRUSTSTORE_PASSWORD - Static variable in class org.opends.messages.ServerMessages
Truststore password (leave empty if the truststore has no password):
INFO_SETUP_INTERACTIVE_USE_BLIND_TRUST - Static variable in class org.opends.messages.ServerMessages
Blindly trust all certificates (evaluation only - unsafe for production)
INFO_SETUP_INTERACTIVE_USE_JCE_TRUSTSTORE - Static variable in class org.opends.messages.ServerMessages
Use a JCEKS truststore
INFO_SETUP_INTERACTIVE_USE_JKS_TRUSTSTORE - Static variable in class org.opends.messages.ServerMessages
Use a JKS truststore
INFO_SETUP_INTERACTIVE_USE_JVM_TRUSTSTORE - Static variable in class org.opends.messages.ServerMessages
Use the JVM truststore
INFO_SETUP_INTERACTIVE_USE_PKCS12_TRUSTSTORE - Static variable in class org.opends.messages.ServerMessages
Use a PKCS#12 truststore
INFO_SETUP_KEYSTORE_PWD_FILEPATH_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;path&#125;
INFO_SETUP_PROFILE_CLI_DESCRIPTION_PROFILE - Static variable in class org.opends.messages.ServerMessages
Name of the profile to be configured. If the version is not specified, the most recent version older or equal to this OpenDJ version is used. Use this option multiple times to apply multiple profiles
INFO_SETUP_PROFILE_CLI_INSTANCE_PATH_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Path of the server instance where profiles should be setup
INFO_SETUP_PROFILE_CLI_SHORT_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
configure profiles in an offline OpenDJ server instance
INFO_SETUP_PROFILE_CLI_USAGE_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
This utility configures profiles in an offline OpenDJ server instance. %s
INFO_SETUP_PROFILE_DECIMAL_NUMBER_PARAMETER_SYNTAX - Static variable in class org.opends.messages.ServerMessages
Decimal number
INFO_SETUP_PROFILE_DN_PARAMETER_SYNTAX - Static variable in class org.opends.messages.ServerMessages
DN
INFO_SETUP_PROFILE_DOMAIN_PARAMETER_SYNTAX - Static variable in class org.opends.messages.ServerMessages
Domain name
INFO_SETUP_PROFILE_ENUM_PARAMETER_SYNTAX - Static variable in class org.opends.messages.ServerMessages
One of the following values:
INFO_SETUP_PROFILE_FILE_PARAMETER_SYNTAX - Static variable in class org.opends.messages.ServerMessages
File or directory path
INFO_SETUP_PROFILE_HOST_PORT_PARAMETER_SYNTAX - Static variable in class org.opends.messages.ServerMessages
host:port
INFO_SETUP_PROFILE_NUMBER_PARAMETER_SYNTAX - Static variable in class org.opends.messages.ServerMessages
Number
INFO_SETUP_PROFILE_PARAMETER_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;[profileName/]parameterName:value&#125;
INFO_SETUP_PROFILE_PARAMETER_SYNTAX - Static variable in class org.opends.messages.ServerMessages
Syntax:
INFO_SETUP_PROFILE_PARAMETER_SYNTAX_EXPRESSION_ALLOWED - Static variable in class org.opends.messages.ServerMessages
%s or configuration expression
INFO_SETUP_PROFILE_PASSWORD_PARAMETER_SYNTAX - Static variable in class org.opends.messages.ServerMessages
Password
INFO_SETUP_PROFILE_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;name[:version]&#125;
INFO_SETUP_PROFILE_STRING_PARAMETER_SYNTAX - Static variable in class org.opends.messages.ServerMessages
String
INFO_SETUP_REF_SHORT_DESC - Static variable in class org.opends.messages.ServerMessages
install OpenDJ server
INFO_SETUP_ROOT_USER_DN_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;rootUserDN&#125;
INFO_SETUP_ROOT_USER_PASSWORD_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;rootUserPassword&#125;
INFO_SETUP_RUN_PROFILE - Static variable in class org.opends.messages.ServerMessages
Configuring profile %s
INFO_SETUP_SERVER_ID_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;serverId&#125;
INFO_SETUP_STATUS_COMMAND_LINE - Static variable in class org.opends.messages.ServerMessages
To see basic server status and configuration, you can launch %s
INFO_SETUP_TRUSTSTORE_PASSWORD_FILEPATH_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;path&#125;
INFO_SETUP_VALIDATE_INPUTS_START - Static variable in class org.opends.messages.ServerMessages
Validating parameters
INFO_SKIP_FILE_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;skipFile&#125;
INFO_SKIPPING_AUDIT - Static variable in class org.opends.messages.ServerMessages
Skipping audit files
INFO_SKIPPING_FILE - Static variable in class org.opends.messages.ServerMessages
Skipping %s
INFO_SKIPPING_KEYSTORES - Static variable in class org.opends.messages.ServerMessages
Skipping java security stores
INFO_SMTP_ASNH_DEFAULT_SUBJECT - Static variable in class org.opends.messages.ServerMessages
Directory Account Status Notification
INFO_SORTREQ_CONTROL_NO_ORDERING_RULE_FOR_ATTR - Static variable in class org.opends.messages.ServerMessages
Unable to process the provided server-side sort request control because it included attribute %s which does not have a default ordering matching rule and no ordering rule was specified in the sort key
INFO_SSL_SERVER_CON_ATTEMPT_ERROR - Static variable in class org.opends.messages.ServerMessages
Replication server accepted a connection from %s to local address %s but the SSL handshake failed. This is probably benign, but may indicate a transient network outage or a misconfigured client application connecting to this replication server. The error was: %s
INFO_START_DATETIME_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;startTime&#125;
INFO_STATUS_ADMIN_CONNECTOR_LABEL - Static variable in class org.opends.messages.ServerMessages
Administration port (LDAPS)
INFO_STATUS_BACKEND_DB_TYPE_CACHE_SIZE_TITLE - Static variable in class org.opends.messages.ServerMessages
Active cache
INFO_STATUS_BACKEND_NAME_TITLE - Static variable in class org.opends.messages.ServerMessages
Backend
INFO_STATUS_BACKEND_TYPE_TITLE - Static variable in class org.opends.messages.ServerMessages
Type
INFO_STATUS_CH_M1_RATE_TITLE - Static variable in class org.opends.messages.ServerMessages
Load m1 rate
INFO_STATUS_CH_M5_RATE_TITLE - Static variable in class org.opends.messages.ServerMessages
Load m5 rate
INFO_STATUS_CH_NAME_TITLE - Static variable in class org.opends.messages.ServerMessages
Name
INFO_STATUS_CH_PORT_TITLE - Static variable in class org.opends.messages.ServerMessages
Port
INFO_STATUS_CH_TYPE_TITLE - Static variable in class org.opends.messages.ServerMessages
Protocol
INFO_STATUS_CLI_USAGE_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
This utility can be used to display basic server information
INFO_STATUS_CONNECT_TO_SERVER_FOR_DISKS_INFO - Static variable in class org.opends.messages.ServerMessages
Connect to the server to obtain disk space information
INFO_STATUS_CONNECT_TO_SERVER_FOR_JVM_INFO - Static variable in class org.opends.messages.ServerMessages
Connect to the server to obtain JVM information
INFO_STATUS_CONNECTION_HANDLER_TABLE_EMPTY_MSG - Static variable in class org.opends.messages.ServerMessages
There are no connection handlers setup in the server
INFO_STATUS_CONNECTION_HANDLERS_TITLE - Static variable in class org.opends.messages.ServerMessages
Connection handlers
INFO_STATUS_DISK_REMAINING_SPACE_TITLE - Static variable in class org.opends.messages.ServerMessages
Free space
INFO_STATUS_DISK_ROOT_TITLE - Static variable in class org.opends.messages.ServerMessages
Disk space
INFO_STATUS_DISK_SPACE_TABLE_EMPTY_MSG - Static variable in class org.opends.messages.ServerMessages
No disks are monitored by the server
INFO_STATUS_DISK_STATE_TITLE - Static variable in class org.opends.messages.ServerMessages
State
INFO_STATUS_DN_NB_ENTRIES_TITLE - Static variable in class org.opends.messages.ServerMessages
Entries
INFO_STATUS_DN_REPLICATION_RECEIVE_DELAY_TITLE - Static variable in class org.opends.messages.ServerMessages
Receive delay
INFO_STATUS_DN_REPLICATION_REPLAY_DELAY_TITLE - Static variable in class org.opends.messages.ServerMessages
Replay delay
INFO_STATUS_DN_REPLICATION_STATUS_TITLE - Static variable in class org.opends.messages.ServerMessages
Replication
INFO_STATUS_DN_TITLE - Static variable in class org.opends.messages.ServerMessages
Base DN
INFO_STATUS_GENERAL_DETAILS_TITLE - Static variable in class org.opends.messages.ServerMessages
General details
INFO_STATUS_HOSTNAME_LABEL - Static variable in class org.opends.messages.ServerMessages
Host name
INFO_STATUS_INSTALL_AND_INSTANCE_PATH_LABEL - Static variable in class org.opends.messages.ServerMessages
Installation and instance path
INFO_STATUS_INSTALL_PATH_LABEL - Static variable in class org.opends.messages.ServerMessages
Installation path
INFO_STATUS_INSTANCE_PATH_LABEL - Static variable in class org.opends.messages.ServerMessages
Instance path
INFO_STATUS_JAVA_VENDOR_LABEL - Static variable in class org.opends.messages.ServerMessages
Java vendor
INFO_STATUS_JAVA_VERSION_LABEL - Static variable in class org.opends.messages.ServerMessages
Java version
INFO_STATUS_JVM_MAX_HEAP_SIZE_LABEL - Static variable in class org.opends.messages.ServerMessages
JVM max heap size
INFO_STATUS_JVM_PROCESSORS_LABEL - Static variable in class org.opends.messages.ServerMessages
JVM available CPUs
INFO_STATUS_LOCAL_BACKEND_TABLE_EMPTY_MSG - Static variable in class org.opends.messages.ServerMessages
There are no local backends setup in the server
INFO_STATUS_LOCAL_BACKENDS_TITLE - Static variable in class org.opends.messages.ServerMessages
Local backends
INFO_STATUS_NB_OPEN_CONNECTIONS_LABEL - Static variable in class org.opends.messages.ServerMessages
Open connections
INFO_STATUS_PROXY_BACKEND_TABLE_EMPTY_MSG - Static variable in class org.opends.messages.ServerMessages
There are no proxy backends setup in the server
INFO_STATUS_PROXY_BACKENDS_TITLE - Static variable in class org.opends.messages.ServerMessages
Proxy backends
INFO_STATUS_RUNNING_SERVER_JAVA_DETAILS_TITLE - Static variable in class org.opends.messages.ServerMessages
Running server Java details
INFO_STATUS_SERVER_ID_LABEL - Static variable in class org.opends.messages.ServerMessages
Server ID
INFO_STATUS_SERVER_IS_RUNNING_LABEL - Static variable in class org.opends.messages.ServerMessages
Run status
INFO_STATUS_SERVER_STARTED - Static variable in class org.opends.messages.ServerMessages
Started
INFO_STATUS_SERVER_STOPPED - Static variable in class org.opends.messages.ServerMessages
Stopped
INFO_STATUS_VERSION_LABEL - Static variable in class org.opends.messages.ServerMessages
Version
INFO_STOP_REASON_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;stopReason&#125;
INFO_STOP_TIME_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;stopTime&#125;
INFO_STOPDS_DESCRIPTION_STOP_REASON - Static variable in class org.opends.messages.ServerMessages
Reason the server is being stopped or restarted
INFO_STOPDS_DESCRIPTION_STOP_TIME - Static variable in class org.opends.messages.ServerMessages
Indicates the date/time at which the shutdown operation will begin as a server task expressed in format YYYYMMDDhhmmssZ for UTC time or YYYYMMDDhhmmss for local time. A value of '0' will cause the shutdown to be scheduled for immediate execution. When this option is specified the operation will be scheduled to start at the specified time after which this utility will exit immediately
INFO_STOPDS_GOING_TO_STOP - Static variable in class org.opends.messages.ServerMessages
Stopping Server...
INFO_STOPDS_SERVER_ALREADY_STOPPED - Static variable in class org.opends.messages.ServerMessages
Server already stopped
INFO_STOPDS_TOOL_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
This utility can be used to request that the Directory Server stop running or perform a restart. When run without explicit connection options, this utility sends a signal to the OpenDJ process to stop the server. When run with explicit connection options, this utility connects to the OpenDJ administration port and creates a shutdown task to stop the server
INFO_STORAGE_SCHEME_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;scheme&#125;
INFO_TASK_ADD_SCHEMA_FILE_NAME - Static variable in class org.opends.messages.ServerMessages
Add Schema File
INFO_TASK_BACKUP_NAME - Static variable in class org.opends.messages.ServerMessages
Backup
INFO_TASK_COMPLETION_BODY - Static variable in class org.opends.messages.ServerMessages
Task ID: %s Task State: %s Scheduled Start Time: %s Actual Start Time: %s Completion Time: %s Description: %s Log Messages:
INFO_TASK_DESCRIPTION_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;description&#125;
INFO_TASK_DISCONNECT_CLIENT_NAME - Static variable in class org.opends.messages.ServerMessages
Disconnect Client
INFO_TASK_DISCONNECT_GENERIC_MESSAGE - Static variable in class org.opends.messages.ServerMessages
An administrator has terminated this client connection
INFO_TASK_ENTER_LOCKDOWN_MODE_NAME - Static variable in class org.opends.messages.ServerMessages
Lockdown
INFO_TASK_EXPORT_NAME - Static variable in class org.opends.messages.ServerMessages
Export
INFO_TASK_ID_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;taskID&#125;
INFO_TASK_IMPORT_NAME - Static variable in class org.opends.messages.ServerMessages
Import
INFO_TASK_INITIALIZE_NAME - Static variable in class org.opends.messages.ServerMessages
Initialize From Replica
INFO_TASK_INITIALIZE_TARGET_NAME - Static variable in class org.opends.messages.ServerMessages
Initialize Backend
INFO_TASK_LEAVE_LOCKDOWN_MODE_NAME - Static variable in class org.opends.messages.ServerMessages
Leave Lockdown
INFO_TASK_PURGE_CONFLICTS_HIST_NAME - Static variable in class org.opends.messages.ServerMessages
Purge conflicts historical
INFO_TASK_REBUILD_NAME - Static variable in class org.opends.messages.ServerMessages
Rebuild Index
INFO_TASK_RESET_CHANGE_NUMBER - Static variable in class org.opends.messages.ServerMessages
Reset change number index to begin with a given number and change
INFO_TASK_RESTORE_NAME - Static variable in class org.opends.messages.ServerMessages
Restore
INFO_TASK_SET_GENERATION_ID_NAME - Static variable in class org.opends.messages.ServerMessages
Set Generation ID
INFO_TASK_SHUTDOWN_CUSTOM_MESSAGE - Static variable in class org.opends.messages.ServerMessages
The Directory Server shutdown process has been initiated by task %s: %s
INFO_TASK_SHUTDOWN_DEFAULT_MESSAGE - Static variable in class org.opends.messages.ServerMessages
The Directory Server shutdown process has been initiated by task %s
INFO_TASK_SHUTDOWN_NAME - Static variable in class org.opends.messages.ServerMessages
Shutdown
INFO_TASK_STATE_CANCELED_BEFORE_STARTING - Static variable in class org.opends.messages.ServerMessages
Canceled before starting
INFO_TASK_STATE_COMPLETED_SUCCESSFULLY - Static variable in class org.opends.messages.ServerMessages
Completed successfully
INFO_TASK_STATE_COMPLETED_WITH_ERRORS - Static variable in class org.opends.messages.ServerMessages
Completed with errors
INFO_TASK_STATE_DISABLED - Static variable in class org.opends.messages.ServerMessages
Disabled
INFO_TASK_STATE_RECURRING - Static variable in class org.opends.messages.ServerMessages
Recurring
INFO_TASK_STATE_RUNNING - Static variable in class org.opends.messages.ServerMessages
Running
INFO_TASK_STATE_STOPPED_BY_ADMINISTRATOR - Static variable in class org.opends.messages.ServerMessages
Stopped by administrator
INFO_TASK_STATE_STOPPED_BY_ERROR - Static variable in class org.opends.messages.ServerMessages
Stopped by error
INFO_TASK_STATE_STOPPED_BY_SHUTDOWN - Static variable in class org.opends.messages.ServerMessages
Stopped by shutdown
INFO_TASK_STATE_UNSCHEDULED - Static variable in class org.opends.messages.ServerMessages
Unscheduled
INFO_TASK_STATE_WAITING_ON_DEPENDENCY - Static variable in class org.opends.messages.ServerMessages
Waiting on dependency
INFO_TASK_STATE_WAITING_ON_START_TIME - Static variable in class org.opends.messages.ServerMessages
Waiting on start time
INFO_TASK_STATUS_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;taskStatus&#125;
INFO_TASK_STOPPED_BY_ADMIN - Static variable in class org.opends.messages.ServerMessages
Task was stopped by an administrator: %s
INFO_TASK_TOOL_RECURRING_TASK_SCHEDULED - Static variable in class org.opends.messages.ServerMessages
Recurring %s task %s scheduled successfully
INFO_TASK_TOOL_TASK_NOT_SUCCESSFULL - Static variable in class org.opends.messages.ServerMessages
%s task %s did not complete successfully
INFO_TASK_TOOL_TASK_SCHEDULED_FUTURE - Static variable in class org.opends.messages.ServerMessages
%s task %s scheduled to start %s
INFO_TASK_TOOL_TASK_SCHEDULED_NOW - Static variable in class org.opends.messages.ServerMessages
%s task %s scheduled to start immediately
INFO_TASK_TOOL_TASK_SUCCESSFULL - Static variable in class org.opends.messages.ServerMessages
%s task %s has been successfully completed
INFO_TASK_TYPE_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;taskType&#125;
INFO_TASK_WILL_BE_RETRIED - Static variable in class org.opends.messages.ServerMessages
Retrying
INFO_TASKBE_BACKING_FILE_HEADER - Static variable in class org.opends.messages.ServerMessages
This file contains the data used by the Directory Server task scheduler backend. Do not edit this file directly, as there is a risk that those changes will be lost. Scheduled and recurring task definitions should only be edited using the administration utilities provided with the Directory Server
INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN - Static variable in class org.opends.messages.ServerMessages
The tasks backend is being shut down
INFO_TASKBE_RUNNING_TASK_CANCELLED - Static variable in class org.opends.messages.ServerMessages
Task processing was interrupted by a modify request to cancel the task
INFO_TASKBE_UPDATED_BACKING_FILE - Static variable in class org.opends.messages.ServerMessages
The path to the task data backing file has been changed to %s. A snapshot of the current task configuration has been written to that file and it will continue to be used for future updates
INFO_TASKBE_UPDATED_RETENTION_TIME - Static variable in class org.opends.messages.ServerMessages
The completed task retention time has been updated to %d seconds. This will take effect immediately
INFO_TASKINFO_CMD_CANCEL - Static variable in class org.opends.messages.ServerMessages
cancel task
INFO_TASKINFO_CMD_CANCEL_CHAR - Static variable in class org.opends.messages.ServerMessages
c
INFO_TASKINFO_CMD_CANCEL_NUMBER_PROMPT - Static variable in class org.opends.messages.ServerMessages
Enter the number of a task to cancel
INFO_TASKINFO_CMD_CANCEL_SUCCESS - Static variable in class org.opends.messages.ServerMessages
Task %s canceled
INFO_TASKINFO_CMD_REFRESH - Static variable in class org.opends.messages.ServerMessages
refresh
INFO_TASKINFO_CMD_REFRESH_CHAR - Static variable in class org.opends.messages.ServerMessages
r
INFO_TASKINFO_CMD_VIEW_LOGS - Static variable in class org.opends.messages.ServerMessages
view logs
INFO_TASKINFO_CMD_VIEW_LOGS_CHAR - Static variable in class org.opends.messages.ServerMessages
l
INFO_TASKINFO_DETAILS - Static variable in class org.opends.messages.ServerMessages
Task Details
INFO_TASKINFO_FIELD_ACTUAL_START - Static variable in class org.opends.messages.ServerMessages
Actual Start Time
INFO_TASKINFO_FIELD_COMPLETION_TIME - Static variable in class org.opends.messages.ServerMessages
Completion Time
INFO_TASKINFO_FIELD_DEPENDENCY - Static variable in class org.opends.messages.ServerMessages
Dependencies
INFO_TASKINFO_FIELD_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Description
INFO_TASKINFO_FIELD_FAILED_DEPENDENCY_ACTION - Static variable in class org.opends.messages.ServerMessages
Failed Dependency Action
INFO_TASKINFO_FIELD_ID - Static variable in class org.opends.messages.ServerMessages
ID
INFO_TASKINFO_FIELD_LAST_LOG - Static variable in class org.opends.messages.ServerMessages
Last Log Message
INFO_TASKINFO_FIELD_LOG - Static variable in class org.opends.messages.ServerMessages
Log Message(s)
INFO_TASKINFO_FIELD_NOTIFY_ON_COMPLETION - Static variable in class org.opends.messages.ServerMessages
Email Upon Completion
INFO_TASKINFO_FIELD_NOTIFY_ON_ERROR - Static variable in class org.opends.messages.ServerMessages
Email Upon Error
INFO_TASKINFO_FIELD_SCHEDULED_START - Static variable in class org.opends.messages.ServerMessages
Scheduled Start Time
INFO_TASKINFO_FIELD_STATUS - Static variable in class org.opends.messages.ServerMessages
Status
INFO_TASKINFO_FIELD_TYPE - Static variable in class org.opends.messages.ServerMessages
Type
INFO_TASKINFO_IMMEDIATE_EXECUTION - Static variable in class org.opends.messages.ServerMessages
Immediate execution
INFO_TASKINFO_LDAP_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
Error connecting to the directory server: '%s'. Verify that the connection options are correct and that the server is running
INFO_TASKINFO_NO_CANCELABLE_TASKS - Static variable in class org.opends.messages.ServerMessages
There are currently no cancelable tasks
INFO_TASKINFO_NO_TASKS - Static variable in class org.opends.messages.ServerMessages
No tasks exist
INFO_TASKINFO_NONE - Static variable in class org.opends.messages.ServerMessages
None
INFO_TASKINFO_NONE_SPECIFIED - Static variable in class org.opends.messages.ServerMessages
None Specified
INFO_TASKINFO_OPTIONS - Static variable in class org.opends.messages.ServerMessages
%s Options
INFO_TASKINFO_STATUS_ARG_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Show only tasks with this status
INFO_TASKINFO_SUMMARY_ARG_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Print a summary of tasks
INFO_TASKINFO_TASK_ARG_CANCEL - Static variable in class org.opends.messages.ServerMessages
ID of a particular task to cancel
INFO_TASKINFO_TASK_ARG_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
ID of a particular task about which this tool will display information
INFO_TASKINFO_TOOL_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
This utility can be used to obtain a list of tasks scheduled to run within the Directory Server as well as information about individual tasks
INFO_TASKINFO_TYPE_ARG_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Show only tasks of this type
INFO_TEMPLATE_FILE_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;templateFile&#125;
INFO_TEMPORARILY_UNREACHABLE_SERVER - Static variable in class org.opends.messages.ServerMessages
The server '%s' may retry the initialization process because the server '%s' in domain '%s' is temporarily unreachable
INFO_TIME_IN_DAYS_HOURS_MINUTES_SECONDS - Static variable in class org.opends.messages.ServerMessages
%d days, %d hours, %d minutes, %d seconds
INFO_TIME_IN_HOURS_MINUTES_SECONDS - Static variable in class org.opends.messages.ServerMessages
%d hours, %d minutes, %d seconds
INFO_TIME_IN_MINUTES_SECONDS - Static variable in class org.opends.messages.ServerMessages
%d minutes, %d seconds
INFO_TIME_IN_SECONDS - Static variable in class org.opends.messages.ServerMessages
%d seconds
INFO_TO_SERVER_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;serverToInitialize&#125;
INFO_TOP_NOT_SUPPORTED_ON_OS - Static variable in class org.opends.messages.ServerMessages
Cannot extract process statistics (by running "top" command) on OS '%s'. Only %s dump samples will be collected
INFO_TRUSTSTORESYNC_ADD_FAILED - Static variable in class org.opends.messages.ServerMessages
Error while trying to add entry %s to the trust store: %s
INFO_TRUSTSTORESYNC_ADMIN_SUFFIX_SEARCH_FAILED - Static variable in class org.opends.messages.ServerMessages
Error while searching base %s to synchronize the trust store: %s
INFO_UPGRADE_ABORTED_BY_USER - Static variable in class org.opends.messages.ServerMessages
The upgrade has been canceled
INFO_UPGRADE_ADD_FULL_VENDOR_VERSION_ACI - Static variable in class org.opends.messages.ServerMessages
Add ACI to make Root DSE fullVendorVersion operational attribute user visible
INFO_UPGRADE_ADD_HDAP_AUTH_MECHANISM_CONFIG - Static variable in class org.opends.messages.ServerMessages
Add a new HDAP authorization mechanism '%s'
INFO_UPGRADE_ADD_JSON_ACCESS_LOG_PUBLISHER_EXCLUDE_VALUES_OF_ATTRIBUTES - Static variable in class org.opends.messages.ServerMessages
Adding 'ds-cfg-exclude-values-of-attributes' with the list the attribute names which values will be excluded from the list of requested modifications
INFO_UPGRADE_ALL_REBUILD_INDEX_DECLINED - Static variable in class org.opends.messages.ServerMessages
You have to rebuild all indexes manually to get a fully functional server
INFO_UPGRADE_ALLOW_BACKUP_PURGE_TASKS - Static variable in class org.opends.messages.ServerMessages
Allowing dsbackup purge tasks
INFO_UPGRADE_ALLOW_LDAP_SYNTAXES - Static variable in class org.opends.messages.ServerMessages
Add 'ldapSyntaxes' to attribute list which can be read in the schema access global access control policies
INFO_UPGRADE_ARGON2_MEMORY - Static variable in class org.opends.messages.ServerMessages
Removing 'ds-cfg-argon2-migration-memory' and adding 'ds-cfg-argon2-memory-pool-size' which specifies the size of the memory pool allocated for concurrent Argon2 password hashing computations
INFO_UPGRADE_CHANGE_DONE_IN_SPECIFIC_FILE - Static variable in class org.opends.messages.ServerMessages
...Change(s) done in %s (x%s)
INFO_UPGRADE_CLASSES_FOLDER_RENAMED - Static variable in class org.opends.messages.ServerMessages
The classes folder has been renamed to '%s' to avoid compatibility issues
INFO_UPGRADE_CONFIG_IS_REQUIRED - Static variable in class org.opends.messages.ServerMessages
OpenDJ data can't be upgraded because the configuration has not been upgraded yet. Upgrade the configuration first before upgrading the data
INFO_UPGRADE_DELETE_DEBUG_LOG_CONFIG - Static variable in class org.opends.messages.ServerMessages
Removing debug logging configuration
INFO_UPGRADE_DELETE_DEGRADED_STATUS_THRESHOLD - Static variable in class org.opends.messages.ServerMessages
Removing replica degraded status threshold configuration
INFO_UPGRADE_DELETE_HTTP_AUTH_MECHANISMS_CONFIG - Static variable in class org.opends.messages.ServerMessages
Removing deprecated HTTP Basic DN and JWT authorization mechanisms. The HDAP authorization mechanism '%s' replaces them
INFO_UPGRADE_DELETE_LOOKTHROUGH_LIMIT - Static variable in class org.opends.messages.ServerMessages
Removing look through limit from the configuration
INFO_UPGRADE_DELETE_SEND_REJECT_NOTIFICATION - Static variable in class org.opends.messages.ServerMessages
Removing LDAP send reject notification configuration
INFO_UPGRADE_DELETE_VLV_WITH_BASE_OBJECT_SCOPE_CONFIG - Static variable in class org.opends.messages.ServerMessages
Removing VLV indexes with base-object scope from the configuration
INFO_UPGRADE_DESCRIPTION_CLI - Static variable in class org.opends.messages.ServerMessages
Upgrades OpenDJ configuration and application data so that it is compatible with the installed binaries.%n%nThis tool should be run immediately after upgrading the OpenDJ binaries and before restarting the server.%n%nNOTE: this tool does not provide backup or restore capabilities. Therefore, it is the responsibility of the OpenDJ administrator to take necessary precautions before performing the upgrade
INFO_UPGRADE_DISABLE_CERTLIST_VALIDATION - Static variable in class org.opends.messages.ServerMessages
Continue to allow invalid certificate lists, certificate pairs and postal addresses
INFO_UPGRADE_DISPLAY_CONFIRM_START - Static variable in class org.opends.messages.ServerMessages
The upgrade is ready to proceed. Do you wish to continue?
INFO_UPGRADE_ENABLE_CHANGE_NUMBER_INDEXER - Static variable in class org.opends.messages.ServerMessages
Enabling change numbers in the replication changelog
INFO_UPGRADE_GENERAL_SEE_FOR_DETAILS - Static variable in class org.opends.messages.ServerMessages
See '%s' for a detailed log of this operation
INFO_UPGRADE_JE_BACKEND_PROPERTIES - Static variable in class org.opends.messages.ServerMessages
Migrating JE environment properties to configuration attributes
INFO_UPGRADE_NO_CHANGE_DONE_IN_SPECIFIC_FILE - Static variable in class org.opends.messages.ServerMessages
...No change applied in %s
INFO_UPGRADE_NO_INDEX_TO_REBUILD_FOR_BACKEND - Static variable in class org.opends.messages.ServerMessages
No indexes to rebuild for backend '%s'
INFO_UPGRADE_OPTION_DATA_ONLY - Static variable in class org.opends.messages.ServerMessages
Upgrades only application data. OpenDJ configuration must have been upgraded before
INFO_UPGRADE_OPTION_FORCE - Static variable in class org.opends.messages.ServerMessages
Forces a non-interactive upgrade to continue even if it requires user interaction. In particular, long running or critical upgrade tasks, such as re-indexing, which require user confirmation will be performed automatically. This option may only be used with the '%s' option
INFO_UPGRADE_OPTION_IGNORE_ERRORS - Static variable in class org.opends.messages.ServerMessages
Ignores any errors which occur during the upgrade. This option should be used with caution and may be useful in automated deployments where potential errors are known in advance and resolved after the upgrade has completed
INFO_UPGRADE_PERFORMING_POST_TASKS - Static variable in class org.opends.messages.ServerMessages
Performing post upgrade tasks
INFO_UPGRADE_PERFORMING_TASKS - Static variable in class org.opends.messages.ServerMessages
Performing upgrade
INFO_UPGRADE_POST_TASKS_COMPLETE - Static variable in class org.opends.messages.ServerMessages
Post upgrade tasks complete
INFO_UPGRADE_PROCESS_END - Static variable in class org.opends.messages.ServerMessages
End of the upgrade process
INFO_UPGRADE_REBUILD_ALL - Static variable in class org.opends.messages.ServerMessages
Rebuilding all indexes
INFO_UPGRADE_REBUILD_ALL_DUE_TO_STRING_PREP_CHANGES - Static variable in class org.opends.messages.ServerMessages
Changes in Unicode string normalization require that all indexes are rebuilt. Do you want to rebuild the indexes automatically at the end of the upgrade?
INFO_UPGRADE_REBUILD_ENTRYUUID_INDEX_DUE_TO_DATA_CORRUPTION - Static variable in class org.opends.messages.ServerMessages
OPENDJ-9550 on 7.3.0 caused static groups to lose their operational attributes on modify operations, corrupting data and the entryUUID index which needs to be rebuilt. Do you want to rebuild the indexes automatically at the end of the upgrade?
INFO_UPGRADE_REBUILD_INDEX_ARGUMENTS - Static variable in class org.opends.messages.ServerMessages
The rebuild index tool arguments are %s
INFO_UPGRADE_REBUILD_INDEX_ENDS - Static variable in class org.opends.messages.ServerMessages
Rebuild index task ends
INFO_UPGRADE_REBUILD_INDEX_STARTS - Static variable in class org.opends.messages.ServerMessages
Rebuilding index(es) %s for base dn(s): %s
INFO_UPGRADE_REBUILD_INDEXES_DECLINED - Static variable in class org.opends.messages.ServerMessages
You have to rebuild the '%s' index(es) manually to get a fully functional server
INFO_UPGRADE_REBUILD_INDEXES_TELEPHONENUMBER_EMR_SMR - Static variable in class org.opends.messages.ServerMessages
OpenDJ 7.0.0 changed the indexing algorithm for TelephoneNumber equality and substring matching rules. All TelephoneNumber syntax based attribute indexes must be rebuilt which may take a long time. Do you want to rebuild the indexes automatically at the end of the upgrade?
INFO_UPGRADE_REMOVE_BACKUP_BACKEND - Static variable in class org.opends.messages.ServerMessages
Removing 'backup' backend
INFO_UPGRADE_REMOVE_EMPTY_GROUP_CONFIGURATIONS - Static variable in class org.opends.messages.ServerMessages
Removing empty configuration for groups
INFO_UPGRADE_REMOVE_REFERENCES_TO_BACKUP_BACKEND - Static variable in class org.opends.messages.ServerMessages
Removing references to 'backup' backend
INFO_UPGRADE_REMOVE_REFERENCES_TO_DS_TASK_BACKUP_ALL - Static variable in class org.opends.messages.ServerMessages
Removing '%s' attribute(s) from backup tasks
INFO_UPGRADE_REMOVE_RESTORE_TASKS - Static variable in class org.opends.messages.ServerMessages
Removing restore tasks
INFO_UPGRADE_REMOVE_SNMP - Static variable in class org.opends.messages.ServerMessages
Removing SNMP support
INFO_UPGRADE_REMOVE_WORKQUEUE_CAPACITY - Static variable in class org.opends.messages.ServerMessages
Removing max-work-queue-capacity
INFO_UPGRADE_RENAME_CURSOR_LIMIT - Static variable in class org.opends.messages.ServerMessages
Renaming 'ds-cfg-cursor-entry-limit' to 'ds-cfg-max-candidate-set-size'
INFO_UPGRADE_REPLACE_HDAP_ENDPOINT_AUTH_MECHANISM_CONFIG - Static variable in class org.opends.messages.ServerMessages
Replace the authentication mechanism of the '/hdap' endpoint '%s' with the new HDAP authorization mechanism '%s'
INFO_UPGRADE_REPLACE_SEVERITY_VALUES - Static variable in class org.opends.messages.ServerMessages
Replace multiple severity values by a single one in logging configurations
INFO_UPGRADE_REQUIREMENTS - Static variable in class org.opends.messages.ServerMessages
Preparing to upgrade
INFO_UPGRADE_RESTORE_TASKS_SUMMARY - Static variable in class org.opends.messages.ServerMessages
DS 7.0.0 breaks restore tasks compatibility, all existing restore tasks will be removed
INFO_UPGRADE_SUCCESSFUL - Static variable in class org.opends.messages.ServerMessages
OpenDJ was successfully upgraded to version %s
INFO_UPGRADE_TASK_ADD_CONFIG_ENTRY - Static variable in class org.opends.messages.ServerMessages
Adding configuration entry '%s'
INFO_UPGRADE_TASK_ADD_CONFIG_FILE - Static variable in class org.opends.messages.ServerMessages
Adding '%s' configuration file
INFO_UPGRADE_TASK_ADD_MAILSERVERS - Static variable in class org.opends.messages.ServerMessages
Adding Mail Servers
INFO_UPGRADE_TASK_COMPUTE_CHANGE_NUMBER_SUMMARY - Static variable in class org.opends.messages.ServerMessages
Replacing compute change number setting in replication server
INFO_UPGRADE_TASK_CONSOLIDATE_BOOTSTRAP_REPLICATION_SERVERS - Static variable in class org.opends.messages.ServerMessages
Consolidating bootstrap replication servers from replication server and replication domains into Multimaster Synchronization provider
INFO_UPGRADE_TASK_DB_CACHE_MODE - Static variable in class org.opends.messages.ServerMessages
Set the database cache mode 'ds-cfg-db-cache-mode' to 'cache-ln'
INFO_UPGRADE_TASK_DELETE_FILE - Static variable in class org.opends.messages.ServerMessages
Removing file '%s'
INFO_UPGRADE_TASK_DISABLE_SHARED_CACHE - Static variable in class org.opends.messages.ServerMessages
Use the old JE backend caches instead of the new shared cache
INFO_UPGRADE_TASK_INHERIT_ATTRIBUTE_SYNTAX_CHANGE - Static variable in class org.opends.messages.ServerMessages
Changing syntax for 'inheritAttribute' attribute type to IA5String
INFO_UPGRADE_TASK_INHERIT_FROM_DN_PARENT - Static variable in class org.opends.messages.ServerMessages
Add 'inheritFromDNParent' attribute type to the 'inheritedCollectiveAttributeSubentry' object class
INFO_UPGRADE_TASK_JE_HIGH_DURABILITY_SUMMARY - Static variable in class org.opends.messages.ServerMessages
Replacing high durability settings in JE backends
INFO_UPGRADE_TASK_JE_LOW_DURABILITY_SUMMARY - Static variable in class org.opends.messages.ServerMessages
Replacing low durability settings in JE backends
INFO_UPGRADE_TASK_JE_MEDIUM_DURABILITY_SUMMARY - Static variable in class org.opends.messages.ServerMessages
Replacing medium durability settings in JE backends
INFO_UPGRADE_TASK_MAKE_FILE_BASED_ERROR_LOGGERS_ASYNCHRONOUS - Static variable in class org.opends.messages.ServerMessages
Make the File-Based Error Loggers perform asynchronous logging for optimal performance after merging the debug and error logger
INFO_UPGRADE_TASK_MIGRATE_CHANGELOG_65_FORMAT - Static variable in class org.opends.messages.ServerMessages
Migrating replication changelog files to 6.5.0 format
INFO_UPGRADE_TASK_MIGRATE_CONFIG_READ_FAIL - Static variable in class org.opends.messages.ServerMessages
The upgrade will not be performed because the configuration file config.ldif could not be parsed
INFO_UPGRADE_TASK_MIGRATE_ECL_DOMAIN_CONFIG - Static variable in class org.opends.messages.ServerMessages
Remove External change log domain configuration entries and migrate information to the domains and the replication server configuration entries
INFO_UPGRADE_TASK_MIGRATE_ENCRYPTED_CHANGELOG - Static variable in class org.opends.messages.ServerMessages
Migrating encrypted replication changelog files
INFO_UPGRADE_TASK_MIGRATE_ISOLATION_POLICY_ATTRIBUTE - Static variable in class org.opends.messages.ServerMessages
Migrate isolation policy attribute to replication synchronization provider configuration
INFO_UPGRADE_TASK_MIGRATE_PURGE_DELAY_ATTRIBUTES - Static variable in class org.opends.messages.ServerMessages
Merge replication-purge-delay and conflicts-historical-purge-delay attribute into a single replication-purge-delay attribute in replication synchronizer provider configuration
INFO_UPGRADE_TASK_MIGRATE_REPLICATION_DOMAIN_CONFIG_ATTRIBUTES - Static variable in class org.opends.messages.ServerMessages
Migrate common replication domain configuration attributes to replication synchronization provider configuration
INFO_UPGRADE_TASK_MIGRATE_ROOT_DN_CANCELLED - Static variable in class org.opends.messages.ServerMessages
The upgrade will not be performed because some Root DNs need to be migrated
INFO_UPGRADE_TASK_MIGRATE_ROOT_DN_CLEANUP - Static variable in class org.opends.messages.ServerMessages
Removing root DN users from configuration
INFO_UPGRADE_TASK_MIGRATE_ROOT_DN_CONFIRM_ALIAS_REMOVAL - Static variable in class org.opends.messages.ServerMessages
OpenDJ 6.0.0 drops support for Root DNs and replaces them with standard user entries which are stored in LDIF backends. The root DN '%s' has multiple alias names, but only the alias name '%s' will be kept. Do you want to proceed with the upgrade?
INFO_UPGRADE_TASK_MIGRATE_ROOT_DN_CONFIRM_RENAME - Static variable in class org.opends.messages.ServerMessages
OpenDJ 6.0.0 drops support for Root DNs and replaces them with standard user entries which are stored in LDIF backends. The root DN '%s' does not have an alias name so it must be renamed to '%s' so that it no longer resides inside the configuration. Do you want to proceed with the upgrade?
INFO_UPGRADE_TASK_MIGRATE_ROOT_DN_SUMMARY - Static variable in class org.opends.messages.ServerMessages
Migrating root DN '%s'
INFO_UPGRADE_TASK_MIGRATE_SOURCE_ADDRESS_TO_REPL_SYNC_PROVIDER_CONFIG - Static variable in class org.opends.messages.ServerMessages
Migrate source address attribute from replication server configuration to replication synchronization provider configuration
INFO_UPGRADE_TASK_MIGRATE_TRUST_STORE_BACKEND - Static variable in class org.opends.messages.ServerMessages
Migrating truststore backend configuration
INFO_UPGRADE_TASK_MIGRATE_TRUST_STORE_BACKEND_VERBOSE - Static variable in class org.opends.messages.ServerMessages
Migrating truststore backend configuration to crypto manager
INFO_UPGRADE_TASK_MOVE_SSL_PROTOCOLS_AND_CIPHER_SUITES - Static variable in class org.opends.messages.ServerMessages
Move SSL protocols and cipher suites configuration from crypto manager into each configuration element where they are used
INFO_UPGRADE_TASK_NEEDS_USER_CONFIRM - Static variable in class org.opends.messages.ServerMessages
%s.%nDo you want to make this change?
INFO_UPGRADE_TASK_PDB_TO_JE_1_SUMMARY - Static variable in class org.opends.messages.ServerMessages
WARNING: OpenDJ %s removes support for the PDB Backends. The upgrade tool will reconfigure all PDB backends as JE backends. After the upgrade the new JE backend(s) will be empty. It is therefore very strongly recommended that any data that was in the PDB backends be exported to LDIF so that it can be re-imported once the upgrade completes
INFO_UPGRADE_TASK_PDB_TO_JE_2_SUMMARY - Static variable in class org.opends.messages.ServerMessages
Reconfiguring PDB backends to JE backends
INFO_UPGRADE_TASK_PDB_TO_JE_WARNING - Static variable in class org.opends.messages.ServerMessages
You must reimport all your data into the JE backends in order to have a fully functional server
INFO_UPGRADE_TASK_PROMETHEUS_COMPLIANT_FORMAT - Static variable in class org.opends.messages.ServerMessages
Updating existing Prometheus endpoints to keep using the legacy format
INFO_UPGRADE_TASK_PROXY_HASH_FUNCTION - Static variable in class org.opends.messages.ServerMessages
Set the proxy backend configuration property 'hash-function' to MD5
INFO_UPGRADE_TASK_REBUILD_DS_SYNCH_HIST_OMR - Static variable in class org.opends.messages.ServerMessages
OpenDJ 6.5.0 changed the indexing algorithm for replication metadata. Its index must be rebuilt which may take a long time; without a working index every server start will take longer than normal. Do you want to rebuild the index automatically at the end of the upgrade?
INFO_UPGRADE_TASK_REBUILD_DUE_TO_DUPLICATE_ENTRY_IDS - Static variable in class org.opends.messages.ServerMessages
OpenDJ 7.2.0 fixed an indexing bug that may cause searches to return duplicate entries in certain circumstances. All indexes have to be rebuilt. This could take a long time to proceed. Do you want to launch this process automatically at the end of the upgrade?
INFO_UPGRADE_TASK_REFRESH_UPGRADE_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
Archiving concatenated schema
INFO_UPGRADE_TASK_REJECT_UNAUTHENTICATED_REQUESTS_SUMMARY - Static variable in class org.opends.messages.ServerMessages
Replacing "reject unauthenticated requests" policy in global configuration
INFO_UPGRADE_TASK_REMOVE_ASSURED_REPLICATION - Static variable in class org.opends.messages.ServerMessages
Removing configuration for assured replication
INFO_UPGRADE_TASK_REMOVE_MONITOR_PROVIDERS_CFG_ENTRIES - Static variable in class org.opends.messages.ServerMessages
Removing configuration entries for the monitor providers
INFO_UPGRADE_TASK_REMOVE_MONITORING_PERIOD - Static variable in class org.opends.messages.ServerMessages
Removing configuration for replication monitoring
INFO_UPGRADE_TASK_REMOVE_PIN_FILE_WARNING - Static variable in class org.opends.messages.ServerMessages
The attribute has been removed because it was referring to a file that does not exist. You should replace it with the attribute %s before being able to enable the object corresponding to the configuration entry
INFO_UPGRADE_TASK_REMOVE_PROFILER_PLUGIN - Static variable in class org.opends.messages.ServerMessages
Removing profiler plugins
INFO_UPGRADE_TASK_REMOVE_PROXY_BACKEND_LOAD_BALANCER_ATTRIBUTE - Static variable in class org.opends.messages.ServerMessages
Removing 'ds-cfg-load-balancing-algorithm' attribute from the proxy backend
INFO_UPGRADE_TASK_REMOVE_REDUNDANT_GENERATION_ID - Static variable in class org.opends.messages.ServerMessages
Removing generation-id data from configuration
INFO_UPGRADE_TASK_REMOVE_REDUNDANT_LISTEN_ADDRESS - Static variable in class org.opends.messages.ServerMessages
Removing 'listen-address' attributes that are redundant with default value provided by the global configuration
INFO_UPGRADE_TASK_REMOVE_REDUNDANT_SYNC_STATE - Static variable in class org.opends.messages.ServerMessages
Removing synchronization state data from configuration
INFO_UPGRADE_TASK_REMOVE_REQUEST_CONNECTION_POOL - Static variable in class org.opends.messages.ServerMessages
Removing 'ds-cfg-request-connection-pool-size' attribute,'ds-cfg-connection-pool-size' will be used instead
INFO_UPGRADE_TASK_REMOVE_SERVER_ID_FROM_REPLICATION - Static variable in class org.opends.messages.ServerMessages
Removing global server ID from replication domains and replication server
INFO_UPGRADE_TASK_REMOVE_WINDOW_SIZE_FROM_REPLICATION - Static variable in class org.opends.messages.ServerMessages
Removing send and receive window size configuration in replication
INFO_UPGRADE_TASK_RENAME_BACKUP_DIRECTORY_PATH_INTO_BACKUP_LOCATION - Static variable in class org.opends.messages.ServerMessages
Rename attribute 'ds-backup-directory-path' to 'ds-backup-location' in entries of objectClass '%s'
INFO_UPGRADE_TASK_RENAME_BIG_INDEX_MATCHING_RULE_ATTRIBUTE - Static variable in class org.opends.messages.ServerMessages
Renaming 'ds-cfg-big-index-matching-rule' attribute to 'ds-cfg-big-index-extensible-matching-rule`
INFO_UPGRADE_TASK_RENAME_BIND_CONNECTION_POOL_ATTRIBUTES - Static variable in class org.opends.messages.ServerMessages
Renaming 'ds-cfg-bind-connection-pool-*' attributes to 'ds-cfg-connection-pool-*'
INFO_UPGRADE_TASK_RENAME_CHANGELOG_FILES - Static variable in class org.opends.messages.ServerMessages
Renaming replication changelog files from .log to .cdb suffix
INFO_UPGRADE_TASK_RENAME_CONNECTION_POOL_ATTRIBUTES - Static variable in class org.opends.messages.ServerMessages
Renaming ds-cfg-connection-pool-* attributes to ds-cfg-bind-connection-pool-*
INFO_UPGRADE_TASK_RENAME_JSON_SCHEMA - Static variable in class org.opends.messages.ServerMessages
Renaming 'ds-cfg-json-schema' object class to 'ds-cfg-json-query-equality-matching-rule'
INFO_UPGRADE_TASK_RENAME_LOG_CONTROLS - Static variable in class org.opends.messages.ServerMessages
Renaming 'ds-cfg-log-control-oids' attribute to 'ds-cfg-log-controls'
INFO_UPGRADE_TASK_RENAME_MUTUAL_TLS_TO_SASL_EXTERNAL - Static variable in class org.opends.messages.ServerMessages
Renaming the 'use-mutual-tls' configuration property to 'use-sasl-external'
INFO_UPGRADE_TASK_RENAME_PDB_DIR - Static variable in class org.opends.messages.ServerMessages
Renaming PDB backend directory '%s' to '%s'
INFO_UPGRADE_TASK_RENAME_PROXY_HEARTBEAT_ATTRIBUTES - Static variable in class org.opends.messages.ServerMessages
Renaming proxy 'ds-cfg-heartbeat-*' attributes to 'ds-cfg-keep-alive-*`
INFO_UPGRADE_TASK_RENAME_REPL_SERVER_TO_BOOTSTRAP_REPL_SERVER - Static variable in class org.opends.messages.ServerMessages
Renaming the 'replication-server' configuration property to 'bootstrap-replication-server'
INFO_UPGRADE_TASK_RENAME_SERVICE_DISCOVERY_MECHANISM_TO_SHARD - Static variable in class org.opends.messages.ServerMessages
Renaming the proxy backend configuration property 'service discovery mechanism' to 'shard'
INFO_UPGRADE_TASK_REPLACE_PIN_OPTION - Static variable in class org.opends.messages.ServerMessages
Replacing all pin related configuration attributes by a single pin configuration attribute
INFO_UPGRADE_TASK_REPLACE_SCHEMA_FILE - Static variable in class org.opends.messages.ServerMessages
Replacing schema file '%s'
INFO_UPGRADE_TASK_SEGREGATE_MUTABLE_IMMUTABLE_FILES - Static variable in class org.opends.messages.ServerMessages
Segregating mutable and immutable files
INFO_UPGRADE_TASK_SET_GLOBAL_ADDRESSES - Static variable in class org.opends.messages.ServerMessages
Adding 'listen-address' and 'advertised-listen-address' attributes to the global configuration
INFO_UPGRADE_TASK_SET_GLOBAL_GROUP_ID_FROM_REPLICATION - Static variable in class org.opends.messages.ServerMessages
Setting global group ID and removing per domain values
INFO_UPGRADE_TASK_SET_GLOBAL_SERVER_ID - Static variable in class org.opends.messages.ServerMessages
Setting global server ID
INFO_UPGRADE_TASK_SET_NEW_GLOBAL_SERVER_ID - Static variable in class org.opends.messages.ServerMessages
Setting new global server ID
INFO_UPGRADE_TASK_UPDATE_ADMIN_BACKEND_LOCATION - Static variable in class org.opends.messages.ServerMessages
Update admin-backend.ldif file location
INFO_UPGRADE_TASK_UPDATE_CAUD_LOGGERS - Static variable in class org.opends.messages.ServerMessages
Adding objectClass to JSON, CSV, and External access logger configurations
INFO_UPGRADE_TASK_UPDATE_DEFAULT_SECURITY_SETTINGS - Static variable in class org.opends.messages.ServerMessages
Migrating security settings
INFO_UPGRADE_TASK_UPDATE_REPLICATION_SSL_CONFIGURATION - Static variable in class org.opends.messages.ServerMessages
Update replication SSL configuration
INFO_UPGRADE_TASK_UPDATE_REPLICATION_SSL_CONFIGURATION_VERBOSE - Static variable in class org.opends.messages.ServerMessages
Update replication SSL configuration from crypto manager and trust store backend to dedicated key and trust manager provider configuration elements
INFO_UPGRADE_TASK_UPDATE_TASKS_BACKEND_LOCATION - Static variable in class org.opends.messages.ServerMessages
Update tasks backend file location
INFO_UPGRADE_TITLE - Static variable in class org.opends.messages.ServerMessages
OpenDJ Upgrade Utility
INFO_UPGRADE_VERSION_IS_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
This tool cannot be used for upgrading versions of OpenDJ which are older than '%s'. Please upgrade to the latest 6.5 revision first before attempting further upgrades
INFO_USER_NAME_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;userName&#125;
INFO_VERIFY_AVERAGE_REFERENCE_COUNT - Static variable in class org.opends.messages.ServerMessages
Average number of entries referenced is %.2f/record
INFO_VERIFY_ENTRY_LIMIT_EXCEEDED_COUNT - Static variable in class org.opends.messages.ServerMessages
Number of records that exceed the entry limit: %d
INFO_VERIFY_ENTRY_LIMIT_STATS_HEADER - Static variable in class org.opends.messages.ServerMessages
Statistics for records that have exceeded the entry limit:
INFO_VERIFY_ENTRY_LIMIT_STATS_ROW - Static variable in class org.opends.messages.ServerMessages
File %s has %d such record(s) min=%d max=%d median=%d
INFO_VERIFY_MAX_REFERENCE_COUNT - Static variable in class org.opends.messages.ServerMessages
Maximum number of entries referenced by any record is %d
INFO_VERIFY_MULTIPLE_REFERENCE_COUNT - Static variable in class org.opends.messages.ServerMessages
Number of records referencing more than one entry: %d
INFO_VERIFYINDEX_DESCRIPTION_BASE_DN - Static variable in class org.opends.messages.ServerMessages
Base DN of a backend supporting indexing. Verification is performed on indexes within the scope of the given base DN
INFO_VERIFYINDEX_DESCRIPTION_COUNT_ERRORS - Static variable in class org.opends.messages.ServerMessages
Count the number of errors found during the verification and return that value as the exit code (values > 255 will be reduced to 255 due to exit code restrictions)
INFO_VERIFYINDEX_DESCRIPTION_INDEX_NAME - Static variable in class org.opends.messages.ServerMessages
Name of an index to be verified. For an attribute index this is simply an attribute name. Multiple indexes may be verified for completeness, or all indexes if no indexes are specified. An index is complete if each index value references all entries containing that value
INFO_VERIFYINDEX_DESCRIPTION_VERIFY_CLEAN - Static variable in class org.opends.messages.ServerMessages
Specifies that a single index should be verified to ensure it is clean. An index is clean if each index value references only entries containing that value. Only one index at a time may be verified in this way
INFO_VERIFYINDEX_TOOL_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
This utility ensures that index data is consistent within an indexed backend database. Stop the server before running this tool
INFO_WAIT4DEL_DESCRIPTION_LOG_FILE - Static variable in class org.opends.messages.ServerMessages
Path to a file containing log output to monitor
INFO_WAIT4DEL_DESCRIPTION_OUTPUT_FILE - Static variable in class org.opends.messages.ServerMessages
Path to a file to which the command will write the output
INFO_WAIT4DEL_DESCRIPTION_TARGET_FILE - Static variable in class org.opends.messages.ServerMessages
Path to the file to watch for deletion
INFO_WAIT4DEL_DESCRIPTION_TIMEOUT - Static variable in class org.opends.messages.ServerMessages
Maximum length of time in seconds to wait for the target file to be deleted before exiting
INFO_WAIT4DEL_TOOL_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
This utility can be used to wait for a file to be removed from the filesystem
INFO_WINDOWS_SERVICE_ALREADY_DISABLED - Static variable in class org.opends.messages.ServerMessages
The server was already disabled as a Windows service
INFO_WINDOWS_SERVICE_ALREADY_ENABLED - Static variable in class org.opends.messages.ServerMessages
The server was already enabled to run as a Windows service
INFO_WINDOWS_SERVICE_CLEANUP_SUCCESS - Static variable in class org.opends.messages.ServerMessages
Clean up of service %s was successful
INFO_WINDOWS_SERVICE_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
Next Generation Directory Server. Installation path: %s
INFO_WINDOWS_SERVICE_DISABLED - Static variable in class org.opends.messages.ServerMessages
The server is disabled as a Windows service
INFO_WINDOWS_SERVICE_ENABLED - Static variable in class org.opends.messages.ServerMessages
The server is enabled as a Windows service. The service name for the server is: %s
INFO_WINDOWS_SERVICE_NAME - Static variable in class org.opends.messages.ServerMessages
%s
INFO_WINDOWS_SERVICE_SUCCESSULLY_DISABLED - Static variable in class org.opends.messages.ServerMessages
The server was successfully disabled as a Windows service
INFO_WINDOWS_SERVICE_SUCCESSULLY_ENABLED - Static variable in class org.opends.messages.ServerMessages
The server was successfully enabled to run as a Windows service
INFO_WORKER_STOPPED_BY_REDUCED_THREADNUMBER - Static variable in class org.opends.messages.ServerMessages
%s has been stopped because the total number of worker threads in the Directory Server was reduced
INFO_WRAP_COLUMN_PLACEHOLDER - Static variable in class org.opends.messages.ServerMessages
&#123;wrapColumn&#125;
INFORMATION - Enum constant in enum class org.opends.messages.Severity
The severity used for informational messages.
INFORMATIONAL - Enum constant in enum class org.forgerock.audit.handlers.syslog.Severity
Informational messages.
initGenerationID(GenerationId) - Method in class org.opends.server.replication.server.ReplicationServerDomain
Initialize the value of the generationID for this ReplicationServerDomain.
INITIALIZATION - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked at the initialization of the directory server.
INITIALIZATION - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are invoked at the initialization of the Directory server.
InitializationBuilder(String) - Constructor for class org.opends.server.core.DirectoryServer.InitializationBuilder
Initialize the client side of DirectoryServer and the Core Configuration.
InitializationBuilder(Path) - Constructor for class org.opends.server.core.DirectoryServer.InitializationBuilder
Initialize the client side of DirectoryServer and the Core Configuration.
InitializationException - Exception in org.opends.server.types
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component.
InitializationException(Throwable) - Constructor for exception org.opends.server.types.InitializationException
Creates a new initialization exception with the provided root cause.
InitializationException(LocalizableMessage) - Constructor for exception org.opends.server.types.InitializationException
Creates a new initialization exception with the provided message.
InitializationException(LocalizableMessage, Throwable) - Constructor for exception org.opends.server.types.InitializationException
Creates a new initialization exception with the provided message and root cause.
InitializationMsg - Class in org.opends.server.replication.protocol
This is an abstract class of messages of the replication protocol for message that needs to contain information about the server that send them and the destination servers to which they should be sent.
InitializationMsg() - Constructor for class org.opends.server.replication.protocol.InitializationMsg
Creates an initialization message.
InitializationMsg(ServerId<?>, ReplicaId) - Constructor for class org.opends.server.replication.protocol.InitializationMsg
Creates an initialization message.
initialize() - Method in class org.forgerock.opendj.config.AbsoluteInheritedDefaultBehaviorProvider
 
initialize() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Initializes all the components associated with this managed object definition.
initialize() - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
 
initialize() - Method in class org.forgerock.opendj.config.ConfigurationFramework
Initializes the configuration framework using the application's class loader as the parent class loader, and the current working directory as the install and instance path.
initialize() - Method in class org.forgerock.opendj.config.Constraint
Initializes this constraint.
initialize() - Method in class org.forgerock.opendj.config.DefaultBehaviorProvider
Performs any run-time initialization required by this default behavior provider.
initialize() - Method in class org.forgerock.opendj.config.GenericConstraint
 
initialize() - Method in class org.forgerock.opendj.config.InstantiableRelationDefinition
 
initialize() - Method in class org.forgerock.opendj.config.OptionalRelationDefinition
 
initialize() - Method in class org.forgerock.opendj.config.PropertyDefinition
Performs any run-time initialization required by this property definition.
initialize() - Method in class org.forgerock.opendj.config.RelationDefinition
Performs any run-time initialization required by this relation definition.
initialize() - Method in class org.forgerock.opendj.config.SetRelationDefinition
 
initialize() - Method in class org.forgerock.opendj.config.SingletonRelationDefinition
 
initialize() - Method in class org.opends.server.core.DirectoryServer.InitializationBuilder
Run all Initialization blocks as configured.
initialize() - Method in class org.opends.server.replication.server.ReplicationServer
Initialization function for the replicationServer.
initialize(AbstractManagedObjectDefinition<?, ?>) - Method in interface org.forgerock.opendj.config.conditions.Condition
Initializes this condition.
initialize(AbstractManagedObjectDefinition<?, ?>) - Method in class org.forgerock.opendj.config.conditions.ContainsCondition
 
initialize(AbstractManagedObjectDefinition<?, ?>) - Method in class org.forgerock.opendj.config.conditions.IsPresentCondition
 
initialize(AbstractManagedObjectDefinition<?, ?>) - Method in class org.forgerock.opendj.config.conditions.NotCondition
 
initialize(AbstractManagedObjectDefinition<?, ?>) - Method in class org.forgerock.opendj.config.conditions.OrCondition
 
initialize(ConfigurationFramework.InitParameters) - Method in class org.forgerock.opendj.config.ConfigurationFramework
Initializes the configuration framework using the application's class loader as the parent class loader, and the current working directory as the install and instance path.
initialize(ServerContext) - Method in class org.opends.server.schema.SchemaHandler
Initializes this schema handler.
initialize(ServerContext, CoreSchemaCfg, SchemaBuilder) - Method in class org.opends.server.schema.CoreSchemaProvider
 
initialize(ServerContext, JsonEqualityMatchingRuleCfg, SchemaBuilder) - Method in class org.opends.server.schema.JsonEqualityMatchingRuleProvider
 
initialize(ServerContext, JsonOrderingMatchingRuleCfg, SchemaBuilder) - Method in class org.opends.server.schema.JsonOrderingMatchingRuleProvider
 
initialize(ServerContext, JsonQueryEqualityMatchingRuleCfg, SchemaBuilder) - Method in class org.opends.server.schema.JsonQueryEqualityMatchingRuleProvider
 
initialize(ServerContext, NameAndJsonQueryEqualityMatchingRuleCfg, SchemaBuilder) - Method in class org.opends.server.schema.NameAndJsonQueryEqualityMatchingRuleProvider
 
initialize(ServerContext, T, SchemaBuilder) - Method in interface org.opends.server.schema.SchemaProvider
Initialize the schema provider from provided configuration and schema builder.
initializeAccessControlHandler(DseeCompatAccessControlHandlerCfg, ServerContext) - Method in class org.opends.server.authorization.dseecompat.AciHandler
 
initializeAccessControlHandler(PolicyBasedAccessControlHandlerCfg, ServerContext) - Method in class org.opends.server.authorization.policy.PolicyBasedAccessControlHandler
 
initializeAccessControlHandler(T, ServerContext) - Method in class org.opends.server.api.AccessControlHandler
Initializes the access control handler implementation based on the information in the provided configuration entry.
initializeAdministrationConnector(AdministrationConnectorCfg) - Method in class org.opends.server.config.AdministrationConnector
Initializes this administration connector provider based on the information in the provided administration connector configuration.
initializeAlertHandler(ServerContext, JmxAlertHandlerCfg) - Method in class org.opends.server.extensions.JMXAlertHandler
 
initializeAlertHandler(ServerContext, SmtpAlertHandlerCfg) - Method in class org.opends.server.extensions.SMTPAlertHandler
 
initializeAlertHandler(ServerContext, T) - Method in interface org.opends.server.api.AlertHandler
Initializes this alert handler based on the information in the provided configuration entry.
initializeAlertHandlers() - Method in class org.opends.server.core.AlertHandlerConfigManager
Initializes all alert handlers currently defined in the Directory Server configuration.
initializeBackendConfig(Collection<String>) - Method in class org.opends.server.core.BackendConfigManager
Initializes the configuration associated with the Directory Server backends.
initializeBackends(Collection<String>, RootCfg) - Method in class org.opends.server.core.BackendConfigManager
Initializes specified backends.
initializeCacheConfigManager() - Method in class org.opends.server.core.EntryCacheConfigManager
Initializes the configured entry cache managed by this entry cache config manager.
initializeCertificateMapper(T) - Method in class org.opends.server.api.CertificateMapper
Initializes this certificate mapper based on the information in the provided configuration entry.
initializeCertificateMapper0(FingerprintCertificateMapperCfg) - Method in class org.opends.server.extensions.FingerprintCertificateMapper
 
initializeCertificateMapper0(SubjectAttributeToUserAttributeCertificateMapperCfg) - Method in class org.opends.server.extensions.SubjectAttributeToUserAttributeCertificateMapper
 
initializeCertificateMapper0(SubjectDnToUserAttributeCertificateMapperCfg) - Method in class org.opends.server.extensions.SubjectDNToUserAttributeCertificateMapper
 
initializeCertificateMapper0(SubjectEqualsDnCertificateMapperCfg) - Method in class org.opends.server.extensions.SubjectEqualsDNCertificateMapper
 
initializeCertificateMapper0(T) - Method in class org.opends.server.api.CertificateMapper
Implements certificate mapper specific actions when initializing the certificate mapper.
initializeCertificateMappers() - Method in class org.opends.server.core.CertificateMapperConfigManager
Initializes all certificate mappers currently defined in the Directory Server configuration.
initializeConfiguration() - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
Creates a directory server setup object pre-initialized with configuration and connection parameters provided while creating this embedded directory server and returns the setup object to allow further configuration actions such as backend creation or profile setup.
initializeConfiguration(Path) - Method in class org.opends.server.core.DirectoryServer
Instantiates the configuration handler and loads the Directory Server configuration.
initializeConfiguredEntryCaches() - Method in class org.opends.server.core.EntryCacheConfigManager
Initializes the caches that are configured with the Directory Server.
initializeConnectionHandler(ServerContext, T) - Method in class org.opends.server.api.ConnectionHandler
Initializes this connection handler provider based on the information in the provided connection handler configuration.
initializeConnectionHandlerConfig() - Method in class org.opends.server.core.ConnectionHandlerConfigManager
Initializes the configuration associated with the Directory Server connection handlers.
initializeDB() - Method in interface org.opends.server.replication.server.changelog.api.ChangelogDB
Initializes the replication database by reading its previous state and building the relevant ReplicaDBs according to the previous state.
initializeDB() - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
initializeEntryCache(ServerContext, EntryCacheCfg) - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
initializeEntryCache(ServerContext, FifoEntryCacheCfg) - Method in class org.opends.server.extensions.FIFOEntryCache
 
initializeEntryCache(ServerContext, SoftReferenceEntryCacheCfg) - Method in class org.opends.server.extensions.SoftReferenceEntryCache
 
initializeEntryCache(ServerContext, T) - Method in class org.opends.server.api.EntryCache
Initializes this entry cache implementation so that it will be available for storing and retrieving entries.
initializeExtendedOperationHandler(PasswordModifyExtendedOperationHandlerCfg) - Method in class org.opends.server.extensions.PasswordModifyExtendedOperation
 
initializeExtendedOperationHandler(PasswordPolicyStateExtendedOperationHandlerCfg) - Method in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
 
initializeExtendedOperationHandler(T) - Method in class org.opends.server.api.ExtendedOperationHandler
Initializes this extended operation handler based on the information in the provided configuration entry.
initializeExtendedOperationHandlers() - Method in class org.opends.server.core.ExtendedOperationConfigManager
Initializes all extended operation handlers currently defined in the Directory Server configuration.
initializeFilters(FileBasedAuditLogPublisherCfg) - Method in class org.opends.server.loggers.TextAuditLogPublisher
Initializes the filter configuration.
initializeFromRemote(ReplicaId, Task) - Method in class org.opends.server.replication.service.ReplicationDomain
Initializes asynchronously this domain from a remote source server.
initializeGroupCache(GroupManager) - Method in class org.opends.server.core.EntryCacheConfigManager
Initializes the group cache, which caches static groups.
initializeIdentityMapper(ExactMatchIdentityMapperCfg) - Method in class org.opends.server.extensions.ExactMatchIdentityMapper
 
initializeIdentityMapper(RegularExpressionIdentityMapperCfg) - Method in class org.opends.server.extensions.RegularExpressionIdentityMapper
 
initializeIdentityMapper(T) - Method in class org.opends.server.api.IdentityMapper
Initializes this identity mapper based on the information in the provided configuration entry.
initializeIdentityMappers() - Method in class org.opends.server.core.IdentityMapperConfigManager
Initializes all identity mappers currently defined in the Directory Server configuration.
initializeInternal(ServerContext, Dn, Set<PluginType>, boolean) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any initialization that should be done for all types of plugins regardless of type.
initializeKeyManagerProvider(FileBasedKeyManagerProviderCfg) - Method in class org.opends.server.extensions.FileBasedKeyManagerProvider
 
initializeKeyManagerProvider(KeyManagerProviderCfg) - Method in class org.opends.server.extensions.JvmKeyManagerProvider
 
initializeKeyManagerProvider(LdapKeyManagerProviderCfg) - Method in class org.opends.server.extensions.LDAPKeyManagerProvider
 
initializeKeyManagerProvider(PemKeyManagerProviderCfg) - Method in class org.opends.server.extensions.PemKeyManagerProvider
 
initializeKeyManagerProvider(Pkcs11KeyManagerProviderCfg) - Method in class org.opends.server.extensions.PKCS11KeyManagerProvider
 
initializeKeyManagerProvider(T) - Method in class org.opends.server.api.KeyManagerProvider
Initializes this key manager provider based on the information in the provided key manager provider configuration.
initializeKeyManagerProviders() - Method in class org.opends.server.core.KeyManagerProviderConfigManager
Initializes all key manager providers currently defined in the Directory Server configuration.
initializeLogger(List<C>, ServerContext) - Method in class org.opends.server.loggers.AbstractLogger
Initializes all the log publishers.
initializeLogPublisher(ConsoleErrorLogPublisherCfg, ServerContext) - Method in class org.opends.server.loggers.ConsoleErrorLogPublisher
 
initializeLogPublisher(FileBasedAccessLogPublisherCfg, ServerContext) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
initializeLogPublisher(FileBasedAuditLogPublisherCfg, ServerContext) - Method in class org.opends.server.loggers.TextAuditLogPublisher
 
initializeLogPublisher(FileBasedErrorLogPublisherCfg, ServerContext) - Method in class org.opends.server.loggers.TextErrorLogPublisher
 
initializeLogPublisher(FileBasedHttpAccessLogPublisherCfg, ServerContext) - Method in class org.opends.server.loggers.TextHTTPAccessLogPublisher
 
initializeLogPublisher(T, ServerContext) - Method in interface org.opends.server.loggers.LogPublisher
Initializes this publisher provider based on the information in the provided debug publisher configuration.
initializeLogRetentionPolicy(FileCountLogRetentionPolicyCfg) - Method in class org.opends.server.loggers.FileNumberRetentionPolicy
 
initializeLogRetentionPolicy(FreeDiskSpaceLogRetentionPolicyCfg) - Method in class org.opends.server.loggers.FreeDiskSpaceRetentionPolicy
 
initializeLogRetentionPolicy(SizeLimitLogRetentionPolicyCfg) - Method in class org.opends.server.loggers.SizeBasedRetentionPolicy
 
initializeLogRetentionPolicy(T) - Method in interface org.opends.server.loggers.RetentionPolicy
Initializes this log retention policy based on the information in the provided retention policy configuration.
initializeLogRetentionPolicyConfig() - Method in class org.opends.server.core.LogRetentionPolicyConfigManager
Initializes all the log retention policies.
initializeLogRotationPolicy(FixedTimeLogRotationPolicyCfg) - Method in class org.opends.server.loggers.FixedTimeRotationPolicy
 
initializeLogRotationPolicy(SizeLimitLogRotationPolicyCfg) - Method in class org.opends.server.loggers.SizeBasedRotationPolicy
 
initializeLogRotationPolicy(TimeLimitLogRotationPolicyCfg) - Method in class org.opends.server.loggers.TimeLimitRotationPolicy
 
initializeLogRotationPolicy(T) - Method in interface org.opends.server.loggers.RotationPolicy
Initializes this log rotation policy based on the information in the provided rotation policy configuration.
initializeLogRotationPolicyConfig() - Method in class org.opends.server.core.LogRotationPolicyConfigManager
Initializes all the log rotation policies.
initializeMechanism(C, ServerContext) - Method in interface org.opends.server.discovery.ServiceDiscoveryMechanism
Initializes the mechanism with the provided configuration.
initializeMechanism(ReplicationServiceDiscoveryMechanismCfg, ServerContext) - Method in class org.opends.server.discovery.ReplicationServiceDiscoveryMechanism
 
initializeMechanism(StaticServiceDiscoveryMechanismCfg, ServerContext) - Method in class org.opends.server.discovery.StaticServiceDiscoveryMechanism
 
initializeNotificationHandlers() - Method in class org.opends.server.core.AccountStatusNotificationHandlerConfigManager
Initializes all account status notification handlers currently defined in the Directory Server configuration.
initializePasswordGenerator(RandomPasswordGeneratorCfg) - Method in class org.opends.server.extensions.RandomPasswordGenerator
 
initializePasswordGenerator(T) - Method in class org.opends.server.api.PasswordGenerator
Initializes this password generator based on the information in the provided configuration entry.
initializePasswordGenerators() - Method in class org.opends.server.core.PasswordGeneratorConfigManager
Initializes all password generators currently defined in the Directory Server configuration.
initializePasswordStorageScheme(ScramSha512PasswordStorageSchemeCfg, ServerContext) - Method in class org.opends.server.extensions.ScramSha512PasswordStorageScheme
 
initializePasswordStorageScheme(AesPasswordStorageSchemeCfg, ServerContext) - Method in class org.opends.server.extensions.AESPasswordStorageScheme
 
initializePasswordStorageScheme(SaltedSha512PasswordStorageSchemeCfg, ServerContext) - Method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
 
initializePasswordStorageScheme(Md5PasswordStorageSchemeCfg, ServerContext) - Method in class org.opends.server.extensions.MD5PasswordStorageScheme
 
initializePasswordStorageScheme(Argon2PasswordStorageSchemeCfg, ServerContext) - Method in class org.opends.server.extensions.Argon2PasswordStorageScheme
 
initializePasswordStorageScheme(Base64PasswordStorageSchemeCfg, ServerContext) - Method in class org.opends.server.extensions.Base64PasswordStorageScheme
 
initializePasswordStorageScheme(BcryptPasswordStorageSchemeCfg, ServerContext) - Method in class org.opends.server.extensions.BcryptPasswordStorageScheme
 
initializePasswordStorageScheme(ClearPasswordStorageSchemeCfg, ServerContext) - Method in class org.opends.server.extensions.ClearPasswordStorageScheme
 
initializePasswordStorageScheme(CryptPasswordStorageSchemeCfg, ServerContext) - Method in class org.opends.server.extensions.CryptPasswordStorageScheme
 
initializePasswordStorageScheme(Pbkdf2PasswordStorageSchemeCfg, ServerContext) - Method in class org.opends.server.extensions.PBKDF2HmacSHA256PasswordStorageScheme
 
initializePasswordStorageScheme(Pkcs5s2PasswordStorageSchemeCfg, ServerContext) - Method in class org.opends.server.extensions.PKCS5S2PasswordStorageScheme
 
initializePasswordStorageScheme(T, ServerContext) - Method in class org.opends.server.api.PasswordStorageScheme
Initializes this password storage scheme handler based on the information in the provided configuration entry.
initializePasswordStorageSchemes() - Method in class org.opends.server.core.PasswordStorageSchemeConfigManager
Initializes all password storage schemes currently defined in the Directory Server configuration.
initializePasswordValidator(AttributeValuePasswordValidatorCfg) - Method in class org.opends.server.extensions.AttributeValuePasswordValidator
 
initializePasswordValidator(CharacterSetPasswordValidatorCfg) - Method in class org.opends.server.extensions.CharacterSetPasswordValidator
 
initializePasswordValidator(DictionaryPasswordValidatorCfg) - Method in class org.opends.server.extensions.DictionaryPasswordValidator
 
initializePasswordValidator(LengthBasedPasswordValidatorCfg) - Method in class org.opends.server.extensions.LengthBasedPasswordValidator
 
initializePasswordValidator(RepeatedCharactersPasswordValidatorCfg) - Method in class org.opends.server.extensions.RepeatedCharactersPasswordValidator
 
initializePasswordValidator(SimilarityBasedPasswordValidatorCfg) - Method in class org.opends.server.extensions.SimilarityBasedPasswordValidator
 
initializePasswordValidator(UniqueCharactersPasswordValidatorCfg) - Method in class org.opends.server.extensions.UniqueCharactersPasswordValidator
 
initializePasswordValidator(T) - Method in class org.opends.server.api.PasswordValidator
Initializes this password validator based on the information in the provided configuration entry.
initializePasswordValidators() - Method in class org.opends.server.core.PasswordValidatorConfigManager
Initializes all password validators currently defined in the Directory Server configuration.
initializePlugin(Set<PluginType>, AttributeCleanupPluginCfg) - Method in class org.opends.server.plugins.AttributeCleanupPlugin
 
initializePlugin(Set<PluginType>, ChangeNumberControlPluginCfg) - Method in class org.opends.server.plugins.ChangeNumberControlPlugin
 
initializePlugin(Set<PluginType>, EntityTagPluginCfg) - Method in class org.opends.server.plugins.EntityTagPlugin
 
initializePlugin(Set<PluginType>, EntryUuidPluginCfg) - Method in class org.opends.server.plugins.EntryUUIDPlugin
 
initializePlugin(Set<PluginType>, FractionalLdifImportPluginCfg) - Method in class org.opends.server.replication.plugin.FractionalLDIFImportPlugin
 
initializePlugin(Set<PluginType>, GraphiteMonitorReporterPluginCfg) - Method in class org.opends.server.plugins.GraphiteMonitorReporterPlugin
 
initializePlugin(Set<PluginType>, LastModPluginCfg) - Method in class org.opends.server.plugins.LastModPlugin
 
initializePlugin(Set<PluginType>, LdapAttributeDescriptionListPluginCfg) - Method in class org.opends.server.plugins.LDAPADListPlugin
 
initializePlugin(Set<PluginType>, PasswordPolicyImportPluginCfg) - Method in class org.opends.server.plugins.PasswordPolicyImportPlugin
 
initializePlugin(Set<PluginType>, PluginCfg) - Method in class org.opends.server.api.plugin.InternalDirectoryServerPlugin
 
initializePlugin(Set<PluginType>, ReferentialIntegrityPluginCfg) - Method in class org.opends.server.plugins.ReferentialIntegrityPlugin
 
initializePlugin(Set<PluginType>, SambaPasswordPluginCfg) - Method in class org.opends.server.plugins.SambaPasswordPlugin
 
initializePlugin(Set<PluginType>, SevenBitCleanPluginCfg) - Method in class org.opends.server.plugins.SevenBitCleanPlugin
 
initializePlugin(Set<PluginType>, UniqueAttributePluginCfg) - Method in class org.opends.server.plugins.UniqueAttributePlugin
 
initializePlugin(Set<PluginType>, T) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any initialization necessary for this plugin.
initializePluginConfigManager() - Method in class org.opends.server.core.PluginConfigManager
Initializes this plugin configuration manager.
InitializeRcvAckMsg - Class in org.opends.server.replication.protocol
This message is used by Replicas to update the send window of the peer replica.
InitializeRcvAckMsg(ReplicaId, ReplicaId, int) - Constructor for class org.opends.server.replication.protocol.InitializeRcvAckMsg
Create a new message..
initializeRemote(ReplicaId, Task) - Method in class org.opends.server.replication.service.ReplicationDomain
Initializes a remote server from this server.
initializeRemote(ReplicaId, ReplicaId, Task, int) - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
Process the initialization of some other server or servers in the topology specified by the target argument when this initialization specifying the server that requests the initialization.
initializeRemote(ReplicaId, ReplicaId, Task, int) - Method in class org.opends.server.replication.service.ReplicationDomain
Process the initialization of some other server or servers in the topology specified by the target argument when this initialization specifying the server that requests the initialization.
InitializeRequestMsg - Class in org.opends.server.replication.protocol
This message is part of the replication protocol.
InitializeRequestMsg(Dn, ReplicaId, ReplicaId, int) - Constructor for class org.opends.server.replication.protocol.InitializeRequestMsg
Creates a InitializeRequestMsg message.
initializeSASLMechanismHandler(ScramSha512SaslMechanismHandlerCfg, ServerContext) - Method in class org.opends.server.extensions.ScramSha512SASLMechanismHandler
 
initializeSASLMechanismHandler(AnonymousSaslMechanismHandlerCfg, ServerContext) - Method in class org.opends.server.extensions.AnonymousSASLMechanismHandler
 
initializeSASLMechanismHandler(CramMd5SaslMechanismHandlerCfg, ServerContext) - Method in class org.opends.server.extensions.CRAMMD5SASLMechanismHandler
 
initializeSASLMechanismHandler(DigestMd5SaslMechanismHandlerCfg, ServerContext) - Method in class org.opends.server.extensions.DigestMD5SASLMechanismHandler
 
initializeSASLMechanismHandler(ExternalSaslMechanismHandlerCfg, ServerContext) - Method in class org.opends.server.extensions.ExternalSASLMechanismHandler
 
initializeSASLMechanismHandler(GssapiSaslMechanismHandlerCfg, ServerContext) - Method in class org.opends.server.extensions.GSSAPISASLMechanismHandler
 
initializeSASLMechanismHandler(PlainSaslMechanismHandlerCfg, ServerContext) - Method in class org.opends.server.extensions.PlainSASLMechanismHandler
 
initializeSASLMechanismHandler(T, ServerContext) - Method in class org.opends.server.api.SASLMechanismHandler
Initializes this SASL mechanism handler based on the information in the provided configuration entry.
initializeSASLMechanismHandlers() - Method in class org.opends.server.core.SASLConfigManager
Initializes all SASL mechanism handlers currently defined in the Directory Server configuration.
initializeSchema() - Method in class org.opends.server.core.DirectoryServer
Initializes the schema handler, which is responsible for building the complete schema for the server.
initializeServiceDiscoveryMechanismConfigManager() - Method in class org.opends.server.discovery.ServiceDiscoveryMechanismConfigManager
Initializes the Mechanism Configuration Manager and its configuration at startup.
initializeSilently() - Method in class org.forgerock.opendj.config.ConfigurationFramework
Silently initialize the configuration framework.
initializeStatusNotificationHandler(ErrorLogAccountStatusNotificationHandlerCfg, ServerContext) - Method in class org.opends.server.extensions.ErrorLogAccountStatusNotificationHandler
 
initializeStatusNotificationHandler(SmtpAccountStatusNotificationHandlerCfg, ServerContext) - Method in class org.opends.server.extensions.SMTPAccountStatusNotificationHandler
 
initializeStatusNotificationHandler(T, ServerContext) - Method in class org.opends.server.api.AccountStatusNotificationHandler
Initializes this account status notification handler based on the information in the provided configuration entry.
initializeSynchronizationProvider(ServerContext, ReplicationSynchronizationProviderCfg) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
initializeSynchronizationProvider(ServerContext, T) - Method in class org.opends.server.api.SynchronizationProvider
Performs any initialization that might be necessary for this synchronization provider.
initializeSynchronizationProviders() - Method in class org.opends.server.core.SynchronizationProviderConfigManager
Initializes the configuration associated with the Directory Server synchronization providers.
InitializeTargetMsg - Class in org.opends.server.replication.protocol
This message is part of the replication protocol.
InitializeTargetMsg(Dn, ReplicaId, ReplicaId, ReplicaId, long, int) - Constructor for class org.opends.server.replication.protocol.InitializeTargetMsg
Creates a InitializeTargetMsg.
InitializeTargetTask - Class in org.opends.server.tasks
This class provides an implementation of a Directory Server task that can be used to initialize another server by exporting data over the replication protocol.
InitializeTargetTask() - Constructor for class org.opends.server.tasks.InitializeTargetTask
 
initializeTask() - Method in class org.opends.server.backends.task.Task
Performs any task-specific initialization that may be required before processing can start.
initializeTask(Entry) - Method in class org.opends.server.backends.task.Task
Performs any task-specific initialization that may be required before processing can start.
initializeTask(Entry) - Method in class org.opends.server.tasks.AddSchemaFileTask
 
initializeTask(Entry) - Method in class org.opends.server.tasks.BackupPurgeTask
 
initializeTask(Entry) - Method in class org.opends.server.tasks.BackupTask
 
initializeTask(Entry) - Method in class org.opends.server.tasks.DisconnectClientTask
 
initializeTask(Entry) - Method in class org.opends.server.tasks.EnterLockdownModeTask
 
initializeTask(Entry) - Method in class org.opends.server.tasks.ExportTask
 
initializeTask(Entry) - Method in class org.opends.server.tasks.ImportTask
 
initializeTask(Entry) - Method in class org.opends.server.tasks.InitializeTargetTask
 
initializeTask(Entry) - Method in class org.opends.server.tasks.InitializeTask
 
initializeTask(Entry) - Method in class org.opends.server.tasks.LeaveLockdownModeTask
 
initializeTask(Entry) - Method in class org.opends.server.tasks.PurgeConflictsHistoricalTask
 
initializeTask(Entry) - Method in class org.opends.server.tasks.RebuildTask
 
initializeTask(Entry) - Method in class org.opends.server.tasks.ResetChangeNumberTask
 
initializeTask(Entry) - Method in class org.opends.server.tasks.RestoreTask
 
initializeTask(Entry) - Method in class org.opends.server.tasks.SetGenerationIdTask
 
initializeTask(Entry) - Method in class org.opends.server.tasks.ShutdownTask
Performs any task-specific initialization that may be required before processing can start.
InitializeTask - Class in org.opends.server.tasks
This class provides an implementation of a Directory Server task that can be used to import data over the replication protocol from another server hosting the same replication domain.
InitializeTask() - Constructor for class org.opends.server.tasks.InitializeTask
 
initializeTaskInternal(ServerContext, TaskScheduler, Entry) - Method in class org.opends.server.backends.task.Task
Performs generic initialization for this task based on the information in the provided task entry.
initializeTrustManagerProvider(AdminDataTrustManagerProviderCfg) - Method in class org.opends.server.extensions.AdminDataTrustManagerProvider
 
initializeTrustManagerProvider(BlindTrustManagerProviderCfg) - Method in class org.opends.server.extensions.BlindTrustManagerProvider
 
initializeTrustManagerProvider(FileBasedTrustManagerProviderCfg) - Method in class org.opends.server.extensions.FileBasedTrustManagerProvider
 
initializeTrustManagerProvider(LdapTrustManagerProviderCfg) - Method in class org.opends.server.extensions.LDAPTrustManagerProvider
 
initializeTrustManagerProvider(PemTrustManagerProviderCfg) - Method in class org.opends.server.extensions.PemTrustManagerProvider
 
initializeTrustManagerProvider(Pkcs11TrustManagerProviderCfg) - Method in class org.opends.server.extensions.Pkcs11TrustManagerProvider
 
initializeTrustManagerProvider(TrustManagerProviderCfg) - Method in class org.opends.server.extensions.JvmTrustManagerProvider
 
initializeTrustManagerProvider(T) - Method in class org.opends.server.api.TrustManagerProvider
Initializes this trust manager provider based on the information in the provided configuration entry.
initializeTrustManagerProviders() - Method in class org.opends.server.core.TrustManagerProviderConfigManager
Initializes all trust manager providers currently defined in the Directory Server configuration.
initializeUserPlugins(Set<PluginType>) - Method in class org.opends.server.core.PluginConfigManager
Initializes any plugins defined in the directory server configuration.
initializeVirtualAttributeProvider(EntityTagVirtualAttributeCfg) - Method in class org.opends.server.extensions.EntityTagVirtualAttributeProvider
 
initializeVirtualAttributeProvider(MemberVirtualAttributeCfg) - Method in class org.opends.server.extensions.MemberVirtualAttributeProvider
 
initializeVirtualAttributeProvider(UserDefinedVirtualAttributeCfg) - Method in class org.opends.server.extensions.UserDefinedVirtualAttributeProvider
 
initializeVirtualAttributeProvider(UserTemplateVirtualAttributeCfg) - Method in class org.opends.server.extensions.UserTemplateVirtualAttributeProvider
 
initializeVirtualAttributeProvider(ServerContext, T) - Method in class org.opends.server.api.VirtualAttributeProvider
Initializes this virtual attribute based on the information in the provided configuration entry.
initializeVirtualAttributeProvider(T) - Method in class org.opends.server.api.VirtualAttributeProvider
Initializes this virtual attribute based on the information in the provided configuration entry.
initializeVirtualAttributes() - Method in class org.opends.server.core.VirtualAttributeConfigManager
Initializes all virtual attribute providers currently defined in the Directory Server configuration.
initializeWorkQueue() - Method in class org.opends.server.core.WorkQueueConfigManager
Initializes the Directory Server's work queue.
initializeWorkQueue(TraditionalWorkQueueCfg, ServerContext) - Method in class org.opends.server.extensions.TraditionalWorkQueue
 
initializeWorkQueue(T, ServerContext) - Method in class org.opends.server.api.WorkQueue
Initializes this work queue based on the information in the provided configuration entry.
initiateShutdown() - Method in class org.opends.server.api.DirectoryThread
Instructs the current thread to initiate the shutdown process.
initiateShutdown() - Method in class org.opends.server.replication.server.changelog.file.ChangeNumberIndexer
 
initParameters(Path, Path, boolean) - Static method in interface org.forgerock.opendj.config.ConfigurationFramework.InitParameters
Creates initialization parameters for the configuration framework using the provided parameters.
INLINE - Enum constant in enum class org.forgerock.config.util.CoercionFunction
A coercion function that inlines the content of another file that may be a relative path to a current location.
inlineCoercionFunction(Path) - Static method in class org.forgerock.config.util.JsonValuePropertyEvaluator
Creates a coercion function that inlines the content of another file that may be a relative path to a current location.
InlineResourcePropertyMapper - Class in org.forgerock.opendj.rest2ldap
A property mapper which provides a mapping from a DN (or DN and JSON) LDAP attribute to a JSON object.
InProgressOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by plugins for operations that are currently in the middle of their "core" processing (e.g., for examining search result entries or references before they are sent to the client).
InProgressSearchOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by in progress search plugins.
INSTALL_ROOT_SYSTEM_PROPERTY - Static variable in class org.forgerock.opendj.setup.model.Installation
The system property used to specify opendj archive root path.
Installation - Class in org.forgerock.opendj.setup.model
Class to be used by client tools to retrieve install and instance paths.
installDirectory(String) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the path of the OpenDJ archive to use to setup the server instance.
installDirectory(Path) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the path of the OpenDJ archive to use to setup the server instance.
installPath() - Method in interface org.forgerock.opendj.config.ConfigurationFramework.InitParameters
Returns the path where application binaries are located.
installPath() - Static method in class org.forgerock.opendj.setup.model.Installation
Returns the server's installation path.
installPath() - Method in interface org.forgerock.opendj.setup.model.Profile.SetupConfiguration
Returns the setup install path.
installPath() - Method in class org.forgerock.opendj.setup.model.Setup
 
INSTANCE - Enum constant in enum class org.forgerock.secrets.keys.KeyFormatRaw
The singleton instance of this formatter.
INSTANCE - Static variable in class org.opends.server.replication.protocol.StopEncryptionMsg
Internal message to signal the stop of encryption.
instanceConfigFilePath() - Static method in class org.forgerock.opendj.setup.model.Installation
Returns a Path to the server instance config.ldif file.
instanceDirectory(String) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the path of the OpenDJ instance to setup.
instanceDirectory(Path) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the path of the opendj instance to setup.
instancePath() - Method in interface org.forgerock.opendj.config.ConfigurationFramework.InitParameters
Returns the path where data binaries are located.
instancePath() - Static method in class org.forgerock.opendj.setup.model.Installation
Returns the instance root directory (the path where the instance is installed).
instancePath() - Method in interface org.forgerock.opendj.setup.model.Profile.SetupConfiguration
Returns the setup instance path.
instancePath() - Method in class org.forgerock.opendj.setup.model.Setup
 
instant() - Static method in class org.forgerock.json.JsonValueFunctions
Returns a Function to transform a JsonValue representing a UTC format datetime to an Instant.
InstantiableRelationDefinition<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
A managed object composite relationship definition which represents a composition of zero or more managed objects.
InstantiableRelationDefinition.Builder<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
An interface for incrementally constructing instantiable relation definitions.
INSUFFICIENT_ACCESS_RIGHTS - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the client does not have sufficient permission to perform the requested operation.
INSUFFICIENT_PASSWORD_QUALITY - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Indicates that a password doesn't pass quality checking.
INT - Enum constant in enum class org.forgerock.config.util.CoercionFunction
A coercion function that processes a stringified Integer into an int.
INT_SIZE - Static variable in class org.opends.server.util.StaticUtils
The number of bytes of a Java int.
intAt(int) - Method in class org.forgerock.opendj.ldap.ByteString
Returns the big-endian int value at the specified index.
integer() - Static method in class org.forgerock.json.JsonValueFunctions
Returns an Integer by converting the JsonValue using JsonValue.asInteger(), or by parsing the JsonValue string using Integer.parseInt(String).
integerParameter(String) - Method in class org.forgerock.opendj.setup.model.Profile.ParameterFactory
Creates and returns a new Integer parameter.
IntegerPropertyDefinition - Class in org.forgerock.opendj.config
Integer property definition.
IntegerPropertyDefinition.Builder - Class in org.forgerock.opendj.config
An interface for incrementally constructing integer property definitions.
IntegerTypeValidator - Class in org.forgerock.json.schema.validator.validators
IntegerTypeValidator applies all the constraints of a integer type.
IntegerTypeValidator(Map<String, Object>, List<String>) - Constructor for class org.forgerock.json.schema.validator.validators.IntegerTypeValidator
Create an integer type validator.
INTEGRITY - Enum constant in enum class org.forgerock.opendj.server.config.meta.DigestMd5SaslMechanismHandlerCfgDefn.QualityOfProtection
Quality of protection equals authentication with integrity protection.
INTEGRITY - Enum constant in enum class org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection
Quality of protection equals authentication with integrity protection.
INTERMEDIATE_RESPONSE - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked before each intermediate response message is sent to a client.
IntermediateResponse - Interface in org.forgerock.opendj.ldap.messages
An Intermediate response provides a general mechanism for defining single-request/multiple-response operations.
IntermediateResponse(boolean, boolean, boolean, Result) - Constructor for record class org.opends.server.api.plugin.PluginResult.IntermediateResponse
Creates an instance of a IntermediateResponse record class.
INTERMEDIATERESPONSE - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked before sending an intermediate response message to the client.
IntermediateResponseHandler - Interface in org.forgerock.opendj.ldap
A completion handler for consuming intermediate responses returned from extended operations, or other operations for which an appropriate control was sent.
internal(Entry) - Static method in record class org.opends.server.types.AuthenticationInfo
Creates a new set of authentication information to be used for clients that are authenticated internally.
INTERNAL - Enum constant in enum class org.forgerock.opendj.server.core.RequestContext.RequestFlag
The request was performed by an internal component and is not subject to certain security checks.
INTERNAL - Enum constant in enum class org.opends.server.types.AuthenticationType
The authentication type that indicates that the associated connection is an internal connection.
INTERNAL_ERROR - Static variable in exception org.forgerock.json.resource.ResourceException
Indicates that a resource encountered an unexpected condition which prevented it from fulfilling the request.
INTERNAL_ONLY - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.WritabilityMode
The directory server attempts to process write operations requested as internal operations or through synchronization, but rejects any such operations requested from external clients.
INTERNAL_ONLY - Enum constant in enum class org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn.WritabilityMode
Causes external write attempts to fail but allows writes by replication and internal operations.
INTERNAL_ONLY - Enum constant in enum class org.opends.server.types.WritabilityMode
Indicates that write operations from clients will be rejected, but internal operations and updates through synchronization will be allowed.
InternalDirectoryServerPlugin - Class in org.opends.server.api.plugin
An internal directory server plugin which can be registered with the server without requiring any associated configuration.
InternalDirectoryServerPlugin(Dn, ServerContext, Set<PluginType>) - Constructor for class org.opends.server.api.plugin.InternalDirectoryServerPlugin
Creates a new internal directory server plugin using the provided component name and plugin types.
InternalModificationsRequestControl - Class in org.opends.server.controls
A control providing additional modifications to a request.
InternalModificationsRequestControl(boolean, String, List<Modification>) - Constructor for class org.opends.server.controls.InternalModificationsRequestControl
Constructs a new control.
InternalServerErrorException - Exception in org.forgerock.json.resource
An exception that is thrown during an operation on a resource when the server encountered an unexpected condition which prevented it from fulfilling the request.
InternalServerErrorException() - Constructor for exception org.forgerock.json.resource.InternalServerErrorException
Constructs a new exception with null as its detail message.
InternalServerErrorException(String) - Constructor for exception org.forgerock.json.resource.InternalServerErrorException
Constructs a new exception with the specified detail message.
InternalServerErrorException(String, Throwable) - Constructor for exception org.forgerock.json.resource.InternalServerErrorException
Constructs a new exception with the specified detail message and cause.
InternalServerErrorException(Throwable) - Constructor for exception org.forgerock.json.resource.InternalServerErrorException
Constructs a new exception with the specified cause.
internalServerErrorResultCode() - Static method in class org.forgerock.opendj.ldap.ResultCode
Returns the result code that should be used when the Directory Server encounters an internal server error.
interrupt() - Method in class org.opends.server.api.DirectoryThread
 
interruptTask(TaskState, LocalizableMessage) - Method in class org.opends.server.backends.task.Task
Performs any necessary processing to prematurely interrupt the execution of this task.
interruptTask(TaskState, LocalizableMessage) - Method in class org.opends.server.tasks.BackupPurgeTask
 
interruptTask(TaskState, LocalizableMessage) - Method in class org.opends.server.tasks.BackupTask
 
interruptTask(TaskState, LocalizableMessage) - Method in class org.opends.server.tasks.ExportTask
 
interruptTask(TaskState, LocalizableMessage) - Method in class org.opends.server.tasks.ImportTask
 
interruptTask(TaskState, LocalizableMessage) - Method in class org.opends.server.tasks.InitializeTask
 
interruptTask(TaskState, LocalizableMessage) - Method in class org.opends.server.tasks.RestoreTask
 
interruptWith(Cancellable) - Method in class org.opends.server.tools.dsbackup.BackupRunner
Sets the cancellable for interrupting backup operations.
interruptWith(Cancellable) - Method in class org.opends.server.tools.dsbackup.PurgeRunner
Sets the cancellable for interrupting purge operations.
interruptWith(Cancellable) - Method in class org.opends.server.tools.dsbackup.RestoreRunner
Sets the cancellable for interrupting restore operations.
intervalToTimeout(long) - Static method in class org.opends.server.util.StaticUtils
Returns a timeout value provided an interval.
intValue() - Method in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Returns the integer value for this password policy error type.
intValue() - Method in enum class org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Returns the integer value for this change type as defined in the internet draft.
intValue() - Method in class org.forgerock.opendj.ldap.ModificationType
Returns the integer value of this modification change type as defined in RFC 4511 section 4.6.
intValue() - Method in class org.forgerock.opendj.ldap.ResultCode
Returns the integer value of this result code.
intValue() - Method in class org.forgerock.opendj.ldap.SearchScope
Returns the integer value of this search scope as defined in RFC 4511 section 4.5.1.2.
INVALID - Enum constant in enum class org.forgerock.opendj.ldap.messages.Request.RequestType
Invalid request type.
INVALID - Enum constant in enum class org.opends.server.replication.common.ServerStatus
Invalid status: special status used to return an error (impossible status).
INVALID_ATTRIBUTE_SYNTAX - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
INVALID_ATTRIBUTE_SYNTAX - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it violated the syntax for a specified attribute.
INVALID_CREDENTIALS - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
INVALID_CREDENTIALS - Enum constant in enum class org.opends.server.types.DisconnectReason
The disconnect reason that indicates that the client connection was closed because the bound user's entry is no longer accessible.
INVALID_CREDENTIALS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that an authentication attempt failed because the user did not provide a valid set of credentials.
INVALID_DN_SYNTAX - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
INVALID_DN_SYNTAX - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it would have resulted in an entry with an invalid or malformed DN.
InvalidRequest - Class in org.forgerock.opendj.ldap.messages
Represents a request which has been received and decoded but is invalid according to the LDAP standard because of an invalid DN syntax or an invalid attribute syntax.
InvalidTokenException - Exception in org.forgerock.tokenhandler
An exception generated by a TokenHandler on validation or extraction when the token is invalid.
InvalidTokenException(String) - Constructor for exception org.forgerock.tokenhandler.InvalidTokenException
Constructs a new exception with the specified detail message.
InvalidTokenException(String, Throwable) - Constructor for exception org.forgerock.tokenhandler.InvalidTokenException
Constructs a new exception with the specified detail message and cause.
InvalidTokenException(Throwable) - Constructor for exception org.forgerock.tokenhandler.InvalidTokenException
Constructs a new exception with the specified cause.
invoke(String, Object[], String[]) - Method in class org.opends.server.extensions.JMXAlertHandler
 
invoke(String, Object[], String[]) - Method in class org.opends.server.protocols.jmx.JMXMBean
Allows an action to be invoked on the Dynamic MBean.
invokeAll(Collection<? extends Callable<T>>) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
invokeAll(Collection<? extends Callable<T>>) - Method in class org.opends.server.util.CronExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.opends.server.util.CronExecutorService
 
invokeAny(Collection<? extends Callable<T>>) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
invokeAny(Collection<? extends Callable<T>>) - Method in class org.opends.server.util.CronExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.opends.server.util.CronExecutorService
 
invokeForInternalOperations() - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Indicates whether this plugin should be invoked for internal operations.
invokeImportPlugins() - Method in class org.opends.server.types.LDIFImportConfig
Indicates whether any LDIF import plugins registered with the server should be invoked during the import operation.
invokeImportPlugins(Entry, LinkedList<StringBuilder>) - Method in class org.opends.server.util.LDIFReader
Invokes the LDIF import plugins.
invokeLDIFImportBeginPlugins(LDIFImportConfig) - Method in class org.opends.server.core.PluginConfigManager
Invokes the LDIF import session initialization of LDIF import plugins that have been configured in the Directory Server.
invokeLDIFImportEndPlugins(LDIFImportConfig) - Method in class org.opends.server.core.PluginConfigManager
Invokes the LDIF import session finalization of LDIF import plugins that have been configured in the Directory Server.
invokeLDIFImportPlugins(LDIFImportConfig, Entry) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of LDIF import plugins that have been configured in the Directory Server.
invokePostCommitAddPlugins(PostCommitAddOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-commit add plugins that have been configured in the Directory Server.
invokePostCommitDeletePlugins(PostCommitDeleteOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-commit delete plugins that have been configured in the Directory Server.
invokePostCommitModifyDNPlugins(PostCommitModifyDNOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-commit modify DN plugins that have been configured in the Directory Server.
invokePostCommitModifyPlugins(PostCommitModifyOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-commit modify plugins that have been configured in the Directory Server.
invokePostConnectPlugins(ClientConnection) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-connect plugins that have been configured in the Directory Server.
invokePostDisconnectPlugins(ClientConnection, DisconnectReason, LocalizableMessage) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-disconnect plugins that have been configured in the Directory Server.
invokePostOperationAbandonPlugins(PostOperationAbandonOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-operation abandon plugins that have been configured in the Directory Server.
invokePostOperationAddPlugins(PostOperationAddOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-operation add plugins that have been configured in the Directory Server.
invokePostOperationBindPlugins(PostOperationBindOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-operation bind plugins that have been configured in the Directory Server.
invokePostOperationComparePlugins(PostOperationCompareOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-operation compare plugins that have been configured in the Directory Server.
invokePostOperationDeletePlugins(PostOperationDeleteOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-operation delete plugins that have been configured in the Directory Server.
invokePostOperationExtendedPlugins(PostOperationExtendedOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-operation extended plugins that have been configured in the Directory Server.
invokePostOperationModifyDNPlugins(PostOperationModifyDNOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-operation modify DN plugins that have been configured in the Directory Server.
invokePostOperationModifyPlugins(ModifyOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-operation modify plugins that have been configured in the Directory Server.
invokePostOperationSearchPlugins(PostOperationSearchOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-operation search plugins that have been configured in the Directory Server.
invokePostOperationUnbindPlugins(PostOperationUnbindOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-operation unbind plugins that have been configured in the Directory Server.
invokePostResponseAddPlugins(PostResponseAddOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-response add plugins that have been configured in the Directory Server.
invokePostResponseBindPlugins(PostResponseBindOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-response bind plugins that have been configured in the Directory Server.
invokePostResponseComparePlugins(PostResponseCompareOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-response compare plugins that have been configured in the Directory Server.
invokePostResponseDeletePlugins(PostResponseDeleteOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-response delete plugins that have been configured in the Directory Server.
invokePostResponseExtendedPlugins(PostResponseExtendedOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-response extended plugins that have been configured in the Directory Server.
invokePostResponseModifyDNPlugins(PostResponseModifyDNOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-response modify DN plugins that have been configured in the Directory Server.
invokePostResponseModifyPlugins(PostResponseModifyOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-response modify plugins that have been configured in the Directory Server.
invokePostResponsePlugins() - Method in class org.opends.server.core.AbandonOperation
 
invokePostResponsePlugins() - Method in class org.opends.server.core.AddOperation
 
invokePostResponsePlugins() - Method in class org.opends.server.core.BindOperation
 
invokePostResponsePlugins() - Method in class org.opends.server.core.CompareOperation
 
invokePostResponsePlugins() - Method in class org.opends.server.core.DeleteOperation
 
invokePostResponsePlugins() - Method in class org.opends.server.core.ExtendedOperation
 
invokePostResponsePlugins() - Method in class org.opends.server.core.ModifyDnOperation
 
invokePostResponsePlugins() - Method in class org.opends.server.core.ModifyOperation
 
invokePostResponsePlugins() - Method in class org.opends.server.core.SearchOperation
 
invokePostResponsePlugins() - Method in class org.opends.server.core.UnbindOperation
 
invokePostResponsePlugins() - Method in class org.opends.server.types.Operation
Invokes any applicable post-response plugins.
invokePostResponseSearchPlugins(PostResponseSearchOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-response search plugins that have been configured in the Directory Server.
invokePostSynchronizationAddPlugins(PostSynchronizationAddOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-synchronization add plugins that have been configured in the Directory Server.
invokePostSynchronizationDeletePlugins(PostSynchronizationDeleteOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-synchronization delete plugins that have been configured in the Directory Server.
invokePostSynchronizationModifyDNPlugins(PostSynchronizationModifyDNOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-synchronization modify DN plugins that have been configured in the Directory Server.
invokePostSynchronizationModifyPlugins(PostSynchronizationModifyOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of post-synchronization modify plugins that have been configured in the Directory Server.
invokePreOperationAddPlugins(PreOperationAddOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of pre-operation add plugins that have been configured in the Directory Server.
invokePreOperationBindPlugins(PreOperationBindOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of pre-operation bind plugins that have been configured in the Directory Server.
invokePreOperationComparePlugins(PreOperationCompareOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of pre-operation compare plugins that have been configured in the Directory Server.
invokePreOperationDeletePlugins(PreOperationDeleteOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of pre-operation delete plugins that have been configured in the Directory Server.
invokePreOperationExtendedPlugins(PreOperationExtendedOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of pre-operation extended plugins that have been configured in the Directory Server.
invokePreOperationModifyDNPlugins(PreOperationModifyDNOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of pre-operation modify DN plugins that have been configured in the Directory Server.
invokePreOperationModifyPlugins(PreOperationModifyOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of pre-operation modify plugins that have been configured in the Directory Server.
invokePreOperationSearchPlugins(PreOperationSearchOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of pre-operation search plugins that have been configured in the Directory Server.
invokePreParseAbandonPlugins(PreParseAbandonOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of pre-parse abandon plugins that have been configured in the Directory Server.
invokePreParseAddPlugins(PreParseAddOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of pre-parse add plugins that have been configured in the Directory Server.
invokePreParseBindPlugins(PreParseBindOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of pre-parse bind plugins that have been configured in the Directory Server.
invokePreParseComparePlugins(PreParseCompareOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of pre-parse compare plugins that have been configured in the Directory Server.
invokePreParseDeletePlugins(PreParseDeleteOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of pre-parse delete plugins that have been configured in the Directory Server.
invokePreParseExtendedPlugins(PreParseExtendedOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of pre-parse extended plugins that have been configured in the Directory Server.
invokePreParseModifyDNPlugins(PreParseModifyDNOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of pre-parse modify DN plugins that have been configured in the Directory Server.
invokePreParseModifyPlugins(PreParseModifyOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of pre-parse modify plugins that have been configured in the Directory Server.
invokePreParsePlugins() - Method in class org.opends.server.core.AbandonOperation
 
invokePreParsePlugins() - Method in class org.opends.server.core.AddOperation
 
invokePreParsePlugins() - Method in class org.opends.server.core.BindOperation
 
invokePreParsePlugins() - Method in class org.opends.server.core.CompareOperation
 
invokePreParsePlugins() - Method in class org.opends.server.core.DeleteOperation
 
invokePreParsePlugins() - Method in class org.opends.server.core.ExtendedOperation
 
invokePreParsePlugins() - Method in class org.opends.server.core.ModifyDnOperation
 
invokePreParsePlugins() - Method in class org.opends.server.core.ModifyOperation
 
invokePreParsePlugins() - Method in class org.opends.server.core.SearchOperation
 
invokePreParsePlugins() - Method in class org.opends.server.core.UnbindOperation
 
invokePreParsePlugins() - Method in class org.opends.server.types.Operation
Invokes any applicable pre-parse plugins.
invokePreParseSearchPlugins(PreParseSearchOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of pre-parse search plugins that have been configured in the Directory Server.
invokePreParseUnbindPlugins(PreParseUnbindOperation) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of pre-parse unbind plugins that have been configured in the Directory Server.
invokeSearchResultEntryPlugins(InProgressSearchOperation, SearchResultEntry) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of search result entry plugins that have been configured in the Directory Server.
invokeSearchResultReferencePlugins(InProgressSearchOperation, SearchResultReference) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of search result reference plugins that have been configured in the Directory Server.
invokeShutdownPlugins(LocalizableMessage) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of shutdown plugins that have been configured in the Directory Server.
invokeStartupPlugins() - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of startup plugins that have been registered with the Directory Server.
invokeSubordinateDeletePlugins(DeleteOperation, Dn, boolean) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of subordinate delete plugins that have been configured in the Directory Server.
invokeSubordinateModifyDNPlugins(SubordinateModifyDNOperation, Dn, Dn) - Method in class org.opends.server.core.PluginConfigManager
Invokes the set of subordinate modify DN plugins that have been configured in the Directory Server.
IO_TIMEOUT - Enum constant in enum class org.opends.server.types.DisconnectReason
The disconnect reason that indicates that the client connection was closed because of an I/O timeout.
IP - Class in org.opends.server.authorization.dseecompat
This class represents a single ACI's IP bind rule expression.
IP - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The IP event payload field name.
IpAddressMaskPropertyDefinition - Class in org.forgerock.opendj.config
IP address mask property definition.
IpAddressMaskPropertyDefinition.Builder - Class in org.forgerock.opendj.config
An interface for incrementally constructing IP address mask property definitions.
IS_DELETED_ATTR - Static variable in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
The name of the isDeleted attribute as defined in the Active Directory schema.
is02ConfigLdif(String) - Static method in class org.opends.server.util.SchemaUtils
Indicates if the provided schema file corresponds to the configuration schema.
isAbstract(boolean) - Method in class org.forgerock.opendj.rest2ldap.Resource
Specifies whether this resource is an abstract type and therefore cannot be created.
isAccessTokenCacheEnabled() - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2AuthorizationMechanismCfgClient
Gets the "access-token-cache-enabled" property.
isAccessTokenCacheEnabled() - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2AuthorizationMechanismCfg
Gets the "access-token-cache-enabled" property.
isAccountExpired() - Method in class org.opends.server.core.PasswordPolicyState
Indicates whether the user's account is currently expired.
isAdd() - Method in class org.forgerock.json.resource.PatchOperation
Returns true if this is an "add" patch operation.
isAddAcceptable(ManagementContext, ManagedObject<?>, Collection<LocalizableMessage>) - Method in class org.forgerock.opendj.config.client.ClientConstraintHandler
Determines whether the newly created managed object which is about to be added to the server configuration satisfies this constraint.
isAddMissingRdnAttributes() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "add-missing-rdn-attributes" property.
isAddMissingRdnAttributes() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "add-missing-rdn-attributes" property.
isAddMissingRDNAttributes() - Method in class org.opends.server.core.CoreConfigManager
Indicates whether the Directory Server should automatically add missing RDN attributes to an entry whenever it is added.
isAddOperation() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Return true if this is an add operation needed by the userattr USERDN parent inheritance level 0 processing.
isAdministrative() - Method in class org.opends.server.api.ConnectionHandler
Indicates if the connection is on the Administration Connector which may mean it is excluded from certain checks.
isAdministrative() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
isAdvanced() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Returns whether this profile parameter is advanced.
isAlive() - Method in record class org.opends.server.monitors.HealthStatus
Returns true if there are no serious errors as provided by HealthStatus.aliveErrors(), false otherwise.
isAllowAttributeNameExceptions() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "allow-attribute-name-exceptions" property.
isAllowAttributeNameExceptions() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "allow-attribute-name-exceptions" property.
isAllowAttributeTypesWithNoSupOrSyntax() - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Gets the "allow-attribute-types-with-no-sup-or-syntax" property.
isAllowAttributeTypesWithNoSupOrSyntax() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
Gets the "allow-attribute-types-with-no-sup-or-syntax" property.
isAllowed(Dn, Operation, Control) - Method in class org.opends.server.api.AccessControlHandler
Indicates whether the provided control is allowed based on the access control configuration and the specified operation.
isAllowed(Dn, Operation, Control) - Method in class org.opends.server.authorization.dseecompat.AciHandler
 
isAllowed(Dn, Operation, Control) - Method in class org.opends.server.authorization.policy.PolicyBasedAccessControlHandler
 
isAllowed(AddOperation) - Method in class org.opends.server.api.AccessControlHandler
Indicates whether the provided add operation is allowed based on the access control configuration.
isAllowed(AddOperation) - Method in class org.opends.server.authorization.dseecompat.AciHandler
 
isAllowed(AddOperation) - Method in class org.opends.server.authorization.policy.PolicyBasedAccessControlHandler
 
isAllowed(BindOperation) - Method in class org.opends.server.api.AccessControlHandler
Indicates whether the provided bind operation is allowed based on the access control configuration.
isAllowed(BindOperation) - Method in class org.opends.server.authorization.dseecompat.AciHandler
 
isAllowed(BindOperation) - Method in class org.opends.server.authorization.policy.PolicyBasedAccessControlHandler
 
isAllowed(CompareOperation) - Method in class org.opends.server.api.AccessControlHandler
Indicates whether the provided compare operation is allowed based on the access control configuration.
isAllowed(CompareOperation) - Method in class org.opends.server.authorization.dseecompat.AciHandler
Check access on compare operations.
isAllowed(CompareOperation) - Method in class org.opends.server.authorization.policy.PolicyBasedAccessControlHandler
 
isAllowed(DeleteOperation) - Method in class org.opends.server.api.AccessControlHandler
Indicates whether the provided delete operation is allowed based on the access control configuration.
isAllowed(DeleteOperation) - Method in class org.opends.server.authorization.dseecompat.AciHandler
Check access on delete operations.
isAllowed(DeleteOperation) - Method in class org.opends.server.authorization.policy.PolicyBasedAccessControlHandler
 
isAllowed(ExtendedOperation) - Method in class org.opends.server.api.AccessControlHandler
Indicates whether the provided extended operation is allowed based on the access control configuration.
isAllowed(ExtendedOperation) - Method in class org.opends.server.authorization.dseecompat.AciHandler
 
isAllowed(ExtendedOperation) - Method in class org.opends.server.authorization.policy.PolicyBasedAccessControlHandler
 
isAllowed(ModifyDnOperation) - Method in class org.opends.server.api.AccessControlHandler
Indicates whether the provided modify DN operation is allowed based on the access control configuration.
isAllowed(ModifyDnOperation) - Method in class org.opends.server.authorization.dseecompat.AciHandler
Checks access on a modifyDN operation.
isAllowed(ModifyDnOperation) - Method in class org.opends.server.authorization.policy.PolicyBasedAccessControlHandler
 
isAllowed(ModifyOperation) - Method in class org.opends.server.api.AccessControlHandler
Indicates whether the provided modify operation is allowed based on the access control configuration.
isAllowed(ModifyOperation) - Method in class org.opends.server.authorization.dseecompat.AciHandler
 
isAllowed(ModifyOperation) - Method in class org.opends.server.authorization.policy.PolicyBasedAccessControlHandler
 
isAllowed(SearchOperation) - Method in class org.opends.server.api.AccessControlHandler
Indicates whether the provided search operation is allowed based on the access control configuration.
isAllowed(SearchOperation) - Method in class org.opends.server.authorization.dseecompat.AciHandler
 
isAllowed(SearchOperation) - Method in class org.opends.server.authorization.policy.PolicyBasedAccessControlHandler
 
isAllowed(Operation, Entry, Filter) - Method in class org.opends.server.api.AccessControlHandler
Indicates whether the provided operation search filter is allowed based on the access control configuration.
isAllowed(Operation, Entry, Filter) - Method in class org.opends.server.authorization.dseecompat.AciHandler
 
isAllowed(Operation, Entry, Filter) - Method in class org.opends.server.authorization.policy.PolicyBasedAccessControlHandler
 
isAllowExpiredPasswordChanges() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "allow-expired-password-changes" property.
isAllowExpiredPasswordChanges() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "allow-expired-password-changes" property.
isAllowExpiredPasswordChanges() - Method in class org.opends.server.core.PasswordPolicy
Gets the "allow-expired-password-changes" property.
isAllowExpiredPasswordChanges() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
isAllowLdapV2() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "allow-ldap-v2" property.
isAllowLdapV2() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "allow-ldap-v2" property.
isAllowMultiplePasswordValues() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "allow-multiple-password-values" property.
isAllowMultiplePasswordValues() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "allow-multiple-password-values" property.
isAllowMultiplePasswordValues() - Method in class org.opends.server.core.PasswordPolicy
Gets the "allow-multiple-password-values" property.
isAllowMultiplePasswordValues() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
isAllowPreEncodedPasswords() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "allow-pre-encoded-passwords" property.
isAllowPreEncodedPasswords() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "allow-pre-encoded-passwords" property.
isAllowPreEncodedPasswords() - Method in class org.opends.server.core.PasswordPolicy
Gets the "allow-pre-encoded-passwords" property.
isAllowPreEncodedPasswords() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
isAllowRetrievingMembership() - Method in interface org.forgerock.opendj.server.config.client.MemberVirtualAttributeCfgClient
Gets the "allow-retrieving-membership" property.
isAllowRetrievingMembership() - Method in interface org.forgerock.opendj.server.config.server.MemberVirtualAttributeCfg
Gets the "allow-retrieving-membership" property.
isAllowStartTls() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "allow-start-tls" property.
isAllowStartTls() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "allow-start-tls" property.
isAllowTcpReuseAddress() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "allow-tcp-reuse-address" property.
isAllowTcpReuseAddress() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "allow-tcp-reuse-address" property.
isAllowTcpReuseAddress() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "allow-tcp-reuse-address" property.
isAllowTcpReuseAddress() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "allow-tcp-reuse-address" property.
isAllowUnclassifiedCharacters() - Method in interface org.forgerock.opendj.server.config.client.CharacterSetPasswordValidatorCfgClient
Gets the "allow-unclassified-characters" property.
isAllowUnclassifiedCharacters() - Method in interface org.forgerock.opendj.server.config.server.CharacterSetPasswordValidatorCfg
Gets the "allow-unclassified-characters" property.
isAllowUnlimited() - Method in class org.forgerock.opendj.config.DurationPropertyDefinition
Determine whether this property allows unlimited durations.
isAllowUnlimited() - Method in class org.forgerock.opendj.config.IntegerPropertyDefinition
Determine whether this property allows unlimited values.
isAllowUnlimited() - Method in class org.forgerock.opendj.config.SizePropertyDefinition
Determine whether this property allows unlimited memory sizes.
isAllowUserPasswordChanges() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "allow-user-password-changes" property.
isAllowUserPasswordChanges() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "allow-user-password-changes" property.
isAllowUserPasswordChanges() - Method in class org.opends.server.core.PasswordPolicy
Gets the "allow-user-password-changes" property.
isAllowUserPasswordChanges() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
isAllowZeroLengthValuesDirectoryString() - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Gets the "allow-zero-length-values-directory-string" property.
isAllowZeroLengthValuesDirectoryString() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
Gets the "allow-zero-length-values-directory-string" property.
isAllReplicas() - Method in class org.opends.server.replication.common.ReplicaId
Tests whether this id corresponds to all replicas.
isAlreadyApproved() - Method in class org.forgerock.opendj.setup.model.LicenseFile
Indicate if the license had already been approved.
isAlreadyConnectedToDS(PeerReplica) - Method in class org.opends.server.replication.server.ReplicationServerDomain
Checks whether it is already connected to a replica with same id.
isAlreadyConnectedToRS(PeerReplicationServer) - Method in class org.opends.server.replication.server.ReplicationServerDomain
Checks whether a remote RS is already connected to this hosting RS.
isAltAuthenticationEnabled() - Method in interface org.forgerock.opendj.server.config.client.HttpBasicAuthorizationMechanismCfgClient
Gets the "alt-authentication-enabled" property.
isAltAuthenticationEnabled() - Method in interface org.forgerock.opendj.server.config.server.HttpBasicAuthorizationMechanismCfg
Gets the "alt-authentication-enabled" property.
isAnonymousUser() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Check if the remote client is bound anonymously.
isApiDescriptorEnabled() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "api-descriptor-enabled" property.
isApiDescriptorEnabled() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "api-descriptor-enabled" property.
isAppend() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Gets the "append" property.
isAppend() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Gets the "append" property.
isAppend() - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Gets the "append" property.
isAppend() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Gets the "append" property.
isAppend() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
Gets the "append" property.
isAppend() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
Gets the "append" property.
isAppend() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
Gets the "append" property.
isAppend() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHttpAccessLogPublisherCfg
Gets the "append" property.
isApplicable(AciTargetMatchContext) - Method in class org.opends.server.authorization.dseecompat.ExtOp
Check if a extop is applicable based on the provided target match context.
isApplicable(AciTargetMatchContext) - Method in class org.opends.server.authorization.dseecompat.TargetControl
Check if a targetcontrol is applicable based on the provided target match context.
isApplicable(AciTargetMatchContext) - Method in class org.opends.server.authorization.dseecompat.TargetFilter
Checks if a targetfilter matches an evaluation context.
isAscendingOrder() - Method in class org.forgerock.json.resource.SortKey
Returns true if this sort key is in ascending order, or false if it is in descending order.
isAsynchronous() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Gets the "asynchronous" property.
isAsynchronous() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Gets the "asynchronous" property.
isAsynchronous() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Gets the "asynchronous" property.
isAsynchronous() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Gets the "asynchronous" property.
isAsynchronous() - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Gets the "asynchronous" property.
isAsynchronous() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Gets the "asynchronous" property.
isAsynchronous() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
Gets the "asynchronous" property.
isAsynchronous() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Gets the "asynchronous" property.
isAsynchronous() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
Gets the "asynchronous" property.
isAsynchronous() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
Gets the "asynchronous" property.
isAsynchronous() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
Gets the "asynchronous" property.
isAsynchronous() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHttpAccessLogPublisherCfg
Gets the "asynchronous" property.
isAtLeastStarting() - Method in class org.opends.server.core.DirectoryServer
 
isAtLeastStarting() - Method in interface org.opends.server.core.ServerContext
Returns true if the server is at least starting.
isAuditing(String) - Method in interface org.forgerock.audit.AuditService
Returns whether or not events of the specified topic will be handled.
isAuditing(String) - Method in class org.forgerock.audit.AuditServiceProxy
 
isAuthenticated() - Method in record class org.opends.server.types.AuthenticationInfo
Indicates whether this client has successfully authenticated to the server.
isAuthenticationRequired() - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Gets the "authentication-required" property.
isAuthenticationRequired() - Method in interface org.forgerock.opendj.server.config.server.GlobalAccessControlPolicyCfg
Gets the "authentication-required" property.
isAuthPasswordSyntax() - Method in class org.opends.server.core.PasswordPolicy
Indicates whether the associated password attribute uses the auth password syntax.
isAuthPasswordSyntax() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
isAutoFlush() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.EventBufferingConfiguration
Indicates if events are automatically flushed after being written.
isAutoFlush() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Gets the "auto-flush" property.
isAutoFlush() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Gets the "auto-flush" property.
isAutoFlush() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Gets the "auto-flush" property.
isAutoFlush() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Gets the "auto-flush" property.
isAutoFlush() - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Gets the "auto-flush" property.
isAutoFlush() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Gets the "auto-flush" property.
isAutoFlush() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
Gets the "auto-flush" property.
isAutoFlush() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Gets the "auto-flush" property.
isAutoFlush() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
Gets the "auto-flush" property.
isAutoFlush() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
Gets the "auto-flush" property.
isAutoFlush() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
Gets the "auto-flush" property.
isAutoFlush() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHttpAccessLogPublisherCfg
Gets the "auto-flush" property.
isBackwardCompatibleWithNumericId() - Method in class org.opends.server.replication.common.ReplicaId
 
isBackwardCompatibleWithNumericId() - Method in class org.opends.server.replication.common.ReplicationServerId
 
isBackwardCompatibleWithNumericId() - Method in interface org.opends.server.replication.common.ServerId
Returns if the serverId can be used as identifier with replication protocol versions before V11.
isBerEncodingRequired() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Indicates whether this attribute syntax requires that values must be encoded using the Basic Encoding Rules (BER) used by X.500 directories and always include the binary attribute description option.
isBerEncodingRequired() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Indicates whether this attribute syntax requires that values must be encoded using the Basic Encoding Rules (BER) used by X.500 directories and always include the binary attribute description option.
isBinary(boolean) - Method in class org.forgerock.opendj.rest2ldap.SimplePropertyMapper
Indicates that JSON values are base 64 encodings of binary data.
isBindToServerFqdn() - Method in interface org.forgerock.opendj.server.config.client.GssapiSaslMechanismHandlerCfgClient
Gets the "bind-to-server-fqdn" property.
isBindToServerFqdn() - Method in interface org.forgerock.opendj.server.config.server.GssapiSaslMechanismHandlerCfg
Gets the "bind-to-server-fqdn" property.
isBindWithDnRequiresPassword() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "bind-with-dn-requires-password" property.
isBindWithDnRequiresPassword() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "bind-with-dn-requires-password" property.
isBindWithDNRequiresPassword() - Method in class org.opends.server.core.CoreConfigManager
Indicates whether simple bind requests that contain a bind DN will also be required to have a password.
isBlank(CharSequence) - Static method in class org.forgerock.util.Strings
Check to see if a character sequence is null or blank.
isBlank(CharSequence) - Static method in class org.forgerock.util.Utils
isBoolean() - Method in class org.forgerock.json.JsonValue
Returns true if the JSON value is a Boolean.
isCa() - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Identifies the certificate as a CA certificate by adding the basic constraint extension.
isCacheable() - Method in class org.forgerock.json.resource.ResponseCacheControl
Indicates whether the response should ever be cached.
isCancel(Request) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Checks whether the provided request is a Cancel extended request.
isCancelable() - Method in class org.opends.server.tools.tasks.TaskEntry
Indicates whether this task supports a cancel operation.
isCancelled() - Method in interface org.forgerock.util.promise.Promise
Returns true if this Promise was cancelled before it completed normally.
isCancelled() - Method in class org.forgerock.util.promise.PromiseImpl
 
isCancelled() - Method in enum class org.opends.server.backends.task.TaskState
Indicates whether this task has been cancelled.
isCancelled() - Method in class org.opends.server.types.Cancellable
Indicates whether this operation has been cancelled.
isCaseInsensitive() - Method in class org.forgerock.opendj.config.StringPropertyDefinition
Query whether values of this property are case-insensitive.
isCaseSensitiveStrings() - Method in interface org.forgerock.opendj.server.config.client.JsonEqualityMatchingRuleCfgClient
Gets the "case-sensitive-strings" property.
isCaseSensitiveStrings() - Method in interface org.forgerock.opendj.server.config.client.JsonOrderingMatchingRuleCfgClient
Gets the "case-sensitive-strings" property.
isCaseSensitiveStrings() - Method in interface org.forgerock.opendj.server.config.client.JsonQueryEqualityMatchingRuleCfgClient
Gets the "case-sensitive-strings" property.
isCaseSensitiveStrings() - Method in interface org.forgerock.opendj.server.config.client.NameAndJsonQueryEqualityMatchingRuleCfgClient
Gets the "case-sensitive-strings" property.
isCaseSensitiveStrings() - Method in interface org.forgerock.opendj.server.config.server.JsonEqualityMatchingRuleCfg
Gets the "case-sensitive-strings" property.
isCaseSensitiveStrings() - Method in interface org.forgerock.opendj.server.config.server.JsonOrderingMatchingRuleCfg
Gets the "case-sensitive-strings" property.
isCaseSensitiveStrings() - Method in interface org.forgerock.opendj.server.config.server.JsonQueryEqualityMatchingRuleCfg
Gets the "case-sensitive-strings" property.
isCaseSensitiveStrings() - Method in interface org.forgerock.opendj.server.config.server.NameAndJsonQueryEqualityMatchingRuleCfg
Gets the "case-sensitive-strings" property.
isCaseSensitiveValidation() - Method in interface org.forgerock.opendj.server.config.client.DictionaryPasswordValidatorCfgClient
Gets the "case-sensitive-validation" property.
isCaseSensitiveValidation() - Method in interface org.forgerock.opendj.server.config.client.RepeatedCharactersPasswordValidatorCfgClient
Gets the "case-sensitive-validation" property.
isCaseSensitiveValidation() - Method in interface org.forgerock.opendj.server.config.client.UniqueCharactersPasswordValidatorCfgClient
Gets the "case-sensitive-validation" property.
isCaseSensitiveValidation() - Method in interface org.forgerock.opendj.server.config.server.DictionaryPasswordValidatorCfg
Gets the "case-sensitive-validation" property.
isCaseSensitiveValidation() - Method in interface org.forgerock.opendj.server.config.server.RepeatedCharactersPasswordValidatorCfg
Gets the "case-sensitive-validation" property.
isCaseSensitiveValidation() - Method in interface org.forgerock.opendj.server.config.server.UniqueCharactersPasswordValidatorCfg
Gets the "case-sensitive-validation" property.
isChangeNumberEnabled() - Method in class org.opends.server.replication.server.ReplicationServer
Returns whether change-log indexing is enabled for this RS.
isChangesOnly() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
Returns true if only updated entries should be returned (added, modified, deleted, or subject to a modifyDN operation), otherwise false if the search will initially return all the existing entries which match the filter.
isChangesOnly() - Method in class org.opends.server.core.PersistentSearch
Returns whether only entries updated after the beginning of this persistent search should be returned.
isCheckReferences() - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
Gets the "check-references" property.
isCheckReferences() - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
Gets the "check-references" property.
isCheckSchema() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "check-schema" property.
isCheckSchema() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "check-schema" property.
isCheckSchema() - Method in class org.opends.server.core.CoreConfigManager
Indicates whether the Directory Server should perform schema checking.
isCheckSubstrings() - Method in interface org.forgerock.opendj.server.config.client.AttributeValuePasswordValidatorCfgClient
Gets the "check-substrings" property.
isCheckSubstrings() - Method in interface org.forgerock.opendj.server.config.client.DictionaryPasswordValidatorCfgClient
Gets the "check-substrings" property.
isCheckSubstrings() - Method in interface org.forgerock.opendj.server.config.server.AttributeValuePasswordValidatorCfg
Gets the "check-substrings" property.
isCheckSubstrings() - Method in interface org.forgerock.opendj.server.config.server.DictionaryPasswordValidatorCfg
Gets the "check-substrings" property.
isChildOf(String) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is an immediate child of the provided DN decoded using the default schema.
isChildOf(AbstractManagedObjectDefinition<?, ?>) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Determines whether this managed object definition is a sub-type of the provided managed object definition.
isChildOf(Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is an immediate child of the provided DN.
isClearDegradedState() - Method in class org.opends.server.backends.RebuildConfig
Returns true if indexes should be forcefully marked as valid even if they are currently degraded.
isClearDegradedState(boolean) - Method in class org.opends.server.backends.RebuildConfig
Sets the 'clear degraded index' status.
isClient() - Method in interface org.forgerock.opendj.config.ConfigurationFramework.InitParameters
Returns whether the associated configuration framework is being used within a client application.
isClient() - Method in class org.forgerock.opendj.config.ConfigurationFramework
Returns true if the configuration framework is being used within a client application.
isClientError() - Method in class org.forgerock.opendj.ldap.ResultCode
Returns true if this ResultCode corresponds to a client-side result code.
isClosed() - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Indicates whether or not this connection has been explicitly closed by calling close.
isClosed() - Method in interface org.forgerock.json.resource.Connection
Indicates whether or not this connection has been explicitly closed by calling close.
isClosed() - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Indicates whether this connection has been explicitly closed by calling close.
isClosed() - Method in interface org.forgerock.opendj.ldap.Connection
Indicates whether this connection has been explicitly closed by calling close.
isClosed() - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Indicates whether this connection has been explicitly closed by calling LdapClientSocket.close().
isClosed() - Method in class org.forgerock.secrets.GenericSecret
 
isClosed() - Method in class org.forgerock.secrets.keys.CryptoKey
 
isClosed() - Method in class org.forgerock.secrets.Secret
Indicates whether this secret has been closed by calling the Secret.close() method.
isCloseNoNotify(ReplicationMsg) - Static method in class org.opends.server.replication.protocol.StopMsg
Checks whether the provided message is a stop message with a reason set to StopMsg.StopReason.CLOSE_NO_NOTIFY.
isCollection() - Method in class org.forgerock.json.JsonValue
Returns true if the JSON value is a Collection.
isCollective() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this attribute type is declared "collective".
isCollectiveOrInheritedCollective() - Method in class org.opends.server.types.SubEntry
Indicates whether this subentry is a collective attribute subentry or an inherited collective attribute subentry.
isCompactEncoding() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Gets the "compact-encoding" property.
isCompactEncoding() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Gets the "compact-encoding" property.
isCompatible(Object, Object) - Static method in class org.forgerock.util.Objects
Returns whether the two objects are type-compatible.
isCompatible(Object, Object) - Static method in class org.forgerock.util.Utils
isCompressed() - Method in class org.opends.server.types.LDIFImportConfig
Indicates whether the input LDIF source is expected to be compressed.
isConfidentialityEnabled() - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Gets the "confidentiality-enabled" property.
isConfidentialityEnabled() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Gets the "confidentiality-enabled" property.
isConfidentialityEnabled() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Gets the "confidentiality-enabled" property.
isConfidentialityEnabled() - Method in interface org.forgerock.opendj.server.config.server.BackendIndexCfg
Gets the "confidentiality-enabled" property.
isConfidentialityEnabled() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Gets the "confidentiality-enabled" property.
isConfidentialityEnabled() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Gets the "confidentiality-enabled" property.
isConfigFile(Path) - Method in class org.forgerock.opendj.config.ConfigurationFramework
Returns true if the provided file is the configuration file used by this instance.
isConfigurationAcceptable(C, List<LocalizableMessage>, ServerContext) - Method in class org.opends.server.api.Backend
Indicates whether the provided configuration is acceptable for this backend.
isConfigurationAcceptable(C, List<LocalizableMessage>, ServerContext) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
isConfigurationAcceptable(C, List<LocalizableMessage>, ServerContext) - Method in interface org.opends.server.discovery.ServiceDiscoveryMechanism
Returns whether the provided configuration is correct for the mechanism.
isConfigurationAcceptable(AdminDataTrustManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.AdminDataTrustManagerProvider
 
isConfigurationAcceptable(Argon2PasswordStorageSchemeCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.Argon2PasswordStorageScheme
 
isConfigurationAcceptable(AttributeCleanupPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.AttributeCleanupPlugin
 
isConfigurationAcceptable(AttributeValuePasswordValidatorCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.AttributeValuePasswordValidator
 
isConfigurationAcceptable(ChangeNumberControlPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.ChangeNumberControlPlugin
 
isConfigurationAcceptable(CharacterSetPasswordValidatorCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.CharacterSetPasswordValidator
 
isConfigurationAcceptable(ConsoleErrorLogPublisherCfg, List<LocalizableMessage>) - Method in class org.opends.server.loggers.ConsoleErrorLogPublisher
 
isConfigurationAcceptable(CoreSchemaCfg, List<LocalizableMessage>) - Method in class org.opends.server.schema.CoreSchemaProvider
 
isConfigurationAcceptable(CramMd5SaslMechanismHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.CRAMMD5SASLMechanismHandler
 
isConfigurationAcceptable(CryptPasswordStorageSchemeCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.CryptPasswordStorageScheme
 
isConfigurationAcceptable(DictionaryPasswordValidatorCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.DictionaryPasswordValidator
 
isConfigurationAcceptable(DigestMd5SaslMechanismHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.DigestMD5SASLMechanismHandler
 
isConfigurationAcceptable(EntityTagPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.EntityTagPlugin
 
isConfigurationAcceptable(EntryUuidPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.EntryUUIDPlugin
 
isConfigurationAcceptable(ErrorLogAccountStatusNotificationHandlerCfg, ServerContext, List<LocalizableMessage>) - Method in class org.opends.server.extensions.ErrorLogAccountStatusNotificationHandler
 
isConfigurationAcceptable(ExactMatchIdentityMapperCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.ExactMatchIdentityMapper
 
isConfigurationAcceptable(FifoEntryCacheCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.FIFOEntryCache
 
isConfigurationAcceptable(FileBasedAccessLogPublisherCfg, List<LocalizableMessage>) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
isConfigurationAcceptable(FileBasedAuditLogPublisherCfg, List<LocalizableMessage>) - Method in class org.opends.server.loggers.TextAuditLogPublisher
 
isConfigurationAcceptable(FileBasedErrorLogPublisherCfg, List<LocalizableMessage>) - Method in class org.opends.server.loggers.TextErrorLogPublisher
 
isConfigurationAcceptable(FileBasedHttpAccessLogPublisherCfg, List<LocalizableMessage>) - Method in class org.opends.server.loggers.TextHTTPAccessLogPublisher
 
isConfigurationAcceptable(FileBasedKeyManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.FileBasedKeyManagerProvider
 
isConfigurationAcceptable(FileBasedTrustManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.FileBasedTrustManagerProvider
 
isConfigurationAcceptable(FractionalLdifImportPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.replication.plugin.FractionalLDIFImportPlugin
 
isConfigurationAcceptable(GraphiteMonitorReporterPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.GraphiteMonitorReporterPlugin
 
isConfigurationAcceptable(GssapiSaslMechanismHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.GSSAPISASLMechanismHandler
 
isConfigurationAcceptable(JeBackendCfg, List<LocalizableMessage>, ServerContext) - Method in class org.opends.server.backends.jeb.JEBackend
 
isConfigurationAcceptable(JmxAlertHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.JMXAlertHandler
 
isConfigurationAcceptable(JsonEqualityMatchingRuleCfg, List<LocalizableMessage>) - Method in class org.opends.server.schema.JsonEqualityMatchingRuleProvider
 
isConfigurationAcceptable(JsonOrderingMatchingRuleCfg, List<LocalizableMessage>) - Method in class org.opends.server.schema.JsonOrderingMatchingRuleProvider
 
isConfigurationAcceptable(JsonQueryEqualityMatchingRuleCfg, List<LocalizableMessage>) - Method in class org.opends.server.schema.JsonQueryEqualityMatchingRuleProvider
 
isConfigurationAcceptable(LastModPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.LastModPlugin
 
isConfigurationAcceptable(LdapAttributeDescriptionListPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.LDAPADListPlugin
 
isConfigurationAcceptable(LdapKeyManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.LDAPKeyManagerProvider
 
isConfigurationAcceptable(LdapPassThroughAuthenticationPolicyCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.LDAPPassThroughAuthenticationPolicyFactory
 
isConfigurationAcceptable(LdapTrustManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.LDAPTrustManagerProvider
 
isConfigurationAcceptable(LengthBasedPasswordValidatorCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.LengthBasedPasswordValidator
 
isConfigurationAcceptable(NameAndJsonQueryEqualityMatchingRuleCfg, List<LocalizableMessage>) - Method in class org.opends.server.schema.NameAndJsonQueryEqualityMatchingRuleProvider
 
isConfigurationAcceptable(PasswordModifyExtendedOperationHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.PasswordModifyExtendedOperation
 
isConfigurationAcceptable(PasswordPolicyCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.PasswordPolicyFactory
 
isConfigurationAcceptable(PasswordPolicyImportPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.PasswordPolicyImportPlugin
 
isConfigurationAcceptable(PemKeyManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.PemKeyManagerProvider
 
isConfigurationAcceptable(PemTrustManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.PemTrustManagerProvider
 
isConfigurationAcceptable(Pkcs11KeyManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.PKCS11KeyManagerProvider
 
isConfigurationAcceptable(PlainSaslMechanismHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.PlainSASLMechanismHandler
 
isConfigurationAcceptable(PluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.api.plugin.InternalDirectoryServerPlugin
 
isConfigurationAcceptable(PolicyBasedAccessControlHandlerCfg, List<LocalizableMessage>, ServerContext) - Method in class org.opends.server.authorization.policy.PolicyBasedAccessControlHandler
 
isConfigurationAcceptable(ProxyBackendCfg, List<LocalizableMessage>, ServerContext) - Method in class org.opends.server.backends.ProxyBackend
 
isConfigurationAcceptable(RandomPasswordGeneratorCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.RandomPasswordGenerator
 
isConfigurationAcceptable(ReferentialIntegrityPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.ReferentialIntegrityPlugin
 
isConfigurationAcceptable(RegularExpressionIdentityMapperCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.RegularExpressionIdentityMapper
 
isConfigurationAcceptable(ReplicationServerCfg, List<LocalizableMessage>) - Static method in class org.opends.server.replication.server.ReplicationServer
Check if the provided configuration is acceptable for add.
isConfigurationAcceptable(ReplicationServiceDiscoveryMechanismCfg, List<LocalizableMessage>, ServerContext) - Method in class org.opends.server.discovery.ReplicationServiceDiscoveryMechanism
 
isConfigurationAcceptable(RootDseBackendCfg, List<LocalizableMessage>, ServerContext) - Method in class org.opends.server.backends.RootDSEBackend
 
isConfigurationAcceptable(SambaPasswordPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.SambaPasswordPlugin
Verifies if the plugin configuration is acceptable.
isConfigurationAcceptable(SevenBitCleanPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.SevenBitCleanPlugin
 
isConfigurationAcceptable(SmtpAccountStatusNotificationHandlerCfg, ServerContext, List<LocalizableMessage>) - Method in class org.opends.server.extensions.SMTPAccountStatusNotificationHandler
 
isConfigurationAcceptable(SmtpAlertHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.SMTPAlertHandler
 
isConfigurationAcceptable(SoftReferenceEntryCacheCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.SoftReferenceEntryCache
 
isConfigurationAcceptable(StaticServiceDiscoveryMechanismCfg, List<LocalizableMessage>, ServerContext) - Method in class org.opends.server.discovery.StaticServiceDiscoveryMechanism
 
isConfigurationAcceptable(SubjectAttributeToUserAttributeCertificateMapperCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.SubjectAttributeToUserAttributeCertificateMapper
 
isConfigurationAcceptable(TaskBackendCfg, List<LocalizableMessage>, ServerContext) - Method in class org.opends.server.backends.task.TaskBackend
 
isConfigurationAcceptable(UniqueAttributePluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.UniqueAttributePlugin
 
isConfigurationAcceptable(UserTemplateVirtualAttributeCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.UserTemplateVirtualAttributeProvider
 
isConfigurationAcceptable(ServerContext, HttpConnectionHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
 
isConfigurationAcceptable(ServerContext, JmxConnectionHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
 
isConfigurationAcceptable(ServerContext, LdapConnectionHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
isConfigurationAcceptable(ServerContext, LdifConnectionHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.protocols.LDIFConnectionHandler
 
isConfigurationAcceptable(ServerContext, T, List<LocalizableMessage>) - Method in class org.opends.server.api.ConnectionHandler
Indicates whether the provided configuration is acceptable for this connection handler.
isConfigurationAcceptable(T, List<LocalizableMessage>) - Method in interface org.opends.server.api.AlertHandler
Indicates whether the provided configuration is acceptable for this alert handler.
isConfigurationAcceptable(T, List<LocalizableMessage>) - Method in interface org.opends.server.api.AuthenticationPolicyFactory
Indicates whether the provided authentication policy configuration is acceptable.
isConfigurationAcceptable(T, List<LocalizableMessage>) - Method in class org.opends.server.api.CertificateMapper
Indicates whether the provided configuration is acceptable for this certificate mapper.
isConfigurationAcceptable(T, List<LocalizableMessage>) - Method in class org.opends.server.api.EntryCache
Indicates whether the provided configuration is acceptable for this entry cache.
isConfigurationAcceptable(T, List<LocalizableMessage>) - Method in class org.opends.server.api.ExtendedOperationHandler
Indicates whether the provided configuration is acceptable for this extended operation handler.
isConfigurationAcceptable(T, List<LocalizableMessage>) - Method in class org.opends.server.api.IdentityMapper
Indicates whether the provided configuration is acceptable for this identity mapper.
isConfigurationAcceptable(T, List<LocalizableMessage>) - Method in class org.opends.server.api.KeyManagerProvider
Indicates whether the provided configuration is acceptable for this key manager provider.
isConfigurationAcceptable(T, List<LocalizableMessage>) - Method in class org.opends.server.api.PasswordGenerator
Indicates whether the provided configuration is acceptable for this password generator.
isConfigurationAcceptable(T, List<LocalizableMessage>) - Method in class org.opends.server.api.PasswordStorageScheme
Indicates whether the provided configuration is acceptable for this password storage scheme.
isConfigurationAcceptable(T, List<LocalizableMessage>) - Method in class org.opends.server.api.PasswordValidator
Indicates whether the provided configuration is acceptable for this password validator.
isConfigurationAcceptable(T, List<LocalizableMessage>) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Indicates whether the provided configuration is acceptable for this plugin.
isConfigurationAcceptable(T, List<LocalizableMessage>) - Method in class org.opends.server.api.SASLMechanismHandler
Indicates whether the provided configuration is acceptable for this SASL mechanism handler.
isConfigurationAcceptable(T, List<LocalizableMessage>) - Method in class org.opends.server.api.SynchronizationProvider
Indicates whether the provided configuration is acceptable for this synchronization provider.
isConfigurationAcceptable(T, List<LocalizableMessage>) - Method in class org.opends.server.api.TrustManagerProvider
Indicates whether the provided configuration is acceptable for this trust manager provider.
isConfigurationAcceptable(T, List<LocalizableMessage>) - Method in class org.opends.server.api.VirtualAttributeProvider
Indicates whether the provided configuration is acceptable for this virtual attribute provider.
isConfigurationAcceptable(T, List<LocalizableMessage>) - Method in class org.opends.server.loggers.AccessLogPublisher
 
isConfigurationAcceptable(T, List<LocalizableMessage>) - Method in class org.opends.server.loggers.ErrorLogPublisher
 
isConfigurationAcceptable(T, List<LocalizableMessage>) - Method in class org.opends.server.loggers.HTTPAccessLogPublisher
 
isConfigurationAcceptable(T, List<LocalizableMessage>) - Method in interface org.opends.server.loggers.LogPublisher
Indicates whether the provided configuration is acceptable for this log publisher.
isConfigurationAcceptable(T, List<LocalizableMessage>) - Method in interface org.opends.server.schema.SchemaProvider
Indicates whether the provided configuration is acceptable for this provider.
isConfigurationAcceptable(T, List<LocalizableMessage>, ServerContext) - Method in class org.opends.server.api.AccessControlHandler
Indicates whether the provided configuration is acceptable for this access control handler.
isConfigurationAcceptable(T, ServerContext, List<LocalizableMessage>) - Method in class org.opends.server.api.AccountStatusNotificationHandler
Indicates whether the provided configuration is acceptable for this account status notification handler.
isConfigurationAddAcceptable(C, List<LocalizableMessage>) - Method in class org.opends.server.loggers.AbstractLogger
 
isConfigurationAddAcceptable(ServerManagedObject<? extends T>, List<LocalizableMessage>) - Method in interface org.forgerock.opendj.config.server.ServerManagedObjectAddListener
Indicates whether the proposed addition of a new server managed object is acceptable to this add listener.
isConfigurationAddAcceptable(AccessControlHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.AccessControlConfigManager
 
isConfigurationAddAcceptable(AccountStatusNotificationHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.AccountStatusNotificationHandlerConfigManager
 
isConfigurationAddAcceptable(AlertHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.AlertHandlerConfigManager
 
isConfigurationAddAcceptable(BackendCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.BackendConfigManager
 
isConfigurationAddAcceptable(CertificateMapperCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.CertificateMapperConfigManager
 
isConfigurationAddAcceptable(ConnectionHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.ConnectionHandlerConfigManager
 
isConfigurationAddAcceptable(EntryCacheCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.EntryCacheConfigManager
 
isConfigurationAddAcceptable(ExtendedOperationHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.ExtendedOperationConfigManager
 
isConfigurationAddAcceptable(HttpEndpointCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.HttpEndpointConfigManager
 
isConfigurationAddAcceptable(IdentityMapperCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.IdentityMapperConfigManager
 
isConfigurationAddAcceptable(KeyManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.KeyManagerProviderConfigManager
 
isConfigurationAddAcceptable(LogPublisherCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.LoggerConfigManager
 
isConfigurationAddAcceptable(LogRetentionPolicyCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.LogRetentionPolicyConfigManager
 
isConfigurationAddAcceptable(LogRotationPolicyCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.LogRotationPolicyConfigManager
 
isConfigurationAddAcceptable(PasswordGeneratorCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.PasswordGeneratorConfigManager
 
isConfigurationAddAcceptable(PasswordStorageSchemeCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.PasswordStorageSchemeConfigManager
 
isConfigurationAddAcceptable(PasswordValidatorCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.PasswordValidatorConfigManager
 
isConfigurationAddAcceptable(PluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.PluginConfigManager
 
isConfigurationAddAcceptable(ReplicationDomainCfg, List<LocalizableMessage>) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
isConfigurationAddAcceptable(SaslMechanismHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.SASLConfigManager
 
isConfigurationAddAcceptable(SchemaProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.schema.SchemaHandler
 
isConfigurationAddAcceptable(ServiceDiscoveryMechanismCfg, List<LocalizableMessage>) - Method in class org.opends.server.discovery.ServiceDiscoveryMechanismConfigManager
 
isConfigurationAddAcceptable(SynchronizationProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.SynchronizationProviderConfigManager
 
isConfigurationAddAcceptable(TrustManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.TrustManagerProviderConfigManager
 
isConfigurationAddAcceptable(VirtualAttributeCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.VirtualAttributeConfigManager
 
isConfigurationAddAcceptable(T, List<LocalizableMessage>) - Method in interface org.forgerock.opendj.config.server.ConfigurationAddListener
Indicates whether the proposed addition of a new configuration is acceptable to this add listener.
isConfigurationChangeAcceptable(ScramSha512PasswordStorageSchemeCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.ScramSha512PasswordStorageScheme
 
isConfigurationChangeAcceptable(ScramSha512SaslMechanismHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.ScramSha512SASLMechanismHandler
 
isConfigurationChangeAcceptable(C, List<LocalizableMessage>) - Method in class org.opends.server.loggers.AbstractLogger
 
isConfigurationChangeAcceptable(ServerManagedObject<? extends T>, List<LocalizableMessage>) - Method in interface org.forgerock.opendj.config.server.ServerManagedObjectChangeListener
Indicates whether the proposed change to the server managed object is acceptable to this change listener.
isConfigurationChangeAcceptable(AccessControlHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.AccessControlConfigManager
 
isConfigurationChangeAcceptable(AccountStatusNotificationHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.AccountStatusNotificationHandlerConfigManager
 
isConfigurationChangeAcceptable(AdminDataTrustManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.AdminDataTrustManagerProvider
 
isConfigurationChangeAcceptable(AdministrationConnectorCfg, List<LocalizableMessage>) - Method in class org.opends.server.config.AdministrationConnector
 
isConfigurationChangeAcceptable(AlertHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.AlertHandlerConfigManager
 
isConfigurationChangeAcceptable(Argon2PasswordStorageSchemeCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.Argon2PasswordStorageScheme
 
isConfigurationChangeAcceptable(AttributeCleanupPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.AttributeCleanupPlugin
 
isConfigurationChangeAcceptable(AttributeValuePasswordValidatorCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.AttributeValuePasswordValidator
 
isConfigurationChangeAcceptable(BackendCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.BackendConfigManager
 
isConfigurationChangeAcceptable(BcryptPasswordStorageSchemeCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.BcryptPasswordStorageScheme
 
isConfigurationChangeAcceptable(CertificateMapperCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.CertificateMapperConfigManager
 
isConfigurationChangeAcceptable(ChangeNumberControlPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.ChangeNumberControlPlugin
 
isConfigurationChangeAcceptable(CharacterSetPasswordValidatorCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.CharacterSetPasswordValidator
 
isConfigurationChangeAcceptable(ConnectionHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.ConnectionHandlerConfigManager
 
isConfigurationChangeAcceptable(ConsoleErrorLogPublisherCfg, List<LocalizableMessage>) - Method in class org.opends.server.loggers.ConsoleErrorLogPublisher
 
isConfigurationChangeAcceptable(CoreSchemaCfg, List<LocalizableMessage>) - Method in class org.opends.server.schema.CoreSchemaProvider
 
isConfigurationChangeAcceptable(CramMd5SaslMechanismHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.CRAMMD5SASLMechanismHandler
 
isConfigurationChangeAcceptable(CryptoManagerCfg, List<LocalizableMessage>) - Method in class org.opends.server.crypto.CryptoManager
 
isConfigurationChangeAcceptable(CryptPasswordStorageSchemeCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.CryptPasswordStorageScheme
 
isConfigurationChangeAcceptable(DictionaryPasswordValidatorCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.DictionaryPasswordValidator
 
isConfigurationChangeAcceptable(DigestMd5SaslMechanismHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.DigestMD5SASLMechanismHandler
 
isConfigurationChangeAcceptable(EntityTagPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.EntityTagPlugin
 
isConfigurationChangeAcceptable(EntityTagVirtualAttributeCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.EntityTagVirtualAttributeProvider
 
isConfigurationChangeAcceptable(EntryCacheCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
isConfigurationChangeAcceptable(EntryCacheCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.EntryCacheConfigManager
 
isConfigurationChangeAcceptable(EntryUuidPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.EntryUUIDPlugin
 
isConfigurationChangeAcceptable(ErrorLogAccountStatusNotificationHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.ErrorLogAccountStatusNotificationHandler
 
isConfigurationChangeAcceptable(ExactMatchIdentityMapperCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.ExactMatchIdentityMapper
 
isConfigurationChangeAcceptable(ExtendedOperationHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.ExtendedOperationConfigManager
 
isConfigurationChangeAcceptable(ExternalSaslMechanismHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.ExternalSASLMechanismHandler
 
isConfigurationChangeAcceptable(FifoEntryCacheCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.FIFOEntryCache
 
isConfigurationChangeAcceptable(FileBasedAccessLogPublisherCfg, List<LocalizableMessage>) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
isConfigurationChangeAcceptable(FileBasedAuditLogPublisherCfg, List<LocalizableMessage>) - Method in class org.opends.server.loggers.TextAuditLogPublisher
 
isConfigurationChangeAcceptable(FileBasedErrorLogPublisherCfg, List<LocalizableMessage>) - Method in class org.opends.server.loggers.TextErrorLogPublisher
 
isConfigurationChangeAcceptable(FileBasedHttpAccessLogPublisherCfg, List<LocalizableMessage>) - Method in class org.opends.server.loggers.TextHTTPAccessLogPublisher
 
isConfigurationChangeAcceptable(FileBasedKeyManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.FileBasedKeyManagerProvider
 
isConfigurationChangeAcceptable(FileBasedTrustManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.FileBasedTrustManagerProvider
 
isConfigurationChangeAcceptable(FileCountLogRetentionPolicyCfg, List<LocalizableMessage>) - Method in class org.opends.server.loggers.FileNumberRetentionPolicy
 
isConfigurationChangeAcceptable(FixedTimeLogRotationPolicyCfg, List<LocalizableMessage>) - Method in class org.opends.server.loggers.FixedTimeRotationPolicy
 
isConfigurationChangeAcceptable(FractionalLdifImportPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.replication.plugin.FractionalLDIFImportPlugin
 
isConfigurationChangeAcceptable(FreeDiskSpaceLogRetentionPolicyCfg, List<LocalizableMessage>) - Method in class org.opends.server.loggers.FreeDiskSpaceRetentionPolicy
 
isConfigurationChangeAcceptable(GlobalCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.CoreConfigManager
 
isConfigurationChangeAcceptable(GraphiteMonitorReporterPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.GraphiteMonitorReporterPlugin
 
isConfigurationChangeAcceptable(GssapiSaslMechanismHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.GSSAPISASLMechanismHandler
 
isConfigurationChangeAcceptable(HttpConnectionHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
 
isConfigurationChangeAcceptable(HttpEndpointCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.HttpEndpointConfigManager
 
isConfigurationChangeAcceptable(IdentityMapperCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.IdentityMapperConfigManager
 
isConfigurationChangeAcceptable(JeBackendCfg, List<LocalizableMessage>) - Method in class org.opends.server.backends.jeb.JEStorage
 
isConfigurationChangeAcceptable(JmxAlertHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.JMXAlertHandler
 
isConfigurationChangeAcceptable(JmxConnectionHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
 
isConfigurationChangeAcceptable(JsonEqualityMatchingRuleCfg, List<LocalizableMessage>) - Method in class org.opends.server.schema.JsonEqualityMatchingRuleProvider
 
isConfigurationChangeAcceptable(JsonOrderingMatchingRuleCfg, List<LocalizableMessage>) - Method in class org.opends.server.schema.JsonOrderingMatchingRuleProvider
 
isConfigurationChangeAcceptable(JsonQueryEqualityMatchingRuleCfg, List<LocalizableMessage>) - Method in class org.opends.server.schema.JsonQueryEqualityMatchingRuleProvider
 
isConfigurationChangeAcceptable(KeyManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.KeyManagerProviderConfigManager
 
isConfigurationChangeAcceptable(LastModPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.LastModPlugin
 
isConfigurationChangeAcceptable(LdapAttributeDescriptionListPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.LDAPADListPlugin
 
isConfigurationChangeAcceptable(LdapConnectionHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
isConfigurationChangeAcceptable(LdapKeyManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.LDAPKeyManagerProvider
 
isConfigurationChangeAcceptable(LdapTrustManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.LDAPTrustManagerProvider
 
isConfigurationChangeAcceptable(LdifBackendCfg, List<LocalizableMessage>) - Method in class org.opends.server.backends.LDIFBackend
 
isConfigurationChangeAcceptable(LdifConnectionHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.protocols.LDIFConnectionHandler
 
isConfigurationChangeAcceptable(LengthBasedPasswordValidatorCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.LengthBasedPasswordValidator
 
isConfigurationChangeAcceptable(LogRetentionPolicyCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.LogRetentionPolicyConfigManager
 
isConfigurationChangeAcceptable(LogRotationPolicyCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.LogRotationPolicyConfigManager
 
isConfigurationChangeAcceptable(MemberVirtualAttributeCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.MemberVirtualAttributeProvider
 
isConfigurationChangeAcceptable(MonitorBackendCfg, List<LocalizableMessage>) - Method in class org.opends.server.backends.MonitorBackend
 
isConfigurationChangeAcceptable(NameAndJsonQueryEqualityMatchingRuleCfg, List<LocalizableMessage>) - Method in class org.opends.server.schema.NameAndJsonQueryEqualityMatchingRuleProvider
 
isConfigurationChangeAcceptable(PasswordGeneratorCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.PasswordGeneratorConfigManager
 
isConfigurationChangeAcceptable(PasswordModifyExtendedOperationHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.PasswordModifyExtendedOperation
 
isConfigurationChangeAcceptable(PasswordPolicyImportPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.PasswordPolicyImportPlugin
 
isConfigurationChangeAcceptable(PasswordStorageSchemeCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.PasswordStorageSchemeConfigManager
 
isConfigurationChangeAcceptable(PasswordValidatorCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.PasswordValidatorConfigManager
 
isConfigurationChangeAcceptable(Pbkdf2PasswordStorageSchemeCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.PBKDF2HmacSHA256PasswordStorageScheme
 
isConfigurationChangeAcceptable(PemKeyManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.PemKeyManagerProvider
 
isConfigurationChangeAcceptable(PemTrustManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.PemTrustManagerProvider
 
isConfigurationChangeAcceptable(Pkcs11KeyManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.PKCS11KeyManagerProvider
 
isConfigurationChangeAcceptable(Pkcs11TrustManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.Pkcs11TrustManagerProvider
 
isConfigurationChangeAcceptable(PlainSaslMechanismHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.PlainSASLMechanismHandler
 
isConfigurationChangeAcceptable(PluggableBackendCfg, List<LocalizableMessage>) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
isConfigurationChangeAcceptable(PluggableBackendCfg, List<LocalizableMessage>) - Method in class org.opends.server.backends.pluggable.EntryContainer
 
isConfigurationChangeAcceptable(PluggableBackendCfg, List<LocalizableMessage>) - Method in class org.opends.server.backends.pluggable.RootContainer
 
isConfigurationChangeAcceptable(PluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.PluginConfigManager
 
isConfigurationChangeAcceptable(ProxyBackendCfg, List<LocalizableMessage>) - Method in class org.opends.server.backends.ProxyBackend
 
isConfigurationChangeAcceptable(RandomPasswordGeneratorCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.RandomPasswordGenerator
 
isConfigurationChangeAcceptable(ReferentialIntegrityPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.ReferentialIntegrityPlugin
 
isConfigurationChangeAcceptable(RegularExpressionIdentityMapperCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.RegularExpressionIdentityMapper
 
isConfigurationChangeAcceptable(RepeatedCharactersPasswordValidatorCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.RepeatedCharactersPasswordValidator
 
isConfigurationChangeAcceptable(ReplicationDomainCfg, List<LocalizableMessage>) - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
 
isConfigurationChangeAcceptable(ReplicationServerCfg, List<LocalizableMessage>) - Method in class org.opends.server.replication.server.ReplicationServer
 
isConfigurationChangeAcceptable(ReplicationServiceDiscoveryMechanismCfg, List<LocalizableMessage>) - Method in class org.opends.server.discovery.ReplicationServiceDiscoveryMechanism
 
isConfigurationChangeAcceptable(ReplicationSynchronizationProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
isConfigurationChangeAcceptable(RootDseBackendCfg, List<LocalizableMessage>) - Method in class org.opends.server.backends.RootDSEBackend
 
isConfigurationChangeAcceptable(SambaPasswordPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.SambaPasswordPlugin
 
isConfigurationChangeAcceptable(SaslMechanismHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.SASLConfigManager
 
isConfigurationChangeAcceptable(SchemaBackendCfg, List<LocalizableMessage>) - Method in class org.opends.server.backends.SchemaBackend
 
isConfigurationChangeAcceptable(SevenBitCleanPluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.SevenBitCleanPlugin
 
isConfigurationChangeAcceptable(SimilarityBasedPasswordValidatorCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.SimilarityBasedPasswordValidator
 
isConfigurationChangeAcceptable(SizeLimitLogRetentionPolicyCfg, List<LocalizableMessage>) - Method in class org.opends.server.loggers.SizeBasedRetentionPolicy
 
isConfigurationChangeAcceptable(SizeLimitLogRotationPolicyCfg, List<LocalizableMessage>) - Method in class org.opends.server.loggers.SizeBasedRotationPolicy
 
isConfigurationChangeAcceptable(SmtpAccountStatusNotificationHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.SMTPAccountStatusNotificationHandler
 
isConfigurationChangeAcceptable(SmtpAlertHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.SMTPAlertHandler
 
isConfigurationChangeAcceptable(SoftReferenceEntryCacheCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.SoftReferenceEntryCache
 
isConfigurationChangeAcceptable(StaticServiceDiscoveryMechanismCfg, List<LocalizableMessage>) - Method in class org.opends.server.discovery.StaticServiceDiscoveryMechanism
 
isConfigurationChangeAcceptable(SubjectAttributeToUserAttributeCertificateMapperCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.SubjectAttributeToUserAttributeCertificateMapper
 
isConfigurationChangeAcceptable(SynchronizationProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.SynchronizationProviderConfigManager
 
isConfigurationChangeAcceptable(TaskBackendCfg, List<LocalizableMessage>) - Method in class org.opends.server.backends.task.TaskBackend
 
isConfigurationChangeAcceptable(TimeLimitLogRotationPolicyCfg, List<LocalizableMessage>) - Method in class org.opends.server.loggers.TimeLimitRotationPolicy
 
isConfigurationChangeAcceptable(TraditionalWorkQueueCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.TraditionalWorkQueue
 
isConfigurationChangeAcceptable(TrustManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.TrustManagerProviderConfigManager
 
isConfigurationChangeAcceptable(UniqueAttributePluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.plugins.UniqueAttributePlugin
 
isConfigurationChangeAcceptable(UniqueCharactersPasswordValidatorCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.UniqueCharactersPasswordValidator
 
isConfigurationChangeAcceptable(UserDefinedVirtualAttributeCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.UserDefinedVirtualAttributeProvider
 
isConfigurationChangeAcceptable(UserTemplateVirtualAttributeCfg, List<LocalizableMessage>) - Method in class org.opends.server.extensions.UserTemplateVirtualAttributeProvider
 
isConfigurationChangeAcceptable(VirtualAttributeCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.VirtualAttributeConfigManager
 
isConfigurationChangeAcceptable(WorkQueueCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.WorkQueueConfigManager
 
isConfigurationChangeAcceptable(T, List<LocalizableMessage>) - Method in interface org.forgerock.opendj.config.server.ConfigurationChangeListener
Indicates whether the proposed change to the configuration is acceptable to this change listener.
isConfigurationChangeAcceptable(T, List<LocalizableMessage>) - Method in class org.opends.server.api.CertificateMapper
 
isConfigurationDeleteAcceptable(C, List<LocalizableMessage>) - Method in class org.opends.server.loggers.AbstractLogger
 
isConfigurationDeleteAcceptable(ServerManagedObject<? extends T>, List<LocalizableMessage>) - Method in interface org.forgerock.opendj.config.server.ServerManagedObjectDeleteListener
Indicates whether the proposed deletion of an existing server managed object is acceptable to this delete listener.
isConfigurationDeleteAcceptable(AccessControlHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.AccessControlConfigManager
 
isConfigurationDeleteAcceptable(AccountStatusNotificationHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.AccountStatusNotificationHandlerConfigManager
 
isConfigurationDeleteAcceptable(AlertHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.AlertHandlerConfigManager
 
isConfigurationDeleteAcceptable(BackendCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.BackendConfigManager
 
isConfigurationDeleteAcceptable(CertificateMapperCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.CertificateMapperConfigManager
 
isConfigurationDeleteAcceptable(ConnectionHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.ConnectionHandlerConfigManager
 
isConfigurationDeleteAcceptable(EntryCacheCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.EntryCacheConfigManager
 
isConfigurationDeleteAcceptable(ExtendedOperationHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.ExtendedOperationConfigManager
 
isConfigurationDeleteAcceptable(HttpEndpointCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.HttpEndpointConfigManager
 
isConfigurationDeleteAcceptable(IdentityMapperCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.IdentityMapperConfigManager
 
isConfigurationDeleteAcceptable(KeyManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.KeyManagerProviderConfigManager
 
isConfigurationDeleteAcceptable(LogPublisherCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.LoggerConfigManager
 
isConfigurationDeleteAcceptable(LogRetentionPolicyCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.LogRetentionPolicyConfigManager
 
isConfigurationDeleteAcceptable(LogRotationPolicyCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.LogRotationPolicyConfigManager
 
isConfigurationDeleteAcceptable(PasswordGeneratorCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.PasswordGeneratorConfigManager
 
isConfigurationDeleteAcceptable(PasswordStorageSchemeCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.PasswordStorageSchemeConfigManager
 
isConfigurationDeleteAcceptable(PasswordValidatorCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.PasswordValidatorConfigManager
 
isConfigurationDeleteAcceptable(PluginCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.PluginConfigManager
 
isConfigurationDeleteAcceptable(ReplicationDomainCfg, List<LocalizableMessage>) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
isConfigurationDeleteAcceptable(SaslMechanismHandlerCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.SASLConfigManager
 
isConfigurationDeleteAcceptable(SchemaProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.schema.SchemaHandler
 
isConfigurationDeleteAcceptable(ServiceDiscoveryMechanismCfg, List<LocalizableMessage>) - Method in class org.opends.server.discovery.ServiceDiscoveryMechanismConfigManager
 
isConfigurationDeleteAcceptable(SynchronizationProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.SynchronizationProviderConfigManager
 
isConfigurationDeleteAcceptable(TrustManagerProviderCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.TrustManagerProviderConfigManager
 
isConfigurationDeleteAcceptable(VirtualAttributeCfg, List<LocalizableMessage>) - Method in class org.opends.server.core.VirtualAttributeConfigManager
 
isConfigurationDeleteAcceptable(T, List<LocalizableMessage>) - Method in interface org.forgerock.opendj.config.server.ConfigurationDeleteListener
Indicates whether the proposed deletion of an existing configuration is acceptable to this delete listener.
isConfigurationValid(List<LocalizableMessage>) - Method in class org.opends.server.api.HttpEndpoint
Check that the configuration of this HttpEndpoint is valid.
isConfigurationValid(List<LocalizableMessage>) - Method in class org.opends.server.protocols.http.CrestMetricsEndpoint
 
isConfigurationValid(List<LocalizableMessage>) - Method in class org.opends.server.protocols.http.PrometheusEndpoint
 
isConnected() - Method in class org.opends.server.replication.service.ReplicationBroker
Check if the broker is connected to a ReplicationServer and therefore ready to received and send Replication Messages.
isConnected() - Method in class org.opends.server.replication.service.ReplicationDomain
Check if the domain is connected to a ReplicationServer.
isConnectionValid() - Method in class org.opends.server.api.ClientConnection
Returns whether the Directory Server believes this connection to be valid and available for communication.
isConnectionValid() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
 
isConnectLoggable(ClientConnection) - Method in class org.opends.server.loggers.TextAuditLogPublisher
Returns true if the provided client connect should be logged.
isConstructed() - Method in class org.forgerock.opendj.io.Asn1Tag
Returns whether this tag is constructed.
isCopy() - Method in class org.forgerock.json.resource.PatchOperation
Returns true if this is a "copy" patch operation.
isCountOnly() - Method in interface org.forgerock.json.resource.QueryRequest
Return if the request should only return resource count.
isCreate() - Method in exception org.forgerock.opendj.config.client.MissingMandatoryPropertiesException
Indicates whether this exception was thrown during managed object creation or during modification.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
 
isCritical() - Method in interface org.forgerock.opendj.ldap.controls.Control
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaItRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.RelaxRulesRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
 
isCritical() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
 
isCritical() - Method in class org.opends.server.controls.EntryChangelogNotificationResponseControl
 
isCritical() - Method in class org.opends.server.controls.ExternalChangelogRequestControl
 
isCritical() - Method in class org.opends.server.controls.InternalModificationsRequestControl
 
isCritical() - Method in class org.opends.server.controls.ReplicatedRequestControl
 
isCritical() - Method in class org.opends.server.controls.SearchBaseDnBackendOnlyControl
 
isCritical() - Method in class org.opends.server.plugins.ChangeNumberControlPlugin.CsnResponseControl
 
isCritical() - Method in class org.opends.server.replication.plugin.ReplicationRepairRequestControl
 
isDbLoggingFileHandlerOn() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-logging-file-handler-on" property.
isDbLoggingFileHandlerOn() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-logging-file-handler-on" property.
isDbRunCleaner() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-run-cleaner" property.
isDbRunCleaner() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-run-cleaner" property.
isDbRunLogVerifier() - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Gets the "db-run-log-verifier" property.
isDbRunLogVerifier() - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Gets the "db-run-log-verifier" property.
isDebugEnabled() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns true if this logger will log messages at DEBUG level.
isDefaultPasswordStorageScheme(String) - Method in class org.opends.server.core.PasswordPolicy
Indicates whether the specified storage scheme is a default scheme for this password policy.
isDefaultPasswordStorageScheme(String) - Method in class org.opends.server.core.SubentryPasswordPolicy
 
isDefined(String) - Method in class org.forgerock.json.JsonValue
Returns true if this JSON value contains the specified item.
isDeleteAcceptable(ManagementContext, ManagedObjectPath<?, ?>, Collection<LocalizableMessage>) - Method in class org.forgerock.opendj.config.client.ClientConstraintHandler
Determines whether the existing managed object which is about to be deleted from the server configuration satisfies this constraint.
isDeleteAllowed(ServerManagedObject<?>, Collection<LocalizableMessage>) - Method in class org.forgerock.opendj.config.server.ServerConstraintHandler
Determines whether the existing managed object can be deleted from the server's configuration.
isDeleteOldRdn() - Method in class org.forgerock.opendj.ldap.messages.ModifyDnRequest
Indicates whether the old RDN attribute values are to be retained as attributes of the entry or deleted from the entry.
isDenyEval() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Returns true if the deny list is being evaluated.
isDeprecatedPasswordStorageScheme(String) - Method in class org.opends.server.core.PasswordPolicy
Indicates whether the specified storage scheme is deprecated.
isDeprecatedPasswordStorageScheme(String) - Method in class org.opends.server.core.SubentryPasswordPolicy
 
isDescendantOf(ObjectClass) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether this objectclass is a descendant of the provided class.
isDestroyed() - Method in class org.forgerock.secrets.GenericSecret
 
isDifferent(Attribute, Attribute) - Method in enum class org.forgerock.opendj.ldap.Entries.DiffStrategy
Returns true if the two attributes are different according to this strategy.
isDifferent(GenerationId) - Method in record class org.opends.server.replication.common.GenerationId
Whether this generation id is different to the provided one (and both are valid).
isDisabled - Variable in class org.opends.server.api.AuthenticationPolicyState
A boolean indicating whether the account associated with this authentication state has been administratively disabled.
isDisabled() - Method in class org.opends.server.api.AuthenticationPolicyState
Returns true if this authentication policy state is associated with a user whose account has been administratively disabled.
isDisabled(Privilege) - Method in class org.opends.server.core.CoreConfigManager
Indicates whether the specified privilege is disabled.
isDisconnectLoggable(ClientConnection) - Method in class org.opends.server.loggers.TextAuditLogPublisher
Returns true if the provided client disconnect should be logged.
isDnAttributes() - Method in class org.forgerock.opendj.ldap.Filter
Returns whether extensible matching should be performed against attributes in an entry's DN.
isDnAttributes() - Method in class org.forgerock.opendj.ldap.Matcher
Returns whether extensible matching should be performed against attributes in an entry's DN.
isDNWithinScope(Dn) - Method in class org.forgerock.opendj.ldap.SubtreeSpecification
Determine if the specified DN is within the scope of the subtree specification.
isDone() - Method in interface org.forgerock.util.promise.Promise
Returns true if this Promise has completed.
isDone() - Method in class org.forgerock.util.promise.PromiseImpl
 
isDone() - Method in enum class org.opends.server.backends.task.TaskState
Indicates whether a task with the specified state has completed all the processing that it will do, regardless of whether it completed its intended goal.
isDone() - Method in class org.opends.server.tools.tasks.TaskEntry
Indicates whether this task is done.
isEclEnabledDomain(Dn) - Method in class org.opends.server.replication.server.ReplicationServer
Indicates whether the provided domain is enabled for the external changelog (ECL).
isElasticsearchCompatible() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
Determines if JSON format should be transformed to be compatible with ElasticSearch format restrictions.
isElasticsearchCompatible() - Method in class org.forgerock.audit.handlers.json.stdout.JsonStdoutAuditEventHandlerConfiguration
Determines if JSON format should be transformed to be compatible with ElasticSearch format restrictions.
isEmailAddress(String) - Static method in class org.opends.server.util.StaticUtils
Indicates whether a string represents a syntactically correct email address.
isEmpty() - Method in class org.forgerock.i18n.LocalizableMessage
Returns whether the String representation of this message is empty.
isEmpty() - Method in class org.forgerock.json.JsonPointer
Returns true if this pointer identifies the root value of a JSON structure.
isEmpty() - Method in class org.forgerock.json.resource.ResourcePath
Returns true if this resource path contains no path elements.
isEmpty() - Method in interface org.forgerock.opendj.config.client.spi.Property
Determines whether this property contains any pending values.
isEmpty() - Method in class org.forgerock.opendj.config.ManagedObjectPath
Determine whether this path contains any path elements.
isEmpty() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
isEmpty() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns true if this attribute contains no attribute values.
isEmpty() - Method in class org.forgerock.opendj.ldap.ByteString
Returns true if this byte string has a length of zero.
isEmpty() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns true if this byte string builder has a length of zero.
isEmpty() - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN contains zero RDN components.
isEmpty() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
isEmpty() - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns true if this memory backend does not contain any entries.
isEmpty() - Method in class org.forgerock.util.LazyList
Returns true if this list contains no elements.
isEmpty() - Method in class org.forgerock.util.LazyMap
Returns true if the map contains no key-value mappings.
isEmpty() - Method in class org.forgerock.util.ListDecorator
Returns true if this list contains no elements.
isEmpty() - Method in class org.forgerock.util.MapDecorator
Returns true if the map contains no key-value mappings.
isEmpty() - Method in class org.forgerock.util.PerItemEvictionStrategyCache
Returns whether this cache is empty or not.
isEmpty() - Method in class org.forgerock.util.RangeSet
Returns true if this set contains no elements.
isEmpty() - Method in class org.opends.server.api.DITCacheMap
 
isEmpty() - Method in class org.opends.server.replication.common.MultiDomainServerState
Tests if the state is empty.
isEmpty() - Method in class org.opends.server.replication.common.ServerState
Tests if the state is empty.
isEmpty() - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
isEmpty() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Returns whether the scanner has more bytes to consume.
isEmpty() - Method in class org.opends.server.types.CompactAttribute
 
isEnabled() - Method in interface org.forgerock.audit.events.handlers.AuditEventHandler
Checks if the audit event handler is enabled.
isEnabled() - Method in class org.forgerock.audit.events.handlers.AuditEventHandlerBase
 
isEnabled() - Method in class org.forgerock.audit.events.handlers.EventHandlerConfiguration
Checks if the audit event handler is enabled.
isEnabled() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
Gets tamper evident logging enabled status.
isEnabled() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.EventBufferingConfiguration
Indicates if event buffering is enabled.
isEnabled() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration
Indicates if event buffering is enabled.
isEnabled() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.EventBufferingConfiguration
Indicates if event buffering is enabled.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.AccessControlHandlerCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.AccountStatusNotificationHandlerCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.AlertHandlerCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.BackendCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.CertificateMapperCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.ConnectionHandlerCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.EntryCacheCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.ExtendedOperationHandlerCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.HttpAuthorizationMechanismCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.HttpEndpointCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.IdentityMapperCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.KeyManagerProviderCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.LogPublisherCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.MailServerCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.PasswordGeneratorCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.PasswordStorageSchemeCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.PasswordValidatorCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.PluginCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.SaslMechanismHandlerCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.SchemaProviderCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.SynchronizationProviderCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.TrustManagerProviderCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.AccessControlHandlerCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.AccountStatusNotificationHandlerCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.AlertHandlerCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.BackendCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.CertificateMapperCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.ConnectionHandlerCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.EntryCacheCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.ExtendedOperationHandlerCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.HttpAuthorizationMechanismCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.HttpEndpointCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.IdentityMapperCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.KeyManagerProviderCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.LogPublisherCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.MailServerCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.PasswordGeneratorCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.PasswordStorageSchemeCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.PasswordValidatorCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.PluginCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.SaslMechanismHandlerCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.SchemaProviderCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.SynchronizationProviderCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.TrustManagerProviderCfg
Gets the "enabled" property.
isEnabled() - Method in interface org.forgerock.opendj.server.config.server.VirtualAttributeCfg
Gets the "enabled" property.
isEnabled() - Method in class org.forgerock.opendj.setup.model.TempLogFile
Return true if a temp log file has been created and could be used to log messages.
isEnabled() - Method in class org.opends.server.backends.ConfigurationBackend.ConfigurationBackendCfg
 
isEnabledCondition() - Method in record class org.forgerock.opendj.config.Deprecated
Returns the value of the isEnabledCondition record component.
isEnabledFor(long, Severity) - Static method in class org.opends.server.loggers.ErrorLogger
Check if logging is enabled for the provided category and severity.
isEncoded(ByteString) - Static method in class org.forgerock.opendj.ldap.AuthPassword
Indicates whether the provided value is encoded using the auth password syntax.
isEncoded(ByteString) - Static method in class org.forgerock.opendj.ldap.UserPassword
Indicates whether the provided value is encoded using the user password syntax.
isEncrypted() - Method in interface org.opends.server.replication.protocol.Session
Determine whether the session is using a security layer.
isEncrypted() - Method in class org.opends.server.replication.server.changelog.file.LogCryptoCfg
Return whether encryption is enabled.
isEncrypted() - Method in class org.opends.server.replication.server.ReplicationServer
Return whether change-log records should be encrypted.
isEncrypted() - Method in class org.opends.server.types.LDIFImportConfig
Indicates whether the input LDIF source is expected to be encrypted.
isEntriesCompressed() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Gets the "entries-compressed" property.
isEntriesCompressed() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Gets the "entries-compressed" property.
isEntry() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
Waits for the next search result entry or reference to become available and returns true if it is an entry, or false if it is a reference.
isEqual(JsonValue, JsonValue) - Static method in class org.forgerock.json.JsonPatch
Compares two JSON values, and returns whether the two objects are identical.
isEqualTo(int) - Method in class org.forgerock.opendj.ldap.ResultCode
Returns true if the provided integer corresponds to this ResultCode.
isEqualTo(JsonValue) - Method in class org.forgerock.json.JsonValue
Performs a deep comparison of this JSON value with another JSON value, and returns whether the two objects are identical.
isEqualToOrNoGenerationId(GenerationId) - Method in record class org.opends.server.replication.common.GenerationId
Whether this generation id is GenerationId.NO_GENERATION_ID) or equal to the provided one.
isErrorEnabled() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns true if this logger will log error messages.
isExceptional() - Method in class org.forgerock.opendj.ldap.ResultCode
Indicates whether this result code represents an error result.
isExpired(Clock) - Method in class org.forgerock.secrets.Secret
Indicates whether the secret has expired according to the given clock.
isExpirePasswordsWithoutWarning() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "expire-passwords-without-warning" property.
isExpirePasswordsWithoutWarning() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "expire-passwords-without-warning" property.
isExpirePasswordsWithoutWarning() - Method in class org.opends.server.core.PasswordPolicy
Gets the "expire-passwords-without-warning" property.
isExpirePasswordsWithoutWarning() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
isExpression() - Method in class org.forgerock.opendj.config.ValueOrExpression
Indicates if this wraps an expression.
isExtendedRequestAlias(String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Returns true if the provided alias is a known user-friendly name of an extended request.
isExtensible() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether this object class is extensibleObject class.
isExtractable() - Method in class org.forgerock.secrets.keys.CryptoKey
Indicates whether the raw key material can be extracted for this key.
isFatal() - Method in exception org.forgerock.opendj.ldap.DecodeException
Indicates whether the error was fatal and the associated input source can no longer be used.
isFilterConfigurationAcceptable(FileBasedAuditLogPublisherCfg, List<LocalizableMessage>) - Method in class org.opends.server.loggers.TextAuditLogPublisher
Perform any initialization required by the sub-implementation.
isFirstAttribute() - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
True if the first attribute of the resource entry is being evaluated.
isFirstWarning() - Method in class org.opends.server.core.PasswordPolicyState
Indicates whether the warning that the user should receive would be the first warning for the user.
isForceChangeOnAdd() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "force-change-on-add" property.
isForceChangeOnAdd() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "force-change-on-add" property.
isForceChangeOnAdd() - Method in class org.opends.server.core.PasswordPolicy
Gets the "force-change-on-add" property.
isForceChangeOnAdd() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
isForceChangeOnReset() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "force-change-on-reset" property.
isForceChangeOnReset() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "force-change-on-reset" property.
isForceChangeOnReset() - Method in class org.opends.server.core.PasswordPolicy
Gets the "force-change-on-reset" property.
isForceChangeOnReset() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
isForRemoval() - Method in record class org.forgerock.opendj.config.Deprecated
Returns the value of the isForRemoval record component.
isGetEffectiveRightsEval() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Returns true if the evaluation context is being used in a geteffectiverights control evaluation.
isGetEffectiveRightsEval() - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Returns true of a match context is performing a geteffectiverights evaluation.
isGroupDefinition(Entry) - Static method in class org.opends.server.extensions.DynamicGroup
Indicates whether the provided entry contains a valid definition for this type of group.
isGroupDefinition(Entry) - Static method in class org.opends.server.extensions.StaticGroup
Indicates whether the provided entry contains a valid definition for this type of group.
isGroupDefinition(Entry) - Static method in class org.opends.server.extensions.VirtualStaticGroup
Indicates whether the provided entry contains a valid definition for this type of group.
isGroupExecutable() - Method in class org.opends.server.types.FilePermission
Indicates whether this file permission includes the group execute permission.
isGroupReadable() - Method in class org.opends.server.types.FilePermission
Indicates whether this file permission includes the group read permission.
isGroupWritable() - Method in class org.opends.server.types.FilePermission
Indicates whether this file permission includes the group write permission.
isHealthChecksEnabled() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "health-checks-enabled" property.
isHealthChecksEnabled() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "health-checks-enabled" property.
isHealthy() - Method in record class org.opends.server.monitors.HealthStatus
Returns true if there are no serious errors as provided by HealthStatus.aliveErrors() nor transient errors as provided by HealthStatus.healthyErrors(), false otherwise.
isHistoricalAttribute(Attribute) - Static method in class org.opends.server.replication.plugin.EntryHistorical
Check if a given attribute is an attribute used to store historical information.
isHttpAccessLogEnabled() - Method in class org.opends.server.loggers.CommonAudit
Indicates if HTTP access logging is enabled for common audit.
isHumanReadable() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Indicates whether this attribute syntax would likely be a human readable string.
isHumanReadable() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Indicates whether this attribute syntax would likely be a human readable string.
isIdle() - Method in class org.opends.server.api.WorkQueue
Indicates whether the work queue is currently processing any requests.
isIdle() - Method in class org.opends.server.extensions.TraditionalWorkQueue
 
isIgnore() - Method in enum class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Returns true if this policy is IGNORE.
isIgnoreErrors(boolean) - Method in class org.forgerock.opendj.server.embedded.UpgradeParameters
Indicates whether errors should be ignored during the upgrade.
isIgnoreWhiteSpace() - Method in interface org.forgerock.opendj.server.config.client.JsonEqualityMatchingRuleCfgClient
Gets the "ignore-white-space" property.
isIgnoreWhiteSpace() - Method in interface org.forgerock.opendj.server.config.client.JsonOrderingMatchingRuleCfgClient
Gets the "ignore-white-space" property.
isIgnoreWhiteSpace() - Method in interface org.forgerock.opendj.server.config.client.JsonQueryEqualityMatchingRuleCfgClient
Gets the "ignore-white-space" property.
isIgnoreWhiteSpace() - Method in interface org.forgerock.opendj.server.config.client.NameAndJsonQueryEqualityMatchingRuleCfgClient
Gets the "ignore-white-space" property.
isIgnoreWhiteSpace() - Method in interface org.forgerock.opendj.server.config.server.JsonEqualityMatchingRuleCfg
Gets the "ignore-white-space" property.
isIgnoreWhiteSpace() - Method in interface org.forgerock.opendj.server.config.server.JsonOrderingMatchingRuleCfg
Gets the "ignore-white-space" property.
isIgnoreWhiteSpace() - Method in interface org.forgerock.opendj.server.config.server.JsonQueryEqualityMatchingRuleCfg
Gets the "ignore-white-space" property.
isIgnoreWhiteSpace() - Method in interface org.forgerock.opendj.server.config.server.NameAndJsonQueryEqualityMatchingRuleCfg
Gets the "ignore-white-space" property.
isIncrement() - Method in class org.forgerock.json.resource.PatchOperation
Returns true if this is an "increment" patch operation.
isIndexed(Filter) - Method in class org.opends.server.api.LocalBackend
Indicates whether a subtree search using the provided filter would be indexed in this backend.
isIndexed(AttributeType, MatchingRule) - Method in class org.opends.server.api.LocalBackend
Indicates whether extensible match search operations that target the specified attribute with the given matching rule should be considered indexed in this backend.
isIndexed(AttributeType, MatchingRule) - Method in class org.opends.server.backends.ChangelogBackend
 
isIndexed(AttributeType, MatchingRule) - Method in class org.opends.server.backends.ConfigurationBackend
 
isIndexed(AttributeType, MatchingRule) - Method in class org.opends.server.backends.LDIFBackend
 
isIndexed(AttributeType, MatchingRule) - Method in class org.opends.server.backends.MemoryBackend
 
isIndexed(AttributeType, MatchingRule) - Method in class org.opends.server.backends.MonitorBackend
 
isIndexed(AttributeType, MatchingRule) - Method in class org.opends.server.backends.NullBackend
 
isIndexed(AttributeType, MatchingRule) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
isIndexed(AttributeType, MatchingRule) - Method in class org.opends.server.backends.RootDSEBackend
 
isIndexed(AttributeType, MatchingRule) - Method in class org.opends.server.backends.SchemaBackend
 
isIndexed(AttributeType, MatchingRule) - Method in class org.opends.server.backends.task.TaskBackend
 
isIndexed(AttributeType, IndexType) - Method in class org.opends.server.api.LocalBackend
Indicates whether search operations which target the specified attribute in the indicated manner would be considered indexed in this backend.
isIndexed(AttributeType, IndexType) - Method in class org.opends.server.backends.ChangelogBackend
 
isIndexed(AttributeType, IndexType) - Method in class org.opends.server.backends.ConfigurationBackend
 
isIndexed(AttributeType, IndexType) - Method in class org.opends.server.backends.LDIFBackend
 
isIndexed(AttributeType, IndexType) - Method in class org.opends.server.backends.MemoryBackend
 
isIndexed(AttributeType, IndexType) - Method in class org.opends.server.backends.MonitorBackend
 
isIndexed(AttributeType, IndexType) - Method in class org.opends.server.backends.NullBackend
 
isIndexed(AttributeType, IndexType) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
isIndexed(AttributeType, IndexType) - Method in class org.opends.server.backends.RootDSEBackend
 
isIndexed(AttributeType, IndexType) - Method in class org.opends.server.backends.SchemaBackend
 
isIndexed(AttributeType, IndexType) - Method in class org.opends.server.backends.task.TaskBackend
 
isIndexFilterAnalyzerEnabled() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Gets the "index-filter-analyzer-enabled" property.
isIndexFilterAnalyzerEnabled() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Gets the "index-filter-analyzer-enabled" property.
isInfoEnabled() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns true if this logger will log messages at INFO level.
isInheritedFromDNCollective() - Method in class org.opends.server.types.SubEntry
Indicates whether this subentry is inherited from DN collective attribute subentry.
isInheritedFromRDNCollective() - Method in class org.opends.server.types.SubEntry
Indicates whether this subentry is inherited from RDN collective attribute subentry.
isInScopeOf(String, SearchScope) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN matches the provided base DN and search scope.
isInScopeOf(Dn, SearchScope) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN matches the provided base DN and search scope.
isInternalOperation() - Method in class org.opends.server.types.Operation
 
isInternalOperation() - Method in interface org.opends.server.types.operation.PluginOperation
Indicates whether this is an internal operation rather than one that was requested by an external client.
isInterruptible() - Method in class org.opends.server.backends.task.Task
Indicates whether this task is interruptible or not.
isInterruptible() - Method in class org.opends.server.tasks.BackupPurgeTask
 
isInterruptible() - Method in class org.opends.server.tasks.BackupTask
 
isInterruptible() - Method in class org.opends.server.tasks.ExportTask
 
isInterruptible() - Method in class org.opends.server.tasks.ImportTask
 
isInterruptible() - Method in class org.opends.server.tasks.RestoreTask
 
isInvokeForInternalOperations() - Method in interface org.forgerock.opendj.server.config.client.AttributeCleanupPluginCfgClient
Gets the "invoke-for-internal-operations" property.
isInvokeForInternalOperations() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyImportPluginCfgClient
Gets the "invoke-for-internal-operations" property.
isInvokeForInternalOperations() - Method in interface org.forgerock.opendj.server.config.client.PluginCfgClient
Gets the "invoke-for-internal-operations" property.
isInvokeForInternalOperations() - Method in interface org.forgerock.opendj.server.config.server.AttributeCleanupPluginCfg
Gets the "invoke-for-internal-operations" property.
isInvokeForInternalOperations() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyImportPluginCfg
Gets the "invoke-for-internal-operations" property.
isInvokeForInternalOperations() - Method in interface org.forgerock.opendj.server.config.server.PluginCfg
Gets the "invoke-for-internal-operations" property.
isIsPrivateBackend() - Method in interface org.forgerock.opendj.server.config.client.LdifBackendCfgClient
Gets the "is-private-backend" property.
isIsPrivateBackend() - Method in interface org.forgerock.opendj.server.config.server.LdifBackendCfg
Gets the "is-private-backend" property.
isJeBackendSharedCacheEnabled() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "je-backend-shared-cache-enabled" property.
isJeBackendSharedCacheEnabled() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "je-backend-shared-cache-enabled" property.
isJsonOutput() - Method in interface org.forgerock.opendj.server.config.client.ErrorLogPublisherCfgClient
Gets the "json-output" property.
isJsonOutput() - Method in interface org.forgerock.opendj.server.config.server.ErrorLogPublisherCfg
Gets the "json-output" property.
isKeepStats() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "keep-stats" property.
isKeepStats() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "keep-stats" property.
isKeepStats() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "keep-stats" property.
isKeepStats() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "keep-stats" property.
isLegacyFormat() - Method in interface org.forgerock.opendj.server.config.client.PrometheusEndpointCfgClient
Gets the "legacy-format" property.
isLegacyFormat() - Method in interface org.forgerock.opendj.server.config.server.PrometheusEndpointCfg
Gets the "legacy-format" property.
isList() - Method in class org.forgerock.json.JsonValue
Returns true if the JSON value is a List.
isListenerShuttingDown() - Method in class org.opends.server.replication.service.ReplicationDomain
Returns true if the listener thread is shutting down or has shutdown.
isLocalCommnand() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns whether this proxy header represents a LOCAL command.
isLocalFileSystemLocation() - Method in class org.opends.server.backup.BackupStorageConfig
Indicates whether this backup storage configuration configuration represents the configuration of a local file-system storage.
isLocalServerEndpoint(HostPort) - Method in class org.opends.server.replication.common.Topology
Indicates whether the provided HostPort corresponds to this local server.
isLocalServerHost(Host) - Method in class org.opends.server.replication.common.Topology
Indicates whether the provided HostPort has the same Host as this local server.
isLocked() - Method in class org.opends.server.core.PasswordPolicyState
Returns whether the account was locked for any reason.
isLockedDown() - Method in class org.opends.server.backends.pluggable.spi.StorageStatus
Returns true if resources are getting scarce.
isLogChangenumber() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "log-changenumber" property.
isLogChangenumber() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Gets the "log-changenumber" property.
isLogChangenumber() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "log-changenumber" property.
isLogControls() - Method in interface org.forgerock.opendj.server.config.client.CommonAuditAccessLogPublisherCfgClient
Gets the "log-controls" property.
isLogControls() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Gets the "log-controls" property.
isLogControls() - Method in interface org.forgerock.opendj.server.config.server.CommonAuditAccessLogPublisherCfg
Gets the "log-controls" property.
isLogControls() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
Gets the "log-controls" property.
isLogModifiedAttributeValues() - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
Gets the "log-modified-attribute-values" property.
isLogModifiedAttributeValues() - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
Gets the "log-modified-attribute-values" property.
isMailServerConfigured() - Method in class org.opends.server.core.MailServerConfigManager
Check if there are any enabled mail servers.
isManageDsaIt() - Method in class org.opends.server.core.SearchOperation
Returns true if this search operation contains the ManageDsaIT control.
isMap() - Method in class org.forgerock.json.JsonValue
Returns true if the JSON value is a Map.
isMember(Dn) - Method in interface org.opends.server.api.Group
Indicates whether the user with the specified DN is a member of this group.
isMember(Dn, Group.ExaminedGroups) - Method in interface org.opends.server.api.Group
Indicates whether the user with the specified DN is a member of this group.
isMember(Dn, Group.ExaminedGroups) - Method in class org.opends.server.extensions.DynamicGroup
 
isMember(Dn, Group.ExaminedGroups) - Method in class org.opends.server.extensions.StaticGroup
 
isMember(Dn, Group.ExaminedGroups) - Method in class org.opends.server.extensions.VirtualStaticGroup
 
isMember(Entry) - Method in interface org.opends.server.api.Group
Indicates whether the user described by the provided user entry is a member of this group.
isMember(Entry, Group.ExaminedGroups) - Method in interface org.opends.server.api.Group
Indicates whether the user described by the provided user entry is a member of this group.
isMember(Entry, Group.ExaminedGroups) - Method in class org.opends.server.extensions.DynamicGroup
 
isMember(Entry, Group.ExaminedGroups) - Method in class org.opends.server.extensions.StaticGroup
 
isMember(Entry, Group.ExaminedGroups) - Method in class org.opends.server.extensions.VirtualStaticGroup
 
isMemberOf(Group) - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Return true if the operation associated with this evaluation context is a member of the specified group.
IsMemberOfVirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Is Member Of Virtual Attribute settings.
IsMemberOfVirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Is Member Of Virtual Attribute settings.
IsMemberOfVirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Is Member Of Virtual Attribute managed object definition meta information.
IsMemberOfVirtualAttributeProvider - Class in org.opends.server.extensions
This class implements a virtual attribute provider that is meant to serve the isMemberOf operational attribute.
IsMemberOfVirtualAttributeProvider() - Constructor for class org.opends.server.extensions.IsMemberOfVirtualAttributeProvider
 
isMemoryAvailable(long) - Method in class org.opends.server.core.MemoryQuota
Check enough memory is available in the reservable pool.
isModified() - Method in interface org.forgerock.opendj.config.client.ManagedObject
Determines whether this managed object has been modified since it was constructed.
isModified() - Method in interface org.forgerock.opendj.config.client.spi.Property
Determines whether this property has been modified since it was constructed.
isModified(PropertyDefinition<?>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Determines whether the provided property has been modified since this managed object was constructed.
isModified(PropertyDefinition<?>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
isModifyAcceptable(ManagementContext, ManagedObject<?>, Collection<LocalizableMessage>) - Method in class org.forgerock.opendj.config.client.ClientConstraintHandler
Determines whether the changes to an existing managed object which are about to be committed to the server configuration satisfies this constraint.
isMove() - Method in class org.forgerock.json.resource.PatchOperation
Returns true if this is a "move" patch operation.
isMultivalued() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Returns whether this profile parameter is multivalued.
isMultiValued() - Method in class org.forgerock.opendj.ldap.Rdn
Returns true if this RDN contains more than one AVA.
isMultiValued() - Method in class org.opends.server.api.VirtualAttributeProvider
Indicates whether this virtual attribute provider may generate multiple values.
isMultiValued() - Method in class org.opends.server.extensions.CollectiveAttributeSubentriesVirtualAttributeProvider
 
isMultiValued() - Method in class org.opends.server.extensions.EntityTagVirtualAttributeProvider
 
isMultiValued() - Method in class org.opends.server.extensions.EntryDNVirtualAttributeProvider
 
isMultiValued() - Method in class org.opends.server.extensions.EntryUUIDVirtualAttributeProvider
 
isMultiValued() - Method in class org.opends.server.extensions.GoverningStructureRuleVirtualAttributeProvider
 
isMultiValued() - Method in class org.opends.server.extensions.HasSubordinatesVirtualAttributeProvider
 
isMultiValued() - Method in class org.opends.server.extensions.IsMemberOfVirtualAttributeProvider
 
isMultiValued() - Method in class org.opends.server.extensions.MemberVirtualAttributeProvider
 
isMultiValued() - Method in class org.opends.server.extensions.NumSubordinatesVirtualAttributeProvider
 
isMultiValued() - Method in class org.opends.server.extensions.PasswordExpirationTimeVirtualAttributeProvider
 
isMultiValued() - Method in class org.opends.server.extensions.PasswordPolicySubentryVirtualAttributeProvider
 
isMultiValued() - Method in class org.opends.server.extensions.StructuralObjectClassVirtualAttributeProvider
 
isMultiValued() - Method in class org.opends.server.extensions.SubschemaSubentryVirtualAttributeProvider
 
isMultiValued() - Method in class org.opends.server.extensions.UserDefinedVirtualAttributeProvider
 
isMultiValued() - Method in class org.opends.server.extensions.UserTemplateVirtualAttributeProvider
 
isMultiValued(boolean) - Method in class org.forgerock.opendj.rest2ldap.SimplePropertyMapper
Indicates that the LDAP attribute is multi-valued and should be represented in JSON using an array of values.
isMultiValued(boolean) - Method in class org.forgerock.opendj.rest2ldap.AbstractReverseResourceReferencePropertyMapper
Sets this property mapper to be multi-valued or not.
isNewerThan(CSN) - Method in class org.opends.server.replication.common.CSN
Returns true if this CSN is newer than the provided CSN.
isNewerThanOrEqualTo(CSN) - Method in class org.opends.server.replication.common.CSN
Returns true if this CSN is newer than or equal to the provided CSN.
isNoGenerationId() - Method in record class org.opends.server.replication.common.GenerationId
Whether this is the GenerationId.NO_GENERATION_ID constant.
isNoteEnabled() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns true if this logger will log messages at NOTICE level.
isNotifyAbandonedOperations() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "notify-abandoned-operations" property.
isNotifyAbandonedOperations() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "notify-abandoned-operations" property.
isNotifyAbandonedOperations() - Method in class org.opends.server.core.CoreConfigManager
Indicates whether the Directory Server should send a response to an operation that has been abandoned.
isNotNull() - Method in class org.forgerock.json.JsonValue
Returns true if the value is not null.
isNoUserModification() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this attribute type is declared "no-user-modification".
isNull() - Method in class org.forgerock.json.JsonValue
Returns true if the value is null.
isNullOrEmpty(String) - Static method in class org.forgerock.util.Strings
Check to see if the provided String is null or empty.
isNullOrEmpty(String) - Static method in class org.forgerock.util.Utils
isNullReplicaId() - Method in class org.opends.server.replication.common.ReplicaId
Tests whether this id corresponds to the null replica id.
isNullReplicationServerId() - Method in class org.opends.server.replication.common.ReplicationServerId
Tests whether this id corresponds to the null replication server id.
isNumber() - Method in class org.forgerock.json.JsonValue
Returns true if the JSON value is a Number.
isNumericId(String) - Static method in interface org.opends.server.replication.common.ServerId
Checks if the provided name represents a numeric value for a server id.
ISO_OFFSET_DATE_TIME_FORMAT - Static variable in class org.forgerock.audit.events.AuditEventBuilder
ISO 8601 date-time formatter '2011-12-03T10:15:30.000Z' specifically for UTC/GMT time zone.
isObjectClass() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether this attribute description is the objectClass attribute description with no options.
isObjectClass() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this attribute type is the objectClass attribute type having the OID 2.5.4.0.
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this schema definition is declared "obsolete".
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Indicates whether this schema definition is declared "obsolete".
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule
Indicates whether this schema definition is declared "obsolete".
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Indicates whether this schema definition is declared "obsolete".
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Indicates whether this schema definition is declared "obsolete".
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if this name form is "obsolete".
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether this schema definition is declared "obsolete".
isOffline() - Method in class org.opends.server.core.DirectoryServer
 
isOffline() - Method in interface org.opends.server.core.ServerContext
Returns true if the server is currently offline (i.e.
isOffline() - Method in class org.opends.server.tools.tasks.TaskToolHelper
Indicates whether the offline argument was provided.
isOlderThan(CSN) - Method in class org.opends.server.replication.common.CSN
Returns true if this CSN is older than the provided CSN.
isOlderThanOrEqualTo(CSN) - Method in class org.opends.server.replication.common.CSN
Returns true if this CSN is older than or equal to the provided CSN.
isOldestCsn(ReplicaId) - Method in class org.opends.server.replication.common.CSN
Returns if this is the oldest possible CSN for a replica.
isOperational() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this is an operational attribute.
isOperational() - Method in enum class org.forgerock.opendj.ldap.schema.AttributeUsage
Determine whether attributes having this attribute usage are operational.
isOptional() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Returns whether this profile parameter is optional.
isOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Indicates whether the provided attribute type is included in the optional attribute list for this DIT content rule.
isOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if the provided attribute type is included in the list of optional attributes for this name form.
isOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether the provided attribute type is included in the optional attribute list for this or any of its superior objectclasses.
isOtherExecutable() - Method in class org.opends.server.types.FilePermission
Indicates whether this file permission includes the other execute permission.
isOtherReadable() - Method in class org.opends.server.types.FilePermission
Indicates whether this file permission includes the other read permission.
isOtherWritable() - Method in class org.opends.server.types.FilePermission
Indicates whether this file permission includes the other write permission.
isOwnerExecutable() - Method in class org.opends.server.types.FilePermission
Indicates whether this file permission includes the owner execute permission.
isOwnerReadable() - Method in class org.opends.server.types.FilePermission
Indicates whether this file permission includes the owner read permission.
isOwnerWritable() - Method in class org.opends.server.types.FilePermission
Indicates whether this file permission includes the owner write permission.
isParentOf(String) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is the immediate parent of the provided DN.
isParentOf(AbstractManagedObjectDefinition<?, ?>) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Determines whether this managed object definition is a super-type of the provided managed object definition.
isParentOf(Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is the immediate parent of the provided DN.
isPasswordBased() - Method in class org.opends.server.api.SASLMechanismHandler
Indicates whether this SASL mechanism is password-based or uses some other form of credentials (e.g., an SSL client certificate or Kerberos ticket).
isPasswordBased() - Method in class org.opends.server.extensions.ScramSha512SASLMechanismHandler
 
isPasswordBased() - Method in class org.opends.server.extensions.AnonymousSASLMechanismHandler
 
isPasswordBased() - Method in class org.opends.server.extensions.CRAMMD5SASLMechanismHandler
 
isPasswordBased() - Method in class org.opends.server.extensions.DigestMD5SASLMechanismHandler
 
isPasswordBased() - Method in class org.opends.server.extensions.ExternalSASLMechanismHandler
 
isPasswordBased() - Method in class org.opends.server.extensions.GSSAPISASLMechanismHandler
 
isPasswordBased() - Method in class org.opends.server.extensions.PlainSASLMechanismHandler
 
isPasswordChangeRequiresCurrentPassword() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "password-change-requires-current-password" property.
isPasswordChangeRequiresCurrentPassword() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "password-change-requires-current-password" property.
isPasswordChangeRequiresCurrentPassword() - Method in class org.opends.server.core.PasswordPolicy
Gets the "password-change-requires-current-password" property.
isPasswordChangeRequiresCurrentPassword() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
isPasswordExpired() - Method in class org.opends.server.core.PasswordPolicyState
Indicates whether the user's password is currently expired.
isPasswordInHistory(List<ByteString>, boolean) - Method in class org.opends.server.core.PasswordPolicyState
Indicates whether password history information is maintained for this user, and whether any of the provided passwords is equal to any of the current passwords, or any of the passwords in the history.
isPattern() - Method in class org.opends.server.authorization.dseecompat.Target
Returns boolean if a pattern was seen during parsing.
isPending() - Method in enum class org.opends.server.backends.task.TaskState
Indicates whether a task with the specified state is currently pending execution.
isPercentileHistogram() - Method in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig
 
isPersistentSearch(Request) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Returns whether the provided request is a persistent search request.
isPkcs11(String) - Static method in class org.forgerock.opendj.security.KeyManagers
Returns true if the PKCS#11 keystore type can be associated to the provided keystore path.
isPlaceHolder() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether this attribute description is a temporary place-holder allocated dynamically by a non-strict schema when no corresponding registered attribute type was found.
isPlaceHolder() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this attribute type is a temporary place-holder allocated dynamically by a non-strict schema when no registered attribute type was found.
isPlaceHolder() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns whether this object class is a placeholder, i.e.
isPrefixOf(JsonPointer) - Method in class org.forgerock.json.JsonPointer
Checks whether candidate is an extension of this JSON Pointer.
isPresent(String) - Static method in class org.forgerock.opendj.config.conditions.Conditions
Creates a condition which evaluates to true if and only if a particular property has any values specified.
IsPresentCondition - Class in org.forgerock.opendj.config.conditions
A condition which evaluates to true if and only if a particular property has any values specified.
IsPresentCondition(String) - Constructor for class org.forgerock.opendj.config.conditions.IsPresentCondition
Creates a new is present condition.
isPrintableCharacter(char) - Static method in class org.forgerock.opendj.ldap.Utils
Indicates whether the provided character is a valid printable character.
isPropertyPresent(PropertyDefinition<?>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Determines whether the specified property is set.
isPropertyPresent(PropertyDefinition<?>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
isPropertyRequired(JsonValue, JsonPointer) - Static method in class org.forgerock.audit.events.AuditEventHelper
Gets whether a AuditEvent property is required.
isProxyAuthzControl(String) - Static method in class org.opends.server.types.Operation
Check if an OID is for a proxy authorization control.
isProxyProtocolEnabled() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Gets the "proxy-protocol-enabled" property.
isProxyProtocolEnabled() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "proxy-protocol-enabled" property.
isProxyProtocolEnabled() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "proxy-protocol-enabled" property.
isProxyProtocolEnabled() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
Gets the "proxy-protocol-enabled" property.
isProxyProtocolEnabled() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "proxy-protocol-enabled" property.
isProxyProtocolEnabled() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "proxy-protocol-enabled" property.
isPublicBackend() - Method in class org.opends.server.api.Backend
Indicates whether the base DNs of this backend should be considered public or private.
isPublicBackend() - Method in class org.opends.server.backends.ChangelogBackend
 
isPublicBackend() - Method in class org.opends.server.backends.ConfigurationBackend
 
isPublicBackend() - Method in class org.opends.server.backends.LDIFBackend
 
isPublicBackend() - Method in class org.opends.server.backends.MemoryBackend
 
isPublicBackend() - Method in class org.opends.server.backends.MonitorBackend
 
isPublicBackend() - Method in class org.opends.server.backends.NullBackend
 
isPublicBackend() - Method in class org.opends.server.backends.pluggable.BackendImpl
 
isPublicBackend() - Method in class org.opends.server.backends.ProxyBackend
 
isPublicBackend() - Method in class org.opends.server.backends.RootDSEBackend
 
isPublicBackend() - Method in class org.opends.server.backends.SchemaBackend
 
isPublicBackend() - Method in class org.opends.server.backends.task.TaskBackend
 
isPublishingHistogram() - Method in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig
 
isQuiet() - Method in class org.forgerock.opendj.config.dsconfig.DsConfig
 
isQuiet() - Method in class org.opends.server.tools.ImportLdif
 
isQuiet() - Method in class org.opends.server.tools.StopDs
 
isQuiet() - Method in class org.opends.server.tools.upgrade.UpgradeCli
 
isReadOnly(boolean) - Method in class org.forgerock.opendj.rest2ldap.CollectionSubResource
Indicates whether this sub-resource collection only supports read and query operations.
isReadOnly(boolean) - Method in class org.forgerock.opendj.rest2ldap.SingletonSubResource
Indicates whether this sub-resource singleton only supports read operations.
isReal() - Method in interface org.forgerock.opendj.ldap.Attribute
Indicates whether this is a real attribute (persisted) rather than a virtual attribute (dynamically computed).
isRecurring() - Method in class org.opends.server.backends.task.Task
Indicates whether this task is an iteration of some recurring task.
isRecurring() - Method in enum class org.opends.server.backends.task.TaskState
Indicates whether a task with the specified state is recurring.
isReference() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
Waits for the next search result entry or reference to become available and returns true if it is a reference, or false if it is an entry.
isReferral() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
isReferral() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
isReferral() - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
isReferral() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
isReferral() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
isReferral() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
isReferral() - Method in interface org.forgerock.opendj.ldap.messages.Result
Indicates whether a referral needs to be chased in order to complete the operation.
isReferral() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
isRehashNeeded(ByteString) - Method in class org.opends.server.api.PasswordStorageScheme
Indicates whether the encoded password needs to be rehashed because the password storage scheme configuration changed.
isRehashNeeded(ByteString) - Method in class org.opends.server.extensions.PBKDF2HmacSHA256PasswordStorageScheme
 
isRehashNeeded(ByteString) - Method in class org.opends.server.extensions.Argon2PasswordStorageScheme
 
isRehashNeeded(ByteString) - Method in class org.opends.server.extensions.BcryptPasswordStorageScheme
 
isReject() - Method in enum class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Returns true if this policy is REJECT.
isRemove() - Method in class org.forgerock.json.resource.PatchOperation
Returns true if this is an "remove" patch operation.
isReplace() - Method in class org.forgerock.json.resource.PatchOperation
Returns true if this is an "replace" patch operation.
isRequestLoggable(RequestContext, Request) - Method in class org.opends.server.loggers.TextAuditLogPublisher
Returns true if the provided request should be logged.
isRequestTargetDnEqualToUserDn() - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Gets the "request-target-dn-equal-to-user-dn" property.
isRequestTargetDnEqualToUserDn() - Method in interface org.forgerock.opendj.server.config.server.GlobalAccessControlPolicyCfg
Gets the "request-target-dn-equal-to-user-dn" property.
isRequired() - Method in class org.forgerock.json.schema.validator.validators.Validator
Returns whether the schema represented by this validator is required.
isRequired(boolean) - Method in class org.forgerock.opendj.rest2ldap.SimplePropertyMapper
Indicates that the LDAP attribute is mandatory and must be provided during create requests.
isRequired(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Indicates whether the provided attribute type is included in the required attribute list for this DIT content rule.
isRequired(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if the provided attribute type is included in the list of required attributes for this name form.
isRequired(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether the provided attribute type is included in the required attribute list for this or any of its superior objectclasses.
isRequiredOrOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule
Indicates whether the provided attribute type is in the list of required or optional attributes for this DIT content rule.
isRequiredOrOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if the provided attribute type is included in the list of optional or required attributes for this name form.
isRequiredOrOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether the provided attribute type is in the list of required or optional attributes for this objectclass or any of its superior classes.
isRequireSecureAuthentication() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "require-secure-authentication" property.
isRequireSecureAuthentication() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "require-secure-authentication" property.
isRequireSecureAuthentication() - Method in class org.opends.server.core.PasswordPolicy
Gets the "require-secure-authentication" property.
isRequireSecureAuthentication() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
isRequireSecurePasswordChanges() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "require-secure-password-changes" property.
isRequireSecurePasswordChanges() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "require-secure-password-changes" property.
isRequireSecurePasswordChanges() - Method in class org.opends.server.core.PasswordPolicy
Gets the "require-secure-password-changes" property.
isRequireSecurePasswordChanges() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
isResponseLoggable(RequestContext, Request, Response) - Method in class org.opends.server.loggers.TextAuditLogPublisher
Returns true if the provided response should be logged.
isResult() - Method in interface org.forgerock.util.promise.Promise
Returns true if this Promise has completed and contains a value.
isResult() - Method in class org.forgerock.util.promise.PromiseImpl
 
isRetryable() - Method in class org.opends.server.replication.protocol.ChangeTimeHeartbeatMsg
 
isRetryable() - Method in class org.opends.server.replication.protocol.EntryMsg
 
isRetryable() - Method in class org.opends.server.replication.protocol.InitializeRcvAckMsg
 
isRetryable() - Method in class org.opends.server.replication.protocol.ReplicationMsg
Returns if in case of I/O error we should try to send this message again.
isReturnBindErrorMessages() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "return-bind-error-messages" property.
isReturnBindErrorMessages() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "return-bind-error-messages" property.
isReturnBindErrorMessages() - Method in class org.opends.server.core.CoreConfigManager
Indicates whether responses to failed bind operations should include a message explaining the reason for the failure.
isReturnEntryChangeNotificationControls() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
Returns true if the entry change notification response control should be included in updated entries that match the associated search criteria.
isReturnNullForMissingProperties() - Method in interface org.forgerock.opendj.server.config.client.HdapEndpointCfgClient
Gets the "return-null-for-missing-properties" property.
isReturnNullForMissingProperties() - Method in interface org.forgerock.opendj.server.config.client.Rest2ldapEndpointCfgClient
Gets the "return-null-for-missing-properties" property.
isReturnNullForMissingProperties() - Method in interface org.forgerock.opendj.server.config.server.HdapEndpointCfg
Gets the "return-null-for-missing-properties" property.
isReturnNullForMissingProperties() - Method in interface org.forgerock.opendj.server.config.server.Rest2ldapEndpointCfg
Gets the "return-null-for-missing-properties" property.
isReverseDnsLookupEnabled() - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
Whether the client.host should be looked up from client.ip.
isReverseOrder() - Method in class org.forgerock.opendj.ldap.SortKey
Returns true if this sort key should be evaluated in reverse (descending) order.
isReversible() - Method in class org.opends.server.api.PasswordStorageScheme
Indicates whether this storage scheme is reversible (i.e., it is possible to obtain the original plaintext value from the stored password).
isReversible() - Method in class org.opends.server.extensions.Base64PasswordStorageScheme
 
isReversible() - Method in class org.opends.server.extensions.ClearPasswordStorageScheme
 
isReversible() - Method in class org.opends.server.extensions.AESPasswordStorageScheme
 
isRight(String) - Method in enum class org.opends.server.authorization.dseecompat.EnumRight
Checks if the enumeration is equal to the right name.
isRootContext() - Method in class org.forgerock.opendj.server.core.AbstractContext
 
isRootDn() - Method in class org.forgerock.opendj.ldap.Dn
Deprecated.
use Dn.isEmpty() instead
isRotationEnabled() - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
Gets log rotation enabled state.
isRouteAll() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "route-all" property.
isRouteAll() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "route-all" property.
isRunning() - Method in interface org.forgerock.audit.AuditService
Returns true if this object is running.
isRunning() - Method in class org.forgerock.audit.AuditServiceProxy
 
isRunning() - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
Indicates whether this server is currently running.
isRunning() - Method in enum class org.opends.server.backends.task.TaskState
Indicates whether a task with the specified state is currently running.
isRunning() - Method in class org.opends.server.core.DirectoryServer
 
isRunning() - Method in interface org.opends.server.core.ServerContext
Indicates whether the server is currently running.
isRunningAsWindowsService() - Static method in class org.opends.server.tools.ConfigureWindowsService
Returns true if the running server runs as a windows service.
isSame(GenerationId) - Method in record class org.opends.server.replication.common.GenerationId
Whether this generation id is the same as the provided one (and none are GenerationId.NO_GENERATION_ID).
isSaslBindInProgress() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
Indicates whether the server requires the client to send a new SASL Bind request with the same SASL mechanism in order to continue the authentication process.
isSaslBindRequest() - Method in class org.forgerock.opendj.ldap.messages.BindRequest
Return true if this bind request's authentication type is BindRequest.AUTHENTICATION_TYPE_SASL.
isSatisfiedBy(T) - Method in class org.forgerock.secrets.Purpose
Determines whether all of the constraints for this purpose are satisfied by the given secret.
isSatisfiedBy(T) - Method in interface org.forgerock.secrets.SecretConstraint
Determines whether this constraint is satisfied by the given secret.
isSaveConfigOnSuccessfulStartup() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "save-config-on-successful-startup" property.
isSaveConfigOnSuccessfulStartup() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "save-config-on-successful-startup" property.
isSaveConfigOnSuccessfulStartup() - Method in class org.opends.server.core.CoreConfigManager
Indicates whether configuration should be saved on successful startup of the server.
isSchemaAttribute(String) - Static method in class org.opends.server.schema.SchemaHandler
Checks if a given attribute oid corresponds to an attribute that is used by the definition of the schema.
isScriptFriendly() - Method in class org.forgerock.opendj.config.dsconfig.DsConfig
 
isScriptFriendly() - Method in class org.opends.server.tools.status.StatusCli
 
isSearchResponseIsIndexed() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Gets the "search-response-is-indexed" property.
isSearchResponseIsIndexed() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Gets the "search-response-is-indexed" property.
isSecure() - Method in enum class org.forgerock.opendj.ldap.ConnectionSecurity
Returns whether this connection security is considered secure.
isSecure() - Method in class org.forgerock.opendj.ldap.LdapUrl
Returns true if this LDAP URL should use LDAPS or false if it should use LDAP.
isSecure() - Method in class org.opends.server.api.ClientConnection
Indicates whether this client connection is currently using a secure mechanism to communicate with the server.
isSecure() - Method in class org.opends.server.api.SASLMechanismHandler
Indicates whether this SASL mechanism should be considered secure (i.e., it does not expose the authentication credentials in a manner that is useful to a third-party observer, and other aspects of the authentication are generally secure).
isSecure() - Method in class org.opends.server.extensions.ScramSha512SASLMechanismHandler
 
isSecure() - Method in class org.opends.server.extensions.AnonymousSASLMechanismHandler
 
isSecure() - Method in class org.opends.server.extensions.CRAMMD5SASLMechanismHandler
 
isSecure() - Method in class org.opends.server.extensions.DigestMD5SASLMechanismHandler
 
isSecure() - Method in class org.opends.server.extensions.ExternalSASLMechanismHandler
 
isSecure() - Method in class org.opends.server.extensions.GSSAPISASLMechanismHandler
 
isSecure() - Method in class org.opends.server.extensions.PlainSASLMechanismHandler
 
isSecure() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
 
isSecure() - Method in class org.opends.server.types.LDAPURL
Returns true if this LDAP URL should use LDAPS or false if it should use LDAP.
isSendEmailAsHtml() - Method in interface org.forgerock.opendj.server.config.client.SmtpAccountStatusNotificationHandlerCfgClient
Gets the "send-email-as-html" property.
isSendEmailAsHtml() - Method in interface org.forgerock.opendj.server.config.server.SmtpAccountStatusNotificationHandlerCfg
Gets the "send-email-as-html" property.
isSendMessageWithoutEndUserAddress() - Method in interface org.forgerock.opendj.server.config.client.SmtpAccountStatusNotificationHandlerCfgClient
Gets the "send-message-without-end-user-address" property.
isSendMessageWithoutEndUserAddress() - Method in interface org.forgerock.opendj.server.config.server.SmtpAccountStatusNotificationHandlerCfg
Gets the "send-message-without-end-user-address" property.
isServerError() - Method in exception org.forgerock.json.resource.ResourceException
Returns true if the HTTP error code is in the 500 range.
isServerRunning(DirectoryEnvironmentConfig) - Static method in class org.opends.server.util.StaticUtils
Returns whether the server located in the provided path is running.
isSessionEncrypted() - Method in class org.opends.server.replication.service.ReplicationBroker
Determine whether the connection to the replication server is encrypted.
isShowAllAttributes() - Method in interface org.forgerock.opendj.server.config.client.RootDseBackendCfgClient
Gets the "show-all-attributes" property.
isShowAllAttributes() - Method in interface org.forgerock.opendj.server.config.client.SchemaBackendCfgClient
Gets the "show-all-attributes" property.
isShowAllAttributes() - Method in interface org.forgerock.opendj.server.config.server.RootDseBackendCfg
Gets the "show-all-attributes" property.
isShowAllAttributes() - Method in interface org.forgerock.opendj.server.config.server.SchemaBackendCfg
Gets the "show-all-attributes" property.
isShowSubordinateNamingContexts() - Method in interface org.forgerock.opendj.server.config.client.RootDseBackendCfgClient
Gets the "show-subordinate-naming-contexts" property.
isShowSubordinateNamingContexts() - Method in interface org.forgerock.opendj.server.config.server.RootDseBackendCfg
Gets the "show-subordinate-naming-contexts" property.
isShutdown() - Method in interface org.forgerock.util.thread.listener.ShutdownManager
Find out whether the shutdown has been triggered.
isShutdown() - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
isShutdown() - Method in class org.opends.server.util.CronExecutorService
 
isShutdownInitiated() - Method in class org.opends.server.api.DirectoryThread
Returns whether the shutdown process has been initiated on the current thread.
isShuttingDown() - Method in class org.opends.server.core.DirectoryServer
Indicates whether the server is currently in the process of shutting down.
isShuttingDown() - Method in interface org.opends.server.core.ServerContext
Returns true if the server is currently in the process of shutting down.
isSimpleBindRequest() - Method in class org.forgerock.opendj.ldap.messages.BindRequest
Return true if this bind request's authentication type is BindRequest.AUTHENTICATION_TYPE_SIMPLE.
isSingleEntrySearch() - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
Indicates whether search result is expected to be limited to a single entry.
isSingleValue() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this attribute type is declared "single-value".
isSizeLimitExceeded(int) - Method in record class org.opends.server.api.ResourceLimits
Check if the number of entries has exceeded the size limit.
isSkipValidationForAdministrators() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Gets the "skip-validation-for-administrators" property.
isSkipValidationForAdministrators() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Gets the "skip-validation-for-administrators" property.
isSkipValidationForAdministrators() - Method in class org.opends.server.core.PasswordPolicy
Gets the "skip-validation-for-administrators" property.
isSkipValidationForAdministrators() - Method in class org.opends.server.core.SubentryPasswordPolicy
 
isSolveConflicts() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "solve-conflicts" property.
isSolveConflicts() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Gets the "solve-conflicts" property.
isSolveConflicts() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "solve-conflicts" property.
isSsl() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns true if the proxied client uses SSL.
isSsl() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
Returns whether the client uses an SSL connection.
isSslEncryption() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Gets the "ssl-encryption" property.
isSslEncryption() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Gets the "ssl-encryption" property.
isSslEncryption() - Method in class org.opends.server.replication.protocol.ReplSessionSecurity
Determine whether sessions to a given replication server should be encrypted.
isSslHostNameValidationEnabled() - Static method in class org.forgerock.opendj.security.SslOptions
Returns whether server host name validation against the SSL certificate's subject must be performed.
isStarted() - Method in class org.opends.server.api.DirectoryThread
Returns true if this thread has been started.
isStarting() - Method in class org.opends.server.api.DirectoryThread
Returns true if this thread is waiting to be started.
isStartNow() - Method in class org.opends.server.tools.tasks.TaskScheduleArgs
Whether the arguments provided by the user, indicate that the task should be executed immediately.
isStartNow() - Method in class org.opends.server.tools.tasks.TaskScheduleUserData
Whether the arguments provided by the user, indicate that the task should be executed immediately.
isStartTlsSupported() - Method in class org.opends.server.api.ClientConnection
Returns true if this connection supports the start TLS request.
isStorageSchemeSecure() - Method in class org.opends.server.api.PasswordStorageScheme
Indicates whether this password storage scheme should be considered "secure".
isStorageSchemeSecure() - Method in class org.opends.server.extensions.PBKDF2HmacSHA256PasswordStorageScheme
 
isStorageSchemeSecure() - Method in class org.opends.server.extensions.ScramSha512PasswordStorageScheme
 
isStorageSchemeSecure() - Method in class org.opends.server.extensions.Argon2PasswordStorageScheme
 
isStorageSchemeSecure() - Method in class org.opends.server.extensions.Base64PasswordStorageScheme
 
isStorageSchemeSecure() - Method in class org.opends.server.extensions.BcryptPasswordStorageScheme
 
isStorageSchemeSecure() - Method in class org.opends.server.extensions.ClearPasswordStorageScheme
 
isStorageSchemeSecure() - Method in class org.opends.server.extensions.CryptPasswordStorageScheme
 
isStorageSchemeSecure() - Method in class org.opends.server.extensions.PKCS5S2PasswordStorageScheme
 
isStorageSchemeSecure() - Method in class org.opends.server.extensions.AESPasswordStorageScheme
 
isStorageSchemeSecure() - Method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
 
isStorageSchemeSecure() - Method in class org.opends.server.extensions.MD5PasswordStorageScheme
 
isStrict() - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether this schema is strict.
isStrictFormatBoolean() - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Gets the "strict-format-boolean" property.
isStrictFormatBoolean() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
Gets the "strict-format-boolean" property.
isStrictFormatCertificateLists() - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Gets the "strict-format-certificate-lists" property.
isStrictFormatCertificateLists() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
Gets the "strict-format-certificate-lists" property.
isStrictFormatCertificatePairs() - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Gets the "strict-format-certificate-pairs" property.
isStrictFormatCertificatePairs() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
Gets the "strict-format-certificate-pairs" property.
isStrictFormatCertificates() - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Gets the "strict-format-certificates" property.
isStrictFormatCertificates() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
Gets the "strict-format-certificates" property.
isStrictFormatCountryString() - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Gets the "strict-format-country-string" property.
isStrictFormatCountryString() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
Gets the "strict-format-country-string" property.
isStrictFormatJpegPhotos() - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Gets the "strict-format-jpeg-photos" property.
isStrictFormatJpegPhotos() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
Gets the "strict-format-jpeg-photos" property.
isStrictFormatPostalAddresses() - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Gets the "strict-format-postal-addresses" property.
isStrictFormatPostalAddresses() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
Gets the "strict-format-postal-addresses" property.
isStrictFormatTelephoneNumbers() - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Gets the "strict-format-telephone-numbers" property.
isStrictFormatTelephoneNumbers() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
Gets the "strict-format-telephone-numbers" property.
isString() - Method in class org.forgerock.json.JsonValue
Returns true if the JSON value is a String.
isStripSyntaxMinUpperBoundAttributeTypeDescription() - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Gets the "strip-syntax-min-upper-bound-attribute-type-description" property.
isStripSyntaxMinUpperBoundAttributeTypeDescription() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
Gets the "strip-syntax-min-upper-bound-attribute-type-description" property.
isSubEntry(Entry) - Static method in class org.forgerock.opendj.ldap.Entries
Returns whether the provided entry is a sub entry.
isSubordinateOrEqualTo(String) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is subordinate to or equal to the provided DN.
isSubordinateOrEqualTo(Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is subordinate to or equal to the provided DN.
isSubordinateTo(String) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is subordinate to, but not equal to the provided DN.
isSubordinateTo(Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is subordinate to, but not equal to the provided DN.
isSubtreeDelete() - Method in class org.opends.server.replication.protocol.DeleteMsg
Get the subtree flag.
isSubTypeOf(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether this attribute description is a sub-type of the provided attribute description as defined in RFC 4512 section 2.5.
isSubTypeOf(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this attribute type is a sub-type of the provided attribute type.
isSuccess() - Method in class org.forgerock.opendj.config.server.ConfigChangeResult
Whether applying the changes is a success so far.
isSuccess() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
isSuccess() - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
isSuccess() - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
isSuccess() - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
isSuccess() - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
isSuccess() - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
isSuccess() - Method in interface org.forgerock.opendj.ldap.messages.Result
Indicates whether the request succeeded or not.
isSuccess() - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
isSuccessful() - Method in enum class org.opends.server.backends.task.TaskState
Indicates whether a task with the specified state has been able to complete its intended goal.
issuerDn(Dn) - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Sets the certificate issuer name.
isSuperiorOrEqualTo(String) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is superior to or equal to the provided DN.
isSuperiorOrEqualTo(Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is superior to or equal to the provided DN.
isSuperiorTo(String) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is superior to, but not equal to the provided DN.
isSuperiorTo(Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns true if this DN is superior to, but not equal to the provided DN.
isSuperTypeOf(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether this attribute description is a super-type of the provided attribute description as defined in RFC 4512 section 2.5.
isSuperTypeOf(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this attribute type is a super-type of the provided attribute type.
isSupportedControl(String) - Method in class org.opends.server.core.DirectoryServer
 
isSupportedControl(String) - Method in interface org.opends.server.core.ServerContext
Indicates whether the specified OID is registered with the Directory Server as a supported control.
isSuppressInternalOperations() - Method in interface org.forgerock.opendj.server.config.client.AccessLogPublisherCfgClient
Gets the "suppress-internal-operations" property.
isSuppressInternalOperations() - Method in interface org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
Gets the "suppress-internal-operations" property.
isSuppressSynchronizationOperations() - Method in interface org.forgerock.opendj.server.config.client.AccessLogPublisherCfgClient
Gets the "suppress-synchronization-operations" property.
isSuppressSynchronizationOperations() - Method in interface org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
Gets the "suppress-synchronization-operations" property.
isSuspending() - Method in class org.opends.server.replication.service.ReplicationDomain
Return true if the domain is being suspended.
isSynchronizationOperation() - Method in class org.opends.server.types.Operation
 
isSynchronizationOperation() - Method in interface org.opends.server.types.operation.PluginOperation
Indicates whether this is a synchronization operation rather than one that was requested by an external client.
isTamperEvident() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Gets the "tamper-evident" property.
isTamperEvident() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Gets the "tamper-evident" property.
isTamperEvident() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
Gets the "tamper-evident" property.
isTamperEvident() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Gets the "tamper-evident" property.
isTargAttrFilterMatchAciEmpty() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Returns true if the hashtable of ACIs that matched the targattrfilters keyword evaluation is empty.
isTargetFilterApplicable(AciTargetMatchContext) - Method in class org.opends.server.authorization.dseecompat.AciTargets
Checks an ACI's targetfilter rule information against a target match context.
isTerminated() - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
isTerminated() - Method in class org.opends.server.util.CronExecutorService
 
isTestReversedPassword() - Method in interface org.forgerock.opendj.server.config.client.AttributeValuePasswordValidatorCfgClient
Gets the "test-reversed-password" property.
isTestReversedPassword() - Method in interface org.forgerock.opendj.server.config.client.DictionaryPasswordValidatorCfgClient
Gets the "test-reversed-password" property.
isTestReversedPassword() - Method in interface org.forgerock.opendj.server.config.server.AttributeValuePasswordValidatorCfg
Gets the "test-reversed-password" property.
isTestReversedPassword() - Method in interface org.forgerock.opendj.server.config.server.DictionaryPasswordValidatorCfg
Gets the "test-reversed-password" property.
isTlsHandshakeLoggable(ClientConnection) - Method in class org.opends.server.loggers.TextAuditLogPublisher
Returns true if the provided TLS handshake should be logged.
isTop() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Determines whether this managed object definition is the TopCfgDefn.
isTransform() - Method in class org.forgerock.json.resource.PatchOperation
Returns true if this is a "transform" patch operation.
isTransientError() - Method in class org.forgerock.opendj.ldap.ResultCode
Returns whether an exceptional result code represents a transient error.
isTransitionAllowedTo(ServerStatus) - Method in enum class org.opends.server.replication.common.ServerStatus
Returns whether the transition going from this status to toStatus is valid.
isTrustTransactionIds() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "trust-transaction-ids" property.
isTrustTransactionIds() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "trust-transaction-ids" property.
isTtlEnabled() - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Gets the "ttl-enabled" property.
isTtlEnabled() - Method in interface org.forgerock.opendj.server.config.server.BackendIndexCfg
Gets the "ttl-enabled" property.
isTypesOnly() - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
Indicates whether search results are to contain both attribute descriptions and values, or just attribute descriptions.
isUnknown() - Method in class org.opends.server.types.ProcessId
Whether the current process id is unknown.
isUnlimited() - Method in class org.forgerock.util.time.Duration
Returns true if this Duration represents an unlimited (or indefinite) duration.
isUnreachable(HostPort) - Method in class org.opends.server.replication.plugin.MultimasterReplication.UnreachableReplicationServers
Returns true if the provided server is temporarily unreachable.
isUnusable() - Method in class org.opends.server.backends.pluggable.spi.StorageStatus
Returns true if no more resources are available.
isUpdate() - Method in class org.opends.server.replication.plugin.AttrValueHistorical
Check if the value associated with this object was updated.
isUsable(ServerManagedObject<?>, Collection<LocalizableMessage>) - Method in class org.forgerock.opendj.config.server.ServerConstraintHandler
Determines whether the provided managed object can be used by the server.
isUsableForQueries() - Method in class org.forgerock.audit.events.handlers.EventHandlerConfiguration
States if an AuditEventHandler can be used for queries.
isUsableForQueries() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
 
isUsableForQueries() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration
 
isUsableForQueries() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration
 
isUsableForQueries() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
 
isUsableForQueries() - Method in class org.forgerock.audit.handlers.json.stdout.JsonStdoutAuditEventHandlerConfiguration
 
isUsableForQueries() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration
 
isUsableForQueries() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
 
isUsePasswordCaching() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Gets the "use-password-caching" property.
isUsePasswordCaching() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "use-password-caching" property.
isUseSaslExternal() - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Gets the "use-sasl-external" property.
isUseSaslExternal() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Gets the "use-sasl-external" property.
isUseSaslExternal() - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Gets the "use-sasl-external" property.
isUseSaslExternal() - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Gets the "use-sasl-external" property.
isUseSaslExternal() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
Gets the "use-sasl-external" property.
isUseSaslExternal() - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
Gets the "use-sasl-external" property.
isUseSsl() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "use-ssl" property.
isUseSsl() - Method in interface org.forgerock.opendj.server.config.client.JmxConnectionHandlerCfgClient
Gets the "use-ssl" property.
isUseSsl() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "use-ssl" property.
isUseSsl() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Gets the "use-ssl" property.
isUseSsl() - Method in interface org.forgerock.opendj.server.config.client.MailServerCfgClient
Gets the "use-ssl" property.
isUseSsl() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Gets the "use-ssl" property.
isUseSsl() - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Gets the "use-ssl" property.
isUseSsl() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "use-ssl" property.
isUseSsl() - Method in interface org.forgerock.opendj.server.config.server.JmxConnectionHandlerCfg
Gets the "use-ssl" property.
isUseSsl() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "use-ssl" property.
isUseSsl() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "use-ssl" property.
isUseSsl() - Method in interface org.forgerock.opendj.server.config.server.MailServerCfg
Gets the "use-ssl" property.
isUseSsl() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
Gets the "use-ssl" property.
isUseSsl() - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
Gets the "use-ssl" property.
isUseSSL() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
Indicates if the connection uses SSL.
isUseSSL() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.ConnectionConfiguration
Indicates if the connection uses SSL.
isUseSSL() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
Determines whether clients are allowed to connect over JMX using SSL.
isUseStartTls() - Method in interface org.forgerock.opendj.server.config.client.MailServerCfgClient
Gets the "use-start-tls" property.
isUseStartTls() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Gets the "use-start-tls" property.
isUseStartTls() - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Gets the "use-start-tls" property.
isUseStartTls() - Method in interface org.forgerock.opendj.server.config.server.MailServerCfg
Gets the "use-start-tls" property.
isUseStartTls() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
Gets the "use-start-tls" property.
isUseStartTls() - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
Gets the "use-start-tls" property.
isUseTcpKeepAlive() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "use-tcp-keep-alive" property.
isUseTcpKeepAlive() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "use-tcp-keep-alive" property.
isUseTcpKeepAlive() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Gets the "use-tcp-keep-alive" property.
isUseTcpKeepAlive() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "use-tcp-keep-alive" property.
isUseTcpKeepAlive() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "use-tcp-keep-alive" property.
isUseTcpKeepAlive() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "use-tcp-keep-alive" property.
isUseTcpNoDelay() - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Gets the "use-tcp-no-delay" property.
isUseTcpNoDelay() - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Gets the "use-tcp-no-delay" property.
isUseTcpNoDelay() - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Gets the "use-tcp-no-delay" property.
isUseTcpNoDelay() - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Gets the "use-tcp-no-delay" property.
isUseTcpNoDelay() - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Gets the "use-tcp-no-delay" property.
isUseTcpNoDelay() - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Gets the "use-tcp-no-delay" property.
isUseVirtualThreadsIfAvailable() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Gets the "use-virtual-threads-if-available" property.
isUseVirtualThreadsIfAvailable() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Gets the "use-virtual-threads-if-available" property.
isValid() - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Returns true if this connection has not been closed and no fatal errors have been detected.
isValid() - Method in interface org.forgerock.json.resource.Connection
Returns true if this connection has not been closed and no fatal errors have been detected.
isValid() - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Returns true if this connection has not been closed and no fatal errors have been detected.
isValid() - Method in interface org.forgerock.opendj.ldap.Connection
Returns true if this connection has not been closed and no fatal errors have been detected.
isValid() - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Returns true if this connection has not been closed and no fatal errors have been detected.
isValid() - Method in class org.opends.server.backends.pluggable.spi.EmptyCursor
 
isValid() - Method in interface org.opends.server.backends.pluggable.spi.SequentialCursor
Check whether this cursor is currently pointing to a valid record.
isValid() - Method in record class org.opends.server.replication.common.GenerationId
Whether this generation id is valid, i.e.
isValid(String) - Static method in class org.opends.server.replication.common.CSN
Returns true if the provided string can be parsed as a CSN.
isValidInitialStatus() - Method in enum class org.opends.server.replication.common.ServerStatus
Checks if a given status is valid as an entering status for the state machine.
isVerbose() - Method in class org.forgerock.opendj.config.dsconfig.DsConfig
 
isVerbose() - Method in class org.opends.server.tools.upgrade.UpgradeCli
 
isVerified() - Method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
Returns whether the client presented a certificate that was successfully verified.
isVerified() - Method in class org.opends.server.backup.Backup
Returns whether this backup has been verified.
isVirtual() - Method in interface org.forgerock.opendj.ldap.Attribute
Indicates whether this is a virtual attribute (dynamically computed) rather than a real attribute (persisted).
isVirtual() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
isVirtual() - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
isVirtual() - Method in class org.opends.server.types.CompactAttribute
 
isVirtualThread() - Static method in class org.opends.server.util.Platform
Returns true if this thread is a virtual thread.
isVirtualThreadsEnabled(ServerContext) - Static method in class org.opends.server.util.Platform
Returns true if virtual threads are available and should be used.
isWarn() - Method in enum class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Returns true if this policy is WARN.
isWarnEnabled() - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Returns true if this logger will log warning messages.
isWithinMinimumAge() - Method in class org.opends.server.core.PasswordPolicyState
Indicates whether the user's last password change was within the minimum password age.
isWithinScope(Entry, Schema) - Method in class org.forgerock.opendj.ldap.SubtreeSpecification
Determine if an entry is within the scope of the subtree specification.
isWriteable() - Method in enum class org.opends.server.backends.pluggable.spi.AccessMode
Returns if the storage is being opened READ_WRITE.
isZero() - Method in class org.forgerock.util.time.Duration
Returns true if this Duration represents a zero-length duration.
ITEMS - Static variable in class org.forgerock.json.schema.validator.Constants
The items field name.
iterator() - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
 
iterator() - Method in class org.forgerock.json.JsonPointer
Returns an iterator over the pointer's reference tokens.
iterator() - Method in class org.forgerock.json.JsonValue
Returns an iterator over the child values that this JSON value contains.
iterator() - Method in class org.forgerock.json.resource.ResourcePath
Returns an iterator over the path elements in this resource path.
iterator() - Method in class org.forgerock.monitoring.api.instrument.Tags
 
iterator() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
iterator() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns an iterator over the attribute values in this attribute.
iterator() - Method in class org.forgerock.opendj.ldap.Dn
Returns an iterator of the RDNs contained in this DN.
iterator() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
iterator() - Method in class org.forgerock.opendj.ldap.Rdn
Returns an iterator of the AVAs contained in this RDN.
iterator() - Method in class org.forgerock.util.LazyList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class org.forgerock.util.ListDecorator
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class org.forgerock.util.RangeSet
Returns an iterator over the elements in this set.
iterator() - Method in class org.opends.server.replication.common.MultiDomainServerState
 
iterator() - Method in class org.opends.server.replication.common.ServerState
 
iterator() - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
iterator() - Method in class org.opends.server.types.CompactAttribute
 

J

JAAS_PROPERTY_CONFIG_FILE - Static variable in class org.opends.server.util.ServerConstants
The name of the JAAS property that specifies the path to the login configuration file.
JAAS_PROPERTY_SUBJECT_CREDS_ONLY - Static variable in class org.opends.server.util.ServerConstants
The name of the JAAS property that indicates whether to allow JAAS credentials to come from somewhere other than a GSS mechanism.
JcaKeyStoreHandler - Class in org.forgerock.audit.secure
Default implementation of a Keystore handler.
JcaKeyStoreHandler(String, String, String) - Constructor for class org.forgerock.audit.secure.JcaKeyStoreHandler
Creates a new keystore handler.
JCEKS - Static variable in class org.forgerock.opendj.security.KeyManagers
JCEKS keystore type.
JCEKS_KEYSTORE_TYPE - Static variable in class org.forgerock.audit.secure.KeyStoreSecureStorage
The name of the Java Cryptography Extension KeyStore (JCEKS) type.
jceksKeyStore(String, Security.PasswordProvider) - Static method in class org.forgerock.opendj.setup.model.Security
Specifies keystore data to use to secure the server instance to setup.
jceksKeyStore(Path, Security.PasswordProvider) - Static method in class org.forgerock.opendj.setup.model.Security
Specifies keystore data to use to secure the server instance to setup.
jceksTrustStore(String, Security.PasswordProvider) - Static method in class org.forgerock.opendj.setup.model.Security
Returns a JCEKS file based Security.TrustStoreModel.
jceksTrustStore(Path, Security.PasswordProvider) - Static method in class org.forgerock.opendj.setup.model.Security
Returns a JCEKS file based Security.TrustStoreModel.
JEBackend - Class in org.opends.server.backends.jeb
Class defined in the configuration for this backend type.
JEBackend() - Constructor for class org.opends.server.backends.jeb.JEBackend
 
JeBackendCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying JE Backend settings.
JeBackendCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying JE Backend settings.
JeBackendCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the JE Backend managed object definition meta information.
JeBackendCfgDefn.DbCacheMode - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "db-cache-mode" property.
JeBackendCfgDefn.DbDurability - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "db-durability" property.
JEStorage - Class in org.opends.server.backends.jeb
Berkeley DB Java Edition (JE for short) database implementation of the Storage engine.
JEStorage(JeBackendCfg, ServerContext) - Constructor for class org.opends.server.backends.jeb.JEStorage
Creates a new JE storage with the provided configuration.
JKS - Static variable in class org.forgerock.opendj.security.KeyManagers
JKS keystore type.
jksKeyStore(String, Security.PasswordProvider) - Static method in class org.forgerock.opendj.setup.model.Security
Specifies keystore data to use to secure the server instance to setup.
jksKeyStore(Path, Security.PasswordProvider) - Static method in class org.forgerock.opendj.setup.model.Security
Specifies keystore data to use to secure the server instance to setup.
jksTrustStore(String, Security.PasswordProvider) - Static method in class org.forgerock.opendj.setup.model.Security
Returns a JKS file based Security.TrustStoreModel.
jksTrustStore(Path, Security.PasswordProvider) - Static method in class org.forgerock.opendj.setup.model.Security
Returns a JKS file based Security.TrustStoreModel.
JmsAuditEventHandler - Class in org.forgerock.audit.handlers.jms
Publishes Audit events on a JMS Topic.
JmsAuditEventHandler(JmsContextManager, BatchPublisherFactory, JmsAuditEventHandlerConfiguration, EventTopicsMetaData) - Constructor for class org.forgerock.audit.handlers.jms.JmsAuditEventHandler
Creates a new AuditEventHandler instance that publishes JMS messages on a JMS Topic for each Audit event.
JmsAuditEventHandlerConfiguration - Class in org.forgerock.audit.handlers.jms
Configuration object for the JmsAuditEventHandler.
JmsAuditEventHandlerConfiguration() - Constructor for class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration
 
JmsAuditEventHandlerConfiguration.BatchConfiguration - Class in org.forgerock.audit.handlers.jms
This class holds the configuration properties that are used by the {#link BatchPublisher} to control the batch queue and worker threads that process the items in the queue.
JmsAuditEventHandlerConfiguration.JndiConfiguration - Class in org.forgerock.audit.handlers.jms
Stores the JNDI context properties and lookup names.
JmsContextManager - Interface in org.forgerock.audit.handlers.jms
Interface for retrieving a JMS topic and a JMS connection factory.
JMX_NOTIFY - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the associated user to subscribe to receive JMX notifications.
JMX_NOTIFY - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to subscribe to JMX notifications.
JMX_READ - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the associated user to perform JMX read operations.
JMX_READ - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to perform read operations via JMX.
JMX_WRITE - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the associated user to perform JMX write operations.
JMX_WRITE - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to perform write operations via JMX.
JMXAlertHandler - Class in org.opends.server.extensions
This class provides an implementation of a Directory Server alert handler that will send alerts using JMX notifications.
JMXAlertHandler() - Constructor for class org.opends.server.extensions.JMXAlertHandler
 
JmxAlertHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying JMX Alert Handler settings.
JmxAlertHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying JMX Alert Handler settings.
JmxAlertHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the JMX Alert Handler managed object definition meta information.
JmxClientConnection - Class in org.opends.server.protocols.jmx
This class defines the set of methods and structures that must be implemented by a Directory Server client connection.
JmxConnectionHandler - Class in org.opends.server.protocols.jmx
This class defines a connection handler that will be used for communicating with administrative clients over JMX.
JmxConnectionHandler() - Constructor for class org.opends.server.protocols.jmx.JmxConnectionHandler
 
JmxConnectionHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying JMX Connection Handler settings.
JmxConnectionHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying JMX Connection Handler settings.
JmxConnectionHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the JMX Connection Handler managed object definition meta information.
JMXMBean - Class in org.opends.server.protocols.jmx
This class defines a JMX MBean that can be registered with the Directory Server to provide monitoring and statistical information, provide read and/or read-write access to the monitoring, and provide notifications and alerts if a significant event or severe/fatal error occurs.
JMXMBean(Dn, ServerContext) - Constructor for class org.opends.server.protocols.jmx.JMXMBean
Creates a new dynamic JMX MBean for use with the Directory Server.
JndiConfiguration() - Constructor for class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.JndiConfiguration
 
join(List<Promise<?, ? extends Exception>>) - Static method in class org.forgerock.util.promise.Promises
Returns a Promise which will be completed once all of the provided promises have succeeded, or as soon as one of them fails.
join(Promise<?, ? extends Exception>...) - Static method in class org.forgerock.util.promise.Promises
Returns a Promise which will be completed once all of the provided promises have succeeded, or as soon as one of them fails.
joinAsString(StringBuilder, String, Iterable<?>) - Static method in class org.forgerock.util.Strings
Appends into the provided StringBuilder the string representation of the objects contained in the provided iterable concatenated together using the provided separator.
joinAsString(StringBuilder, String, Iterable<?>) - Static method in class org.forgerock.util.Utils
joinAsString(StringBuilder, String, Object...) - Static method in class org.forgerock.util.Strings
Appends into the provided StringBuilder the string representation of the provided objects concatenated together using the provided separator.
joinAsString(StringBuilder, String, Object...) - Static method in class org.forgerock.util.Utils
joinAsString(String, Iterable<?>) - Static method in class org.forgerock.util.Strings
Returns a string whose content is the string representation of the objects contained in the provided iterable concatenated together using the provided separator.
joinAsString(String, Iterable<?>) - Static method in class org.forgerock.util.Utils
joinAsString(String, Object...) - Static method in class org.forgerock.util.Strings
Returns a string whose content is the string representation of the provided objects concatenated together using the provided separator.
joinAsString(String, Object...) - Static method in class org.forgerock.util.Utils
json(Object) - Static method in class org.forgerock.json.JsonValue
Returns a JSON value whose content is the provided object.
json(String) - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Returns a property mapper which provides a mapping from a JSON value to a LDAP attribute having the JSON syntax.
json(AttributeDescription) - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Returns a property mapper which provides a mapping from a JSON value to a LDAP attribute having the JSON syntax.
JSON_HYPER_SCHEMA - Static variable in class org.forgerock.json.schema.validator.Constants
The hyper schema latest draft URI.
JSON_HYPER_SCHEMA_DRAFT03 - Static variable in class org.forgerock.json.schema.validator.Constants
The hyper schema draft 03 URI.
JSON_HYPER_SCHEMA_DRAFT04 - Static variable in class org.forgerock.json.schema.validator.Constants
The hyper schema draft 04 URI.
JSON_LINKS - Static variable in class org.forgerock.json.schema.validator.Constants
The schema links latest draft URI.
JSON_LINKS_DRAFT03 - Static variable in class org.forgerock.json.schema.validator.Constants
The schema links draft 03 URI.
JSON_LINKS_DRAFT04 - Static variable in class org.forgerock.json.schema.validator.Constants
The schema links draft 04 URI.
JSON_SCHEMA - Static variable in class org.forgerock.json.schema.validator.Constants
The schema latest draft URI.
JSON_SCHEMA_DRAFT03 - Static variable in class org.forgerock.json.schema.validator.Constants
The schema draft 03 URI.
JSON_SCHEMA_DRAFT04 - Static variable in class org.forgerock.json.schema.validator.Constants
The schema draft 04 URI.
JsonAuditEventHandler - Class in org.forgerock.audit.handlers.json
AuditEventHandler for persisting raw JSON events to a file.
JsonAuditEventHandler(JsonAuditEventHandlerConfiguration, EventTopicsMetaData) - Constructor for class org.forgerock.audit.handlers.json.JsonAuditEventHandler
Creates a JsonAuditEventHandler instances.
JsonAuditEventHandlerConfiguration - Class in org.forgerock.audit.handlers.json
Configuration for JsonAuditEventHandler.
JsonAuditEventHandlerConfiguration() - Constructor for class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
 
JsonAuditEventHandlerConfiguration.EventBufferingConfiguration - Class in org.forgerock.audit.handlers.json
Configuration of event buffering.
JsonEqualityMatchingRuleCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying JSON Equality Matching Rule settings.
JsonEqualityMatchingRuleCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying JSON Equality Matching Rule settings.
JsonEqualityMatchingRuleCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the JSON Equality Matching Rule managed object definition meta information.
JsonEqualityMatchingRuleProvider - Class in org.opends.server.schema
Allows users to configure JSON matching rules.
JsonEqualityMatchingRuleProvider() - Constructor for class org.opends.server.schema.JsonEqualityMatchingRuleProvider
 
JsonException - Exception in org.forgerock.json
An exception that is thrown during JSON operations.
JsonException() - Constructor for exception org.forgerock.json.JsonException
Constructs a new exception with null as its detail message.
JsonException(String) - Constructor for exception org.forgerock.json.JsonException
Constructs a new exception with the specified detail message.
JsonException(String, Throwable) - Constructor for exception org.forgerock.json.JsonException
Constructs a new exception with the specified detail message and cause.
JsonException(Throwable) - Constructor for exception org.forgerock.json.JsonException
Constructs a new exception with the specified cause.
JsonFileAccessLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying JSON File Based Access Log Publisher settings.
JsonFileAccessLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying JSON File Based Access Log Publisher settings.
JsonFileAccessLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the JSON File Based Access Log Publisher managed object definition meta information.
JsonFileHttpAccessLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying JSON File Based HTTP Access Log Publisher settings.
JsonFileHttpAccessLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying JSON File Based HTTP Access Log Publisher settings.
JsonFileHttpAccessLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the JSON File Based HTTP Access Log Publisher managed object definition meta information.
JsonFilteredResources - Class in org.forgerock.opendj.rest2ldap
This class contains methods for creating and manipulating connection factories and connections.
jsonFirstComponentMatchingRule(String) - Method in class org.forgerock.opendj.rest2ldap.InlineResourcePropertyMapper
Sets the JSON matching rule name that should be used for matching JSON properties in Name and JSON LDAP attributes.
JsonOrderingMatchingRuleCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying JSON Ordering Matching Rule settings.
JsonOrderingMatchingRuleCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying JSON Ordering Matching Rule settings.
JsonOrderingMatchingRuleCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the JSON Ordering Matching Rule managed object definition meta information.
JsonOrderingMatchingRuleProvider - Class in org.opends.server.schema
Allows users to configure JSON matching rules.
JsonOrderingMatchingRuleProvider() - Constructor for class org.opends.server.schema.JsonOrderingMatchingRuleProvider
 
JsonPatch - Class in org.forgerock.json
Processes partial modifications to JSON values.
JsonPatchValueTransformer - Interface in org.forgerock.json
RFC6902 expects the patch value to be a predetermined, static value to be used in the patch operation's execution.
JsonPointer - Class in org.forgerock.json
Identifies a specific value within a JSON structure.
JsonPointer() - Constructor for class org.forgerock.json.JsonPointer
Deprecated.
JsonPointer(Iterable<String>) - Constructor for class org.forgerock.json.JsonPointer
Constructs a JSON pointer from an iterable collection of reference tokens.
JsonPointer(String) - Constructor for class org.forgerock.json.JsonPointer
Constructs a JSON pointer, identifying the specified pointer value.
JsonPointer(String...) - Constructor for class org.forgerock.json.JsonPointer
Constructs a JSON pointer from an array of reference tokens.
jsonPointerToDotNotation(String) - Static method in class org.forgerock.audit.events.AuditEventHelper
Converts JsonPointer field identifier to dotted-path form.
JsonPropertyMapper - Class in org.forgerock.opendj.rest2ldap
A property mapper which provides a mapping from a JSON value to an LDAP attribute having the JSON syntax.
jsonQueryEqualityMatchingRule(String) - Method in class org.forgerock.opendj.rest2ldap.JsonPropertyMapper
Sets the JSON query matching rule name that should be used for matching JSON attributes in LDAP.
JsonQueryEqualityMatchingRuleCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying JSON Query Equality Matching Rule settings.
JsonQueryEqualityMatchingRuleCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying JSON Query Equality Matching Rule settings.
JsonQueryEqualityMatchingRuleCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the JSON Query Equality Matching Rule managed object definition meta information.
JsonQueryEqualityMatchingRuleProvider - Class in org.opends.server.schema
Allows users to configure custom JSON matching rules and indexing.
JsonQueryEqualityMatchingRuleProvider() - Constructor for class org.opends.server.schema.JsonQueryEqualityMatchingRuleProvider
 
jsonResolver(File) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Construct a new JsonValueResolver using a given file.
jsonResolver(String) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Construct a new JsonValueResolver using the given filename.
jsonResolver(String, JsonValue) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Construct a new JsonValueResolver using a given a JsonValue.
jsonResolver(Path) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Construct a new JsonValueResolver using a file at the given path.
jsonResolver(JsonValue) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Construct a new JsonValueResolver using a given a JsonValue.
jsonSchema(JsonValue) - Method in class org.forgerock.opendj.rest2ldap.JsonPropertyMapper
Sets the JSON schema corresponding to this simple property mapper.
jsonSchema(JsonValue) - Method in class org.forgerock.opendj.rest2ldap.SimplePropertyMapper
Sets the JSON schema corresponding to this simple property mapper.
JsonSchema - Class in org.forgerock.opendj.rest2ldap.schema
Utility methods for obtaining JSON syntaxes and matching rules.
JsonSchema.ValidationPolicy - Enum Class in org.forgerock.opendj.rest2ldap.schema
JSON value validation policies.
JsonSchemaUtils - Class in org.forgerock.audit.util
Contains Utility methods for dealing with JsonSchema data.
JsonStdoutAuditEventHandler - Class in org.forgerock.audit.handlers.json.stdout
AuditEventHandler for persisting raw JSON events to stdout.
JsonStdoutAuditEventHandler(JsonStdoutAuditEventHandlerConfiguration, EventTopicsMetaData) - Constructor for class org.forgerock.audit.handlers.json.stdout.JsonStdoutAuditEventHandler
Creates a JsonAuditEventHandler instances.
JsonStdoutAuditEventHandlerConfiguration - Class in org.forgerock.audit.handlers.json.stdout
Configuration for JsonStdoutAuditEventHandler.
JsonStdoutAuditEventHandlerConfiguration() - Constructor for class org.forgerock.audit.handlers.json.stdout.JsonStdoutAuditEventHandlerConfiguration
 
jsonToByteString(Object) - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Converts a JSON Object to a ByteString representation.
JsonUnfilteredResources - Class in org.forgerock.opendj.rest2ldap
This class contains methods for creating and manipulating connection factories and connections.
jsonValue - Variable in class org.forgerock.audit.events.AuditEventBuilder
Represents the event as a JSON value.
JsonValue - Class in org.forgerock.json
Represents a value in a JSON object model structure.
JsonValue(Object) - Constructor for class org.forgerock.json.JsonValue
Constructs a JSON value object with a given object.
JsonValue(Object, JsonPointer) - Constructor for class org.forgerock.json.JsonValue
Constructs a JSON value object with a given object and pointer.
JsonValueException - Exception in org.forgerock.json
An exception that is thrown during JSON value operations.
JsonValueException(JsonValue) - Constructor for exception org.forgerock.json.JsonValueException
Constructs a new exception with the specified JSON value and null as its detail message.
JsonValueException(JsonValue, String) - Constructor for exception org.forgerock.json.JsonValueException
Constructs a new exception with the specified JSON value and detail message.
JsonValueException(JsonValue, String, Throwable) - Constructor for exception org.forgerock.json.JsonValueException
Constructs a new exception with the specified JSON value, detail message and cause.
JsonValueException(JsonValue, Throwable) - Constructor for exception org.forgerock.json.JsonValueException
Constructs a new exception with the specified JSON value and cause.
jsonValueFilterVisitor() - Static method in class org.forgerock.util.query.JsonValueFilterVisitor
Returns a QueryFilterVisitor that can assess if a JsonValue resource matches a set of criteria defined by a QueryFilter.
JsonValueFilterVisitor - Class in org.forgerock.util.query
A QueryFilterVisitor that returns true if the provide JsonValue meets the criteria of the QueryFilter assertions and false if it does not.
JsonValueFunctions - Class in org.forgerock.json
This class contains the utility functions to convert a JsonValue to another type.
JsonValueFunctions - Class in org.forgerock.json.resource
This class contains the utility functions to convert a JsonValue to CREST (json-resource) types.
JsonValuePropertyEvaluator - Class in org.forgerock.config.util
A utility that traverses a JsonValue and does property substitution as well as type coercion.
JsonValuePropertyEvaluator(SubstitutionService, List<JsonValuePropertyEvaluator.CoercionFunctionSpec>) - Constructor for class org.forgerock.config.util.JsonValuePropertyEvaluator
Constructs a JsonValuePropertyEvaluator which traverses a JsonValue and does property substitution as well as type coercion.
JsonValuePropertyEvaluator.CoercionFunctionSpec - Class in org.forgerock.config.util
The specification for a coercion function.
JsonValuePropertyEvaluator.CoercionFunctionSpecBuilder - Class in org.forgerock.config.util
JsonValueResolver - Class in org.forgerock.config.resolvers
A configuration property resolver that uses a JsonValue to resolve properties.
JsonValueTraverseFunction - Class in org.forgerock.json
An implementation of Function that recursively traverses the JsonValue and applies some transformation if needed.
JsonValueTraverseFunction(Function<JsonValue, ?, JsonValueException>) - Constructor for class org.forgerock.json.JsonValueTraverseFunction
Construct the traversal function with a transformation function to apply to each array element nested object attribute value element, or primitive element.
JsonValueUtils - Class in org.forgerock.audit.util
Contains some JsonValue Utility methods.
JVM - Static variable in interface org.opends.server.loggers.ServerLoggers
The logger used for JVM information.
JVM_TRUST_MANAGER_PROVIDER - Static variable in class org.forgerock.opendj.setup.model.Setup
The name of the JVM trust manager provider provided in the config template.
jvmDefaultKeyStore() - Static method in class org.forgerock.opendj.security.KeyManagers
Returns the JVM default keystore.
JvmKeyManagerProvider - Class in org.opends.server.extensions
Represents a KeyManagerProvider which use the JVM keystore.
JvmKeyManagerProvider() - Constructor for class org.opends.server.extensions.JvmKeyManagerProvider
 
JvmMonitorProvider - Class in org.opends.server.monitors
This class defines a monitor provider that reports information about the JVM it is running into.
JvmMonitorProvider() - Constructor for class org.opends.server.monitors.JvmMonitorProvider
 
JvmTrustManagerProvider - Class in org.opends.server.extensions
Represents a TrustManagerProvider which use the JVM truststore.
JvmTrustManagerProvider() - Constructor for class org.opends.server.extensions.JvmTrustManagerProvider
 
jvmTrustStore() - Static method in class org.forgerock.opendj.setup.model.Security
Returns a Security.TrustStoreModel which will use the JVM truststore.
JwkPropertyFormat - Class in org.forgerock.secrets.propertyresolver
Decodes a JSON Web Key (JWK) as a secret.
JwkPropertyFormat() - Constructor for class org.forgerock.secrets.propertyresolver.JwkPropertyFormat
 
JWT_CLOCK - Static variable in class org.forgerock.opendj.rest2ldap.authz.JwtFactories
A common clock to use for signing and validating JWTs.
JwtFactories - Class in org.forgerock.opendj.rest2ldap.authz
Factory class for various Jwt classes.
JwtFactories.JwtSecretsProvider - Class in org.forgerock.opendj.rest2ldap.authz
A SecretsProvider whose clock is accessible.
JwtFactories.JwtVerifier - Class in org.forgerock.opendj.rest2ldap.authz
A class used to verify whether a given SignedJwt is valid.
JwtFactories.SignedJwtFactory - Class in org.forgerock.opendj.rest2ldap.authz
A factory class to generate SignedJwt.
JwtFilters - Class in org.forgerock.opendj.rest2ldap.authz
Factory methods to build Filters that handle the JWT mechanism.
JwtSigningContext - Class in org.forgerock.opendj.rest2ldap.authz
A context containing a JwtFactories.SignedJwtFactory to sign authentication requests with a JWT.
JwtSigningContext(Context, String, JwtFactories.SignedJwtFactory) - Constructor for class org.forgerock.opendj.rest2ldap.authz.JwtSigningContext
Creates a new JwtContext based on a parent context and a JwtFactories.SignedJwtFactory.

K

KB - Static variable in class org.opends.server.util.StaticUtils
Number of bytes in a Kibibyte.
KEEP_OPEN_NOTIFY_DS_IS_TOO_LATE - Enum constant in enum class org.opends.server.replication.protocol.StopMsg.StopReason
Notify the peer that its state is older than the oldest change in the changelog, the connection is to be kept open.
keepCount(IntegerArgument) - Method in class org.opends.server.tools.dsbackup.PurgeArgumentsValidator
Sets the "keep count" as a IntegerArgument.
keepCount(Integer) - Method in class org.opends.server.tools.dsbackup.PurgeRunner
Configures the purge process with a keep count value: purge will save only the keepCount latest backups of each backend.
keepCount(Entry, String) - Method in class org.opends.server.tools.dsbackup.PurgeArgumentsValidator
Sets the keep count.
keepMatchedValues(AttributeFilter, Schema) - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
Register a mapping function in the provided AttributeFilter which will only retain attribute values matching at least one filter defined in this control.
keepMatchedValues(Schema) - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
Returns a mapping function which, given an attribute, returns a new attribute containing only the values matching the filters defined in this control, or an empty attribute if none of the values match.
KERN - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
Kernel messages.
key() - Method in enum class org.forgerock.config.util.CoercionFunction
Get the key of the coercion function.
KEY_AGREEMENT - Enum constant in enum class org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Perform key agreement.
KEY_AGREEMENT - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for an interactive key agreement protocol, such as Diffie-Hellman (DH) or the elliptic curve equivalent (ECDH).
KEY_CERT_SIGN - Enum constant in enum class org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Verify signatures on public key certificates.
KEY_DECRYPTION - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for decrypting ("unwrapping") other keys.
KEY_ENCIPHERMENT - Enum constant in enum class org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Encipher private or secret keys, i.e., for key transport.
KEY_ENCRYPTION - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for encrypting ("wrapping") other keys.
KEY_MANAGER_ALGORITHM - Static variable in class org.forgerock.secrets.SecretsKeyManager
The algorithm of the underlying X509ExtendedKeyManager implementation to use.
KeyAgreementKey - Class in org.forgerock.secrets.keys
A key that is used in a key-agreement protocol (such as Diffie-Hellman) to agree another key.
KeyAgreementKey(SecretBuilder) - Constructor for class org.forgerock.secrets.keys.KeyAgreementKey
Initialises the key with the given secret data.
keyAlgorithm(String) - Static method in interface org.forgerock.secrets.SecretConstraint
Enforces a particular key algorithm (case insensitive).
KeyDecryptionKey - Class in org.forgerock.secrets.keys
A key that is used to decrypt (or "unwrap") other keys that have been encrypted with a KeyEncryptionKey.
KeyDecryptionKey(SecretBuilder) - Constructor for class org.forgerock.secrets.keys.KeyDecryptionKey
Initialises the key with the given secret data.
KeyEncryptionKey - Class in org.forgerock.secrets.keys
A key that is used to encrypt ("wrap") other keys.
KeyEncryptionKey(SecretBuilder) - Constructor for class org.forgerock.secrets.keys.KeyEncryptionKey
Initialises the key with the given secret data.
KeyFormat<T> - Interface in org.forgerock.secrets.keys
A format that can be used for exporting key material.
KeyFormatPem - Class in org.forgerock.secrets.keys
Exports a key in the PEM (Privacy Enhanced Mail) format.
KeyFormatPem(boolean) - Constructor for class org.forgerock.secrets.keys.KeyFormatPem
Constructs a new PEM key format that does not encrypt private keys.
KeyFormatRaw - Enum Class in org.forgerock.secrets.keys
Exports the raw key.
KeyManagerProvider<T extends KeyManagerProviderCfg> - Class in org.opends.server.api
This class defines an API that may be used to obtain a set of javax.net.ssl.KeyManager objects for use when performing SSL communication.
KeyManagerProvider() - Constructor for class org.opends.server.api.KeyManagerProvider
 
KeyManagerProvider.CertificateMonitor - Class in org.opends.server.api
This class implements a monitor provider that will report alias name and expiry date for each X509 certificate associated to a key manager provider.
KeyManagerProviderCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Key Manager Provider settings.
KeyManagerProviderCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Key Manager Provider settings.
KeyManagerProviderCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Key Manager Provider managed object definition meta information.
KeyManagerProviderConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the set of key manager providers defined in the Directory Server.
keyManagerProviderName() - Method in interface org.forgerock.opendj.setup.model.Profile.SetupConfiguration
Returns the name of the key manager provider configured for the server to setup.
keyManagerProviderName() - Method in class org.forgerock.opendj.setup.model.Setup
 
keyManagers() - Method in class org.forgerock.opendj.security.SslOptions
Return the key managers which can be used to secure connections or null if no certificates are used.
KeyManagers - Class in org.forgerock.opendj.security
This class contains methods for creating common types of key manager.
keyOnly(Class<?>, String) - Static method in class org.opends.server.types.AdditionalLogItem
Creates a new additional log item using the provided source and key and a value equal to the boolean true.
keys() - Method in class org.forgerock.config.resolvers.JsonValueResolver
 
keys() - Method in class org.forgerock.config.resolvers.PropertiesResolver
 
keys() - Method in class org.forgerock.json.JsonValue
Returns the set of keys for this JSON value's child values.
keySet() - Method in class org.forgerock.util.LazyMap
Returns a Set view of the keys contained in the map.
keySet() - Method in class org.forgerock.util.MapDecorator
Returns a Set view of the keys contained in the map.
KEYSTORE_PIN_FILE_RELATIVE_PATH - Static variable in class org.forgerock.opendj.setup.model.SetupConstants
Relative instance path of the generated deployment SSL keystore PIN file.
KeyStoreBuilder - Class in org.forgerock.security.keystore
Builder class for loading key stores.
KeyStoreBuilder() - Constructor for class org.forgerock.security.keystore.KeyStoreBuilder
 
KeyStoreHandler - Interface in org.forgerock.audit.secure
Handles the access to a KeyStore.
KeyStoreHandlerDecorator - Class in org.forgerock.audit.secure
Decorate a KeyStoreHandler in order to add some commons utility methods to read or write keystore's entries.
KeyStoreHandlerDecorator(KeyStoreHandler) - Constructor for class org.forgerock.audit.secure.KeyStoreHandlerDecorator
Constructs a new KeyStoreHandlerDecorator.
KeyStoreHandlerProvider - Interface in org.forgerock.audit.providers
Strategy for obtaining a keystore handler.
KeyStoreManager - Class in org.forgerock.security.keystore
A class that manages a Java Key Store and has methods for extracting out public/private keys and certificates.
KeyStoreManager(KeyStore) - Constructor for class org.forgerock.security.keystore.KeyStoreManager
Constructs an instance of the KeyStoreManager.
KeystoreManagerException - Exception in org.forgerock.security.keystore
Represents an exception from an operation using the KeyStoreManager class.
KeystoreManagerException(String) - Constructor for exception org.forgerock.security.keystore.KeystoreManagerException
Constructs a new KeystoreManagerException with the specified detail message.
KeystoreManagerException(String, Throwable) - Constructor for exception org.forgerock.security.keystore.KeystoreManagerException
Constructs a new KeystoreManagerException with the specified detail message.
KeystoreManagerException(Throwable) - Constructor for exception org.forgerock.security.keystore.KeystoreManagerException
Constructs a new KeyStoreManagerException with the specified throwable.
KeyStoreObjectCache - Interface in org.forgerock.opendj.security
A service provider interface for implementing key store caches.
KeyStoreParameters - Class in org.forgerock.opendj.security
The parameters which configure how the LDAP key store will be accessed.
KeyStoreSecretStore - Class in org.forgerock.secrets.keystore
A secret store for cryptographic keys based on a standard Java KeyStore.
KeyStoreSecretStore(Function<char[], KeyStore, KeyStoreException>, SecretReference<GenericSecret>) - Constructor for class org.forgerock.secrets.keystore.KeyStoreSecretStore
Initialises the keystore using the same password for the keystore and all keys and default configuration options.
KeyStoreSecretStore(Function<char[], KeyStore, KeyStoreException>, SecretReference<GenericSecret>, SecretReference<GenericSecret>, Options, KeyStoreSecretStore.StableIdProvider) - Constructor for class org.forgerock.secrets.keystore.KeyStoreSecretStore
Initialises the key store.
KeyStoreSecretStore(Function<char[], KeyStore, KeyStoreException>, SecretReference<GenericSecret>, Options) - Constructor for class org.forgerock.secrets.keystore.KeyStoreSecretStore
Initialises the keystore using the same password for the keystore and all keys.
KeyStoreSecretStore.AliasSpec - Class in org.forgerock.secrets.keystore
Specifies an alias with its validity for use in the store.
KeyStoreSecretStore.AliasSpecProvider - Interface in org.forgerock.secrets.keystore
Permits to retrieve the list of usable AliasSpecs of a specific KeyStore.
KeyStoreSecretStore.CompositeAliasSpecProvider - Class in org.forgerock.secrets.keystore
Aggregates multiple AliasSpecProviders results to serve the list of AliasSpec for a KeyStore.
KeyStoreSecretStore.KeyDetails - Class in org.forgerock.secrets.keystore
Details of a key that comes from the keystore.
KeyStoreSecretStore.PredicateAliasSpecProvider - Class in org.forgerock.secrets.keystore
Serves a matching subset of the aliases present in a KeyStore based on a predicate.
KeyStoreSecretStore.StableIdProvider - Interface in org.forgerock.secrets.keystore
An interface to allow the consuming application to provide the stable ID for the secret.
KeyStoreSecretStore.StaticAliasSpecProvider - Class in org.forgerock.secrets.keystore
Serves a static list of AliasSpecs, without looking at the real content of a KeyStore.
KeyStoreSecureStorage - Class in org.forgerock.audit.secure
Implementation of a secure storage using a keystore.
KeyStoreSecureStorage(KeyStoreHandler, PrivateKey) - Constructor for class org.forgerock.audit.secure.KeyStoreSecureStorage
Creates the storage with a keystore handler, initialized to verify only.
KeyStoreSecureStorage(KeyStoreHandler, PublicKey) - Constructor for class org.forgerock.audit.secure.KeyStoreSecureStorage
Creates the storage with a keystore handler, initialized to verify only.
KeyStoreSecureStorage(KeyStoreHandler, PublicKey, PrivateKey) - Constructor for class org.forgerock.audit.secure.KeyStoreSecureStorage
Creates the storage with a keystore handler, initialized to verify only.
keyToHumanReadableString(ByteString) - Method in interface org.forgerock.opendj.ldap.schema.Indexer
Returns a human readable representation of the key.
KeyType - Enum Class in org.forgerock.secrets.keys
Indicates the type of key.
keyUsage(boolean, EnumSet<X509CertificateBuilder.KeyUsage>) - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Adds the key usage extension with the provided usages.
KeyUsage - Enum Class in org.forgerock.secrets.keys
Indicates the allowed usages for a particular key.
keyUsages(Set<KeyUsage>) - Method in class org.forgerock.secrets.SecretBuilder
Sets the allowed key usages for this key.
keyValue(Class<?>, String, long) - Static method in class org.opends.server.types.AdditionalLogItem
Creates a new additional log item using the provided source, key, and value.
keyValue(Class<?>, String, CharSequence) - Static method in class org.opends.server.types.AdditionalLogItem
Creates a new additional log item using the provided source, key, and value.
keyValue(Class<?>, String, Map<String, Object>) - Static method in class org.opends.server.types.AdditionalLogItem
Creates a new additional log item using the provided source, key, and jsonValue.
KeywordBindRule - Interface in org.opends.server.authorization.dseecompat
This interface represents a keyword bind rule class that can evaluate an evaluation context.
KIBI_BYTES - Enum constant in enum class org.forgerock.opendj.config.SizeUnit
A kibi-byte unit.
KILO_BYTES - Enum constant in enum class org.forgerock.opendj.config.SizeUnit
A kilo-byte unit.
KRBV_PROPERTY_KDC - Static variable in class org.opends.server.util.ServerConstants
The name of the Kerberos V property that specifies the address of the KDC.
KRBV_PROPERTY_REALM - Static variable in class org.opends.server.util.ServerConstants
The name of the Kerberos V property that specifies the realm to use.

L

LABEL_PATTERN - Static variable in class org.forgerock.secrets.Purpose
The regular expression to use when validating purpose labels.
LambdaExceptionUtils - Class in org.forgerock.util
Utility methods for interacting with lambdas that throw exceptions.
lastEntryBodyLines - Variable in class org.opends.server.util.LDIFReader
The lines that comprise the body of the last entry read.
lastEntryHeaderLines - Variable in class org.opends.server.util.LDIFReader
The lines that comprise the header (DN and any comments) for the last entry read.
lastEntryLineNumber - Variable in class org.opends.server.util.LDIFReader
The line number on which the last entry started.
lastIndexOf(Object) - Method in class org.forgerock.util.LazyList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class org.forgerock.util.ListDecorator
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
LastModPlugin - Class in org.opends.server.plugins
This class implements a Directory Server plugin that will add the creatorsName and createTimestamp attributes to an entry whenever it is added to the server, and will add the modifiersName and modifyTimestamp attributes whenever the entry is modified or renamed.
LastModPlugin() - Constructor for class org.opends.server.plugins.LastModPlugin
Creates a new instance of this Directory Server plugin.
LastModPluginCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Last Mod Plugin settings.
LastModPluginCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Last Mod Plugin settings.
LastModPluginCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Last Mod Plugin managed object definition meta information.
lastMsgs() - Method in record class org.opends.server.replication.server.changelog.file.ReplicationEnvironment.DomainState
Returns the value of the lastMsgs record component.
lastUpdates() - Method in record class org.opends.server.replication.server.changelog.file.ReplicationEnvironment.DomainState
Returns the value of the lastUpdates record component.
lazy(Supplier<T, E>) - Static method in class org.forgerock.util.LazySupplier
Constructs a supplier that will lazily compute and cache a value from the given supplier.
LazyList<E> - Class in org.forgerock.util
A list with lazy initialization.
LazyList() - Constructor for class org.forgerock.util.LazyList
Constructs a new lazy list.
LazyList(Factory<List<E>>) - Constructor for class org.forgerock.util.LazyList
Constructs a new lazy list.
LazyMap<K,V> - Class in org.forgerock.util
A map with lazy initialization.
LazyMap() - Constructor for class org.forgerock.util.LazyMap
Constructs a new lazy map.
LazyMap(Factory<Map<K, V>>) - Constructor for class org.forgerock.util.LazyMap
Constructs a new lazy map.
LazySupplier<T,E extends Exception> - Class in org.forgerock.util
A Supplier that lazily computes a value the first time it is accessed and then caches the result to return on subsequent requests.
Ldap - Class in org.forgerock.opendj.io
This class contains various static utility methods encoding and decoding LDAP protocol elements.
LDAP - Enum constant in enum class org.forgerock.opendj.server.core.RequestContext.RequestFlag
The request was sent by an LDAP client and should be logged in the LDAP access log.
LDAP_CLIENT_AUTHN_BIND_REQUEST - Static variable in class org.forgerock.opendj.ldap.LdapClients
Configures the BindRequest used for pre-authenticated connection or availability check made by load-balancers.
LDAP_CLIENT_AUTHN_BIND_REQUEST_FACTORY - Static variable in class org.forgerock.opendj.ldap.LdapClients
Configures the BindRequest supplier used for pre-authenticated connection or availability checks made by load-balancers
LDAP_CLIENT_ENABLE_PRE_AUTHENTICATION - Static variable in class org.forgerock.opendj.ldap.LdapClients
Configures whether the connection factory must return pre-authenticated connections.
LDAP_CLIENT_KEEP_ALIVE_ENABLED - Static variable in class org.forgerock.opendj.ldap.LdapClients
Configures the connection factory to periodically send keep-alives to the Directory Server.
LDAP_CLIENT_KEEP_ALIVE_INTERVAL - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the time between successive keep-alives (default interval is 300 seconds).
LDAP_CLIENT_KEEP_ALIVE_SCHEDULER - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the scheduler which will be used for periodically sending keep-alives.
LDAP_CLIENT_KEEP_ALIVE_SEARCH_REQUEST - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the parameters of the search request that will be used for keep-alives.
LDAP_CLIENT_KEEP_ALIVE_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the timeout for keep-alives, after which the remote Directory Server will be deemed to be disconnected (default timeout is 3 seconds).
LDAP_CLIENT_REQUEST_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the operation timeout.
LDAP_CLIENT_SSL_USE_STARTTLS - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies whether SSL or StartTLS should be used for securing connections when an SSL context is specified.
LDAP_PROTOCOL_VERSION_3 - Static variable in class org.opends.server.protocols.ReactiveHandlersUtils
Version 3 of the LDAP protocol.
LDAPADListPlugin - Class in org.opends.server.plugins
This pre-parse plugin modifies the operation to allow an object class identifier to be specified in attributes lists, such as in Search requests, to request the return all attributes belonging to an object class as per the specification in RFC 4529.
LDAPADListPlugin() - Constructor for class org.opends.server.plugins.LDAPADListPlugin
Creates a new instance of this Directory Server plugin.
LdapAttributeDescriptionListPluginCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying LDAP Attribute Description List Plugin settings.
LdapAttributeDescriptionListPluginCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying LDAP Attribute Description List Plugin settings.
LdapAttributeDescriptionListPluginCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the LDAP Attribute Description List Plugin managed object definition meta information.
LdapClient - Interface in org.forgerock.opendj.ldap
An LDAP client provides an interface for obtaining a connection to a Directory Server.
LdapClientContext - Class in org.forgerock.opendj.rest2ldap
A Context containing an LdapClient, which will be used for reading the LDAP schema from the server, and an LdapClientSocket which will be used for performing LDAP requests on behalf of the authenticated user.
LdapClientContext(Context, LdapClient, LdapClientSocket) - Constructor for class org.forgerock.opendj.rest2ldap.LdapClientContext
Creates a new LDAP client context having the provided parent and an ID automatically generated using UUID.randomUUID().
LdapClientContext(Context, LdapClient, LdapClientSocket, Control) - Constructor for class org.forgerock.opendj.rest2ldap.LdapClientContext
Creates a new LDAP client context having the provided parent and an ID automatically generated using UUID.randomUUID().
LdapClients - Class in org.forgerock.opendj.ldap
This class contains methods for creating and manipulating LDAP clients and connections.
ldapClientSocket(RxSocket<ByteBuffer>, Options) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive socket that adds an LDAP client layer to an underlying socket.
LdapClientSocket - Interface in org.forgerock.opendj.ldap
A connection with a Directory Server over which read and update operations may be performed.
LdapConnectionFactory - Class in org.forgerock.opendj.ldap
A factory class which can be used to obtain connections to an LDAP Directory Server.
LdapConnectionFactory(String, int) - Constructor for class org.forgerock.opendj.ldap.LdapConnectionFactory
Creates a new LDAP connection factory which can be used to create LDAP connections to the Directory Server at the provided host and port number.
LdapConnectionFactory(String, int, Options) - Constructor for class org.forgerock.opendj.ldap.LdapConnectionFactory
Creates a new LDAP connection factory which can be used to create LDAP connections to the Directory Server at the provided host and port number.
LdapConnectionFactory(LdapClient) - Constructor for class org.forgerock.opendj.ldap.LdapConnectionFactory
Creates a new LDAP connection factory which can be used to create LDAP connections to the Directory Server at the provided host and port number.
LDAPConnectionHandler - Class in org.opends.server.protocols.ldap
This class defines a connection handler that will be used for communicating with clients over LDAP.
LDAPConnectionHandler() - Constructor for class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
LdapConnectionHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying LDAP Connection Handler settings.
LdapConnectionHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying LDAP Connection Handler settings.
LdapConnectionHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the LDAP Connection Handler managed object definition meta information.
LdapConnectionHandlerCfgDefn.SslClientAuthPolicy - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "ssl-client-auth-policy" property.
ldapEndpoints() - Method in record class org.opends.server.replication.common.DSInfo
Returns the value of the ldapEndpoints record component.
LdapException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request was unsuccessful.
LdapException(Result) - Constructor for exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception using the provided result.
LDAPKeyManagerProvider - Class in org.opends.server.extensions
This class defines a key manager provider that will access keys stored in an LDAP backend.
LDAPKeyManagerProvider() - Constructor for class org.opends.server.extensions.LDAPKeyManagerProvider
 
LdapKeyManagerProviderCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying LDAP Key Manager Provider settings.
LdapKeyManagerProviderCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying LDAP Key Manager Provider settings.
LdapKeyManagerProviderCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the LDAP Key Manager Provider managed object definition meta information.
LdapManagementContext - Class in org.forgerock.opendj.config.client.ldap
An LDAP management connection context.
LdapManagementContextFactory - Class in org.forgerock.opendj.config.dsconfig
An LDAP management context factory for the DSConfig tool.
LdapManagementContextFactory(LdapClientProvider) - Constructor for class org.forgerock.opendj.config.dsconfig.LdapManagementContextFactory
Creates a new LDAP management context factory based on LDAP client.
ldapMemoryTransport(Options) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns an in-memory reactive LDAP transport.
LdapMessage - Class in org.forgerock.opendj.ldap.messages
Encapsulates a ProtocolOp with LDAP specific message information.
LdapPassThroughAuthenticationPolicyCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying LDAP Pass Through Authentication Policy settings.
LdapPassThroughAuthenticationPolicyCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying LDAP Pass Through Authentication Policy settings.
LdapPassThroughAuthenticationPolicyCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the LDAP Pass Through Authentication Policy managed object definition meta information.
LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "mapping-policy" property.
LDAPPassThroughAuthenticationPolicyFactory - Class in org.opends.server.extensions
LDAP pass through authentication policy implementation.
LDAPPassThroughAuthenticationPolicyFactory() - Constructor for class org.opends.server.extensions.LDAPPassThroughAuthenticationPolicyFactory
Public default constructor used by the admin framework.
ldapPort(int) - Method in class org.forgerock.opendj.server.embedded.ConnectionParameters
Sets the port on which the directory server listens for LDAP communication.
ldapPort(int) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies that the ldap connection handler must be enabled and listening on the provided port.
ldapPort(int, boolean) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies that the ldap connection handler must be enabled and listening on the provided port and whether start TLS should be enabled.
ldapPortWithStartTls(int) - Method in class org.forgerock.opendj.server.embedded.ConnectionParameters
Sets the port on which the directory server listens for LDAP with StartTLS communications.
LdapProfile - Class in org.forgerock.opendj.config
This class is used to map configuration elements to their LDAP schema names.
LdapProfile.Wrapper - Class in org.forgerock.opendj.config
LDAP profile wrappers can be used to provide temporary LDAP profile information for components which do not have LDAP profile property files.
LdapPromise<S> - Interface in org.forgerock.opendj.ldap
A handle which can be used to retrieve the Result of an asynchronous Request.
LdapReader - Class in org.forgerock.opendj.io
Reads LDAP messages from an underlying ASN.1 reader.
LDAPReplicationDomain - Class in org.opends.server.replication.plugin
This class implements the bulk part of the Directory Server side of the replication code.
LdapResultHandler<S> - Interface in org.forgerock.opendj.ldap
A completion handler for consuming the result of an asynchronous operation or connection attempts.
ldapSecurePort(int) - Method in class org.forgerock.opendj.server.embedded.ConnectionParameters
Sets the port on which the directory server listens for LDAPS (secure) communication.
ldapSecurePort(int) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies that the ldaps connection handler must be enabled and listening on the provided port.
LdapServer - Class in org.forgerock.opendj.ldap
An LDAP server connection listener which waits for LDAP connection requests to come in over the network and binds them to a server connection created using the provided server connection factory.
LdapServer(int, Function<LdapSession, BiFunction<Integer, Request, Flowable<Response>>>) - Constructor for class org.forgerock.opendj.ldap.LdapServer
Creates a new LDAP listener implementation which will listen for LDAP client connections at the provided address.
LdapServer(int, Function<LdapSession, BiFunction<Integer, Request, Flowable<Response>>>, Options) - Constructor for class org.forgerock.opendj.ldap.LdapServer
Creates a new LDAP listener implementation which will listen for LDAP client connections at the provided address.
LdapServer(String, int, Function<LdapSession, BiFunction<Integer, Request, Flowable<Response>>>) - Constructor for class org.forgerock.opendj.ldap.LdapServer
Creates a new LDAP listener implementation which will listen for LDAP client connections at the provided address.
LdapServer(String, int, Function<LdapSession, BiFunction<Integer, Request, Flowable<Response>>>, Options) - Constructor for class org.forgerock.opendj.ldap.LdapServer
Creates a new LDAP listener implementation which will listen for LDAP client connections at the provided address.
LdapServer(Set<InetSocketAddress>, Function<LdapSession, BiFunction<Integer, Request, Flowable<Response>>>) - Constructor for class org.forgerock.opendj.ldap.LdapServer
Creates a new LDAP listener implementation which will listen for LDAP client connections at the provided address.
LdapServer(Set<InetSocketAddress>, Function<LdapSession, BiFunction<Integer, Request, Flowable<Response>>>, Options) - Constructor for class org.forgerock.opendj.ldap.LdapServer
Creates a new LDAP listener implementation which will listen for LDAP client connections at the provided address.
ldapServerSocket(RxSocket<ByteBuffer>, Options) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive socket that adds an LDAP server layer to an underlying socket.
LdapSession - Interface in org.forgerock.opendj.ldap
Server side representation of a connected LDAP client.
LdapSocket - Interface in org.forgerock.opendj.io
A reactive socket implementation representing a stream of LDAP messages.
LdapStatistics - Class in org.opends.server.protocols.ldap
This class defines a data structure that will be used to keep track of various metrics related to LDAP communication that the server has conducted.
LdapStatistics() - Constructor for class org.opends.server.protocols.ldap.LdapStatistics
 
ldapTransport(RxTransport<ByteBuffer, ? extends RxSocket<ByteBuffer>>) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive transport that adds an LDAP layer to an underlying transport.
ldapTransportFromOptions(Options) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a new LDAP RxTransport configured using the provided options.
LDAPTrustManagerProvider - Class in org.opends.server.extensions
This class defines a trust manager provider that will reference certificates stored in an LDAP backend.
LDAPTrustManagerProvider() - Constructor for class org.opends.server.extensions.LDAPTrustManagerProvider
Creates a new LDAP trust manager provider.
LdapTrustManagerProviderCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying LDAP Trust Manager Provider settings.
LdapTrustManagerProviderCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying LDAP Trust Manager Provider settings.
LdapTrustManagerProviderCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the LDAP Trust Manager Provider managed object definition meta information.
LDAPUpdateMsg - Class in org.opends.server.replication.protocol
Abstract class that must be extended to define a message used for sending Updates between servers.
LDAPUpdateMsg() - Constructor for class org.opends.server.replication.protocol.LDAPUpdateMsg
Creates a new UpdateMsg.
LdapUrl - Class in org.forgerock.opendj.ldap
An LDAP URL as defined in RFC 4516.
LdapUrl(boolean, String, Integer, Dn) - Constructor for class org.forgerock.opendj.ldap.LdapUrl
Creates a new LDAP URL referring to a single entry on the specified server.
LdapUrl(boolean, String, Integer, Dn, SearchScope, Filter, String...) - Constructor for class org.forgerock.opendj.ldap.LdapUrl
Creates a new LDAP URL including the full set of parameters for a search request.
LDAPURL - Class in org.opends.server.types
This class defines a data structure that represents the components of an LDAP URL, including the scheme, host, port, base DN, attributes, scope, filter, and extensions.
LdapWriter - Class in org.forgerock.opendj.io
Writes LDAP messages to an underlying ASN.1 writer.
Ldif - Class in org.forgerock.opendj.ldif
This class contains common utility methods for creating and manipulating readers and writers.
LDIF_EXPORT - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the user to request that the server process LDIF export tasks.
LDIF_EXPORT - Enum constant in enum class org.opends.server.api.LocalBackend.BackendOperation
Indicates whether this backend supports exporting the data it contains to an LDIF file.
LDIF_EXPORT - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to perform LDIF export operations.
LDIF_IMPORT - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the user to request that the server process LDIF import tasks.
LDIF_IMPORT - Enum constant in enum class org.opends.server.api.LocalBackend.BackendOperation
Indicates whether this backend supports importing its data from an LDIF file.
LDIF_IMPORT - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked for each entry read during an LDIF import.
LDIF_IMPORT - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to perform LDIF import operations.
LDIF_IMPORT_BEGIN - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked for each import session beginning.
LDIF_IMPORT_END - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked for each import session end.
LDIFBackend - Class in org.opends.server.backends
This class provides a backend implementation that stores the underlying data in an LDIF file.
LDIFBackend() - Constructor for class org.opends.server.backends.LDIFBackend
 
LdifBackendCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying LDIF Backend settings.
LdifBackendCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying LDIF Backend settings.
LdifBackendCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the LDIF Backend managed object definition meta information.
LdifChangeRecordReader - Class in org.forgerock.opendj.ldif
An LDIF change record reader reads change records using the LDAP Data Interchange Format (LDIF) from a user defined source.
LdifChangeRecordReader(InputStream) - Constructor for class org.forgerock.opendj.ldif.LdifChangeRecordReader
Creates a new LDIF change record reader whose source is the provided input stream.
LdifChangeRecordReader(Reader) - Constructor for class org.forgerock.opendj.ldif.LdifChangeRecordReader
Creates a new LDIF change record reader whose source is the provided character stream reader.
LdifChangeRecordReader(String...) - Constructor for class org.forgerock.opendj.ldif.LdifChangeRecordReader
Creates a new LDIF change record reader which will read lines of LDIF from the provided array of LDIF lines.
LdifChangeRecordReader(List<String>) - Constructor for class org.forgerock.opendj.ldif.LdifChangeRecordReader
Creates a new LDIF change record reader which will read lines of LDIF from the provided list of LDIF lines.
LdifChangeRecordWriter - Class in org.forgerock.opendj.ldif
An LDIF change record writer writes change records using the LDAP Data Interchange Format (LDIF) to a user defined destination.
LdifChangeRecordWriter(OutputStream) - Constructor for class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Creates a new LDIF change record writer whose destination is the provided output stream.
LdifChangeRecordWriter(Writer) - Constructor for class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Creates a new LDIF change record writer whose destination is the provided character stream writer.
LdifChangeRecordWriter(List<String>) - Constructor for class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Creates a new LDIF change record writer which will append lines of LDIF to the provided list.
LDIFConnectionHandler - Class in org.opends.server.protocols
This class defines an LDIF connection handler, which can be used to watch for new LDIF files to be placed in a specified directory.
LDIFConnectionHandler() - Constructor for class org.opends.server.protocols.LDIFConnectionHandler
 
LdifConnectionHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying LDIF Connection Handler settings.
LdifConnectionHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying LDIF Connection Handler settings.
LdifConnectionHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the LDIF Connection Handler managed object definition meta information.
LdifEntryReader - Class in org.forgerock.opendj.ldif
An LDIF entry reader reads attribute value records (entries) using the LDAP Data Interchange Format (LDIF) from a user defined source.
LdifEntryReader(InputStream) - Constructor for class org.forgerock.opendj.ldif.LdifEntryReader
Creates a new LDIF entry reader whose source is the provided input stream.
LdifEntryReader(Reader) - Constructor for class org.forgerock.opendj.ldif.LdifEntryReader
Creates a new LDIF entry reader whose source is the provided character stream reader.
LdifEntryReader(String...) - Constructor for class org.forgerock.opendj.ldif.LdifEntryReader
Creates a new LDIF entry reader which will read lines of LDIF from the provided array of LDIF lines.
LdifEntryReader(List<String>) - Constructor for class org.forgerock.opendj.ldif.LdifEntryReader
Creates a new LDIF entry reader which will read lines of LDIF from the provided list of LDIF lines.
LdifEntryWriter - Class in org.forgerock.opendj.ldif
An LDIF entry writer writes attribute value records (entries) using the LDAP Data Interchange Format (LDIF) to a user defined destination.
LdifEntryWriter(OutputStream) - Constructor for class org.forgerock.opendj.ldif.LdifEntryWriter
Creates a new LDIF entry writer whose destination is the provided output stream.
LdifEntryWriter(Writer) - Constructor for class org.forgerock.opendj.ldif.LdifEntryWriter
Creates a new LDIF entry writer whose destination is the provided character stream writer.
LdifEntryWriter(List<String>) - Constructor for class org.forgerock.opendj.ldif.LdifEntryWriter
Creates a new LDIF entry writer which will append lines of LDIF to the provided list.
LDIFException - Exception in org.opends.server.util
This class defines an exception that may be thrown while attempting to parse LDIF content.
LDIFException(LocalizableMessage) - Constructor for exception org.opends.server.util.LDIFException
Creates a new LDIF exception with the provided information.
LDIFException(LocalizableMessage, long, boolean) - Constructor for exception org.opends.server.util.LDIFException
Creates a new LDIF exception with the provided information.
LDIFException(LocalizableMessage, long, boolean, Throwable) - Constructor for exception org.opends.server.util.LDIFException
Creates a new configuration exception with the provided message and underlying cause.
LDIFExportConfig - Class in org.opends.server.types
This class defines a data structure for holding configuration information to use when performing an LDIF export.
LDIFExportConfig(OutputStream) - Constructor for class org.opends.server.types.LDIFExportConfig
Creates a new LDIF export configuration that will write to the provided output stream.
LDIFExportConfig(Path, ExistingFileBehavior) - Constructor for class org.opends.server.types.LDIFExportConfig
Creates a new LDIF export configuration that will write to the specified LDIF file.
ldifFile(String) - Method in class org.forgerock.opendj.server.embedded.ImportParameters
Sets the path to the LDIF file to be imported.
LDIFIMPORT - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked for each entry read during an LDIF import.
LDIFIMPORTBEGIN - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked at the beginning of an LDIF import session.
LDIFImportConfig - Class in org.opends.server.types
This class defines a data structure for holding configuration information to use when performing an LDIF import.
LDIFImportConfig(InputStream) - Constructor for class org.opends.server.types.LDIFImportConfig
Creates a new LDIF import configuration that will read from the provided input stream.
LDIFImportConfig(Path) - Constructor for class org.opends.server.types.LDIFImportConfig
Creates a new LDIF import configuration that will read from the specified LDIF file.
LDIFImportConfig(List<Path>) - Constructor for class org.opends.server.types.LDIFImportConfig
Creates a new LDIF import configuration that will read from the specified LDIF files.
LDIFImportConfig(EntryReader) - Constructor for class org.opends.server.types.LDIFImportConfig
Creates a new LDIF import configuration that will read from the provided entry reader.
LDIFIMPORTEND - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked at the end of an LDIF import session.
LDIFImportResult(long, long, long) - Constructor for record class org.opends.server.api.LocalBackend.LDIFImportResult
Creates an instance of a LDIFImportResult record class.
LDIFReader - Class in org.opends.server.util
This class provides the ability to read information from an LDIF file.
LDIFReader(LDIFImportConfig, ServerContext) - Constructor for class org.opends.server.util.LDIFReader
Creates a new LDIF reader that will read information from the specified file.
leaf() - Method in class org.forgerock.json.JsonPointer
Returns the last (leaf) reference token of the JSON pointer, or null if the pointer contains no reference tokens (i.e.
leaf() - Method in class org.forgerock.json.resource.ResourcePath
Returns the last path element in this resource path.
LEASE_EXPIRY_DURATION - Static variable in interface org.forgerock.secrets.SecretStore
Option used to specify how long secrets from a store should be used before being refreshed.
LeaveLockdownModeTask - Class in org.opends.server.tasks
This class provides an implementation of a Directory Server task that can be used bring the server out of lockdown mode.
LeaveLockdownModeTask() - Constructor for class org.opends.server.tasks.LeaveLockdownModeTask
 
LEGAL_NOTICES_DIR_NAME - Static variable in class org.forgerock.opendj.setup.model.Installation
The Legal folder which contains license file.
length() - Method in class org.forgerock.i18n.LocalizableMessage
Returns the length of the String representation of this message in the default locale.
length() - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the length of the String representation of this message builder in the default locale.
length() - Method in class org.forgerock.opendj.ldap.ByteString
Returns the length of this byte string.
length() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns the length of this byte string builder.
length(Locale) - Method in class org.forgerock.i18n.LocalizableMessage
Returns the length of the String representation of this message in the specified locale.
length(Locale) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the length of the String representation of this message builder in the specified locale.
LengthBasedPasswordValidator - Class in org.opends.server.extensions
This class provides a password validator that can ensure that the provided password meets minimum and/or maximum length requirements.
LengthBasedPasswordValidator() - Constructor for class org.opends.server.extensions.LengthBasedPasswordValidator
Creates a new instance of this password validator.
LengthBasedPasswordValidatorCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Length Based Password Validator settings.
LengthBasedPasswordValidatorCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Length Based Password Validator settings.
LengthBasedPasswordValidatorCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Length Based Password Validator managed object definition meta information.
LENIENT - Enum constant in enum class org.forgerock.opendj.rest2ldap.schema.JsonSchema.ValidationPolicy
JSON validation policy requiring conformance to RFC 7159 with the following exceptions: 1) comments are allowed, 2) single quotes may be used instead of double quotes, and 3) unquoted control characters are allowed in strings.
LENIENT - Enum constant in enum class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn.JsonValidationPolicy
JSON syntax values must comply with RFC 7159 except: 1) comments are allowed, 2) single quotes may be used instead of double quotes, and 3) unquoted control characters are allowed in strings.
LESS_EQUAL - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "less-than-or-equal" operator.
LESS_OR_EQUAL - Enum constant in enum class org.forgerock.opendj.ldap.Filter.FilterType
The filter type for less or equal filters.
LESS_THAN - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "less-than" operator.
LESS_THAN_OR_EQUAL_TO_KEY - Enum constant in enum class org.opends.server.replication.server.changelog.api.DBCursor.PositionStrategy
Positions the cursor on the nearest existing key which is less than or equal to the requested key.
lessOrEqual(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new less or equal filter using the provided attribute description and assertion value.
lessThan(FF, Object) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new less than filter using the provided field name and value assertion.
lessThan(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new less than filter using the provided attribute description and assertion value.
lessThanOrEqualTo(FF, Object) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new less than or equal to filter using the provided field name and value assertion.
LevenshteinDistance - Class in org.opends.server.util
This class provides an implementation of the Levenshtein distance algorithm, which may be used to determine the minimum number of changes required to transform one string into another.
LIB_DIR_NAME - Static variable in class org.forgerock.opendj.setup.model.Installation
The lib directory name.
LICENSE_FILE_NAME - Static variable in class org.forgerock.opendj.setup.model.Installation
The license file name.
LicenseFile - Class in org.forgerock.opendj.setup.model
Represents information about the license file.
LicenseFile() - Constructor for class org.forgerock.opendj.setup.model.LicenseFile
 
LinkedAttribute - Class in org.forgerock.opendj.ldap
An implementation of the Attribute interface with predictable iteration order.
LinkedAttribute(String) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and no attribute values.
LinkedAttribute(String, Object) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and single attribute value.
LinkedAttribute(String, Object...) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and attribute values.
LinkedAttribute(String, Collection<?>) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and attribute values.
LinkedAttribute(Attribute) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the same attribute description and attribute values as attribute.
LinkedAttribute(AttributeDescription) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and no attribute values.
LinkedAttribute(AttributeDescription, Object) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and single attribute value.
LinkedAttribute(AttributeDescription, Object...) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and attribute values.
LinkedAttribute(AttributeDescription, Collection<?>) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and attribute values.
LinkedHashMapEntry - Class in org.forgerock.opendj.ldap
An implementation of the Entry interface which uses a LinkedHashMap for storing attributes.
LinkedHashMapEntry() - Constructor for class org.forgerock.opendj.ldap.LinkedHashMapEntry
Creates an entry with an empty (root) distinguished name and no attributes.
LinkedHashMapEntry(String) - Constructor for class org.forgerock.opendj.ldap.LinkedHashMapEntry
Creates an empty entry using the provided distinguished name decoded using the default schema.
LinkedHashMapEntry(String...) - Constructor for class org.forgerock.opendj.ldap.LinkedHashMapEntry
Creates a new entry using the provided lines of LDIF decoded using the default schema.
LinkedHashMapEntry(Dn) - Constructor for class org.forgerock.opendj.ldap.LinkedHashMapEntry
Creates an empty entry using the provided distinguished name and no attributes.
list - Variable in class org.forgerock.util.ListDecorator
The list wrapped by this decorator.
list() - Method in interface org.opends.server.backup.BackupStorage
Returns a stream containing the existing file names.
list() - Method in class org.opends.server.backup.FileSystemBackupStorage
 
LIST - Enum constant in enum class org.forgerock.config.util.CoercionFunction
A coercion function that processes a list of strings delimited by a "," into a json array.
listAccessLogFilteringCriteria() - Method in interface org.forgerock.opendj.server.config.client.AccessLogPublisherCfgClient
Lists the Access Log Filtering Criteria.
listAccessLogFilteringCriteria() - Method in interface org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
Lists the Access Log Filtering Criteria.
listAccountStatusNotificationHandlers() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Account Status Notification Handlers.
listAccountStatusNotificationHandlers() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Account Status Notification Handlers.
listAlertHandlers() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Alert Handlers.
listAlertHandlers() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Alert Handlers.
listBackendIndexes() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Lists the Backend Indexes.
listBackendIndexes() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Lists the Backend Indexes.
listBackends() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Backends.
listBackends() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Backends.
listBackendVlvIndexes() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Lists the Backend Vlv Indexes.
listBackendVlvIndexes() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Lists the Backend Vlv Indexes.
listBackups(BackupManager.BackupFilter, Collection<LocalizableMessage>) - Method in class org.opends.server.backup.BackupManager
Lists all the backups without verifying their integrity.
listCertificateMappers() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Certificate Mappers.
listCertificateMappers() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Certificate Mappers.
listChildren(InstantiableRelationDefinition<?, ?>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Lists the child managed objects associated with the specified instantiable relation.
listChildren(InstantiableRelationDefinition<C, S>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Lists the child managed objects associated with the specified instantiable relation.
listChildren(InstantiableRelationDefinition<C, S>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
listChildren(InstantiableRelationDefinition<C, S>, AbstractManagedObjectDefinition<? extends C, ? extends S>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Lists the child managed objects associated with the specified instantiable relation which are a sub-type of the specified managed object definition.
listChildren(InstantiableRelationDefinition<C, S>, AbstractManagedObjectDefinition<? extends C, ? extends S>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
listChildren(SetRelationDefinition<?, ?>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Lists the child managed objects associated with the specified set relation.
listChildren(SetRelationDefinition<C, S>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Lists the child managed objects associated with the specified set relation.
listChildren(SetRelationDefinition<C, S>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
listChildren(SetRelationDefinition<C, S>, AbstractManagedObjectDefinition<? extends C, ? extends S>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Lists the child managed objects associated with the specified set relation which are a sub-type of the specified managed object definition.
listChildren(SetRelationDefinition<C, S>, AbstractManagedObjectDefinition<? extends C, ? extends S>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
listConnectionHandlers() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Connection Handlers.
listConnectionHandlers() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Connection Handlers.
ListDecorator<E> - Class in org.forgerock.util
Wraps another map.
ListDecorator(List<E>) - Constructor for class org.forgerock.util.ListDecorator
Constructs a new list decorator, wrapping the specified list.
listen(InetSocketAddress, Options) - Method in interface org.forgerock.opendj.io.RxTransport
Starts listening on the provided address and returns an RxServerSocket which will publish incoming connections via the RxServerSocket.accept() method.
listeners(Consumer<LocalBackend<?>>, Consumer<LocalBackend<?>>) - Method in class org.opends.server.tools.dsbackup.BackupRunner
Sets the listeners that should be called before and after each backend is backed up.
listeners(Consumer<LocalBackend<?>>, Consumer<LocalBackend<?>>) - Method in class org.opends.server.tools.dsbackup.RestoreRunner
Sets the listeners that should be called before and after each backend has been restored.
listEntryCaches() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Entry Caches.
listEntryCaches() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Entry Caches.
listExtendedOperationHandlers() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Extended Operation Handlers.
listExtendedOperationHandlers() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Extended Operation Handlers.
listFiles() - Method in interface org.forgerock.audit.retention.FileNamingPolicy
Lists all the archived files, from oldest to newest.
listFiles() - Method in class org.forgerock.audit.retention.TimeStampFileNamingPolicy
List the files in the initial file directory that match the prefix, name and suffix format.
listFiles() - Method in class org.opends.server.loggers.TimeStampNaming
 
listGlobalAccessControlPolicies() - Method in interface org.forgerock.opendj.server.config.client.PolicyBasedAccessControlHandlerCfgClient
Lists the Global Access Control Policies.
listGlobalAccessControlPolicies() - Method in interface org.forgerock.opendj.server.config.server.PolicyBasedAccessControlHandlerCfg
Lists the Global Access Control Policies.
listHttpAuthorizationMechanisms() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Http Authorization Mechanisms.
listHttpAuthorizationMechanisms() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Http Authorization Mechanisms.
listHttpEndpoints() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Http Endpoints.
listHttpEndpoints() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Http Endpoints.
listIdentityMappers() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Identity Mappers.
listIdentityMappers() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Identity Mappers.
listIterator() - Method in class org.forgerock.util.LazyList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator() - Method in class org.forgerock.util.ListDecorator
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in class org.forgerock.util.LazyList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator(int) - Method in class org.forgerock.util.ListDecorator
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listKeyManagerProviders() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Key Manager Providers.
listKeyManagerProviders() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Key Manager Providers.
listLogPublishers() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Log Publishers.
listLogPublishers() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Log Publishers.
listLogRetentionPolicies() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Log Retention Policies.
listLogRetentionPolicies() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Log Retention Policies.
listLogRotationPolicies() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Log Rotation Policies.
listLogRotationPolicies() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Log Rotation Policies.
listMailServers() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Mail Servers.
listMailServers() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Mail Servers.
listManagedObjects(ManagedObjectPath<?, ?>, InstantiableRelationDefinition<C, S>) - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
 
listManagedObjects(ManagedObjectPath<?, ?>, InstantiableRelationDefinition<C, S>) - Method in interface org.forgerock.opendj.config.client.ManagementContext
Lists the child managed objects of the named parent managed object.
listManagedObjects(ManagedObjectPath<?, ?>, InstantiableRelationDefinition<C, S>, AbstractManagedObjectDefinition<? extends C, ? extends S>) - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
 
listManagedObjects(ManagedObjectPath<?, ?>, InstantiableRelationDefinition<C, S>, AbstractManagedObjectDefinition<? extends C, ? extends S>) - Method in interface org.forgerock.opendj.config.client.ManagementContext
Lists the child managed objects of the named parent managed object which are a sub-type of the specified managed object definition.
listManagedObjects(ManagedObjectPath<?, ?>, InstantiableRelationDefinition<C, S>, AbstractManagedObjectDefinition<? extends C, ? extends S>) - Method in class org.forgerock.opendj.config.client.spi.Driver
Lists the child managed objects of the named parent managed object which are a sub-type of the specified managed object definition.
listManagedObjects(ManagedObjectPath<?, ?>, RelationDefinition<C, S>) - Method in class org.forgerock.opendj.config.server.ServerManagementContext
Lists the child managed objects of the named parent managed object.
listManagedObjects(ManagedObjectPath<?, ?>, SetRelationDefinition<C, S>) - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
 
listManagedObjects(ManagedObjectPath<?, ?>, SetRelationDefinition<C, S>) - Method in interface org.forgerock.opendj.config.client.ManagementContext
Lists the child managed objects of the named parent managed object.
listManagedObjects(ManagedObjectPath<?, ?>, SetRelationDefinition<C, S>, AbstractManagedObjectDefinition<? extends C, ? extends S>) - Method in class org.forgerock.opendj.config.client.spi.Driver
Lists the child managed objects of the named parent managed object which are a sub-type of the specified managed object definition.
listOf(Function<JsonValue, V, E>) - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON value as a List containing objects whose type (and value) is specified by a transformation function.
listPasswordGenerators() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Password Generators.
listPasswordGenerators() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Password Generators.
listPasswordPolicies() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Password Policies.
listPasswordPolicies() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Password Policies.
listPasswordStorageSchemes() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Password Storage Schemes.
listPasswordStorageSchemes() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Password Storage Schemes.
listPasswordValidators() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Password Validators.
listPasswordValidators() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Password Validators.
listPlugins() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Lists the Plugins.
listPlugins() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Lists the Plugins.
listReplicationDomains() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Lists the Replication Domains.
listReplicationDomains() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Lists the Replication Domains.
listSaslMechanismHandlers() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Sasl Mechanism Handlers.
listSaslMechanismHandlers() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Sasl Mechanism Handlers.
listSchemaProviders() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Schema Providers.
listSchemaProviders() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Schema Providers.
listServiceDiscoveryMechanisms() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Service Discovery Mechanisms.
listServiceDiscoveryMechanisms() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Service Discovery Mechanisms.
listSynchronizationProviders() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Synchronization Providers.
listSynchronizationProviders() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Synchronization Providers.
listTrees() - Method in class org.opends.server.backends.jeb.JEStorage
 
listTrees() - Method in interface org.opends.server.backends.pluggable.spi.Storage
Lists the trees that exist in this storage.
listTrustManagerProviders() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Trust Manager Providers.
listTrustManagerProviders() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Trust Manager Providers.
listVirtualAttributes() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Lists the Virtual Attributes.
listVirtualAttributes() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Lists the Virtual Attributes.
LOAD_BALANCER_AVAILABILITY_CHECK_INTERVAL - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the time between successive availability check requests (default interval is 5 seconds).
LOAD_BALANCER_AVAILABILITY_CHECK_SEARCH_REQUEST - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the parameters of the search request that will be used for availability check.
LOAD_BALANCER_AVAILABILITY_CHECK_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the timeout for availability checks, after which the remote Directory Server will be deemed to be unavailable (default timeout is 3 seconds).
LOAD_BALANCER_BASE_DNS - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the base DN(s) for the data that the ldap service handles.
LOAD_BALANCER_EVENT_LISTENER - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the event listener which should be notified whenever a load-balanced LDAP client changes state from online to offline or vice-versa.
LOAD_BALANCER_IDLE_SERVER_SELECTOR - Static variable in class org.forgerock.opendj.ldap.LdapClients
Deprecated.
For internal use only. This option will be removed in future version and will not be replaced.
LOAD_BALANCER_PARTITION_BASE_DNS - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies partition base DNs.
LOAD_BALANCER_SCHEDULER - Static variable in class org.forgerock.opendj.ldap.LdapClients
Specifies the scheduler which will be used for periodically reconnecting to offline LDAP clients.
LOAD_SCHEMA - Static variable in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Specifies whether the LDAP schema should be loaded from the LDAP server before being able to serve requests.
LoadBalancerEventListener - Interface in org.forgerock.opendj.ldap
An object that registers to be notified when an LDAP client associated with a load-balancer changes state from offline to online or vice-versa.
loadClass(String) - Static method in class org.opends.server.core.DirectoryServer
Loads the named class using this directory server application's class loader.
loadClass(String, Class<T>) - Method in class org.forgerock.opendj.config.ClassPropertyDefinition
Validate and load the named class, and cast it to a subclass of the specified class.
loadDictionary(DictionaryPasswordValidatorCfg) - Method in class org.opends.server.extensions.DictionaryPasswordValidator
Loads the configured dictionary and returns it as a hash set.
Loader - Class in org.forgerock.util
Provides methods for dynamically loading classes.
loadKeyStore(String, char[]) - Static method in class org.forgerock.opendj.security.KeyManagers
Loads a key store using the provided type and pin.
loadKeyStore(String, char[], String) - Static method in class org.forgerock.opendj.security.KeyManagers
Loads and then returns a new key store object created with the provided path, password and type.
loadKeyStore(String, char[], String, Provider) - Static method in class org.forgerock.opendj.security.KeyManagers
Loads and then returns a new key store object created with the provided path, password, type and provider.
loadKeyStore(String, char[], Provider) - Static method in class org.forgerock.opendj.security.KeyManagers
Loads and then returns a new key store object created with the provided type, password and provider.
loadKeyStore(Path, char[], String) - Static method in class org.forgerock.opendj.security.KeyManagers
Loads and then returns a new key store object created with the provided path, password and type.
loadKeyStore(KeyStore, InputStream, char[]) - Static method in class org.forgerock.opendj.security.KeyManagers
Loads a key store using the provided input stream and pin.
loadList(Class<E>) - Static method in class org.forgerock.util.Loader
Loads services of a particular type into a list.
loadList(Class<E>, ClassLoader) - Static method in class org.forgerock.util.Loader
Loads services of a particular type into a list.
loadMap(Class<V>) - Static method in class org.forgerock.util.Loader
Loads services of a particular type into a map.
loadMap(Class<V>, ClassLoader) - Static method in class org.forgerock.util.Loader
Loads services of a particular type into a map.
loadNoOverwrite(EntryReader) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Reads all of the entries from the provided entry reader and adds them to the content of this memory backend.
loadOverwrite(EntryReader) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Reads all of the entries from the provided entry reader and adds them to the content of this memory backend replacing any existing entries having the same name.
loadParameterDefinitions() - Method in class org.forgerock.opendj.setup.model.Profile
Returns all parameters associated to this profile.
loadSchemaFileIntoSchemaBuilder(Path, SchemaBuilder, Schema) - Method in class org.opends.server.schema.SchemaHandler
Loads the contents of the provided schema file into the provided schema builder.
loadSchemaFileIntoSchemaBuilderAndReturnModifications(Path, SchemaBuilder, Schema) - Method in class org.opends.server.schema.SchemaHandler
Loads the contents of the provided schema file into the provided schema builder and returns the list of modifications.
LOCAL - Static variable in class org.opends.server.core.BackendConfigManager
A naming suffix corresponding to a local backend.
LOCAL_CLOSE - Static variable in interface org.forgerock.opendj.io.RxSocket
Thrown by read and write when the socket is closed locally.
LOCAL_SORT_MAX_ENTRIES - Static variable in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Specifies the maximum number of entries supported by the local sort mechanism.
LOCAL0 - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
Local use 0 (local0).
LOCAL1 - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
Local use 1 (local1).
LOCAL2 - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
Local use 2 (local2).
LOCAL3 - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
Local use 3 (local3).
LOCAL4 - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
Local use 4 (local4).
LOCAL5 - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
Local use 5 (local5).
LOCAL6 - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
Local use 6 (local6).
LOCAL7 - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
Local use 7 (local7).
LocalBackend<C extends Configuration> - Class in org.opends.server.api
This class defines the set of methods and structures that must be implemented for a Directory Server backend.
LocalBackend() - Constructor for class org.opends.server.api.LocalBackend
 
LocalBackend.BackendOperation - Enum Class in org.opends.server.api
Enumeration of optional backend operations.
LocalBackend.LDIFImportResult - Record Class in org.opends.server.api
Provides information about the state of a completed LDIF import, including the total number of entries read, skipped, and rejected.
LocalBackendCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Local Backend settings.
LocalBackendCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Local Backend settings.
LocalBackendCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Local Backend managed object definition meta information.
LocalBackendCfgDefn.WritabilityMode - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "writability-mode" property.
LocalBackendInitializationListener - Interface in org.opends.server.api
This interface defines a set of methods that may be used by server components to perform any processing that they might find necessary whenever a local backend is initialized and/or finalized.
LocalBackendMonitor<B extends LocalBackend<?>> - Class in org.opends.server.monitors
This class implements a monitor provider that will report generic information for an enabled Directory Server backend, including its backend ID, base DNs, writability mode, and the number of entries it contains.
LocalBackendMonitor(B, ServerContext) - Constructor for class org.opends.server.monitors.LocalBackendMonitor
Creates a new instance of this backend monitor provider that will work with the provided backend.
LocalBackendMonitor.BaseDnMonitorData - Record Class in org.opends.server.monitors
Stores metric data local backends.
LocalHostNameProvider - Interface in org.forgerock.audit.providers
Strategy for obtaining the server's local hostname.
LocalizableException - Interface in org.forgerock.i18n
A mix-in interface which can be used to identify exceptions which support localization.
LocalizableMessage - Class in org.forgerock.i18n
A localizable message whose String representation can be retrieved in one or more locales.
LocalizableMessageBuilder - Class in org.forgerock.i18n
A mutable sequence of localizable messages and their parameters.
LocalizableMessageBuilder() - Constructor for class org.forgerock.i18n.LocalizableMessageBuilder
Creates a new message builder whose content is initially empty.
LocalizableMessageBuilder(Object) - Constructor for class org.forgerock.i18n.LocalizableMessageBuilder
Creates a new message builder whose content is initially equal to the String representation of the provided Object.
LocalizableMessageBuilder(LocalizableMessage) - Constructor for class org.forgerock.i18n.LocalizableMessageBuilder
Creates a new message builder whose content is initially equal to the provided message.
LocalizableMessageBuilder(LocalizableMessageBuilder) - Constructor for class org.forgerock.i18n.LocalizableMessageBuilder
Creates a new message builder whose content is initially equal to the provided message builder.
LocalizableMessageDescriptor - Class in org.forgerock.i18n
An opaque handle to a localizable message.
LocalizableMessageDescriptor.Arg0 - Class in org.forgerock.i18n
Subclass for creating messages with no arguments.
LocalizableMessageDescriptor.Arg1<T1> - Class in org.forgerock.i18n
Subclass for creating messages with one argument.
LocalizableMessageDescriptor.Arg2<T1,T2> - Class in org.forgerock.i18n
Subclass for creating messages with two arguments.
LocalizableMessageDescriptor.Arg3<T1,T2,T3> - Class in org.forgerock.i18n
Subclass for creating messages with three arguments.
LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> - Class in org.forgerock.i18n
Subclass for creating messages with four arguments.
LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> - Class in org.forgerock.i18n
Subclass for creating messages with five arguments.
LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> - Class in org.forgerock.i18n
Subclass for creating messages with six arguments.
LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> - Class in org.forgerock.i18n
Subclass for creating messages with seven arguments.
LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> - Class in org.forgerock.i18n
Subclass for creating messages with eight arguments.
LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - Class in org.forgerock.i18n
Subclass for creating messages with nine arguments.
LocalizableMessageDescriptor.ArgN - Class in org.forgerock.i18n
Subclass for creating messages with an any number of arguments.
LocalizableString - Class in org.forgerock.util.i18n
Represents a String which could be localizable.
LocalizableString(String) - Constructor for class org.forgerock.util.i18n.LocalizableString
String only constructor for non-localizable String values.
LocalizableString(String, Class<?>) - Constructor for class org.forgerock.util.i18n.LocalizableString
Constructor for potentially localizable String.
LocalizableString(String, ClassLoader) - Constructor for class org.forgerock.util.i18n.LocalizableString
Constructor for potentially localizable String.
LocalizableString(String, ClassLoader, LocalizableString) - Constructor for class org.forgerock.util.i18n.LocalizableString
Constructor for potentially localizable String.
LocalizedHttpApplicationException - Exception in org.opends.server.protocols.http
Thrown to indicate that an HttpApplication was unable to start.
LocalizedHttpApplicationException(LocalizableMessage, Throwable) - Constructor for exception org.opends.server.protocols.http.LocalizedHttpApplicationException
Creates a new localized http application exception with the provided message and cause.
LocalizedIllegalArgumentException - Exception in org.forgerock.i18n
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
LocalizedIllegalArgumentException(Throwable) - Constructor for exception org.forgerock.i18n.LocalizedIllegalArgumentException
Creates a new localized illegal argument exception with the provided cause.
LocalizedIllegalArgumentException(LocalizableMessage) - Constructor for exception org.forgerock.i18n.LocalizedIllegalArgumentException
Creates a new localized illegal argument exception with the provided message.
LocalizedIllegalArgumentException(LocalizableMessage, Throwable) - Constructor for exception org.forgerock.i18n.LocalizedIllegalArgumentException
Creates a new localized illegal argument exception with the provided message and cause.
LocalizedKeyStoreException - Exception in org.forgerock.opendj.security
A localized KeyStoreException.
LocalizedLogger - Class in org.forgerock.i18n.slf4j
A logger implementation which formats and localizes messages before forwarding them to an underlying SLF4J Logger.
LocalizedMarker - Class in org.forgerock.i18n.slf4j
An implementation of SLF4J marker that contains a LocalizableMessage and does not allow to manage references to other markers.
LocalizedMarker(LocalizableMessage) - Constructor for class org.forgerock.i18n.slf4j.LocalizedMarker
Create a marker with provided localizable message.
localName(int) - Method in class org.forgerock.opendj.ldap.Dn
Returns the DN whose content is the specified number of RDNs from this DN.
lock() - Method in class org.opends.server.replication.server.ReplicationServerDomain
Takes the lock on this domain (blocking until lock can be acquired) or calling thread is interrupted.
LOCK_FILE_SUFFIX - Static variable in class org.opends.server.util.ServerConstants
The suffix that will be used for all lock files created by the Directory Server.
lockdownMode() - Method in class org.opends.server.core.DirectoryServer
 
lockdownMode() - Method in interface org.opends.server.core.ServerContext
Indicates whether the Directory Server is currently configured to operate in the lockdown mode, in which all non-root requests will be rejected and all connection attempts from non-loopback clients will be rejected.
lockedDown(LocalizableMessage) - Static method in class org.opends.server.backends.pluggable.spi.StorageStatus
Returns state for resources getting scarce.
lockedDueToFailures() - Method in class org.opends.server.core.PasswordPolicyState
Indicates whether the associated user should be considered locked out as a result of too many authentication failures.
lockedDueToIdleInterval() - Method in class org.opends.server.core.PasswordPolicyState
Indicates whether the user's account is currently locked because it has been idle for too long.
lockedDueToMaximumResetAge() - Method in class org.opends.server.core.PasswordPolicyState
Indicates whether the user's account is locked because the password has been reset by an administrator but the user did not change the password in a timely manner.
LockFileManager - Class in org.opends.server.core
This class provides a mechanism for allowing the Directory Server to utilize file locks as provided by the underlying OS.
LockManager - Class in org.opends.server.types
A lock manager coordinates directory update operations so that the DIT structure remains in a consistent state, as well as providing repeatable read isolation.
LockManager() - Constructor for class org.opends.server.types.LockManager
Creates a new lock manager with a lock timeout of 9 seconds and an automatically chosen number of lock table buckets based on the number of processors.
LockManager(long, TimeUnit) - Constructor for class org.opends.server.types.LockManager
Creates a new lock manager with the specified lock timeout.
LockManager.DnLock - Class in org.opends.server.types
A lock on an entry or subtree.
LOCKS_DIRECTORY - Static variable in class org.opends.server.util.ServerConstants
The name of the directory in which lock files will be placed.
log(int) - Method in interface org.opends.server.loggers.HTTPRequestInfo
Logs the current request info in the HTTP access log.
log(int) - Method in class org.opends.server.protocols.http.HttpLogContext
 
log(String, long, Severity, LocalizableMessage) - Method in class org.opends.server.loggers.ConsoleErrorLogPublisher
 
log(String, long, Severity, LocalizableMessage) - Static method in class org.opends.server.loggers.ErrorLogger
Writes a message to the error log using the provided information.
log(String, long, Severity, LocalizableMessage) - Method in class org.opends.server.loggers.ErrorLogPublisher
Writes a message to the error log using the provided information.
log(Consumer<LocalizableMessage>, LocalizableMessage) - Method in class org.opends.server.loggers.LogAggregator
Log a message and start the aggregation for it.
LOG_EVENTS - Static variable in interface org.forgerock.opendj.ldap.LoadBalancerEventListener
An event listener implementation which logs events to the LoadBalancingAlgorithm logger.
LOG_SEVERITY_ALL - Static variable in class org.opends.server.util.ServerConstants
The English name for the basic all log severity used for all log severities.
logAbandonRequest(RequestContext, AbandonRequest) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the provided abandon request.
logAbandonRequest(RequestContext, AbandonRequest) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logAbandonResult(RequestContext, AbandonRequest, Result) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the provided result.
logAbandonResult(RequestContext, AbandonRequest, Result) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logAddRequest(RequestContext, AddRequest) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the add request.
logAddRequest(RequestContext, AddRequest) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logAddResult(RequestContext, AddRequest, Result) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the add result.
logAddResult(RequestContext, AddRequest, Result) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logAddResult(RequestContext, AddRequest, Result) - Method in class org.opends.server.loggers.TextAuditLogPublisher
 
LogAggregator - Class in org.opends.server.loggers
A simple log aggregator to prevent a burst of regularly repeated messages from flooding the logs.
LogAggregator() - Constructor for class org.opends.server.loggers.LogAggregator
 
LOGALERT - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
Log alert.
LOGAUDIT - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
Log audit.
logBindRequest(RequestContext, BindRequest) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the bind request.
logBindRequest(RequestContext, BindRequest) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logBindResult(RequestContext, BindRequest, Result) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the bind result.
logBindResult(RequestContext, BindRequest, Result) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logCompareRequest(RequestContext, CompareRequest) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the compare request.
logCompareRequest(RequestContext, CompareRequest) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logCompareResult(RequestContext, CompareRequest, Result) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the compare result.
logCompareResult(RequestContext, CompareRequest, Result) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logConnect(ClientConnection) - Static method in class org.opends.server.loggers.AccessLogger
Writes a message to the access logger with information about a new client connection that has been established, regardless of whether it will be immediately terminated.
logConnect(ClientConnection) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about a new client connection that has been established, regardless of whether it will be immediately terminated.
logConnect(ClientConnection) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
LogCryptoCfg - Class in org.opends.server.replication.server.changelog.file
Defines whether and how to encrypt replication changelog files.
LogCryptoCfg(CryptoManager, boolean, String, int) - Constructor for class org.opends.server.replication.server.changelog.file.LogCryptoCfg
Define new Configuration.
logDeleteRequest(RequestContext, DeleteRequest) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the delete request.
logDeleteRequest(RequestContext, DeleteRequest) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logDeleteResult(RequestContext, DeleteRequest, Result) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the delete result.
logDeleteResult(RequestContext, DeleteRequest, Result) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logDeleteResult(RequestContext, DeleteRequest, Result) - Method in class org.opends.server.loggers.TextAuditLogPublisher
 
logDisconnect(ClientConnection, DisconnectReason, LocalizableMessage) - Static method in class org.opends.server.loggers.AccessLogger
Writes a message to the access logger with information about the termination of an existing client connection.
logDisconnect(ClientConnection, DisconnectReason, LocalizableMessage) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the termination of an existing client connection.
logDisconnect(ClientConnection, DisconnectReason, LocalizableMessage) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logExtendedRequest(RequestContext, ExtendedRequest<?>) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the extended request.
logExtendedRequest(RequestContext, ExtendedRequest<?>) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logExtendedResult(RequestContext, ExtendedRequest<?>, Result) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the extended result.
logExtendedResult(RequestContext, ExtendedRequest<?>, Result) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
LoggerConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the set of loggers used in the Directory Server.
Loggers - Interface in org.forgerock.i18n.slf4j
Defines the logging categories and their associated logger.
LOGGING - Static variable in interface org.opends.server.loggers.ServerLoggers
The logger used for the server loggers.
logInfo(ServerContext) - Static method in class org.opends.server.util.RuntimeInformation
Write runtime information to error log.
logInvalidRequest(RequestContext, InvalidRequest) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about an invalid request.
logInvalidRequest(RequestContext, InvalidRequest) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logInvalidResult(RequestContext, InvalidRequest, Result) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the result.
logInvalidResult(RequestContext, InvalidRequest, Result) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logModifyDnRequest(RequestContext, ModifyDnRequest) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the modifyDN request.
logModifyDnRequest(RequestContext, ModifyDnRequest) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logModifyDnResult(RequestContext, ModifyDnRequest, Result) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the modifyDN result.
logModifyDnResult(RequestContext, ModifyDnRequest, Result) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logModifyDnResult(RequestContext, ModifyDnRequest, Result) - Method in class org.opends.server.loggers.TextAuditLogPublisher
 
logModifyRequest(RequestContext, ModifyRequest) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the modify request.
logModifyRequest(RequestContext, ModifyRequest) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logModifyResult(RequestContext, ModifyRequest, Result) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the modify result.
logModifyResult(RequestContext, ModifyRequest, Result) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logModifyResult(RequestContext, ModifyRequest, Result) - Method in class org.opends.server.loggers.TextAuditLogPublisher
 
LogPublisher<T extends LogPublisherCfg> - Interface in org.opends.server.loggers
This class defines the set of methods and structures that must be implemented for a Directory Server log publisher.
LogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Log Publisher settings.
LogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Log Publisher settings.
LogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Log Publisher managed object definition meta information.
logRequest(RequestContext, Request) - Static method in class org.opends.server.loggers.AccessLogger
Writes a message to the access logger with information about the provided request.
logRequestInfo(HTTPRequestInfo) - Static method in class org.opends.server.loggers.HTTPAccessLogger
Logs the given HTTPRequestInfo.
logRequestInfo(HTTPRequestInfo) - Method in class org.opends.server.loggers.HTTPAccessLogPublisher
Logs the request info according to the configured extended log format.
logRequestInfo(HTTPRequestInfo) - Method in class org.opends.server.loggers.TextHTTPAccessLogPublisher
 
logResolution(Logger, PropertyResolver, String, boolean) - Static method in class org.forgerock.config.resolvers.Logs
Securely logs resolved value on the given logger.
logResult(RequestContext, Request, Result) - Static method in class org.opends.server.loggers.AccessLogger
Writes a message to the access logger with information about the provided request and result.
LogRetentionPolicyCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Log Retention Policy settings.
LogRetentionPolicyCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Log Retention Policy settings.
LogRetentionPolicyCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Log Retention Policy managed object definition meta information.
LogRetentionPolicyConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the set of log retention policies used in the Directory Server.
LogRetentionPolicyConfigManager(ServerContext) - Constructor for class org.opends.server.core.LogRetentionPolicyConfigManager
Creates this log retention policy manager.
LogRotationPolicyCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Log Rotation Policy settings.
LogRotationPolicyCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Log Rotation Policy settings.
LogRotationPolicyCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Log Rotation Policy managed object definition meta information.
LogRotationPolicyConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the set of log rotation policies used in the Directory Server.
LogRotationPolicyConfigManager(ServerContext) - Constructor for class org.opends.server.core.LogRotationPolicyConfigManager
Creates this log rotation policy manager.
Logs - Class in org.forgerock.config.resolvers
Helper class for logging securely sensitive values.
LOGS_DIR_NAME - Static variable in class org.forgerock.opendj.setup.model.Installation
Logs directory name.
logSearchRequest(RequestContext, SearchRequest) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the search request.
logSearchRequest(RequestContext, SearchRequest) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logSearchResult(RequestContext, SearchRequest, Result) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the search result.
logSearchResult(RequestContext, SearchRequest, Result) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logTlsHandshake(ClientConnection) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the TLS handshake.
logTopic() - Method in interface org.opends.server.loggers.CommonAudit.HttpLogger
Returns the log topic associated to this HTTP logger.
logToRejectWriter(List<StringBuilder>, LocalizableMessage) - Method in class org.opends.server.util.LDIFReader
Log a message to the reject writer if one is configured.
logToSkipWriter(List<StringBuilder>, LocalizableMessage) - Method in class org.opends.server.util.LDIFReader
Log a message to the reject writer if one is configured.
logUnbind(RequestContext, UnbindRequest) - Method in class org.opends.server.loggers.AccessLogPublisher
Writes a message to the access logger with information about the provided unbind request.
logUnbind(RequestContext, UnbindRequest) - Method in class org.opends.server.loggers.TextAccessLogPublisher
 
logVerboseMessage(String) - Method in class org.opends.server.tools.supportextract.SupportExtract
 
LONG_SIZE - Static variable in class org.opends.server.util.StaticUtils
The number of bytes of a Java long.
LONG_TASK_TIMER - Enum constant in enum class org.forgerock.monitoring.api.instrument.Meter.Type
 
longAt(int) - Method in class org.forgerock.opendj.ldap.ByteString
Returns the big-endian long value at the specified index.
longParameter(String) - Method in class org.forgerock.opendj.setup.model.Profile.ParameterFactory
Creates and returns a new Long parameter.
longTask() - Element in annotation interface org.forgerock.monitoring.api.annotation.Timed
 
longValue() - Method in record class org.opends.server.replication.common.GenerationId
Returns the value of the longValue record component.
LOOP_DETECT - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
LOOP_DETECT - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a referral or chaining loop was detected while processing the request.
LOW - Enum constant in enum class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn.DbDurability
Do not write or synchronously flush the log on transaction commit.
LOW_MEMORY_PASSWORD_STORAGE_SCHEME - Static variable in class org.opends.server.core.DirectoryServer
Indicates whether the low-memory mode should be enabled for password storage scheme.
lowerBoundIsUpperThanOrEqualToUpperBound() - Method in class org.opends.server.types.Range
Indicates if the two bounds are defined and the lower bound is upper than or equal to the upper bound.
LOWEST - Enum constant in enum class org.forgerock.util.thread.listener.ShutdownPriority
LOWEST is the priority pre-defined in the system.
LPR - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
Line printer subsystem.

M

MAC_JAVA_APP_STUB_NAME_FILE_NAME - Static variable in class org.forgerock.opendj.setup.model.Installation
The universal Java application stub file name.
MAIL - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
Mail system.
MailServerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Mail Server settings.
MailServerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Mail Server settings.
MailServerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Mail Server managed object definition meta information.
MailServerConfigManager - Class in org.opends.server.core
This class manages the set of (zero or more) configurations for connecting to the mail servers defined in the Directory Server.
main(String[]) - Static method in class org.forgerock.audit.handlers.csv.CsvSecureArchiveVerifierCli
Entry point for CLI.
main(String[]) - Static method in class org.forgerock.opendj.config.dsconfig.DsConfig
Provides the command-line arguments to the main tool for processing.
main(String[]) - Static method in class org.forgerock.opendj.setup.cli.SetupCli
The main method which is called by the setup or the setup.bat scripts.
main(String[]) - Static method in class org.forgerock.opendj.setup.cli.SetupProfileCli
Runs this tool with the provided the command-line arguments and terminates the running JVM with an int representing the code returned by the tool.
main(String[]) - Static method in class org.forgerock.opendj.tools.dsrepl.DsReplCli
Main method to run this command line tool.
main(String[]) - Static method in class org.opends.server.backends.pluggable.BackendStat
Provides the command-line arguments to the main tool for processing.
main(String[]) - Static method in class org.opends.server.core.DirectoryServer
Parses the provided command-line arguments and uses that information to bootstrap and start the Directory Server.
main(String[]) - Static method in class org.opends.server.replication.server.changelog.file.ChangelogStat
Provides the command-line arguments to the main tool for processing.
main(String[]) - Static method in class org.opends.server.tools.CheckJVMVersion
Ensure that running Java version is supported.
main(String[]) - Static method in class org.opends.server.tools.ConfigureWindowsService
Configures the Windows service for this instance on this machine.
main(String[]) - Static method in class org.opends.server.tools.CreateRcScript
Parse the command line arguments and create an RC script or service that can be used to control the server.
main(String[]) - Static method in class org.opends.server.tools.dsbackup.DsBackup
Runs the dsbackup tool with the provided arguments.
main(String[]) - Static method in class org.opends.server.tools.EncodePassword
Processes the command-line arguments and performs the requested action.
main(String[]) - Static method in class org.opends.server.tools.ExportLdif
The main method for ExportLdif tool.
main(String[]) - Static method in class org.opends.server.tools.Generate
Generates bash completion scripts for all tools.
main(String[]) - Static method in class org.opends.server.tools.ImportLdif
The main method for ImportLdif tool.
main(String[]) - Static method in class org.opends.server.tools.ManageTasks
The main method for TaskInfo tool.
main(String[]) - Static method in class org.opends.server.tools.RebuildIndex
Processes the command-line arguments and invokes the rebuild process.
main(String[]) - Static method in class org.opends.server.tools.status.StatusCli
The main method for the status CLI tool.
main(String[]) - Static method in class org.opends.server.tools.StopDs
The stop-ds tool main method.
main(String[]) - Static method in class org.opends.server.tools.supportextract.SupportExtract
Runs the SupportExtract tool with the provided command line arguments.
main(String[]) - Static method in class org.opends.server.tools.upgrade.UpgradeCli
Provides the command-line arguments to the main tool for processing.
main(String[]) - Static method in class org.opends.server.tools.VerifyIndex
Processes the command-line arguments and invokes the verify process.
main(String[]) - Static method in class org.opends.server.tools.WaitForFileDelete
Processes the command-line arguments and initiates the process of waiting for the file to be removed.
main(String[]) - Static method in class org.opends.server.util.BSDMD5Crypt
Main test method.
main(String[], InputStream, PrintStream, PrintStream) - Static method in class org.forgerock.opendj.config.dsconfig.DsConfig
Provides the command-line arguments to the main tool for processing and returns the exit code as an integer.
main(String[], PrintStream, PrintStream) - Static method in class org.forgerock.opendj.config.dsconfig.DsConfig
Provides the command-line arguments to the main tool for processing and returns the exit code as an integer.
main(String[], PrintStream, PrintStream) - Static method in class org.opends.server.backends.pluggable.BackendStat
Provides the command-line arguments to the main tool for processing and returns the exit code as an integer.
main(String[], PrintStream, PrintStream) - Static method in class org.opends.server.tools.upgrade.UpgradeCli
Provides the command-line arguments to the main tool for processing and returns the exit code as an integer.
mainCreateRcScript(String[], PrintStream, PrintStream) - Static method in class org.opends.server.tools.CreateRcScript
Processes the command-line arguments and creates an RC script or service that can be used to control the server.
mainEncodePassword(String[], ServerContext, PrintStream, PrintStream) - Static method in class org.opends.server.tools.EncodePassword
Processes the command-line arguments and performs the requested action.
mainExportLdif(String[], ServerContext, PrintStream, PrintStream) - Static method in class org.opends.server.tools.ExportLdif
Processes the command-line arguments and invokes the export process.
mainImportLdif(String[], ServerContext, PrintStream, PrintStream) - Static method in class org.opends.server.tools.ImportLdif
Processes the command-line arguments and invokes the import process.
mainManageTasks(String[], PrintStream, PrintStream) - Static method in class org.opends.server.tools.ManageTasks
Processes the command-line arguments and invokes the export process.
mainStatus(String[], PrintStream, PrintStream) - Static method in class org.opends.server.tools.status.StatusCli
Parses the provided command-line arguments and uses that information to run the status tool.
mainStopDs(String[], PrintStream, PrintStream) - Static method in class org.opends.server.tools.StopDs
Processes the command-line arguments and invokes stop-ds.
maintainConfigArchive() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Indicates whether the Directory Server should maintain an archive of previous configurations.
makeChangeRecord(String...) - Static method in class org.forgerock.opendj.ldif.Ldif
Parses the provided array of LDIF lines as a single LDIF change record.
makeEntries(String...) - Static method in class org.forgerock.opendj.ldap.Entries
Builds a list of entries from the provided lines of LDIF.
makeEntries(String...) - Static method in class org.forgerock.opendj.ldif.Ldif
Builds a list of entries from the provided lines of LDIF.
makeEntries(List<String>) - Static method in class org.forgerock.opendj.ldif.Ldif
Builds a list of entries from the provided lines of LDIF.
makeEntry(String...) - Static method in class org.forgerock.opendj.ldap.Entries
Builds an entry from the provided lines of LDIF.
makeEntry(String...) - Static method in class org.forgerock.opendj.ldif.Ldif
Builds an entry from the provided lines of LDIF.
makeEntry(List<String>) - Static method in class org.forgerock.opendj.ldif.Ldif
Builds an entry from the provided lines of LDIF.
MAKELDIF_RESOURCES_DIR - Static variable in class org.opends.server.config.ConfigConstants
The path to the directory that should serve as the MakeLDIF resource directory.
ManagedObject<T extends ConfigurationClient> - Interface in org.forgerock.opendj.config.client
A generic interface for accessing client-side managed objects.
ManagedObjectAlreadyExistsException - Exception in org.forgerock.opendj.config
A managed object could not be created because there is an existing managed object with the same name.
ManagedObjectAlreadyExistsException() - Constructor for exception org.forgerock.opendj.config.ManagedObjectAlreadyExistsException
Create a managed object already exists exception.
ManagedObjectDecodingException - Exception in org.forgerock.opendj.config.client
The requested managed object was found but one or more of its properties could not be decoded successfully.
ManagedObjectDecodingException(ManagedObject<?>, Collection<PropertyException>) - Constructor for exception org.forgerock.opendj.config.client.ManagedObjectDecodingException
Create a new property decoding exception.
ManagedObjectDefinition<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
Defines the structure of a managed object which can be instantiated.
ManagedObjectDefinition(String, AbstractManagedObjectDefinition<? super C, ? super S>) - Constructor for class org.forgerock.opendj.config.ManagedObjectDefinition
Create a new managed object definition.
ManagedObjectDefinitionI18nResource - Class in org.forgerock.opendj.config
A class for retrieving internationalized resource properties associated with a managed object definition.
ManagedObjectDefinitionResource - Class in org.forgerock.opendj.config
A class for retrieving non-internationalized resource properties associated with a managed object definition.
managedObjectExists(ManagedObjectPath<?, ?>) - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
 
managedObjectExists(ManagedObjectPath<?, ?>) - Method in interface org.forgerock.opendj.config.client.ManagementContext
Determines whether the named managed object exists.
managedObjectExists(ManagedObjectPath<?, ?>) - Method in class org.forgerock.opendj.config.client.spi.Driver
Determines whether the named managed object exists.
managedObjectExists(ManagedObjectPath<?, ?>) - Method in class org.forgerock.opendj.config.server.ServerManagementContext
Determines whether the named managed object exists.
ManagedObjectNotFoundException - Exception in org.forgerock.opendj.config
The requested managed object could not be located.
ManagedObjectNotFoundException() - Constructor for exception org.forgerock.opendj.config.ManagedObjectNotFoundException
Create a managed object not found exception.
ManagedObjectNotFoundException(Throwable) - Constructor for exception org.forgerock.opendj.config.ManagedObjectNotFoundException
Create a managed object not found exception with the specified cause.
ManagedObjectOption - Enum Class in org.forgerock.opendj.config
This enumeration contains various options that can be associated with managed object definitions.
ManagedObjectPath<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
A path which can be used to determine the location of a managed object instance.
ManagedObjectPathSerializer - Interface in org.forgerock.opendj.config
A strategy for serializing managed object paths.
ManageDsaItRequestControl - Class in org.forgerock.opendj.ldap.controls
The ManageDsaIT request control as defined in RFC 3296.
manageEmbeddedDirectoryServer(ConfigParameters, ConnectionParameters, OutputStream, OutputStream) - Static method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
Creates an instance of an embedded directory server for any operation.
manageEmbeddedDirectoryServerForRestrictedOps(ConfigParameters) - Static method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
Creates an instance of an embedded directory server to perform a restricted set of operations that do not need connection parameters.
manageEmbeddedDirectoryServerForRestrictedOps(ConfigParameters, OutputStream, OutputStream) - Static method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
Creates an instance of an embedded directory server to perform a restricted set of operations that do not need connection parameters.
ManagementContext - Interface in org.forgerock.opendj.config.client
Client management connection context.
ManagementContextFactory - Interface in org.forgerock.opendj.config.dsconfig
A management context factory for the dsconfig tool.
ManageTasks - Class in org.opends.server.tools
Tool for getting information and managing tasks in the Directory Server.
MANDATORY - Enum constant in enum class org.forgerock.opendj.config.PropertyOption
Use this option to identify properties which must have a value.
MandatoryProperty - Annotation Interface in org.forgerock.opendj.config
Annotation for property getters and setters for which a value is mandatory.
map - Variable in class org.forgerock.util.MapDecorator
The map wrapped by this decorator.
map(Function<Response, Response>) - Method in class org.forgerock.opendj.server.core.ResponseStream
Returns a response stream containing responses transformed by the provided mapping function.
map(Meter.Id) - Method in interface org.forgerock.monitoring.api.instrument.config.MeterFilter
 
mapAttributes(Function<Attribute, Attribute>) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Registers a mapping function which should be applied to attributes selected by this attribute filter.
mapCertificateToUser(Certificate[]) - Method in class org.opends.server.api.CertificateMapper
Establishes a mapping between the information in the provided certificate chain and a single user entry in the Directory Server.
mapCertificateToUser0(Certificate[]) - Method in class org.opends.server.api.CertificateMapper
Implements certificate mapper specific logic for mapping the provided certificate to a user entry.
mapCertificateToUser0(Certificate[]) - Method in class org.opends.server.extensions.FingerprintCertificateMapper
 
mapCertificateToUser0(Certificate[]) - Method in class org.opends.server.extensions.SubjectAttributeToUserAttributeCertificateMapper
 
mapCertificateToUser0(Certificate[]) - Method in class org.opends.server.extensions.SubjectDNToUserAttributeCertificateMapper
 
mapCertificateToUser0(Certificate[]) - Method in class org.opends.server.extensions.SubjectEqualsDNCertificateMapper
Establishes a mapping between the information in the provided certificate chain to the DN of a single user in the Directory Server.
MapDecorator<K,V> - Class in org.forgerock.util
Wraps another map.
MapDecorator(Map<K, V>) - Constructor for class org.forgerock.util.MapDecorator
Constructs a new map decorator, wrapping the specified map.
MapFilterVisitor<F> - Class in org.forgerock.util.query
A QueryFilterVisitor that produces a Map representation of the filter tree.
MapFilterVisitor() - Constructor for class org.forgerock.util.query.MapFilterVisitor
 
MapKeyStoreParameters - Class in org.forgerock.security.keystore
Configures a keystore based on a key/value map.
MapKeyStoreParameters(Map<String, Object>) - Constructor for class org.forgerock.security.keystore.MapKeyStoreParameters
Create a MapKeyStoreParameters based on the supplied properties.
mapOptional(Function<Response, Response>) - Method in class org.forgerock.opendj.server.core.ResponseStream
Returns a response stream whose responses have been mapped or filtered by the provided optional mapping function.
MAPPED_BIND - Enum constant in enum class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy
Bind to the remote LDAP directory service using a DN obtained from an attribute in the user's entry.
MAPPED_SEARCH - Enum constant in enum class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy
Bind to the remote LDAP directory service using the DN of an entry obtained using a search against the remote LDAP directory service.
markAsApproved() - Method in class org.forgerock.opendj.setup.model.LicenseFile
Registers that the license has been approved by the user.
matched() - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
Indicates whether the attribute value assertion in the Compare request matched a value of the attribute or sub-type according to the attribute's equality matching rule.
MatchedValuesRequestControl - Class in org.forgerock.opendj.ldap.controls
The matched values request control as defined in RFC 3876.
matcher() - Method in class org.forgerock.opendj.ldap.Filter
Returns a Matcher which can be used to compare this Filter against entries using the default schema.
matcher(Schema) - Method in class org.forgerock.opendj.ldap.Filter
Returns a Matcher which can be used to compare this Filter against entries using the provided Schema.
Matcher - Class in org.forgerock.opendj.ldap
A compiled search Filter which may be used for matching against entries.
Matcher.MatcherType - Enum Class in org.forgerock.opendj.ldap
The types of compiled matcher.
matches(InetAddress) - Method in class org.forgerock.opendj.ldap.AddressMask
Returns true if this address mask matches the provided address.
matches(Locale, Locale, List<Locale>) - Static method in class org.forgerock.util.i18n.PreferredLocales
Checks if the candidate locale the best match for the requested locale? Exclude Locale.ROOT, as it should be the fallback only when all locales are tried.
matches(AbstractManagedObjectDefinition<?, ?>) - Method in interface org.forgerock.opendj.config.DefinitionResolver
Determines whether the provided managed object definition matches this resolver's criteria.
matches(ManagedObjectPath<?, ?>) - Method in class org.forgerock.opendj.config.ManagedObjectPath
Determines whether this managed object path references the same location as the provided managed object path.
matches(Attribute) - Method in interface org.forgerock.opendj.ldap.Assertion
Indicates whether the provided attribute should be considered a match for this assertion value according to the matching rule.
matches(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether the provided attribute description matches this attribute description.
matches(ByteString) - Method in interface org.forgerock.opendj.ldap.Assertion
Indicates whether the provided attribute value should be considered a match for this assertion value according to the matching rule.
matches(Entry) - Method in class org.forgerock.opendj.ldap.Filter
Indicates whether this Filter matches the provided Entry using the default schema.
matches(Entry) - Method in class org.forgerock.opendj.ldap.Matcher
Indicates whether this filter Matcher matches the provided Entry.
matches(Entry, Schema) - Method in class org.forgerock.opendj.ldap.SubtreeSpecification.FilterRefinement
 
matches(Entry, Schema) - Method in class org.forgerock.opendj.ldap.SubtreeSpecification.Refinement
Check if the refinement matches the given entry.
matches(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Implements a place-holder tolerant version of AttributeType.equals(java.lang.Object).
matches(Context, Request) - Method in interface org.forgerock.json.resource.FilterCondition
Returns true if the conditional filter should be invoked, or false if processing should continue directly to the next filter in the filter chain.
matchesAllAttributes() - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns true if this attribute filter matches all attributes, regardless of whether they are user or operational attributes.
matchesAllOperationalAttributes() - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns true if this attribute filter matches all operational attributes.
matchesAllUserAttributes() - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns true if this attribute filter matches all user attributes.
matchesAny(Collection<AddressMask>, InetAddress) - Static method in class org.forgerock.opendj.ldap.AddressMask
Returns true if an address matches any of the provided address masks.
matchesAnyAttributes() - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns true if this attribute filter may match some attributes, or false if it will never match any attributes.
matchesAnyNormalizedValue(Predicate<? super ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
matchesAnyNormalizedValue(Predicate<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.Attribute
Returns true if any values in this attribute match the provided predicate.
matchesAnyNormalizedValue(Predicate<? super ByteString>) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
matchesAnyNormalizedValue(Predicate<? super ByteString>) - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
matchesAnyNormalizedValue(Map<ByteString, ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
matchesAnyNormalizedValue(Map<ByteString, ByteString>) - Method in interface org.forgerock.opendj.ldap.Attribute
Returns true if any values in this attribute match at least one of the values in the provided map.
matchesAnyNormalizedValue(Map<ByteString, ByteString>) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
matchesAnyNormalizedValue(Map<ByteString, ByteString>) - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
matchesAnyNormalizedValue(Map<ByteString, ByteString>) - Method in class org.opends.server.types.CompactAttribute
 
matchesAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns true if this attribute filter matches the provided attribute description.
matchesDN(Dn, Schema) - Method in class org.opends.server.authorization.dseecompat.PatternDN
Determine whether a given DN matches this pattern.
matchesPattern(Dn, Schema) - Method in class org.opends.server.authorization.dseecompat.Target
This method tries to match a pattern against a DN.
MatchingRule - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure for storing and interacting with matching rules, which are used by servers to compare attribute values against assertion values when performing Search and Compare operations.
MatchingRule.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing matching rules.
MatchingRule.MatchingRuleType - Enum Class in org.forgerock.opendj.ldap.schema
Represents the types of matching rules, according to RFC 4517 section 4.1.
MatchingRuleImpl - Interface in org.forgerock.opendj.ldap.schema
This interface defines the set of methods that must be implemented to define a new matching rule.
MatchingRuleUse - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure for storing and interacting with a matching rule use definition, which may be used to restrict the set of attribute types that may be used for a given matching rule.
MatchingRuleUse.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing matching rule uses.
matchRequestType(Set<RequestType>) - Static method in class org.forgerock.json.resource.Filters
Returns a FilterCondition which will only match requests whose type is contained in types.
matchRequestType(RequestType...) - Static method in class org.forgerock.json.resource.Filters
Returns a FilterCondition which will only match requests whose type is contained in types.
matchResourcePath(String) - Static method in class org.forgerock.json.resource.Filters
Returns a FilterCondition which will only match requests whose resource path matches the provided regular expression.
matchResourcePath(Pattern) - Static method in class org.forgerock.json.resource.Filters
Returns a FilterCondition which will only match requests whose resource path matches the provided regular expression.
matchVersion(Request) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.ResourcePathAndVersionSpecification
 
matchVersion(Request) - Method in interface org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.VersionSpecification
Test the request to try to find a match based on version configuration.
max() - Method in interface org.forgerock.monitoring.api.instrument.DistributionSummary
The maximum time of a single event.
max() - Method in class org.forgerock.monitoring.api.instrument.HistogramSnapshot
 
max() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableHistogram
 
max() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableMeter
 
max(TimeUnit) - Method in class org.forgerock.monitoring.api.instrument.HistogramSnapshot
 
max(TimeUnit) - Method in interface org.forgerock.monitoring.api.instrument.Timer
The maximum time of a single event.
max(TimeUnit) - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableTimer
 
MAX - Enum constant in enum class org.forgerock.monitoring.api.instrument.Statistic
The maximum amount recorded.
MAX_COMPACT_SIZE - Static variable in class org.forgerock.opendj.ldap.ByteStringBuilder
Maximum size in bytes of a compact encoded value.
MAX_CONCURRENT_REQUESTS - Static variable in class org.forgerock.opendj.ldap.LdapServer
Specifies the maximum number of concurrent requests per connection.
MAX_DEPLOYMENT_ID_VALIDITY - Static variable in class org.forgerock.opendj.security.DeploymentId
The maximum deployment ID validity duration, approximately 90 years.
MAX_MSG_SIZE_IN_BYTES - Static variable in class org.forgerock.opendj.ldap.LdapServer
Specifies the maximum request size in bytes for incoming LDAP messages.
MAX_VALUE - Static variable in class org.opends.server.replication.common.CSN
The maximum possible value for a CSN.
MAX_WINDOW_SIZE - Static variable in class org.opends.server.replication.protocol.StartMsg
The window size that will be sent to remote peers.
maxBatchEvents(int) - Method in interface org.forgerock.audit.events.handlers.buffering.BufferedBatchPublisher.Builder
Sets the maximum number of events in a given batch.
maxCandidateSetSize() - Method in record class org.opends.server.api.ResourceLimits
Returns the value of the maxCandidateSetSize record component.
MAXIMUM - Static variable in class org.forgerock.json.schema.validator.Constants
The maximum field name.
maximumAllowableMetrics(int) - Static method in interface org.forgerock.monitoring.api.instrument.config.MeterFilter
Useful for cost-control in monitoring systems which charge directly or indirectly by the total number of time series you generate.
maximumAllowableTags(String, String, int, MeterFilter) - Static method in interface org.forgerock.monitoring.api.instrument.config.MeterFilter
Places an upper bound on the number of tags produced by matching metrics.
maximumExpectedValue(Long) - Method in class org.forgerock.monitoring.api.instrument.DistributionSummary.Builder
Sets the maximum value that this distribution summary is expected to observe.
maximumExpectedValue(Long) - Method in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig.Builder
 
maximumExpectedValue(Duration) - Method in class org.forgerock.monitoring.api.instrument.Timer.Builder
Sets the maximum value that this timer is expected to observe.
MaximumHelper - Class in org.forgerock.json.schema.validator.helpers
Helper compares two Numbers to check the maximum constraint.
MaximumHelper(Number, boolean) - Constructor for class org.forgerock.json.schema.validator.helpers.MaximumHelper
Create a maximum helper.
MAXITEMS - Static variable in class org.forgerock.json.schema.validator.Constants
The maxItems field name.
maxKey(AttributeType) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an attribute description having the provided attribute type and a set of options which sorts after any other set of options.
MAXLENGTH - Static variable in class org.forgerock.json.schema.validator.Constants
The maxLength field name.
maxPoolSize() - Method in record class org.forgerock.opendj.ldap.ConnectionPool.Statistics
Returns the value of the maxPoolSize record component.
maxValue() - Static method in class org.forgerock.opendj.ldap.Rdn
Returns a constant containing a special RDN which sorts after any RDN other than itself.
mayAlterMemberList() - Method in interface org.opends.server.api.Group
Indicates whether it is possible to alter the member list for this group (e.g., in order to add members to the group or remove members from it).
mayAlterMemberList() - Method in class org.opends.server.extensions.DynamicGroup
 
mayAlterMemberList() - Method in class org.opends.server.extensions.StaticGroup
 
mayAlterMemberList() - Method in class org.opends.server.extensions.VirtualStaticGroup
 
mayProxy(Entry, Entry, Operation, ServerContext) - Method in class org.opends.server.api.AccessControlHandler
Indicates if the specified proxy user entry can proxy, or act on the behalf of the specified proxied user entry.
mayProxy(Entry, Entry, Operation, ServerContext) - Method in class org.opends.server.authorization.dseecompat.AciHandler
 
mayProxy(Entry, Entry, Operation, ServerContext) - Method in class org.opends.server.authorization.policy.PolicyBasedAccessControlHandler
 
mayReturnEntry(Entry) - Method in class org.opends.server.core.SearchOperation
Returns if the entry may be returned according to access control and other checks.
maySend(Dn, Operation, SearchResultReference) - Method in class org.opends.server.api.AccessControlHandler
Indicates whether the provided search result reference may be sent to the client based on the access control configuration.
maySend(Dn, Operation, SearchResultReference) - Method in class org.opends.server.authorization.dseecompat.AciHandler
 
maySend(Dn, Operation, SearchResultReference) - Method in class org.opends.server.authorization.policy.PolicyBasedAccessControlHandler
 
maySend(Operation, Entry) - Method in class org.opends.server.api.AccessControlHandler
Indicates whether the provided search result entry may be sent to the client.
maySend(Operation, Entry) - Method in class org.opends.server.authorization.dseecompat.AciHandler
 
maySend(Operation, Entry) - Method in class org.opends.server.authorization.policy.PolicyBasedAccessControlHandler
 
mayUseGraceLogin() - Method in class org.opends.server.core.PasswordPolicyState
Indicates whether the user may use a grace login if the password is expired and there is at least one grace login remaining.
MB - Static variable in class org.opends.server.util.StaticUtils
Number of bytes in a Mebibyte.
MBEAN_BASE_DOMAIN - Static variable in class org.opends.server.util.ServerConstants
The domain that will be used for JMX MBeans defined within the Directory Server.
MD5 - Enum constant in enum class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn.CryptPasswordStorageEncryptionAlgorithm
New passwords are encrypted with the BSD MD5 algorithm.
MD5 - Enum constant in enum class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm
Use the MD5 digest algorithm to compute certificate fingerprints.
MD5 - Enum constant in enum class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn.HashFunction
Use the MD5 hash algorithm.
MD5PasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme based on the MD5 algorithm defined in RFC 1321.
MD5PasswordStorageScheme() - Constructor for class org.opends.server.extensions.MD5PasswordStorageScheme
 
Md5PasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying MD5 Password Storage Scheme settings.
Md5PasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying MD5 Password Storage Scheme settings.
Md5PasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the MD5 Password Storage Scheme managed object definition meta information.
MdcExecutorServiceDelegate - Class in org.forgerock.util.thread
Store SLF4J Mapped Diagnosed Context (aka MDC) when tasks are submitted, and re-inject it when tasks are executed.
MdcExecutorServiceDelegate(ExecutorService) - Constructor for class org.forgerock.util.thread.MdcExecutorServiceDelegate
Constructs an instance of ExecutorService that will forward the SLF4J Mapped Diagnosed Context to submitted tasks, and will execute these on the provided delegate.
MdcScheduledExecutorServiceDelegate - Class in org.forgerock.util.thread
Store SLF4J Mapped Diagnosed Context (aka MDC) when tasks are submitted, and re-inject it when tasks are executed.
MdcScheduledExecutorServiceDelegate(ScheduledExecutorService) - Constructor for class org.forgerock.util.thread.MdcScheduledExecutorServiceDelegate
Constructs an instance of ScheduledExecutorService that will forward the SLF4J Mapped Diagnosed Context to submitted tasks, and will execute these on the provided delegate.
mean() - Method in interface org.forgerock.monitoring.api.instrument.DistributionSummary
 
mean() - Method in class org.forgerock.monitoring.api.instrument.HistogramSnapshot
 
mean(TimeUnit) - Method in class org.forgerock.monitoring.api.instrument.HistogramSnapshot
 
mean(TimeUnit) - Method in interface org.forgerock.monitoring.api.instrument.Timer
 
measure() - Method in interface org.forgerock.monitoring.api.instrument.Counter
 
measure() - Method in interface org.forgerock.monitoring.api.instrument.DistributionSummary
 
measure() - Method in interface org.forgerock.monitoring.api.instrument.Gauge
 
measure() - Method in interface org.forgerock.monitoring.api.instrument.Meter
Get a set of measurements.
measure() - Method in interface org.forgerock.monitoring.api.instrument.Timer
 
Measurement - Class in org.forgerock.monitoring.api.instrument
A measurement sampled from a meter.
Measurement(Supplier<Double>, Statistic) - Constructor for class org.forgerock.monitoring.api.instrument.Measurement
 
MEBI_BYTES - Enum constant in enum class org.forgerock.opendj.config.SizeUnit
A mebi-byte unit.
MEDIA_TYPE - Static variable in class org.forgerock.json.JsonPatch
Internet media type for the JSON Patch format.
MEDIUM - Enum constant in enum class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn.DbDurability
Write but do not synchronously flush the log on transaction commit.
MEGA_BYTES - Enum constant in enum class org.forgerock.opendj.config.SizeUnit
A mega-byte unit.
MemberVirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Member Virtual Attribute settings.
MemberVirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Member Virtual Attribute settings.
MemberVirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Member Virtual Attribute managed object definition meta information.
MemberVirtualAttributeProvider - Class in org.opends.server.extensions
This class implements a virtual attribute provider that works in conjunction with virtual static groups to generate the values for the member or uniqueMember attribute.
MemberVirtualAttributeProvider() - Constructor for class org.opends.server.extensions.MemberVirtualAttributeProvider
 
memBytesToPercent(long) - Method in class org.opends.server.core.MemoryQuota
Translates bytes to percent of reservable memory.
MEMORY_RX_TRANSPORT - Static variable in class org.forgerock.opendj.ldap.LdapServer
The name of the memory transport implementation which has the value "MemoryRx".
MemoryBackend - Class in org.forgerock.json.resource
A simple in-memory collection resource provider which uses a Map to store resources.
MemoryBackend - Class in org.forgerock.opendj.ldap
A simple in-memory back-end which can be used for testing.
MemoryBackend - Class in org.opends.server.backends
This class defines a very simple backend that stores its information in memory.
MemoryBackend() - Constructor for class org.forgerock.json.resource.MemoryBackend
Creates a new in-memory collection containing no resources.
MemoryBackend() - Constructor for class org.forgerock.opendj.ldap.MemoryBackend
Creates a new empty memory backend which will use the default schema.
MemoryBackend() - Constructor for class org.opends.server.backends.MemoryBackend
 
MemoryBackend(Schema) - Constructor for class org.forgerock.opendj.ldap.MemoryBackend
Creates a new empty memory backend which will use the provided schema.
MemoryBackend(Schema, EntryReader) - Constructor for class org.forgerock.opendj.ldap.MemoryBackend
Creates a new memory backend which will use the provided schema, and will contain the entries read from the provided entry reader.
MemoryBackend(EntryReader) - Constructor for class org.forgerock.opendj.ldap.MemoryBackend
Creates a new memory backend which will use the default schema, and will contain the entries read from the provided entry reader.
MemoryBackendCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Memory Backend settings.
MemoryBackendCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Memory Backend settings.
MemoryBackendCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Memory Backend managed object definition meta information.
memoryByteBufferTransport(Options) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive transport that uses in-memory sockets for all communication.
MemoryQuota - Class in org.opends.server.core
Estimates the amount of memory in the running JVM for use of long term caches by looking at the Old Generation, where implemented, or at the Runtime information as fallback.
MemoryQuota() - Constructor for class org.opends.server.core.MemoryQuota
Returns the memory quota reservation system for this server instance.
memoryTransport(Options) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive transport that uses in-memory sockets for all communication.
memPercentToBytes(int) - Method in class org.opends.server.core.MemoryQuota
Translates a percentage of reservable memory to the equivalent number of bytes.
merge(JsonValue) - Method in class org.forgerock.json.JsonValue
Creates a new JSON value which combines the contents this JSON value with another.
merge(JsonValue, JsonValue) - Static method in class org.forgerock.json.JsonPatch
Creates a new JSON value which combines the contents two JSON values.
merge(HistogramConfig) - Method in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig
 
MERGE_REAL_AND_VIRTUAL - Enum constant in enum class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn.ConflictBehavior
Indicates that the virtual attribute provider is to preserve any real values contained in the entry and merge them with the set of generated virtual values so that both the real and virtual values are used.
mergeAttribute(Attribute, BiFunction<? super Attribute, ? super Attribute, ? extends Attribute>) - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
mergeAttribute(Attribute, BiFunction<? super Attribute, ? super Attribute, ? extends Attribute>) - Method in interface org.forgerock.opendj.ldap.Entry
Adds the provided attribute if it is not already present in this Entry.
mergeAttribute(Attribute, BiFunction<? super Attribute, ? super Attribute, ? extends Attribute>) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
message() - Method in record class org.opends.server.types.AccountStatusNotification
Returns the value of the message record component.
MESSAGE_DIGEST_ALGORITHM_SHA_1 - Static variable in class org.opends.server.extensions.ExtensionsConstants
The name of the message digest algorithm that should be used to generate SHA-1 hashes.
meter() - Method in class org.forgerock.monitoring.api.instrument.search.RequiredSearch
 
meter() - Method in class org.forgerock.monitoring.api.instrument.search.Search
 
Meter - Interface in org.forgerock.monitoring.api.instrument
A counter, gauge, timer, or distribution summary that results collects one or more metrics.
Meter.Builder - Class in org.forgerock.monitoring.api.instrument
Fluent builder for custom meters.
Meter.Id - Class in org.forgerock.monitoring.api.instrument
A meter is uniquely identified by its combination of name and tags.
Meter.Type - Enum Class in org.forgerock.monitoring.api.instrument
Custom meters may emit metrics like one of these types without implementing the corresponding interface.
MeterBinder - Interface in org.forgerock.monitoring.api.instrument.binder
Binders register one or more metrics to provide information about the state of some aspect of the application or its container.
MeteredStream - Class in org.forgerock.audit.events.handlers.writers
A metered stream is a subclass of OutputStream that (a) forwards all its output to a target stream (b) keeps track of how many bytes have been written.
MeteredStream - Class in org.opends.server.loggers
A metered stream is a subclass of OutputStream that (a) forwards all its output to a target stream (b) keeps track of how many bytes have been written.
MeteredStream(OutputStream, long) - Constructor for class org.forgerock.audit.events.handlers.writers.MeteredStream
Create the stream wrapped around the specified output stream.
MeteredStream(OutputStream, long) - Constructor for class org.opends.server.loggers.MeteredStream
Create the stream wrapped around the specified output stream.
meterFilter(MeterFilter) - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry.Config
Add a meter filter to the registry.
meterFilter(MeterFilter) - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry.ConfigImpl
 
MeterFilter - Interface in org.forgerock.monitoring.api.instrument.config
As requests are made of a MeterRegistry to create new metrics, allow for filtering out the metric altogether, transforming its ID (name or tags) in some way, and transforming its configuration.
MeterFilterReply - Enum Class in org.forgerock.monitoring.api.instrument.config
 
MeterNotFoundException - Exception in org.forgerock.monitoring.api.instrument.search
 
MeterNotFoundException(String, List<Tag>, Class<? extends Meter>) - Constructor for exception org.forgerock.monitoring.api.instrument.search.MeterNotFoundException
 
MeterRegistry - Interface in org.forgerock.monitoring.api.instrument
Creates and manages your application's set of meters.
MeterRegistry.Config - Interface in org.forgerock.monitoring.api.instrument
Access to configuration options for this registry.
MeterRegistry.More - Interface in org.forgerock.monitoring.api.instrument
Additional, less commonly used meter types.
MeterRegistryHolder - Class in org.forgerock.monitoring.api.instrument
Decorator for a meter registry.
MeterRegistryHolder - Class in org.opends.server.api
Decorator for a meter registry.
MeterRegistryHolder(String, MeterRegistry) - Constructor for class org.forgerock.monitoring.api.instrument.MeterRegistryHolder
Constructor for this class.
MeterRegistryHolder(String, MeterRegistry) - Constructor for class org.opends.server.api.MeterRegistryHolder
Constructor for this class.
meters() - Method in class org.forgerock.monitoring.api.instrument.search.RequiredSearch
 
meters() - Method in class org.forgerock.monitoring.api.instrument.search.Search
 
METHOD - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The method event payload field name.
microsToUnit(double, TimeUnit) - Static method in class org.forgerock.monitoring.api.instrument.util.TimeUtils
 
migrateEncryptedHeadLogFile(Path, LogCryptoCfg) - Static method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
Used by upgrade only: Rewrite the head log file to take confidentiality settings into account.
migrateOfflineStateToChangelog(Path, Path, LogCryptoCfg, CSN) - Static method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
Used by upgrade only: Append the CSN at which the server/domains was considered offline if this CSN appears to be more recent than the last message already contained in the log, otherwise the changelog is not modified.
MILLI_TIME - Enum constant in enum class org.opends.server.core.CoreConfigManager.EtimeServices
Provides etimes using millisecond precision.
MILLISECONDS - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.EtimeResolution
Use millisecond resolution.
millisToUnit(double, TimeUnit) - Static method in class org.forgerock.monitoring.api.instrument.util.TimeUtils
 
MIN_DEPLOYMENT_ID_VALIDITY - Static variable in class org.forgerock.opendj.security.DeploymentId
The minimum deployment ID validity duration.
MIN_GENERALIZED_TIME - Static variable in class org.forgerock.opendj.ldap.GeneralizedTime
The smallest time representable using the generalized time syntax.
MIN_GENERALIZED_TIME_MS - Static variable in class org.forgerock.opendj.ldap.GeneralizedTime
The smallest time in milli-seconds representable using the generalized time syntax.
MIN_VALUE - Static variable in class org.opends.server.replication.common.CSN
The minimum possible value for a CSN.
MINIMUM - Static variable in class org.forgerock.json.schema.validator.Constants
The minimum field name.
minimumExpectedValue(Long) - Method in class org.forgerock.monitoring.api.instrument.DistributionSummary.Builder
Sets the minimum value that this distribution summary is expected to observe.
minimumExpectedValue(Long) - Method in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig.Builder
 
minimumExpectedValue(Duration) - Method in class org.forgerock.monitoring.api.instrument.Timer.Builder
Sets the minimum value that this timer is expected to observe.
MinimumHelper - Class in org.forgerock.json.schema.validator.helpers
Helper compares two Numbers to check the minimum constraint.
MinimumHelper(Number, boolean) - Constructor for class org.forgerock.json.schema.validator.helpers.MinimumHelper
Create a minimum helper.
MINITEMS - Static variable in class org.forgerock.json.schema.validator.Constants
The minItems field name.
MINLENGTH - Static variable in class org.forgerock.json.schema.validator.Constants
The minLength field name.
minutesToUnit(double, TimeUnit) - Static method in class org.forgerock.monitoring.api.instrument.util.TimeUtils
 
minValue() - Static method in class org.forgerock.opendj.ldap.Rdn
Returns a constant containing a special RDN which sorts before any RDN other than itself.
MISCELLANEOUS_PERSISTENT_WARNING - Static variable in class org.forgerock.json.resource.AdviceWarning
299 Miscellaneous persistent warning The warning text MAY include arbitrary information to be presented to a human user, or logged.
MISCELLANEOUS_WARNING - Static variable in class org.forgerock.json.resource.AdviceWarning
199 Miscellaneous warning The warning text MAY include arbitrary information to be presented to a human user, or logged.
MissingMandatoryPropertiesException - Exception in org.forgerock.opendj.config.client
This exception is thrown when an attempt is made to add or modify a managed object when one or more of its mandatory properties are undefined.
MissingMandatoryPropertiesException(LocalizableMessage, Collection<PropertyException>, boolean) - Constructor for exception org.forgerock.opendj.config.client.MissingMandatoryPropertiesException
Creates a new missing mandatory properties exception with the provided causes.
modAciOldNewEntry(Entry, Entry, ServerContext) - Method in class org.opends.server.authorization.dseecompat.AciList
Remove all of the ACIs related to the old entry and then add all of the ACIs related to the new entry.
Modification - Class in org.forgerock.opendj.ldap
A modification to be performed on an entry during a Modify operation.
Modification(ModificationType, Attribute) - Constructor for class org.forgerock.opendj.ldap.Modification
Creates a new modification having the provided modification type and attribute values to be updated.
ModificationType - Class in org.forgerock.opendj.ldap
A Modify operation change type as defined in RFC 4511 section 4.6 is used to specify the type of modification being performed on an attribute.
ModificationType.Enum - Enum Class in org.forgerock.opendj.ldap
Contains equivalent values for the ModificationType values.
modify(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
modify(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Modifies an entry in the Directory Server using the provided lines of LDIF.
modify(String...) - Method in interface org.forgerock.opendj.ldap.Connection
Modifies an entry in the Directory Server using the provided lines of LDIF.
modify(ModifyRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
modify(ModifyRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Modifies an entry in the Directory Server using the provided modify request.
modify(ModifyRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Modifies an entry in the Directory Server using the provided modify request.
modify(ModifyRequest) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Modifies an entry in the Directory Server using the provided modify request.
MODIFY - Enum constant in enum class org.forgerock.opendj.config.client.OperationRejectedException.OperationType
A managed object could not be modified.
MODIFY - Enum constant in enum class org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Indicates that an Modify operation triggered the entry change notification.
MODIFY - Enum constant in enum class org.forgerock.opendj.ldap.messages.Request.RequestType
Modify request type.
MODIFY - Enum constant in enum class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn.LogRecordType
Modify operations
MODIFY_ACL - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the associated user to modify the server's access control configuration.
MODIFY_ACL - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to modify access control rules.
MODIFY_DN - Enum constant in enum class org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Indicates that an Modify DN operation triggered the entry change notification.
MODIFY_PASSWORD - Enum constant in enum class org.forgerock.opendj.rest2ldap.Action
An action that allows users to change their password.
modifyAsync(ModifyRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
modifyAsync(ModifyRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously modifies an entry in the Directory Server using the provided modify request.
modifyAsync(ModifyRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously modifies an entry in the Directory Server using the provided modify request.
modifyAsync(ModifyRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously modifies an entry in the Directory Server using the provided modify request.
modifyAsync(ModifyRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
modifyAsync(ModifyRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously modifies an entry in the Directory Server using the provided modify request.
ModifyCommonMsg - Class in org.opends.server.replication.protocol
This class holds every common code for the modify messages (mod, moddn).
ModifyContext - Class in org.opends.server.replication.protocol
This class describe the replication context that is attached to Modify operation.
ModifyContext(CSN, UUID) - Constructor for class org.opends.server.replication.protocol.ModifyContext
Creates a new Modify Context with the provided parameters.
modifyDn(String, String) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
modifyDn(String, String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Renames the named entry in the Directory Server using the provided new RDN.
modifyDn(String, String) - Method in interface org.forgerock.opendj.ldap.Connection
Renames the named entry in the Directory Server using the provided new RDN.
modifyDn(ModifyDnRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
modifyDn(ModifyDnRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Renames an entry in the Directory Server using the provided modify DN request.
modifyDn(ModifyDnRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Renames an entry in the Directory Server using the provided modify DN request.
modifyDn(ModifyDnRequest) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Renames an entry in the Directory Server using the provided modify DN request.
MODIFYDN - Enum constant in enum class org.forgerock.opendj.ldap.messages.Request.RequestType
Modify DN request type.
MODIFYDN_DNS - Static variable in class org.opends.server.plugins.ReferentialIntegrityPlugin
Used to save a map in the modifyDN operation attachment map that holds the old entry DNs and the new entry DNs related to a modify DN rename to new superior operation.
modifyDnAsync(ModifyDnRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
modifyDnAsync(ModifyDnRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously renames an entry in the Directory Server using the provided modify DN request.
modifyDnAsync(ModifyDnRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously renames an entry in the Directory Server using the provided modify DN request.
modifyDnAsync(ModifyDnRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously renames an entry in the Directory Server using the provided modify DN request.
modifyDnAsync(ModifyDnRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
modifyDnAsync(ModifyDnRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously renames an entry in the Directory Server using the provided modify DN request.
ModifyDnContext - Class in org.opends.server.replication.protocol
This class describe the replication context that is attached to ModifyDN operation.
ModifyDnContext(CSN, UUID, UUID) - Constructor for class org.opends.server.replication.protocol.ModifyDnContext
Creates a new ModifyDN Context with the provided parameters.
ModifyDNMsg - Class in org.opends.server.replication.protocol
Message used to send Modify DN information.
ModifyDNMsg(Dn, CSN, UUID, UUID, boolean, Dn, Rdn) - Constructor for class org.opends.server.replication.protocol.ModifyDNMsg
Construct a new Modify DN message (no mods).
ModifyDNMsg(Dn, CSN, UUID, UUID, boolean, Dn, Rdn, List<Modification>) - Constructor for class org.opends.server.replication.protocol.ModifyDNMsg
Construct a new Modify DN message (with mods).
ModifyDNMsg(CSN, Dn, UUID, Rdn, Dn, UUID, boolean, byte[], byte[]) - Constructor for class org.opends.server.replication.protocol.ModifyDNMsg
Creates a new ModifyDN message.
ModifyDNMsg(PostOperationModifyDNOperation) - Constructor for class org.opends.server.replication.protocol.ModifyDNMsg
Builds a ModifyDNMsg.
ModifyDnOperation - Class in org.opends.server.core
This class defines an operation used to move an entry (alter the DN of an entry) in the Directory Server.
ModifyDnOperation(RequestContext, LocalBackend<?>, ModifyDnRequest, Consumer<ResponseStream>) - Constructor for class org.opends.server.core.ModifyDnOperation
Creates a new modify DN operation.
ModifyDnRequest - Class in org.forgerock.opendj.ldap.messages
The Modify DN operation allows a client to change the Relative Distinguished Name (RDN) of an entry in the Directory and/or to move a subtree of entries to a new location in the Directory.
modifyEntry(Entry, ModifyRequest) - Static method in class org.forgerock.opendj.ldap.Entries
Applies the provided modification request to an entry.
modifyEntry(Entry, Modification) - Static method in class org.forgerock.opendj.ldap.Entries
Applies the provided modification to an entry.
modifyEntry(Entry, Modification, Collection<? super ByteString>) - Static method in class org.forgerock.opendj.ldap.Entries
Applies the provided modification to an entry.
modifyEntryPermissive(Entry, Collection<Modification>) - Static method in class org.forgerock.opendj.ldap.Entries
Applies the provided modifications to an entry using "permissive" modify semantics.
modifyEntryStrict(Entry, Collection<Modification>) - Static method in class org.forgerock.opendj.ldap.Entries
Applies the provided modifications to an entry using "strict" modify semantics.
modifyExistingManagedObject() - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
Applies changes made to this managed object.
modifyLogPublisher(ErrorLogPublisher<ErrorLogPublisherCfg>, ErrorLogPublisherCfg) - Method in class org.opends.server.loggers.ErrorLogger
 
modifyLogPublisher(P, C) - Method in class org.opends.server.loggers.AbstractLogger
Modify an existing log publisher.
ModifyMsg - Class in org.opends.server.replication.protocol
Message used to send Modify information.
ModifyMsg(CSN, Dn, UUID, byte[], byte[]) - Constructor for class org.opends.server.replication.protocol.ModifyMsg
Creates a new Modify message using the provided information.
ModifyMsg(CSN, Dn, UUID, List<Modification>) - Constructor for class org.opends.server.replication.protocol.ModifyMsg
Creates a new Modify message using the provided information.
ModifyOperation - Class in org.opends.server.core
This class defines an operation that may be used to modify an entry in the Directory Server.
ModifyOperation(RequestContext, LocalBackend<?>, ModifyRequest, Consumer<ResponseStream>) - Constructor for class org.opends.server.core.ModifyOperation
Creates a new modify operation.
ModifyRequest - Class in org.forgerock.opendj.ldap.messages
The Modify operation allows a client to request that a modification of an entry be performed on its behalf by a server.
MONITOR_READ - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the user to read the server monitoring information.
MONITOR_READ - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to read the server monitoring information.
MonitorBackend - Class in org.opends.server.backends
This class defines a backend to hold Directory Server monitor entries.
MonitorBackend() - Constructor for class org.opends.server.backends.MonitorBackend
 
MonitorBackendCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Monitor Backend settings.
MonitorBackendCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Monitor Backend settings.
MonitorBackendCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Monitor Backend managed object definition meta information.
MonitorData - Class in org.opends.server.api
This class is used to hold monitoring data, i.e.
MonitorData(Schema) - Constructor for class org.opends.server.api.MonitorData
Builds a MonitorData object by using the provided schema.
MONITORING - Enum constant in enum class org.forgerock.opendj.config.PropertyOption
Use this option to identify properties which are for monitoring purposes only and are generated automatically by the server.
monitoringGauge(String, Supplier<V>) - Method in class org.opends.server.api.MeterRegistryHolder
Creates an object gauge that is never added to the parent meter registry (it only appears in ldap meters).
MonitoringPublisher - Class in org.opends.server.replication.server
This thread regularly publishes monitoring information: it sends monitoring messages regarding the direct topology (directly connected DSs and RSs) to the connected RSs it sends monitoring messages regarding the whole topology (also includes the local RS) to the connected DSs Note: as of today, monitoring messages mainly contains the server state of the entities.
MonitoringPublisher(ReplicationServerDomain, long, ServerContext) - Constructor for class org.opends.server.replication.server.MonitoringPublisher
Create a monitoring publisher.
monitorInstanceDn() - Method in record class org.opends.server.monitors.LocalBackendMonitor.BaseDnMonitorData
Returns the DN exposed by the corresponding monitor object.
MonitorMsg - Class in org.opends.server.replication.protocol
The monitor message is sent by a RS to either a DS or a RS.
MonitorMsg(int, int) - Constructor for class org.opends.server.replication.protocol.MonitorMsg
Creates a new MonitorMsg.
MonitorProvider - Class in org.opends.server.api
This class defines the set of methods and structures that must be implemented by a Directory Server module that can provide usage, performance, availability, or other kinds of monitor information to clients.
MonitorProvider() - Constructor for class org.opends.server.api.MonitorProvider
 
MonitorRequestMsg - Class in org.opends.server.replication.protocol
This message is part of the replication protocol.
monitorUserDn(String) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the DN of the monitor user, having access to monitor information.
monitorUserDn(Dn) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the DN of the monitor user, having access to monitor information.
monitorUserPassword(String) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the password of the monitor user.
monotonicTime() - Method in interface org.forgerock.monitoring.api.instrument.Clock
Current time from a monotonic clock source.
more() - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry
Access to less frequently used meter types and patterns.
more() - Method in class org.forgerock.monitoring.api.instrument.MeterRegistryHolder
 
more() - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry
 
more() - Method in class org.opends.server.api.MeterRegistryHolder
 
move(String, String) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "move" patch operation which will move the value found at `from` to `path`.
move(JsonPointer, JsonPointer) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "move" patch operation which will move the value found at `from` to `path`.
moveDirectory(Path, Path) - Static method in class org.opends.server.util.StaticUtils
Moves the indicated directory to the specified directory by recursively copying and then removing the existing directory.
moveFileSafely(Path, Path) - Static method in class org.opends.server.util.StaticUtils
Attempts to move a file atomically and consistently.
MSG_TYPE_DISK_ENCODING - Static variable in class org.opends.server.replication.protocol.ReplicationMsg
Reserved type for uses other than protocol messages.
MULTI_LINE - Enum constant in enum class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn.LogFormat
Outputs separate log records for operation requests and responses.
MULTI_VALUED - Enum constant in enum class org.forgerock.opendj.config.PropertyOption
Use this option to identify properties which are multi-valued.
MultiDomainDBCursor - Class in org.opends.server.replication.server.changelog.file
Cursor iterating over all the replication domains known to the changelog DB.
MultiDomainDBCursor(ReplicationDomainDB, DBCursor.CursorOptions) - Constructor for class org.opends.server.replication.server.changelog.file.MultiDomainDBCursor
Builds a MultiDomainDBCursor instance.
MultiDomainServerState - Class in org.opends.server.replication.common
This object is used to store a list of ServerState object, one by replication domain.
MultiDomainServerState() - Constructor for class org.opends.server.replication.common.MultiDomainServerState
Creates a new empty object.
MultiDomainServerState(String) - Constructor for class org.opends.server.replication.common.MultiDomainServerState
Create an object from a string representation.
MultiDomainServerState(MultiDomainServerState) - Constructor for class org.opends.server.replication.common.MultiDomainServerState
Copy constructor.
MULTIMASTER_SYNCHRONIZATION_PROVIDER_NAME - Static variable in class org.forgerock.opendj.setup.model.SetupConstants
Name of the default synchronization provider in the configuration file.
MultimasterReplication - Class in org.opends.server.replication.plugin
This class is used to load the Replication code inside the JVM and to trigger initialization of the replication.
MultimasterReplication() - Constructor for class org.opends.server.replication.plugin.MultimasterReplication
 
MultimasterReplication.CleanStaleHistoricalMetadataPlugin - Class in org.opends.server.replication.plugin
If replication is configured and then unconfigured, we need to remove replication metadata from entries being updated to avoid OPENDJ-6235.
MultimasterReplication.UnreachableReplicationServers - Class in org.opends.server.replication.plugin
Keeps information on temporarily unreachable replication unreachableServers.
MultiOutputStream - Class in org.opends.server.core
This class defines a simple OutputStream object that can be used to write all messages to multiple targets at the same time, much like the UNIX "tee" command.
MultiOutputStream(OutputStream...) - Constructor for class org.opends.server.core.MultiOutputStream
Creates a new MultiOutputStream object that will write all messages to all of the target streams.
multipartCrestApplication(ConnectionFactory, String, String) - Static method in class org.forgerock.json.resource.Applications
Create a simple CrestApplication that allows multipart/form-data requests using the provided factory, id and version.
MultipleEntriesFoundException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the requested single entry search operation or read operation failed because the Directory Server returned multiple matching entries (or search references) when only a single matching entry was expected.
MULTIPLEOF - Static variable in class org.forgerock.json.schema.validator.Constants
The multipleOf field name.
multivalued() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Specifies that this profile parameter can accept multiple values.
multivalued(String...) - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Specifies that this profile parameter can accept multiple values.
MURMUR3 - Enum constant in enum class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn.HashFunction
Use the Murmur3 hash algorithm.
MUST_SUPPLY_OLD_PASSWORD - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Indicates that the old password must be supplied in order to modify the password.
mustChangePassword() - Method in class org.opends.server.api.ClientConnection
Indicates whether the user associated with this client connection must change their password before they will be allowed to do anything else.
mustChangePassword() - Method in class org.opends.server.core.PasswordPolicyState
Indicates whether the user's password must be changed before any other operation can be performed.
mustCheckSchema() - Method in class org.opends.server.types.Operation
Returns true if a request must be validated according to the server's schema.
mustLogTlsHandshake() - Method in class org.opends.server.api.ClientConnection
Returns whether TLS information must be logged by the caller.
MVCC_ATTRIBUTE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Specifies the name of the LDAP attribute which should be used for multi-version concurrency control (MVCC) if enabled.

N

name() - Method in interface org.forgerock.opendj.config.Configuration
Gets the RDN value of the LDAP entry associated with this configuration.
name(String, Meter.Type) - Method in interface org.forgerock.monitoring.api.instrument.config.NamingConvention
 
name(String, Meter.Type, String) - Method in interface org.forgerock.monitoring.api.instrument.config.NamingConvention
 
NAME_PREFIX_CFG - Static variable in class org.opends.server.config.ConfigConstants
The prefix that will be applied to all custom attribute and objectclass names in the Directory Server configuration.
NameAndJsonQueryEqualityMatchingRuleCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Name And JSON Query Equality Matching Rule settings.
NameAndJsonQueryEqualityMatchingRuleCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Name And JSON Query Equality Matching Rule settings.
NameAndJsonQueryEqualityMatchingRuleCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Name And JSON Query Equality Matching Rule managed object definition meta information.
NameAndJsonQueryEqualityMatchingRuleProvider - Class in org.opends.server.schema
Allows users to configure custom a Name and JSON matching rule by declaring custom indexes for the JSON fields of a Name and JSON attribute.
NameAndJsonQueryEqualityMatchingRuleProvider() - Constructor for class org.opends.server.schema.NameAndJsonQueryEqualityMatchingRuleProvider
 
nameAndJsonToByteString(ByteString, Dn) - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Encodes the provided newName and the JSON contained in nameAndJsonValue into a ByteString.
nameAndJsonToByteString(Dn, Object) - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Encodes the provided name and json into a ByteString.
named(SecretsProvider, Purpose<T>, String, Clock) - Static method in class org.forgerock.secrets.SecretReference
Creates a reference to a named secret using the given secrets provider.
NamedCharacterSet - Class in org.opends.server.types
This class provides a data structure that makes it possible to associate a name with a given set of characters.
nameForm(String) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Sets the name form associated with the DIT structure rule.
NameForm - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure for storing and interacting with a name form, which defines the attribute type(s) that must and/or may be used in the RDN of an entry with a given structural objectclass.
NameForm.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing name forms.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Adds the provided user friendly names.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds the provided user friendly names.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Adds the provided user friendly names.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Adds the provided user friendly names.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Adds the provided user friendly names.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds the provided user friendly names.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided user friendly names.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Adds the provided user friendly names.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds the provided user friendly names.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Adds the provided user friendly names.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Adds the provided user friendly names.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Adds the provided user friendly names.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds the provided user friendly names.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided user friendly names.
NAMING_CONTEXT - Enum constant in enum class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria
References must refer to existing entries located within the same naming context.
NAMING_VIOLATION - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
NAMING_VIOLATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it would have violated the server's naming configuration.
namingConvention() - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry.Config
Returns the associated Naming Convention.
namingConvention() - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry.ConfigImpl
 
namingConvention(NamingConvention) - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry.Config
Use the provided naming convention, overriding the default for your monitoring system.
namingConvention(NamingConvention) - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry.ConfigImpl
 
NamingConvention - Interface in org.forgerock.monitoring.api.instrument.config
Monitoring systems make different recommendations regarding naming convention.
NANO_TIME - Enum constant in enum class org.opends.server.core.CoreConfigManager.EtimeServices
Provides etimes using nanosecond precision.
NANOSECONDS - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.EtimeResolution
Use nanosecond resolution.
nanosToUnit(double, TimeUnit) - Static method in class org.forgerock.monitoring.api.instrument.util.TimeUtils
 
needsBase64Encoding(String) - Static method in class org.opends.server.util.StaticUtils
Indicates whether the provided value needs to be base64-encoded if it is represented in LDIF form.
needsBase64Encoding(ByteString) - Static method in class org.opends.server.util.StaticUtils
Indicates whether the provided value needs to be base64-encoded if it is represented in LDIF form.
needsChecking() - Method in enum class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Returns true if this policy is WARN or REJECT.
negateIfNeeded(boolean) - Method in enum class org.opends.server.authorization.dseecompat.EnumEvalResult
This method is used to possibly negate the result of a simple bind rule evaluation.
NEUTRAL - Enum constant in enum class org.forgerock.monitoring.api.instrument.config.MeterFilterReply
 
NEVER - Enum constant in enum class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Do not dereference aliases in searching or in locating the base object of a Search operation.
NEVER - Enum constant in enum class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn.RehashPolicy
Never rehash passwords when the cost changes.
NEVER - Enum constant in enum class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn.RehashPolicy
Never rehash passwords when the cost changes.
NEVER - Enum constant in enum class org.forgerock.opendj.server.config.meta.ExternalSaslMechanismHandlerCfgDefn.CertificateValidationPolicy
Do not look for the peer certificate to be present in the user's entry.
NEVER - Enum constant in enum class org.forgerock.opendj.server.config.meta.Pbkdf2PasswordStorageSchemeCfgDefn.RehashPolicy
Never rehash passwords when the cost changes.
NEVER - Enum constant in enum class org.opends.server.extensions.CertificateValidationPolicy
Indicates that the server should not attempt to validate the client certificate against the version in the corresponding user's entry.
NEVER_APPLICABLE - Static variable in class org.forgerock.opendj.rest2ldap.authz.ConditionalFilters
neverThrown() - Static method in exception org.forgerock.util.promise.NeverThrowsException
Utility method returning an empty function, whose goal is to ease the transformation of a Promise type.
neverThrownAsync() - Static method in exception org.forgerock.util.promise.NeverThrowsException
Utility method returning an empty function, whose goal is to ease the transformation of a Promise type.
NeverThrowsException - Exception in org.forgerock.util.promise
The NeverThrowsException class is an uninstantiable placeholder exception which should be used for indicating that a Function or AsyncFunction never throws an exception (i.e.
NEW_PASSWORD - Enum constant in enum class org.opends.server.types.AccountStatusNotificationProperty
The property whose value will be a clear-text representation of the user's new password.
newAbandonRequest(int) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new abandon request using the provided message ID.
newActionRequest(String, String) - Static method in class org.forgerock.json.resource.Requests
Returns a new action request with the provided resource path and action ID.
newActionRequest(String, String, String) - Static method in class org.forgerock.json.resource.Requests
Returns a new action request with the provided resource container path, resource ID, and action ID.
newActionRequest(ResourcePath, String) - Static method in class org.forgerock.json.resource.Requests
Returns a new action request with the provided resource path and action ID.
newActionRequest(ResourcePath, String, String) - Static method in class org.forgerock.json.resource.Requests
Returns a new action request with the provided resource container path, resource ID, and action ID.
newActionResponse(JsonValue) - Static method in class org.forgerock.json.resource.Responses
Returns a new JsonValue response with the provided JSON content.
newAddRequest(String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new add request using the provided distinguished name decoded using the default schema.
newAddRequest(String...) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new add request using the provided lines of LDIF decoded using the default schema.
newAddRequest(Dn) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new add request using the provided distinguished name.
newAddRequest(Entry) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new add request backed by the provided entry.
newAdviceWarning(String, String, Object...) - Static method in class org.forgerock.json.resource.AdviceWarning
Generate a warning using the builder provided.
newAffinityRequestLoadBalancer(Map<HostPort, ? extends LdapClient>, Options) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new "affinity" load-balancer which will load-balance individual requests across the provided set of LDAP clients, each typically representing a single replica, using an algorithm that ensures that requests targeting a given DN will always be routed to the same replica.
newAnnotatedRequestHandler(Object) - Static method in class org.forgerock.json.resource.Resources
Deprecated.
newAnonymousBindRequest() - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new anonymous bind request initialized with an empty distinguished name, SIMPLE authentication type, and an empty password.
newAnonymousFilter(LdapClient) - Method in class org.forgerock.opendj.rest2ldap.Rest2LdapHttpApplication
Creates a new Filter in charge of injecting LdapClientContext directly from a LdapClient.
newAnonymousSaslBindRequest(String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new anonymous SASL bind request as defined in RFC 4505.
newApiRequest(ResourcePath) - Static method in class org.forgerock.json.resource.Requests
Returns a new API request with the provided path.
newArrayList(E...) - Static method in class org.opends.server.util.CollectionUtils
Creates a new ArrayList with the provided elements.
newAssertionControl(boolean, ByteString, int, int, ByteString) - Static method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Creates a new virtual list view request control that will identify the target entry by an assertion value.
newAttributeFilter(Collection<String>, boolean, boolean, boolean) - Static method in class org.opends.server.types.Entries
Returns an attribute filter which will keep only the attributes which match the provided criteria.
newAuditService() - Static method in class org.forgerock.audit.AuditServiceBuilder
Factory method for new instances of this builder.
newAuthorizationFilter(Iterable<? extends ConditionalFilters.ConditionalFilter>) - Static method in class org.forgerock.opendj.rest2ldap.authz.Authorization
Creates a new Filter in charge of injecting an LdapClientContext.
newBackendFile(Path) - Static method in class org.opends.server.backup.BackendFile
Creates a backendFile with the default fingerprinting function.
newBackupId(String, Instant) - Static method in class org.opends.server.backup.BackupId
Creates a new backup ID using the provided parameters.
newBackupManager(BackupStorage, ServerContext) - Static method in class org.opends.server.backup.BackupManager
Creates a new backup manager backed by the provided backup storage.
newBackupStorageConfig(Path, String, Map<String, String>) - Static method in class org.opends.server.backup.BackupStorageConfig
Returns a new backup storage configuration.
newBadRequestException(LocalizableMessage) - Static method in class org.forgerock.opendj.rest2ldap.Utils
Returns a new BadRequestException with the given message.
newBadRequestException(LocalizableMessage, Throwable) - Static method in class org.forgerock.opendj.rest2ldap.Utils
Returns a new BadRequestException with the given message.
newBasicAuthenticationFilter(AuthenticationStrategy, Function<Headers, Pair<String, String>, NeverThrowsException>) - Method in class org.forgerock.opendj.rest2ldap.Rest2LdapHttpApplication
Gets a Filter in charge of performing the HTTP-Basic Authentication.
newBindRequest() - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new bind request initialized with an empty distinguished name, SIMPLE authentication type, and an empty password.
newBindResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new bind result using the provided result code.
newBufferedPublisher(BatchConsumer) - Method in interface org.forgerock.audit.events.handlers.buffering.BatchPublisherFactory
Provides a new instance of a buffered batch publisher.
newBufferedPublisher(BatchConsumer) - Method in class org.forgerock.audit.events.handlers.buffering.BatchPublisherFactoryImpl
 
newBuilder(BatchConsumer) - Static method in class org.forgerock.audit.events.handlers.buffering.BufferedBatchPublisher
Provides a new builder.
newCachedConnectionPool(LdapClient) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new connection pool which creates new connections as needed using the provided LDAP client, but will reuse previously allocated connections when they are available.
newCachedConnectionPool(LdapClient, int, int, long, TimeUnit) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new connection pool which creates new connections as needed using the provided LDAP client, but will reuse previously allocated connections when they are available.
newCachedConnectionPool(LdapClient, int, int, long, TimeUnit, ScheduledExecutorService) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new connection pool which creates new connections as needed using the provided LDAP client, but will reuse previously allocated connections when they are available.
newCachedConnectionPool(LdapClient, Options) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new connection pool which creates new connections as needed using the provided LDAP client, but will reuse previously allocated connections when they are available.
newCancelExtendedRequest(int) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new cancel extended request using the provided message ID.
newCapacityBasedKeyStoreObjectCache(int) - Static method in class org.forgerock.opendj.security.OpenDjSecurityProvider
Creates a new fixed capacity key store object cache which will evict objects once it reaches the provided capacity.
newChangeRecord(String...) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new change record (an add, delete, modify, or modify DN request) using the provided lines of LDIF decoded using the default schema.
newChangeRecordPublisher(Supplier<? extends ChangeRecordReader>) - Static method in class org.forgerock.opendj.ldif.Ldif
Returns a Flowable view of a ChangeRecordReader, creating a new reader for each subscriber.
newChangeRecordReader(Iterable<? extends ChangeRecord>) - Static method in class org.forgerock.opendj.ldif.Ldif
Returns a change record reader over the provided change record collection.
newChangeRecordReader(Iterator<? extends ChangeRecord>) - Static method in class org.forgerock.opendj.ldif.Ldif
Returns a change record reader over the provided change record iterator.
newCipherService() - Method in class org.opends.server.crypto.CryptoManager
Return a new CryptoManager.CipherService to provide cryptographic primitives and keys.
newCipherService() - Method in class org.opends.server.replication.server.changelog.file.LogCryptoCfg
Returns a new CryptoManager.CipherService initialized with the current configuration.
newClearTextPasswordFactory(char[]) - Static method in class org.forgerock.opendj.security.OpenDjSecurityProvider
Returns a password factory which will return a copy of the provided password for each invocation of Factory.newInstance(), and which does not provide any protection of the in memory representation of the password.
newClientSslEngine(SslOptions, String, int) - Static method in class org.forgerock.opendj.security.SslOptions
Creates a new SSLEngine configured to be used by a client application.
newClock(Clock) - Static method in interface org.forgerock.monitoring.api.instrument.Clock
Create a monitoring clock base on a Clock.
newCollection(Object) - Static method in class org.forgerock.json.resource.Resources
Deprecated.
newCompareRequest(String, String, Object) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new compare request using the provided distinguished name, attribute name, and assertion value decoded using the default schema.
newCompareRequest(Dn, AttributeDescription, Object) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new compare request using the provided distinguished name, attribute name, and assertion value.
newCompareResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new compare result using the provided result code.
newConditionalDirectConnectionFilter(LdapClient) - Static method in class org.forgerock.opendj.rest2ldap.authz.Authorization
Creates a ConditionalFilters.ConditionalFilter injecting an LdapClientContext with a connection issued from the given connectionFactory.
newConditionalFilter(Filter, ConditionalFilters.Condition) - Static method in class org.forgerock.opendj.rest2ldap.authz.ConditionalFilters
newConditionalHttpBasicAuthenticationFilter(AuthenticationStrategy, Function<Headers, Pair<String, String>, NeverThrowsException>) - Static method in class org.forgerock.opendj.rest2ldap.authz.Authorization
Creates a new ConditionalFilters.ConditionalFilter performing authentication.
newConditionalOAuth2ResourceServerFilter(String, Set<String>, AccessTokenResolver, String) - Static method in class org.forgerock.opendj.rest2ldap.authz.Authorization
Creates a new optional OAuth2 authorization filter configured with provided parameters.
newConnectionAccepted(ClientConnection) - Method in class org.opends.server.core.DirectoryServer
 
newConnectionAccepted(ClientConnection) - Method in interface org.opends.server.core.ServerContext
Indicates that a new connection has been accepted, increments the associated metrics and assigns a connection ID.
newConnectionFactory(Handler, URI) - Static method in class org.forgerock.json.resource.http.CrestHttp
Creates a new ConnectionFactory that map back and forth JSON resource objects to CHF objects.
newControl() - Static method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
Creates a new Netscape password expired response control.
newControl() - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Creates a new password policy response control with no error nor warning.
newControl() - Static method in class org.forgerock.opendj.ldap.controls.RelaxRulesRequestControl
Creates a new permissive modify request control.
newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
Creates a new Active Directory change notification request control.
newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
Creates a new authorization identity request control having the provided criticality.
newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.ManageDsaItRequestControl
Creates a new ManageDsaIT request control having the provided criticality.
newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
Creates a new password policy request control having the provided criticality.
newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
Creates a new permissive modify request control having the provided criticality.
newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
Creates a new tree delete request control having the provided criticality.
newControl(boolean, boolean) - Static method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
Creates a new sub-entries request control having the provided criticality and sub-entry visibility.
newControl(boolean, boolean, boolean, Collection<PersistentSearchChangeType>) - Static method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
Creates a new persistent search request control.
newControl(boolean, boolean, boolean, PersistentSearchChangeType...) - Static method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
Creates a new persistent search request control.
newControl(boolean, int, ByteString) - Static method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
Creates a new simple paged results control with the provided criticality, size, and cookie.
newControl(boolean, String) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
Creates a new server side sort request control with the provided criticality and string representation of a list of sort keys.
newControl(boolean, String...) - Static method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
Creates a new matched values request control with the provided criticality and list of filters.
newControl(boolean, String...) - Static method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
Creates a new post-read request control.
newControl(boolean, String...) - Static method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
Creates a new pre-read request control.
newControl(boolean, String, String...) - Static method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
Creates a new get effective rights request control with the provided criticality, optional authorization name and attribute list.
newControl(boolean, Collection<String>) - Static method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
Creates a new post-read request control.
newControl(boolean, Collection<String>) - Static method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
Creates a new pre-read request control.
newControl(boolean, Collection<Filter>) - Static method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
Creates a new matched values request control with the provided criticality and list of filters.
newControl(boolean, Collection<SortKey>) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
Creates a new server side sort request control with the provided criticality and list of sort keys.
newControl(boolean, Dn, Collection<AttributeType>) - Static method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
Creates a new get effective rights request control with the provided criticality, optional authorization name and attribute list.
newControl(boolean, Filter) - Static method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
Creates a new assertion using the provided criticality and assertion filter.
newControl(boolean, SortKey...) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
Creates a new server side sort request control with the provided criticality and list of sort keys.
newControl(int) - Static method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
Creates a new Netscape password expiring response control with the provided amount of time until expiration.
newControl(int, int, ResultCode, ByteString) - Static method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
Creates a new virtual list view response control.
newControl(String) - Static method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
Creates a new authorization identity response control using the provided authorization ID.
newControl(String) - Static method in class org.forgerock.opendj.ldap.controls.GenericControl
Creates a new non-critical control having the provided OID and no value.
newControl(String) - Static method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
Creates a new proxy authorization v1 request control with the provided authorization name decoded using the default schema.
newControl(String) - Static method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
Creates a new proxy authorization v2 request control with the provided authorization ID.
newControl(String, boolean) - Static method in class org.forgerock.opendj.ldap.controls.GenericControl
Creates a new control having the provided OID and criticality, but no value.
newControl(String, boolean, Object) - Static method in class org.forgerock.opendj.ldap.controls.GenericControl
Creates a new control having the provided OID, criticality, and value.
newControl(String, boolean, Object, String) - Static method in class org.forgerock.opendj.ldap.controls.GenericControl
Creates a new control having the provided OID, criticality, and value.
newControl(Control) - Static method in class org.forgerock.opendj.ldap.controls.GenericControl
Creates a new control having the same OID, criticality, and value as the provided control.
newControl(PasswordPolicyErrorType) - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Creates a new password policy response control with the provided error.
newControl(PasswordPolicyWarningType, int) - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Creates a new password policy response control with the provided warning.
newControl(PasswordPolicyWarningType, int, PasswordPolicyErrorType) - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Creates a new password policy response control with the provided warning and error.
newControl(PersistentSearchChangeType, String, long) - Static method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Creates a new entry change notification response control with the provided change type and optional previous distinguished name and change number.
newControl(PersistentSearchChangeType, Dn, long) - Static method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Creates a new entry change notification response control with the provided change type and optional previous distinguished name and change number.
newControl(Dn) - Static method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
Creates a new authorization identity response control using the provided authorization ID.
newControl(Dn) - Static method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
Creates a new proxy authorization v1 request control with the provided authorization name.
newControl(Entry) - Static method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
Creates a new post-read response control.
newControl(Entry) - Static method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
Creates a new pre-read response control.
newControl(ResultCode) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
Creates a new server-side response control with the provided sort result and no attribute description.
newControl(ResultCode, String) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
Creates a new server-side response control with the provided sort result and attribute description.
newControl(ResultCode, AttributeDescription) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
Creates a new server-side response control with the provided sort result and attribute description.
newCounter(Meter.Id) - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry
Build a new counter to be added to the registry.
newCounter(Meter.Id) - Method in class org.forgerock.monitoring.dropwizard.DropwizardMeterRegistry
 
newCramMd5SaslBindRequest(String, char[]) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new CRAM-MD5 SASL bind request as defined in draft-ietf-sasl-crammd5.
newCreateRequest(String, String, JsonValue) - Static method in class org.forgerock.json.resource.Requests
Returns a new create request with the provided resource path, new resource ID, and JSON content.
newCreateRequest(String, JsonValue) - Static method in class org.forgerock.json.resource.Requests
Returns a new create request with the provided resource path, and JSON content.
newCreateRequest(ResourcePath, String, JsonValue) - Static method in class org.forgerock.json.resource.Requests
Returns a new create request with the provided resource path, new resource ID, and JSON content.
newCreateRequest(ResourcePath, JsonValue) - Static method in class org.forgerock.json.resource.Requests
Returns a new create request with the provided resource path, and JSON content.
newCSN() - Method in class org.opends.server.replication.common.CSNGenerator
Generate a new CSN.
newCSNGenerator(ReplicaId, long) - Static method in class org.opends.server.replication.common.CSNGenerator
Create a new CSNGenerator.
newCSNGenerator(ReplicaId, ServerState) - Static method in class org.opends.server.replication.common.CSNGenerator
Create a new CSNGenerator.
newCSNGenerator(DomainReplicaId, long) - Static method in class org.opends.server.replication.common.CSNGenerator
Create a new CSNGenerator.
newCtsAccessTokenResolver(LdapClient, String) - Static method in class org.forgerock.opendj.rest2ldap.authz.Authorization
Creates a new CTS access token resolver.
newCustomHeaderExtractor(String, String) - Static method in class org.forgerock.opendj.rest2ldap.authz.CredentialExtractors
Creates a function which extracts the user's credentials from custom HTTP header in addition of the standard HTTP Basic one.
newDeleteRequest(String) - Static method in class org.forgerock.json.resource.Requests
Returns a new delete request with the provided resource path.
newDeleteRequest(String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new delete request using the provided distinguished name decoded using the default schema.
newDeleteRequest(String, String) - Static method in class org.forgerock.json.resource.Requests
Returns a new delete request with the provided resource container path, and resource ID.
newDeleteRequest(ResourcePath) - Static method in class org.forgerock.json.resource.Requests
Returns a new delete request with the provided resource path.
newDeleteRequest(ResourcePath, String) - Static method in class org.forgerock.json.resource.Requests
Returns a new delete request with the provided resource container path, and resource ID.
newDeleteRequest(Dn) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new delete request using the provided distinguished name.
newDigestMd5SaslBindRequest(String, String, char[], String, String, Map<String, ?>) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new DIGEST-MD5 SASL bind request as defined in RFC 2831.
newDistributionSummary(Meter.Id, HistogramConfig) - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry
Build a new distribution summary to be added to the registry.
newDistributionSummary(Meter.Id, HistogramConfig) - Method in class org.forgerock.monitoring.dropwizard.DropwizardMeterRegistry
 
newDsSession(ServerContext, Socket, Host, int, ReplSessionSecurity, BooleanSupplier) - Static method in interface org.opends.server.replication.protocol.Session
Creates a new DS Session.
newEntryPublisher(Supplier<? extends EntryReader>) - Static method in class org.forgerock.opendj.ldif.Ldif
Returns a Flowable view of a EntryReader, creating a new reader for each subscriber.
newEntryReader(Iterable<? extends Entry>) - Static method in class org.forgerock.opendj.ldif.Ldif
Returns an entry reader over the provided entry collection.
newEntryReader(Iterator<? extends Entry>) - Static method in class org.forgerock.opendj.ldif.Ldif
Returns an entry reader over the provided entry iterator.
newestCsn() - Method in record class org.opends.server.replication.server.changelog.api.ReplicationDomainDB.ReplicaDbFileContent
Returns the value of the newestCsn record component.
newestCsn(long) - Static method in class org.opends.server.replication.common.CSN
Return the newest possible CSN for the given time.
newestCsn(ReplicaId) - Static method in class org.opends.server.replication.common.CSN
Returns the newest possible CSN for a replica.
newestFile() - Method in record class org.opends.server.replication.server.changelog.api.ReplicationDomainDB.ReplicaDbDescription
Returns the value of the newestFile record component.
newestMessageIsReplicaOfflineMessage() - Method in record class org.opends.server.replication.server.changelog.api.ReplicationDomainDB.ReplicaDbDescription
Returns the value of the newestMessageIsReplicaOfflineMessage record component.
newExceptionPromise(E) - Static method in class org.forgerock.util.promise.Promises
Returns a Promise representing an asynchronous task which has already failed with the provided exception.
newExpression(String) - Static method in class org.forgerock.opendj.config.ValueOrExpression
Creates an expression.
newExternalSaslBindRequest(String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new External SASL bind request as defined in RFC 4422.
newFailoverLoadBalancer(Collection<? extends LdapClient>, Options) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new "fail-over" load-balancer which will load-balance connections across the provided set of LDAP clients.
newFileAccessTokenResolver(Path) - Static method in class org.forgerock.opendj.rest2ldap.authz.Authorization
Creates a new file access token resolver which should only be used for test purpose.
newFileExpression(String) - Static method in class org.forgerock.opendj.config.ValueOrExpression
Creates an expression corresponding to a file path.
newFixedConnectionPool(LdapClient, int) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new connection pool which will maintain poolSize connections created using the provided LDAP client.
newFixedSizeDistributionLoadBalancer(Set<Dn>, ConsistentHashMap<? extends LdapClient>, Options) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a distribution load balancer which uses consistent hashing to distributes requests across a set of partitions based on a hash of each request's target DN.
newGauge(Meter.Id, T, ToDoubleFunction<T>) - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry
Build a new gauge to be added to the registry.
newGauge(Meter.Id, T, ToDoubleFunction<T>) - Method in class org.forgerock.monitoring.dropwizard.DropwizardMeterRegistry
 
newGenericExtendedRequest(String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new generic extended request using the provided name and no value.
newGenericExtendedRequest(String, Object) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new generic extended request using the provided name and optional value.
newGenericExtendedResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new generic extended result using the provided result code.
newGenericIntermediateResponse() - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new generic intermediate response with no name or value.
newGenericIntermediateResponse(String, Object) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new generic intermediate response using the provided response name and value.
newGssapiSaslBindRequest(String, Subject, String, Map<String, ?>) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new GSSAPI SASL bind request as defined in RFC 2831.
newHandler(Object) - Static method in class org.forgerock.json.resource.Resources
Creates a new RequestHandler backed by the supplied provider.
newHashSet(E...) - Static method in class org.opends.server.util.CollectionUtils
Creates a new HashSet with the provided elements.
newHdapRequestHandler(Options) - Static method in class org.forgerock.opendj.rest2ldap.Hdap
Creates a new HDAP request handler with the provided options.
newHealthChecker() - Static method in interface org.opends.server.monitors.HealthChecker
Returns a thread safe implementation of HealthChecker.
newHttpApplication() - Method in class org.opends.server.api.HttpEndpoint
Create a new HttpApplication.
newHttpApplication() - Method in class org.opends.server.protocols.http.AliveEndpoint
 
newHttpApplication() - Method in class org.opends.server.protocols.http.CrestMetricsEndpoint
 
newHttpApplication() - Method in class org.opends.server.protocols.http.HealthyEndpoint
 
newHttpApplication() - Method in class org.opends.server.protocols.http.PrometheusEndpoint
 
newHttpApplication() - Method in class org.opends.server.protocols.http.rest2ldap.AdminEndpoint
 
newHttpApplication() - Method in class org.opends.server.protocols.http.rest2ldap.HdapEndpoint
 
newHttpApplication() - Method in class org.opends.server.protocols.http.rest2ldap.Rest2LdapEndpoint
 
newHttpHandler(ConnectionFactory) - Static method in class org.forgerock.json.resource.http.CrestHttp
newHttpHandler(ConnectionFactory, HttpContextFactory) - Static method in class org.forgerock.json.resource.http.CrestHttp
newHttpHandler(ConnectionFactory, Context) - Static method in class org.forgerock.json.resource.http.CrestHttp
newHttpHandler(CrestApplication) - Static method in class org.forgerock.json.resource.http.CrestHttp
Deprecated.
Since 25.0.0. Prefer to use CrestHttp.newHttpHandler(CrestApplication, Factory) and provide your own factory instead of the default one.
newHttpHandler(CrestApplication, HttpContextFactory) - Static method in class org.forgerock.json.resource.http.CrestHttp
Deprecated.
Since 25.0.0. Prefer to use CrestHttp.newHttpHandler(CrestApplication, HttpContextFactory, Factory) and provide your own factory instead of the default one.
newHttpHandler(CrestApplication, HttpContextFactory, Factory<Buffer>) - Static method in class org.forgerock.json.resource.http.CrestHttp
Creates a new JSON resource HTTP handler with the provided CREST request handler.
newHttpHandler(CrestApplication, Context) - Static method in class org.forgerock.json.resource.http.CrestHttp
Deprecated.
Since 25.0.0. Prefer to use CrestHttp.newHttpHandler(CrestApplication, Context, Factory) and provide your own factory instead of the default one.
newHttpHandler(CrestApplication, Context, Factory<Buffer>) - Static method in class org.forgerock.json.resource.http.CrestHttp
Creates a new JSON resource HTTP handler with the provided CREST request handler.
newHttpHandler(CrestApplication, Factory<Buffer>) - Static method in class org.forgerock.json.resource.http.CrestHttp
Creates a new JSON resource HTTP handler with the provided CREST request handler.
newHttpHandler(RequestHandler) - Static method in class org.forgerock.json.resource.http.CrestHttp
newInputStream(String) - Method in interface org.opends.server.backup.BackupStorage
Opens an input stream for reading the file with the provided name.
newInputStream(String) - Method in class org.opends.server.backup.FileSystemBackupStorage
 
newInstance() - Method in interface org.forgerock.util.Factory
Creates and returns a new object instance.
newInstance(String) - Static method in class org.forgerock.util.Loader
Creates a new instance of a named class.
newInstance(String, Class<T>) - Static method in class org.forgerock.util.Loader
Creates a new instance of a named class.
newInstance(ManagedObjectDefinition<M, ?>, ManagedObjectPath<M, ?>, PropertySet, PropertyDefinition<?>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
Creates a new managed object.
newInstance(Entry, ServerContext) - Static method in class org.opends.server.extensions.VirtualStaticGroup
Creates a new group of this type based on the definition contained in the provided entry.
newInstance(HttpAuthorizationMechanismCfg) - Method in class org.opends.server.protocols.http.authz.HttpAuthorizationMechanismFactory
Creates a new HttpAuthorizationMechanism based on the configuration.
newInstance(ServerContext, Entry) - Static method in class org.opends.server.extensions.DynamicGroup
Creates a new group of this type based on the definition contained in the provided entry.
newInstance(ServerContext, Entry) - Static method in class org.opends.server.extensions.StaticGroup
Creates a new group of this type based on the definition contained in the provided entry.
newInstanceFromEntry(Entry) - Static method in class org.opends.server.replication.plugin.EntryHistorical
Construct an Historical object from the provided entry by reading the historical attribute.
newInternalConnection(BiFunction<Integer, Request, Flowable<Response>>) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new Connection which will route requests to the provided requestHandler.
newInternalConnection(RequestHandler) - Static method in class org.forgerock.json.resource.Resources
Creates a new connection to a RequestHandler.
newInternalConnection(RequestHandler) - Static method in class org.forgerock.opendj.rest2ldap.JsonUnfilteredResources
Creates a new connection to a RequestHandler.
newInternalConnection(RequestHandler, boolean) - Static method in class org.forgerock.opendj.rest2ldap.JsonFilteredResources
Creates a new connection to a RequestHandler.
newInternalConnectionFactory(BiFunction<Integer, Request, Flowable<Response>>) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new ConnectionFactory which will route requests to the provided requestHandler.
newInternalConnectionFactory(RequestHandler) - Static method in class org.forgerock.json.resource.Resources
Creates a new connection factory which binds internal client connections to RequestHandlers.
newInternalConnectionFactory(RequestHandler) - Static method in class org.forgerock.opendj.rest2ldap.JsonFilteredResources
Creates a new connection factory which binds internal client connections to RequestHandlers.
newInternalConnectionFactory(RequestHandler) - Static method in class org.forgerock.opendj.rest2ldap.JsonUnfilteredResources
Creates a new connection factory which binds internal client connections to RequestHandlers.
newInternalLdapClient(BiFunction<Integer, Request, Flowable<Response>>) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new LdapClient which will route requests to the provided requestHandler.
newInternalLdapClientSocket(BiFunction<Integer, Request, Flowable<Response>>) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new LdapClientSocket which will route requests to the provided requestHandler.
newInvalidRequest(Request.RequestType, String, LdapException) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new invalid request using the provided reason.
newJsonEqualityMatchingRuleImpl(Collection<JsonPointer>, Options) - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Creates a new custom JSON equality matching rule implementation with the provided matching rule name and options.
newJsonOrderingMatchingRuleImpl(List<JsonPointer>, Options) - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Creates a new custom JSON ordering matching rule implementation with the provided matching rule name and options.
newJsonQueryEqualityMatchingRuleImpl(String, Options) - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Creates a new custom JSON query equality matching rule implementation with the provided matching rule name and options.
newJwtAuthenticationFilter(JwtFactories.JwtSecretsProvider, JwsAlgorithm, Duration, Schema) - Static method in class org.forgerock.opendj.rest2ldap.authz.JwtFilters
Returns a filter that will creates a JwtSigningContext along with a SecurityContext.
newJwtAuthorizationFilter(JwtFactories.JwtSecretsProvider, Schema) - Static method in class org.forgerock.opendj.rest2ldap.authz.JwtFilters
Returns a filter that will validate any incoming requests signed with a JWT.
newJwtVerifier(JwtFactories.JwtSecretsProvider) - Static method in class org.forgerock.opendj.rest2ldap.authz.JwtFactories
Returns a new SignedJwtVerifier.
newKeyStoreObjectCacheFromMap(Map<String, KeyStoreObject>) - Static method in class org.forgerock.opendj.security.OpenDjSecurityProvider
Creates a new key store object cache which will delegate to the provided Map.
newKeyStoreParameters(ConnectionFactory, Dn) - Static method in class org.forgerock.opendj.security.KeyStoreParameters
Creates a set of LDAP key store parameters with default options.
newKeyStoreParameters(ConnectionFactory, Dn, Options) - Static method in class org.forgerock.opendj.security.KeyStoreParameters
Creates a set of LDAP key store parameters with custom options.
newLdapClient(String, int) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new LDAP client which can be used to create LDAP connections to the Directory Server at the provided host and port number, and using default options.
newLdapClient(String, int, Options) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new LDAP client which can be used to create LDAP connections to the Directory Server at the provided host and port number and custom options.
newLdapClientException(Throwable) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP client exception with the provided cause and a result code depending on the class cause original cause.
newLdapException(Throwable) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception with the provided cause and a result code depending on the class cause original cause.
newLdapException(Result) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception using the provided result.
newLdapException(ResultCode) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception with the provided result code and an empty diagnostic message.
newLdapException(ResultCode, CharSequence) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception with the provided result code and diagnostic message.
newLdapException(ResultCode, CharSequence, Throwable) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception with the provided result code, diagnostic message, and cause.
newLdapException(ResultCode, CharSequence, Dn, Throwable) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception with the provided resultCode, diagnosticMessage, matched DN and cause.
newLdapException(ResultCode, Throwable) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception with the provided result code and cause.
newLdapKeyStore(ConnectionFactory, Dn) - Static method in class org.forgerock.opendj.security.OpenDjSecurityProvider
Creates a new LDAP key store with default options.
newLdapKeyStore(ConnectionFactory, Dn, Options) - Static method in class org.forgerock.opendj.security.OpenDjSecurityProvider
Creates a new LDAP key store with custom options.
newLdapMessage(int, byte, ProtocolOp) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Creates a new ProtocolOp containing a fully decoded LDAP message.
newLdapService(Collection<String>, Supplier<BindRequest>, Options, Options) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new LDAP load-balancer able to discover all the replicas in a directory service, load balance across them all, and reconfigure itself according to changes affecting the availability of the replicas.
newLdifKeyStore(File, Dn) - Static method in class org.forgerock.opendj.security.OpenDjSecurityProvider
Creates a new LDIF based key store which will read and write key store objects to the provided key store file.
newLdifKeyStore(File, Dn, Options) - Static method in class org.forgerock.opendj.security.OpenDjSecurityProvider
Creates a new LDIF based key store which will read and write key store objects to the provided key store file.
newLdifManagementContext(Path) - Static method in class org.forgerock.opendj.config.client.ldap.LdapManagementContext
Returns a management context for the provided LDIF configuration file and default schema.
newLdifManagementContext(Path, Schema) - Static method in class org.forgerock.opendj.config.client.ldap.LdapManagementContext
Returns a management context for the provided LDIF configuration file and schema.
newLeastRequestsLoadBalancer(Collection<? extends LdapClient>, Options) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new "least requests" load-balancer which will load-balance individual requests across the provided set of LDAP clients, each typically representing a single replica, using an algorithm that ensures that requests are routed to the replica which has the minimum number of active requests.
newLinkedList(E...) - Static method in class org.opends.server.util.CollectionUtils
Creates a new LinkedList with the provided elements.
newList(List<String>, String...) - Method in class org.forgerock.json.schema.validator.validators.Validator
Returns a new List with the additional elements appended at the end.
newLocalProxyProtocolHeader(int) - Static method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns a new proxy protocol header with a local command.
newMacService() - Method in class org.opends.server.crypto.CryptoManager
Generates a new MAC service with the default algorithm and key length.
newMacService(Entry) - Method in class org.opends.server.crypto.CryptoManager
Generates a new MAC service from the provided information in the LDAP Entry.
newManagementContext(Connection, LdapProfile) - Static method in class org.forgerock.opendj.config.client.ldap.LdapManagementContext
Creates a new LDAP management context using the provided LDAP connection and default schema.
newMeter(Meter.Id, Meter.Type, Iterable<Measurement>) - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry
Build a new custom meter to be added to the registry.
newMeter(Meter.Id, Meter.Type, Iterable<Measurement>) - Method in class org.forgerock.monitoring.dropwizard.DropwizardMeterRegistry
 
newMeterRegistryHolder(MeterRegistry) - Method in class org.opends.server.api.EntryCache
Creates a MeterRegistryHolder with the appropriate name prefixes and tags.
newMeterRegistryHolder(MeterRegistry) - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
newMetricRegistryHolder(MeterRegistry, String...) - Method in record class org.opends.server.monitors.LocalBackendMonitor.BaseDnMonitorData
Builds and returns a new meter registry holder using the information held in this object.
newModifyDnRequest(String, String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new modify DN request using the provided distinguished name and new RDN decoded using the default schema.
newModifyDnRequest(Dn, Rdn) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new modify DN request using the provided distinguished name and new RDN.
newModifyRequest(String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new modify request using the provided distinguished name decoded using the default schema.
newModifyRequest(String...) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new modify request using the provided lines of LDIF decoded using the default schema.
newModifyRequest(Dn) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new modify request using the provided distinguished name.
newModifyRequest(Entry, Entry) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new modify request containing a list of modifications which can be used to transform fromEntry into entry toEntry.
newMurmur3ConsistentHashMap() - Static method in class org.forgerock.opendj.ldap.ConsistentHashMap
Creates a new consistent hash map which will hash keys using Murmur3.
newNameAndJsonQueryEqualityMatchingRuleImpl(String, Options) - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Creates a new custom NameAndJson query equality matching rule implementation with provided matching rule name and options.
newNamedLdapClient(LdapClient, String) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new LDAP client which forwards connection requests to the provided client, but whose toString method will always return name.
newNullLdapClient() - Static method in class org.forgerock.opendj.ldap.LdapClients
Returns an LDAP client which always throws ResultCode.CLIENT_SIDE_CONNECT_ERROR, without any error message.
newNullLdapClient(String, LocalizableMessage) - Static method in class org.forgerock.opendj.ldap.LdapClients
Returns an LDAP client which always throws ResultCode.CLIENT_SIDE_CONNECT_ERROR using the provided error message.
newOAuth2ResourceServerFilter(String, Set<String>, AccessTokenResolver, String) - Static method in class org.forgerock.opendj.rest2ldap.authz.Authorization
Creates a new OAuth2 authorization filter configured with provided parameters.
newOffsetControl(boolean, int, int, int, int, ByteString) - Static method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Creates a new virtual list view request control that will identify the target entry by a positional offset within the complete result set.
newOutputStream(String) - Method in interface org.opends.server.backup.BackupStorage
Opens an output stream for writing data to the file with the provided name.
newOutputStream(String) - Method in class org.opends.server.backup.FileSystemBackupStorage
 
newPasswordModifyExtendedRequest() - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new password modify extended request, with no user identity, old password, or new password.
newPasswordModifyExtendedResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new password modify extended result using the provided result code, and no generated password.
newPatchRequest(String, String, PatchOperation...) - Static method in class org.forgerock.json.resource.Requests
Returns a new patch request with the provided resource container path, resource ID, and JSON patch operations.
newPatchRequest(String, PatchOperation...) - Static method in class org.forgerock.json.resource.Requests
Returns a new patch request with the provided resource path and JSON patch operations.
newPatchRequest(ResourcePath, String, PatchOperation...) - Static method in class org.forgerock.json.resource.Requests
Returns a new patch request with the provided resource container path, resource ID, and JSON patch operations.
newPatchRequest(ResourcePath, PatchOperation...) - Static method in class org.forgerock.json.resource.Requests
Returns a new patch request with the provided resource path and JSON patch operations.
newPlainSaslBindRequest(String, char[], String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new Plain SASL bind request as defined in RFC 4616.
newPreSizedLinkedAttribute(AttributeDescription, int) - Static method in class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and expected number of values.
newProcessId(long, long) - Static method in class org.opends.server.types.ProcessId
Reads and decodes the ProcessId from the provided scanner.
newPromise(Supplier<V, E>) - Static method in class org.forgerock.util.promise.Promises
Execute a task and return the result as a Promise.
newProxyAuthorizationFilter(LdapClient) - Static method in class org.forgerock.opendj.rest2ldap.authz.Authorization
Creates a filter injecting an LdapClientContext given the information provided in the SecurityContext.
newProxyAuthzFilter(LdapClient) - Method in class org.forgerock.opendj.rest2ldap.Rest2LdapHttpApplication
Creates a new Filter in charge of injecting LdapClientContext.
newProxyLdapService(Collection<String>, Options, Options) - Static method in class org.forgerock.opendj.ldap.LdapClients
Creates a new LDAP load-balancer able to discover all the replicas in a directory service, load balance across them all, and reconfigure itself according to changes affecting the availability of the replicas.
newProxyProtocolHeader(int, InetSocketAddress, InetSocketAddress) - Static method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns a new proxy protocol header with a proxy command: the connection is relayed on behalf of a client.
newProxyProtocolHeader(int, InetSocketAddress, InetSocketAddress, ProxyProtocolHeader.SslTlv) - Static method in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Returns a new proxy protocol header with a proxy command: the connection is relayed on behalf of a client.
newQueryRequest(String) - Static method in class org.forgerock.json.resource.Requests
Returns a new query request with the provided resource container path.
newQueryRequest(ResourcePath) - Static method in class org.forgerock.json.resource.Requests
Returns a new query request with the provided resource container path.
newQueryResponse() - Static method in class org.forgerock.json.resource.Responses
Creates a new query result with a null paged results cookie and no count of the total number of remaining results.
newQueryResponse(String) - Static method in class org.forgerock.json.resource.Responses
Creates a new query result with the provided paged results cookie and no count.
newQueryResponse(String, CountPolicy, int) - Static method in class org.forgerock.json.resource.Responses
Creates a new query result with the provided paged results cookie and a count of the total number of remaining results according to totalPagedResultsPolicy.
newRandomProcessId() - Static method in class org.opends.server.types.ProcessId
Returns a randomly generated ProcessId.
newReadRequest(String) - Static method in class org.forgerock.json.resource.Requests
Returns a new read request with the provided resource path.
newReadRequest(String, String) - Static method in class org.forgerock.json.resource.Requests
Returns a new read request with the provided resource container path, and resource ID.
newReadRequest(ResourcePath) - Static method in class org.forgerock.json.resource.Requests
Returns a new read request with the provided resource path.
newReadRequest(ResourcePath, String) - Static method in class org.forgerock.json.resource.Requests
Returns a new read request with the provided resource container path, and resource ID.
newRemainingResultsResponse(String, int) - Static method in class org.forgerock.json.resource.Responses
newRemovedReplicasStates() - Static method in class org.opends.server.replication.server.changelog.api.RemovedReplicasStates
Returns a removed replica state where all states are empty.
newReplicationEnvironment(Path, ReplicationServerId, LogCryptoCfg, Clock) - Static method in class org.opends.server.replication.server.changelog.file.ReplicationEnvironment
Creates the replication environment that can modify the file system.
newRequestControlDecoderWithoutValue(Class<C>, String, String, Function<Control, C>) - Static method in class org.forgerock.opendj.ldap.controls.Controls
Creates a new control decoder for request controls which does not expect to find a value for the decoded control.
newRequestControlDecoderWithValue(Class<C>, String, String, BiFunction<Control, DecodeOptions, C, IOException>) - Static method in class org.forgerock.opendj.ldap.controls.Controls
Creates a new control decoder for request controls which expects to find a value for the decoded control.
newRequestHandle() - Static method in class org.forgerock.opendj.ldap.RequestHandle
Creates a new RequestHandle instance.
newRequestHandler(Handler, URI) - Static method in class org.forgerock.json.resource.http.CrestHttp
Creates a new RequestHandler that map back and forth JSON resource objects to CHF objects.
newRequestHandlerFor(String) - Method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Returns a RequestHandler which will handle requests to the named resource and any of its sub-resources.
newRequestMessage(int, Request) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage containing a Request.
newResourceApiVersionBehaviourManager() - Static method in class org.forgerock.json.resource.RouteMatchers
Creates a new ResourceApiVersionBehaviourManager which is responsibly for managing whether warning headers are returned and the default version behaviour when the Accept-API-Version header is not present on the request.
newResourceException(int) - Static method in exception org.forgerock.json.resource.ResourceException
Returns an exception with the specified HTTP error code, but no detail message or cause, and a default reason phrase.
newResourceException(int, String) - Static method in exception org.forgerock.json.resource.ResourceException
Returns an exception with the specified HTTP error code and detail message, but no cause, and a default reason phrase.
newResourceException(int, String, Throwable) - Static method in exception org.forgerock.json.resource.ResourceException
Returns an exception with the specified HTTP error code, detail message, and cause, and a default reason phrase.
newResourceResponse(String, String, JsonValue) - Static method in class org.forgerock.json.resource.Responses
Returns a new Resource response with the provided Resource as content.
newResponseControlDecoderWithValue(Class<C>, String, String, BiFunction<Control, DecodeOptions, C, IOException>) - Static method in class org.forgerock.opendj.ldap.controls.Controls
Creates a new control decoder for response controls which expects to find a value for the decoded control.
newResponseMessage(int, BindResult) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage containing a BindResult.
newResponseMessage(int, CompareResult) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage containing a CompareResult.
newResponseMessage(int, ExtendedResult) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage containing a ExtendedResult.
newResponseMessage(int, IntermediateResponse) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage containing a IntermediateResponse.
newResponseMessage(int, Request, Response) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage containing a Response.
newResponseMessage(int, SearchResultEntry) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage containing a SearchResultEntry.
newResponseMessage(int, SearchResultReference) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage containing a SearchResultReference.
newResponseMessage(Response) - Method in class org.forgerock.opendj.ldap.messages.LdapMessage
Returns a new LdapMessage containing the provided Response.
newResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new result using the provided result code.
newResultPromise(V) - Static method in class org.forgerock.util.promise.Promises
Returns a Promise representing an asynchronous task which has already succeeded with the provided result.
newRsClientSession(ServerContext, Socket, Host, int, ReplSessionSecurity) - Static method in interface org.opends.server.replication.protocol.Session
Creates a new RS Session in the client role.
newRsServerSession(ServerContext, Socket, int, ReplSessionSecurity) - Static method in interface org.opends.server.replication.protocol.Session
Creates a new RS Session in the server role.
newRuntimeExceptionPromise(RuntimeException) - Static method in class org.forgerock.util.promise.Promises
Returns a Promise representing an asynchronous task which has already failed with the provided runtime exception.
NEWS - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
Network news subsystem.
newSaslBindRequest(SaslClient) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new SASL bind request configured to use the provided SaslClient.
newSaslPlainStrategy(LdapClient, Schema, String) - Static method in class org.forgerock.opendj.rest2ldap.authz.AuthenticationStrategies
Creates an AuthenticationStrategy performing authentication against an LDAP server using a plain SASL bind request.
newSaslScramStrategy(LdapClient, ScramMechanism, Schema, String) - Static method in class org.forgerock.opendj.rest2ldap.authz.AuthenticationStrategies
Creates an AuthenticationStrategy performing authentication against an LDAP server using a SCRAM SASL bind request.
newScramCredential(ByteString) - Method in class org.forgerock.opendj.security.ScramMechanism
Generates a new SCRAM credential suitable for storage in the server, using an iteration count of 10000.
newScramCredential(ByteString, int) - Method in class org.forgerock.opendj.security.ScramMechanism
Generates a new SCRAM credential suitable for storage in the server.
newScramSaslBindRequest(ScramMechanism, String, char[], String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new SCRAM SASL bind request as defined in RFC 5802.
newScramSaslClient(String, CallbackHandler) - Method in class org.forgerock.opendj.security.ScramMechanism
Returns a new SaslClient for this SCRAM mechanism.
newScramSaslServer(CallbackHandler) - Method in class org.forgerock.opendj.security.ScramMechanism
Returns a new SaslServer for this SCRAM mechanism.
newScramSaslServer(CallbackHandler, ByteString) - Method in class org.forgerock.opendj.security.ScramMechanism
Returns a new SaslServer for this SCRAM mechanism.
newSearchRequest(String, SearchScope) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new search request using the provided distinguished name and scope.
newSearchRequest(String, SearchScope, String, String...) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new search request using the provided distinguished name, scope, and filter, decoded using the default schema.
newSearchRequest(Dn, SearchScope) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new search request using the provided distinguished name and scope.
newSearchRequest(Dn, SearchScope, Filter, String...) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new search request using the provided distinguished name, scope, and filter.
newSearchResultDoneMessage(int, Result) - Static method in class org.forgerock.opendj.ldap.messages.LdapMessage
Builds and returns an LdapMessage for a search result done operation type.
newSearchResultEntry(String) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new search result entry using the provided distinguished name decoded using the default schema.
newSearchResultEntry(String...) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new search result entry using the provided lines of LDIF decoded using the default schema.
newSearchResultEntry(Dn) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new search result entry using the provided distinguished name.
newSearchResultEntry(Entry) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new search result entry backed by the provided entry.
newSearchResultReference(String) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new search result reference using the provided continuation reference URI.
newSearchResultReference(List<String>) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new search result reference using the provided continuation reference URIs.
newSearchThenBindStrategy(LdapClient, LdapClient, Dn, SearchScope, String) - Static method in class org.forgerock.opendj.rest2ldap.authz.AuthenticationStrategies
Creates an AuthenticationStrategy performing authentication against an LDAP server by first performing a lookup of the entry to bind with.
newSecretsProvider(Clock, SecretStore<? super T>, Purpose<? extends T>...) - Static method in class org.forgerock.opendj.rest2ldap.authz.JwtFactories
newServerSslEngine(SslOptions) - Static method in class org.forgerock.opendj.security.SslOptions
Creates a new SSLEngine configured to be used by a server application.
newSetup() - Static method in class org.forgerock.opendj.setup.model.Setup
Creates a new Setup object to start adding setup parameters.
newSetupProfile(String, Path) - Static method in class org.forgerock.opendj.setup.model.Profile
Creates and returns a new setup profile associated to the provided parameters.
newSignedJwtFactory(JwtFactories.JwtSecretsProvider, JwsAlgorithm, Duration) - Static method in class org.forgerock.opendj.rest2ldap.authz.JwtFactories
Returns a new SignedJwtFactory.
newSimpleBindRequest(String, byte[]) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new simple bind request having the provided name and password suitable for name/password authentication.
newSimpleBindRequest(String, char[]) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new simple bind request having the provided name and password suitable for name/password authentication.
newSimpleBindRequest(String, String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new simple bind request having the provided name and password suitable for name/password authentication.
newSimpleBindRequest(Dn, byte[]) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new simple bind request having the provided name and password suitable for name/password authentication.
newSimpleBindRequest(Dn, char[]) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new simple bind request having the provided name and password suitable for name/password authentication.
newSimpleBindRequest(Dn, String) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new simple bind request having the provided name and password suitable for name/password authentication.
newSimpleBindStrategy(LdapClient, String, Schema) - Static method in class org.forgerock.opendj.rest2ldap.authz.AuthenticationStrategies
Creates an AuthenticationStrategy performing simple BIND authentication against an LDAP server.
newSimpleBindStrategy(LdapClient, Function<String, Dn>) - Static method in class org.forgerock.opendj.rest2ldap.authz.AuthenticationStrategies
Creates an AuthenticationStrategy performing simple BIND authentication against an LDAP server.
newSingleEntrySearchRequest(String, SearchScope, String, String...) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new search request for a single entry, using the provided distinguished name, scope, and filter, decoded using the default schema.
newSingleEntrySearchRequest(Dn, SearchScope, Filter, String...) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new search request for a single entry, using the provided distinguished name, scope, and filter.
newSingleton(Object) - Static method in class org.forgerock.json.resource.Resources
Deprecated.
newSslOptions(KeyManager[], TrustManager[]) - Static method in class org.forgerock.opendj.security.SslOptions
Creates a new SslOptions for the provided key managers and trust managers.
newSslOptions(KeyManager, TrustManager) - Static method in class org.forgerock.opendj.security.SslOptions
Creates a new SslOptions for the provided key manager and trust manager.
newStartTlsExtendedRequest(SslOptions) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new start TLS extended request which will use the provided SSL context.
newStartTlsExtendedResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new start TLS extended result which will use the provided SSL context.
newTempLogFile(String) - Static method in class org.forgerock.opendj.setup.model.TempLogFile
Creates a new temporary log file.
newThreadFactory(ThreadGroup, String, boolean) - Static method in class org.forgerock.util.Threads
Creates a new thread factory which will create threads using the specified thread group, naming template, and daemon status.
newThreadFactory(ThreadGroup, String, boolean) - Static method in class org.forgerock.util.Utils
newTimeGauge(Meter.Id, T, TimeUnit, ToDoubleFunction<T>) - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry
Build a new time gauge to be added to the registry.
newTimer(Meter.Id, HistogramConfig, PauseDetector) - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry
Build a new timer to be added to the registry.
newTimer(Meter.Id, HistogramConfig, PauseDetector) - Method in class org.forgerock.monitoring.dropwizard.DropwizardMeterRegistry
 
newTokenIntrospectionAccessTokenResolver(Handler, URI) - Static method in class org.forgerock.opendj.rest2ldap.authz.Authorization
Creates a new RFC 7662 compliant AccessTokenResolver.
newTreeSet(E...) - Static method in class org.opends.server.util.CollectionUtils
Creates a new TreeSet with the provided elements.
newUnbindRequest() - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new unbind request.
newUnknownProcessId() - Static method in class org.opends.server.types.ProcessId
Returns a new unknown process ID.
newUnknownRequest(byte, ByteString) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new unknown request backed by the provided bytes.
newUnsafeManagementContext(Connection, LdapProfile) - Static method in class org.forgerock.opendj.config.client.ldap.LdapManagementContext
Creates a new LDAP management context using the provided connection and profile.
newUpdateRecord(Dn, UpdateMsg) - Static method in record class org.opends.server.replication.server.changelog.api.UpdateRecord
Creates a new update record with the provided base DN and message.
newUpdateRequest(String, String, JsonValue) - Static method in class org.forgerock.json.resource.Requests
Returns a new update request with the provided resource container path, resource ID, and new JSON content.
newUpdateRequest(String, JsonValue) - Static method in class org.forgerock.json.resource.Requests
Returns a new update request with the provided resource path and new JSON content.
newUpdateRequest(CreateRequest) - Static method in class org.forgerock.json.resource.Requests
Returns a new update request built based on the provided create request.
newUpdateRequest(ResourcePath, String, JsonValue) - Static method in class org.forgerock.json.resource.Requests
Returns a new update request with the provided resource container path, resource ID, and new JSON content.
newUpdateRequest(ResourcePath, JsonValue) - Static method in class org.forgerock.json.resource.Requests
Returns a new update request with the provided resource path and new JSON content.
newValue(T) - Static method in class org.forgerock.opendj.config.ValueOrExpression
Creates a value.
newValueOrNull(T) - Static method in class org.forgerock.opendj.config.ValueOrExpression
Creates a new ValueOrExpression that wraps the provided value if the value is not null.
newVirtualThreadPerTaskExecutor() - Static method in class org.opends.server.util.Platform
Creates a new ExecutorService which will run tasks on virtual threads.
newVoidResultPromise() - Static method in class org.forgerock.util.promise.Promises
Returns a Promise representing an asynchronous task which has already succeeded without result.
newWhoAmIExtendedRequest() - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new Who Am I extended request.
newWhoAmIExtendedResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates a new who am I extended result with the provided result code and no authorization ID.
next() - Method in class org.forgerock.opendj.server.core.ResponseStream
Returns the next response, waiting if necessary until one becomes available, or returns null if no more responses are expected.
next() - Method in class org.opends.server.backends.pluggable.spi.EmptyCursor
 
next() - Method in interface org.opends.server.backends.pluggable.spi.SequentialCursor
Moves this cursor to the next record in the tree.
next() - Method in class org.opends.server.backup.BackupManager.FixedBackendIterator
 
next() - Method in interface org.opends.server.replication.server.changelog.api.DBCursor
Skip to the next record of the database.
next() - Method in class org.opends.server.replication.server.changelog.file.DomainDBCursor
 
next() - Method in class org.opends.server.replication.server.changelog.file.ECLMultiDomainDBCursor
 
nextBigInteger() - Method in class org.forgerock.opendj.ldap.GserParser
Returns the next element as a BigInteger.
nextBoolean() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Reads the next boolean.
nextByte() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Reads the next byte.
nextByteArray(int) - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Return a new byte array containing the requested number of bytes.
nextChoiceValueIdentifier() - Method in class org.forgerock.opendj.ldap.GserParser
Return the identifier of the next IdentifiedChoiceValue element.
nextCsn() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Reads the next CSN.
nextCsnUtf8() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Reads the next CSN that was encoded as a UTF8 string.
nextDn() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Reads the next DN.
nextGroupId() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Reads the next group id.
nextInt() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Reads the next int.
nextInteger() - Method in class org.forgerock.opendj.ldap.GserParser
Returns the next element as an Integer.
nextIntUtf8() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Reads the next int that was encoded as a UTF8 string.
nextLong() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Reads the next long.
nextLongUtf8() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Reads the next long that was encoded as a UTF8 string.
nextNamedValueIdentifier() - Method in class org.forgerock.opendj.ldap.GserParser
Returns the identifier of the next NamedValue element.
nextRdn() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Reads the next RDN.
nextReader() - Method in class org.opends.server.types.LDIFImportConfig
Retrieves the next reader that should be used to read the following LDIF data.
nextReplicaId() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Reads the next replica id.
nextReplicationServerId() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Reads the next replication server id.
nextServerId() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Reads the next replication server id or replica id.
nextServerStateMustComeLast() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Reads the next ServerState.
nextShort() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Reads the next short.
nextString() - Method in class org.forgerock.opendj.ldap.GserParser
Returns the next element as a String.
nextString() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Reads the next UTF8-encoded string.
nextStrings(T) - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Reads the next UTF8-encoded strings in the provided collection.
nextUUID() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Reads the next UUID.
NO_ALLOW_ACIS - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumEvalReason
There are aren't any allow ACIs.
NO_ATTRIBUTES - Static variable in class org.opends.server.schema.SchemaConstants
RFC 2251, Section 4.5.1: 'If the client does not want any attributes returned, it can specify a list containing only the attribute with OID "1.1".
NO_CACHE - Enum constant in enum class org.opends.server.backends.pluggable.spi.ReadableTransaction.ReadOption
Hint that indicates that the operation should not perturb the Storage's cache, for example, when scanning over all records in a database.
NO_COUNT - Static variable in interface org.forgerock.json.resource.QueryResponse
The value provided when no count is known or can reasonably be supplied.
NO_FILTERING - Enum constant in enum class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn.FilteringPolicy
No filtering will be performed, and all records will be logged.
NO_GENERATION_ID - Static variable in record class org.opends.server.replication.common.GenerationId
To be used when the generation id is not set.
NO_MATCHED_ALLOWS_ACIS - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumEvalReason
None of the allow and deny ACIs evaluated to true.
NO_MAX_FILE_SIZE - Static variable in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
The file size value to use when no maximum is set.
NO_OP - Static variable in interface org.forgerock.opendj.ldap.ConnectionPoolEventListener
An event listener implementation which ignores all events.
NO_OP - Static variable in interface org.forgerock.opendj.ldap.LoadBalancerEventListener
An event listener implementation which ignores all events.
NO_OPERATION - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
NO_OPERATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that should be used if the server did not actually complete processing on the associated operation because the request included the LDAP No-Op control.
NO_REASON - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumEvalReason
No specific reason could be determined.
NO_REPLACE - Enum constant in enum class org.forgerock.opendj.ldap.Entries.ReplaceStrategy
Requests that the generated changes should use the combination of DELETE then ADD.
NO_SUCH_ATTRIBUTE - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
NO_SUCH_ATTRIBUTE - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it targeted an attribute or attribute value that did not exist in the specified entry.
NO_SUCH_OBJECT - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
NO_SUCH_OBJECT - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it referenced an entry that does not exist.
NO_SUCH_OPERATION - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
NO_SUCH_OPERATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a cancel request was unsuccessful because the targeted operation did not exist or had already completed.
NO_TYPE_INFORMATION - Enum constant in enum class org.forgerock.opendj.config.DefinitionDecodingException.Reason
The managed object could be found but did not contain any type information (eg missing object classes in LDAP).
NON_LOCAL - Static variable in class org.opends.server.core.BackendConfigManager
A naming suffix corresponding to a non-local backend.
NON_PERSISTENT - Enum constant in enum class org.forgerock.audit.handlers.jms.DeliveryModeConfig
A non-persistent delivery mode.
NON_REPUDIATION - Enum constant in enum class org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Verify digital signatures other than signatures on certificates and certificate revocation lists, used to provide a non-repudiation service that protects against the signing entity falsely denying some action.
NONE - Enum constant in enum class org.forgerock.json.resource.CountPolicy
There should be no count returned.
NONE - Enum constant in enum class org.forgerock.opendj.config.AdministratorAction.Type
Used when modifications to a property take effect immediately, and no additional administrator action is required.
NONE - Enum constant in enum class org.forgerock.opendj.ldap.ConnectionSecurity
LDAP client connection use no security.
NONE - Enum constant in enum class org.forgerock.opendj.server.config.meta.DigestMd5SaslMechanismHandlerCfgDefn.QualityOfProtection
QOP equals authentication only.
NONE - Enum constant in enum class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn.DefaultSeverity
No messages of any severity are logged by default.
NONE - Enum constant in enum class org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection
QOP equals authentication only.
NONE - Enum constant in enum class org.opends.messages.Severity
The severity used for logging no messages.
NONE - Static variable in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig
 
NONE - Static variable in interface org.forgerock.opendj.security.KeyStoreObjectCache
A cache implementation that does not cache anything.
NonExpiringCache<K,V> - Class in org.forgerock.util
Allows the Caching of an object.
NonExpiringCache() - Constructor for class org.forgerock.util.NonExpiringCache
 
NOOP_ROLLOVER_LIFECYCLE_HOOK - Static variable in class org.forgerock.audit.events.handlers.writers.RotatableWriter
A RolloverLifecycleHook that does nothing.
NoOpAuditEventHandler - Class in org.forgerock.audit.events.handlers
An event handler that does nothing.
NoOpAuditEventHandler() - Constructor for class org.forgerock.audit.events.handlers.NoOpAuditEventHandler
Default constructor.
NoOpRotatationHooks() - Constructor for class org.forgerock.audit.rotation.RotationHooks.NoOpRotatationHooks
 
NORMAL - Enum constant in enum class org.opends.server.replication.common.ServerStatus
DS in normal status.
normalizeAttributeValue(ByteString) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the normalized form of the provided attribute value, which is best suited for efficiently performing matching operations on that value.
normalizeAttributeValue(Schema, ByteString) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Retrieves the normalized form of the provided attribute value, which is best suited for efficiently performing matching operations on that value.
normalizeAttributeValue(Schema, ByteString) - Method in class org.opends.server.replication.plugin.HistoricalCsnOrderingMatchingRuleImpl
 
normalizeAttributeValue(Schema, ByteString) - Method in class org.opends.server.replication.plugin.HistoricalCsnRangeMatchingRuleImpl
 
NORMALIZED_FIELD - Static variable in class org.forgerock.audit.util.ElasticsearchUtil
JSON field-name of metadata to assist in de-normalization.
normalizedName() - Method in class org.opends.server.replication.common.ReplicaId
 
normalizedName() - Method in class org.opends.server.replication.common.ReplicationServerId
 
normalizedName() - Method in interface org.opends.server.replication.common.ServerId
Returns the normalized name of this serverId.
normalizeJson(JsonValue) - Static method in class org.forgerock.audit.util.ElasticsearchUtil
normalizeJsonPointer(JsonPointer) - Static method in class org.forgerock.audit.util.ElasticsearchUtil
Replaces periods in JsonPointer keys with underscore.
normalizeValue(ValueOrExpression<T>) - Method in class org.forgerock.opendj.config.PropertyDefinition
Get a normalized string representation of a property value.
normalizeValue(Attribute, ByteString) - Static method in class org.forgerock.opendj.ldap.AbstractAttribute
Returns the normalized form of value normalized using attribute's equality matching rule.
NORMALIZING_OBJECT_MAPPER - Static variable in class org.forgerock.audit.util.ElasticsearchUtil
Jackson ObjectMapper for producing normalized JSON.
NoSuchSecretException - Exception in org.forgerock.secrets
Indicates that no secret was configured for the given purpose, or the named secret is not available.
NoSuchSecretException(String) - Constructor for exception org.forgerock.secrets.NoSuchSecretException
Constructs the exception for the given secret stable id.
NoSuchSecretException(String, Throwable) - Constructor for exception org.forgerock.secrets.NoSuchSecretException
Constructs a new exception with the specified detail message and cause.
NoSuchSecretException(Purpose<?>) - Constructor for exception org.forgerock.secrets.NoSuchSecretException
Constructs the exception for the given purpose.
NoSuchSecretException(Purpose<?>, String) - Constructor for exception org.forgerock.secrets.NoSuchSecretException
Constructs the exception for the given purpose and secret stable id.
not() - Method in enum class org.forgerock.opendj.ldap.ConditionResult
Returns the logical NOT of this condition result, which is TRUE if this condition result is FALSE, TRUE if it is FALSE, and UNDEFINED otherwise.
not(FilterCondition) - Static method in class org.forgerock.json.resource.Filters
Returns a FilterCondition which will match requests which do not match the provided condition.
not(Condition) - Static method in class org.forgerock.opendj.config.conditions.Conditions
Creates a condition which evaluates to true if the sub-condition is false, or false if the sub-condition is true.
not(ConditionResult) - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
Returns the logical NOT of the provided condition result, which is TRUE if the provided condition result is FALSE, TRUE if it is FALSE, and UNDEFINED otherwise.
not(Filter) - Static method in class org.forgerock.opendj.ldap.Filter
Creates an optimized new not filter using the provided sub-filter.
not(Filter, boolean) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new not filter using the provided sub-filter.
not(QueryFilter<FF>) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new not filter using the provided sub-filter.
NOT - Enum constant in enum class org.forgerock.opendj.ldap.Filter.FilterType
The filter type for NOT filters.
NOT - Enum constant in enum class org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for NOT filters.
NOT - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "or" operator.
NOT_A_PASSWORD - Enum constant in enum class org.opends.server.util.SchemaUtils.PasswordType
Not a password.
NOT_ALLOWED_ON_NONLEAF - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
NOT_ALLOWED_ON_NONLEAF - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation is not allowed for non-leaf entries.
NOT_ALLOWED_ON_RDN - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
NOT_ALLOWED_ON_RDN - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation is not allowed on an RDN attribute.
NOT_CONNECTED - Enum constant in enum class org.opends.server.replication.common.ServerStatus
Not connected status: special status used as initial status of the state machine in the DS context only as already connected while state machine considered in RS context.
NOT_EQUALITY - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumTargetOperator
This enumeration is returned when the target operator is "!=".
NOT_FOUND - Static variable in exception org.forgerock.json.resource.ResourceException
Indicates that the resource could not be found.
NOT_PRESENT - Static variable in class org.forgerock.json.resource.AdviceWarning
100 Indicates that there is data missing from the request.
NOT_SUPPORTED - Static variable in exception org.forgerock.json.resource.ResourceException
Indicates that the resource does not implement/support the feature to fulfill the request HTTP status: 501 Not Implemented.
notAlive(List<LocalizableMessage>) - Static method in record class org.opends.server.monitors.HealthStatus
Returns a NOT_ALIVE HealthStatus.
notAlive(LocalizableMessage) - Static method in record class org.opends.server.monitors.HealthStatus
Returns a NOT_ALIVE HealthStatus.
NotCondition - Class in org.forgerock.opendj.config.conditions
A condition which evaluates to true if the sub-condition is false, or false if the sub-condition is true.
note(LocalizableMessage) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at NOTICE level.
note(LocalizableMessageDescriptor.Arg0) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at NOTICE level.
note(LocalizableMessageDescriptor.Arg1<T1>, T1) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at NOTICE level.
note(LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at NOTICE level.
note(LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at NOTICE level.
note(LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at NOTICE level.
note(LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at NOTICE level.
note(LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at NOTICE level.
note(LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at NOTICE level.
note(LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at NOTICE level.
note(LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at NOTICE level.
note(LocalizableMessageDescriptor.ArgN, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a message at NOTICE level.
NOTE_ACI_SYNTAX_DUBIOUS_AUTHMETHOD_SASL_MECHANISM - Static variable in class org.opends.messages.ServerMessages
The SASL mechanism "%s" provided in the Access Control Instruction (ACI) bind rule authmethod expression is not one of the currently registered mechanisms in the server
NOTE_AVAILABLE_PROCESSORS - Static variable in class org.opends.messages.ServerMessages
Available Processors: %d
NOTE_AVOID_YOYO_EFFECT - Static variable in class org.opends.messages.ServerMessages
DS(%s) stayed connected to RS(%s) to avoid the yoyo effect
NOTE_BACKEND_OFFLINE - Static variable in class org.opends.messages.ServerMessages
The backend %s is now taken offline
NOTE_BACKEND_STARTED - Static variable in class org.opends.messages.ServerMessages
The database backend %s containing %d entries has started
NOTE_BAD_DATA_IN_FULL_UPDATE - Static variable in class org.opends.messages.ServerMessages
Ignoring reset generation ID request from '%s' to '%s' for replica '%s' because the replica is being re-initialized
NOTE_BEST_RS - Static variable in class org.opends.messages.ServerMessages
RS(%s) has been evaluated to be the best replication server for DS(%s) to connect to because it was the only one standing after all tests
NOTE_BIGGEST_WEIGHT_RS - Static variable in class org.opends.messages.ServerMessages
DS(%s) will connect to RS(%s) because it has the biggest weight among all the replication servers
NOTE_BUILD_ID - Static variable in class org.opends.messages.ServerMessages
Build ID: %s
NOTE_CONFIG_AUTHZ_ENABLED - Static variable in class org.opends.messages.ServerMessages
Access control has been enabled and will use the %s implementation
NOTE_CONFIG_BACKEND_ACTION_REQUIRED_TO_CHANGE_CLASS - Static variable in class org.opends.messages.ServerMessages
The requested change to configuration entry %s would cause the class for the associated backend to change from %s to %s. This change will not take effect until the backend is disabled and re-enabled, or until the Directory Server is restarted
NOTE_CONFIG_DB_DIR_REQUIRES_RESTART - Static variable in class org.opends.messages.ServerMessages
The change to the DB directory will not take effect until the backend is restarted. The DB files from the previous directory %s must be moved to the new directory %s after shutting down the backend to retain the existing data
NOTE_CONFIG_FILE_USING_STARTOK_FILE - Static variable in class org.opends.messages.ServerMessages
The Directory Server is starting using the last known good configuration file %s rather than the active configuration file %s
NOTE_CONFIG_INDEX_CONFIDENTIALITY_REQUIRES_REBUILD - Static variable in class org.opends.messages.ServerMessages
Changing confidentiality for index '%s' requires the index to be rebuilt before it can be used again
NOTE_CONFIG_INDEX_ENTRY_LIMIT_REQUIRES_REBUILD - Static variable in class org.opends.messages.ServerMessages
Some index keys have already exceeded the previous index entry limit in index %s. This index must be rebuilt before it can use the new limit
NOTE_CONNHANDLER_STARTED_LISTENING - Static variable in class org.opends.messages.ServerMessages
Started listening for new connections on %s
NOTE_CONNHANDLER_STOPPED_LISTENING - Static variable in class org.opends.messages.ServerMessages
Stopped listening for new connections on %s
NOTE_CURRENT_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
Current Directory: %s
NOTE_DIGEST_MD5_SERVER_FQDN - Static variable in class org.opends.messages.ServerMessages
DIGEST-MD5 SASL mechanism using a server fully qualified domain name of: %s
NOTE_DIRECTORY_SERVER_CHANGED_STATUS - Static variable in class org.opends.messages.ServerMessages
Directory server DS(%s) for domain "%s" has changed its status to %s
NOTE_DIRECTORY_SERVER_LEAVING_LOCKDOWN_MODE - Static variable in class org.opends.messages.ServerMessages
The Directory Server is leaving lockdown mode and will resume normal operation
NOTE_DIRECTORY_SERVER_STARTED - Static variable in class org.opends.messages.ServerMessages
The Directory Server has started successfully
NOTE_DIRECTORY_SERVER_STARTING - Static variable in class org.opends.messages.ServerMessages
%s (build %s, revision number %s) starting up
NOTE_DISCONNECT_DS_FROM_OVERLOADED_RS - Static variable in class org.opends.messages.ServerMessages
DS(%s) disconnected from overloaded RS(%s)
NOTE_DISK_SPACE_RESTORED - Static variable in class org.opends.messages.ServerMessages
The free space (%s) on the disk containing directory "%s" is now above the low threshold for the following subsystems: %s
NOTE_DO_NOT_DISCONNECT_DS_FROM_ACCEPTABLE_LOAD_RS - Static variable in class org.opends.messages.ServerMessages
DS(%s) not disconnected from current RS(%s), because RS is underloaded or its load goal is reached
NOTE_DO_NOT_DISCONNECT_DS_FROM_OVERLOADED_RS - Static variable in class org.opends.messages.ServerMessages
DS(%s) not disconnected from overloaded RS(%s), other DSs will disconnect
NOTE_DS_NOTIFIED_STATE_IS_BAD_DATA_GEN_ID - Static variable in class org.opends.messages.ServerMessages
This replica `%s` has received a notification from its replication server `%s` to stop processing updates for domain `%s` as part of a disaster recovery procedure. This replica must be reinitialized as part of the recovery procedure
NOTE_ERR_CANNOT_CHANGE_CONFIG_DURING_TOTAL_UPDATE - Static variable in class org.opends.messages.ServerMessages
Cannot change the configuration while a total update is in progress
NOTE_ERR_FRACTIONAL - Static variable in class org.opends.messages.ServerMessages
Fractional replication : exception for domain : %s : %s
NOTE_ERR_FRACTIONAL_CONFIG_BOTH_MODES - Static variable in class org.opends.messages.ServerMessages
Wrong fractional replication configuration : cannot use both exclusive and inclusive modes
NOTE_ERR_FRACTIONAL_CONFIG_NOT_OPTIONAL_ATTRIBUTE - Static variable in class org.opends.messages.ServerMessages
Wrong fractional replication configuration : attribute %s is not optional in class %s
NOTE_ERR_FRACTIONAL_CONFIG_PROHIBITED_ATTRIBUTE - Static variable in class org.opends.messages.ServerMessages
Wrong fractional replication configuration : prohibited attribute %s usage
NOTE_ERR_FRACTIONAL_CONFIG_UNKNOWN_ATTRIBUTE_TYPE - Static variable in class org.opends.messages.ServerMessages
Wrong fractional replication configuration : could not find attribute type definition for %s in schema
NOTE_ERR_FRACTIONAL_CONFIG_UNKNOWN_OBJECT_CLASS - Static variable in class org.opends.messages.ServerMessages
Wrong fractional replication configuration: could not find object class definition for %s in schema
NOTE_ERR_FRACTIONAL_CONFIG_WRONG_FORMAT - Static variable in class org.opends.messages.ServerMessages
Wrong fractional replication configuration : wrong format : %s (need at least [<className>|*],attributeName)
NOTE_ERR_FRACTIONAL_FORBIDDEN_FULL_UPDATE_FRACTIONAL - Static variable in class org.opends.messages.ServerMessages
The export of domain %s from server %s to all other servers of the topology is forbidden as the source server has some fractional configuration : only fractional servers in a replicated topology does not make sense
NOTE_ERR_FRACTIONAL_FORBIDDEN_OPERATION - Static variable in class org.opends.messages.ServerMessages
The following operation has been forbidden in suffix %s due to inconsistency with the fractional replication configuration : %s
NOTE_ERR_FULL_UPDATE_IMPORT_FRACTIONAL_BAD_REMOTE - Static variable in class org.opends.messages.ServerMessages
The online full update for importing suffix %s data from remote directory server %s has been stopped due to fractional configuration inconsistency between destination and source server : imported data set has not the same fractional configuration
NOTE_ERR_FULL_UPDATE_IMPORT_FRACTIONAL_REMOTE_IS_FRACTIONAL - Static variable in class org.opends.messages.ServerMessages
The online full update for importing suffix %s data from remote directory server %s has been stopped due to fractional configuration inconsistency between destination and source server : imported data set has some fractional configuration but not destination server
NOTE_ERR_LDIF_IMPORT_FRACTIONAL_BAD_DATA_SET - Static variable in class org.opends.messages.ServerMessages
The LDIF import for importing suffix %s data has been stopped due to fractional configuration inconsistency : imported data set has not the same fractional configuration as local server
NOTE_ERR_LDIF_IMPORT_FRACTIONAL_DATA_SET_IS_FRACTIONAL - Static variable in class org.opends.messages.ServerMessages
The LDIF import for importing suffix %s data has been stopped due to fractional configuration inconsistency : imported data set has some fractional configuration but not local server
NOTE_ERR_UNABLE_TO_ENABLE_ECL_VIRTUAL_ATTR - Static variable in class org.opends.messages.ServerMessages
Error when loading a virtual attribute for external change log: Attribute: %s , Error: %s
NOTE_ERRORLOG_ACCTNOTHANDLER_NOTIFICATION - Static variable in class org.opends.messages.ServerMessages
Account-Status-Notification type='%s' userdn='%s' id=%d msg='%s'
NOTE_EXPORT_FINAL_STATUS - Static variable in class org.opends.messages.ServerMessages
Exported %d entries and skipped %d in %d seconds (average rate %.1f/sec)
NOTE_EXPORT_PROGRESS_REPORT - Static variable in class org.opends.messages.ServerMessages
Exported %d records and skipped %d (recent rate %.1f/sec)
NOTE_FRACTIONAL_BAD_DATA_SET_NEED_RESYNC - Static variable in class org.opends.messages.ServerMessages
Warning : domain %s fractional replication configuration is inconsistent with backend data set : need resynchronization or fractional configuration to be changed
NOTE_FREE_MEMORY - Static variable in class org.opends.messages.ServerMessages
Currently Free Memory: %d
NOTE_FULL_UPDATE_ENGAGED_FOR_REMOTE_END - Static variable in class org.opends.messages.ServerMessages
Finished total update: exported domain "%s" from this directory server DS(%s) to remote directory server DS(%s). %s
NOTE_FULL_UPDATE_ENGAGED_FOR_REMOTE_END_ALL - Static variable in class org.opends.messages.ServerMessages
Finished total update: exported domain "%s" from this directory server DS(%s) to all remote directory servers. %s
NOTE_FULL_UPDATE_ENGAGED_FOR_REMOTE_START - Static variable in class org.opends.messages.ServerMessages
Starting total update: exporting %d entries in domain "%s" from this directory server DS(%s) to remote directory server DS(%s)
NOTE_FULL_UPDATE_ENGAGED_FOR_REMOTE_START_ALL - Static variable in class org.opends.messages.ServerMessages
Starting total update: exporting %d entries in domain "%s" from this directory server DS(%s) to all remote directory servers
NOTE_FULL_UPDATE_ENGAGED_FROM_REMOTE_END - Static variable in class org.opends.messages.ServerMessages
Finished total update: imported domain "%s" from remote directory server DS(%s) to this directory server DS(%s). %s
NOTE_FULL_UPDATE_ENGAGED_FROM_REMOTE_START - Static variable in class org.opends.messages.ServerMessages
Starting total update: importing domain "%s" from remote directory server DS(%s) to this directory server DS(%s)
NOTE_IMPORT_CLOSING_DATABASE - Static variable in class org.opends.messages.ServerMessages
Flushing data to disk
NOTE_IMPORT_FINAL_STATUS - Static variable in class org.opends.messages.ServerMessages
Processed %d entries, imported %d, skipped %d and rejected %d in %d seconds (average rate %.1f/sec)
NOTE_IMPORT_LDIF_DB_MEM_BUF_INFO - Static variable in class org.opends.messages.ServerMessages
Setting DB cache size to %d bytes and phase one buffer size to %d bytes
NOTE_IMPORT_LDIF_INDEX_CLOSE - Static variable in class org.opends.messages.ServerMessages
Index %s phase two processing completed
NOTE_IMPORT_LDIF_INDEX_STARTED - Static variable in class org.opends.messages.ServerMessages
Index %s phase two started processing %d buffers in %d batches
NOTE_IMPORT_LDIF_OFFHEAP_MEM_BUF_INFO - Static variable in class org.opends.messages.ServerMessages
Setting DB cache size to %d MB. Using %d mb off-heap memory through %d phase one buffers of %d KB
NOTE_IMPORT_LDIF_PHASE_TWO_REPORT - Static variable in class org.opends.messages.ServerMessages
Index %s %d%% complete: remaining = %d KB, rate = %d KB/s; batch %d/%d
NOTE_IMPORT_LDIF_ROOTCONTAINER_CLOSE - Static variable in class org.opends.messages.ServerMessages
Import LDIF environment close took %d seconds
NOTE_IMPORT_LDIF_TOT_MEM_BUF - Static variable in class org.opends.messages.ServerMessages
The amount of free memory available to the import task is %d bytes. The number of phase one buffers required is %d buffers
NOTE_IMPORT_PHASE_STATS - Static variable in class org.opends.messages.ServerMessages
Total import time was %d seconds. Phase one processing completed in %d seconds, phase two processing completed in %d seconds
NOTE_IMPORT_PROGRESS_REPORT - Static variable in class org.opends.messages.ServerMessages
Processed %d entries, skipped %d and rejected %d (recent rate %.1f/sec)
NOTE_IMPORT_STARTING - Static variable in class org.opends.messages.ServerMessages
%s starting import (build %s, R%s)
NOTE_IMPORT_THREAD_COUNT - Static variable in class org.opends.messages.ServerMessages
Import Thread Count: %d threads
NOTE_INDEX_ADD_REQUIRES_REBUILD - Static variable in class org.opends.messages.ServerMessages
Due to changes in the configuration, index %s is currently operating in a degraded state and must be rebuilt before it can be used
NOTE_INSTALL_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
Installation Directory: %s
NOTE_INSTANCE_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
Instance Directory: %s
NOTE_JAVA_CLASSPATH - Static variable in class org.opends.messages.ServerMessages
Class Path: %s
NOTE_JAVA_HOME - Static variable in class org.opends.messages.ServerMessages
JAVA Home: %s
NOTE_JAVA_VENDOR - Static variable in class org.opends.messages.ServerMessages
JAVA Vendor: %s
NOTE_JAVA_VERSION - Static variable in class org.opends.messages.ServerMessages
JAVA Version: %s
NOTE_JVM_ARCH - Static variable in class org.opends.messages.ServerMessages
JVM Architecture: %s
NOTE_JVM_ARGS - Static variable in class org.opends.messages.ServerMessages
JVM Arguments: %s
NOTE_JVM_HOST - Static variable in class org.opends.messages.ServerMessages
JVM Host: %s, running %s, %d bytes physical memory size, number of processors available %d
NOTE_JVM_HOST_WITH_UNKNOWN_PHYSICAL_MEM - Static variable in class org.opends.messages.ServerMessages
JVM Host: %s, running %s, unknown physical memory size, number of processors available %d
NOTE_JVM_INFO - Static variable in class org.opends.messages.ServerMessages
JVM Information: %s by %s, %s architecture, %d bytes heap size
NOTE_JVM_VENDOR - Static variable in class org.opends.messages.ServerMessages
JVM Vendor: %s
NOTE_JVM_VERSION - Static variable in class org.opends.messages.ServerMessages
JVM Version: %s
NOTE_LOAD_BALANCE_REPLICATION_SERVER - Static variable in class org.opends.messages.ServerMessages
Directory Server DS(%s) is disconnecting from replication server RS(%s) at %s for domain "%s" in order to find another replication server in the topology and distribute load more equally
NOTE_MAX_MEMORY - Static variable in class org.opends.messages.ServerMessages
Max Available Memory: %d
NOTE_NEW_BEST_REPLICATION_SERVER - Static variable in class org.opends.messages.ServerMessages
Directory Server DS(%s) is switching from replication server RS(%s) at %s to RS(%s) for domain "%s" because it is more suitable. The previous replication server evaluation was: "%s", and the new replication server evaluation was: "%s"
NOTE_NO_NEED_TO_REBALANCE_DSS_BETWEEN_RSS - Static variable in class org.opends.messages.ServerMessages
DS(%s) not disconnected from current RS(%s), since there is no need to rebalance all directory servers to other replication servers in the topology
NOTE_NOW_FOUND_SAME_GENERATION_CHANGELOG - Static variable in class org.opends.messages.ServerMessages
Directory server DS(%s) has connected to replication server RS(%s) for domain "%s" at %s with generation ID %s
NOTE_OPERATING_SYSTEM - Static variable in class org.opends.messages.ServerMessages
Operating System: %s
NOTE_PROXY_CONNECTION_OPTIONS_CHANGED - Static variable in class org.opends.messages.ServerMessages
Connection options have changed for the proxy backend '%s'. The existing connections are being closed immediately. New ones are being opened
NOTE_PROXY_CONNECTION_POOL_OPTIONS_CHANGED - Static variable in class org.opends.messages.ServerMessages
Connection pool options have changed for the proxy backend '%s'. The existing connections are being closed and re-opened
NOTE_PROXY_REMOTE_SERVERS_CHANGED - Static variable in class org.opends.messages.ServerMessages
Remote servers changed for the proxy backend '%s'. The proxy was using: primary servers=%s, secondary servers=%s; and it will now be using: primary servers=%s, secondary servers=%s
NOTE_PROXY_SERVICE_DISCOVERY_CHANGED - Static variable in class org.opends.messages.ServerMessages
Service discovery mechanism has changed from '%s' to '%s' for proxy backend '%s'. The existing connections are being closed immediately
NOTE_READER_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
Exception when reading messages from %s: %s
NOTE_READER_IO_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
An I/O error occurred while reading replication messages from %s. The connection will close and replication server (%s) will not process any more updates from it. Reported error is: %s
NOTE_READER_RECEIVED_STOP - Static variable in class org.opends.messages.ServerMessages
%s is disconnecting from this replication server %s
NOTE_REBUILD_ALL_START - Static variable in class org.opends.messages.ServerMessages
Rebuild of all indexes started with %d total entries to process
NOTE_REBUILD_CLEARDEGRADEDSTATE_FINAL_STATUS - Static variable in class org.opends.messages.ServerMessages
Degraded state of index(es) %s has been cleared
NOTE_REBUILD_DEGRADED_START - Static variable in class org.opends.messages.ServerMessages
Rebuild of all degraded indexes started with %d total entries to process
NOTE_REBUILD_FINAL_STATUS - Static variable in class org.opends.messages.ServerMessages
Rebuild complete. Processed %d entries in %d seconds (average rate %.1f/sec)
NOTE_REBUILD_NOTHING_TO_REBUILD - Static variable in class org.opends.messages.ServerMessages
Rebuilding index finished: no indexes to rebuild
NOTE_REBUILD_PROGRESS_REPORT - Static variable in class org.opends.messages.ServerMessages
%.1f%% Completed. Processed %d/%d entries. (recent rate %.1f/sec)
NOTE_REBUILD_START - Static variable in class org.opends.messages.ServerMessages
Rebuild of index(es) %s started with %d total entries to process
NOTE_REFERRAL_RESULT_MESSAGE - Static variable in class org.opends.messages.ServerMessages
A referral entry %s indicates that the operation must be processed at a different server
NOTE_REJECT_OPERATION_IN_LOCKDOWN_MODE - Static variable in class org.opends.messages.ServerMessages
Rejecting the requested operation because the server is in lockdown mode and will only accept requests from root users over loopback connections
NOTE_REPLICATION_SERVER_LISTENING - Static variable in class org.opends.messages.ServerMessages
Replication server RS(%s) started listening for new connections on address %s port %d
NOTE_RESENDING_INIT_FROM_REMOTE_REQUEST - Static variable in class org.opends.messages.ServerMessages
Resending a new initialization request for an initialization from a remote server due to the root error : %s
NOTE_RESET_GENERATION_ID - Static variable in class org.opends.messages.ServerMessages
The generation ID for domain "%s" has been reset to %s
NOTE_RS_HAS_DIFFERENT_GENERATION_ID_THAN_DS - Static variable in class org.opends.messages.ServerMessages
RS(%s) generation Id %s does not match DS(%s) generation Id %s, but at least another RS does
NOTE_RS_HAS_DIFFERENT_GROUP_ID_THAN_DS - Static variable in class org.opends.messages.ServerMessages
RS(%s) groupId '%s' does not match DS(%s) groupId '%s', but at least one other RS does
NOTE_RS_HAS_GROUP_WITH_LOWER_PRIORITY - Static variable in class org.opends.messages.ServerMessages
RS(%s) groupId '%s' has lower priority than groupId '%s' which matched at least one other RS
NOTE_RS_HAS_NO_GENERATION_ID - Static variable in class org.opends.messages.ServerMessages
RS(%s) has no generation Id, but at least one other RS has the same generation Id %s as DS(%s)
NOTE_RS_LATER_THAN_ANOTHER_RS_MORE_UP_TO_DATE_THAN_LOCAL_DS - Static variable in class org.opends.messages.ServerMessages
RS(%s) newest change %s is behind another RS which is ahead of DS(%s) newest change %s
NOTE_RS_LATER_THAN_LOCAL_DS - Static variable in class org.opends.messages.ServerMessages
RS(%s) newest change %s is behind DS(%s) newest change %s, but at least another RS is at the same point or ahead of the DS
NOTE_RS_ON_DIFFERENT_HOST_THAN_DS - Static variable in class org.opends.messages.ServerMessages
RS(%s) is on a different host than DS(%s), but at least another RS is on the same host
NOTE_RS_ON_DIFFERENT_VM_THAN_DS - Static variable in class org.opends.messages.ServerMessages
RS(%s) is not on the same virtual machine as DS(%s) but another RS is
NOTE_SCHEMA_IMPORT_FAILED - Static variable in class org.opends.messages.ServerMessages
A schema element could not be imported: %s, %s
NOTE_SEARCH_CHANGELOG_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ServerMessages
You do not have sufficient privileges to perform a search request on cn=changelog
NOTE_SENT_ALERT_NOTIFICATION - Static variable in class org.opends.messages.ServerMessages
The Directory Server has sent an alert notification generated by class %s (alert type %s, alert ID %s): %s
NOTE_SERVER_SHUTDOWN - Static variable in class org.opends.messages.ServerMessages
The Directory Server has started the shutdown process. The shutdown was initiated by an instance of class %s and the reason provided for the shutdown was %s
NOTE_SERVER_STATE_RECOVERY - Static variable in class org.opends.messages.ServerMessages
ServerState recovery for domain %s, updated with changeNumber %s
NOTE_SERVER_STOPPED - Static variable in class org.opends.messages.ServerMessages
The Directory Server is now stopped
NOTE_SYSTEM_NAME - Static variable in class org.opends.messages.ServerMessages
System Name: %s
NOTE_TASK_FINISHED - Static variable in class org.opends.messages.ServerMessages
%s task %s finished execution in the state %s
NOTE_TASK_STARTED - Static variable in class org.opends.messages.ServerMessages
%s task %s started execution
NOTE_TOTAL_MEMORY - Static variable in class org.opends.messages.ServerMessages
Currently Used Memory: %d
NOTE_UNKNOWN_INSTALL_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
Installation Directory: unknown
NOTE_UNKNOWN_INSTANCE_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
Instance Directory: unknown
NOTE_UNKNOWN_RS - Static variable in class org.opends.messages.ServerMessages
RS(%s) could not be contacted by DS(%s)
NOTE_UNNECESSARY_PRESENCE_INDEX - Static variable in class org.opends.messages.ServerMessages
Both equality and presence index types are defined for attribute '%s'. When no presence index exists, presence search filters are processed using the equality index. Therefore, consider deleting the presence index for attribute '%s'
NOTE_UNRESOLVED_CONFLICT_ADD_EXISTS - Static variable in class org.opends.messages.ServerMessages
An unresolved conflict was detected in CSN %s replaying an ADD of "%s" which already exists (adding as "%s"). Consider reviewing both entries and either merge the contents manually or delete one
NOTE_UNRESOLVED_CONFLICT_ADD_NO_PARENT - Static variable in class org.opends.messages.ServerMessages
An unresolved conflict was detected in CSN %s replaying an ADD of "%s" as the parent entry is missing (adding as "%s"). Consider restoring the parent entry, or deleting the new entry
NOTE_UNRESOLVED_CONFLICT_DELETE_CHILDREN - Static variable in class org.opends.messages.ServerMessages
An unresolved conflict was detected in CSN %s replaying a DELETE of "%s" as child entries exist (renaming child "%s" to "%s"). Consider restoring the parent entry, or deleting the renamed child entries
NOTE_UNRESOLVED_CONFLICT_RENAME_EXISTS - Static variable in class org.opends.messages.ServerMessages
An unresolved conflict was detected in CSN %s replaying a MODIFYDN of "%s" to "%s" which already exists (renaming as "%s"). Consider merging the two entries manually, or deleting one of them
NOTE_UNRESOLVED_CONFLICT_RENAME_NO_PARENT - Static variable in class org.opends.messages.ServerMessages
An unresolved conflict was detected in CSN %s replaying a MODIFYDN of "%s" as the new parent entry "%s" does not exist. Consider restoring the parent entry, or deleting this entry
NOTE_VERIFY_CLEAN_FINAL_STATUS - Static variable in class org.opends.messages.ServerMessages
Checked %d records and found %d error(s) in %d seconds (average rate %.1f/sec)
NOTE_VERIFY_FINAL_STATUS - Static variable in class org.opends.messages.ServerMessages
Checked %d entries and found %d error(s) in %d seconds (average rate %.1f/sec)
NOTE_VERIFY_PROGRESS_REPORT - Static variable in class org.opends.messages.ServerMessages
Processed %d out of %d records and found %d error(s) (recent rate %.1f/sec)
NOTE_VERSION - Static variable in class org.opends.messages.ServerMessages
%s
NotFoundException - Exception in org.forgerock.json.resource
An exception that is thrown when a specified resource cannot be found.
NotFoundException() - Constructor for exception org.forgerock.json.resource.NotFoundException
Constructs a new exception with null as its detail message.
NotFoundException(String) - Constructor for exception org.forgerock.json.resource.NotFoundException
Constructs a new exception with the specified detail message.
NotFoundException(String, Throwable) - Constructor for exception org.forgerock.json.resource.NotFoundException
Constructs a new exception with the specified detail message and cause.
NotFoundException(Throwable) - Constructor for exception org.forgerock.json.resource.NotFoundException
Constructs a new exception with the specified cause.
notHealthy(List<LocalizableMessage>) - Static method in record class org.opends.server.monitors.HealthStatus
Returns a NOT_HEALTHY HealthStatus.
notHealthy(LocalizableMessage) - Static method in record class org.opends.server.monitors.HealthStatus
Returns a NOT_HEALTHY HealthStatus.
NOTICE - Enum constant in enum class org.forgerock.audit.handlers.syslog.Severity
Normal but significant condition.
NOTICE - Enum constant in enum class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn.DefaultSeverity
The error log severity that is used for the most important informational messages (i.e., information that should almost always be logged but is not associated with a warning or error condition).
NOTICE - Enum constant in enum class org.opends.messages.Severity
The severity used for important informational messages.
NOTICE_GLOBAL_ACCESS_CONTROL_ADDED - Static variable in class org.opends.messages.ServerMessages
The global access control policy '%s' has been added
NOTICE_GLOBAL_ACCESS_CONTROL_CHANGED - Static variable in class org.opends.messages.ServerMessages
The global access control policy '%s' has been modified
NOTICE_GLOBAL_ACCESS_CONTROL_DELETED - Static variable in class org.opends.messages.ServerMessages
The global access control policy '%s' has been removed
NOTICE_GLOBAL_ACCESS_CONTROL_INITIALIZED - Static variable in class org.opends.messages.ServerMessages
The global access control engine has been initialized with %d policies
NotificationMessageNotificationMessageTemplateElement - Class in org.opends.server.extensions
This class implements a notification message template element that will generate a value that is the message for the account status notification.
NotificationMessageNotificationMessageTemplateElement() - Constructor for class org.opends.server.extensions.NotificationMessageNotificationMessageTemplateElement
Creates a new notification message notification message template element.
NotificationMessageTemplateElement - Class in org.opends.server.extensions
This class defines the base class for elements that may be used to generate an account status notification message.
NotificationMessageTemplateElement() - Constructor for class org.opends.server.extensions.NotificationMessageTemplateElement
 
notificationProperties() - Method in record class org.opends.server.types.AccountStatusNotification
Returns the value of the notificationProperties record component.
notificationType() - Method in record class org.opends.server.types.AccountStatusNotification
Returns the value of the notificationType record component.
NotificationTypeNotificationMessageTemplateElement - Class in org.opends.server.extensions
This class implements a notification message template element that will generate a value that is the name of the account status notification type.
NotificationTypeNotificationMessageTemplateElement() - Constructor for class org.opends.server.extensions.NotificationTypeNotificationMessageTemplateElement
Creates a new notification type notification message template element.
notifyBackupBeginning(LocalBackend<?>) - Method in class org.opends.server.core.DirectoryServer
Notifies the registered backup task listeners that the server will be beginning a backup task with the provided information.
notifyBackupBeginning(LocalBackend<?>) - Method in interface org.opends.server.core.ServerContext
Notifies the registered backup task listeners that the server will be beginning a backup task with the provided information.
notifyBackupEnded(LocalBackend<?>) - Method in class org.opends.server.core.DirectoryServer
Notifies the registered backup task listeners that the server has completed processing on a backup task with the provided information.
notifyBackupEnded(LocalBackend<?>) - Method in interface org.opends.server.core.ServerContext
Notifies the registered backup task listeners that the server has completed processing on a backup task with the provided information.
notifyChangeNumberEntryAdded(Dn, long, String, LDAPUpdateMsg) - Method in class org.opends.server.backends.ChangelogBackend
Notifies persistent searches of this backend that a new change number entry was added to it.
notifyCookieEntryAdded(Dn, LDAPUpdateMsg) - Method in class org.opends.server.backends.ChangelogBackend
Notifies persistent searches of this backend that a new cookie entry was added to it.
notifyCookieReset(MultiDomainServerState) - Method in class org.opends.server.backends.ChangelogBackend
Notifies persistent searches of this backend the cookie changed to a different one.
notifyEclExcludedDomainsChanged() - Method in interface org.opends.server.replication.server.changelog.api.ChangelogDB
Notifies the change number indexer that the list of excluded domains has changed.
notifyEclExcludedDomainsChanged() - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
notifyExportBeginning(LocalBackend<?>, LDIFExportConfig) - Method in class org.opends.server.core.DirectoryServer
Notifies the registered LDIF export task listeners that the server will be beginning an export task with the provided information.
notifyExportBeginning(LocalBackend<?>, LDIFExportConfig) - Method in interface org.opends.server.core.ServerContext
Notifies the registered LDIF export task listeners that the server will be beginning an export task with the provided information.
notifyExportEnded(LocalBackend<?>, LDIFExportConfig, boolean) - Method in class org.opends.server.core.DirectoryServer
Notifies the registered LDIF export task listeners that the server has completed processing on an export task with the provided information.
notifyExportEnded(LocalBackend<?>, LDIFExportConfig, boolean) - Method in interface org.opends.server.core.ServerContext
Notifies the registered LDIF export task listeners that the server has completed processing on an export task with the provided information.
notifyHeartbeat(Dn, CSN) - Method in class org.opends.server.replication.server.changelog.file.ChangeNumberIndexer
Ensures the medium consistency point is updated by heartbeats.
notifyImportBeginning(LocalBackend<?>, LDIFImportConfig) - Method in class org.opends.server.core.DirectoryServer
Notifies the registered LDIF import task listeners that the server will be beginning an import task with the provided information.
notifyImportBeginning(LocalBackend<?>, LDIFImportConfig) - Method in interface org.opends.server.core.ServerContext
Notifies the registered LDIF import task listeners that the server will be beginning an import task with the provided information.
notifyImportEnded(LocalBackend<?>, LDIFImportConfig, boolean) - Method in class org.opends.server.core.DirectoryServer
Notifies the registered LDIF import task listeners that the server has completed processing on an import task with the provided information.
notifyImportEnded(LocalBackend<?>, LDIFImportConfig, boolean) - Method in interface org.opends.server.core.ServerContext
Notifies the registered LDIF import task listeners that the server has completed processing on an import task with the provided information.
notifyProcessingStarted() - Method in class org.forgerock.opendj.server.core.RequestContext
Signals that this request is no long queuing and is about to be processed.
notifyReplicaOfflineMsgHasBeenForwardedToRS(Dn) - Method in interface org.opends.server.replication.common.ShutdownSynchronizer
Notifies the offline message for the provided domain has been forwarded to a RS.
notifyReplicaOfflineMsgHasBeenForwardedToRS(Dn) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
notifyReplicaOfflineMsgHasBeenSentByDS(Dn) - Method in interface org.opends.server.replication.common.ShutdownSynchronizer
Notifies an offline message has been sent by the DS for the provided domain.
notifyReplicaOfflineMsgHasBeenSentByDS(Dn) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
notifyRequestReceived(CoreConfigManager.EtimeService) - Method in class org.forgerock.opendj.server.core.RequestContext
Sets the time at which this request was received.
notifyResponseSent() - Method in class org.forgerock.opendj.server.core.RequestContext
Signals that this request has completed processing and its response has been sent.
notifyRestoreBeginning(LocalBackend<?>) - Method in class org.opends.server.core.DirectoryServer
Notifies the registered restore task listeners that the server will be beginning a restore task with the provided information.
notifyRestoreBeginning(LocalBackend<?>) - Method in interface org.opends.server.core.ServerContext
Notifies the registered restore task listeners that the server will be beginning a restore task with the provided information.
notifyRestoreEnded(LocalBackend<?>) - Method in class org.opends.server.core.DirectoryServer
Notifies the registered restore task listeners that the server has completed processing on a restore task with the provided information.
notifyRestoreEnded(LocalBackend<?>) - Method in interface org.opends.server.core.ServerContext
Notifies the registered restore task listeners that the server has completed processing on a restore task with the provided information.
notifyUpdateMsg(Dn, UpdateMsg) - Method in class org.opends.server.replication.server.changelog.file.ChangeNumberIndexer
Ensures the medium consistency point is updated by UpdateMsg.
notSupported(Request) - Static method in class org.forgerock.audit.util.ResourceExceptionsUtil
Creates a NotSupportedException.
NotSupportedException - Exception in org.forgerock.json.resource
An exception that is thrown during an operation on a resource when the resource does not implement/support the feature to fulfill the request.
NotSupportedException() - Constructor for exception org.forgerock.json.resource.NotSupportedException
Constructs a new exception with null as its detail message.
NotSupportedException(String) - Constructor for exception org.forgerock.json.resource.NotSupportedException
Constructs a new exception with the specified detail message.
NotSupportedException(String, Throwable) - Constructor for exception org.forgerock.json.resource.NotSupportedException
Constructs a new exception with the specified detail message and cause.
NotSupportedException(Throwable) - Constructor for exception org.forgerock.json.resource.NotSupportedException
Constructs a new exception with the specified cause.
NotSupportedOldVersionPDUException - Exception in org.opends.server.replication.protocol
This exception should be raised by the un-serialization code of a PDU (typically the constructor code with a byte[] parameter), when the detected PDU type (deduced from the first received byte of the message) is a PDU used in an older version of the replication protocol than the current one, and we do not support translation from this old version PDU to his matching PDU in the current protocol version (if it exists).
NotSupportedOldVersionPDUException(String, short, byte) - Constructor for exception org.opends.server.replication.protocol.NotSupportedOldVersionPDUException
Exception constructor.
notSupportedOnCollection(Request) - Static method in class org.forgerock.audit.util.ResourceExceptionsUtil
Creates a NotSupportedException.
notSupportedOnInstance(Request) - Static method in class org.forgerock.audit.util.ResourceExceptionsUtil
Creates a NotSupportedException.
noUserModification(boolean) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Specifies whether this attribute type is "no-user-modification".
now() - Method in class org.forgerock.opendj.ldap.TimeoutScheduler
Returns the current time in milliseconds from the Clock of this TimeoutScheduler.
now() - Method in interface org.opends.server.core.CoreConfigManager.EtimeService
Returns a value that represents "now" since the epoch.
NOW - Static variable in class org.opends.server.tools.tasks.TaskToolHelper
Magic value used to indicate that the user would like to schedule this operation to run immediately as a task as opposed to running the operation in the local VM.
NTP - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
NTP subsystem.
NULL_CRON_EXECUTOR - Static variable in class org.opends.server.util.CronExecutorService
A Null CronExecutor, used during server shutdown.
NULL_FIRST - Enum constant in enum class org.forgerock.json.resource.SortKeyComparator.NullPosition
A JsonValue that wraps a null object is considered less than one that is not.
NULL_LAST - Enum constant in enum class org.forgerock.json.resource.SortKeyComparator.NullPosition
A JsonValue that wraps a null object is considered more than one that is not.
NULL_PARTITION - Static variable in class org.forgerock.opendj.discovery.Partition
A partition implementing the null object pattern.
NULL_PARTITION - Static variable in class org.opends.server.discovery.Partition
A partition implementing the null object pattern.
Nullable - Annotation Interface in org.forgerock.monitoring.api.lang
A common annotation to declare that annotated elements can be null under some circumstance.
NullBackend - Class in org.opends.server.backends
This class implements /dev/null like backend for development and testing.
NullBackend() - Constructor for class org.opends.server.backends.NullBackend
Creates a new backend with the provided information.
NullBackendCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Null Backend settings.
NullBackendCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Null Backend settings.
NullBackendCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Null Backend managed object definition meta information.
nullEntry() - Static method in class org.forgerock.opendj.ldap.Entries
Returns a read-only empty entry having the empty distinguished name.
nullEntry(Dn) - Static method in class org.forgerock.opendj.ldap.Entries
Returns a read-only empty entry having the provided distinguished name.
nullReplicaId() - Static method in class org.opends.server.replication.common.ReplicaId
Returns the special id corresponding to the null replica id.
nullReplicationServerId() - Static method in class org.opends.server.replication.common.ReplicationServerId
Returns the special id corresponding to the null replication server id.
NullRetentionHooks() - Constructor for class org.forgerock.audit.retention.RetentionHooks.NullRetentionHooks
 
NullTypeValidator - Class in org.forgerock.json.schema.validator.validators
null Value MUST be null.
NullTypeValidator(Map<String, Object>, List<String>) - Constructor for class org.forgerock.json.schema.validator.validators.NullTypeValidator
Construct a null type validator.
number(int) - Method in class org.forgerock.opendj.io.Asn1Tag
Returns the single byte representation of this tag having the provided tag number.
NUMBER - Enum constant in enum class org.forgerock.config.util.CoercionFunction
A coercion function that processes a stringified Number into a double.
NUMBER_TYPE - Static variable in class org.forgerock.audit.events.AuditEventHelper
Json number value type.
numberGauge(String, Supplier<V>) - Method in class org.opends.server.api.MeterRegistryHolder
Creates both an object gauge that is never added to the parent meter registry (it only appears in ldap meters), and a gauge returning a double that will be added to the parent meter registry converting the Number to a double by using the Number.doubleValue() function.
numberMultiByte(long) - Method in class org.forgerock.opendj.io.Asn1Tag
Returns the multi-byte representation of this tag having the provided tag number encoded as a long which may then be used for encoding and decoding multi-byte ASN.1 tags.
numberOfFiles() - Method in record class org.opends.server.replication.server.changelog.api.ReplicationDomainDB.ReplicaDbDescription
Returns the value of the numberOfFiles record component.
numberOfReplicaOfflineMessages() - Method in record class org.opends.server.replication.server.changelog.api.ReplicationDomainDB.ReplicaDbFileContent
Returns the value of the numberOfReplicaOfflineMessages record component.
numberOfUpdates() - Method in record class org.opends.server.replication.server.changelog.api.ReplicationDomainDB.ReplicaDbFileContent
Returns the value of the numberOfUpdates record component.
NumberTypeValidator - Class in org.forgerock.json.schema.validator.validators
NumberTypeValidator applies all the constraints of a number type.
NumberTypeValidator(Map<String, Object>, List<String>) - Constructor for class org.forgerock.json.schema.validator.validators.NumberTypeValidator
Construct a number type validator.
numericId() - Method in class org.opends.server.replication.common.ReplicaId
 
numericId() - Method in class org.opends.server.replication.common.ReplicationServerId
 
numericId() - Method in interface org.opends.server.replication.common.ServerId
Returns the numeric value of this serverId, as an int.
numSubordinates(String) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns the number of entries which are immediately subordinate to the named entry, or 0 if the named entry does not exist.
numSubordinates(Dn) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns the number of entries which are immediately subordinate to the named entry, or 0 if the named entry does not exist.
numSubordinates(Dn, boolean) - Method in class org.opends.server.config.ConfigurationHandler
Retrieves the number of subordinates for the requested entry.
NumSubordinatesVirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Num Subordinates Virtual Attribute settings.
NumSubordinatesVirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Num Subordinates Virtual Attribute settings.
NumSubordinatesVirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Num Subordinates Virtual Attribute managed object definition meta information.
NumSubordinatesVirtualAttributeProvider - Class in org.opends.server.extensions
This class implements a virtual attribute provider that is meant to serve the hasSubordinates operational attribute as described in draft-ietf-boreham-numsubordinates.
NumSubordinatesVirtualAttributeProvider() - Constructor for class org.opends.server.extensions.NumSubordinatesVirtualAttributeProvider
 

O

object() - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Returns a property mapper which maps JSON objects to LDAP attributes.
object(int) - Static method in class org.forgerock.json.JsonValue
Produces an empty JSON object pre-allocated for size fields.
object(Map.Entry<String, Object>...) - Static method in class org.forgerock.json.JsonValue
Returns a JSON object comprised of the provided JSON fields.
OBJECT - Enum constant in enum class org.forgerock.config.util.CoercionFunction
A coercion function that processes a stringified json object into a json object.
OBJECT_GUID_ATTR - Static variable in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
The name of the objectGUID attribute as defined in the Active Directory schema.
OBJECT_ID - Static variable in class org.forgerock.audit.events.ConfigAuditEventBuilder
 
OBJECT_MAPPER - Static variable in class org.forgerock.audit.util.ElasticsearchUtil
Jackson ObjectMapper for working with JSON.
OBJECT_TYPE - Static variable in class org.forgerock.audit.events.AuditEventHelper
Json Object value type.
objectClass() - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an attribute description representing the object class attribute type with no options.
objectClass(String) - Method in class org.forgerock.opendj.rest2ldap.Resource
Specifies an LDAP object class which is to be associated with this resource.
ObjectClass - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure for storing and interacting with an objectclass, which contains a collection of attributes that must and/or may be present in an entry with that objectclass.
OBJECTCLASS_ATTRIBUTE_TYPE_NAME - Static variable in class org.opends.server.util.ServerConstants
The name of the attribute type that represents the "objectClass" attribute.
OBJECTCLASS_MODS_PROHIBITED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
OBJECTCLASS_MODS_PROHIBITED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the operation could not be processed because it would have modified the objectclasses associated with an entry in an illegal manner.
OBJECTCLASS_VIOLATION - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
OBJECTCLASS_VIOLATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it would have resulted in an entry that violated the server schema.
ObjectClass.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing object classes.
objectClasses(String...) - Method in class org.forgerock.opendj.rest2ldap.Resource
Specifies LDAP object classes which are to be associated with this resource.
objectClassPresent() - Static method in class org.forgerock.opendj.ldap.Filter
Returns the objectClass presence filter (objectClass=*).
ObjectClassType - Enum Class in org.forgerock.opendj.ldap.schema
This enumeration defines the set of possible objectclass types that may be used, as defined in RFC 2252.
objectId(String) - Method in class org.forgerock.audit.events.ConfigAuditEventBuilder
Sets the provided objectId for the event.
objectIdFromCrestRequest(Request) - Method in class org.forgerock.audit.events.ConfigAuditEventBuilder
Sets objectId method from Request.
ObjectPropertyMapper - Class in org.forgerock.opendj.rest2ldap
An property mapper which maps JSON objects to LDAP attributes.
Objects - Class in org.forgerock.util
Common utility methods for Objects.
ObjectTypeValidator - Class in org.forgerock.json.schema.validator.validators
ObjectTypeValidator applies all the constraints of a object type.
ObjectTypeValidator(Map<String, Object>, List<String>) - Constructor for class org.forgerock.json.schema.validator.validators.ObjectTypeValidator
Default ctor.
ObjectValidator - Class in org.forgerock.json.schema.validator
The ObjectValidator is a sample implementation of how to use the validator.
ObjectValidatorFactory - Class in org.forgerock.json.schema.validator
ObjectValidatorFactory initialises the validator instances for given schemas.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Specifies whether this schema element is obsolete.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Specifies whether this schema element is obsolete.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Specifies whether this schema element is obsolete.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Specifies whether this schema element is obsolete.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Specifies whether this schema element is obsolete.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Specifies whether this schema element is obsolete.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Specifies whether this schema element is obsolete.
obtainReadLock() - Method in class org.forgerock.audit.AuditServiceProxy
Obtain the read lock or block until it becomes available.
obtainWriteLock() - Method in class org.forgerock.audit.AuditServiceProxy
Obtain the write lock or block until it becomes available.
OC_CHANGELOG_ENTRY - Static variable in class org.opends.server.util.ServerConstants
The name of the objectclass that will be used as the structural class for monitor entries.
OC_COLLECTIVE_ATTR_SUBENTRY_BS - Static variable in class org.opends.server.util.ServerConstants
The name of the RFC 3671 "collectiveAttributeSubentry" objectclass (which is a special type of objectclass that makes a kind of shared attributes subentry), formatted in all lowercase.
OC_EXTENSIBLE_OBJECT - Static variable in class org.opends.server.util.ServerConstants
The name of the standard objectclass that is used to allow any attribute type to be present in an entry, formatted in camel case.
OC_GROUP_OF_ENTRIES - Static variable in class org.opends.server.util.ServerConstants
The name of the standard "groupOfEntries" object class, formatted in camelCase.
OC_GROUP_OF_ENTRIES_LC - Static variable in class org.opends.server.util.ServerConstants
The name of the standard "groupOfEntries" object class, formatted in all lowercase characters.
OC_GROUP_OF_NAMES - Static variable in class org.opends.server.util.ServerConstants
The name of the standard "groupOfNames" object class, formatted in camelCase.
OC_GROUP_OF_NAMES_LC - Static variable in class org.opends.server.util.ServerConstants
The name of the standard "groupOfNames" object class, formatted in all lowercase characters.
OC_GROUP_OF_UNIQUE_NAMES - Static variable in class org.opends.server.util.ServerConstants
The name of the standard "groupOfUniqueNames" object class, formatted in camelCase.
OC_GROUP_OF_UNIQUE_NAMES_LC - Static variable in class org.opends.server.util.ServerConstants
The name of the standard "groupOfUniqueNames" object class, formatted in all lowercase characters.
OC_GROUP_OF_URLS - Static variable in class org.opends.server.util.ServerConstants
The name of the standard "groupOfURLs" object class, formatted in camel case.
OC_GROUP_OF_URLS_LC - Static variable in class org.opends.server.util.ServerConstants
The name of the standard "groupOfURLs" object class, formatted in all lowercase characters.
OC_HTTP_MONITOR_CONNHANDLER - Static variable in class org.opends.server.util.ServerConstants
The name of the custom objectclass that will be included in http connection handler monitor entries.
OC_INHERITED_COLLECTIVE_ATTR_SUBENTRY_BS - Static variable in class org.opends.server.util.ServerConstants
The name of the "inheritedCollectiveAttributeSubentry" objectclass (which is a special type of objectclass that makes a kind of COS template subentry), formatted in all lowercase.
OC_INHERITED_FROM_DN_COLLECTIVE_ATTR_SUBENTRY_BS - Static variable in class org.opends.server.util.ServerConstants
The name of the "inheritedFromDNCollectiveAttributeSubentry" objectclass (which is a special type of objectclass that makes a kind of indirect COS template subentry), formatted in all lowercase.
OC_INHERITED_FROM_RDN_COLLECTIVE_ATTR_SUBENTRY_BS - Static variable in class org.opends.server.util.ServerConstants
The name of the "inheritedFromRDNCollectiveAttributeSubentry" objectclass (which is a special type of objectclass that makes a kind of classic COS template subentry), formatted in all lowercase.
OC_LDAP_MONITOR_CONNHANDLER - Static variable in class org.opends.server.util.ServerConstants
The name of the custom objectclass that will be included in ldap connection handler monitor entries.
OC_LDAP_SUBENTRY - Static variable in class org.opends.server.util.ServerConstants
The name of the standard "ldapSubentry" objectclass (which is a special type of objectclass that makes a kind of "operational" entry), formatted in camel case.
OC_LDAP_SUBENTRY_BS - Static variable in class org.opends.server.util.ServerConstants
OC_LDAP_SUBENTRY_LC - Static variable in class org.opends.server.util.ServerConstants
The name of the standard "ldapSubentry" objectclass (which is a special type of objectclass that makes a kind of "operational" entry), formatted in all lowercase.
OC_MONITOR_BACKEND - Static variable in class org.opends.server.util.ServerConstants
The name of the custom objectclass that will be included in backend monitor entries.
OC_MONITOR_BRANCH - Static variable in class org.opends.server.util.ServerConstants
The name of the objectclass that will be used as the structural class for monitor branches.
OC_MONITOR_CERTIFICATE_ENTRY - Static variable in class org.opends.server.util.ServerConstants
The name of the custom objectclass that will be included in certificate monitor entries.
OC_MONITOR_CONNHANDLER - Static variable in class org.opends.server.util.ServerConstants
The name of the custom objectclass that will be included in connection handler monitor entries.
OC_MONITOR_ENTRY - Static variable in class org.opends.server.util.ServerConstants
The name of the objectclass that will be used as the structural class for monitor entries.
OC_PASSWORD_POLICY_SUBENTRY_BS - Static variable in class org.opends.server.util.ServerConstants
The name of the OpenDJ extended password policy objectclass, formatted in all lowercase.
OC_PWD_POLICY_SUBENTRY_BS - Static variable in class org.opends.server.util.ServerConstants
The name of the LDAP Password Policy Internet-Draft "pwdPolicy" objectclass, formatted in all lowercase.
OC_RECURRING_TASK - Static variable in class org.opends.server.config.ConfigConstants
The name of the objectclass that will be used for a Directory Server recurring task definition.
OC_ROOT_DSE - Static variable in class org.opends.server.util.ServerConstants
The name of the structural objectclass that will be used for the Directory Server root DSE entry.
OC_SUBENTRY - Static variable in class org.opends.server.util.ServerConstants
The name of the RFC 3672 "subentry" objectclass (which is a special type of objectclass that makes a kind of "operational" entry), formatted in all lowercase.
OC_SUBENTRY_BS - Static variable in class org.opends.server.util.ServerConstants
ByteString version of ServerConstants.OC_SUBENTRY.
OC_SUBSCHEMA - Static variable in class org.opends.server.util.ServerConstants
The name of the standard "subschema" objectclass (which is used in entries that publish schema information), formatted in all lowercase.
OC_TASK - Static variable in class org.opends.server.config.ConfigConstants
The name of the objectclass that will be used for a Directory Server task definition.
OC_TASK_IMPORT - Static variable in class org.opends.server.tasks.ImportTask
Name of the objectclass associated to the import task.
OC_TASK_REBUILD_INDEX - Static variable in class org.opends.server.tasks.RebuildTask
Name of the object class associated to the rebuild index task.
OC_TOP - Static variable in class org.opends.server.util.ServerConstants
The name of the standard "top" objectclass, which is the superclass for virtually all other objectclasses, formatted in all lowercase.
OC_VIRTUAL_STATIC_GROUP - Static variable in class org.opends.server.util.ServerConstants
The name of the ds-virtual-static-group objectclass in all lowercase characters.
OCSPS_SIGNING - Enum constant in enum class org.forgerock.opendj.security.X509CertificateBuilder.ExtendedKeyUsage
Signing online certificate status protocol responses.
of() - Static method in class org.forgerock.opendj.server.core.ResponseStream
Returns an empty response stream.
of(double, double) - Static method in class org.forgerock.monitoring.api.instrument.ValueAtPercentile
 
of(long, double) - Static method in class org.forgerock.monitoring.api.instrument.CountAtValue
 
of(long, double, double, ValueAtPercentile[], CountAtValue[]) - Static method in class org.forgerock.monitoring.api.instrument.HistogramSnapshot
 
of(F, S) - Static method in class org.forgerock.util.Pair
Creates a new Pair.
of(OutputStream) - Static method in interface org.opends.server.loggers.TextWriter
Returns a new text writer for the provided output stream.
of(Class<T>, T) - Static method in class org.forgerock.util.Option
Defines an option with the provided type and default value.
of(Iterable<? extends Tag>) - Static method in class org.forgerock.monitoring.api.instrument.Tags
Return a new Tags instance containing tags constructed from the specified source tags.
of(String...) - Static method in class org.forgerock.monitoring.api.instrument.Tags
Return a new Tags instance containing tags constructed from the specified key value pairs.
of(String, String) - Static method in interface org.forgerock.monitoring.api.instrument.Tag
 
of(String, String) - Static method in class org.forgerock.monitoring.api.instrument.Tags
Return a new Tags instance containing tags constructed from the specified name value pair.
of(PropertyResolver...) - Static method in class org.forgerock.config.resolvers.ChainedPropertyResolver
Constructs a ChainedPropertyResolver given a a list of PropertyResolvers.
of(Tag...) - Static method in class org.forgerock.monitoring.api.instrument.Tags
Return a new Tags instance containing tags constructed from the specified tags.
of(Dn, ReplicaId) - Static method in record class org.opends.server.replication.server.changelog.api.DomainReplicaId
Creates a ReplicaId with the provided parameters.
of(Response) - Static method in class org.forgerock.opendj.server.core.ResponseStream
Returns a response stream containing a single response.
of(T, T) - Static method in class org.opends.server.types.Range
Creates a range with a lower bound and an upper bound.
ofError(Throwable) - Static method in class org.forgerock.opendj.server.core.ResponseStream
Returns a response stream containing an LDAP error obtained from the provided Throwable.
offer(String, JsonValue) - Method in interface org.forgerock.audit.events.handlers.buffering.BatchPublisher
Offers up an event to be added to a batch.
offer(String, JsonValue) - Method in class org.forgerock.audit.events.handlers.buffering.BufferedBatchPublisher
Inserts the specified element at the tail of this queue if it is possible to do so immediately without exceeding the queue's capacity, returning true upon success and false if this queue is full.
OFFLINE_CHANGES - Enum constant in enum class org.opends.server.api.LocalBackend.BackendOperation
Indicates whether this backend's content may be modified while the server is offline.
OFFLINE_DOES_NOT_MODIFY_SERVER_FILES - Static variable in class org.opends.server.tools.tasks.TaskToolHelper
The value to pass to TaskToolHelper.validateTaskRelatedArguments(boolean) if the offline mode does not modify server files.
OFFLINE_MODIFIES_SERVER_FILES - Static variable in class org.opends.server.tools.tasks.TaskToolHelper
The value to pass to TaskToolHelper.validateTaskRelatedArguments(boolean) if the offline mode modifies sever files.
OFFLINE_RESTORE - Enum constant in enum class org.opends.server.api.LocalBackend.BackendOperation
Indicates whether this backend can restore a backup when the server is offline.
OFFSET_RANGE_ERROR - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
OFFSET_RANGE_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a search request included a VLV request control with an invalid offset.
ofIterator(Iterator<? extends Response>) - Static method in class org.forgerock.opendj.server.core.ResponseStream
Returns a response stream containing a sequence of responses.
ofKey(Key) - Static method in enum class org.forgerock.secrets.keys.KeyType
Returns the type of the given key, or null if the input is null or not recognised.
ofList(List<? extends Response>) - Static method in class org.forgerock.opendj.server.core.ResponseStream
Returns a response stream containing a list of responses.
ofQueue(BlockingQueue<? extends Response>) - Static method in class org.forgerock.opendj.server.core.ResponseStream
Returns a response stream that will poll responses from the provided blocking queue.
oid(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the numeric OID which uniquely identifies this attribute type.
oid(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Sets the numeric OID which uniquely identifies this matching rule.
oid(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Sets the numeric OID which uniquely identifies this matching rule use definition.
oid(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Sets the numeric OID which uniquely identifies this name form.
oid(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Sets the numeric OID which uniquely identifies this object class.
oid(String) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
Sets the numeric OID which uniquely identifies this syntax.
OID - Static variable in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
The OID for the Microsoft Active Directory persistent search request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
The IANA-assigned OID for the LDAP assertion request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
The OID for the authorization identity request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
The OID for the authorization identity response control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
The OID for the entry change notification response control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
The OID for the get effective rights request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.ManageDsaItRequestControl
The OID for the ManageDsaIT request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
The OID for the matched values request control used to specify which particular attribute values should be returned in a search result entry.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
The OID for the Netscape password expired response control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
The OID for the Netscape password expiring response control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
The OID for the password policy control from draft-behera-ldap-password-policy.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
The OID for the password policy control from draft-behera-ldap-password-policy.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
The OID for the permissive modify request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
The OID for the persistent search request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
The IANA-assigned OID for the LDAP post-read request control used for retrieving an entry in the state it had immediately after an update was applied.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
The IANA-assigned OID for the LDAP post-read response control used for retrieving an entry in the state it had immediately after an update was applied.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
The IANA-assigned OID for the LDAP pre-read request control used for retrieving an entry in the state it had immediately before an update was applied.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
The IANA-assigned OID for the LDAP pre-read response control used for retrieving an entry in the state it had immediately before an update was applied.
OID - Static variable in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
The OID for the proxied authorization v1 control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
The OID for the proxied authorization v2 control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.RelaxRulesRequestControl
The OpenLDAP OID for the Relax Rules request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
The OID for the server-side sort request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
The OID for the server-side sort response control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
The OID for the paged results request/response control defined in RFC 2696.
OID - Static variable in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
The OID for the sub-entries request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
The OID for the subtree delete request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
The OID for the virtual list view request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
The OID for the virtual list view response control.
OID - Static variable in class org.forgerock.opendj.ldap.messages.CancelExtendedRequest
The OID for the cancel extended operation request.
OID - Static variable in class org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
The OID for the password modify extended operation request.
OID - Static variable in class org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
The OID for the start TLS extended operation request.
OID - Static variable in class org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
The OID for the who am I extended operation request.
OID - Static variable in class org.opends.server.controls.EntryChangelogNotificationResponseControl
The OID for the entry changelog notification response control.
OID - Static variable in class org.opends.server.controls.InternalModificationsRequestControl
OID for the internal modifications control.
OID - Static variable in class org.opends.server.controls.ReplicatedRequestControl
OID of the replication context control.
OID - Static variable in class org.opends.server.controls.SearchBaseDnBackendOnlyControl
The OID of this control in the ForgeRock OID branch.
OID_ACCOUNT_USABLE_CONTROL - Static variable in class org.opends.server.util.ServerConstants
The OID for the account usable request and response controls.
OID_ALL_OPERATIONAL_ATTRS_FEATURE - Static variable in class org.opends.server.util.ServerConstants
The IANA-assigned OID for the feature allowing a user to request that all operational attributes be returned.
OID_AUTHZID_REQUEST - Static variable in class org.opends.server.util.ServerConstants
The OID for the authorization identity request control.
OID_CANCEL_REQUEST - Static variable in class org.opends.server.util.ServerConstants
The request OID for the cancel extended operation.
OID_COLLECTIVE_EXCLUSIONS_EXCLUDE_ALL - Static variable in class org.opends.server.util.ServerConstants
The OID of the standard "excludeAllCollectiveAttributes" attribute value of the standard "collectiveExclusions" attribute type.
OID_CSN_CONTROL - Static variable in class org.opends.server.util.ServerConstants
The OID for the CSN control.
OID_ECL_COOKIE_EXCHANGE_CONTROL - Static variable in class org.opends.server.util.ServerConstants
The OID for the entry change request control.
OID_GET_CONNECTION_ID_EXTOP - Static variable in class org.opends.server.util.ServerConstants
The OID for the extended operation that can be used to get the client connection ID.
OID_GET_EFFECTIVE_RIGHTS - Static variable in class org.opends.server.util.ServerConstants
The OID for the get effective rights control.
OID_GET_SYMMETRIC_KEY_EXTENDED_OP - Static variable in class org.opends.server.util.ServerConstants
The request OID for the get symmetric key extended operation.
OID_GSSAPI_KERBEROS_V - Static variable in class org.forgerock.opendj.io.Ldap
The OID for the Kerberos V GSSAPI mechanism.
OID_LDAP_ADLIST_FEATURE - Static variable in class org.opends.server.util.ServerConstants
The OID to include in the supportedFeatures list of the Directory Server to indicate that it supports requesting attributes by objectclass.
OID_LDAP_ASSERTION - Static variable in class org.opends.server.util.ServerConstants
The IANA-assigned OID for the LDAP assertion control.
OID_LDAP_NOOP_OPENLDAP_ASSIGNED - Static variable in class org.opends.server.util.ServerConstants
The OID for the LDAP no-op control that was originally assigned in the initial draft (draft-zeilenga-ldap-noop-00) from the OpenLDAP private range.
OID_LDAP_READENTRY_POSTREAD - Static variable in class org.opends.server.util.ServerConstants
The IANA-assigned OID for the LDAP readentry control used for retrieving an entry in the state it had immediately after an update was applied.
OID_LDAP_READENTRY_PREREAD - Static variable in class org.opends.server.util.ServerConstants
The IANA-assigned OID for the LDAP readentry control used for retrieving an entry in the state it had immediately before an update was applied.
OID_LDAP_SUBENTRIES - Static variable in class org.opends.server.util.ServerConstants
The OID for the LDAP subentries control as defined in RFC 3672, which is used to indicate that matching subentries should be returned.
OID_LDUP_SUBENTRIES - Static variable in class org.opends.server.util.ServerConstants
The OID for the LDAP subentries control as defined in the legacy draft-ietf-ldup-subentry internet draft, which is used to indicate that matching subentries should be returned.
OID_MANAGE_DSAIT_CONTROL - Static variable in class org.opends.server.util.ServerConstants
The OID for the ManageDsaIT control defined in RFC 3296.
OID_MATCHED_VALUES - Static variable in class org.opends.server.util.ServerConstants
The OID for the matched values control used to specify which particular attribute values should be returned in a search result entry.
OID_MODIFY_INCREMENT_FEATURE - Static variable in class org.opends.server.util.ServerConstants
The IANA-assigned OID for the feature allowing the use of the increment modification type.
OID_NOTICE_OF_DISCONNECTION - Static variable in class org.forgerock.opendj.io.Ldap
The OID for the LDAP notice of disconnection extended operation.
OID_NS_PASSWORD_EXPIRED - Static variable in class org.opends.server.util.ServerConstants
The OID for the Netscape password expired control.
OID_NS_PASSWORD_EXPIRING - Static variable in class org.opends.server.util.ServerConstants
The OID for the Netscape password expiring control.
OID_OPENDJ_BASE - Static variable in class org.opends.server.schema.SchemaConstants
The IANA-assigned base OID for all things under the OpenDJ umbrella.
OID_OPENDS_SERVER_ATTRIBUTE_SYNTAX_BASE - Static variable in class org.opends.server.schema.SchemaConstants
The base OID that will be used for OpenDS Directory Server attribute syntax definitions.
OID_OPENDS_SERVER_ATTRIBUTE_TYPE_BASE - Static variable in class org.opends.server.schema.SchemaConstants
The base OID that will be used for OpenDS Directory Server attribute type definitions.
OID_OPENDS_SERVER_BASE - Static variable in class org.opends.server.schema.SchemaConstants
The base OID that will be used for the OpenDS Directory Server project.
OID_OPENDS_SERVER_CONTROL_BASE - Static variable in class org.opends.server.schema.SchemaConstants
The base OID that will be used for OpenDS Directory Server control definitions.
OID_OPENDS_SERVER_EXPERIMENTAL_BASE - Static variable in class org.opends.server.schema.SchemaConstants
The base OID that will be used for temporary or experimental OIDs within the OpenDS Directory Server.
OID_OPENDS_SERVER_EXTENDED_OPERATION_BASE - Static variable in class org.opends.server.schema.SchemaConstants
The base OID that will be used for OpenDS Directory Server extended operation definitions.
OID_OPENDS_SERVER_GENERAL_USE_BASE - Static variable in class org.opends.server.schema.SchemaConstants
The base OID that will be used for general-purpose (i.e., "other") types of OIDs that need to be allocated for the OpenDS Directory Server.
OID_OPENDS_SERVER_MATCHING_RULE_BASE - Static variable in class org.opends.server.schema.SchemaConstants
The base OID that will be used for OpenDS Directory Server matching rule definitions.
OID_OPENDS_SERVER_OBJECT_CLASS_BASE - Static variable in class org.opends.server.schema.SchemaConstants
The base OID that will be used for OpenDS Directory Server object class definitions.
OID_PAGED_RESULTS_CONTROL - Static variable in class org.opends.server.util.ServerConstants
The OID for the paged results control defined in RFC 2696.
OID_PASSWORD_MODIFY_REQUEST - Static variable in class org.opends.server.util.ServerConstants
The request OID for the password modify extended operation.
OID_PASSWORD_POLICY_CONTROL - Static variable in class org.opends.server.util.ServerConstants
The OID for the password policy control from draft-behera-ldap-password-policy.
OID_PASSWORD_POLICY_STATE_EXTOP - Static variable in class org.opends.server.util.ServerConstants
The OID for the password policy state extended operation (both the request and response types).
OID_PERMISSIVE_MODIFY_CONTROL - Static variable in class org.opends.server.util.ServerConstants
The OID for the Permissive Modify control, defined and used by MSAD.
OID_PERSISTENT_SEARCH - Static variable in class org.opends.server.util.ServerConstants
The OID for the persistent search control.
OID_PROXIED_AUTH_V1 - Static variable in class org.opends.server.util.ServerConstants
The OID for the proxied authorization v1 control.
OID_PROXIED_AUTH_V2 - Static variable in class org.opends.server.util.ServerConstants
The OID for the proxied authorization v2 control.
OID_REAL_ATTRS_ONLY - Static variable in class org.opends.server.util.ServerConstants
The OID for the real attributes only control.
OID_RELAX_RULES_CONTROL - Static variable in class org.opends.server.util.ServerConstants
The OID for the Relax Rules request control.
OID_REPLICATION_REPAIR_CONTROL - Static variable in class org.opends.server.replication.plugin.ReplicationRepairRequestControl
The OID of the Replication repair Control.
OID_SERVER_SIDE_SORT_REQUEST_CONTROL - Static variable in class org.opends.server.util.ServerConstants
The OID for the server-side sort request control.
OID_START_TLS_REQUEST - Static variable in class org.opends.server.util.ServerConstants
The request OID for the StartTLS extended operation.
OID_SUBTREE_DELETE_CONTROL - Static variable in class org.opends.server.util.ServerConstants
The OID for the subtree delete control.
OID_TRUE_FALSE_FILTERS_FEATURE - Static variable in class org.opends.server.util.ServerConstants
The IANA-assigned OID for the feature allowing the use of LDAP true and false filters.
OID_VIRTUAL_ATTRS_ONLY - Static variable in class org.opends.server.util.ServerConstants
The OID for the virtual attributes only control.
OID_VLV_REQUEST_CONTROL - Static variable in class org.opends.server.util.ServerConstants
The OID for the virtual list view request control.
OID_WHO_AM_I_REQUEST - Static variable in class org.opends.server.util.ServerConstants
The request OID for the "Who Am I?" extended operation.
OLD_PASSWORD - Enum constant in enum class org.opends.server.types.AccountStatusNotificationProperty
The property whose value will be a clear-text representation of the user's old password.
olderThan(DurationArgument) - Method in class org.opends.server.tools.dsbackup.PurgeArgumentsValidator
Sets the "remove older than" as a DurationArgument.
olderThan(Duration, boolean) - Method in class org.opends.server.tools.dsbackup.PurgeRunner
Configures the purge runner with a "remove older than" threshold: purge will delete all the backups older than this threshold.
olderThan(Entry, String) - Method in class org.opends.server.tools.dsbackup.PurgeArgumentsValidator
Sets the "remove older than".
oldestCsn() - Method in record class org.opends.server.replication.server.changelog.api.ReplicationDomainDB.ReplicaDbFileContent
Returns the value of the oldestCsn record component.
oldestCsn(long) - Static method in class org.opends.server.replication.common.CSN
Returns the oldest possible CSN for the given time.
oldestCsn(ReplicaId) - Static method in class org.opends.server.replication.common.CSN
Returns the oldest possible CSN for a replica.
OMR_CASE_EXACT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the caseExactOrderingMatch ordering matching rule.
OMR_CASE_EXACT_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the caseExactOrderingMatch ordering matching rule.
OMR_CASE_IGNORE_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the caseIgnoreOrderingMatch ordering matching rule.
OMR_CASE_IGNORE_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the caseIgnoreOrderingMatch ordering matching rule.
OMR_GENERALIZED_TIME_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the generalizedTimeOrderingMatch ordering matching rule.
OMR_GENERALIZED_TIME_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the generalizedTimeOrderingMatch ordering matching rule.
OMR_GENERIC_ENUM_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the enumOrderingMatch ordering matching rule.
OMR_HISTORICAL_CSN_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the historicalCsnOrderingMatch ordering matching rule.
OMR_HISTORICAL_CSN_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the historicalCsnOrderingMatch ordering matching rule.
OMR_INTEGER_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the integerOrderingMatch ordering matching rule.
OMR_INTEGER_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the integerOrderingMatch ordering matching rule.
OMR_NUMERIC_STRING_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the numericStringOrderingMatch ordering matching rule.
OMR_NUMERIC_STRING_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the numericStringOrderingMatch ordering matching rule.
OMR_OCTET_STRING_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the octetStringOrderingMatch ordering matching rule.
OMR_OCTET_STRING_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the octetStringOrderingMatch ordering matching rule.
OMR_OID_GENERIC_ENUM - Static variable in class org.opends.server.schema.SchemaConstants
The oid for the generic enum syntax ordering matching rule.
OMR_UUID_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the uuidOrderingMatch ordering matching rule.
OMR_UUID_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the uuidOrderingMatch ordering matching rule.
onChange(BiConsumer<Path, WatchEvent.Kind<Path>>) - Method in class org.forgerock.util.DirectoryWatcher.ChangeListener
Registers a listener to be notified of change events for this directory.
onClose() - Method in interface org.forgerock.opendj.ldap.LdapSession
Returns a Completable which will signal onComplete when the client disconnects or onError if the server disconnects the client.
ONEOF - Static variable in class org.forgerock.json.schema.validator.Constants
The oneOf field name.
ONLINE_RESTORE - Enum constant in enum class org.opends.server.api.LocalBackend.BackendOperation
Indicates whether this backend can restore a backup when the server is online.
ONLY_INCREASE - Enum constant in enum class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn.RehashPolicy
Only rehash passwords when the cost has been increased (do not downgrade the security of the hashed password).
ONLY_INCREASE - Enum constant in enum class org.forgerock.opendj.server.config.meta.Pbkdf2PasswordStorageSchemeCfgDefn.RehashPolicy
Only rehash passwords when the cost has been increased (do not downgrade the security of the hashed password).
onMeterAdded(Consumer<Meter>) - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry.Config
Register an event listener for each meter added to the registry.
onMeterAdded(Consumer<Meter>) - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry.ConfigImpl
 
onOverflow(Runnable) - Method in class org.forgerock.util.DirectoryWatcher.ChangeListener
Registers a callback to be notified when the underlying watch service lost some change events due to overflow.
OP_ADD_AUTHENTICATION_FAILURE_TIME - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the addAuthenticationFailureTime operation.
OP_ADD_GRACE_LOGIN_USE_TIME - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the addGraceLoginUseTime operation.
OP_ATTR_ACCOUNT_DISABLED - Static variable in class org.opends.server.config.ConfigConstants
The name of the operational attribute that will appear in a user's entry to indicate whether the account has been disabled.
OP_ATTR_ACCOUNT_EXPIRATION_TIME - Static variable in class org.opends.server.config.ConfigConstants
The name of the operational attribute that may appear in a user's entry to indicate when that account will expire (and therefore may no longer be used to authenticate).
OP_ATTR_CREATE_TIMESTAMP - Static variable in class org.opends.server.config.ConfigConstants
The name of the operational attribute that will appear in an entry to indicate when it was created.
OP_ATTR_CREATE_TIMESTAMP_LC - Static variable in class org.opends.server.config.ConfigConstants
The name of the create timestamp attribute, in all lowercase characters.
OP_ATTR_CREATORS_NAME_LC - Static variable in class org.opends.server.config.ConfigConstants
The name of the creatorsName attribute, in all lowercase characters.
OP_ATTR_MODIFIERS_NAME_LC - Static variable in class org.opends.server.config.ConfigConstants
The name of the modifiersName attribute, in all lowercase characters.
OP_ATTR_MODIFY_TIMESTAMP_LC - Static variable in class org.opends.server.config.ConfigConstants
The name of the modify timestamp attribute, in all lowercase characters.
OP_ATTR_PRIVILEGE_NAME - Static variable in class org.opends.server.config.ConfigConstants
The name of the operational attribute that will appear in a user's entry to specify the set of privileges assigned to that user.
OP_ATTR_PTAPOLICY_CACHED_PASSWORD - Static variable in class org.opends.server.config.ConfigConstants
The name of the operational attribute which will be put in user's entry in order to cache a copy of their password for pass through authentication.
OP_ATTR_PTAPOLICY_CACHED_PASSWORD_TIME - Static variable in class org.opends.server.config.ConfigConstants
The name of the operational attribute which will be put in user's entry in order to record the time at which their password was cached for pass through authentication.
OP_ATTR_PWPOLICY_CHANGED_BY_REQUIRED_TIME - Static variable in class org.opends.server.config.ConfigConstants
The name of the operational attribute that will appear in a user's entry to indicate the time that the user changed their password as a result of a policy-wide required change.
OP_ATTR_PWPOLICY_CHANGED_TIME - Static variable in class org.opends.server.config.ConfigConstants
The name of the operational attribute that will appear in a user's entry to indicate the time that the password was last changed.
OP_ATTR_PWPOLICY_FAILURE_TIME - Static variable in class org.opends.server.config.ConfigConstants
The name of the operational attribute that specifies the time that an authentication attempt failed.
OP_ATTR_PWPOLICY_GRACE_LOGIN_TIME - Static variable in class org.opends.server.config.ConfigConstants
The name of the operational attribute that will appear in a user's entry to indicate the times of the grace logins by that user.
OP_ATTR_PWPOLICY_HISTORY_LC - Static variable in class org.opends.server.config.ConfigConstants
The name of the operational attribute that is used to maintain the password history for the user, in all lowercase characters.
OP_ATTR_PWPOLICY_LOCKED_TIME - Static variable in class org.opends.server.config.ConfigConstants
The name of the operational attribute that specifies the time that the account was locked due to too many failed attempts.
OP_ATTR_PWPOLICY_POLICY_DN - Static variable in class org.opends.server.config.ConfigConstants
The name of the operational attribute that will appear in a user's entry to indicate which password policy should be used.
OP_ATTR_PWPOLICY_RESET_REQUIRED - Static variable in class org.opends.server.config.ConfigConstants
The name of the operational attribute that will appear in a user's entry to indicate whether the password must be changed at the next authentication.
OP_ATTR_PWPOLICY_WARNED_TIME - Static variable in class org.opends.server.config.ConfigConstants
The name of the operational attribute that indicates when the user was first warned about an upcoming password expiration.
OP_ATTR_USER_IDLE_TIME_LIMIT - Static variable in class org.opends.server.config.ConfigConstants
The name of the operational attribute that may be included in user entries to specify an idle time limit to be applied for that user.
OP_ATTR_USER_MAX_CANDIDATE_SET_SIZE - Static variable in class org.opends.server.config.ConfigConstants
The name of the operational attribute that may be included in user entries to specify a cursor entry limit for that user.
OP_ATTR_USER_SIZE_LIMIT - Static variable in class org.opends.server.config.ConfigConstants
The name of the operational attribute that may be included in user entries to specify a size limit to be applied for that user.
OP_ATTR_USER_TIME_LIMIT - Static variable in class org.opends.server.config.ConfigConstants
The name of the operational attribute that may be included in user entries to specify a time limit to be applied for that user.
OP_CLEAR_ACCOUNT_DISABLED_STATE - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the clearAccountDisabledState operation.
OP_CLEAR_ACCOUNT_EXPIRATION_TIME - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the clearAccountExpirationTime operation.
OP_CLEAR_AUTHENTICATION_FAILURE_TIMES - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the clearAuthenticationFailureTimes operation.
OP_CLEAR_GRACE_LOGIN_USE_TIMES - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the clearGraceLoginUseTimes operation.
OP_CLEAR_LAST_LOGIN_TIME - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the clearLastLoginTime operation.
OP_CLEAR_PASSWORD_CHANGED_BY_REQUIRED_TIME - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the clearPasswordChangedByRequiredTime operation.
OP_CLEAR_PASSWORD_CHANGED_TIME - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the clearPasswordChangedTime operation.
OP_CLEAR_PASSWORD_EXPIRATION_WARNED_TIME - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the clearPasswordExpirationWarnedTime operation.
OP_CLEAR_PASSWORD_HISTORY - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the clearPasswordHistory operation.
OP_CLEAR_PASSWORD_RESET_STATE - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the clearPasswordResetState operation.
OP_GET_ACCOUNT_DISABLED_STATE - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the getAccountDisabledState operation.
OP_GET_ACCOUNT_EXPIRATION_TIME - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the getAccountExpirationTime operation.
OP_GET_AUTHENTICATION_FAILURE_TIMES - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the getAuthenticationFailureTimes operation.
OP_GET_GRACE_LOGIN_USE_TIMES - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the getGraceLoginUseTimes operation.
OP_GET_LAST_LOGIN_TIME - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the getLastLoginTime operation.
OP_GET_PASSWORD_CHANGED_BY_REQUIRED_TIME - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the getPasswordChangedByRequiredTime operation.
OP_GET_PASSWORD_CHANGED_TIME - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the getPasswordChangedTime operation.
OP_GET_PASSWORD_EXPIRATION_WARNED_TIME - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the getPasswordExpirationWarnedTime operation.
OP_GET_PASSWORD_HISTORY - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
Deprecated.
OP_GET_PASSWORD_POLICY_DN - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the getPasswordPolicyDN operation.
OP_GET_PASSWORD_RESET_STATE - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the getPasswordResetState operation.
OP_GET_REMAINING_AUTHENTICATION_FAILURE_COUNT - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the getRemainingAuthenticationFailureCount operation.
OP_GET_REMAINING_GRACE_LOGIN_COUNT - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the getRemainingGraceLoginCount operation.
OP_GET_SECONDS_UNTIL_ACCOUNT_EXPIRATION - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the getSecondsUntilAccountExpiration operation.
OP_GET_SECONDS_UNTIL_AUTHENTICATION_FAILURE_UNLOCK - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the getSecondsUntilAuthenticationFailureUnlock operation.
OP_GET_SECONDS_UNTIL_IDLE_LOCKOUT - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the getSecondsUntilIdleLockout operation.
OP_GET_SECONDS_UNTIL_PASSWORD_EXPIRATION - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the getSecondsUntilPasswordExpiration operation.
OP_GET_SECONDS_UNTIL_PASSWORD_EXPIRATION_WARNING - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the getSecondsUntilPasswordExpirationWarning operation.
OP_GET_SECONDS_UNTIL_PASSWORD_RESET_LOCKOUT - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the getSecondsUntilPasswordResetLockout operation.
OP_GET_SECONDS_UNTIL_REQUIRED_CHANGE_TIME - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the getSecondsUntilRequiredChangeTime operation.
OP_PTR - Static variable in class org.forgerock.json.JsonPatch
Path to the "op" attribute of a patch entry.
OP_SET_ACCOUNT_DISABLED_STATE - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the setAccountDisabledState operation.
OP_SET_ACCOUNT_EXPIRATION_TIME - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the setAccountExpirationTime operation.
OP_SET_AUTHENTICATION_FAILURE_TIMES - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the setAuthenticationFailureTimes operation.
OP_SET_GRACE_LOGIN_USE_TIMES - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the setGraceLoginUseTimes operation.
OP_SET_LAST_LOGIN_TIME - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the setLastLoginTime operation.
OP_SET_PASSWORD_CHANGED_BY_REQUIRED_TIME - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the setPasswordChangedByRequiredTime operation.
OP_SET_PASSWORD_CHANGED_TIME - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the setPasswordChangedTime operation.
OP_SET_PASSWORD_EXPIRATION_WARNED_TIME - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the setPasswordExpirationWarnedTime operation.
OP_SET_PASSWORD_RESET_STATE - Static variable in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
The enumerated value for the setPasswordResetState operation.
OP_TYPE_ABANDON_REQUEST - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for abandon requests.
OP_TYPE_ADD_REQUEST - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for add requests.
OP_TYPE_ADD_RESPONSE - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for add responses.
OP_TYPE_BIND_REQUEST - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for bind requests.
OP_TYPE_BIND_RESPONSE - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for bind responses.
OP_TYPE_COMPARE_REQUEST - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for compare requests.
OP_TYPE_COMPARE_RESPONSE - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for compare responses.
OP_TYPE_DELETE_REQUEST - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for delete requests.
OP_TYPE_DELETE_RESPONSE - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for delete responses.
OP_TYPE_EXTENDED_REQUEST - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for extended requests.
OP_TYPE_EXTENDED_RESPONSE - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for extended responses.
OP_TYPE_INTERMEDIATE_RESPONSE - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for intermediate responses.
OP_TYPE_MODIFY_DN_REQUEST - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for modify DN requests.
OP_TYPE_MODIFY_DN_RESPONSE - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for modify DN responses.
OP_TYPE_MODIFY_REQUEST - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for modify requests.
OP_TYPE_MODIFY_RESPONSE - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for modify responses.
OP_TYPE_SEARCH_REQUEST - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for search requests.
OP_TYPE_SEARCH_RESULT_DONE - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for search result done elements.
OP_TYPE_SEARCH_RESULT_ENTRY - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for search result entries.
OP_TYPE_SEARCH_RESULT_REFERENCE - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for search result references.
OP_TYPE_UNBIND_REQUEST - Static variable in class org.forgerock.opendj.io.Ldap
The protocol op type for unbind requests.
open(AccessMode) - Method in class org.opends.server.backends.jeb.JEStorage
 
open(AccessMode) - Method in interface org.opends.server.backends.pluggable.spi.Storage
Opens the storage engine to allow executing operations on it.
openBackend() - Method in class org.opends.server.api.Backend
Opens this backend based on the information provided when the backend was configured.
openBackend() - Method in class org.opends.server.api.LocalBackend
Opens this backend based on the information provided when the backend was configured.
openBackend() - Method in class org.opends.server.backends.ChangelogBackend
 
openBackend() - Method in class org.opends.server.backends.ConfigurationBackend
 
openBackend() - Method in class org.opends.server.backends.LDIFBackend
 
openBackend() - Method in class org.opends.server.backends.MemoryBackend
 
openBackend() - Method in class org.opends.server.backends.MonitorBackend
 
openBackend() - Method in class org.opends.server.backends.NullBackend
 
openBackend() - Method in class org.opends.server.backends.pluggable.BackendImpl
 
openBackend() - Method in class org.opends.server.backends.ProxyBackend
 
openBackend() - Method in class org.opends.server.backends.RootDSEBackend
 
openBackend() - Method in class org.opends.server.backends.SchemaBackend
 
openBackend() - Method in class org.opends.server.backends.task.TaskBackend
 
openCursor(TreeName) - Method in interface org.opends.server.backends.pluggable.spi.Importer
Opens a cursor on the tree whose name is provided.
openCursor(TreeName, ReadableTransaction.ReadOption...) - Method in interface org.opends.server.backends.pluggable.spi.ReadableTransaction
Opens a non-positioned cursor on the tree whose name is provided.
OPENDJ_JAVA_HOME - Static variable in class org.opends.server.util.StaticUtils
Specific environment variable used by the scripts to find java.
OpenDJLoggerFactory - Class in org.opends.server.loggers.slf4j
Factory to retrieve an openDJ implementation of SLF4J Logger.
OpenDJLoggerFactory() - Constructor for class org.opends.server.loggers.slf4j.OpenDJLoggerFactory
 
OpenDjSecurityProvider - Class in org.forgerock.opendj.security
The OpenDJ LDAP security provider which exposes an LDAP/LDIF based KeyStore service, as well as providing utility methods facilitating construction of LDAP/LDIF based key stores.
OpenDjSecurityProvider() - Constructor for class org.forgerock.opendj.security.OpenDjSecurityProvider
Creates a default LDAP security provider with no default key store configuration.
OpenDjSecurityProvider(String) - Constructor for class org.forgerock.opendj.security.OpenDjSecurityProvider
Creates a LDAP security provider with provided default key store configuration.
OpenDjSecurityProvider(URI) - Constructor for class org.forgerock.opendj.security.OpenDjSecurityProvider
Creates a LDAP security provider with provided default key store configuration.
OpenDjSecurityProviderSchema - Class in org.forgerock.opendj.security
Utility methods for accessing the LDAP schema elements required in order to support the OpenDJ security provider.
OpenDsException - Exception in org.opends.server.types
This class defines a base exception for OpenDS exceptions.
OpenDsException(Throwable) - Constructor for exception org.opends.server.types.OpenDsException
Creates a new identified exception with the provided information.
OpenDsException(LocalizableMessage) - Constructor for exception org.opends.server.types.OpenDsException
Creates a new identified exception with the provided information.
OpenDsException(LocalizableMessage, Throwable) - Constructor for exception org.opends.server.types.OpenDsException
Creates a new identified exception with the provided information.
operation(String) - Method in class org.forgerock.audit.events.ConfigAuditEventBuilder
Sets the provided operation for the event.
operation(String, String, Object) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new patch operation having the specified operation type, field, and value(s).
operation(String, JsonPointer, Object) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new patch operation having the specified operation type, field, and value(s).
Operation - Class in org.opends.server.types
This class defines a generic operation that may be processed by the Directory Server.
Operation(RequestContext, LocalBackend<?>, Request, Consumer<ResponseStream>) - Constructor for class org.opends.server.types.Operation
Creates a new local operation that will be applied to the specified local backend.
OPERATION - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The operation event payload field name.
OPERATION - Static variable in class org.forgerock.audit.events.ConfigAuditEventBuilder
 
OPERATION_ADD - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "add" operations.
OPERATION_COPY - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "copy" operations.
OPERATION_INCREMENT - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "increment" operations.
OPERATION_MOVE - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "move" operations.
OPERATION_REMOVE - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "remove" operations.
OPERATION_REPLACE - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "replace" operations.
OPERATION_TRANSFORM - Static variable in class org.forgerock.json.resource.PatchOperation
The identifier used for "transform" operations.
OperationContext - Class in org.opends.server.replication.protocol
This class describe the replication context that is attached to each Operation using the SYNCHROCONTEXT key.
OperationContext(CSN, UUID) - Constructor for class org.opends.server.replication.protocol.OperationContext
Create a new OperationContext.
operationFromCrestRequest(Request) - Method in class org.forgerock.audit.events.ConfigAuditEventBuilder
Sets operation method from Request.
OperationRejectedException - Exception in org.forgerock.opendj.config.client
This exception is thrown when the client or server refuses to create, delete, or modify a managed object due to one or more constraints that cannot be satisfied.
OperationRejectedException(OperationRejectedException.OperationType, LocalizableMessage, List<LocalizableMessage>) - Constructor for exception org.forgerock.opendj.config.client.OperationRejectedException
Creates a new operation rejected exception with the provided messages.
OperationRejectedException(OperationRejectedException.OperationType, LocalizableMessage, LocalizableMessage) - Constructor for exception org.forgerock.opendj.config.client.OperationRejectedException
Creates a new operation rejected exception with the provided message.
OperationRejectedException.OperationType - Enum Class in org.forgerock.opendj.config.client
The type of operation that caused this exception.
OPERATIONS_ERROR - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
OPERATIONS_ERROR - Enum constant in enum class org.opends.server.types.DisconnectReason
The disconnect reason that indicates that the client connection was closed because an operation is not properly sequenced with relation to other operations (of same or different type).
OPERATIONS_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the operation is not properly sequenced with relation to other operations (of same or different type).
OperationsException - Exception in org.forgerock.opendj.config
Exceptions thrown as a result of errors that occurred when reading, listing, and modifying managed objects.
OperationsException(LocalizableMessage) - Constructor for exception org.forgerock.opendj.config.OperationsException
Create an operations exception with a message.
OperationsException(LocalizableMessage, Throwable) - Constructor for exception org.forgerock.opendj.config.OperationsException
Create an operations exception with a message and cause.
operationToResult() - Method in class org.opends.server.core.BindOperation
 
operationToResult() - Method in class org.opends.server.core.ExtendedOperation
 
operationToResult() - Method in class org.opends.server.types.Operation
Generates a result for this operation.
Option<T> - Class in org.forgerock.util
A configuration option whose value can be stored in a set of Options.
OPTION_LONG_BOOTSTRAP_REPLICATION_SERVER - Static variable in class org.forgerock.opendj.setup.cli.SetupCliArguments
The value for the bootstrap replication server option.
OPTION_LONG_COMPRESS - Static variable in class org.opends.server.tools.tasks.TaskToolHelper
The value for the long option compress.
OPTION_LONG_FORCE_UPGRADE - Static variable in class org.opends.server.tools.upgrade.UpgradeCli
The value for the long option force upgrade.
OPTION_LONG_INSTANCE_PATH - Static variable in class org.forgerock.opendj.setup.cli.SetupCliArguments
The value for the instance path option.
OPTION_LONG_REBUILD_ALL - Static variable in class org.opends.server.tools.RebuildIndex
The value for the rebuild all long option.
OPTION_LONG_TMP_DIRECTORY - Static variable in class org.opends.server.tools.tasks.TaskToolHelper
The value for the tmp directory long option.
OPTION_SHORT_BACKEND_ID - Static variable in class org.opends.server.tools.tasks.TaskToolHelper
The value for the "backendId" short option.
OPTION_SHORT_COMPRESS - Static variable in class org.opends.server.tools.tasks.TaskToolHelper
The value for the short option compress.
optional() - Static method in class org.forgerock.json.JsonValueFunctions
Return an Optional if the given JsonValue has a value, or Optional.empty() if the JsonValue contains a null value.
optional() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Specifies that this profile parameter is optional.
optional(String...) - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Specifies that this profile parameter is optional.
OPTIONAL - Enum constant in enum class org.forgerock.opendj.security.SslOptions.ClientAuthPolicy
If this policy is selected and the client chooses not to provide authentication information about itself, the negotiations will continue.
OPTIONAL - Enum constant in enum class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn.SslClientAuthPolicy
Clients are requested to provide their own certificates when performing SSL negotiation.
OPTIONAL - Enum constant in enum class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn.SslClientAuthPolicy
Clients are requested to provide their own certificates when performing SSL negotiation.
optionalAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds the provided optional attributes to the list of attribute types that entries subject to this DIT content rule may contain.
optionalAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds the provided optional attributes.
optionalAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided optional attributes.
optionalAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds the provided optional attributes to the list of attribute types that entries subject to this DIT content rule may contain.
optionalAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds the provided optional attributes.
optionalAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided optional attributes.
optionalOf(Function<JsonValue, T, JsonValueException>) - Static method in class org.forgerock.json.JsonValueFunctions
Return an Optional of a new type if the given JsonValue has a value, or Optional.empty() if the JsonValue contains a null value.
OptionalRelationDefinition<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
A managed object composite relationship definition which represents a composition of an optional single managed object (i.e.
OptionalRelationDefinition.Builder<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
An interface for incrementally constructing optional relation definitions.
Options - Class in org.forgerock.util
A set of options which can be used for customizing the behavior of HTTP clients and servers.
or() - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
Returns the logical OR of zero condition results, which is always FALSE.
or(Collection<FilterCondition>) - Static method in class org.forgerock.json.resource.Filters
Returns a FilterCondition which will match requests which match any of the provided conditions.
or(Collection<Filter>) - Static method in class org.forgerock.opendj.ldap.Filter
Creates an optimized new or filter using the provided list of sub-filters.
or(Collection<Filter>, boolean) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new or filter using the provided list of sub-filters.
or(Collection<QueryFilter<FF>>) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new or filter using the provided list of sub-filters.
or(FilterCondition...) - Static method in class org.forgerock.json.resource.Filters
Returns a FilterCondition which will match requests which match any of the provided conditions.
or(Condition...) - Static method in class org.forgerock.opendj.config.conditions.Conditions
Creates a condition which evaluates to false if and only if all of its sub-conditions are false.
or(ConditionResult) - Method in enum class org.forgerock.opendj.ldap.ConditionResult
Returns the logical OR of the this condition result with the provided condition result, which is FALSE if both of the condition results are FALSE, TRUE if at least one of them is TRUE, and UNDEFINED otherwise.
or(ConditionResult...) - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
Returns the logical OR of the provided condition results, which is FALSE if all of the provided condition results are FALSE, TRUE if at least one of them is TRUE, and UNDEFINED otherwise.
or(ConditionResult, ConditionResult) - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
Returns the logical OR of the provided condition results, which is FALSE if both of the provided condition results are FALSE , TRUE if at least one of them is TRUE , and UNDEFINED otherwise.
or(Filter...) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new or filter using the provided list of sub-filters.
or(QueryFilter<FF>...) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new or filter using the provided list of sub-filters.
OR - Enum constant in enum class org.forgerock.opendj.ldap.Filter.FilterType
The filter type for OR filters.
OR - Enum constant in enum class org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for OR filters.
OR - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "not" operator.
OrCondition - Class in org.forgerock.opendj.config.conditions
A condition which evaluates to false if and only if all of its sub-conditions are false.
OrderedStableIdResolver - Class in org.forgerock.secrets.propertyresolver
A StableIdResolver that uses a version suffix and a subsequent number to determine the stableId of a Secret.
OrderedStableIdResolver(String) - Constructor for class org.forgerock.secrets.propertyresolver.OrderedStableIdResolver
Constructor for OrderedVersionStableIdResolver.
ORDERING - Enum constant in enum class org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for ordering filters.
ORDERING - Enum constant in enum class org.forgerock.opendj.ldap.schema.MatchingRule.MatchingRuleType
A rule suitable for use as the ordering matching rule (ORDERING) of an attribute type.
ORDERING - Enum constant in enum class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn.IndexType
This index type is used to improve the efficiency of searches using "greater than or equal to" or "less then or equal to" search filters.
ORDERING - Enum constant in enum class org.opends.server.types.IndexType
Used to denote an ordering index, which may be used to identify entries with one or more values that are less than, equal to or greater than a specified value.
orderingAssertion(String, ByteString, ByteString, ByteString, ByteString, boolean, boolean) - Static method in class org.forgerock.opendj.ldap.Assertions
Returns an assertion suitable for implementing ordering matching rules.
orderingMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the matching rule that should be used for ordering with this attribute type.
ordinal() - Method in class org.forgerock.i18n.LocalizableMessage
Returns the ordinal associated with this message, or -1 if undefined.
ordinal() - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.ArgN
Returns the ordinal associated with this message, or -1 if undefined.
org.forgerock.audit - package org.forgerock.audit
Package contains the AuditService.
org.forgerock.audit.batch - package org.forgerock.audit.batch
Package contains common audit batch configuration files.
org.forgerock.audit.events - package org.forgerock.audit.events
Package contains audit events.
org.forgerock.audit.events.handlers - package org.forgerock.audit.events.handlers
This package contains the default AuditEventHandlers.
org.forgerock.audit.events.handlers.buffering - package org.forgerock.audit.events.handlers.buffering
This package contains the batch publisher and its various implementations.
org.forgerock.audit.events.handlers.writers - package org.forgerock.audit.events.handlers.writers
Utility classes for writing streams of characters.
org.forgerock.audit.filter - package org.forgerock.audit.filter
Contains the classes for filtering audit events.
org.forgerock.audit.handlers.csv - package org.forgerock.audit.handlers.csv
This package contains the default AuditEventHandler implementations.
org.forgerock.audit.handlers.elasticsearch - package org.forgerock.audit.handlers.elasticsearch
This package contains the Elasticsearch AuditEventHandler implementation.
org.forgerock.audit.handlers.jms - package org.forgerock.audit.handlers.jms
This package contains a JMS AuditEventHandler implementation.
org.forgerock.audit.handlers.json - package org.forgerock.audit.handlers.json
This package contains the JSON-file AuditEventHandler implementation.
org.forgerock.audit.handlers.json.stdout - package org.forgerock.audit.handlers.json.stdout
This package contains the JSON-stdout AuditEventHandler implementation.
org.forgerock.audit.handlers.splunk - package org.forgerock.audit.handlers.splunk
This package contains the audit handler implementation for Splunk.
org.forgerock.audit.handlers.syslog - package org.forgerock.audit.handlers.syslog
This package contains a Syslog AuditEventHandler implementation.
org.forgerock.audit.json - package org.forgerock.audit.json
This package contains utilities to build and configure audit service and handlers from JSON configuration.
org.forgerock.audit.providers - package org.forgerock.audit.providers
Dependencies that can be made available to the AuditService via a DependencyProvider.
org.forgerock.audit.retention - package org.forgerock.audit.retention
File retention classes.
org.forgerock.audit.rotation - package org.forgerock.audit.rotation
Audit log file rotation classes.
org.forgerock.audit.secure - package org.forgerock.audit.secure
Classes for handling secure audit logging.
org.forgerock.audit.util - package org.forgerock.audit.util
This package contains utility classes used in the audit service.
org.forgerock.config.resolvers - package org.forgerock.config.resolvers
This package contains the common config property resolvers.
org.forgerock.config.resolvers.template - package org.forgerock.config.resolvers.template
This package contains the template parser used in property substitution.
org.forgerock.config.util - package org.forgerock.config.util
Contains utility classes for commons config.
org.forgerock.i18n - package org.forgerock.i18n
A i18n framework for embedding localizable messages in applications.
org.forgerock.i18n.slf4j - package org.forgerock.i18n.slf4j
This package provides an alternative localization mechanism to org.slf4j.cal10n.
org.forgerock.json - package org.forgerock.json
Provides an API for the traversal and manipulation of JSON object model structures in Java.
org.forgerock.json.resource - package org.forgerock.json.resource
Classes and interfaces for core types including connections, request handlers, resources, and their exceptions.
org.forgerock.json.resource.http - package org.forgerock.json.resource.http
JSON resource Commons HTTP Framework integration.
org.forgerock.json.schema.validator - package org.forgerock.json.schema.validator
These classes are the commonly used classes from other applications.
org.forgerock.json.schema.validator.exceptions - package org.forgerock.json.schema.validator.exceptions
Schema validator exceptions.
org.forgerock.json.schema.validator.helpers - package org.forgerock.json.schema.validator.helpers
These classes are capable of helping the validators to check certain constraints.
org.forgerock.json.schema.validator.validators - package org.forgerock.json.schema.validator.validators
These classes are capable of validating the objects against the initially loaded schema.
org.forgerock.monitoring - package org.forgerock.monitoring
Common utility classes for monitoring.
org.forgerock.monitoring.api.annotation - package org.forgerock.monitoring.api.annotation
Common Monitoring API Annotations based on MicroMeter
org.forgerock.monitoring.api.instrument - package org.forgerock.monitoring.api.instrument
Common Monitoring API Core based on MicroMeter
org.forgerock.monitoring.api.instrument.binder - package org.forgerock.monitoring.api.instrument.binder
 
org.forgerock.monitoring.api.instrument.config - package org.forgerock.monitoring.api.instrument.config
Common Monitoring API Config functionality based on MicroMeter
org.forgerock.monitoring.api.instrument.histogram - package org.forgerock.monitoring.api.instrument.histogram
Common Monitoring API Histogram based on MicroMeter
org.forgerock.monitoring.api.instrument.histogram.pause - package org.forgerock.monitoring.api.instrument.histogram.pause
Common Monitoring API Histogram Pause Detector based on MicroMeter
org.forgerock.monitoring.api.instrument.search - package org.forgerock.monitoring.api.instrument.search
Common Monitoring API Search functionality based on MicroMeter
org.forgerock.monitoring.api.instrument.util - package org.forgerock.monitoring.api.instrument.util
Common Monitoring API Utilities based on MicroMeter
org.forgerock.monitoring.api.lang - package org.forgerock.monitoring.api.lang
Common Monitoring API Annotations based on MicroMeter
org.forgerock.monitoring.dropwizard - package org.forgerock.monitoring.dropwizard
Implementation for Common Monitoring API based on DropWizard.
org.forgerock.monitoring.http - package org.forgerock.monitoring.http
Common utility classes for monitoring.
org.forgerock.opendj.config - package org.forgerock.opendj.config
Common administration classes.
org.forgerock.opendj.config.client - package org.forgerock.opendj.config.client
Common client-side administration classes.
org.forgerock.opendj.config.client.ldap - package org.forgerock.opendj.config.client.ldap
LDAP configuration transport implementation.
org.forgerock.opendj.config.client.spi - package org.forgerock.opendj.config.client.spi
Client side driver implementation interfaces.
org.forgerock.opendj.config.conditions - package org.forgerock.opendj.config.conditions
Logical conditions for defining constraints.
org.forgerock.opendj.config.dsconfig - package org.forgerock.opendj.config.dsconfig
This package contains the DS config.
org.forgerock.opendj.config.schema - package org.forgerock.opendj.config.schema
This package contains LDAP schema syntaxes for attributes that can handle either a commons-config expression using the pattern "&{some.token}" or an actual value corresponding to the underlying syntax.
org.forgerock.opendj.config.server - package org.forgerock.opendj.config.server
Server-side administration interface.
org.forgerock.opendj.config.server.spi - package org.forgerock.opendj.config.server.spi
Contains a number of API declarations for use throughout the Directory Server.
org.forgerock.opendj.discovery - package org.forgerock.opendj.discovery
Contains the Service Discovery Mechanisms and APIs.
org.forgerock.opendj.io - package org.forgerock.opendj.io
Classes and interfaces providing I/O functionality.
org.forgerock.opendj.io.rx - package org.forgerock.opendj.io.rx
Classes and interfaces providing Reactive Streams I/O transports.
org.forgerock.opendj.ldap - package org.forgerock.opendj.ldap
Classes and interfaces for core types including connections, entries, and attributes.
org.forgerock.opendj.ldap.controls - package org.forgerock.opendj.ldap.controls
Classes and interfaces for common LDAP controls.
org.forgerock.opendj.ldap.messages - package org.forgerock.opendj.ldap.messages
Classes and interfaces for core LDAP requests/responses.
org.forgerock.opendj.ldap.schema - package org.forgerock.opendj.ldap.schema
Classes and interfaces for constructing and querying LDAP schemas.
org.forgerock.opendj.ldif - package org.forgerock.opendj.ldif
Classes and interfaces for reading and writing LDIF.
org.forgerock.opendj.rest2ldap - package org.forgerock.opendj.rest2ldap
APIs for implementing REST to LDAP gateways.
org.forgerock.opendj.rest2ldap.authz - package org.forgerock.opendj.rest2ldap.authz
This package contains Filter to authenticate and authorize LDAP connections.
org.forgerock.opendj.rest2ldap.schema - package org.forgerock.opendj.rest2ldap.schema
This package contains LDAP schema syntaxes and matching rules for JSON based attributes.
org.forgerock.opendj.security - package 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.config.client - package org.forgerock.opendj.server.config.client
Provides client-side interfaces for querying and managing the Core directory server administrative components.
org.forgerock.opendj.server.config.meta - package org.forgerock.opendj.server.config.meta
Provides introspection interfaces for the Core directory server administrative components.
org.forgerock.opendj.server.config.server - package org.forgerock.opendj.server.config.server
Provides server-side interfaces for accessing the Core directory server administrative components.
org.forgerock.opendj.server.core - package org.forgerock.opendj.server.core
Classes implementing core server APIs.
org.forgerock.opendj.server.embedded - package org.forgerock.opendj.server.embedded
Provides support for an embedded directory server.
org.forgerock.opendj.setup.cli - package org.forgerock.opendj.setup.cli
Contains code of the setup command line interface tool.
org.forgerock.opendj.setup.model - package org.forgerock.opendj.setup.model
Contains code of the opendj setup model.
org.forgerock.opendj.tools.dsrepl - package org.forgerock.opendj.tools.dsrepl
Contains code of the dsrepl command line interface tool.
org.forgerock.secrets - package org.forgerock.secrets
Provides a unified API for accessing secrets of various kinds.
org.forgerock.secrets.credentials - package org.forgerock.secrets.credentials
Contains secret credential related API objects.
org.forgerock.secrets.keys - package org.forgerock.secrets.keys
Contains cryptographic key related API objects.
org.forgerock.secrets.keystore - package org.forgerock.secrets.keystore
Implementations of SecretStore for accessing keys stored in Java KeyStores, such as PKCS#11 Hardware Security Modules (HSMs) and PKCS#12 file-based encrypted key stores.
org.forgerock.secrets.propertyresolver - package org.forgerock.secrets.propertyresolver
Provides a SecretStore implementation that loads secrets from a Common Configuration PropertyResolver and then decodes it with a SecretPropertyFormat.
org.forgerock.security.keystore - package org.forgerock.security.keystore
This package contains classes that load, initialize, and access a managed keystore.
org.forgerock.tokenhandler - package org.forgerock.tokenhandler
Provides token handler definition.
org.forgerock.util - package org.forgerock.util
Provides common interfaces and classes.
org.forgerock.util.annotations - package org.forgerock.util.annotations
Provides common annotations.
org.forgerock.util.crypto - package org.forgerock.util.crypto
Provides common crypto constants and classes.
org.forgerock.util.encode - package org.forgerock.util.encode
Provides fast and memory efficient Base64, Base64Url, and Hex decoding and encoding.
org.forgerock.util.generator - package org.forgerock.util.generator
Provides an abstraction of identifiers generators.
org.forgerock.util.i18n - package org.forgerock.util.i18n
Utility classes for dealing with internationalization (i18n).
org.forgerock.util.promise - package org.forgerock.util.promise
An implementation of the Promise API in Java.
org.forgerock.util.query - package org.forgerock.util.query
Provides a mechanism for implementing query filters.
org.forgerock.util.thread - package org.forgerock.util.thread
Provides a mechanism for handling shutdown of ExecutorService instances.
org.forgerock.util.thread.listener - package org.forgerock.util.thread.listener
Provides interfaces for handling shutdown.
org.forgerock.util.time - package org.forgerock.util.time
Provides a time service abstraction.
org.forgerock.util.xml - package org.forgerock.util.xml
Provides utilities for reading and processing XML.
org.opends.messages - package org.opends.messages
Defines all the messages that may be used in the Directory Server and tools.
org.opends.server.admin - package org.opends.server.admin
Common administration classes.
org.opends.server.api - package org.opends.server.api
Contains a number of API declarations for use throughout the Directory Server.
org.opends.server.api.plugin - package org.opends.server.api.plugin
Defines the Directory Server plugin API.
org.opends.server.authorization.dseecompat - package 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 - package org.opends.server.authorization.policy
Contains the policy based access control handler implementation.
org.opends.server.backends - package org.opends.server.backends
Contains various Directory Server backend implementations.
org.opends.server.backends.jeb - package 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 - package org.opends.server.backends.pluggable
Contains the code for implementing Directory Server pluggable storage backends.
org.opends.server.backends.pluggable.spi - package org.opends.server.backends.pluggable.spi
Interfaces and classes required when implementing new storage engines for the pluggable backend.
org.opends.server.backends.task - package 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 - package org.opends.server.backup
Classes related to backup and restore.
org.opends.server.config - package org.opends.server.config
Contains code used to interact with the Directory Server configuration.
org.opends.server.controls - package org.opends.server.controls
Contains classes that represent specific LDAP controls and their values.
org.opends.server.core - package org.opends.server.core
Contains various classes that comprise the core of the Directory Server codebase.
org.opends.server.crypto - package org.opends.server.crypto
This package implements the Directory Server cryptographic framework, which is described in the CrytpoManager design document.
org.opends.server.discovery - package org.opends.server.discovery
Contains the Service Discovery Mechanisms and APIs.
org.opends.server.extensions - package org.opends.server.extensions
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
org.opends.server.loggers - package org.opends.server.loggers
Contains implementations of Directory Server access, error, and debug loggers.
org.opends.server.loggers.slf4j - package org.opends.server.loggers.slf4j
Contains classes exported in opendj-slf4j-adapter osgi bundle.
org.opends.server.monitors - package org.opends.server.monitors
Contains various Directory Server monitor provider implementations.
org.opends.server.plugins - package org.opends.server.plugins
Contains the implementation for various Directory Server plugins.
org.opends.server.protocols - package 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 - package 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.http.authz - package org.opends.server.protocols.http.authz
Contains factories to build the authorization stage of the HTTP request processing.
org.opends.server.protocols.http.rest2ldap - package org.opends.server.protocols.http.rest2ldap
Contains the implementation for the HTTPEndpoint that is responsible for providing a REST interface to this LDAP server.
org.opends.server.protocols.jmx - package 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 - package 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.common - package org.opends.server.replication.common
This package contains utilities that can are used by all the packages below org.opends.server.replication.
org.opends.server.replication.plugin - package 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 - package 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 - package 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 - package org.opends.server.replication.server.changelog.api
This package contains the API for the changelog database.
org.opends.server.replication.server.changelog.file - package org.opends.server.replication.server.changelog.file
This package contains a file-based log implementation for the changelog database API.
org.opends.server.replication.service - package org.opends.server.replication.service
This package contains the generic of the Multi-Master replication code that works on the Directory Server side.
org.opends.server.schema - package org.opends.server.schema
Contains implementations of various Directory Server schema elements.
org.opends.server.tasks - package org.opends.server.tasks
Contains implementations for various Directory Server tasks.
org.opends.server.tools - package org.opends.server.tools
Contains various Directory Server tool implementations.
org.opends.server.tools.dsbackup - package org.opends.server.tools.dsbackup
Classes related to dsbackup tool.
org.opends.server.tools.status - package org.opends.server.tools.status
Defines the classes that are you used by the status command line.
org.opends.server.tools.supportextract - package org.opends.server.tools.supportextract
Contains the classes that are used by the supportextract tool.
org.opends.server.tools.tasks - package org.opends.server.tools.tasks
This package contains classes that support client tool interaction with the tasks backend.
org.opends.server.tools.upgrade - package org.opends.server.tools.upgrade
Defines the specific classes that are used by the upgrade tool.
org.opends.server.types - package org.opends.server.types
Contains implementations for a number of Directory Server data types.
org.opends.server.types.operation - package 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 - package 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.
org.slf4j.impl - package org.slf4j.impl
Classes needed by SLF4J to choose actual implementation of SLF4J API.
OTHER - Enum constant in enum class org.forgerock.monitoring.api.instrument.Meter.Type
 
OTHER - Enum constant in enum class org.forgerock.opendj.config.AdministratorAction.Type
Used when modifications to a property require an additional administrative action in order to take effect.
OTHER - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
OTHER - Enum constant in enum class org.opends.server.types.DisconnectReason
The disconnect reason that indicates that the client connection was closed for some other reason.
OTHER - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that should be used if no other result code is appropriate.
out - Variable in class org.opends.server.types.Operation
A consumer responsible for sending responses to the client.
OVERWRITE - Enum constant in enum class org.opends.server.types.ExistingFileBehavior
The file behavior that indicates that the data written should overwrite any existing file.
OVERWRITE - Static variable in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
The default handler which ignores changes applied to missing entries and tolerates duplicate entries by overwriting the existing entry with the new entry.

P

pagingRequested() - Method in interface org.forgerock.json.resource.QueryRequest
Returns whether paged results are requested.
Pair<F,S> - Class in org.forgerock.util
Ordered pair of arbitrary objects.
parallelStream() - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
PARAM_ACTION - Static variable in class org.forgerock.json.resource.http.HttpUtils
the HTTP request parameter for an action.
PARAM_COUNT_ONLY - Static variable in class org.forgerock.json.resource.http.HttpUtils
the HTTP request parameter to request only the count of results.
PARAM_CREST_API - Static variable in class org.forgerock.json.resource.http.HttpUtils
Request the CREST API Descriptor.
PARAM_FIELDS - Static variable in class org.forgerock.json.resource.http.HttpUtils
the HTTP request parameter to specify which fields to return.
PARAM_MIME_TYPE - Static variable in class org.forgerock.json.resource.http.HttpUtils
the HTTP request parameter to request a certain mimetype for a field.
PARAM_PAGE_SIZE - Static variable in class org.forgerock.json.resource.http.HttpUtils
the HTTP request parameter to request a certain page size.
PARAM_PAGED_RESULTS_COOKIE - Static variable in class org.forgerock.json.resource.http.HttpUtils
the HTTP request parameter to specify a paged results cookie.
PARAM_PAGED_RESULTS_OFFSET - Static variable in class org.forgerock.json.resource.http.HttpUtils
the HTTP request parameter to specify a paged results offset.
PARAM_PRETTY_PRINT - Static variable in class org.forgerock.json.resource.http.HttpUtils
the HTTP request parameter to request pretty printing.
PARAM_QUERY_EXPRESSION - Static variable in class org.forgerock.json.resource.http.HttpUtils
the HTTP request parameter to specify a query expression.
PARAM_QUERY_FILTER - Static variable in class org.forgerock.json.resource.http.HttpUtils
the HTTP request parameter to specify a query filter.
PARAM_QUERY_ID - Static variable in class org.forgerock.json.resource.http.HttpUtils
the HTTP request parameter to specify a query id.
PARAM_SORT_KEYS - Static variable in class org.forgerock.json.resource.http.HttpUtils
the HTTP request parameter to specify the sort keys.
PARAM_TOTAL_PAGED_RESULTS_POLICY - Static variable in class org.forgerock.json.resource.http.HttpUtils
The policy used for counting total paged results.
parameter(String, Object...) - Method in class org.forgerock.opendj.setup.model.Profile.ParameterValues
Adds the value(s) to the parameter associated to provided variable name.
parameters() - Static method in class org.forgerock.opendj.setup.model.Profile
Entry point method to programmatically define profile parameters values.
ParameterValues() - Constructor for class org.forgerock.opendj.setup.model.Profile.ParameterValues
 
parent() - Method in class org.forgerock.json.JsonPointer
Returns a pointer to the parent of the JSON value identified by this JSON pointer, or null if the pointer has no parent JSON value (i.e.
parent() - Method in class org.forgerock.json.resource.ResourcePath
Returns the resource path which is the immediate parent of this resource path, or null if this resource path is empty.
parent() - Method in class org.forgerock.opendj.config.ManagedObjectPath
Creates a new parent managed object path representing the immediate parent of this path.
parent() - Method in class org.forgerock.opendj.ldap.Dn
Returns the DN which is the immediate parent of this DN, or null if this DN is the empty DN.
parent(int) - Method in class org.forgerock.opendj.config.ManagedObjectPath
Creates a new parent managed object path the specified number of path elements above this path.
parent(int) - Method in class org.forgerock.opendj.ldap.Dn
Returns the DN which is equal to this DN with the specified number of RDNs removed.
parse() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
parse() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns a parser for this attribute which can be used for decoding values as different types of object.
parse() - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
parse(String) - Static method in class org.forgerock.json.resource.QueryFilters
Parses the provided query string into a QueryFilter.
parse(String) - Static method in class org.opends.server.backup.BackupId
Parses a backup ID from a string.
parse(String, boolean) - Method in class org.forgerock.config.resolvers.template.TemplateParser
Parse the input source into a Template honoring the escaping attribute.
parseAttribute(String) - Method in interface org.forgerock.opendj.ldap.Entry
Returns a parser for the named attribute contained in this entry.
parseAttribute(String) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
parseAttribute(Attribute) - Static method in class org.forgerock.opendj.ldap.AttributeParser
Returns an attribute parser for the provided attribute.
parseAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
Returns a parser for the named attribute contained in this entry.
parseAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
parseAttributeTypeOID(String) - Static method in class org.opends.server.util.SchemaUtils
Returns the OID from the provided attribute type definition, assuming the definition is valid.
parseAuditEventHandlerConfiguration(Class<C>, JsonValue) - Static method in class org.forgerock.audit.json.AuditJsonConfig
Returns the audit event handler configuration from the provided JSON string.
parseAuditServiceConfiguration(InputStream) - Static method in class org.forgerock.audit.json.AuditJsonConfig
Returns the audit service configuration from the provided input stream.
parseAuditServiceConfiguration(String) - Static method in class org.forgerock.audit.json.AuditJsonConfig
Returns the audit service configuration from the provided JSON string.
parseAuditServiceConfiguration(JsonValue) - Static method in class org.forgerock.audit.json.AuditJsonConfig
Returns the audit service configuration from the provided JSON value.
parseBoolean() - Static method in class org.forgerock.json.JsonValueFunctions
Returns a Boolean by converting the JsonValue using JsonValue.asLong(), or by parsing the JsonValue string using Boolean.parseBoolean(String).
parseDateTimeString(String) - Static method in class org.opends.server.util.StaticUtils
Converts a string representing a time in "yyyyMMddHHmmss.SSS'Z'" or "yyyyMMddHHmmss" to a Date.
parseDITContentRuleOID(String) - Static method in class org.opends.server.util.SchemaUtils
Returns the OID from the provided DIT content rule definition, assuming the definition is valid.
parseDn(ManagedObjectPath<?, ?>, InstantiableRelationDefinition<C, S>, String) - Static method in class org.forgerock.opendj.config.Reference
Parses a DN string value as a reference using the provided managed object path and relation definition.
parseField(String) - Method in class org.forgerock.util.query.QueryFilterParser
Parses the field description from the current filter token into the type of field description the QueryFilter uses.
ParseJsonValue() - Constructor for class org.forgerock.audit.handlers.csv.CsvAuditEventHandler.ParseJsonValue
 
parseLong() - Static method in class org.forgerock.json.JsonValueFunctions
Returns a Long by converting the JsonValue using JsonValue.asLong(), or by parsing the JsonValue string using Long.parseLong(String).
parseMatchingRuleUseOID(String) - Static method in class org.opends.server.util.SchemaUtils
Returns the OID from the provided matching rule use definition, assuming the definition is valid.
parseName(ManagedObjectPath<?, ?>, InstantiableRelationDefinition<C, S>, String) - Static method in class org.forgerock.opendj.config.Reference
Parses a name as a reference using the provided managed object path and relation definition.
parseNameFormOID(String) - Static method in class org.opends.server.util.SchemaUtils
Returns the OID from the provided name form definition, assuming the definition is valid.
parseObjectClassOID(String) - Static method in class org.opends.server.util.SchemaUtils
Returns the OID from the provided object class definition, assuming the definition is valid.
parseRuleID(String) - Static method in class org.opends.server.util.SchemaUtils
Returns the ruleID from the provided DIT structure rule definition, assuming the definition is valid.
parseSchemaFileFromElementDefinition(String) - Static method in class org.opends.server.util.SchemaUtils
Parses the schema file (value of X-SCHEMA-FILE extension) from the provided schema element definition.
parseString(String) - Static method in enum class org.opends.messages.Severity
Returns the Severity associated with the input string s which can either be a severity's name or messageDescriptorForm.
parseStringValue(String) - Method in class org.forgerock.opendj.setup.model.Profile.DnParameter
 
parseStringValue(String) - Method in class org.forgerock.opendj.setup.model.Profile.DomainParameter
 
parseStringValue(String) - Method in class org.forgerock.opendj.setup.model.Profile.EnumParameter
 
parseStringValue(String) - Method in class org.forgerock.opendj.setup.model.Profile.HostPortParameter
 
parseStringValue(String) - Method in class org.forgerock.opendj.setup.model.Profile.NumberParameter
 
parseStringValue(String) - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Parses provided string value into this parameter type and returns the typed value.
parseStringValue(String) - Method in class org.forgerock.opendj.setup.model.Profile.PasswordParameter
 
parseStringValue(String) - Method in class org.forgerock.opendj.setup.model.Profile.PathParameter
 
parseStringValue(String) - Method in class org.forgerock.opendj.setup.model.Profile.StringParameter
 
parseSyntaxOID(String) - Static method in class org.opends.server.util.SchemaUtils
Returns the OID from the provided syntax definition, assuming the definition is valid.
parseTaskTab(String) - Static method in class org.opends.server.backends.task.RecurringTask
Parse and validate recurring task schedule.
parseTimeString(String) - Static method in class org.opends.server.tools.tasks.TaskEntry
Parses a date time from its string representation.
parseValue(String) - Static method in enum class org.forgerock.opendj.config.SizeUnit
Parse the provided size string and return its equivalent size in bytes.
parseValue(String, SizeUnit) - Static method in enum class org.forgerock.opendj.config.SizeUnit
Parse the provided size string and return its equivalent size in bytes.
PARTIAL_DATE_TIME_INDEX_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The preferred index name for partial date and time matching rule.
partiallyDecode(String) - Static method in class org.opends.server.types.LDAPURL
Decodes the provided string as an LDAP URL, but do not decode the base DN and only keep it as a string instead (it can be retrieved by calling LDAPURL.getRawBaseDN()).
Partition - Class in org.forgerock.opendj.discovery
Named set of servers defining a distributed service.
Partition - Class in org.opends.server.discovery
Named set of servers defining a distributed service.
Partition.Server - Class in org.forgerock.opendj.discovery
A server from a partition.
Partition.Server - Class in org.opends.server.discovery
A server from a partition.
partitionsChanged(ServiceDiscoveryMechanism) - Method in interface org.forgerock.opendj.discovery.ServiceDiscoveryChangeListener
Invoked when the service discovery mechanism detected that the servers have changed.
partitionsChanged(ServiceDiscoveryMechanism<?>) - Method in interface org.opends.server.discovery.ServiceDiscoveryChangeListener
Invoked when the service discovery mechanism detected that the servers have changed.
password(char[]) - Static method in class org.forgerock.secrets.GenericSecret
A helper utility for constructing a Generic Secret from a password that never expires.
password(char[]) - Method in class org.forgerock.secrets.SecretBuilder
Sets the raw data of this secret object to the UTF-8 bytes of the given password.
password(String, char[]) - Static method in class org.forgerock.secrets.GenericSecret
A helper utility for constructing a Generic Secret from a password that never expires.
password(String, char[], Clock) - Static method in class org.forgerock.secrets.GenericSecret
A helper utility for constructing a Generic Secret from a password with a default expiry time.
Password - Interface in org.forgerock.opendj.ldap
An encoded password.
PASSWORD - Static variable in class org.forgerock.secrets.Purpose
Indicates a secret intended to be used as a password for authentication to some service.
PASSWORD_CHANGED - Enum constant in enum class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType
Generate a notification whenever a user changes his/her own password.
PASSWORD_CHANGED - Enum constant in enum class org.opends.server.types.AccountStatusNotificationType
Indicates whether an account status notification message should be generated whenever a user changes his/her own password.
PASSWORD_EXPIRATION_TIME - Enum constant in enum class org.opends.server.types.AccountStatusNotificationProperty
The property whose value will be the generalized time representation of the time that the user's password will expire.
PASSWORD_EXPIRED - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Indicates that the password has expired and must be reset.
PASSWORD_EXPIRED - Enum constant in enum class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType
Generate a notification whenever a user authentication has failed because the password has expired.
PASSWORD_EXPIRED - Enum constant in enum class org.opends.server.types.AccountStatusNotificationType
Indicates that an account status notification message should be generated whenever a user authentication has failed because the password has expired.
PASSWORD_EXPIRING - Enum constant in enum class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType
Generate a notification whenever a password expiration warning is encountered for a user password for the first time.
PASSWORD_EXPIRING - Enum constant in enum class org.opends.server.types.AccountStatusNotificationType
Indicates that an account status notification message should be generated the first time that a password expiration warning is encountered for a user password.
PASSWORD_IN_HISTORY - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Indicates that a password has already been used and the user must choose a different one.
PASSWORD_MOD_NOT_ALLOWED - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Indicates that a user is restricted from changing her password.
PASSWORD_POLICY_DN - Enum constant in enum class org.opends.server.types.AccountStatusNotificationProperty
The property whose value will be the string representation of the DN of the password policy for the target user.
PASSWORD_RESET - Enum constant in enum class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType
Generate a notification whenever a user's password is reset by an administrator.
PASSWORD_RESET - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the user to reset user passwords.
PASSWORD_RESET - Enum constant in enum class org.opends.server.types.AccountStatusNotificationType
Indicates that an account status notification message should be generated whenever a user's password is reset by an administrator.
PASSWORD_RESET - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to reset user passwords.
PASSWORD_TOO_SHORT - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Indicates that a password is not long enough.
PASSWORD_TOO_YOUNG - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Indicates that the age of the password to be modified is not yet old enough.
PasswordExpirationTimeVirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Password Expiration Time Virtual Attribute settings.
PasswordExpirationTimeVirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Password Expiration Time Virtual Attribute settings.
PasswordExpirationTimeVirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Password Expiration Time Virtual Attribute managed object definition meta information.
PasswordExpirationTimeVirtualAttributeProvider - Class in org.opends.server.extensions
Provider for the password expiration time virtual attribute.
PasswordExpirationTimeVirtualAttributeProvider() - Constructor for class org.opends.server.extensions.PasswordExpirationTimeVirtualAttributeProvider
 
PasswordExpiredResponseControl - Class in org.forgerock.opendj.ldap.controls
The Netscape password expired response control as defined in draft-vchu-ldap-pwd-policy.
PasswordExpiringResponseControl - Class in org.forgerock.opendj.ldap.controls
The Netscape password expiring response control as defined in draft-vchu-ldap-pwd-policy.
passwordGenerator(Supplier<byte[]>) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Adds a password generator to the backend.
PasswordGenerator<T extends PasswordGeneratorCfg> - Class in org.opends.server.api
This class defines a set of methods and structures that must be implemented by a Directory Server module that may be used to generate user passwords.
PasswordGenerator() - Constructor for class org.opends.server.api.PasswordGenerator
 
PasswordGeneratorCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Password Generator settings.
PasswordGeneratorCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Password Generator settings.
PasswordGeneratorCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Password Generator managed object definition meta information.
PasswordGeneratorConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the set of password generators defined in the Directory Server.
PasswordGeneratorConfigManager(ServerContext) - Constructor for class org.opends.server.core.PasswordGeneratorConfigManager
Creates a new instance of this password generator config manager.
passwordIsAcceptable(ByteString, Set<ByteString>, Operation, Entry, LocalizableMessageBuilder) - Method in class org.opends.server.api.PasswordValidator
Indicates whether the provided password is acceptable for use by the specified user.
passwordIsAcceptable(ByteString, Set<ByteString>, Operation, Entry, LocalizableMessageBuilder) - Method in class org.opends.server.core.PasswordPolicyState
Indicates whether the provided password appears to be acceptable according to the password validators, and adds a PasswordQualityAdviceResponseControl to the operation's response if requested.
passwordIsAcceptable(ByteString, Set<ByteString>, Operation, Entry, LocalizableMessageBuilder) - Method in class org.opends.server.extensions.AttributeValuePasswordValidator
 
passwordIsAcceptable(ByteString, Set<ByteString>, Operation, Entry, LocalizableMessageBuilder) - Method in class org.opends.server.extensions.CharacterSetPasswordValidator
 
passwordIsAcceptable(ByteString, Set<ByteString>, Operation, Entry, LocalizableMessageBuilder) - Method in class org.opends.server.extensions.DictionaryPasswordValidator
 
passwordIsAcceptable(ByteString, Set<ByteString>, Operation, Entry, LocalizableMessageBuilder) - Method in class org.opends.server.extensions.LengthBasedPasswordValidator
 
passwordIsAcceptable(ByteString, Set<ByteString>, Operation, Entry, LocalizableMessageBuilder) - Method in class org.opends.server.extensions.RepeatedCharactersPasswordValidator
 
passwordIsAcceptable(ByteString, Set<ByteString>, Operation, Entry, LocalizableMessageBuilder) - Method in class org.opends.server.extensions.SimilarityBasedPasswordValidator
 
passwordIsAcceptable(ByteString, Set<ByteString>, Operation, Entry, LocalizableMessageBuilder) - Method in class org.opends.server.extensions.UniqueCharactersPasswordValidator
 
passwordIsAcceptable(ByteString, Set<ByteString>, Operation, Entry, LocalizableMessageBuilder, PasswordValidator<?>) - Method in class org.opends.server.core.PasswordPolicy
Indicates whether the provided password appears to be acceptable according to the password validators, and adds a PasswordQualityAdviceResponseControl to the operation's response if requested.
passwordIsPreEncoded(ByteString) - Method in class org.opends.server.core.PasswordPolicyState
Indicates whether the provided password value is pre-encoded.
passwordMatches(ByteString) - Method in class org.opends.server.api.AuthenticationPolicyState
Returns true if the provided password value matches any of the user's passwords.
passwordMatches(ByteString, String, ServerContext) - Method in interface org.opends.server.core.PasswordVerifier
Indicates whether the provided plaintext password matches the encoded password.
passwordMatches(ByteString, AtomicReference<ByteString>) - Method in class org.opends.server.api.AuthenticationPolicyState
Returns true if the provided password value matches any of the user's passwords.
passwordMatches(ByteString, AtomicReference<ByteString>) - Method in class org.opends.server.core.PasswordPolicyState
 
passwordMatches(ByteString, ByteString) - Method in class org.opends.server.api.PasswordStorageScheme
Indicates whether the provided plaintext password included in a bind request matches the given stored value.
passwordMatches(ByteString, ByteString) - Method in class org.opends.server.extensions.PBKDF2HmacSHA256PasswordStorageScheme
 
passwordMatches(ByteString, ByteString) - Method in class org.opends.server.extensions.ScramSha512PasswordStorageScheme
 
passwordMatches(ByteString, ByteString) - Method in class org.opends.server.extensions.Argon2PasswordStorageScheme
 
passwordMatches(ByteString, ByteString) - Method in class org.opends.server.extensions.Base64PasswordStorageScheme
 
passwordMatches(ByteString, ByteString) - Method in class org.opends.server.extensions.BcryptPasswordStorageScheme
 
passwordMatches(ByteString, ByteString) - Method in class org.opends.server.extensions.ClearPasswordStorageScheme
 
passwordMatches(ByteString, ByteString) - Method in class org.opends.server.extensions.CryptPasswordStorageScheme
 
passwordMatches(ByteString, ByteString) - Method in class org.opends.server.extensions.PKCS5S2PasswordStorageScheme
 
passwordMatches(ByteString, ByteString) - Method in class org.opends.server.extensions.AESPasswordStorageScheme
 
passwordMatches(ByteString, ByteString) - Method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
 
passwordMatches(ByteString, ByteString) - Method in class org.opends.server.extensions.MD5PasswordStorageScheme
 
passwordMatches(ByteString, Entry) - Method in class org.opends.server.core.PasswordPolicyState
Returns true if the provided password value matches any of the user's passwords in the given entry.
passwordMatches(ByteString, Entry, AtomicReference<ByteString>) - Method in class org.opends.server.core.PasswordPolicyState
Returns true if the provided password value matches any of the user's passwords in the given entry.
passwordMatches(ScramCredential, ByteString) - Method in class org.forgerock.opendj.security.ScramMechanism
Returns true if the password matches the stored SCRAM credentials.
PasswordModifyExtendedOperation - Class in org.opends.server.extensions
This class implements the password modify extended operation defined in RFC 3062.
PasswordModifyExtendedOperation() - Constructor for class org.opends.server.extensions.PasswordModifyExtendedOperation
Create an instance of this password modify extended operation.
PasswordModifyExtendedOperationHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Password Modify Extended Operation Handler settings.
PasswordModifyExtendedOperationHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Password Modify Extended Operation Handler settings.
PasswordModifyExtendedOperationHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Password Modify Extended Operation Handler managed object definition meta information.
PasswordModifyExtendedRequest - Class in org.forgerock.opendj.ldap.messages
The password modify extended request as defined in RFC 3062.
PasswordModifyExtendedResult - Interface in org.forgerock.opendj.ldap.messages
The password modify extended result as defined in RFC 3062.
passwordParameter(String) - Method in class org.forgerock.opendj.setup.model.Profile.ParameterFactory
Creates and returns a new password parameter.
PasswordPolicy - Class in org.opends.server.core
This class defines a data structure that holds information about a Directory Server password policy.
PasswordPolicy() - Constructor for class org.opends.server.core.PasswordPolicy
Creates a new password policy.
PasswordPolicyCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Password Policy settings.
PasswordPolicyCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Password Policy settings.
PasswordPolicyCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Password Policy managed object definition meta information.
PasswordPolicyCfgDefn.StateUpdateFailurePolicy - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "state-update-failure-policy" property.
PasswordPolicyErrorType - Enum Class in org.forgerock.opendj.ldap.controls
A password policy error type as defined in draft-behera-ldap-password-policy is used to indicate problems concerning a user's account or password.
PasswordPolicyFactory - Class in org.opends.server.core
This class is the interface between the password policy configurable component and a password policy state object.
PasswordPolicyFactory() - Constructor for class org.opends.server.core.PasswordPolicyFactory
 
PasswordPolicyImportPlugin - Class in org.opends.server.plugins
This class implements a Directory Server plugin that performs various password policy processing during an LDIF import.
PasswordPolicyImportPlugin() - Constructor for class org.opends.server.plugins.PasswordPolicyImportPlugin
Creates a new instance of this Directory Server plugin.
PasswordPolicyImportPluginCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Password Policy Import Plugin settings.
PasswordPolicyImportPluginCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Password Policy Import Plugin settings.
PasswordPolicyImportPluginCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Password Policy Import Plugin managed object definition meta information.
PasswordPolicyRequestControl - Class in org.forgerock.opendj.ldap.controls
The password policy request control as defined in draft-behera-ldap-password-policy.
PasswordPolicyResponseControl - Class in org.forgerock.opendj.ldap.controls
The password policy response control as defined in draft-behera-ldap-password-policy.
PasswordPolicyState - Class in org.opends.server.core
This class provides a data structure for holding password policy state information for a user account.
PasswordPolicyStateExtendedOperation - Class in org.opends.server.extensions
This class implements an LDAP extended operation that can be used to query and update elements of the Directory Server password policy state for a given user.
PasswordPolicyStateExtendedOperation() - Constructor for class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
Create an instance of this password policy state extended operation.
PasswordPolicyStateExtendedOperationHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Password Policy State Extended Operation Handler settings.
PasswordPolicyStateExtendedOperationHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Password Policy State Extended Operation Handler settings.
PasswordPolicyStateExtendedOperationHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Password Policy State Extended Operation Handler managed object definition meta information.
PasswordPolicySubentryVirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Password Policy Subentry Virtual Attribute settings.
PasswordPolicySubentryVirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Password Policy Subentry Virtual Attribute settings.
PasswordPolicySubentryVirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Password Policy Subentry Virtual Attribute managed object definition meta information.
PasswordPolicySubentryVirtualAttributeProvider - Class in org.opends.server.extensions
This class implements a virtual attribute provider to serve the pwdPolicySubentry operational attribute as described in Password Policy for LDAP Directories Internet-Draft.
PasswordPolicySubentryVirtualAttributeProvider() - Constructor for class org.opends.server.extensions.PasswordPolicySubentryVirtualAttributeProvider
 
PasswordPolicyWarningType - Enum Class in org.forgerock.opendj.ldap.controls
A password policy warning type as defined in draft-behera-ldap-password-policy is used to indicate the current state of a user's password.
PasswordProvider() - Constructor for class org.forgerock.opendj.setup.model.Security.PasswordProvider
 
PasswordStorageScheme<T extends PasswordStorageSchemeCfg> - Class in org.opends.server.api
This class defines the set of methods and structures that must be implemented by a Directory Server module that implements a password storage scheme.
PasswordStorageScheme() - Constructor for class org.opends.server.api.PasswordStorageScheme
 
PasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Password Storage Scheme settings.
PasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Password Storage Scheme settings.
PasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Password Storage Scheme managed object definition meta information.
PasswordStorageSchemeConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the set of password storage schemes defined in the Directory Server.
PasswordStorageSchemeConfigManager(ServerContext) - Constructor for class org.opends.server.core.PasswordStorageSchemeConfigManager
Creates a new instance of this password storage scheme config manager.
PasswordValidator<T extends PasswordValidatorCfg> - Class in org.opends.server.api
This class defines the set of methods and structures that must be implemented by a Directory Server module that may be used to determine whether a proposed password is acceptable for a user.
PasswordValidator() - Constructor for class org.opends.server.api.PasswordValidator
 
PasswordValidatorCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Password Validator settings.
PasswordValidatorCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Password Validator settings.
PasswordValidatorCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Password Validator managed object definition meta information.
PasswordValidatorConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the set of password validators defined in the Directory Server.
PasswordValidatorConfigManager(ServerContext) - Constructor for class org.opends.server.core.PasswordValidatorConfigManager
Creates a new instance of this password validator config manager.
PasswordVerifier - Interface in org.opends.server.core
Verifies password against user / authentication PasswordStorageSchemes.
patch(JsonValue) - Method in class org.forgerock.json.JsonValue
Applies a set of modifications in a JSON patch value to the current object, resulting in the intended target value.
patch(JsonValue, JsonValue) - Static method in class org.forgerock.json.JsonPatch
Applies a set of modifications in a JSON patch value to an original value, resulting in the intended target value.
patch(JsonValue, JsonValue, JsonPatchValueTransformer) - Static method in class org.forgerock.json.JsonPatch
Applies a set of modifications in a JSON patch value to an original value, resulting in the intended target value.
patch(EntryReader, ChangeRecordReader) - Static method in class org.forgerock.opendj.ldif.Ldif
Applies the set of changes contained in patch to the content of input and returns the result in an entry reader.
patch(EntryReader, ChangeRecordReader, RejectedChangeRecordListener) - Static method in class org.forgerock.opendj.ldif.Ldif
Applies the set of changes contained in patch to the content of input and returns the result in an entry reader.
patch(Context, PatchRequest) - Method in class org.forgerock.json.resource.AbstractAsynchronousConnection
 
patch(Context, PatchRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Updates a JSON resource by applying a set of changes to its existing content.
patch(Context, PatchRequest) - Method in interface org.forgerock.json.resource.Connection
Updates a JSON resource by applying a set of changes to its existing content.
PATCH - Enum constant in enum class org.forgerock.json.resource.RequestType
A patch request.
patchAsync(Context, PatchRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Asynchronously updates a JSON resource by applying a set of changes to its existing content.
patchAsync(Context, PatchRequest) - Method in interface org.forgerock.json.resource.Connection
Asynchronously updates a JSON resource by applying a set of changes to its existing content.
patchFixIds() - Method in class org.forgerock.opendj.server.core.ProductInformation
Returns the set of bug IDs for fixes included in this build of the Directory Server.
patchInstance(Context, String, PatchRequest) - Method in interface org.forgerock.json.resource.CollectionResourceProvider
Patches an existing resource within the collection.
patchInstance(Context, String, PatchRequest) - Method in class org.forgerock.json.resource.MemoryBackend
Patches an existing resource within the collection.
patchInstance(Context, PatchRequest) - Method in interface org.forgerock.json.resource.SingletonResourceProvider
Patches the single resource instance.
PatchOperation - Class in org.forgerock.json.resource
An individual patch operation which is to be performed against a field within a resource.
PatchRequest - Interface in org.forgerock.json.resource
A request to update a JSON resource by applying a set of changes to its existing content.
path() - Method in record class org.forgerock.secrets.propertyresolver.SecretResource
Returns the value of the path record component.
PATH - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The path event payload field name.
PATH_PTR - Static variable in class org.forgerock.json.JsonPatch
Path to the "path" attribute of a patch entry.
pathParameter(String) - Method in class org.forgerock.opendj.setup.model.Profile.ParameterFactory
Creates and returns a new Path parameter.
pathPropertyResolver(Map<String, Path>) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Constructs a path resolver to expose paths and associated URLs.
pattern() - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as a regular expression pattern.
PATTERN - Static variable in class org.forgerock.json.schema.validator.Constants
The pattern field name.
PatternDN - Class in org.opends.server.authorization.dseecompat
This class is used to encapsulate DN pattern matching using wildcards.
PatternIP - Class in org.opends.server.authorization.dseecompat
A class representing a single IP address parsed from a IP bind rule expression.
PATTERNPROPERTIES - Static variable in class org.forgerock.json.schema.validator.Constants
The patternProperties field name.
PatternRDN - Class in org.opends.server.authorization.dseecompat
This class is used to match RDN patterns containing wildcards in either the attribute types or the attribute values.
pauseDetector() - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry.Config
Returns the associated Pause Detector.
pauseDetector() - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry.ConfigImpl
 
pauseDetector(PauseDetector) - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry.Config
Sets the default pause detector to use for all timers in this registry.
pauseDetector(PauseDetector) - Method in class org.forgerock.monitoring.api.instrument.Timer.Builder
Sets the pause detector implementation to use for this timer.
pauseDetector(PauseDetector) - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry.ConfigImpl
 
PauseDetector - Interface in org.forgerock.monitoring.api.instrument.histogram.pause
 
PBKDF2_ITERATIONS - Static variable in class org.forgerock.opendj.security.KeyStoreParameters
The number of iterations to use when deriving encryption keys from passwords using PBKDF2.
PBKDF2_SALT_SIZE - Static variable in class org.forgerock.opendj.security.KeyStoreParameters
The number of random bytes to use as the salt when deriving encryption keys from passwords using PBKDF2.
PBKDF2HmacSHA256PasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme based on the PBKDF2 algorithm defined in RFC 2898, using HMAC-SHA256 pseudorandom function.
PBKDF2HmacSHA256PasswordStorageScheme() - Constructor for class org.opends.server.extensions.PBKDF2HmacSHA256PasswordStorageScheme
 
Pbkdf2HmacSha256PasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying PBKDF2-HMAC-SHA256 Password Storage Scheme settings.
Pbkdf2HmacSha256PasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying PBKDF2-HMAC-SHA256 Password Storage Scheme settings.
Pbkdf2HmacSha256PasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the PBKDF2-HMAC-SHA256 Password Storage Scheme managed object definition meta information.
PBKDF2HmacSHA512PasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme based on the PBKDF2 algorithm defined in RFC 2898, using HMAC-SHA512 pseudorandom function.
PBKDF2HmacSHA512PasswordStorageScheme() - Constructor for class org.opends.server.extensions.PBKDF2HmacSHA512PasswordStorageScheme
 
Pbkdf2HmacSha512PasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying PBKDF2-HMAC-SHA512 Password Storage Scheme settings.
Pbkdf2HmacSha512PasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying PBKDF2-HMAC-SHA512 Password Storage Scheme settings.
Pbkdf2HmacSha512PasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the PBKDF2-HMAC-SHA512 Password Storage Scheme managed object definition meta information.
PBKDF2PasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme based on the PBKDF2 algorithm defined in RFC 2898.
PBKDF2PasswordStorageScheme() - Constructor for class org.opends.server.extensions.PBKDF2PasswordStorageScheme
 
Pbkdf2PasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying PBKDF2 Password Storage Scheme settings.
Pbkdf2PasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying PBKDF2 Password Storage Scheme settings.
Pbkdf2PasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the PBKDF2 Password Storage Scheme managed object definition meta information.
Pbkdf2PasswordStorageSchemeCfgDefn.RehashPolicy - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "rehash-policy" property.
peek() - Method in class org.forgerock.opendj.ldap.ByteStringReader
Returns the byte situated at the current position.
peek(int) - Method in class org.forgerock.opendj.ldap.ByteStringReader
Returns the byte situated at the given offset from current position.
peekLength() - Method in class org.forgerock.opendj.io.Asn1Reader
Returns the length of the next element without actually reading it.
peekType() - Method in class org.forgerock.opendj.io.Asn1Reader
Returns the single byte type of the next element without actually reading it.
peekTypeMultiByte() - Method in class org.forgerock.opendj.io.Asn1Reader
Returns the possibly multi-byte type of the next element without actually reading it.
PemKeyManagerProvider - Class in org.opends.server.extensions
A KeyManagerProvider that reads keys from PEM files in a configured file system directory and automatically reacts to file modification, deletion or addition.
PemKeyManagerProvider() - Constructor for class org.opends.server.extensions.PemKeyManagerProvider
Constructs a PemKeyManagerProvider with the default clock.
PemKeyManagerProviderCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Pem Key Manager Provider settings.
PemKeyManagerProviderCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Pem Key Manager Provider settings.
PemKeyManagerProviderCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Pem Key Manager Provider managed object definition meta information.
PemPropertyFormat - Class in org.forgerock.secrets.propertyresolver
Supports decoding keys and certificates in PEM format.
PemPropertyFormat() - Constructor for class org.forgerock.secrets.propertyresolver.PemPropertyFormat
Initializes the property format without any support for decrypting private key files.
PemPropertyFormat(Supplier<SecretBuilder>) - Constructor for class org.forgerock.secrets.propertyresolver.PemPropertyFormat
Initializes the property format without any support for decrypting private key files.
PemPropertyFormat(SecretsProvider, Purpose<GenericSecret>) - Constructor for class org.forgerock.secrets.propertyresolver.PemPropertyFormat
Initializes the property format with the given secrets provider and purpose for decrypting password-encrypted PEM files.
PemPropertyFormat(SecretsProvider, Purpose<GenericSecret>, Supplier<SecretBuilder>) - Constructor for class org.forgerock.secrets.propertyresolver.PemPropertyFormat
Initializes the property format with the given secrets provider and purpose for decrypting password-encrypted PEM files.
PemTrustManagerProvider - Class in org.opends.server.extensions
A TrustManagerProvider that reads trusted certificates from PEM files in a configured file system directory and automatically reacts to file modification, deletion or addition.
PemTrustManagerProvider() - Constructor for class org.opends.server.extensions.PemTrustManagerProvider
Constructs a PemTrustManagerProvider with the default clock.
PemTrustManagerProviderCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Pem Trust Manager Provider settings.
PemTrustManagerProviderCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Pem Trust Manager Provider settings.
PemTrustManagerProviderCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Pem Trust Manager Provider managed object definition meta information.
percentile() - Method in class org.forgerock.monitoring.api.instrument.ValueAtPercentile
 
percentile(double) - Method in interface org.forgerock.monitoring.api.instrument.DistributionSummary
The value at a specific percentile.
percentile(double) - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableHistogram
 
percentile(double) - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableMeter
 
percentile(double, TimeUnit) - Method in interface org.forgerock.monitoring.api.instrument.Timer
The latency at a specific percentile.
percentile(double, TimeUnit) - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableTimer
 
PercentileHistogramBuckets - Class in org.forgerock.monitoring.api.instrument.histogram
Generator for a set of histogram buckets intended for use by a monitoring system that supports aggregable percentile approximations such as Prometheus' histogram_quantiles or Atlas' :percentiles.
PercentileHistogramBuckets() - Constructor for class org.forgerock.monitoring.api.instrument.histogram.PercentileHistogramBuckets
 
percentiles() - Element in annotation interface org.forgerock.monitoring.api.annotation.Timed
 
percentiles(double...) - Method in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig.Builder
 
percentilesHistogram(Boolean) - Method in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig.Builder
 
percentileValues() - Method in class org.forgerock.monitoring.api.instrument.HistogramSnapshot
 
performBackendPostFinalizationProcessing(String, Predicate<Dn>) - Method in interface org.opends.server.api.LocalBackendInitializationListener
Performs any processing that may be required whenever a backend is finalized.
performBackendPostFinalizationProcessing(String, Predicate<Dn>) - Method in class org.opends.server.authorization.dseecompat.AciListenerManager
Performs any processing that may be required whenever a backend is finalized.
performBackendPostFinalizationProcessing(String, Predicate<Dn>) - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
performBackendPostFinalizationProcessing(String, Predicate<Dn>) - Method in class org.opends.server.core.GroupManager
Performs any processing that may be required whenever a backend is finalized.
performBackendPostFinalizationProcessing(String, Predicate<Dn>) - Method in class org.opends.server.core.SubentryManager
Performs any processing that may be required whenever a backend is finalized.
performBackendPostInitializationProcessing(LocalBackend<?>) - Method in interface org.opends.server.api.LocalBackendInitializationListener
Performs any processing that may be required after the Initialisation cycle has been completed, that is all listeners have received the initialisation event, and the backend has been put into service,.
performBackendPostInitializationProcessing(LocalBackend<?>) - Method in class org.opends.server.crypto.CryptoManagerSync
 
performBackendPostInitializationProcessing(LocalBackend<?>) - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
 
performBackendPreFinalizationProcessing(LocalBackend<?>) - Method in interface org.opends.server.api.LocalBackendInitializationListener
Performs any processing that may be required before starting the finalisation cycle, that is invoked before any listener receive the Finalization event.
performBackendPreFinalizationProcessing(LocalBackend<?>) - Method in class org.opends.server.crypto.CryptoManagerSync
 
performBackendPreFinalizationProcessing(LocalBackend<?>) - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
 
performBackendPreInitializationProcessing(LocalBackend<?>) - Method in interface org.opends.server.api.LocalBackendInitializationListener
Performs any processing that may be required whenever a backend is initialized for use in the Directory Server.
performBackendPreInitializationProcessing(LocalBackend<?>) - Method in class org.opends.server.authorization.dseecompat.AciListenerManager
Performs any processing that may be required whenever a backend is initialized for use in the Directory Server.
performBackendPreInitializationProcessing(LocalBackend<?>) - Method in class org.opends.server.core.GroupManager
Performs any processing that may be required whenever a backend is initialized for use in the Directory Server.
performBackendPreInitializationProcessing(LocalBackend<?>) - Method in class org.opends.server.core.SubentryManager
Performs any processing that may be required whenever a backend is initialized for use in the Directory Server.
performExtendedHandshake(ServerId<?>, GroupId, ServerState, long) - Method in interface org.opends.server.replication.protocol.Session
Performs extended handshake to exchange additional information.
performPostAdd(ServerManagedObject<?>) - Method in class org.forgerock.opendj.config.server.ServerConstraintHandler
Performs any post-add processing required by this constraint.
performPostDelete(ServerManagedObject<?>) - Method in class org.forgerock.opendj.config.server.ServerConstraintHandler
Performs any post-delete processing required by this constraint.
performPostModify(ServerManagedObject<?>) - Method in class org.forgerock.opendj.config.server.ServerConstraintHandler
Performs any post-modify processing required by this constraint.
PerItemEvictionStrategyCache<K,V> - Class in org.forgerock.util
PerItemEvictionStrategyCache is a thread-safe write-through cache.
PerItemEvictionStrategyCache(ScheduledExecutorService, AsyncFunction<V, Duration, Exception>) - Constructor for class org.forgerock.util.PerItemEvictionStrategyCache
Build a new PerItemEvictionStrategyCache using the given scheduled executor.
PerItemEvictionStrategyCache(ScheduledExecutorService, Duration) - Constructor for class org.forgerock.util.PerItemEvictionStrategyCache
Build a new PerItemEvictionStrategyCache using the given scheduled executor.
PermanentException - Exception in org.forgerock.json.resource
An exception that indicates that a failure is permanent, i.e.
PermanentException(int, String, Throwable) - Constructor for exception org.forgerock.json.resource.PermanentException
Constructs a new exception with the specified detail message and cause.
PermBindRulePair - Class in org.opends.server.authorization.dseecompat
A class representing a permission-bind rule pair.
Permission - Class in org.opends.server.authorization.dseecompat
A class representing the permissions of an bind rule.
PERMISSIVE - Enum constant in enum class org.forgerock.opendj.ldap.Entries.DiffStrategy
Compute a minimal set of modifications optimized for use with the permissive modify request control.
PermissiveModifyRequestControl - Class in org.forgerock.opendj.ldap.controls
The Microsoft defined permissive modify request control.
PERSISTENT - Enum constant in enum class org.forgerock.audit.handlers.jms.DeliveryModeConfig
A persistent delivery mode.
PersistentSearch - Class in org.opends.server.core
This class defines a data structure that will be used to hold the information necessary for processing a persistent search.
PersistentSearchChangeType - Enum Class in org.forgerock.opendj.ldap.controls
A persistent search change type as defined in draft-ietf-ldapext-psearch is used to indicate the type of update operation that caused an entry change notification to occur.
PersistentSearchRequestControl - Class in org.forgerock.opendj.ldap.controls
The persistent search request control as defined in draft-ietf-ldapext-psearch.
pimpl - Variable in class org.forgerock.util.query.QueryFilter
the filter implementation.
PKCS11 - Static variable in class org.forgerock.opendj.security.KeyManagers
PKCS11 keystore type.
PKCS11KeyManagerProvider - Class in org.opends.server.extensions
This class defines a key manager provider that will access keys stored on a PKCS#11 device.
PKCS11KeyManagerProvider() - Constructor for class org.opends.server.extensions.PKCS11KeyManagerProvider
 
Pkcs11KeyManagerProviderCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying PKCS#11 Key Manager Provider settings.
Pkcs11KeyManagerProviderCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying PKCS#11 Key Manager Provider settings.
Pkcs11KeyManagerProviderCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the PKCS#11 Key Manager Provider managed object definition meta information.
pkcs11KeyStore(Security.PasswordProvider) - Static method in class org.forgerock.opendj.setup.model.Security
Specifies keystore data to use to secure the server instance to setup.
Pkcs11TrustManagerProvider - Class in org.opends.server.extensions
Define a trust manager provider that will access certificates stored on a PKCS#11 device.
Pkcs11TrustManagerProvider() - Constructor for class org.opends.server.extensions.Pkcs11TrustManagerProvider
 
Pkcs11TrustManagerProviderCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying PKCS#11 Trust Manager Provider settings.
Pkcs11TrustManagerProviderCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying PKCS#11 Trust Manager Provider settings.
Pkcs11TrustManagerProviderCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the PKCS#11 Trust Manager Provider managed object definition meta information.
PKCS12 - Static variable in class org.forgerock.opendj.security.KeyManagers
PKCS12 keystore type.
pkcs12KeyStore(String, Security.PasswordProvider) - Static method in class org.forgerock.opendj.setup.model.Security
Specifies keystore data to use to secure the server instance to setup.
pkcs12KeyStore(Path, Security.PasswordProvider) - Static method in class org.forgerock.opendj.setup.model.Security
Specifies keystore data to use to secure the server instance to setup.
pkcs12TrustStore(String, Security.PasswordProvider) - Static method in class org.forgerock.opendj.setup.model.Security
Returns a PKCS#12 file based Security.TrustStoreModel.
pkcs12TrustStore(Path, Security.PasswordProvider) - Static method in class org.forgerock.opendj.setup.model.Security
Returns a PKCS#12 file based Security.TrustStoreModel.
PKCS5S2PasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme based on the Atlassian PBKDF2-base hash algorithm.
PKCS5S2PasswordStorageScheme() - Constructor for class org.opends.server.extensions.PKCS5S2PasswordStorageScheme
 
Pkcs5s2PasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying PKCS#5 V2.0 Scheme 2 Password Storage Scheme settings.
Pkcs5s2PasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying PKCS#5 V2.0 Scheme 2 Password Storage Scheme settings.
Pkcs5s2PasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the PKCS#5 V2.0 Scheme 2 Password Storage Scheme managed object definition meta information.
PLAIN - Enum constant in enum class org.opends.server.util.EMailMessage.MimeTextSubType
Corresponds to "text/plain".
PLAIN - Static variable in interface org.forgerock.secrets.propertyresolver.SecretPropertyFormat
Format with no encoding.
PlainSASLMechanismHandler - Class in org.opends.server.extensions
This class provides an implementation of a SASL mechanism that uses plain-text authentication.
PlainSASLMechanismHandler() - Constructor for class org.opends.server.extensions.PlainSASLMechanismHandler
 
PlainSaslMechanismHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Plain SASL Mechanism Handler settings.
PlainSaslMechanismHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Plain SASL Mechanism Handler settings.
PlainSaslMechanismHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Plain SASL Mechanism Handler managed object definition meta information.
Platform - Class in org.opends.server.util
Utility class for getting the default number of worker threads.
Platform.ThreadName - Interface in org.opends.server.util
An AutoCloseable which must be closed in order to reset the thread name back to its previous value.
PluggableBackendCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Pluggable Backend settings.
PluggableBackendCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Pluggable Backend settings.
PluggableBackendCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Pluggable Backend managed object definition meta information.
PluggableBackendMonitor - Class in org.opends.server.backends.pluggable
A monitor provider for high level backend statistics, such as filter stats and search counters.
PluggableBackendMonitor(BackendImpl<?>, ServerContext) - Constructor for class org.opends.server.backends.pluggable.PluggableBackendMonitor
Creates a new pluggable backend monitor instance associated to the provided backend.
PLUGIN - Static variable in interface org.opends.server.loggers.ServerLoggers
The logger used for plugin processing.
PluginCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Plugin settings.
PluginCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Plugin settings.
PluginCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Plugin managed object definition meta information.
PluginCfgDefn.PluginType - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "plugin-type" property.
pluginConfigManager - Variable in class org.opends.server.types.Operation
The plugin manager associated with this operation.
PluginConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the configuration for the set of plugins defined in the Directory Server.
PluginConfigManager(ServerContext) - Constructor for class org.opends.server.core.PluginConfigManager
Creates a new instance of this plugin config manager.
PluginOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by all types of plugins involved in operation processing (pre-parse, pre-operation, post-operation, post-response, search result entry, search result reference, and intermediate response).
PluginResult - Class in org.opends.server.api.plugin
This class defines a data structure that holds information about the result of processing by a plugin.
PluginResult() - Constructor for class org.opends.server.api.plugin.PluginResult
 
PluginResult.ImportLDIF - Record Class in org.opends.server.api.plugin
Defines a LDIF plugin result for import from LDIF processing consisting of either continue, skip further plugins, or stop processing with an error message.
PluginResult.IntermediateResponse - Record Class in org.opends.server.api.plugin
Defines an intermediate response plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message.
PluginResult.OperationResult - Interface in org.opends.server.api.plugin
Contract for operation results.
PluginResult.PostConnect - Record Class in org.opends.server.api.plugin
Defines a post connect plugin result for client connection processing consisting of either continue, skip further plugins, or stop.
PluginResult.PostDisconnect - Record Class in org.opends.server.api.plugin
Defines a post disconnect plugin result for client connection processing consisting of either continue or skip further plugins.
PluginResult.PostOperation - Record Class in org.opends.server.api.plugin
Defines a post operation plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message.
PluginResult.PostResponse - Class in org.opends.server.api.plugin
Defines a post response plugin result for core server operation processing consisting of either continue or skip further plugins.
PluginResult.PreOperation - Record Class in org.opends.server.api.plugin
Defines a pre operation plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message.
PluginResult.PreParse - Record Class in org.opends.server.api.plugin
Defines a pre parse plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message.
PluginResult.Startup - Record Class in org.opends.server.api.plugin
Defines a startup plugin result consisting of either continue skip further plugins, or stop startup with an error message.
PluginResult.SubordinateDelete - Record Class in org.opends.server.api.plugin
Defines a subordinate delete plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message.
PluginResult.SubordinateModifyDN - Record Class in org.opends.server.api.plugin
Defines a subordinate modify DN plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message.
PluginRootCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Plugin Root settings.
PluginRootCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Plugin Root settings.
PluginRootCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Plugin Root managed object definition meta information.
PluginType - Enum Class in org.opends.server.api.plugin
This class defines an enumeration containing the types of plugins that are supported for use in the Directory Server.
pointer() - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as a JSON pointer.
PolicyBasedAccessControlHandler - Class in org.opends.server.authorization.policy
Provides coarse grained access control for all operations, regardless of whether they are destined for local or proxy backends.
PolicyBasedAccessControlHandler() - Constructor for class org.opends.server.authorization.policy.PolicyBasedAccessControlHandler
 
PolicyBasedAccessControlHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Policy Based Access Control Handler settings.
PolicyBasedAccessControlHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Policy Based Access Control Handler settings.
PolicyBasedAccessControlHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Policy Based Access Control Handler managed object definition meta information.
POLLING_INTERVAL - Static variable in class org.forgerock.audit.batch.CommonAuditBatchConfiguration
Common Audit Batch log records queue polling timeout as Duration.
POLLING_TIMEOUT - Static variable in class org.forgerock.audit.batch.CommonAuditBatchConfiguration
Common Audit Batch log records queue polling timeout.
POLLING_TIMEOUT_UNIT - Static variable in class org.forgerock.audit.batch.CommonAuditBatchConfiguration
Common Audit Batch log records queue polling timeout unit.
popWrapper() - Method in class org.forgerock.opendj.config.LdapProfile
Removes the last LDAP profile wrapper added using LdapProfile.pushWrapper(LdapProfile.Wrapper).
PORT - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The port event payload field name.
portPrompt(String...) - Method in class org.forgerock.opendj.setup.model.Profile.HostPortParameter
Sets the prompt message used for prompting user for the remote server port in interactive mode.
position() - Method in class org.forgerock.opendj.ldap.ByteStringReader
Returns this reader's position.
position(int) - Method in class org.forgerock.opendj.ldap.ByteStringReader
Sets this reader's position.
positionToIndex(int) - Method in interface org.opends.server.backends.pluggable.spi.Cursor
Positions the cursor to the specified index within the tree.
positionToIndex(int) - Method in class org.opends.server.backends.pluggable.spi.EmptyCursor
 
positionToKey(K) - Method in interface org.opends.server.backends.pluggable.spi.Cursor
Positions the cursor to the provided key if it exists in the tree.
positionToKey(K) - Method in class org.opends.server.backends.pluggable.spi.EmptyCursor
 
positionToKeyOrNext(K) - Method in interface org.opends.server.backends.pluggable.spi.Cursor
Positions the cursor to the provided key if it exists in the tree, or else the lesser key greater than the provided key in the tree.
positionToKeyOrNext(K) - Method in class org.opends.server.backends.pluggable.spi.EmptyCursor
 
positionToLastKey() - Method in interface org.opends.server.backends.pluggable.spi.Cursor
Positions the cursor to the last key in the tree.
positionToLastKey() - Method in class org.opends.server.backends.pluggable.spi.EmptyCursor
 
POST_COMMIT_ADD - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after an add operation has been committed.
POST_COMMIT_DELETE - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after a delete operation has been committed.
POST_COMMIT_MODIFY - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after a modify operation has been committed.
POST_COMMIT_MODIFY_DN - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after a modify DN operation has been committed.
POST_CONNECT - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked whenever a new client connection is established.
POST_DISCONNECT - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked whenever a client connection is closed.
POST_OPERATION_ABANDON - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after the core processing for an abandon operation.
POST_OPERATION_ADD - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after the core processing for an add operation.
POST_OPERATION_BIND - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after the core processing for a bind operation.
POST_OPERATION_COMPARE - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after the core processing for a compare operation.
POST_OPERATION_DELETE - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after the core processing for a delete operation.
POST_OPERATION_EXTENDED - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after the core processing for an extended operation.
POST_OPERATION_MODIFY - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after the core processing for a modify operation.
POST_OPERATION_MODIFY_DN - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after the core processing for a modify DN operation.
POST_OPERATION_SEARCH - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after the core processing for a search operation.
POST_OPERATION_UNBIND - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after the core processing for an unbind operation.
POST_RESPONSE_ADD - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after the response is sent for an add operation.
POST_RESPONSE_BIND - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after the response is sent for a bind operation.
POST_RESPONSE_COMPARE - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after the response is sent for a compare operation.
POST_RESPONSE_DELETE - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after the response is sent for a delete operation.
POST_RESPONSE_EXTENDED - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after the response is sent for an extended operation.
POST_RESPONSE_MODIFY - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after the response is sent for a modify operation.
POST_RESPONSE_MODIFY_DN - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after the response is sent for a modify DN operation.
POST_RESPONSE_SEARCH - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after the response is sent for a search operation.
POST_SETUP - Enum constant in enum class org.forgerock.opendj.setup.model.Profile.ExecutionContext
Profile is configured on an offline server already setup.
POST_SYNCHRONIZATION_ADD - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after an add operation has been completed via synchronization.
POST_SYNCHRONIZATION_DELETE - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after a delete operation has been completed via synchronization.
POST_SYNCHRONIZATION_MODIFY - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after a modify operation has been completed via synchronization.
POST_SYNCHRONIZATION_MODIFY_DN - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just after a modify DN operation has been completed via synchronization.
POSTCOMMITADD - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after completing post-commit processing for an add operation.
PostCommitAddOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-commit plugins for add operations.
POSTCOMMITDELETE - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after completing post-commit processing for a delete operation.
PostCommitDeleteOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-commit plugins for delete operations.
POSTCOMMITMODIFY - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after completing post-commit processing for a modify operation.
POSTCOMMITMODIFYDN - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after completing post-commit processing for a modify DN operation.
PostCommitModifyDNOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-commit plugins for modify DN operations.
PostCommitModifyOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-commit plugins for modify operations.
PostCommitOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-commit plugins for all types of operations.
PostConnect(boolean, boolean, LocalizableMessage, DisconnectReason, boolean) - Constructor for record class org.opends.server.api.plugin.PluginResult.PostConnect
Creates an instance of a PostConnect record class.
POSTCONNECT - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked whenever a new connection is established to the server.
PostDisconnect(boolean) - Constructor for record class org.opends.server.api.plugin.PluginResult.PostDisconnect
Creates an instance of a PostDisconnect record class.
POSTDISCONNECT - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked whenever an existing connection is terminated (by either the client or the server).
PostOperation(boolean, Result) - Constructor for record class org.opends.server.api.plugin.PluginResult.PostOperation
Creates an instance of a PostOperation record class.
POSTOPERATIONABANDON - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after completing the abandon processing.
PostOperationAbandonOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-operation plugins for abandon operations.
POSTOPERATIONADD - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after completing the core add processing but before sending the response to the client.
PostOperationAddOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-operation plugins for add operations.
POSTOPERATIONBIND - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after completing the core bind processing but before sending the response to the client.
PostOperationBindOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-operation plugins for bind operations.
POSTOPERATIONCOMPARE - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after completing the core compare processing but before sending the response to the client.
PostOperationCompareOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-operation plugins for compare operations.
POSTOPERATIONDELETE - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after completing the core delete processing but before sending the response to the client.
PostOperationDeleteOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-operation plugins for delete operations.
POSTOPERATIONEXTENDED - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after completing the core extended processing but before sending the response to the client.
PostOperationExtendedOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-operation plugins for extended operations.
POSTOPERATIONMODIFY - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after completing the core modify processing but before sending the response to the client.
POSTOPERATIONMODIFYDN - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after completing the core modify DN processing but before sending the response to the client.
PostOperationModifyDNOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-operation plugins for modify DN operations.
PostOperationModifyOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-operation plugins for modify operations.
PostOperationOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-operation plugins for all types of operations.
POSTOPERATIONSEARCH - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after completing the core search processing but before sending the response to the client.
PostOperationSearchOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-operation plugins for search operations.
POSTOPERATIONUNBIND - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after completing the unbind processing.
PostOperationUnbindOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-operation plugins for unbind operations.
PostReadRequestControl - Class in org.forgerock.opendj.ldap.controls
The post-read request control as defined in RFC 4527.
PostReadResponseControl - Class in org.forgerock.opendj.ldap.controls
The post-read response control as defined in RFC 4527.
postResolutionActions(Collection<String>, String) - Method in interface org.forgerock.opendj.setup.model.Profile.ParameterValuesProvider
Performs actions once profile parameter values have been resolved.
POSTRESPONSEADD - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after sending the add response to the client.
PostResponseAddOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-response plugins for add operations.
POSTRESPONSEBIND - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after sending the bind response to the client.
PostResponseBindOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-response plugins for bind operations.
POSTRESPONSECOMPARE - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after sending the compare response to the client.
PostResponseCompareOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-response plugins for compare operations.
POSTRESPONSEDELETE - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after sending the delete response to the client.
PostResponseDeleteOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-response plugins for delete operations.
POSTRESPONSEEXTENDED - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after sending the extended response to the client.
PostResponseExtendedOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-response plugins for extended operations.
POSTRESPONSEMODIFY - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after sending the modify response to the client.
POSTRESPONSEMODIFYDN - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after sending the modify DN response to the client.
PostResponseModifyDNOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-response plugins for modify DN operations.
PostResponseModifyOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-response plugins for modify operations.
PostResponseOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-response plugins for all types of operations.
POSTRESPONSESEARCH - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after sending the search result done message to the client.
PostResponseSearchOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-response plugins for search operations.
postRetentionAction() - Method in class org.forgerock.audit.retention.RetentionHooks.NullRetentionHooks
 
postRetentionAction() - Method in interface org.forgerock.audit.retention.RetentionHooks
Method to run an action just before the file is run through the RetentionPolicy's.
postRotationAction(RotationContext) - Method in class org.forgerock.audit.rotation.RotationHooks.NoOpRotatationHooks
 
postRotationAction(RotationContext) - Method in interface org.forgerock.audit.rotation.RotationHooks
Method to run an action just after file has been rotated.
POSTSYNCHRONIZATIONADD - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after completing post-synchronization processing for an add operation.
PostSynchronizationAddOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-synchronization plugins for add operations.
POSTSYNCHRONIZATIONDELETE - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after completing post-synchronization processing for a delete operation.
PostSynchronizationDeleteOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-synchronization plugins for delete operations.
POSTSYNCHRONIZATIONMODIFY - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after completing post-synchronization processing for a modify operation.
POSTSYNCHRONIZATIONMODIFYDN - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked after completing post-synchronization processing for a modify DN operation.
PostSynchronizationModifyDNOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-synchronization plugins for modify DN operations.
PostSynchronizationModifyOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-synchronization plugins for modify operations.
PostSynchronizationOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by post-synchronization plugins for all types of operations.
PP2_CLIENT_CERT_CONN - Enum constant in enum class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.ClientBit
Indicates that the client provided a certificate (used mTLS).
PP2_CLIENT_CERT_SESS - Enum constant in enum class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.ClientBit
Indicates that the client provided a certificate at least once during the TLS session.
PP2_CLIENT_SSL - Enum constant in enum class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.ClientBit
Indicates that the client used SSL/TLS.
PP2_SUBTYPE_SSL_CIPHER - Enum constant in enum class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.SslSubType
The US-ASCII string name of the used cipher, for example "ECDHE-RSA-AES128-GCM-SHA256".
PP2_SUBTYPE_SSL_CN - Enum constant in enum class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.SslSubType
The string representation (in UTF8) of the Common Name field (OID: 2.5.4.3) of the client certificate's Distinguished Name.
PP2_SUBTYPE_SSL_KEY_ALG - Enum constant in enum class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.SslSubType
The US-ASCII string name of the algorithm used to generate the key of the certificate presented by the frontend when the incoming connection was made over an SSL/TLS transport layer, for example "RSA2048".
PP2_SUBTYPE_SSL_SIG_ALG - Enum constant in enum class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.SslSubType
The US-ASCII string name of the algorithm used to sign the certificate presented by the frontend when the incoming connection was made over an SSL/TLS transport layer, for example "SHA256".
PP2_SUBTYPE_SSL_VERSION - Enum constant in enum class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.SslSubType
The US-ASCII string representation of the TLS version.
PP2_TYPE_ALPN - Static variable in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Application-Layer Protocol Negotiation (ALPN).
PP2_TYPE_AUTHORITY - Static variable in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Contains the host name value passed by the client, as an UTF8-encoded string.
PP2_TYPE_CRC32C - Static variable in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
The value of the type PP2_TYPE_CRC32C is a 32-bit number storing the CRC32c checksum of the PROXY protocol header.
PP2_TYPE_NETNS - Static variable in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
The type PP2_TYPE_NETNS defines the value as the US-ASCII string representation of the namespace's name.
PP2_TYPE_NOOP - Static variable in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
The TLV of this type should be ignored when parsed.
PP2_TYPE_SSL - Static variable in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
Type of the SSL TLV.
PP2_TYPE_UNIQUE_ID - Static variable in class org.forgerock.opendj.io.rx.ProxyProtocolHeader
The value of the type PP2_TYPE_UNIQUE_ID is an opaque byte sequence of up to 128 bytes generated by the upstream proxy that uniquely identifies the connection.
PRE_OPERATION_ADD - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just before the core processing for an add operation.
PRE_OPERATION_BIND - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just before the core processing for a bind operation.
PRE_OPERATION_COMPARE - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just before the core processing for a compare operation.
PRE_OPERATION_DELETE - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just before the core processing for a delete operation.
PRE_OPERATION_EXTENDED - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just before the core processing for an extended operation.
PRE_OPERATION_MODIFY - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just before the core processing for a modify operation.
PRE_OPERATION_MODIFY_DN - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just before the core processing for a modify DN operation.
PRE_OPERATION_SEARCH - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked just before the core processing for a search operation.
PRE_PARSE_ABANDON - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked before processing begins on an abandon operation.
PRE_PARSE_ADD - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked before processing begins on an add operation.
PRE_PARSE_BIND - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked before processing begins on a bind operation.
PRE_PARSE_COMPARE - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked before processing begins on a compare operation.
PRE_PARSE_DELETE - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked before processing begins on a delete operation.
PRE_PARSE_EXTENDED - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked before processing begins on an extended operation.
PRE_PARSE_MODIFY - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked before processing begins on a modify operation.
PRE_PARSE_MODIFY_DN - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked before processing begins on a modify DN operation.
PRE_PARSE_SEARCH - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked before processing begins on a search operation.
PRE_PARSE_UNBIND - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked before processing begins on an unbind operation.
PreconditionFailedException - Exception in org.forgerock.json.resource
An exception that is thrown to indicate that a resource's current version does not match the version provided.
PreconditionFailedException() - Constructor for exception org.forgerock.json.resource.PreconditionFailedException
Constructs a new exception with null as its detail message.
PreconditionFailedException(String) - Constructor for exception org.forgerock.json.resource.PreconditionFailedException
Constructs a new exception with the specified detail message.
PreconditionFailedException(String, Throwable) - Constructor for exception org.forgerock.json.resource.PreconditionFailedException
Constructs a new exception with the specified detail message and cause.
PreconditionFailedException(Throwable) - Constructor for exception org.forgerock.json.resource.PreconditionFailedException
Constructs a new exception with the specified cause.
PreconditionRequiredException - Exception in org.forgerock.json.resource
An exception that is thrown to indicate that a resource requires a version, but no version was supplied in the request.
PreconditionRequiredException() - Constructor for exception org.forgerock.json.resource.PreconditionRequiredException
Constructs a new exception with null as its detail message.
PreconditionRequiredException(String) - Constructor for exception org.forgerock.json.resource.PreconditionRequiredException
Constructs a new exception with the specified detail message.
PreconditionRequiredException(String, Throwable) - Constructor for exception org.forgerock.json.resource.PreconditionRequiredException
Constructs a new exception with the specified detail message and cause.
PreconditionRequiredException(Throwable) - Constructor for exception org.forgerock.json.resource.PreconditionRequiredException
Constructs a new exception with the specified cause.
Predicate<T,E extends Exception> - Interface in org.forgerock.util
A Predicate functional interface which can thrown a checked Exception.
PredicateAliasSpecProvider(Predicate<String>) - Constructor for class org.forgerock.secrets.keystore.KeyStoreSecretStore.PredicateAliasSpecProvider
Constructor.
PreferredLocales - Class in org.forgerock.util.i18n
This class encapsulates an ordered list of preferred locales, and the logic to use those to retrieve i18n ResourceBundles.
PreferredLocales() - Constructor for class org.forgerock.util.i18n.PreferredLocales
Create a new, empty preference of locales.
PreferredLocales(List<Locale>) - Constructor for class org.forgerock.util.i18n.PreferredLocales
Create a new preference of locales by copying the provided locales list.
prefixed(String, PropertyResolver) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Constructs a prefixed PropertyResolver.
PreOperation(boolean, boolean, Result) - Constructor for record class org.opends.server.api.plugin.PluginResult.PreOperation
Creates an instance of a PreOperation record class.
PREOPERATIONADD - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked prior to performing the core add processing.
PreOperationAddOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by pre-operation plugins for add operations.
PREOPERATIONBIND - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked prior to performing the core bind processing.
PreOperationBindOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by pre-operation plugins for bind operations.
PREOPERATIONCOMPARE - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked prior to performing the core compare processing.
PreOperationCompareOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by pre-operation plugins for compare operations.
PREOPERATIONDELETE - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked prior to performing the core delete processing.
PreOperationDeleteOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by pre-operation plugins for delete operations.
PREOPERATIONEXTENDED - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked prior to performing the core extended processing.
PreOperationExtendedOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by pre-operation plugins for extended operations.
PREOPERATIONMODIFY - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked prior to performing the core modify processing.
PREOPERATIONMODIFYDN - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked prior to performing the core modify DN processing.
PreOperationModifyDNOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by pre-operation plugins for modify DN operations.
PreOperationModifyOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by pre-operation plugins for modify operations.
PreOperationOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by pre-operation plugins for all types of operations.
PREOPERATIONSEARCH - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked prior to performing the core search processing.
PreOperationSearchOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by pre-operation plugins for search operations.
PreParse(boolean, boolean, Result) - Constructor for record class org.opends.server.api.plugin.PluginResult.PreParse
Creates an instance of a PreParse record class.
PREPARSEABANDON - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked prior to parsing an abandon request.
PreParseAbandonOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by pre-parse plugins for abandon operations.
PREPARSEADD - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked prior to parsing an add request.
PreParseAddOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by pre-parse plugins for add operations.
PREPARSEBIND - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked prior to parsing a bind request.
PreParseBindOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by pre-parse plugins for bind operations.
PREPARSECOMPARE - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked prior to parsing a compare request.
PreParseCompareOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by pre-parse plugins for compare operations.
PREPARSEDELETE - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked prior to parsing a delete request.
PreParseDeleteOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by pre-parse plugins for delete operations.
PREPARSEEXTENDED - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked prior to parsing an extended request.
PreParseExtendedOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by pre-parse plugins for extended operations.
PREPARSEMODIFY - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked prior to parsing a modify request.
PREPARSEMODIFYDN - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked prior to parsing a modify DN request.
PreParseModifyDNOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by pre-parse plugins for modify DN operations.
PreParseModifyOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by pre-parse plugins for modify operations.
PreParseOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by pre-parse plugins for all types of operations.
PREPARSESEARCH - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked prior to parsing a search request.
PreParseSearchOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by pre-parse plugins for search operations.
PREPARSEUNBIND - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked prior to parsing an unbind request.
PreParseUnbindOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by pre-parse plugins for unbind operations.
PreReadRequestControl - Class in org.forgerock.opendj.ldap.controls
The pre-read request control as defined in RFC 4527.
PreReadResponseControl - Class in org.forgerock.opendj.ldap.controls
The pre-read response control as defined in RFC 4527.
preRotationAction(RotationContext) - Method in class org.forgerock.audit.rotation.RotationHooks.NoOpRotatationHooks
 
preRotationAction(RotationContext) - Method in interface org.forgerock.audit.rotation.RotationHooks
Method to run an action just before file will be rotated.
PRESENCE - Enum constant in enum class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn.IndexType
This index type is used to improve the efficiency of searches using the presence search filters.
PRESENCE - Enum constant in enum class org.opends.server.types.IndexType
Used to denote a presence index, which may be used to identify entries containing the associated attribute (regardless of the value for that attribute).
present(FF) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new presence filter using the provided field name.
present(String) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new present filter using the provided attribute description.
PRESENT - Enum constant in enum class org.forgerock.opendj.ldap.Filter.FilterType
The filter type for presence filters.
PRESENT - Enum constant in enum class org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for presence filters.
PRESENT - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "present" operator.
previous() - Method in interface org.opends.server.backends.pluggable.spi.Cursor
Moves this cursor to the previous record in the tree.
previous() - Method in class org.opends.server.backends.pluggable.spi.EmptyCursor
 
PRIMARY_GROUP_ID - Static variable in class org.forgerock.opendj.discovery.ReplicationServiceDiscoveryMechanism
Replication domain group ID of preferred directory server replicas.
PRIMARY_SERVERS - Static variable in class org.forgerock.opendj.discovery.StaticServiceDiscoveryMechanism
Specifies a list of servers that will be used in preference to secondary servers when available.
principal() - Method in record class org.forgerock.secrets.credentials.PrincipalAndSecret
Returns the value of the principal record component.
principal(List<String>) - Method in class org.forgerock.audit.events.AuthenticationAuditEventBuilder
Sets the principals of the authentication event.
PRINCIPAL - Static variable in class org.forgerock.audit.events.AuthenticationAuditEventBuilder
Defines the principal key.
PrincipalAndSecret<T extends Secret> - Record Class in org.forgerock.secrets.credentials
Container for a principal and secret.
PrincipalAndSecret(String, T) - Constructor for record class org.forgerock.secrets.credentials.PrincipalAndSecret
Creates an instance of a PrincipalAndSecret record class.
print(LocalizableMessage) - Method in class org.opends.server.tools.supportextract.SupportExtract
 
printInfo(ServerContext) - Static method in class org.opends.server.util.RuntimeInformation
Writes runtime information to a print stream.
println() - Method in interface org.forgerock.opendj.setup.model.SetupConsole
Prints a blank line.
println() - Method in class org.opends.server.tools.supportextract.SupportExtract
 
println(LocalizableMessage) - Method in class org.opends.server.tools.supportextract.SupportExtract
 
println(LocalizableMessage, int) - Method in class org.opends.server.tools.supportextract.SupportExtract
 
printlnSurroundedByBlankLines(LocalizableMessage) - Method in class org.opends.server.tools.supportextract.SupportExtract
 
printVersion() - Method in class org.opends.server.core.DirectoryServer.DirectoryServerVersionHandler
 
PRIVATE - Enum constant in enum class org.forgerock.opendj.io.Asn1Tag.Class
The Private class.
PRIVATE - Enum constant in enum class org.forgerock.secrets.keys.KeyType
An asymmetric private key.
PRIVATE - Static variable in class org.opends.server.core.BackendConfigManager
A naming context corresponding to a private backend.
privateTag() - Static method in class org.forgerock.opendj.io.Asn1Tag
Returns a primitive ASN.1 tag with the private tag class.
Privilege - Enum Class in org.opends.server.types
This class implements an enumeration that defines the set of privileges available in the Directory Server.
PRIVILEGE_CHANGE - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the user to make changes to the set of defined root privileges, as well as to grant and revoke privileges for users.
PRIVILEGE_CHANGE - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to change the set of privileges for a user, or to change the set of privileges automatically assigned to a root user.
privilegeForName(String) - Static method in enum class org.opends.server.types.Privilege
Retrieves the privilege with the specified name.
PROACTIVE - Enum constant in enum class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn.StateUpdateFailurePolicy
Proactively reject any bind attempt if it is known ahead of time that it would not be possible to update the user's password policy state information.
PROBE_BYTES_READ - Static variable in class org.forgerock.opendj.ldap.LdapServer
Callback invoked each time this server read bytes from the network.
PROBE_BYTES_WRITTEN - Static variable in class org.forgerock.opendj.ldap.LdapServer
Callback invoked each time this server write bytes to the network.
process(TaskCommand) - Method in class org.opends.server.tools.tasks.TaskToolHelper
Process locally or run a task depending on whether the offline argument was provided.
PROCESS - Enum constant in enum class org.opends.server.backends.task.FailedDependencyAction
The action that indicates that the dependent task should be processed anyway.
processBackupBegin(LocalBackend<?>) - Method in interface org.opends.server.api.BackupTaskListener
Performs any processing that might be necessary just before the server begins processing on a backup task.
processBackupBegin(LocalBackend<?>) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
processBackupEnd(LocalBackend<?>) - Method in interface org.opends.server.api.BackupTaskListener
Performs any processing that might be necessary after the server has completed processing on a backup task.
processBackupEnd(LocalBackend<?>) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
processExportBegin(LocalBackend<?>, LDIFExportConfig) - Method in interface org.opends.server.api.ExportTaskListener
Performs any processing that might be necessary just before the server begins processing on an LDIF export task.
processExportBegin(LocalBackend<?>, LDIFExportConfig) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
processExportEnd(LocalBackend<?>, LDIFExportConfig, boolean) - Method in interface org.opends.server.api.ExportTaskListener
Performs any processing that might be necessary after the server has completed processing on an LDIF export task.
processExportEnd(LocalBackend<?>, LDIFExportConfig, boolean) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
processExtendedOperation(ExtendedOperation) - Method in class org.opends.server.api.ExtendedOperationHandler
Processes the provided extended operation.
processExtendedOperation(ExtendedOperation) - Method in class org.opends.server.crypto.GetSymmetricKeyExtendedOperation
Processes the provided extended operation.
processExtendedOperation(ExtendedOperation) - Method in class org.opends.server.extensions.CancelExtendedOperation
 
processExtendedOperation(ExtendedOperation) - Method in class org.opends.server.extensions.GetConnectionIDExtendedOperation
 
processExtendedOperation(ExtendedOperation) - Method in class org.opends.server.extensions.PasswordModifyExtendedOperation
 
processExtendedOperation(ExtendedOperation) - Method in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
 
processExtendedOperation(ExtendedOperation) - Method in class org.opends.server.extensions.StartTLSExtendedOperation
 
processExtendedOperation(ExtendedOperation) - Method in class org.opends.server.extensions.WhoAmIExtendedOperation
 
processId() - Method in record class org.opends.server.replication.common.DSInfo
Returns the value of the processId record component.
processId() - Method in record class org.opends.server.replication.common.RSInfo
Returns the value of the processId record component.
ProcessId - Class in org.opends.server.types
Represents a process ID which allows differentiating DS and RS instances running in the same JVM.
processImportBegin(LocalBackend<?>, LDIFImportConfig) - Method in interface org.opends.server.api.ImportTaskListener
Performs any processing that might be necessary just before the server begins processing on an LDIF import task.
processImportBegin(LocalBackend<?>, LDIFImportConfig) - Method in class org.opends.server.plugins.PasswordPolicyImportPlugin
 
processImportBegin(LocalBackend<?>, LDIFImportConfig) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
processImportEnd(LocalBackend<?>, LDIFImportConfig, boolean) - Method in interface org.opends.server.api.ImportTaskListener
Performs any processing that might be necessary after the server has completed processing on an LDIF import task.
processImportEnd(LocalBackend<?>, LDIFImportConfig, boolean) - Method in class org.opends.server.plugins.PasswordPolicyImportPlugin
 
processImportEnd(LocalBackend<?>, LDIFImportConfig, boolean) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
processIntermediateResponse(InProgressOperation, IntermediateResponse) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done before an intermediate response message is sent to a client.
processLocal() - Method in class org.opends.server.tools.ExportLdif
 
processLocal() - Method in class org.opends.server.tools.ImportLdif
 
processLocal() - Method in class org.opends.server.tools.RebuildIndex
 
processLocal() - Method in interface org.opends.server.tools.TaskCommand
Runs the command in offline mode.
processLocalOrNonConflictModification(CSN, Modification) - Method in class org.opends.server.replication.plugin.AttrHistorical
This method calculates the historical information and update the hist attribute to store the historical information for modify operation that does not conflict with previous operation.
processLocalOrNonConflictModification(CSN, Modification) - Method in class org.opends.server.replication.plugin.AttrHistoricalMultiple
 
processLocalOrNonConflictModification(CSN, Modification) - Method in class org.opends.server.replication.plugin.AttrHistoricalSingle
 
processNewStatus(PeerReplica, ChangeStatusMsg) - Method in class org.opends.server.replication.server.ReplicationServerDomain
Process message of a remote server changing his status.
processOperationResult(PluginResult.OperationResult) - Method in class org.opends.server.types.Operation
Processes the provided operation result for the current operation.
processRestoreBegin(LocalBackend<?>) - Method in interface org.opends.server.api.RestoreTaskListener
Performs any processing that might be necessary just before the server begins processing on a restore task.
processRestoreBegin(LocalBackend<?>) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
processRestoreEnd(LocalBackend<?>) - Method in interface org.opends.server.api.RestoreTaskListener
Performs any processing that might be necessary after the server has completed processing on a restore task.
processRestoreEnd(LocalBackend<?>) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
processSASLBind(BindOperation) - Method in class org.opends.server.api.SASLMechanismHandler
Processes the SASL bind operation.
processSASLBind(BindOperation) - Method in class org.opends.server.extensions.ScramSha512SASLMechanismHandler
 
processSASLBind(BindOperation) - Method in class org.opends.server.extensions.AnonymousSASLMechanismHandler
 
processSASLBind(BindOperation) - Method in class org.opends.server.extensions.CRAMMD5SASLMechanismHandler
 
processSASLBind(BindOperation) - Method in class org.opends.server.extensions.DigestMD5SASLMechanismHandler
 
processSASLBind(BindOperation) - Method in class org.opends.server.extensions.ExternalSASLMechanismHandler
 
processSASLBind(BindOperation) - Method in class org.opends.server.extensions.GSSAPISASLMechanismHandler
 
processSASLBind(BindOperation) - Method in class org.opends.server.extensions.PlainSASLMechanismHandler
 
processSearchEntry(InProgressSearchOperation, SearchResultEntry) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done before a search result entry is sent to a client.
processSearchReference(InProgressSearchOperation, SearchResultReference) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done before a search result reference is sent to a client.
processServerShutdown(LocalizableMessage) - Method in interface org.opends.server.api.ServerShutdownListener
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.
processServerShutdown(LocalizableMessage) - Method in class org.opends.server.core.IdleTimeLimitThread
 
processServerShutdown(LocalizableMessage) - Method in class org.opends.server.extensions.DiskSpaceMonitor
 
processServerShutdown(LocalizableMessage) - Method in class org.opends.server.plugins.ReferentialIntegrityPlugin
 
processServerShutdown(LocalizableMessage) - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
 
processServerShutdown(LocalizableMessage) - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
processServerShutdown(LocalizableMessage) - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
 
processSubordinateDelete(DeleteOperation, Dn, boolean) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done whenever a subordinate entry is deleted as part of subtree delete operation.
processSubordinateDelete(DeleteOperation, Dn, boolean) - Method in class org.opends.server.plugins.ReferentialIntegrityPlugin
 
processSubordinateModifyDN(SubordinateModifyDNOperation, Dn, Dn) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Performs any necessary processing that should be done whenever a subordinate entry is moved or renamed as part of a modify DN operation.
processSubordinateModifyDN(SubordinateModifyDNOperation, Dn, Dn) - Method in class org.opends.server.plugins.ReferentialIntegrityPlugin
 
processUpdateAfterReplay(UpdateMsg, long) - Method in class org.opends.server.replication.service.ReplicationDomain
This method must be called after each call to ReplicationDomain.dispatchUpdateForReplay(UpdateMsg) when the processing of the update is completed.
processVirtualAttributes(Entry, ServerContext) - Static method in class org.opends.server.types.Entries
Performs any necessary virtual attribute processing for this entry.
ProductInfoProvider - Interface in org.forgerock.audit.providers
Strategy for obtaining the information relating to the product in which the AuditService is deployed.
productInformation() - Static method in class org.forgerock.opendj.server.core.ProductInformation
Returns the singleton product information instance.
ProductInformation - Class in org.forgerock.opendj.server.core
OpenDJ product information, including version number, build information, and references to documentation.
productName() - Method in class org.forgerock.opendj.server.core.ProductInformation
Returns the full product name for the Directory Server, which may contain white space.
productPathPropertyResolver(String, Path) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Constructs a path resolver to expose a product instance directory.
ProductPathResolver - Class in org.forgerock.config.resolvers
A property accessor for product paths.
productShortName() - Method in class org.forgerock.opendj.server.core.ProductInformation
Returns the short product name for the Directory Server, suitable for use in file names.
Profile - Class in org.forgerock.opendj.setup.model
Represents a setup profile.
PROFILE_NAME_PATTERN - Static variable in class org.forgerock.opendj.setup.model.Profile
Defines characters allowed in a profile name.
Profile.DnParameter - Class in org.forgerock.opendj.setup.model
Represents a parameter whose value is associated to a bind DN property in server configuration.
Profile.DomainParameter - Class in org.forgerock.opendj.setup.model
Represents a parameter whose value is a domain automatically converted into a DN object.
Profile.EnumConstant<T3> - Class in org.forgerock.opendj.setup.model
Represents a constant defined in an enumeration parameter.
Profile.EnumParameter<T3> - Class in org.forgerock.opendj.setup.model
Represents a parameter with an enumeration of allowed constants.
Profile.ExecutionContext - Enum Class in org.forgerock.opendj.setup.model
Represents when a profile runs.
Profile.HostPortParameter - Class in org.forgerock.opendj.setup.model
Represents a parameter whose value is a remote server host and port.
Profile.NumberParameter<N extends Number> - Class in org.forgerock.opendj.setup.model
Represents a parameter whose value is a number.
Profile.Parameter<P extends Profile.Parameter<P,T>,T> - Class in org.forgerock.opendj.setup.model
Represents parameters that are defined in parameters.groovy and can be used in the profile.groovy script.
Profile.ParameterFactory - Class in org.forgerock.opendj.setup.model
Factory class which groups methods used for creating new Profile.Parameter.
Profile.ParameterValues - Class in org.forgerock.opendj.setup.model
Profile.ParameterValuesProvider base implementation which can be used to pass profile parameter values.
Profile.ParameterValuesProvider - Interface in org.forgerock.opendj.setup.model
Interface used by the setup model to retrieve profile parameter values.
Profile.ParameterVisitor<R,P,E extends Exception> - Interface in org.forgerock.opendj.setup.model
A visitor of parameters, in the style of the visitor design pattern.
Profile.PasswordParameter - Class in org.forgerock.opendj.setup.model
Represents a parameter whose value is a password.
Profile.PathParameter - Class in org.forgerock.opendj.setup.model
Represents a parameter which contains a Path value.
Profile.SetupConfiguration - Interface in org.forgerock.opendj.setup.model
Represents the configuration of the setup associated to this profile.
Profile.StringParameter - Class in org.forgerock.opendj.setup.model
Represents a parameter whose value is a string.
PROFILES_VERSION_FILE_RELATIVE_PATH - Static variable in class org.forgerock.opendj.setup.model.Installation
The profiles version file relative path.
ProgressMonitor - Class in org.opends.server.tools.upgrade
A progress notification callback.
prohibitedAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds the provided prohibited attributes to the list of attribute types that entries subject to this DIT content rule must not contain.
prohibitedAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds the provided prohibited attributes to the list of attribute types that entries subject to this DIT content rule must not contain.
PrometheusEndpoint - Class in org.opends.server.protocols.http
Represents an HTTP endpoint exposing OpenDJ metrics using Prometheus text format.
PrometheusEndpoint(PrometheusEndpointCfg, ServerContext) - Constructor for class org.opends.server.protocols.http.PrometheusEndpoint
Creates a new PrometheusEndpoint.
PrometheusEndpointCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Prometheus HTTP Endpoint settings.
PrometheusEndpointCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Prometheus HTTP Endpoint settings.
PrometheusEndpointCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Prometheus HTTP Endpoint managed object definition meta information.
prometheusHandler(String, Supplier<MeterRegistry>) - Static method in class org.forgerock.monitoring.http.PrometheusHandler
Returns a new Prometheus Handler configured to use the legacy output format.
prometheusHandler(String, Supplier<MeterRegistry>, BooleanSupplier) - Static method in class org.forgerock.monitoring.http.PrometheusHandler
Returns a new Prometheus Handler which can be switched to use different output formats.
PrometheusHandler - Class in org.forgerock.monitoring.http
An HTTP Handler from which Prometheus and OpenTelemetry Collector can scrape monitoring information.
Promise<V,E extends Exception> - Interface in org.forgerock.util.promise
A Promise represents the result of an asynchronous task.
PromiseImpl<V,E extends Exception> - Class in org.forgerock.util.promise
An implementation of Promise which can be used as is, or as the basis for more complex asynchronous behavior.
PromiseImpl() - Constructor for class org.forgerock.util.promise.PromiseImpl
Creates a new pending Promise implementation.
Promises - Class in org.forgerock.util.promise
Utility methods for creating and composing Promises.
Promises.Results - Class in org.forgerock.util.promise
Ordered list of joined asynchronous results.
prompt(String...) - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Sets this profile parameter prompt message.
properties() - Method in interface org.forgerock.opendj.config.ConfigurationClient
Get a property provider view of this configuration.
PROPERTIES - Static variable in class org.forgerock.json.schema.validator.Constants
The properties field name.
propertiesResolver(File) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Creates a PropertiesResolver given a file object.
propertiesResolver(String) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Creates a PropertiesResolver given a file location.
propertiesResolver(String, Properties) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Creates a PropertiesResolver given a Properties object.
propertiesResolver(Path) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Creates a PropertiesResolver given a file location.
propertiesResolver(Properties) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Creates a PropertiesResolver given a Properties object.
PropertiesResolver - Class in org.forgerock.config.resolvers
Given a file path this will load the properties within the file as a PropertyResolver.
property(String) - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
Sets this profile parameter property.
property(String, PropertyMapper) - Method in class org.forgerock.opendj.rest2ldap.ObjectPropertyMapper
Creates an explicit mapping for a property contained in the JSON object.
property(String, PropertyMapper) - Method in class org.forgerock.opendj.rest2ldap.Resource
Specifies a mapping for a property contained in this JSON resource.
property(Template) - Static method in class org.forgerock.config.resolvers.template.Template
Constructs a new property template with the given name Template.
property(Template, Template) - Static method in class org.forgerock.config.resolvers.template.Template
Constructs a new property template with the given name and defaultValue templates.
Property<T> - Interface in org.forgerock.opendj.config.client.spi
A managed object property comprising of the property's definition and its set of values.
PROPERTY_CONFIG_FILE - Static variable in class org.opends.server.util.ServerConstants
The name of the system property that can be used to specify the path to the configuration file that should be used to initialize the config handler.
PROPERTY_DISABLE_ADMIN_DATA_SYNCHRONIZATION - Static variable in class org.opends.server.util.ServerConstants
The name of the system property that can be used to disable the synchronization between between administration data.
PROPERTY_DISABLE_CONNECTION_HANDLERS - Static variable in class org.opends.server.util.ServerConstants
The name of the system property that can be used to disable any connection handler that may be enabled in the server configuration.
PROPERTY_DISABLE_SYNCHRONIZATION - Static variable in class org.opends.server.util.ServerConstants
The name of the system property that can be used to disable any synchronization provider that may be enabled in the server configuration.
PROPERTY_FORCE_DAEMON_THREADS - Static variable in class org.opends.server.util.ServerConstants
The name of the system property that can be used to determine whether all DirectoryThread instances should be created as daemon threads regardless of whether they would otherwise be configured that way.
PROPERTY_INSTANCE_ROOT - Static variable in class org.opends.server.util.ServerConstants
The name of the system property that can be used to specify the path to the instance root.
PROPERTY_LOCK_DIRECTORY - Static variable in class org.opends.server.util.ServerConstants
The name of the system property that can be used to specify the path to the directory in which the server lock files should be written.
PROPERTY_MAINTAIN_CONFIG_ARCHIVE - Static variable in class org.opends.server.util.ServerConstants
The name of the system property that can be used to determine whether the server should maintain an archive of previous configurations.
PROPERTY_MAX_CONFIG_ARCHIVE_SIZE - Static variable in class org.opends.server.util.ServerConstants
The name of the system property that can be used to specify the maximum number of archived configurations to maintain.
PROPERTY_REGISTER_SHUTDOWN_HOOK - Static variable in class org.opends.server.util.ServerConstants
The name of the system property that can be used to determine whether DirectoryServer should register a virtual-machine shutdown hook.
PROPERTY_RUNNING_UNIT_TESTS - Static variable in class org.opends.server.util.ServerConstants
The name of the system property that can be used to determine whether the Directory Server is starting up for the purpose of running the unit tests.
PROPERTY_SCHEMA_DIRECTORY - Static variable in class org.opends.server.util.ServerConstants
The name of the system property that can be used to specify the path to the directory in which the schema configuration files may be found.
PROPERTY_SERVER_ROOT - Static variable in class org.opends.server.util.ServerConstants
The name of the system property that can be used to specify the path to the server root.
PROPERTY_USE_LAST_KNOWN_GOOD_CONFIG - Static variable in class org.opends.server.util.ServerConstants
The name of the system property that can be used to indicate that the Directory Server should attempt to start using the last known good configuration, rather than the current active configuration.
PropertyDefinition<T> - Class in org.forgerock.opendj.config
An interface for querying generic property definition features.
PropertyDefinition(AbstractManagedObjectDefinition<?, ?>, Class<T>, String, EnumSet<PropertyOption>, AdministratorAction, DefaultBehaviorProvider<ValueOrExpression<T>>, Deprecated) - Constructor for class org.forgerock.opendj.config.PropertyDefinition
Create a property definition.
PropertyDefinition.AbstractBuilder<T,D extends PropertyDefinition<T>> - Class in org.forgerock.opendj.config
An interface for incrementally constructing property definitions.
PropertyDefinitionUsageBuilder - Class in org.forgerock.opendj.config
A property definition visitor which can be used to generate syntax usage information.
PropertyDefinitionUsageBuilder(boolean) - Constructor for class org.forgerock.opendj.config.PropertyDefinitionUsageBuilder
Creates a new property usage builder.
PropertyDefinitionVisitor<R,P> - Class in org.forgerock.opendj.config
A visitor of property definitions, in the style of the visitor design pattern.
PropertyDefinitionVisitor() - Constructor for class org.forgerock.opendj.config.PropertyDefinitionVisitor
Default constructor.
PropertyException - Exception in org.forgerock.opendj.config
Exceptions thrown as a result of errors that occurred when decoding and modifying property values.
PropertyFormatBase64 - Enum Class in org.forgerock.secrets.propertyresolver
Decodes secrets in raw base64 format.
propertyIsMandatoryException(PropertyDefinition<?>) - Static method in exception org.forgerock.opendj.config.PropertyException
Creates a new property is mandatory exception.
propertyIsReadOnlyException(PropertyDefinition<?>) - Static method in exception org.forgerock.opendj.config.PropertyException
Creates a new property is read-only exception.
propertyIsSingleValuedException(PropertyDefinition<?>) - Static method in exception org.forgerock.opendj.config.PropertyException
Creates a new property is single valued exception.
propertyIsVirtualException(PropertyDefinition<?>) - Static method in exception org.forgerock.opendj.config.PropertyException
Creates a new property is virtual exception.
PropertyMapper - Class in org.forgerock.opendj.rest2ldap
A property mapper is responsible for converting JSON values to and from LDAP attributes.
propertyName() - Method in record class org.forgerock.opendj.config.Deprecated
Returns the value of the propertyName record component.
PropertyNotFoundException - Exception in org.forgerock.opendj.config
Thrown when an attempt is made to retrieve a property using its name but the name was not recognized.
PropertyNotFoundException(String) - Constructor for exception org.forgerock.opendj.config.PropertyNotFoundException
Create a new property not found exception.
PropertyOption - Enum Class in org.forgerock.opendj.config
This enumeration contains various options that can be associated with property definitions.
PropertyProvider - Interface in org.forgerock.opendj.config
An interface which can be used to initialize the contents of a managed object.
PropertyResolver - Interface in org.forgerock.config.resolvers
A property resolver attempt to get the value of a given config property.
PropertyResolvers - Class in org.forgerock.config.resolvers
A utility class that gives access to the default property resolvers for a product.
PropertyResolverSecretStore - Class in org.forgerock.secrets.propertyresolver
A SecretStore implementation that resolves secrets as base64-encoded strings from an underlying PropertyResolver.
PropertyResolverSecretStore(PropertyResolver) - Constructor for class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
Initialises the property resolver secret store using base64-encoded properties.
PropertyResolverSecretStore(PropertyResolver, SecretPropertyFormat) - Constructor for class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
Initialises the property resolver secret store.
PropertyResolverSecretStore(PropertyResolver, SecretPropertyFormat, Map<String, SecretPropertyFormat>) - Constructor for class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
Initialises the property resolver secret store with a mapping of purpose to format.
PropertySet - Class in org.forgerock.opendj.config.client.spi
A set of properties.
PropertySet() - Constructor for class org.forgerock.opendj.config.client.spi.PropertySet
 
PropertyValueVisitor<R,P> - Class in org.forgerock.opendj.config
A visitor of property values, in the style of the visitor design pattern.
PropertyValueVisitor() - Constructor for class org.forgerock.opendj.config.PropertyValueVisitor
Default constructor.
PROTOCOL - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The protocol event payload field name.
PROTOCOL - Static variable in interface org.forgerock.i18n.slf4j.Loggers
The logger used for connection and protocol handling (e.g., ASN.1 and LDAP).
PROTOCOL_ASN1 - Static variable in interface org.forgerock.i18n.slf4j.Loggers
The Loggers.PROTOCOL sub-logger used for ASN.1 encoding.
PROTOCOL_ERROR - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
PROTOCOL_ERROR - Enum constant in enum class org.opends.server.types.DisconnectReason
The disconnect reason that indicates that the client connection was closed because of a protocol error.
PROTOCOL_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the client sent a malformed or illegal request to the server.
PROTOCOL_HTTP - Static variable in interface org.opends.server.loggers.ServerLoggers
The Loggers.PROTOCOL sub-logger used for HTTP protocol.
PROTOCOL_JMX - Static variable in interface org.opends.server.loggers.ServerLoggers
The Loggers.PROTOCOL sub-logger used for JMX protocol.
PROTOCOL_LDAP - Static variable in interface org.forgerock.i18n.slf4j.Loggers
The Loggers.PROTOCOL sub-logger used for the LDAP protocol.
PROTOCOL_LDAP_CLIENT - Static variable in interface org.forgerock.i18n.slf4j.Loggers
The logger used for SDK ldap client features (client, pool, loadbalancer, ...) as opposed to server ones.
PROTOCOL_LDAP_SERVER - Static variable in interface org.forgerock.i18n.slf4j.Loggers
The logger used for SDK ldap server features as opposed to client ones.
PROTOCOL_LDIF - Static variable in interface org.forgerock.i18n.slf4j.Loggers
The Loggers.PROTOCOL sub-logger used for the LDIF format.
PROTOCOL_SASL - Static variable in interface org.forgerock.i18n.slf4j.Loggers
The Loggers.PROTOCOL sub-logger used for SASL protocol.
PROTOCOL_SMTP - Static variable in interface org.opends.server.loggers.ServerLoggers
The Loggers.PROTOCOL sub-logger used for SMTP protocol.
PROTOCOL_SSL - Static variable in interface org.opends.server.loggers.ServerLoggers
The Loggers.PROTOCOL sub-logger used for SSL protocol.
PROTOCOL_VERSION_1 - Static variable in class org.forgerock.json.resource.http.HttpUtils
Protocol Version 1.
PROTOCOL_VERSION_2 - Static variable in class org.forgerock.json.resource.http.HttpUtils
Protocol Version 2 - supports upsert on PUT.
PROTOCOL_VERSION_2_1 - Static variable in class org.forgerock.json.resource.http.HttpUtils
Protocol Version 2.1 - supports defacto standard for create requests when the ID of the created resource is to be allocated by the server, which are represented as a POST to the collection endpoint without an _action query parameter.
PROTOCOL_VERSION_2_2 - Static variable in class org.forgerock.json.resource.http.HttpUtils
Protocol Version 2.2 - supports _countOnly parameter on query requests to indicate that only a count of the resources matching the supplied query filter on the resource collection are returned.
ProtocolOp - Interface in org.forgerock.opendj.ldap.messages
The base class of all requests and responses provides methods for querying and manipulating the set of Controls.
protocolVersion - Variable in class org.opends.server.replication.protocol.StartMsg
Protocol version.
protocolVersion() - Method in record class org.opends.server.replication.common.DSInfo
Returns the value of the protocolVersion record component.
ProtocolVersion - Class in org.opends.server.replication.protocol
The version utility class for the replication protocol.
provider(Provider) - Method in class org.forgerock.secrets.SecretBuilder
Sets the provider associated with this secret.
PROXIED_AUTH - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the user to use the proxied authorization control, or to perform a bind that specifies an alternate authorization identity.
PROXIED_AUTH - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to perform proxied authorization or request an alternate authorization identity.
ProxiedAuthV1RequestControl - Class in org.forgerock.opendj.ldap.controls
The proxy authorization v1 request control as defined in draft-weltman-ldapv3-proxy-04.
ProxiedAuthV2RequestControl - Class in org.forgerock.opendj.ldap.controls
The proxy authorization v2 request control as defined in RFC 4370.
PROXY - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumRight
Access the ACI target using the rights of another user.
PROXY_DIAGNOSTIC_MESSAGE_WITH_CLIENT_SIDE_RESULT_CODE - Static variable in class org.opends.messages.ServerMessages
Initial result code was '%s', with diagnostic message: %s
PROXY_PROTOCOL_HEADER_CLIENT - Static variable in class org.forgerock.opendj.ldap.LdapClients
Enables the proxy protocol for client connections using the provided proxy header.
PROXY_PROTOCOL_SERVER_ALLOWED_CLIENTS - Static variable in class org.forgerock.opendj.ldap.LdapServer
Specifies the clients that are allowed to access the server and that should use proxy protocol.
PROXY_PROTOCOL_SERVER_ENABLED - Static variable in class org.forgerock.opendj.ldap.LdapServer
Indicates if the proxy protocol is enabled on the server .
proxyAs(Entry) - Method in class org.opends.server.protocols.http.HttpClientConnectionContext
Updates the authorization state of the underlying ClientConnection so that all subsequent operations will be performed on behalf of the specified user.
ProxyAuthHelper - Class in org.opends.server.types
Helper for using proxy auth controls.
ProxyBackend - Class in org.opends.server.backends
Implements the proxy backend, i.e.
ProxyBackend() - Constructor for class org.opends.server.backends.ProxyBackend
 
ProxyBackendCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Proxy Backend settings.
ProxyBackendCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Proxy Backend settings.
ProxyBackendCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Proxy Backend managed object definition meta information.
ProxyBackendCfgDefn.HashFunction - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "hash-function" property.
ProxyProtocolHeader - Class in org.forgerock.opendj.io.rx
This class defines the proxy protocol header as it is described in the proxy protocol documentation.
ProxyProtocolHeader.SslTlv - Class in org.forgerock.opendj.io.rx
Exposes the content of the "pp2_tlv_ssl" structure present in the ProxyProtocolHeader.PP2_TYPE_SSL TLV header.
ProxyProtocolHeader.SslTlv.ClientBit - Enum Class in org.forgerock.opendj.io.rx
Represents the possible values for the client property of the "pp2_tlv_ssl" structure.
ProxyProtocolHeader.SslTlv.SslSubType - Enum Class in org.forgerock.opendj.io.rx
Represents the possible types of the "sub_tlv" contained in the "pp2_tlv_ssl" structure present in the ProxyProtocolHeader.PP2_TYPE_SSL TLV header.
ptr(Iterable<String>) - Static method in class org.forgerock.json.JsonPointer
Constructs a JSON pointer from an iterable collection of reference tokens.
ptr(String) - Static method in class org.forgerock.json.JsonPointer
Constructs a JSON pointer, identifying the specified pointer value.
ptr(String...) - Static method in class org.forgerock.json.JsonPointer
Constructs a JSON pointer from an array of reference tokens.
PUBLIC - Enum constant in enum class org.forgerock.secrets.keys.KeyType
An asymmetric public key.
PUBLIC - Static variable in class org.opends.server.core.BackendConfigManager
A public naming context (strict opposite of private).
publicKey(PublicKey) - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Sets the certificate public key.
publicKey(PublicKey) - Method in class org.forgerock.secrets.SecretBuilder
Sets the public key associated with this secret.
publish(ReplicationMsg) - Method in interface org.opends.server.replication.protocol.Session
Sends a replication message to the remote peer.
publish(ReplicationMsg) - Method in class org.opends.server.replication.service.ReplicationBroker
Publish a message to the other servers.
publish(ReplicationMsg) - Method in class org.opends.server.replication.service.ReplicationDomain
Publish an UpdateMsg to the Replication Service.
publishBatch(String) - Method in interface org.forgerock.audit.events.handlers.buffering.BatchConsumer
Publishes the batch payload.
publishBatch(String) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
Publishes a Bulk API payload to Elasticsearch.
publishBatch(String) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandler
 
publishBatch(String) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandler
 
publishEvent(Context, String, JsonValue) - Method in interface org.forgerock.audit.events.handlers.AuditEventHandler
Publishes an event to the provided topic.
publishEvent(Context, String, JsonValue) - Method in class org.forgerock.audit.events.handlers.NoOpAuditEventHandler
 
publishEvent(Context, String, JsonValue) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandler
Create a csv audit log entry.
publishEvent(Context, String, JsonValue) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
 
publishEvent(Context, String, JsonValue) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandler
 
publishEvent(Context, String, JsonValue) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
 
publishEvent(Context, String, JsonValue) - Method in class org.forgerock.audit.handlers.json.stdout.JsonStdoutAuditEventHandler
 
publishEvent(Context, String, JsonValue) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandler
 
publishEvent(Context, String, JsonValue) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandler
 
publishHeartbeatMsg() - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
 
publishHeartbeatMsg() - Method in class org.opends.server.replication.service.ReplicationDomain
Publishes a heartbeat message if all pending changes for current replica have been sent out.
publishPercentileHistogram() - Method in class org.forgerock.monitoring.api.instrument.DistributionSummary.Builder
Adds histogram buckets usable for generating aggregable percentile approximations in monitoring systems that have query facilities to do so (e.g.
publishPercentileHistogram() - Method in class org.forgerock.monitoring.api.instrument.Timer.Builder
Adds histogram buckets usable for generating aggregable percentile approximations in monitoring systems that have query facilities to do so (e.g.
publishPercentileHistogram(Boolean) - Method in class org.forgerock.monitoring.api.instrument.DistributionSummary.Builder
Adds histogram buckets usable for generating aggregable percentile approximations in monitoring systems that have query facilities to do so (e.g.
publishPercentileHistogram(Boolean) - Method in class org.forgerock.monitoring.api.instrument.Timer.Builder
Adds histogram buckets usable for generating aggregable percentile approximations in monitoring systems that have query facilities to do so (e.g.
publishPercentiles(double...) - Method in class org.forgerock.monitoring.api.instrument.DistributionSummary.Builder
Produces an additional time series for each requested percentile.
publishPercentiles(double...) - Method in class org.forgerock.monitoring.api.instrument.Timer.Builder
Produces an additional time series for each requested percentile.
publishRecoveryMsg(ReplicationMsg) - Method in class org.opends.server.replication.service.ReplicationBroker
Publish a recovery message to the other servers.
publishReplicaOfflineMsg() - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
 
publishReplicaOfflineMsg() - Method in class org.opends.server.replication.service.ReplicationDomain
Publishes a replica offline message if all pending changes for current replica have been sent out.
publishSingleEvent(String, JsonValue) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
Publishes a single event to the provided topic.
publishUpdateMsg(Dn, UpdateMsg) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
Publishes the provided change to the changelog DB for the specified replica id and replication domain.
publishUpdateMsg(Dn, UpdateMsg) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
purgeAndLogMessageBursts() - Method in class org.opends.server.loggers.LogAggregator
Purge expired messages and log message bursts if any.
PurgeArgumentsValidator - Class in org.opends.server.tools.dsbackup
Utility class to check arguments validity and conflicts for the purge command or task.
PurgeArgumentsValidator() - Constructor for class org.opends.server.tools.dsbackup.PurgeArgumentsValidator
 
purgeBackups(Set<BackupId>, Cancellable) - Method in class org.opends.server.backup.BackupManager
Purge a set of backups.
purgeConflictsHistorical(PurgeConflictsHistoricalTask, Duration) - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
Check and purge the historical attribute on all eligible entries under this domain.
PurgeConflictsHistoricalTask - Class in org.opends.server.tasks
This class provides an implementation of a Directory Server task that can be used to purge the replication historical informations stored in the user entries to solve conflicts.
PurgeConflictsHistoricalTask() - Constructor for class org.opends.server.tasks.PurgeConflictsHistoricalTask
 
PurgedChangelogCursorException(Path) - Constructor for exception org.opends.server.replication.server.changelog.api.AbortedChangelogCursorException.PurgedChangelogCursorException
Creates a new exception with the related logFile.
PurgedReplicaDbException - Exception in org.opends.server.replication.server.changelog.api
This exception is thrown when a replica DB is fully purged by deleting all log files, invalidating all open cursors on them.
PurgedReplicaDbException(Path) - Constructor for exception org.opends.server.replication.server.changelog.api.PurgedReplicaDbException
Creates a new exception with the provided message.
purgedReplicasNotProperlyStopped() - Method in record class org.opends.server.replication.server.ChangelogState
Returns the value of the purgedReplicasNotProperlyStopped record component.
PurgeRunner - Class in org.opends.server.tools.dsbackup
This class implements the business logic for the dsbackup purge sub-command, whether offline or online.
PurgeRunner() - Constructor for class org.opends.server.tools.dsbackup.PurgeRunner
 
purpose(String, Class<T>) - Static method in class org.forgerock.secrets.Purpose
Constructs a purpose object.
purpose(String, Class<T>, SecretConstraint<? super T>...) - Static method in class org.forgerock.secrets.Purpose
Constructs a purpose object.
Purpose<T extends Secret> - Class in org.forgerock.secrets
A purpose encapsulates both a name for a function that requires access to secrets, together with a hint as to the intended usage of those secrets.
PURPOSE_KEY - Static variable in class org.forgerock.util.crypto.CryptoConstants
key for the purpose of the key used to crypt the data.
pushWrapper(LdapProfile.Wrapper) - Method in class org.forgerock.opendj.config.LdapProfile
Decorates the core LDAP profile with the provided LDAP profile wrapper.
put(int, Object) - Method in class org.forgerock.json.JsonValue
Sets the value of the specified child list element.
put(Object...) - Method in interface org.forgerock.opendj.ldap.Attribute
Adds all of the provided attribute values to this attribute if they are not already present (optional operation).
put(String, Object) - Method in class org.forgerock.json.JsonValue
Sets the value of the specified member.
put(String, P) - Method in class org.forgerock.opendj.ldap.ConsistentHashMap
Puts a partition into this consistent hash map using the default weight which is sufficiently high to ensure a reasonably uniform distribution among all partitions having the same weight.
put(String, P, int) - Method in class org.forgerock.opendj.ldap.ConsistentHashMap
Puts a partition into this consistent hash map using the specified weight.
put(K, V) - Method in class org.forgerock.util.LazyMap
Associates the specified value with the specified key in the map.
put(K, V) - Method in class org.forgerock.util.MapDecorator
Associates the specified value with the specified key in the map.
put(JsonPointer, Object) - Method in class org.forgerock.json.JsonValue
Sets the value identified by the specified pointer, relative to this value as root.
put(ByteString) - Method in interface org.forgerock.opendj.ldap.Attribute
Adds value to this attribute if it is not already present (optional operation).
put(Dn, ClientConnection) - Method in class org.opends.server.core.AuthenticatedUsers
Registers the provided user DN and client connection with this object.
put(Dn, T) - Method in class org.opends.server.api.DITCacheMap
 
put(KeyStoreObject) - Method in interface org.forgerock.opendj.security.KeyStoreObjectCache
Puts a key store object in the cache replacing any existing key store object with the same alias.
put(TreeName, ByteString, ByteString) - Method in interface org.opends.server.backends.pluggable.spi.Importer
Creates a record with the provided key and value in the tree identified by the provided name.
put(TreeName, ByteString, ByteString) - Method in interface org.opends.server.backends.pluggable.spi.WriteableTransaction
Adds a record with the provided key and value, replacing any existing record having the same key.
put(UpdateMsg, PeerServer) - Method in class org.opends.server.replication.server.ReplicationServerDomain
Processes an update message received from a peer server, updating the server state and publishing the message to the changelog.
putAdvice(String, String...) - Method in class org.forgerock.json.resource.AdviceContext
Adds advice to the context, which can be retrieved and later returned to the user.
putAll(Map<? extends K, ? extends V>) - Method in class org.forgerock.util.LazyMap
Copies all of the mappings from the specified map to the map.
putAll(Map<? extends K, ? extends V>) - Method in class org.forgerock.util.MapDecorator
Copies all of the mappings from the specified map to the map.
putAll(Map<? extends Dn, ? extends T>) - Method in class org.opends.server.api.DITCacheMap
 
putAll(Map<String, P>) - Method in class org.forgerock.opendj.ldap.ConsistentHashMap
Copies all the partitions from the specified map to this consistent hash map..
putEntry(SizedEntry, String, long) - Method in class org.opends.server.api.EntryCache
Stores the provided entry in the cache.
putEntry(SizedEntry, String, long) - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
putEntry(SizedEntry, String, long) - Method in class org.opends.server.extensions.FIFOEntryCache
 
putEntry(SizedEntry, String, long) - Method in class org.opends.server.extensions.SoftReferenceEntryCache
 
putEntryIfAbsent(SizedEntry, String, long) - Method in class org.opends.server.api.EntryCache
Stores the provided entry in the cache only if it does not conflict with an entry that already exists.
putEntryIfAbsent(SizedEntry, String, long) - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
putEntryIfAbsent(SizedEntry, String, long) - Method in class org.opends.server.extensions.FIFOEntryCache
 
putEntryIfAbsent(SizedEntry, String, long) - Method in class org.opends.server.extensions.SoftReferenceEntryCache
 
putIfNotNull(String, Object) - Method in class org.forgerock.json.JsonValue
Sets the value of the specified member, only if it is not null.
putPermissive(JsonPointer, Object) - Method in class org.forgerock.json.JsonValue
Sets the value identified by the specified pointer, relative to this value as root.
putTypeAndFormat(JsonValue, AttributeType) - Static method in class org.forgerock.opendj.rest2ldap.SimplePropertyMapper
Puts the type and format corresponding to the provided attribute type on the provided JSON schema.
putWritabilityProperties(WritabilityPolicy, JsonValue) - Static method in class org.forgerock.opendj.rest2ldap.SimplePropertyMapper
 
PWD_ATTRIBUTE_ATTACHMENT - Static variable in class org.opends.server.extensions.PasswordModifyExtendedOperation
The name of the attachment which will be used to store the password attribute.

Q

query(Context, QueryRequest, Collection<? super ResourceResponse>) - Method in class org.forgerock.json.resource.AbstractAsynchronousConnection
 
query(Context, QueryRequest, Collection<? super ResourceResponse>) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Searches for all JSON resources matching a user specified set of criteria, and places the results in the provided collection.
query(Context, QueryRequest, Collection<? super ResourceResponse>) - Method in interface org.forgerock.json.resource.Connection
Searches for all JSON resources matching a user specified set of criteria, and places the results in the provided collection.
query(Context, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.json.resource.AbstractAsynchronousConnection
 
query(Context, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Searches for all JSON resources matching a user specified set of criteria, and returns a Promise that will be completed with the results of the search.
query(Context, QueryRequest, QueryResourceHandler) - Method in interface org.forgerock.json.resource.Connection
Searches for all JSON resources matching a user specified set of criteria, and returns a Promise that will be completed with the results of the search.
QUERY - Enum constant in enum class org.forgerock.json.resource.RequestType
A query request.
QUERY_PARAMETERS - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The query parameters event payload field name.
queryAsync(Context, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Asynchronously searches for all JSON resources matching a user specified set of criteria, and returns a Promise that will be completed with the results of the search.
queryAsync(Context, QueryRequest, QueryResourceHandler) - Method in interface org.forgerock.json.resource.Connection
Asynchronously searches for all JSON resources matching a user specified set of criteria, and returns a Promise that will be completed with the results of the search.
queryCollection(Context, QueryRequest, QueryResourceHandler) - Method in interface org.forgerock.json.resource.CollectionResourceProvider
Searches the collection for all resources which match the query request criteria.
queryCollection(Context, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.json.resource.MemoryBackend
Searches the collection for all resources which match the query request criteria.
queryCollection(Context, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.monitoring.DropwizardMetricsCollectionResourceProvider
 
queryEvents(Context, String, QueryRequest, QueryResourceHandler) - Method in interface org.forgerock.audit.events.handlers.AuditEventHandler
Query some events from the provided topic.
queryEvents(Context, String, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.audit.events.handlers.NoOpAuditEventHandler
 
queryEvents(Context, String, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandler
Perform a query on the csv audit log.
queryEvents(Context, String, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
Queries the Elasticsearch Search API for audit events.
queryEvents(Context, String, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandler
Returns NotSupportedException as query is not implemented for JMS.
queryEvents(Context, String, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
 
queryEvents(Context, String, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.audit.handlers.json.stdout.JsonStdoutAuditEventHandler
 
queryEvents(Context, String, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandler
 
queryEvents(Context, String, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandler
 
queryFilter() - Static method in class org.forgerock.json.resource.JsonValueFunctions
Parses and returns the JSON string value as a QueryFilter.
QueryFilter<F> - Class in org.forgerock.util.query
A filter which can be used to select resources, which is compatible with the CREST query filters.
QueryFilter(QueryFilter.Impl<F>) - Constructor for class org.forgerock.util.query.QueryFilter
Construct a QueryFilter from a base filter implementation.
QueryFilter(QueryFilter.Impl<F>, QueryFilterVisitor<StringBuilder, StringBuilder, F>) - Constructor for class org.forgerock.util.query.QueryFilter
Construct a QueryFilter from a base filter implementation and a custom toString implementation.
QueryFilterOperators - Class in org.forgerock.util.query
QueryFilter constants.
QueryFilterParser<F> - Class in org.forgerock.util.query
A query string has the following string representation:
QueryFilterParser() - Constructor for class org.forgerock.util.query.QueryFilterParser
 
QueryFilters - Class in org.forgerock.json.resource
Convenience methods to create QueryFilter that specify fields in terms of JsonPointer instances.
QueryFilterVisitor<R,P,F> - Interface in org.forgerock.util.query
A visitor of QueryFilters, in the style of the visitor design pattern.
QueryRequest - Interface in org.forgerock.json.resource
A request to search for all JSON resources matching a user specified set of criteria.
QueryResourceHandler - Interface in org.forgerock.json.resource
A completion handler for consuming the results of a query request.
QueryResponse - Interface in org.forgerock.json.resource
The final result of a query request returned after all resources matching the request have been returned.

R

RandomPasswordGenerator - Class in org.opends.server.extensions
This class provides an implementation of a Directory Server password generator that will create random passwords based on fixed-length strings built from one or more character sets.
RandomPasswordGenerator() - Constructor for class org.opends.server.extensions.RandomPasswordGenerator
 
RandomPasswordGeneratorCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Random Password Generator settings.
RandomPasswordGeneratorCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Random Password Generator settings.
RandomPasswordGeneratorCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Random Password Generator managed object definition meta information.
Range<T extends Comparable<T>> - Class in org.opends.server.types
Represents a range of objects, where the bounds are always inclusive and may be null.
RangeSet - Class in org.forgerock.util
Exposes a range of integer values as a set.
RangeSet(int) - Constructor for class org.forgerock.util.RangeSet
Constructs a range set for a sequence of numbers, starting at 0 with the value to stop.
RangeSet(int, int) - Constructor for class org.forgerock.util.RangeSet
Constructs a range set for the specified range of integers with a step of 1.
RangeSet(int, int, int) - Constructor for class org.forgerock.util.RangeSet
Constructs a range set for the specified range of integers and increment.
raw(CharSequence) - Static method in class org.forgerock.i18n.LocalizableMessage
Creates an non-localizable message whose String representation is always the same regardless of the requested locale.
raw(CharSequence, Object...) - Static method in class org.forgerock.i18n.LocalizableMessage
Creates an non-localizable message whose String representation is always the same regardless of the requested locale.
RAW - Static variable in interface org.forgerock.secrets.SecretDecoder
A decoder that populates the raw data of the secret.
rawData(byte[]) - Method in class org.forgerock.secrets.SecretBuilder
Sets the raw data of the secret object.
RC4PasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme that will encode values using the RC4 reversible encryption algorithm.
RC4PasswordStorageScheme() - Constructor for class org.opends.server.extensions.RC4PasswordStorageScheme
Default ctor.
Rc4PasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying RC4 Password Storage Scheme settings.
Rc4PasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying RC4 Password Storage Scheme settings.
Rc4PasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the RC4 Password Storage Scheme managed object definition meta information.
rdn() - Method in class org.forgerock.opendj.ldap.Dn
Returns the RDN of this DN, or null if this DN is the empty DN.
rdn(int) - Method in class org.forgerock.opendj.ldap.Dn
Returns the RDN at the specified index for this DN, or null if no such RDN exists.
Rdn - Class in org.forgerock.opendj.ldap
A relative distinguished name (RDN) as defined in RFC 4512 section 2.3 is the name of an entry relative to its immediate superior.
Rdn(String, Object) - Constructor for class org.forgerock.opendj.ldap.Rdn
Creates a new RDN using the provided attribute type and value decoded using the default schema.
Rdn(Collection<Ava>) - Constructor for class org.forgerock.opendj.ldap.Rdn
Creates a new RDN using the provided AVAs.
Rdn(Ava...) - Constructor for class org.forgerock.opendj.ldap.Rdn
Creates a new RDN using the provided AVAs.
Rdn(AttributeType, Object) - Constructor for class org.forgerock.opendj.ldap.Rdn
Creates a new RDN using the provided attribute type and value.
REACTIVE - Enum constant in enum class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn.StateUpdateFailurePolicy
Even if a bind attempt would otherwise be successful, reject it if a problem occurs while attempting to update the password policy state information for the user.
ReactiveHandlersUtils - Class in org.opends.server.protocols
Utility class for reactive handlers.
read() - Method in interface org.forgerock.opendj.io.LdapSocket
Returns a "cold" Flowable representing the stream of LDAP messages read from the network.
read(Supplier<ByteBuffer>) - Method in class org.forgerock.opendj.io.rx.SaslRxSocket
 
read(Supplier<ByteBuffer>) - Method in class org.forgerock.opendj.io.rx.SslRxSocket
 
read(Supplier<M>) - Method in class org.forgerock.opendj.io.rx.SwitchableRxSocket
 
read(Supplier<M>) - Method in interface org.forgerock.opendj.io.RxSocket
Returns a "cold" Single which will read the next message from the network each time it is subscribed.
read(Supplier<U>) - Method in class org.forgerock.opendj.io.rx.TransformedRxSocket
 
read(Context, ReadRequest) - Method in class org.forgerock.json.resource.AbstractAsynchronousConnection
 
read(Context, ReadRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Reads a JSON resource.
read(Context, ReadRequest) - Method in interface org.forgerock.json.resource.Connection
Reads a JSON resource.
read(ReadOperation<T>) - Method in class org.opends.server.backends.jeb.JEStorage
 
read(ReadOperation<T>) - Method in interface org.opends.server.backends.pluggable.spi.Storage
Executes a read operation.
read(TreeName, ByteString) - Method in interface org.opends.server.backends.pluggable.spi.Importer
Reads the record's value associated to the provided key, in the tree whose name is provided.
read(TreeName, ByteString) - Method in interface org.opends.server.backends.pluggable.spi.ReadableTransaction
Reads the record's value associated to the provided key, in the tree whose name is provided.
READ - Enum constant in enum class org.forgerock.json.resource.RequestType
A read request.
READ - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn.Permission
Read access
READ - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumRight
Read entries and attributes, or use an LDAP control or extended operation.
READ_ON_UPDATE_POLICY - Static variable in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Specifies the policy which should be used in order to read an entry before it is deleted, or after it is added or modified.
READ_ONLY - Enum constant in enum class org.forgerock.opendj.config.PropertyOption
Use this option to identify properties which can be initialized once only and are read-only thereafter.
READ_ONLY - Enum constant in enum class org.forgerock.opendj.rest2ldap.WritabilityPolicy
The attribute cannot be provided when creating a new resource, nor modified afterwards.
READ_ONLY - Enum constant in enum class org.opends.server.backends.pluggable.spi.AccessMode
Constant used to open the Storage in read-only mode; implies missing trees will be ignored.
READ_ONLY_DISCARD_WRITES - Enum constant in enum class org.forgerock.opendj.rest2ldap.WritabilityPolicy
The attribute cannot be provided when creating a new resource, nor modified afterwards.
READ_UNCOMMITTED - Enum constant in enum class org.opends.server.backends.pluggable.spi.ReadableTransaction.ReadOption
Hint that indicates that the caller can tolerate reads of uncommitted (or dirty) data.
READ_WRITE - Enum constant in enum class org.forgerock.opendj.rest2ldap.WritabilityPolicy
The attribute may be provided when creating a new resource, and modified afterwards.
READ_WRITE - Enum constant in enum class org.opends.server.backends.pluggable.spi.AccessMode
Constant used to open the Storage in read-write mode; implies trees will be created if not already present.
ReadableTransaction - Interface in org.opends.server.backends.pluggable.spi
Represents a readable transaction on a storage engine.
ReadableTransaction.ReadOption - Enum Class in org.opends.server.backends.pluggable.spi
readAsn1Element() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element and returns its full encoding, which includes tag and length bytes.
readAsn1Element(ByteStringBuilder) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element and appends its full encoding, which includes tag and length bytes, to the provided ByteStringBuilder.
readAsync(Context, ReadRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Asynchronously reads a JSON resource.
readAsync(Context, ReadRequest) - Method in interface org.forgerock.json.resource.Connection
Asynchronously reads a JSON resource.
readAtMost(InputStream, int) - Static method in class org.forgerock.util.Streams
Reads at most the given number of bytes from the input stream.
readAttribute(Asn1Reader, DecodeOptions, Schema) - Static method in class org.forgerock.opendj.io.Ldap
Reads the next ASN.1 element from the provided ASN1Reader as an Attribute.
readBackup(BackupId) - Method in class org.opends.server.backup.BackupFileManager
Reads the backup file with the provided ID from the underlying backup storage and converts it to a backup object.
readBerLength() - Method in class org.forgerock.opendj.ldap.ByteStringReader
Relative read method for reading a multi-byte BER length.
readBitString() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a bit string having the Universal Bit String ASN.1 type tag.
readBitString(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a bit string having the provided type tag.
readBoolean() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a boolean having the Universal Boolean ASN.1 type tag.
readBoolean(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a boolean having the provided type tag.
readByte() - Method in class org.forgerock.opendj.ldap.ByteStringReader
Relative read method.
readBytes(byte[]) - Method in class org.forgerock.opendj.ldap.ByteStringReader
Relative bulk read method.
readBytes(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteStringReader
Relative bulk read method.
readByteString(int) - Method in class org.forgerock.opendj.ldap.ByteStringReader
Relative bulk read method.
readChangeRecord() - Method in interface org.forgerock.opendj.ldif.ChangeRecordReader
Reads the next change record, blocking if necessary until a change record is available.
readChangeRecord() - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Reads the next change record, blocking if necessary until a change record is available.
readCompactUnsignedInt() - Method in class org.forgerock.opendj.ldap.ByteStringReader
Relative read method for reading a compacted int value.
readCompactUnsignedLong() - Method in class org.forgerock.opendj.ldap.ByteStringReader
Relative read method for reading a compacted long value.
readControl(Asn1Reader) - Static method in class org.forgerock.opendj.io.Ldap
Reads the next ASN.1 element from the provided ASN1Reader as a Control.
readCurrentKey() - Method in class org.forgerock.audit.secure.KeyStoreSecureStorage
 
readCurrentKey() - Method in interface org.forgerock.audit.secure.SecureStorage
Reads the current key.
readDN(LinkedList<StringBuilder>) - Method in class org.opends.server.util.LDIFReader
Reads the DN of the entry from the provided list of lines.
readDomainsState(Path) - Static method in class org.opends.server.replication.server.changelog.file.ReplicationEnvironment
Returns the content of the domains state file.
readEndSequence() - Method in class org.forgerock.opendj.ldap.GserParser
Skips the input matching the end of a sequence and preceding space characters.
readEntry() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
Waits for the next search result entry or reference to become available and, if it is an entry, returns it as a SearchResultEntry.
readEntry() - Method in class org.forgerock.opendj.ldif.EntryGenerator
 
readEntry() - Method in interface org.forgerock.opendj.ldif.EntryReader
Reads the next entry, blocking if necessary until an entry is available.
readEntry() - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Reads the next entry, blocking if necessary until an entry is available.
readEntry() - Method in class org.opends.server.util.LDIFReader
Reads the next entry from the LDIF source.
readEntry(String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
readEntry(String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Reads the named entry from the Directory Server.
readEntry(String, String...) - Method in interface org.forgerock.opendj.ldap.Connection
Reads the named entry from the Directory Server.
readEntry(Asn1Reader, DecodeOptions) - Static method in class org.forgerock.opendj.io.Ldap
Reads the next ASN.1 element from the provided ASN1Reader as an Entry.
readEntry(Dn, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
readEntry(Dn, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Reads the named entry from the Directory Server.
readEntry(Dn, String...) - Method in interface org.forgerock.opendj.ldap.Connection
Reads the named entry from the Directory Server.
readEntry(Dn, String...) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Reads the named entry from the Directory Server.
readEntryAsync(Dn, Collection<String>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
readEntryAsync(Dn, Collection<String>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously reads the named entry from the Directory Server.
readEntryAsync(Dn, Collection<String>) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously reads the named entry from the Directory Server.
readEntryLines() - Method in class org.opends.server.util.LDIFReader
Reads a set of lines from the next entry in the LDIF source.
readEnumerated() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an enumerated having the Universal Enumerated ASN.1 type tag.
readEnumerated(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an enumerated having the provided type tag.
readEvent(Context, String, String) - Method in interface org.forgerock.audit.events.handlers.AuditEventHandler
Reads an event with the provided resource id from the provided topic.
readEvent(Context, String, String) - Method in class org.forgerock.audit.events.handlers.NoOpAuditEventHandler
 
readEvent(Context, String, String) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandler
Read from the csv audit log.
readEvent(Context, String, String) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
 
readEvent(Context, String, String) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandler
Returns NotSupportedException as read is not implemented for JMS.
readEvent(Context, String, String) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
 
readEvent(Context, String, String) - Method in class org.forgerock.audit.handlers.json.stdout.JsonStdoutAuditEventHandler
 
readEvent(Context, String, String) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandler
 
readEvent(Context, String, String) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandler
 
readExplicitTag() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an explicit tag ignoring the ASN.1 type tag.
readExplicitTag(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an explicit tag having the provided tag type.
readExplicitTag(long) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an explicit tag having the provided multi-byte tag type encoded as described in Asn1Tag.numberMultiByte(long).
readFilter(Asn1Reader) - Static method in class org.forgerock.opendj.io.Ldap
Reads the next ASN.1 element from the provided ASN1Reader as a Filter using a maximum filter depth of 100.
readFilter(Asn1Reader, int) - Static method in class org.forgerock.opendj.io.Ldap
Reads the next ASN.1 element from the provided ASN1Reader as a Filter using the provided maximum filter depth.
readInitialKey() - Method in class org.forgerock.audit.secure.KeyStoreSecureStorage
 
readInitialKey() - Method in interface org.forgerock.audit.secure.SecureStorage
Reads the initial key.
readInstance(Context, String, ReadRequest) - Method in interface org.forgerock.json.resource.CollectionResourceProvider
Reads an existing resource within the collection.
readInstance(Context, String, ReadRequest) - Method in class org.forgerock.json.resource.MemoryBackend
Reads an existing resource within the collection.
readInstance(Context, String, ReadRequest) - Method in class org.forgerock.monitoring.DropwizardMetricsCollectionResourceProvider
 
readInstance(Context, ReadRequest) - Method in interface org.forgerock.json.resource.SingletonResourceProvider
Reads the single resource instance.
readInt() - Method in class org.forgerock.opendj.ldap.ByteStringReader
Relative read method for reading an integer value.
readInteger() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an integer having the Universal Integer ASN.1 type tag.
readInteger(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an integer having the provided type tag.
readIntegerAsBigInteger() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a BigInteger having the Universal Integer ASN.1 type tag.
readIntegerAsBigInteger(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a BigInteger having the provided type tag.
readLdapMessage() - Method in class org.forgerock.opendj.io.LdapReader
Reads the next LDAP message from the underlying ASN.1 reader.
readLdapRequestMessage() - Method in class org.forgerock.opendj.io.LdapReader
Reads the next LDAP request message from the underlying ASN.1 reader.
readLdapResponseMessage() - Method in class org.forgerock.opendj.io.LdapReader
Reads the next LDAP response message from the underlying ASN.1 reader.
readLong() - Method in class org.forgerock.opendj.ldap.ByteStringReader
Relative read method for reading a long value.
readMinimalResponseMessage() - Method in class org.forgerock.opendj.io.LdapReader
Reads the next LDAP response message from the underlying ASN.1 reader performing minimal decoding.
readModification(Asn1Reader, DecodeOptions, Schema) - Static method in class org.forgerock.opendj.io.Ldap
Reads the next ASN.1 element from the provided ASN1Reader as a Modification.
readName(byte, Schema) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a distinguished name having the provided type tag.
readName(Schema) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a distinguished name having the Universal Sequence ASN.1 type tag.
readNull() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a null element having the Universal Null ASN.1 type tag.
readNull(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a null element having the provided type tag.
readObjectIdentifier() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an object identifier (OID) having the Universal Object Identifier ASN.1 type tag.
readObjectIdentifier(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an object identifier (OID) having the provided type tag.
readOctetString() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an octet string having any tag.
readOctetString(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an octet string having the provided type tag.
readOctetString(byte, ByteStringBuilder) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an octet string having the provided type tag and appends it to the provided ByteStringBuilder.
readOctetString(ByteStringBuilder) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an octet string having the Universal Octet String ASN.1 type tag and appends it to the provided ByteStringBuilder.
readOctetStringAsString() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an octet string having the Universal Octet String ASN.1 type tag and decodes the value as a UTF-8 encoded string.
readOctetStringAsString(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as an octet string having the provided type tag and decodes the value as a UTF-8 encoded string.
ReadOnlyStorageException - Exception in org.opends.server.backends.pluggable.spi
Thrown when the server or a tool attempts to access the storage while it is read-only.
ReadOnlyStorageException() - Constructor for exception org.opends.server.backends.pluggable.spi.ReadOnlyStorageException
Constructor with default error message.
ReadOnlyStorageException(String) - Constructor for exception org.opends.server.backends.pluggable.spi.ReadOnlyStorageException
Constructor with a message.
ReadOnlyStorageException(Throwable) - Constructor for exception org.opends.server.backends.pluggable.spi.ReadOnlyStorageException
Constructor with a cause.
ReadOnUpdatePolicy - Enum Class in org.forgerock.opendj.rest2ldap
The policy which should be used in order to read an entry before it is deleted, or after it is added or modified.
ReadOperation<T> - Interface in org.opends.server.backends.pluggable.spi
Function performing a read operation.
readPrivateKeyFromKeyStore(String) - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
Get a private key for the alias using the default password from KeyStoreHandlerDecorator.getPassword().
readPrivateKeyFromKeyStore(String, String) - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
Get the private key with the given alias.
readPublicKeyFromKeyStore(String) - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
Get the public key with the given alias.
readReference() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
Waits for the next search result entry or reference to become available and, if it is a reference, returns it as a SearchResultReference.
ReadRequest - Interface in org.forgerock.json.resource
A request to read a single identified JSON resource.
readResult() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
Waits for the next search response to become available and returns it if it is a search result indicating that the search completed successfully.
readRootDse(Connection) - Static method in class org.forgerock.opendj.ldap.RootDse
Reads the Root DSE from the Directory Server using the provided connection.
readRootDse(LdapClientSocket) - Static method in class org.forgerock.opendj.ldap.RootDse
Reads the Root DSE from the Directory Server using the provided socket.
readRootDseAsync(Connection) - Static method in class org.forgerock.opendj.ldap.RootDse
Asynchronously reads the Root DSE from the Directory Server using the provided connection.
readSchema(Connection, Dn) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Reads the schema contained in the named subschema sub-entry.
readSchema(LdapClientSocket, Dn) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Reads the schema contained in the named subschema sub-entry.
readSchemaAsync(Connection, Dn) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Asynchronously reads the schema contained in the named subschema sub-entry.
readSchemaForEntry(Connection, Dn) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Reads the schema contained in the subschema sub-entry which applies to the named entry.
readSchemaForEntry(LdapClientSocket, Dn) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Reads the schema contained in the subschema sub-entry which applies to the named entry.
readSchemaForEntryAsync(Connection, Dn) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Asynchronously reads the schema contained in the subschema sub-entry which applies to the named entry.
readSecretKeyFromKeyStore(String) - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
Get the secret key with the given alias using the default password from KeyStoreHandlerDecorator.getPassword().
readSecretKeyFromKeyStore(String, String) - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
Get the secret key with the given alias.
readSequence() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a sequence having the Universal Sequence ASN.1 type tag.
readSequence(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a sequence having the provided type tag.
readSet() - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a set having the Universal Set ASN.1 type tag.
readSet(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Reads the next element as a set having the provided type tag.
readShort() - Method in class org.forgerock.opendj.ldap.ByteStringReader
Relative read method for reading an short value.
readStartSequence() - Method in class org.forgerock.opendj.ldap.GserParser
Skips the input matching the start of a sequence and subsequent space characters.
readStringUtf8(int) - Method in class org.forgerock.opendj.ldap.ByteStringReader
Relative read method for reading a UTF-8 encoded string.
REAL_OVERRIDES_VIRTUAL - Enum constant in enum class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn.ConflictBehavior
Indicates that any real values contained in the entry are preserved and used, and virtual values are not generated.
REBUILD_ALL - Static variable in class org.opends.server.config.ConfigConstants
Used to specify that the rebuild all boolean should be set.
REBUILD_DEGRADED - Static variable in class org.opends.server.config.ConfigConstants
Used to specify that the rebuild degraded boolean should be set.
rebuildBackend(RebuildConfig, ServerContext, Consumer<Task.WorkCounters>) - Method in class org.opends.server.api.LocalBackend
Rebuild indexes in the backend instance.
rebuildBackend(RebuildConfig, ServerContext, Consumer<Task.WorkCounters>) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
RebuildConfig - Class in org.opends.server.backends
Configuration for the indexType rebuild process.
RebuildConfig(Dn) - Constructor for class org.opends.server.backends.RebuildConfig
Builds a new rebuild config object.
RebuildConfig.RebuildMode - Enum Class in org.opends.server.backends
Identifies how indexes will be selected for rebuild.
rebuildIndex(RebuildIndexParameters) - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
Rebuilds all the indexes of this server.
RebuildIndex - Class in org.opends.server.tools
This program provides a utility to rebuild the contents of the indexes of a Directory Server backend.
RebuildIndex(PrintStream, PrintStream, ServerContext) - Constructor for class org.opends.server.tools.RebuildIndex
Creates a new RebuildIndex with the provided output and error OutputStreams.
rebuildIndexEmbeddedOffline(ArgumentsBuilder, PrintStream, PrintStream) - Static method in class org.opends.server.tools.RebuildIndex
This method is used for running the rebuild-index tool programmatically against an offline server.
rebuildIndexesWithinMultipleBackends(Collection<String>) - Method in class org.opends.server.tools.RebuildIndex
This function allow internal use of the rebuild index tools.
RebuildIndexParameters - Class in org.forgerock.opendj.server.embedded
Parameters to rebuild the indexes of a directory server.
rebuildIndexParams() - Static method in class org.forgerock.opendj.server.embedded.RebuildIndexParameters
Creates a builder for the rebuild index parameters.
RebuildTask - Class in org.opends.server.tasks
This class provides an implementation of a Directory Server task that can be used to rebuild indexes in a backend.
RebuildTask() - Constructor for class org.opends.server.tasks.RebuildTask
 
receive() - Method in interface org.opends.server.replication.protocol.Session
Attempt to receive a ReplicationMsg.
receive() - Method in class org.opends.server.replication.service.ReplicationBroker
Receive a message.
receiveEntryBytes() - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
Receives bytes related to an entry in the context of an import to initialize the domain (called by ReplLDIFInputStream).
receiveEntryBytes() - Method in class org.opends.server.replication.service.ReplicationDomain
Receives bytes related to an entry in the context of an import to initialize the domain (called by ReplLDIFInputStream).
receiveTopoInfoFromRS(TopologyMsg, PeerReplicationServer, boolean) - Method in class org.opends.server.replication.server.ReplicationServerDomain
Process topology information received from a peer RS.
recomputeNestedGroups() - Method in class org.opends.server.extensions.StaticGroup
Recomputes the nested groups for this static group.
recomputeNestedGroupsForAddedGroups(Set<Dn>) - Method in class org.opends.server.extensions.StaticGroup
Recomputes the nested groups if at least one of the provided dns is a direct member of this static group i.e.
recomputeNestedGroupsForRemovedGroups(Set<Group>) - Method in class org.opends.server.extensions.StaticGroup
Recomputes the nested groups if at least one of the provided groups is nested in this static group.
record() - Method in interface org.forgerock.monitoring.api.instrument.DistributionSummary
Updates the statistics kept by the summary.
record(double) - Method in interface org.forgerock.monitoring.api.instrument.DistributionSummary
Updates the statistics kept by the summary with the specified amount.
record(double) - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableHistogram
 
record(double) - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableMeter
 
record(long, TimeUnit) - Method in interface org.forgerock.monitoring.api.instrument.Timer
Updates the statistics kept by the counter with the specified amount.
record(long, TimeUnit) - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableTimer
 
record(Runnable) - Method in interface org.forgerock.monitoring.api.instrument.Timer
Executes the runnable `f` and records the time taken.
record(Runnable) - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableTimer
 
record(Duration) - Method in interface org.forgerock.monitoring.api.instrument.Timer
Updates the statistics kept by the counter with the specified amount.
record(Supplier<T>) - Method in interface org.forgerock.monitoring.api.instrument.Timer
Executes the Supplier `f` and records the time taken.
record(Supplier<T>) - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableTimer
 
recordCallable(Callable<T>) - Method in interface org.forgerock.monitoring.api.instrument.Timer
Executes the callable `f` and records the time taken.
recordCallable(Callable<T>) - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableTimer
 
recordMiss() - Method in class org.opends.server.api.EntryCache
Records a failure to retrieve an entry from this cache.
recordMiss() - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
recordTry() - Method in class org.opends.server.api.EntryCache
Records an attempt to retrieve an entry from this cache.
recordTry() - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
recreateRemoteReplicasFromState() - Method in class org.opends.server.replication.service.ReplicationDomain
Rebuilds Remote DS lists after a reset of the domain state, either at startup or domain re-initialization.
RECURRING - Enum constant in enum class org.opends.server.backends.task.TaskState
The task state that indicates that the task is recurring.
RECURRING_TASK_BASE_RDN - Static variable in class org.opends.server.config.ConfigConstants
The string representation of the RDN that should be used for the entry that is the immediate parent of all recurring task definitions in the server.
RecurringTask - Class in org.opends.server.backends.task
This class defines a information about a recurring task, which will be used to repeatedly schedule tasks for processing.
RecurringTask(ServerContext, TaskScheduler, Entry) - Constructor for class org.opends.server.backends.task.RecurringTask
Creates a new recurring task based on the information in the provided entry.
recursive(TemplateParser) - Method in class org.forgerock.config.resolvers.SubstitutionVisitor.Builder
Specify if the substitution is going to be recursive (substituted property values are parsed and evaluated until there is no token left).
recursiveDelete(Path) - Static method in class org.opends.server.util.StaticUtils
Attempts to delete the specified file or directory.
REF - Static variable in class org.forgerock.json.schema.validator.Constants
The $ref field name.
REF_SHORT_DESC_BACKEND_TOOL - Static variable in class org.opends.messages.ServerMessages
gather OpenDJ backend debugging information
REF_SHORT_DESC_CHANGELOG_TOOL - Static variable in class org.opends.messages.ServerMessages
debug changelog and changenumber files
REF_SHORT_DESC_CREATE_RC_SCRIPT - Static variable in class org.opends.messages.ServerMessages
script to manage OpenDJ as a service on UNIX
REF_SHORT_DESC_DS_REPL_TOOL - Static variable in class org.opends.messages.ServerMessages
Manages data synchronization between servers
REF_SHORT_DESC_ENCODE_PASSWORD - Static variable in class org.opends.messages.ServerMessages
encode a password with a storage scheme
REF_SHORT_DESC_EXPORT_LDIF - Static variable in class org.opends.messages.ServerMessages
export directory data in LDIF
REF_SHORT_DESC_EXTRACT_TOOL - Static variable in class org.opends.messages.ServerMessages
extract support data
REF_SHORT_DESC_IMPORT_LDIF - Static variable in class org.opends.messages.ServerMessages
import directory data from LDIF
REF_SHORT_DESC_MANAGE_TASKS - Static variable in class org.opends.messages.ServerMessages
manage server administration tasks
REF_SHORT_DESC_REBUILD_INDEX - Static variable in class org.opends.messages.ServerMessages
rebuild index after configuration change
REF_SHORT_DESC_START_DS - Static variable in class org.opends.messages.ServerMessages
start OpenDJ server
REF_SHORT_DESC_STATUS - Static variable in class org.opends.messages.ServerMessages
display basic OpenDJ server information
REF_SHORT_DESC_STOP_DS - Static variable in class org.opends.messages.ServerMessages
stop OpenDJ server
REF_SHORT_DESC_UPGRADE - Static variable in class org.opends.messages.ServerMessages
upgrade OpenDJ configuration and application data
REF_SHORT_DESC_VERIFY_INDEX - Static variable in class org.opends.messages.ServerMessages
check index for consistency or errors
REF_SHORT_DESC_WINDOWS_SERVICE - Static variable in class org.opends.messages.ServerMessages
register OpenDJ server as a Windows Service
reference(String, String) - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Returns a property mapper which provides a mapping from a JSON value to a DN valued LDAP attribute.
reference(String, String, String, String) - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Returns a property mapper which provides a mapping from a JSON value to a "Name and JSON" valued LDAP attribute.
reference(String, String, String, ObjectPropertyMapper, String) - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Returns a property mapper which provides a mapping from a JSON value to a single DN valued LDAP attribute.
reference(AttributeDescription, String) - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Returns a property mapper which provides a mapping from a JSON value to a DN valued LDAP attribute.
reference(AttributeDescription, String, AttributeDescription, ObjectPropertyMapper, String) - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Returns a property mapper which provides a mapping from a JSON value to a single DN valued LDAP attribute.
Reference<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
A reference to another managed object.
ReferenceTypeValidator - Class in org.forgerock.json.schema.validator.validators
ReferenceTypeValidator holds a reference to another validator.
ReferenceTypeValidator(Map<String, Object>, String, List<String>) - Constructor for class org.forgerock.json.schema.validator.validators.ReferenceTypeValidator
Default ctor.
ReferentialIntegrityPlugin - Class in org.opends.server.plugins
This class implements a Directory Server post operation plugin that performs Referential Integrity processing on successful delete and modify DN operations.
ReferentialIntegrityPlugin() - Constructor for class org.opends.server.plugins.ReferentialIntegrityPlugin
 
ReferentialIntegrityPluginCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Referential Integrity Plugin settings.
ReferentialIntegrityPluginCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Referential Integrity Plugin settings.
ReferentialIntegrityPluginCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Referential Integrity Plugin managed object definition meta information.
ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "check-references-scope-criteria" property.
REFERRAL - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
REFERRAL - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a referral was encountered.
REFERRAL_INDEX_NAME - Static variable in interface org.opends.server.backends.pluggable.SuffixContainer
The name of the index associating normalized DNs to normalized URIs.
ReferralException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request could not be processed by the Directory Server because the target entry is located on another server.
Refinement() - Constructor for class org.forgerock.opendj.ldap.SubtreeSpecification.Refinement
Create a new RFC3672 specification filter refinement.
refresh() - Method in class org.forgerock.opendj.rest2ldap.authz.SecretStores.SecretKeyStore
 
refresh() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
 
refresh() - Method in class org.forgerock.secrets.propertyresolver.FileSystemSecretStore
 
refresh() - Method in class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
 
refresh() - Method in interface org.forgerock.secrets.SecretStore
Indicates that the store should refresh its secrets from the backing storage mechanism.
refresh() - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
refUrls() - Method in record class org.opends.server.replication.common.DSInfo
Returns the value of the refUrls record component.
register(Class<T>, T) - Method in class org.forgerock.audit.DependencyProviderBase
Register a new provided dependency.
register(Meter.Id, Meter.Type, Iterable<Measurement>) - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry
Register a custom meter type.
register(Meter.Id, Meter.Type, Iterable<Measurement>) - Method in class org.forgerock.monitoring.api.instrument.MeterRegistryHolder
 
register(Meter.Id, Meter.Type, Iterable<Measurement>) - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry
 
register(Meter.Id, Meter.Type, Iterable<Measurement>) - Method in class org.opends.server.api.MeterRegistryHolder
 
register(MeterRegistry) - Method in class org.forgerock.monitoring.api.instrument.Counter.Builder
Add the counter to a single registry, or return an existing counter in that registry.
register(MeterRegistry) - Method in class org.forgerock.monitoring.api.instrument.DistributionSummary.Builder
Add the distribution summary to a single registry, or return an existing distribution summary in that registry.
register(MeterRegistry) - Method in class org.forgerock.monitoring.api.instrument.Gauge.Builder
Add the gauge to a single registry, or return an existing gauge in that registry.
register(MeterRegistry) - Method in class org.forgerock.monitoring.api.instrument.Meter.Builder
Add the meter to a single registry, or return an existing meter in that registry.
register(MeterRegistry) - Method in class org.forgerock.monitoring.api.instrument.TimeGauge.Builder
Add the time gauge to a single registry, or return an existing time gauge in that registry.
register(MeterRegistry) - Method in class org.forgerock.monitoring.api.instrument.Timer.Builder
Add the timer to a single registry, or return an existing timer in that registry.
register(HealthStatusProvider) - Method in class org.opends.server.monitors.HealthChecker.HealthCheckerImpl
 
register(HealthStatusProvider) - Method in interface org.opends.server.monitors.HealthChecker
register(PeerReplica) - Method in class org.opends.server.replication.server.ReplicationServerDomain
Registers a replica into this domain and notifies the domain about it.
register(PeerReplicationServer) - Method in class org.opends.server.replication.server.ReplicationServerDomain
Registers the peer replication server into this domain and notifies the domain.
register(VirtualAttributeRule) - Method in class org.opends.server.core.VirtualAttributeConfigManager
Registers the provided virtual attribute rule.
registerAccountStatusNotificationHandler(Dn, AccountStatusNotificationHandler<?>) - Method in class org.opends.server.core.DirectoryServer
 
registerAccountStatusNotificationHandler(Dn, AccountStatusNotificationHandler<?>) - Method in interface org.opends.server.core.ServerContext
Registers the provided account status notification handler with the Directory Server.
registerAddListener(InstantiableRelationDefinition<?, M>, ConfigurationAddListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Register to be notified when new child configurations are added beneath an instantiable relation.
registerAddListener(InstantiableRelationDefinition<?, M>, ServerManagedObjectAddListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Register to be notified when new child server managed object are added beneath an instantiable relation.
registerAddListener(OptionalRelationDefinition<?, M>, ConfigurationAddListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Register to be notified when a new child configurations is added beneath an optional relation.
registerAddListener(OptionalRelationDefinition<?, M>, ServerManagedObjectAddListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Register to be notified when a new child server managed object is added beneath an optional relation.
registerAddListener(SetRelationDefinition<?, M>, ConfigurationAddListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Register to be notified when new child configurations are added beneath a set relation.
registerAddListener(SetRelationDefinition<?, M>, ServerManagedObjectAddListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Register to be notified when new child server managed object are added beneath a set relation.
registerAddListener(Dn, ConfigAddListener) - Method in interface org.forgerock.opendj.config.server.spi.ConfigurationRepository
Registers the provided add listener so that it will be notified if any new entries are added immediately below the entry corresponding to the provided DN.
registerAddListener(Dn, ConfigAddListener) - Method in class org.opends.server.config.ConfigurationHandler
 
registerAlertGenerator(AlertGenerator) - Method in class org.opends.server.core.DirectoryServer
 
registerAlertGenerator(AlertGenerator) - Method in interface org.opends.server.core.ServerContext
Registers the provided alert generator with the Directory Server.
registerAlertHandler(AlertHandler<?>) - Method in class org.opends.server.core.DirectoryServer
 
registerAlertHandler(AlertHandler<?>) - Method in interface org.opends.server.core.ServerContext
Registers the provided alert handler with the Directory Server.
registerAuthenticationPolicy(AuthenticationPolicy) - Method in class org.opends.server.core.DirectoryServer
 
registerAuthenticationPolicy(AuthenticationPolicy) - Method in interface org.opends.server.core.ServerContext
Registers the provided authentication policy with the Directory Server.
registerBackend(Backend<? extends BackendCfg>) - Method in class org.opends.server.core.BackendConfigManager
Registers a backend.
registerBackendMonitor() - Method in class org.opends.server.api.Backend
Registers a backend monitor for this backend.
registerBackendMonitor() - Method in class org.opends.server.api.LocalBackend
 
registerBackendMonitor() - Method in class org.opends.server.backends.ProxyBackend
 
registerBackupStorageProvider(BackupStorageProvider) - Method in class org.opends.server.core.DirectoryServer
 
registerBackupStorageProvider(BackupStorageProvider) - Method in interface org.opends.server.core.ServerContext
Registers a backup storage provider.
registerBackupTaskListener(BackupTaskListener) - Method in class org.opends.server.core.DirectoryServer
Registers the provided backup task listener with the Directory Server.
registerBackupTaskListener(BackupTaskListener) - Method in interface org.opends.server.core.ServerContext
Registers the provided backup task listener with the Directory Server.
registerBaseDnMonitors() - Method in class org.opends.server.monitors.LocalBackendMonitor
Registers monitoring entries associated to the base DNs handled by the monitored backend in the directory server.
registerBaseDNs(Backend<? extends BackendCfg>, Set<Dn>) - Method in class org.opends.server.core.BackendConfigManager
Registers the provided base DNs for the provided backend.
registerCertificateMapper(Dn, CertificateMapper<?>) - Method in class org.opends.server.core.DirectoryServer
 
registerCertificateMapper(Dn, CertificateMapper<?>) - Method in interface org.opends.server.core.ServerContext
Registers the provided certificate mapper with the Directory Server.
registerCertificateMonitorEntries() - Method in class org.opends.server.api.KeyManagerProvider
Registers one certificate monitor entry for each X509 certificate present in this key manager provider.
registerChangeListener(ConfigurationChangeListener<? super S>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Register to be notified when this server managed object is changed.
registerChangeListener(ServerManagedObjectChangeListener<? super S>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Register to be notified when this server managed object is changed.
registerChangeListener(ServiceDiscoveryChangeListener) - Method in class org.forgerock.opendj.discovery.StaticServiceDiscoveryMechanism
 
registerChangeListener(ServiceDiscoveryChangeListener) - Method in interface org.forgerock.opendj.discovery.ServiceDiscoveryMechanism
Registers a listener to be notified when changes in the service occur.
registerChangeListener(Dn, ConfigChangeListener) - Method in interface org.forgerock.opendj.config.server.spi.ConfigurationRepository
Registers the provided change listener so that it will be notified of any changes to the entry corrresponding to provided DN.
registerChangeListener(Dn, ConfigChangeListener) - Method in class org.opends.server.config.ConfigurationHandler
 
registerChangeListener(SubentryChangeListener) - Method in class org.opends.server.core.SubentryManager
Registers the provided change notification listener with this manager so that it will be notified of any add, delete, modify, or modify DN operations that are performed.
registerChangeListener(ServiceDiscoveryChangeListener) - Method in class org.opends.server.discovery.StaticServiceDiscoveryMechanism
 
registerChangeListener(ServiceDiscoveryChangeListener) - Method in interface org.opends.server.discovery.ServiceDiscoveryMechanism
Registers a listener to be notified when changes in the service occur.
registerClientConnection(ClientConnection) - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
Registers a client connection with this JMX connection handler.
registerConnectionHandler(ConnectionHandler<? extends ConnectionHandlerCfg>) - Method in class org.opends.server.core.DirectoryServer
 
registerConnectionHandler(ConnectionHandler<? extends ConnectionHandlerCfg>) - Method in interface org.opends.server.core.ServerContext
Registers the provided connection handler with the Directory Server.
registerConstraint(Constraint) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Register a constraint with this managed object definition.
registerDeleteListener(InstantiableRelationDefinition<?, M>, ConfigurationDeleteListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Register to be notified when existing child configurations are deleted beneath an instantiable relation.
registerDeleteListener(InstantiableRelationDefinition<?, M>, ServerManagedObjectDeleteListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Register to be notified when existing child server managed objects are deleted beneath an instantiable relation.
registerDeleteListener(OptionalRelationDefinition<?, M>, ConfigurationDeleteListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Register to be notified when an existing child configuration is deleted beneath an optional relation.
registerDeleteListener(OptionalRelationDefinition<?, M>, ServerManagedObjectDeleteListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Register to be notified when an existing child server managed object is deleted beneath an optional relation.
registerDeleteListener(SetRelationDefinition<?, M>, ConfigurationDeleteListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Register to be notified when existing child configurations are deleted beneath a set relation.
registerDeleteListener(SetRelationDefinition<?, M>, ServerManagedObjectDeleteListener<M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
Register to be notified when existing child server managed objects are deleted beneath a set relation.
registerDeleteListener(Dn, ConfigDeleteListener) - Method in interface org.forgerock.opendj.config.server.spi.ConfigurationRepository
Registers the provided delete listener so that it will be notified if any entries are deleted immediately below the entry corresponding to the provided DN.
registerDeleteListener(Dn, ConfigDeleteListener) - Method in class org.opends.server.config.ConfigurationHandler
 
registerDeprecated(Deprecated) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Register a deprecation with this managed object definition.
registeredParameterNames() - Method in class org.forgerock.opendj.setup.model.Profile.ParameterValues
Returns names of all parameters set within this Profile.ParameterValues.
registerExportTaskListener(ExportTaskListener) - Method in class org.opends.server.core.DirectoryServer
Registers the provided LDIF export task listener with the Directory Server.
registerExportTaskListener(ExportTaskListener) - Method in interface org.opends.server.core.ServerContext
Registers the provided LDIF export task listener with the Directory Server.
registerHandlerToService(JsonValue, AuditServiceBuilder) - Static method in class org.forgerock.audit.json.AuditJsonConfig
Configures and registers the audit event handler corresponding to the provided JSON configuration to the provided audit service.
registerHandlerToService(JsonValue, AuditServiceBuilder, ClassLoader) - Static method in class org.forgerock.audit.json.AuditJsonConfig
Configures and registers the audit event handler corresponding to the provided JSON configuration to the provided audit service, using a specific class loader.
registerIdentityMapper(Dn, IdentityMapper<?>) - Method in class org.opends.server.core.DirectoryServer
 
registerIdentityMapper(Dn, IdentityMapper<?>) - Method in interface org.opends.server.core.ServerContext
Registers the provided identity mapper for use with the Directory Server.
registerImportTaskListener(ImportTaskListener) - Method in class org.opends.server.core.DirectoryServer
Registers the provided LDIF import task listener with the Directory Server.
registerImportTaskListener(ImportTaskListener) - Method in interface org.opends.server.core.ServerContext
Registers the provided LDIF import task listener with the Directory Server.
registerInternalPlugin(InternalDirectoryServerPlugin) - Method in class org.opends.server.core.DirectoryServer
 
registerInternalPlugin(InternalDirectoryServerPlugin) - Method in interface org.opends.server.core.ServerContext
Registers the provided internal plugin with the Directory Server and ensures that it will be invoked in the specified ways.
registerKeyStoreHandler(String, KeyStoreHandler) - Method in class org.forgerock.audit.providers.DefaultKeyStoreHandlerProvider
Register a storage with the given name.
registerLocalBackendInitializationListener(LocalBackendInitializationListener) - Method in class org.opends.server.core.BackendConfigManager
Registers a local backend initialization listener.
registerMonitoredDirectory(DiskSpaceMonitorHandler, String, File, Long, Long) - Method in class org.opends.server.extensions.DiskSpaceMonitor
Registers the disk used by the provided directory to the monitored disks.
registerMonitorProvider(MonitorProvider) - Method in class org.opends.server.core.DirectoryServer
 
registerMonitorProvider(MonitorProvider) - Method in interface org.opends.server.core.ServerContext
Registers the provided monitor provider with the Directory Server.
registerOption(ManagedObjectOption) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Register an option with this managed object definition.
registerPasswordGenerator(Dn, PasswordGenerator<?>) - Method in class org.opends.server.core.DirectoryServer
 
registerPasswordGenerator(Dn, PasswordGenerator<?>) - Method in interface org.opends.server.core.ServerContext
Registers the provided password generator for use with the Directory Server.
registerPasswordStorageScheme(Dn, PasswordStorageScheme<?>) - Method in class org.opends.server.core.DirectoryServer
 
registerPasswordStorageScheme(Dn, PasswordStorageScheme<?>) - Method in interface org.opends.server.core.ServerContext
Registers the provided password storage scheme with the Directory Server.
registerPasswordValidator(Dn, PasswordValidator<? extends PasswordValidatorCfg>) - Method in class org.opends.server.core.DirectoryServer
 
registerPasswordValidator(Dn, PasswordValidator<? extends PasswordValidatorCfg>) - Method in interface org.opends.server.core.ServerContext
Registers the provided password validator for use with the Directory Server.
registerPersistentSearch() - Method in class org.opends.server.core.DirectoryServer
 
registerPersistentSearch() - Method in interface org.opends.server.core.ServerContext
Registers a new persistent search by increasing the count of active persistent searches.
registerPersistentSearch(PersistentSearch) - Method in class org.opends.server.api.ClientConnection
Registers the provided persistent search for this client.
registerPersistentSearch(PersistentSearch) - Method in class org.opends.server.api.LocalBackend
Registers the provided persistent search operation with this backend so that it will be notified of any add, delete, modify, or modify DN operations that are performed.
registerPersistentSearch(PersistentSearch) - Method in class org.opends.server.backends.ChangelogBackend
 
registerPropertyDefinition(PropertyDefinition<?>) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Register a property definition with this managed object definition, overriding any existing property definition with the same name.
registerRelationDefinition(RelationDefinition<?, ?>) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Register a relation definition with this managed object definition, overriding any existing relation definition with the same name.
registerRestoreTaskListener(RestoreTaskListener) - Method in class org.opends.server.core.DirectoryServer
Registers the provided restore task listener with the Directory Server.
registerRestoreTaskListener(RestoreTaskListener) - Method in interface org.opends.server.core.ServerContext
Registers the provided restore task listener with the Directory Server.
registerRetentionPolicy(Dn, RetentionPolicy<?>) - Method in class org.opends.server.core.DirectoryServer
 
registerRetentionPolicy(Dn, RetentionPolicy<?>) - Method in interface org.opends.server.core.ServerContext
Registers the provided log retention policy with the Directory Server.
registerRotationHooks(RotationHooks) - Method in class org.forgerock.audit.events.handlers.writers.RotatableWriter
 
registerRotationHooks(RotationHooks) - Method in interface org.forgerock.audit.rotation.RotatableObject
Registers hooks into the rotation process.
registerRotationPolicy(Dn, RotationPolicy<?>) - Method in class org.opends.server.core.DirectoryServer
 
registerRotationPolicy(Dn, RotationPolicy<?>) - Method in interface org.opends.server.core.ServerContext
Registers the provided log rotation policy with the Directory Server.
registerSASLMechanismHandler(String, SASLMechanismHandler<?>) - Method in class org.opends.server.core.DirectoryServer
 
registerSASLMechanismHandler(String, SASLMechanismHandler<?>) - Method in interface org.opends.server.core.ServerContext
Registers the provided SASL mechanism handler with the Directory Server.
registerSecureStorage(String, SecureStorage) - Method in class org.forgerock.audit.providers.DefaultSecureStorageProvider
Register a storage with the given name.
registerShutdownHook() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Indicates whether the Directory Server should register a virtual-machine shutdown hook.
registerShutdownListener(ServerShutdownListener) - Method in class org.opends.server.core.DirectoryServer
 
registerShutdownListener(ServerShutdownListener) - Method in interface org.opends.server.core.ServerContext
Registers the provided shutdown listener with the Directory Server so that it will be notified when the server shuts down.
registerSupportedControl(String) - Method in class org.opends.server.core.DirectoryServer
 
registerSupportedControl(String) - Method in interface org.opends.server.core.ServerContext
Registers the provided OID as a supported control for the Directory Server.
registerSupportedExtension(String, ExtendedOperationHandler<?>) - Method in class org.opends.server.core.DirectoryServer
 
registerSupportedExtension(String, ExtendedOperationHandler<?>) - Method in interface org.opends.server.core.ServerContext
Registers the provided extended operation handler with the Directory Server.
registerSupportedFeature(String) - Method in class org.opends.server.core.DirectoryServer
 
registerSupportedFeature(String) - Method in interface org.opends.server.core.ServerContext
Registers the provided OID as a supported feature for the Directory Server.
registerSupportedLDAPVersion(int, ConnectionHandler<?>) - Method in class org.opends.server.core.DirectoryServer
 
registerSupportedLDAPVersion(int, ConnectionHandler<?>) - Method in interface org.opends.server.core.ServerContext
Registers the provided LDAP protocol version as supported within the Directory Server.
registerSynchronizationProvider(SynchronizationProvider<? extends SynchronizationProviderCfg>) - Method in class org.opends.server.core.DirectoryServer
 
registerSynchronizationProvider(SynchronizationProvider<? extends SynchronizationProviderCfg>) - Method in interface org.opends.server.core.ServerContext
Registers the provided synchronization provider with the Directory Server.
registerTag(Tag) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Register a tag with this managed object definition.
registerTo(RootCfg) - Method in class org.opends.server.core.HttpEndpointConfigManager
Initializes all HTTP endpoints currently defined in the Directory Server configuration.
registerVirtualAttribute(VirtualAttributeRule) - Method in class org.opends.server.core.DirectoryServer
 
registerVirtualAttribute(VirtualAttributeRule) - Method in interface org.opends.server.core.ServerContext
Registers the provided virtual attribute rule with the Directory Server.
registry - Variable in class org.opends.server.api.MonitorProvider
The possibly null meter registry holder.
RegularExpressionIdentityMapper - Class in org.opends.server.extensions
This class provides an implementation of a Directory Server identity mapper that uses a regular expression to process the provided ID string, and then looks for that processed value to appear in an attribute of a user's entry.
RegularExpressionIdentityMapper() - Constructor for class org.opends.server.extensions.RegularExpressionIdentityMapper
Creates a new instance of this regular expression identity mapper.
RegularExpressionIdentityMapperCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Regular Expression Identity Mapper settings.
RegularExpressionIdentityMapperCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Regular Expression Identity Mapper settings.
RegularExpressionIdentityMapperCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Regular Expression Identity Mapper managed object definition meta information.
reinitialize(DirectoryEnvironmentConfig) - Static method in class org.opends.server.core.DirectoryServer
Reinitializes the server following a shutdown, preparing it for a call to startServer.
reinitializeWithFullSchema(Schema) - Method in class org.opends.server.config.ConfigurationHandler
Re-initializes the configuration handler with a fully initialized schema.
Reject - Class in org.forgerock.util
A input parameter-validating utility class using fluent invocation:
REJECT - Enum constant in enum class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Schema validation will be performed and failures will cause the overall validation to fail.
REJECT - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.InvalidAttributeSyntaxBehavior
The directory server rejects attribute values that are invalid according to their associated syntax.
REJECT - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.SingleStructuralObjectclassBehavior
The directory server rejects entries that do not contain exactly one structural object class.
REJECT - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.UnauthenticatedRequestsPolicy
Disallows all unauthenticated requests except for Bind and StartTLS requests.
REJECT - Enum constant in enum class org.opends.server.types.AcceptRejectWarn
Indicates that elements meeting the associated criteria should be rejected.
REJECT_ALL_UPDATES - Enum constant in enum class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn.IsolationPolicy
Indicates that all updates attempted on this Replication Synchronization Provider are rejected when no Replication Server is available.
RejectedChangeRecordListener - Interface in org.forgerock.opendj.ldif
A listener interface which is notified whenever a change record cannot be applied to an entry.
RejectedLdifListener - Interface in org.forgerock.opendj.ldif
A listener interface which is notified whenever LDIF records are skipped, malformed, or fail schema validation.
rejectEntry(Entry, LocalizableMessage) - Method in class org.opends.server.util.LDIFReader
Log the specified entry and messages in the reject writer.
rejectIfContainsDuplicatedProfiles(Collection<Profile>) - Static method in class org.forgerock.opendj.setup.model.Profile
Ensures that provided profiles collection does not contain one (or more) profile(s) with the same name.
rejectLastEntry(LocalizableMessage) - Method in class org.opends.server.util.LDIFReader
Rejects the last entry read from the LDIF.
rejectNewConnectionIfNeeded(InetAddress, boolean) - Method in class org.opends.server.core.DirectoryServer
 
rejectNewConnectionIfNeeded(InetAddress, boolean) - Method in interface org.opends.server.core.ServerContext
Throws a DisconnectException if the client with the provided remote address should be disconnected immediately.
rejectStateIfTrue(boolean, String) - Static method in class org.forgerock.util.Reject
Throws an IllegalStateException with a custom message if the condition parameter is true.
RelationDefinition<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
Relation definitions define relationships between types of managed objects.
RelationDefinition(RelationDefinition.Common<C, S>) - Constructor for class org.forgerock.opendj.config.RelationDefinition
Create a new managed object relation definition with the specified common fields.
RelationDefinition.AbstractBuilder<C extends ConfigurationClient,S extends Configuration,D extends RelationDefinition<C,S>> - Class in org.forgerock.opendj.config
An interface for incrementally constructing relation definitions.
RelationDefinition.Common<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
Opaque structure containing fields common to all relation definition types.
RelationDefinitionVisitor<R,P> - Interface in org.forgerock.opendj.config
A visitor of relation definitions, in the style of the visitor design pattern.
RelationOption - Enum Class in org.forgerock.opendj.config
This enumeration contains various options that can be associated with relation definitions.
RELATIVE_TIME_INDEX_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The preferred index name for partial date and time matching rule.
RelativeInheritedDefaultBehaviorProvider<T> - Class in org.forgerock.opendj.config
A default behavior provider which retrieves default values from a parent managed object.
RelativeInheritedDefaultBehaviorProvider(AbstractManagedObjectDefinition<?, ?>, String, int) - Constructor for class org.forgerock.opendj.config.RelativeInheritedDefaultBehaviorProvider
Create a relative inherited default behavior provider associated with a parent managed object.
relativePointer() - Method in class org.forgerock.json.JsonPointer
Returns a pointer containing all but the first reference token contained in this pointer, or / if this pointer contains less than 2 reference tokens.
relativePointer(int) - Method in class org.forgerock.json.JsonPointer
Returns a pointer containing the last sz reference tokens contained in this pointer.
RELAX_DURABILITY - Enum constant in enum class org.opends.server.backends.pluggable.spi.WriteableTransaction.WriteTransactionOption
Hint that the Storage engine can relax the Durability (from ACID) for a specific transaction in the hope of achieving better performance.
RelaxRulesRequestControl - Class in org.forgerock.opendj.ldap.controls
The internet-draft defined Relax Rules control.
release() - Method in class org.opends.server.replication.server.ReplicationServerDomain
Releases the lock on this domain.
releaseBackendLock(String, LocalizableMessageDescriptor.Arg2<Object, Object>, DirectoryEnvironmentConfig) - Static method in class org.opends.server.core.LockFileManager
Attempts to release a lock on the backend id.
releaseLock(String, StringBuilder) - Static method in class org.opends.server.core.LockFileManager
Attempts to release the lock on the specified file.
releaseMemory(long) - Method in class org.opends.server.core.MemoryQuota
Declares OldGen memory is not needed anymore.
releaseReadLock() - Method in class org.forgerock.audit.AuditServiceProxy
Release the read lock.
releaseWriteLock() - Method in class org.forgerock.audit.AuditServiceProxy
Release the write lock.
remaining() - Method in class org.forgerock.opendj.ldap.ByteStringReader
Returns the number of bytes between the current position and the end of the underlying byte string.
remainingBytes() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Return a new byte array containing all remaining bytes in this ByteArrayScanner.
remainingBytesZeroTerminated() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Return a new byte array containing all remaining bytes in this ByteArrayScanner bar the last one which is a zero terminated byte (compatible with legacy code).
REMOTE_CLOSE - Static variable in interface org.forgerock.opendj.io.RxSocket
Thrown by read and write when the socket is closed remotely.
remove() - Method in class org.opends.server.replication.server.ReplicationServer
Do what needed when the config object related to this replication server is deleted from the server configuration.
remove(int) - Method in class org.forgerock.json.JsonValue
Removes the specified child value, shifting any subsequent elements to the left.
remove(int) - Method in class org.forgerock.util.LazyList
Removes the element at the specified position in this list.
remove(int) - Method in class org.forgerock.util.ListDecorator
Removes the element at the specified position in this list.
remove(Object) - Method in interface org.forgerock.opendj.ldap.Attribute
Removes value from this attribute if it is present (optional operation).
remove(Object) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
remove(Object) - Method in class org.forgerock.util.LazyList
Removes the first occurrence of the specified element from this list, if it is present.
remove(Object) - Method in class org.forgerock.util.LazyMap
Removes the mapping for a key from the map if it is present.
remove(Object) - Method in class org.forgerock.util.ListDecorator
Removes the first occurrence of the specified element from this list, if it is present.
remove(Object) - Method in class org.forgerock.util.MapDecorator
Removes the mapping for a key from the map if it is present.
remove(Object) - Method in class org.opends.server.api.DITCacheMap
 
remove(Object) - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
remove(String) - Method in class org.forgerock.json.JsonValue
Removes the specified child value.
remove(String) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "remove" patch operation which will remove the specified field.
remove(String) - Method in class org.forgerock.opendj.ldap.ConsistentHashMap
Removes the partition that was previously added using the provided partition ID.
remove(String, Object) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "remove" patch operation which will remove the provided value(s) from the specified field.
remove(JsonPointer) - Method in class org.forgerock.json.JsonValue
Removes the specified child value with a pointer, relative to this value as root.
remove(JsonPointer) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "remove" patch operation which will remove the specified field.
remove(JsonPointer, Object) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "remove" patch operation which will remove the provided value(s) from the specified field.
remove(Dn, ClientConnection) - Method in class org.opends.server.core.AuthenticatedUsers
Deregisters the provided user DN and client connection with this object.
remove(KeyStoreSecretStore.AliasSpec) - Method in interface org.forgerock.secrets.keystore.KeyStoreSecretStore.AliasSpecProvider
Removes an alias from the usable aliases of a KeyStore.
remove(KeyStoreSecretStore.AliasSpec) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.CompositeAliasSpecProvider
 
remove(KeyStoreSecretStore.AliasSpec) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.PredicateAliasSpecProvider
 
remove(KeyStoreSecretStore.AliasSpec) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.StaticAliasSpecProvider
 
remove(Marker) - Method in class org.forgerock.i18n.slf4j.LocalizedMarker
 
removeAccessChangeListener(ConfigurationChangeListener<AccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
Deregister an existing Access Log Publisher configuration change listener.
removeAccessControlHandler() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the Access Control Handler if it exists.
removeAccessControlHandlerAddListener(ConfigurationAddListener<AccessControlHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Access Control Handler configuration add listener.
removeAccessControlHandlerDeleteListener(ConfigurationDeleteListener<AccessControlHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Access Control Handler configuration delete listener.
removeAccessLogFilteringCriteria(String) - Method in interface org.forgerock.opendj.server.config.client.AccessLogPublisherCfgClient
Removes the named Access Log Filtering Criteria.
removeAccessLogFilteringCriteriaAddListener(ConfigurationAddListener<AccessLogFilteringCriteriaCfg>) - Method in interface org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
Deregisters an existing Access Log Filtering Criteria configuration add listener.
removeAccessLogFilteringCriteriaDeleteListener(ConfigurationDeleteListener<AccessLogFilteringCriteriaCfg>) - Method in interface org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
Deregisters an existing Access Log Filtering Criteria configuration delete listener.
removeAccountStatusNotificationHandler(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Account Status Notification Handler.
removeAccountStatusNotificationHandlerAddListener(ConfigurationAddListener<AccountStatusNotificationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Account Status Notification Handler configuration add listener.
removeAccountStatusNotificationHandlerDeleteListener(ConfigurationDeleteListener<AccountStatusNotificationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Account Status Notification Handler configuration delete listener.
removeAci(Entry) - Method in class org.opends.server.authorization.dseecompat.AciList
Remove global and regular ACIs from the list.
removeAdminDataChangeListener(ConfigurationChangeListener<AdminDataTrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.AdminDataTrustManagerProviderCfg
Deregister an existing cn=admin data Trust Manager Provider configuration change listener.
removeAdminEndpointChangeListener(ConfigurationChangeListener<AdminEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.AdminEndpointCfg
Deregister an existing Admin Endpoint configuration change listener.
removeAesChangeListener(ConfigurationChangeListener<AesPasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.AesPasswordStorageSchemeCfg
Deregister an existing AES Password Storage Scheme configuration change listener.
removeAlertGenerator(AlertGenerator) - Method in class org.opends.server.protocols.jmx.JMXMBean
Removes the provided alert generator from the set of alert generators associated with this JMX MBean.
removeAlertHandler(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Alert Handler.
removeAlertHandlerAddListener(ConfigurationAddListener<AlertHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Alert Handler configuration add listener.
removeAlertHandlerDeleteListener(ConfigurationDeleteListener<AlertHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Alert Handler configuration delete listener.
removeAliveEndpointChangeListener(ConfigurationChangeListener<AliveEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.AliveEndpointCfg
Deregister an existing Alive HTTP endpoint configuration change listener.
removeAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
removeAll(Collection<?>) - Method in interface org.forgerock.opendj.ldap.Attribute
Removes all of the attribute values contained in values from this attribute if they are present (optional operation).
removeAll(Collection<?>) - Method in class org.forgerock.util.LazyList
Removes from this list all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class org.forgerock.util.ListDecorator
Removes from this list all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
removeAll(Collection<T>, Collection<? super T>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
removeAll(Collection<T>, Collection<? super T>) - Method in interface org.forgerock.opendj.ldap.Attribute
Removes all of the attribute values contained in values from this attribute if they are present (optional operation).
removeAll(Collection<T>, Collection<? super T>) - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
removeAllAttributes() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Removes all attribute types the matching rule applies to.
removeAllAuxiliaryObjectClasses() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Clears the list of auxiliary object classes that entries subject to this DIT content rule may belong to.
removeAllDisallowedControls(Dn) - Method in class org.opends.server.types.Operation
Removes all the disallowed request controls from this operation.
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
 
removeAllLogPublishers() - Method in class org.opends.server.loggers.AbstractLogger
Removes all existing log publishers from the logger.
removeAllLogPublishers() - Method in class org.opends.server.loggers.AccessLogger
 
removeAllLogPublishers() - Method in class org.opends.server.loggers.ErrorLogger
 
removeAllLogPublishers() - Method in class org.opends.server.loggers.HTTPAccessLogger
 
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Removes all user defined names.
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Removes all user defined names.
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Removes all user defined names.
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Removes all user friendly names.
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Removes all user defined names.
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Removes all user friendly names.
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes all user defined names.
removeAllOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Clears the list of attribute types that entries subject to this DIT content rule may contain.
removeAllOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Removes all optional attributes.
removeAllOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes all optional attributes.
removeAllProhibitedAttributes() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Clears the list of attribute types that entries subject to this DIT content rule must not contain.
removeAllRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Clears the list of attribute types that entries subject to this DIT content rule must contain.
removeAllRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Removes all required attributes.
removeAllRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes all required attributes.
removeAllSuperiorObjectClass() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes all superior object class.
removeAllSuperiorRules() - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Removes all superior rules.
removeAnonymousChangeListener(ConfigurationChangeListener<AnonymousSaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.AnonymousSaslMechanismHandlerCfg
Deregister an existing Anonymous SASL Mechanism Handler configuration change listener.
removeArgon2ChangeListener(ConfigurationChangeListener<Argon2PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.Argon2PasswordStorageSchemeCfg
Deregister an existing Argon2 Password Storage Scheme configuration change listener.
removeAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Removes the provided attribute type.
removeAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
Removes all of the attribute values contained in values from the named attribute in this entry if it is present (optional operation).
removeAttribute(String, Object...) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
removeAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
removeAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
Removes the named attribute from this entry if it is present (optional operation).
removeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
removeAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
removeAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.Entry
Removes all of the attribute values contained in attribute from this entry if it is present (optional operation).
removeAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
removeAttribute(AttributeType) - Method in class org.opends.server.core.AddOperation
Removes the specified attribute from the entry to add.
removeAttribute(AttributeType) - Method in interface org.opends.server.types.operation.PreOperationAddOperation
Removes the specified attribute from the entry to add.
removeAttributeCleanupChangeListener(ConfigurationChangeListener<AttributeCleanupPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.AttributeCleanupPluginCfg
Deregister an existing Attribute Cleanup Plugin configuration change listener.
removeAttributeType(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named attribute type from this schema builder.
removeAttributeValueChangeListener(ConfigurationChangeListener<AttributeValuePasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.AttributeValuePasswordValidatorCfg
Deregister an existing Attribute Value Password Validator configuration change listener.
removeAuxiliaryObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Removes the provided object class in the list of auxiliary object classes that entries subject to this DIT content rule may belong to.
removeBackend(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Backend.
removeBackendAddListener(ConfigurationAddListener<BackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Backend configuration add listener.
removeBackendDeleteListener(ConfigurationDeleteListener<BackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Backend configuration delete listener.
removeBackendIndex(String) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Removes the named Backend Index.
removeBackendIndexAddListener(ConfigurationAddListener<BackendIndexCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Deregisters an existing Backend Index configuration add listener.
removeBackendIndexDeleteListener(ConfigurationDeleteListener<BackendIndexCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Deregisters an existing Backend Index configuration delete listener.
removeBackendVlvIndex(String) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Removes the named Backend Vlv Index.
removeBackendVlvIndexAddListener(ConfigurationAddListener<BackendVlvIndexCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Deregisters an existing Backend Vlv Index configuration add listener.
removeBackendVlvIndexDeleteListener(ConfigurationDeleteListener<BackendVlvIndexCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Deregisters an existing Backend Vlv Index configuration delete listener.
removeBase64ChangeListener(ConfigurationChangeListener<Base64PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.Base64PasswordStorageSchemeCfg
Deregister an existing Base64 Password Storage Scheme configuration change listener.
removeBcryptChangeListener(ConfigurationChangeListener<BcryptPasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.BcryptPasswordStorageSchemeCfg
Deregister an existing Bcrypt Password Storage Scheme configuration change listener.
removeBlindChangeListener(ConfigurationChangeListener<BlindTrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.BlindTrustManagerProviderCfg
Deregister an existing Blind Trust Manager Provider configuration change listener.
removeBlowfishChangeListener(ConfigurationChangeListener<BlowfishPasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.BlowfishPasswordStorageSchemeCfg
Deregister an existing Blowfish Password Storage Scheme configuration change listener.
removeBootstrapServersForReplicationDomain(Dn) - Method in class org.opends.server.replication.common.Topology
Removes the bootstrap servers - i.e.
removeBootstrapServersForReplicationServer() - Method in class org.opends.server.replication.common.Topology
Removes the bootstrap servers - i.e.
removeCancelChangeListener(ConfigurationChangeListener<CancelExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.CancelExtendedOperationHandlerCfg
Deregister an existing Cancel Extended Operation Handler configuration change listener.
removeCertificateMapper(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Certificate Mapper.
removeCertificateMapperAddListener(ConfigurationAddListener<CertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Certificate Mapper configuration add listener.
removeCertificateMapperDeleteListener(ConfigurationDeleteListener<CertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Certificate Mapper configuration delete listener.
removeChangeListener(ConfigurationChangeListener<AccessControlHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.AccessControlHandlerCfg
Deregister an existing Access Control Handler configuration change listener.
removeChangeListener(ConfigurationChangeListener<AccessLogFilteringCriteriaCfg>) - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
Deregister an existing Access Log Filtering Criteria configuration change listener.
removeChangeListener(ConfigurationChangeListener<AccountStatusNotificationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.AccountStatusNotificationHandlerCfg
Deregister an existing Account Status Notification Handler configuration change listener.
removeChangeListener(ConfigurationChangeListener<AdministrationConnectorCfg>) - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
Deregister an existing Administration Connector configuration change listener.
removeChangeListener(ConfigurationChangeListener<AlertHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.AlertHandlerCfg
Deregister an existing Alert Handler configuration change listener.
removeChangeListener(ConfigurationChangeListener<AuthenticationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.AuthenticationPolicyCfg
Deregister an existing Authentication Policy configuration change listener.
removeChangeListener(ConfigurationChangeListener<BackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.BackendCfg
Deregister an existing Backend configuration change listener.
removeChangeListener(ConfigurationChangeListener<BackendCfg>) - Method in class org.opends.server.backends.ConfigurationBackend.ConfigurationBackendCfg
 
removeChangeListener(ConfigurationChangeListener<BackendIndexCfg>) - Method in interface org.forgerock.opendj.server.config.server.BackendIndexCfg
Deregister an existing Backend Index configuration change listener.
removeChangeListener(ConfigurationChangeListener<BackendVlvIndexCfg>) - Method in interface org.forgerock.opendj.server.config.server.BackendVlvIndexCfg
Deregister an existing Backend VLV Index configuration change listener.
removeChangeListener(ConfigurationChangeListener<CertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.CertificateMapperCfg
Deregister an existing Certificate Mapper configuration change listener.
removeChangeListener(ConfigurationChangeListener<ConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ConnectionHandlerCfg
Deregister an existing Connection Handler configuration change listener.
removeChangeListener(ConfigurationChangeListener<CryptoManagerCfg>) - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
Deregister an existing Crypto Manager configuration change listener.
removeChangeListener(ConfigurationChangeListener<EntryCacheCfg>) - Method in interface org.forgerock.opendj.server.config.server.EntryCacheCfg
Deregister an existing Entry Cache configuration change listener.
removeChangeListener(ConfigurationChangeListener<ExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ExtendedOperationHandlerCfg
Deregister an existing Extended Operation Handler configuration change listener.
removeChangeListener(ConfigurationChangeListener<GlobalAccessControlPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.GlobalAccessControlPolicyCfg
Deregister an existing Global Access Control Policy configuration change listener.
removeChangeListener(ConfigurationChangeListener<GlobalCfg>) - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
Deregister an existing Global Configuration configuration change listener.
removeChangeListener(ConfigurationChangeListener<HttpAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpAuthorizationMechanismCfg
Deregister an existing HTTP Authorization Mechanism configuration change listener.
removeChangeListener(ConfigurationChangeListener<HttpEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpEndpointCfg
Deregister an existing HTTP Endpoint configuration change listener.
removeChangeListener(ConfigurationChangeListener<IdentityMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.IdentityMapperCfg
Deregister an existing Identity Mapper configuration change listener.
removeChangeListener(ConfigurationChangeListener<KeyManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.KeyManagerProviderCfg
Deregister an existing Key Manager Provider configuration change listener.
removeChangeListener(ConfigurationChangeListener<LogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.LogPublisherCfg
Deregister an existing Log Publisher configuration change listener.
removeChangeListener(ConfigurationChangeListener<LogRetentionPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.LogRetentionPolicyCfg
Deregister an existing Log Retention Policy configuration change listener.
removeChangeListener(ConfigurationChangeListener<LogRotationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.LogRotationPolicyCfg
Deregister an existing Log Rotation Policy configuration change listener.
removeChangeListener(ConfigurationChangeListener<MailServerCfg>) - Method in interface org.forgerock.opendj.server.config.server.MailServerCfg
Deregister an existing Mail Server configuration change listener.
removeChangeListener(ConfigurationChangeListener<PasswordGeneratorCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordGeneratorCfg
Deregister an existing Password Generator configuration change listener.
removeChangeListener(ConfigurationChangeListener<PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordStorageSchemeCfg
Deregister an existing Password Storage Scheme configuration change listener.
removeChangeListener(ConfigurationChangeListener<PasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordValidatorCfg
Deregister an existing Password Validator configuration change listener.
removeChangeListener(ConfigurationChangeListener<PluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluginCfg
Deregister an existing Plugin configuration change listener.
removeChangeListener(ConfigurationChangeListener<PluginRootCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Deregister an existing Plugin Root configuration change listener.
removeChangeListener(ConfigurationChangeListener<ReplicationDomainCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
Deregister an existing Replication Domain configuration change listener.
removeChangeListener(ConfigurationChangeListener<ReplicationServerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
Deregister an existing Replication Server configuration change listener.
removeChangeListener(ConfigurationChangeListener<RootDseBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootDseBackendCfg
Deregister an existing Root DSE Backend configuration change listener.
removeChangeListener(ConfigurationChangeListener<SaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.SaslMechanismHandlerCfg
Deregister an existing SASL Mechanism Handler configuration change listener.
removeChangeListener(ConfigurationChangeListener<SchemaProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.SchemaProviderCfg
Deregister an existing Schema Provider configuration change listener.
removeChangeListener(ConfigurationChangeListener<ServiceDiscoveryMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.ServiceDiscoveryMechanismCfg
Deregister an existing Service Discovery Mechanism configuration change listener.
removeChangeListener(ConfigurationChangeListener<SynchronizationProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.SynchronizationProviderCfg
Deregister an existing Synchronization Provider configuration change listener.
removeChangeListener(ConfigurationChangeListener<TrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.TrustManagerProviderCfg
Deregister an existing Trust Manager Provider configuration change listener.
removeChangeListener(ConfigurationChangeListener<VirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.VirtualAttributeCfg
Deregister an existing Virtual Attribute configuration change listener.
removeChangeListener(ConfigurationChangeListener<WorkQueueCfg>) - Method in interface org.forgerock.opendj.server.config.server.WorkQueueCfg
Deregister an existing Work Queue configuration change listener.
removeChangeNumberControlChangeListener(ConfigurationChangeListener<ChangeNumberControlPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.ChangeNumberControlPluginCfg
Deregister an existing Change Number Control Plugin configuration change listener.
removeCharacterSetChangeListener(ConfigurationChangeListener<CharacterSetPasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.CharacterSetPasswordValidatorCfg
Deregister an existing Character Set Password Validator configuration change listener.
removeChild(InstantiableRelationDefinition<C, S>, String) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Removes the named instantiable child managed object.
removeChild(InstantiableRelationDefinition<C, S>, String) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
removeChild(OptionalRelationDefinition<C, S>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Removes an optional child managed object.
removeChild(OptionalRelationDefinition<C, S>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
removeChild(SetRelationDefinition<C, S>, String) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Removes s set child managed object.
removeChild(SetRelationDefinition<C, S>, String) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
removeClearChangeListener(ConfigurationChangeListener<ClearPasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.ClearPasswordStorageSchemeCfg
Deregister an existing Clear Password Storage Scheme configuration change listener.
removeCollectiveAttributeSubentriesChangeListener(ConfigurationChangeListener<CollectiveAttributeSubentriesVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.CollectiveAttributeSubentriesVirtualAttributeCfg
Deregister an existing Collective Attribute Subentries Virtual Attribute configuration change listener.
removeCommonAuditAccessChangeListener(ConfigurationChangeListener<CommonAuditAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.CommonAuditAccessLogPublisherCfg
Deregister an existing Common Audit Access Log Publisher configuration change listener.
removeCompletedTask(String) - Method in class org.opends.server.backends.task.TaskScheduler
Removes the specified completed task.
removeConnectionEventListener(ConnectionEventListener) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Removes the provided connection event listener from this connection so that it will no longer be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
removeConnectionEventListener(ConnectionEventListener) - Method in interface org.forgerock.opendj.ldap.Connection
Removes the provided connection event listener from this connection so that it will no longer be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
removeConnectionEventListener(ConnectionEventListener) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Removes the provided connection event listener from this connection so that it will no longer be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
removeConnectionHandler(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Connection Handler.
removeConnectionHandlerAddListener(ConfigurationAddListener<ConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Connection Handler configuration add listener.
removeConnectionHandlerDeleteListener(ConfigurationDeleteListener<ConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Connection Handler configuration delete listener.
removeConsoleErrorChangeListener(ConfigurationChangeListener<ConsoleErrorLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.ConsoleErrorLogPublisherCfg
Deregister an existing Console Error Log Publisher configuration change listener.
removeControls(String) - Method in class org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
 
removeControls(String) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedRequest
 
removeControls(String) - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
 
removeControls(String) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
removeControls(String) - Method in interface org.forgerock.opendj.ldap.messages.ProtocolOp
Removes all the controls having the specified OID.
removeControls(String) - Method in interface org.forgerock.opendj.ldap.messages.Request
 
removeControls(String) - Method in interface org.forgerock.opendj.ldap.messages.Response
 
removeControls(String) - Method in interface org.forgerock.opendj.ldap.messages.Result
 
removeControls(String) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
removeControls(String) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultReference
 
removeControls(String) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
removeCoreSchemaChangeListener(ConfigurationChangeListener<CoreSchemaCfg>) - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
Deregister an existing Core Schema configuration change listener.
removeCramMd5ChangeListener(ConfigurationChangeListener<CramMd5SaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.CramMd5SaslMechanismHandlerCfg
Deregister an existing CRAM-MD5 SASL Mechanism Handler configuration change listener.
removeCrestMetricsEndpointChangeListener(ConfigurationChangeListener<CrestMetricsEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.CrestMetricsEndpointCfg
Deregister an existing Common REST Metrics HTTP Endpoint configuration change listener.
removeCryptChangeListener(ConfigurationChangeListener<CryptPasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.CryptPasswordStorageSchemeCfg
Deregister an existing Crypt Password Storage Scheme configuration change listener.
removeCSN(CSN) - Method in class org.opends.server.replication.common.ServerState
Removes the mapping to the provided CSN if it is present in this ServerState.
removeCsvFileAccessChangeListener(ConfigurationChangeListener<CsvFileAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
Deregister an existing CSV File Access Log Publisher configuration change listener.
removeCsvFileHttpAccessChangeListener(ConfigurationChangeListener<CsvFileHttpAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.CsvFileHttpAccessLogPublisherCfg
Deregister an existing CSV File HTTP Access Log Publisher configuration change listener.
removeDB() - Method in interface org.opends.server.replication.server.changelog.api.ChangelogDB
Removes the changelog database directory.
removeDB() - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
removeDescriptorListener(Describable.Listener) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
 
removeDescriptorListener(Describable.Listener) - Method in class org.forgerock.json.resource.DescribedSyncRequestHandlerAdapter
 
removeDescriptorListener(Describable.Listener) - Method in class org.forgerock.json.resource.FilterChain
 
removeDescriptorListener(Describable.Listener) - Method in class org.forgerock.opendj.rest2ldap.DescribableRequestHandler
 
removeDictionaryChangeListener(ConfigurationChangeListener<DictionaryPasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.DictionaryPasswordValidatorCfg
Deregister an existing Dictionary Password Validator configuration change listener.
removeDigestMd5ChangeListener(ConfigurationChangeListener<DigestMd5SaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.DigestMd5SaslMechanismHandlerCfg
Deregister an existing DIGEST-MD5 SASL Mechanism Handler configuration change listener.
removeDitContentRule(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named DIT content rule from this schema builder.
removeDitStructureRule(int) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the specified DIT structure rule from this schema builder.
removeDomain(Dn) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
Removes all the data relating to the specified replication domain and shutdown all its replica databases.
removeDomain(Dn) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
removeDomain(Dn) - Method in class org.opends.server.replication.server.changelog.file.MultiDomainDBCursor
Removes a replication domain from this cursor and stops iterating over it.
removeDomain(Dn) - Method in record class org.opends.server.replication.server.ChangelogState
Returns a new changelog state where supplied replication domain has been removed.
RemovedReplicasStates - Class in org.opends.server.replication.server.changelog.api
Contains CSNs identifying the last state for all replicas removed from the changelog for a domain.
removeDseeCompatChangeListener(ConfigurationChangeListener<DseeCompatAccessControlHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.DseeCompatAccessControlHandlerCfg
Deregister an existing DSEE Compatible Access Control Handler configuration change listener.
removeEntityTagChangeListener(ConfigurationChangeListener<EntityTagPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.EntityTagPluginCfg
Deregister an existing ETag Plugin configuration change listener.
removeEntityTagChangeListener(ConfigurationChangeListener<EntityTagVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.EntityTagVirtualAttributeCfg
Deregister an existing Entity Tag Virtual Attribute configuration change listener.
removeEntry(Dn) - Method in class org.opends.server.api.EntryCache
Removes the specified entry from the cache.
removeEntry(Dn) - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
removeEntry(Dn) - Method in class org.opends.server.extensions.FIFOEntryCache
 
removeEntry(Dn) - Method in class org.opends.server.extensions.SoftReferenceEntryCache
 
removeEntryCache(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Entry Cache.
removeEntryCacheAddListener(ConfigurationAddListener<EntryCacheCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Entry Cache configuration add listener.
removeEntryCacheDeleteListener(ConfigurationDeleteListener<EntryCacheCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Entry Cache configuration delete listener.
removeEntryDnChangeListener(ConfigurationChangeListener<EntryDnVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.EntryDnVirtualAttributeCfg
Deregister an existing entryDN Virtual Attribute configuration change listener.
removeEntryUuidChangeListener(ConfigurationChangeListener<EntryUuidPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.EntryUuidPluginCfg
Deregister an existing entryUUID Plugin configuration change listener.
removeEntryUuidChangeListener(ConfigurationChangeListener<EntryUuidVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.EntryUuidVirtualAttributeCfg
Deregister an existing entryUUID Virtual Attribute configuration change listener.
removeErrorChangeListener(ConfigurationChangeListener<ErrorLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.ErrorLogPublisherCfg
Deregister an existing Error Log Publisher configuration change listener.
removeErrorLogChangeListener(ConfigurationChangeListener<ErrorLogAccountStatusNotificationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ErrorLogAccountStatusNotificationHandlerCfg
Deregister an existing Error Log Account Status Notification Handler configuration change listener.
removeExactMatchChangeListener(ConfigurationChangeListener<ExactMatchIdentityMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.ExactMatchIdentityMapperCfg
Deregister an existing Exact Match Identity Mapper configuration change listener.
removeExtendedOperationHandler(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Extended Operation Handler.
removeExtendedOperationHandlerAddListener(ConfigurationAddListener<ExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Extended Operation Handler configuration add listener.
removeExtendedOperationHandlerDeleteListener(ConfigurationDeleteListener<ExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Extended Operation Handler configuration delete listener.
removeExternalAccessChangeListener(ConfigurationChangeListener<ExternalAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.ExternalAccessLogPublisherCfg
Deregister an existing External Access Log Publisher configuration change listener.
removeExternalChangeListener(ConfigurationChangeListener<ExternalSaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ExternalSaslMechanismHandlerCfg
Deregister an existing External SASL Mechanism Handler configuration change listener.
removeExternalHttpAccessChangeListener(ConfigurationChangeListener<ExternalHttpAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.ExternalHttpAccessLogPublisherCfg
Deregister an existing External HTTP Access Log Publisher configuration change listener.
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
 
removeFifoChangeListener(ConfigurationChangeListener<FifoEntryCacheCfg>) - Method in interface org.forgerock.opendj.server.config.server.FifoEntryCacheCfg
Deregister an existing FIFO Entry Cache configuration change listener.
removeFileBasedAccessChangeListener(ConfigurationChangeListener<FileBasedAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
Deregister an existing File Based Access Log Publisher configuration change listener.
removeFileBasedAuditChangeListener(ConfigurationChangeListener<FileBasedAuditLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
Deregister an existing File Based Audit Log Publisher configuration change listener.
removeFileBasedChangeListener(ConfigurationChangeListener<FileBasedKeyManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileBasedKeyManagerProviderCfg
Deregister an existing File Based Key Manager Provider configuration change listener.
removeFileBasedChangeListener(ConfigurationChangeListener<FileBasedTrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileBasedTrustManagerProviderCfg
Deregister an existing File Based Trust Manager Provider configuration change listener.
removeFileBasedErrorChangeListener(ConfigurationChangeListener<FileBasedErrorLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
Deregister an existing File Based Error Log Publisher configuration change listener.
removeFileBasedHttpAccessChangeListener(ConfigurationChangeListener<FileBasedHttpAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileBasedHttpAccessLogPublisherCfg
Deregister an existing File Based HTTP Access Log Publisher configuration change listener.
removeFileCountChangeListener(ConfigurationChangeListener<FileCountLogRetentionPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileCountLogRetentionPolicyCfg
Deregister an existing File Count Log Retention Policy configuration change listener.
removeFingerprintChangeListener(ConfigurationChangeListener<FingerprintCertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.FingerprintCertificateMapperCfg
Deregister an existing Fingerprint Certificate Mapper configuration change listener.
removeFixedTimeChangeListener(ConfigurationChangeListener<FixedTimeLogRotationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.FixedTimeLogRotationPolicyCfg
Deregister an existing Fixed Time Log Rotation Policy configuration change listener.
removeFractionalLdifImportChangeListener(ConfigurationChangeListener<FractionalLdifImportPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.FractionalLdifImportPluginCfg
Deregister an existing Fractional LDIF Import Plugin configuration change listener.
removeFreeDiskSpaceChangeListener(ConfigurationChangeListener<FreeDiskSpaceLogRetentionPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.FreeDiskSpaceLogRetentionPolicyCfg
Deregister an existing Free Disk Space Log Retention Policy configuration change listener.
removeGetConnectionIdChangeListener(ConfigurationChangeListener<GetConnectionIdExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.GetConnectionIdExtendedOperationHandlerCfg
Deregister an existing Get Connection ID Extended Operation Handler configuration change listener.
removeGetSymmetricKeyChangeListener(ConfigurationChangeListener<GetSymmetricKeyExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.GetSymmetricKeyExtendedOperationHandlerCfg
Deregister an existing Get Symmetric Key Extended Operation Handler configuration change listener.
removeGlobalAccessControlPolicy(String) - Method in interface org.forgerock.opendj.server.config.client.PolicyBasedAccessControlHandlerCfgClient
Removes the named Global Access Control Policy.
removeGlobalAccessControlPolicyAddListener(ConfigurationAddListener<GlobalAccessControlPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.PolicyBasedAccessControlHandlerCfg
Deregisters an existing Global Access Control Policy configuration add listener.
removeGlobalAccessControlPolicyDeleteListener(ConfigurationDeleteListener<GlobalAccessControlPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.PolicyBasedAccessControlHandlerCfg
Deregisters an existing Global Access Control Policy configuration delete listener.
removeGoverningStructureRuleChangeListener(ConfigurationChangeListener<GoverningStructureRuleVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.GoverningStructureRuleVirtualAttributeCfg
Deregister an existing Governing Structure Rule Virtual Attribute configuration change listener.
removeGraphiteMonitorReporterChangeListener(ConfigurationChangeListener<GraphiteMonitorReporterPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.GraphiteMonitorReporterPluginCfg
Deregister an existing Graphite Monitor Reporter Plugin configuration change listener.
removeGssapiChangeListener(ConfigurationChangeListener<GssapiSaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.GssapiSaslMechanismHandlerCfg
Deregister an existing GSSAPI SASL Mechanism Handler configuration change listener.
removeHasSubordinatesChangeListener(ConfigurationChangeListener<HasSubordinatesVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.HasSubordinatesVirtualAttributeCfg
Deregister an existing Has Subordinates Virtual Attribute configuration change listener.
removeHdapAuthorizationMechanismChangeListener(ConfigurationChangeListener<HdapAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HdapAuthorizationMechanismCfg
Deregister an existing HDAP Authorization Mechanism configuration change listener.
removeHdapEndpointChangeListener(ConfigurationChangeListener<HdapEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.HdapEndpointCfg
Deregister an existing Hdap Endpoint configuration change listener.
removeHealthyEndpointChangeListener(ConfigurationChangeListener<HealthyEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.HealthyEndpointCfg
Deregister an existing Healthy HTTP endpoint configuration change listener.
removeHttpAccessChangeListener(ConfigurationChangeListener<HttpAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpAccessLogPublisherCfg
Deregister an existing HTTP Access Log Publisher configuration change listener.
removeHttpAnonymousAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpAnonymousAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpAnonymousAuthorizationMechanismCfg
Deregister an existing HTTP Anonymous Authorization Mechanism configuration change listener.
removeHttpAuthorizationMechanism(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Http Authorization Mechanism.
removeHttpAuthorizationMechanismAddListener(ConfigurationAddListener<HttpAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Http Authorization Mechanism configuration add listener.
removeHttpAuthorizationMechanismDeleteListener(ConfigurationDeleteListener<HttpAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Http Authorization Mechanism configuration delete listener.
removeHttpBasicAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpBasicAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpBasicAuthorizationMechanismCfg
Deregister an existing HTTP Basic Authorization Mechanism configuration change listener.
removeHttpChangeListener(ConfigurationChangeListener<HttpConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpConnectionHandlerCfg
Deregister an existing HTTP Connection Handler configuration change listener.
removeHttpEndpoint(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Http Endpoint.
removeHttpEndpointAddListener(ConfigurationAddListener<HttpEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Http Endpoint configuration add listener.
removeHttpEndpointDeleteListener(ConfigurationDeleteListener<HttpEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Http Endpoint configuration delete listener.
removeHttpOauth2AuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2AuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2AuthorizationMechanismCfg
Deregister an existing HTTP OAuth2 Authorization Mechanism configuration change listener.
removeHttpOauth2CtsAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2CtsAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2CtsAuthorizationMechanismCfg
Deregister an existing HTTP OAuth2 CTS Authorization Mechanism configuration change listener.
removeHttpOauth2FileAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2FileAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2FileAuthorizationMechanismCfg
Deregister an existing HTTP OAuth2 File Based Authorization Mechanism configuration change listener.
removeHttpOauth2OpenamAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2OpenamAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2OpenamAuthorizationMechanismCfg
Deregister an existing HTTP OAuth2 OpenAM Authorization Mechanism configuration change listener.
removeHttpOauth2TokenIntrospectionAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2TokenIntrospectionAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HttpOauth2TokenIntrospectionAuthorizationMechanismCfg
Deregister an existing HTTP OAuth2 Token Introspection (RFC 7662) Authorization Mechanism configuration change listener.
removeIdentityMapper(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Identity Mapper.
removeIdentityMapperAddListener(ConfigurationAddListener<IdentityMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Identity Mapper configuration add listener.
removeIdentityMapperDeleteListener(ConfigurationDeleteListener<IdentityMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Identity Mapper configuration delete listener.
removeIf(Predicate<? super ByteString>) - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
removeIsMemberOfChangeListener(ConfigurationChangeListener<IsMemberOfVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.IsMemberOfVirtualAttributeCfg
Deregister an existing Is Member Of Virtual Attribute configuration change listener.
removeJeChangeListener(ConfigurationChangeListener<JeBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.JeBackendCfg
Deregister an existing JE Backend configuration change listener.
removeJmxChangeListener(ConfigurationChangeListener<JmxAlertHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.JmxAlertHandlerCfg
Deregister an existing JMX Alert Handler configuration change listener.
removeJmxChangeListener(ConfigurationChangeListener<JmxConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.JmxConnectionHandlerCfg
Deregister an existing JMX Connection Handler configuration change listener.
removeJsonEqualityMatchingRuleChangeListener(ConfigurationChangeListener<JsonEqualityMatchingRuleCfg>) - Method in interface org.forgerock.opendj.server.config.server.JsonEqualityMatchingRuleCfg
Deregister an existing JSON Equality Matching Rule configuration change listener.
removeJsonFileAccessChangeListener(ConfigurationChangeListener<JsonFileAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
Deregister an existing JSON File Based Access Log Publisher configuration change listener.
removeJsonFileHttpAccessChangeListener(ConfigurationChangeListener<JsonFileHttpAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.JsonFileHttpAccessLogPublisherCfg
Deregister an existing JSON File Based HTTP Access Log Publisher configuration change listener.
removeJsonOrderingMatchingRuleChangeListener(ConfigurationChangeListener<JsonOrderingMatchingRuleCfg>) - Method in interface org.forgerock.opendj.server.config.server.JsonOrderingMatchingRuleCfg
Deregister an existing JSON Ordering Matching Rule configuration change listener.
removeJsonQueryEqualityMatchingRuleChangeListener(ConfigurationChangeListener<JsonQueryEqualityMatchingRuleCfg>) - Method in interface org.forgerock.opendj.server.config.server.JsonQueryEqualityMatchingRuleCfg
Deregister an existing JSON Query Equality Matching Rule configuration change listener.
removeKeyManagerProvider(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Key Manager Provider.
removeKeyManagerProviderAddListener(ConfigurationAddListener<KeyManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Key Manager Provider configuration add listener.
removeKeyManagerProviderDeleteListener(ConfigurationDeleteListener<KeyManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Key Manager Provider configuration delete listener.
removeLastModChangeListener(ConfigurationChangeListener<LastModPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.LastModPluginCfg
Deregister an existing Last Mod Plugin configuration change listener.
removeLdapAttributeDescriptionListChangeListener(ConfigurationChangeListener<LdapAttributeDescriptionListPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.LdapAttributeDescriptionListPluginCfg
Deregister an existing LDAP Attribute Description List Plugin configuration change listener.
removeLdapChangeListener(ConfigurationChangeListener<LdapConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.LdapConnectionHandlerCfg
Deregister an existing LDAP Connection Handler configuration change listener.
removeLdapChangeListener(ConfigurationChangeListener<LdapKeyManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.LdapKeyManagerProviderCfg
Deregister an existing LDAP Key Manager Provider configuration change listener.
removeLdapChangeListener(ConfigurationChangeListener<LdapTrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.LdapTrustManagerProviderCfg
Deregister an existing LDAP Trust Manager Provider configuration change listener.
removeLdapPassThroughChangeListener(ConfigurationChangeListener<LdapPassThroughAuthenticationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.LdapPassThroughAuthenticationPolicyCfg
Deregister an existing LDAP Pass Through Authentication Policy configuration change listener.
removeLdifChangeListener(ConfigurationChangeListener<LdifBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.LdifBackendCfg
Deregister an existing LDIF Backend configuration change listener.
removeLdifChangeListener(ConfigurationChangeListener<LdifConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.LdifConnectionHandlerCfg
Deregister an existing LDIF Connection Handler configuration change listener.
removeLengthBasedChangeListener(ConfigurationChangeListener<LengthBasedPasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.LengthBasedPasswordValidatorCfg
Deregister an existing Length Based Password Validator configuration change listener.
removeLocalAdminPorts(Collection<HostPort>) - Method in class org.opends.server.replication.common.Topology
Removes administrative host ports from the local server.
removeLocalChangeListener(ConfigurationChangeListener<LocalBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.LocalBackendCfg
Deregister an existing Local Backend configuration change listener.
removeLocalChangeListener(ConfigurationChangeListener<LocalBackendCfg>) - Method in class org.opends.server.backends.ConfigurationBackend.ConfigurationBackendCfg
 
removeLocalLdapPorts(ConnectionSecurity, Collection<HostPort>) - Method in class org.opends.server.replication.common.Topology
Removes LDAP (LDAPS / StartTLS) host ports from the local server.
removeLocalReplicationDomain(ReplicaId, Dn) - Method in class org.opends.server.replication.common.Topology
Removes a replication domain from the local server in the topology.
removeLogPublisher(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Log Publisher.
removeLogPublisher(AccessLogPublisher<AccessLogPublisherCfg>) - Method in class org.opends.server.loggers.AccessLogger
 
removeLogPublisher(ErrorLogPublisher<ErrorLogPublisherCfg>) - Method in class org.opends.server.loggers.ErrorLogger
 
removeLogPublisher(HTTPAccessLogPublisher<HttpAccessLogPublisherCfg>) - Method in class org.opends.server.loggers.HTTPAccessLogger
 
removeLogPublisher(P) - Method in class org.opends.server.loggers.AbstractLogger
Remove a log publisher from the logger.
removeLogPublisherAddListener(ConfigurationAddListener<LogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Log Publisher configuration add listener.
removeLogPublisherDeleteListener(ConfigurationDeleteListener<LogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Log Publisher configuration delete listener.
removeLogRetentionPolicy(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Log Retention Policy.
removeLogRetentionPolicyAddListener(ConfigurationAddListener<LogRetentionPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Log Retention Policy configuration add listener.
removeLogRetentionPolicyDeleteListener(ConfigurationDeleteListener<LogRetentionPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Log Retention Policy configuration delete listener.
removeLogRotationPolicy(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Log Rotation Policy.
removeLogRotationPolicyAddListener(ConfigurationAddListener<LogRotationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Log Rotation Policy configuration add listener.
removeLogRotationPolicyDeleteListener(ConfigurationDeleteListener<LogRotationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Log Rotation Policy configuration delete listener.
removeMailServer(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Mail Server.
removeMailServerAddListener(ConfigurationAddListener<MailServerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Mail Server configuration add listener.
removeMailServerDeleteListener(ConfigurationDeleteListener<MailServerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Mail Server configuration delete listener.
removeMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named matching rule from this schema builder.
removeMatchingRuleUse(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named matching rule use from this schema builder.
removeMd5ChangeListener(ConfigurationChangeListener<Md5PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.Md5PasswordStorageSchemeCfg
Deregister an existing MD5 Password Storage Scheme configuration change listener.
removeMemberChangeListener(ConfigurationChangeListener<MemberVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.MemberVirtualAttributeCfg
Deregister an existing Member Virtual Attribute configuration change listener.
removeMemoryChangeListener(ConfigurationChangeListener<MemoryBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.MemoryBackendCfg
Deregister an existing Memory Backend configuration change listener.
removeMonitorChangeListener(ConfigurationChangeListener<MonitorBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.MonitorBackendCfg
Deregister an existing Monitor Backend configuration change listener.
removeMonitorProvider(MonitorProvider) - Method in class org.opends.server.protocols.jmx.JMXMBean
Removes the given monitor provider from the set of components associated with this JMX MBean.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Removes the provided user defined name.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Removes the provided user defined name.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Removes the provided user defined name.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Removes the provided user friendly name.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Removes the provided user defined name.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Removes the provided user friendly name.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes the provided user defined name.
removeNameAndJsonQueryEqualityMatchingRuleChangeListener(ConfigurationChangeListener<NameAndJsonQueryEqualityMatchingRuleCfg>) - Method in interface org.forgerock.opendj.server.config.server.NameAndJsonQueryEqualityMatchingRuleCfg
Deregister an existing Name And JSON Query Equality Matching Rule configuration change listener.
removeNameForm(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named name form from this schema builder.
removeNullChangeListener(ConfigurationChangeListener<NullBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.NullBackendCfg
Deregister an existing Null Backend configuration change listener.
removeNumSubordinatesChangeListener(ConfigurationChangeListener<NumSubordinatesVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.NumSubordinatesVirtualAttributeCfg
Deregister an existing Num Subordinates Virtual Attribute configuration change listener.
removeObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named object class from this schema builder.
removeObjectClass(ObjectClass) - Method in class org.opends.server.core.AddOperation
Removes the provided objectclass from the entry to add.
removeObjectClass(ObjectClass) - Method in interface org.opends.server.types.operation.PreOperationAddOperation
Removes the provided objectclass from the entry to add.
removeOptionalAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Removes the provided optional attribute in the list of attribute types that entries subject to this DIT content rule may contain.
removeOptionalAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Removes the specified optional attribute.
removeOptionalAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes the provided optional attribute.
removePasswordExpirationTimeChangeListener(ConfigurationChangeListener<PasswordExpirationTimeVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordExpirationTimeVirtualAttributeCfg
Deregister an existing Password Expiration Time Virtual Attribute configuration change listener.
removePasswordGenerator(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Password Generator.
removePasswordGeneratorAddListener(ConfigurationAddListener<PasswordGeneratorCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Password Generator configuration add listener.
removePasswordGeneratorDeleteListener(ConfigurationDeleteListener<PasswordGeneratorCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Password Generator configuration delete listener.
removePasswordModifyChangeListener(ConfigurationChangeListener<PasswordModifyExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordModifyExtendedOperationHandlerCfg
Deregister an existing Password Modify Extended Operation Handler configuration change listener.
removePasswordPolicy(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Password Policy.
removePasswordPolicyAddListener(ConfigurationAddListener<AuthenticationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Password Policy configuration add listener.
removePasswordPolicyChangeListener(ConfigurationChangeListener<PasswordPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
Deregister an existing Password Policy configuration change listener.
removePasswordPolicyDeleteListener(ConfigurationDeleteListener<AuthenticationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Password Policy configuration delete listener.
removePasswordPolicyImportChangeListener(ConfigurationChangeListener<PasswordPolicyImportPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyImportPluginCfg
Deregister an existing Password Policy Import Plugin configuration change listener.
removePasswordPolicyStateChangeListener(ConfigurationChangeListener<PasswordPolicyStateExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyStateExtendedOperationHandlerCfg
Deregister an existing Password Policy State Extended Operation Handler configuration change listener.
removePasswordPolicySubentryChangeListener(ConfigurationChangeListener<PasswordPolicySubentryVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicySubentryVirtualAttributeCfg
Deregister an existing Password Policy Subentry Virtual Attribute configuration change listener.
removePasswordStorageScheme(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Password Storage Scheme.
removePasswordStorageSchemeAddListener(ConfigurationAddListener<PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Password Storage Scheme configuration add listener.
removePasswordStorageSchemeDeleteListener(ConfigurationDeleteListener<PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Password Storage Scheme configuration delete listener.
removePasswordValidator(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Password Validator.
removePasswordValidatorAddListener(ConfigurationAddListener<PasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Password Validator configuration add listener.
removePasswordValidatorDeleteListener(ConfigurationDeleteListener<PasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Password Validator configuration delete listener.
removePbkdf2ChangeListener(ConfigurationChangeListener<Pbkdf2PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.Pbkdf2PasswordStorageSchemeCfg
Deregister an existing PBKDF2 Password Storage Scheme configuration change listener.
removePbkdf2HmacSha256ChangeListener(ConfigurationChangeListener<Pbkdf2HmacSha256PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.Pbkdf2HmacSha256PasswordStorageSchemeCfg
Deregister an existing PBKDF2-HMAC-SHA256 Password Storage Scheme configuration change listener.
removePbkdf2HmacSha512ChangeListener(ConfigurationChangeListener<Pbkdf2HmacSha512PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.Pbkdf2HmacSha512PasswordStorageSchemeCfg
Deregister an existing PBKDF2-HMAC-SHA512 Password Storage Scheme configuration change listener.
removePemChangeListener(ConfigurationChangeListener<PemKeyManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.PemKeyManagerProviderCfg
Deregister an existing Pem Key Manager Provider configuration change listener.
removePemChangeListener(ConfigurationChangeListener<PemTrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.PemTrustManagerProviderCfg
Deregister an existing Pem Trust Manager Provider configuration change listener.
removePendingTask(String) - Method in class org.opends.server.backends.task.TaskScheduler
Removes the specified pending task.
removePkcs11ChangeListener(ConfigurationChangeListener<Pkcs11KeyManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.Pkcs11KeyManagerProviderCfg
Deregister an existing PKCS#11 Key Manager Provider configuration change listener.
removePkcs11ChangeListener(ConfigurationChangeListener<Pkcs11TrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.Pkcs11TrustManagerProviderCfg
Deregister an existing PKCS#11 Trust Manager Provider configuration change listener.
removePkcs5s2ChangeListener(ConfigurationChangeListener<Pkcs5s2PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.Pkcs5s2PasswordStorageSchemeCfg
Deregister an existing PKCS#5 V2.0 Scheme 2 Password Storage Scheme configuration change listener.
removePlainChangeListener(ConfigurationChangeListener<PlainSaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.PlainSaslMechanismHandlerCfg
Deregister an existing Plain SASL Mechanism Handler configuration change listener.
removePluggableChangeListener(ConfigurationChangeListener<PluggableBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
Deregister an existing Pluggable Backend configuration change listener.
removePlugin(String) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Removes the named Plugin.
removePluginAddListener(ConfigurationAddListener<PluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Deregisters an existing Plugin configuration add listener.
removePluginDeleteListener(ConfigurationDeleteListener<PluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
Deregisters an existing Plugin configuration delete listener.
removePolicyBasedChangeListener(ConfigurationChangeListener<PolicyBasedAccessControlHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.PolicyBasedAccessControlHandlerCfg
Deregister an existing Policy Based Access Control Handler configuration change listener.
removeProhibitedAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Removes the provided prohibited attribute in the list of attribute types that entries subject to this DIT content rule must not contain.
removePrometheusEndpointChangeListener(ConfigurationChangeListener<PrometheusEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.PrometheusEndpointCfg
Deregister an existing Prometheus HTTP Endpoint configuration change listener.
removeProxyChangeListener(ConfigurationChangeListener<ProxyBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.ProxyBackendCfg
Deregister an existing Proxy Backend configuration change listener.
removeRandomChangeListener(ConfigurationChangeListener<RandomPasswordGeneratorCfg>) - Method in interface org.forgerock.opendj.server.config.server.RandomPasswordGeneratorCfg
Deregister an existing Random Password Generator configuration change listener.
removeRc4ChangeListener(ConfigurationChangeListener<Rc4PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.Rc4PasswordStorageSchemeCfg
Deregister an existing RC4 Password Storage Scheme configuration change listener.
removeRecurringTask(String) - Method in class org.opends.server.backends.task.TaskScheduler
Removes the recurring task with the given ID.
removeReferentialIntegrityChangeListener(ConfigurationChangeListener<ReferentialIntegrityPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
Deregister an existing Referential Integrity Plugin configuration change listener.
removeRegularExpressionChangeListener(ConfigurationChangeListener<RegularExpressionIdentityMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.RegularExpressionIdentityMapperCfg
Deregister an existing Regular Expression Identity Mapper configuration change listener.
removeRepeatedCharactersChangeListener(ConfigurationChangeListener<RepeatedCharactersPasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.RepeatedCharactersPasswordValidatorCfg
Deregister an existing Repeated Characters Password Validator configuration change listener.
removeReplica(DomainReplicaId) - Method in record class org.opends.server.replication.server.ChangelogState
Returns a changelog state with the specified replica removed if it was present.
removeReplicationChangeListener(ConfigurationChangeListener<ReplicationServiceDiscoveryMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
Deregister an existing Replication Service Discovery Mechanism configuration change listener.
removeReplicationChangeListener(ConfigurationChangeListener<ReplicationSynchronizationProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Deregister an existing Replication Synchronization Provider configuration change listener.
removeReplicationDomain(String) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Removes the named Replication Domain.
removeReplicationDomainAddListener(ConfigurationAddListener<ReplicationDomainCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Deregisters an existing Replication Domain configuration add listener.
removeReplicationDomainDeleteListener(ConfigurationDeleteListener<ReplicationDomainCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Deregisters an existing Replication Domain configuration delete listener.
removeReplicationServer() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Removes the Replication Server if it exists.
removeReplicationServerAddListener(ConfigurationAddListener<ReplicationServerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Deregisters an existing Replication Server configuration add listener.
removeReplicationServerDeleteListener(ConfigurationDeleteListener<ReplicationServerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
Deregisters an existing Replication Server configuration delete listener.
removeRequiredAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Removes the provided required attribute in the list of attribute types that entries subject to this DIT content rule must contain.
removeRequiredAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Removes the specified required attribute.
removeRequiredAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes the provided required attribute.
removeResponseControl(Control) - Method in class org.opends.server.core.AbandonOperation
 
removeResponseControl(Control) - Method in class org.opends.server.core.AddOperation
 
removeResponseControl(Control) - Method in class org.opends.server.core.BindOperation
 
removeResponseControl(Control) - Method in class org.opends.server.core.CompareOperation
 
removeResponseControl(Control) - Method in class org.opends.server.core.DeleteOperation
 
removeResponseControl(Control) - Method in class org.opends.server.core.ExtendedOperation
 
removeResponseControl(Control) - Method in class org.opends.server.core.ModifyDnOperation
 
removeResponseControl(Control) - Method in class org.opends.server.core.ModifyOperation
 
removeResponseControl(Control) - Method in class org.opends.server.core.SearchOperation
 
removeResponseControl(Control) - Method in class org.opends.server.core.UnbindOperation
 
removeResponseControl(Control) - Method in interface org.opends.server.types.operation.InProgressOperation
Removes the provided control from the set of controls to include in the response to the client.
removeResponseControl(Control) - Method in interface org.opends.server.types.operation.PostOperationOperation
Removes the provided control from the set of controls to include in the response to the client.
removeResponseControl(Control) - Method in interface org.opends.server.types.operation.PreOperationOperation
Removes the provided control from the set of controls to include in the response to the client.
removeResponseControl(Control) - Method in interface org.opends.server.types.operation.PreParseOperation
Removes the provided control from the set of controls to include in the response to the client.
removeResponseControl(Control) - Method in class org.opends.server.types.Operation
Removes the provided control from the set of controls to include in the response to the client.
removeRest2ldapEndpointChangeListener(ConfigurationChangeListener<Rest2ldapEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.Rest2ldapEndpointCfg
Deregister an existing Rest2LDAP Endpoint configuration change listener.
removeSaltedMd5ChangeListener(ConfigurationChangeListener<SaltedMd5PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.SaltedMd5PasswordStorageSchemeCfg
Deregister an existing Salted MD5 Password Storage Scheme configuration change listener.
removeSaltedSha1ChangeListener(ConfigurationChangeListener<SaltedSha1PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.SaltedSha1PasswordStorageSchemeCfg
Deregister an existing Salted SHA-1 Password Storage Scheme configuration change listener.
removeSaltedSha256ChangeListener(ConfigurationChangeListener<SaltedSha256PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.SaltedSha256PasswordStorageSchemeCfg
Deregister an existing Salted SHA-256 Password Storage Scheme configuration change listener.
removeSaltedSha384ChangeListener(ConfigurationChangeListener<SaltedSha384PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.SaltedSha384PasswordStorageSchemeCfg
Deregister an existing Salted SHA-384 Password Storage Scheme configuration change listener.
removeSaltedSha512ChangeListener(ConfigurationChangeListener<SaltedSha512PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.SaltedSha512PasswordStorageSchemeCfg
Deregister an existing Salted SHA-512 Password Storage Scheme configuration change listener.
removeSambaPasswordChangeListener(ConfigurationChangeListener<SambaPasswordPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.SambaPasswordPluginCfg
Deregister an existing Samba Password Plugin configuration change listener.
removeSaslMechanismHandler(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Sasl Mechanism Handler.
removeSaslMechanismHandlerAddListener(ConfigurationAddListener<SaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Sasl Mechanism Handler configuration add listener.
removeSaslMechanismHandlerDeleteListener(ConfigurationDeleteListener<SaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Sasl Mechanism Handler configuration delete listener.
removeScheduledTask(TimeoutScheduler.TimeoutEventListener) - Method in class org.forgerock.opendj.ldap.TimeoutScheduler
De-registers a task for periodic invocation.
removeSchemaChangeListener(ConfigurationChangeListener<SchemaBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.SchemaBackendCfg
Deregister an existing Schema Backend configuration change listener.
removeSchemaProvider(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Schema Provider.
removeSchemaProviderAddListener(ConfigurationAddListener<SchemaProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Schema Provider configuration add listener.
removeSchemaProviderDeleteListener(ConfigurationDeleteListener<SchemaProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Schema Provider configuration delete listener.
removeScramSha256ChangeListener(ConfigurationChangeListener<ScramSha256PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.ScramSha256PasswordStorageSchemeCfg
Deregister an existing SCRAM-SHA-256 Password Storage Scheme configuration change listener.
removeScramSha256ChangeListener(ConfigurationChangeListener<ScramSha256SaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ScramSha256SaslMechanismHandlerCfg
Deregister an existing SCRAM-SHA-256 SASL Mechanism Handler configuration change listener.
removeScramSha512ChangeListener(ConfigurationChangeListener<ScramSha512PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.ScramSha512PasswordStorageSchemeCfg
Deregister an existing SCRAM-SHA-512 Password Storage Scheme configuration change listener.
removeScramSha512ChangeListener(ConfigurationChangeListener<ScramSha512SaslMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ScramSha512SaslMechanismHandlerCfg
Deregister an existing SCRAM-SHA-512 SASL Mechanism Handler configuration change listener.
removeServiceDiscoveryMechanism(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Service Discovery Mechanism.
removeServiceDiscoveryMechanismAddListener(ConfigurationAddListener<ServiceDiscoveryMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Service Discovery Mechanism configuration add listener.
removeServiceDiscoveryMechanismDeleteListener(ConfigurationDeleteListener<ServiceDiscoveryMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Service Discovery Mechanism configuration delete listener.
removeSevenBitCleanChangeListener(ConfigurationChangeListener<SevenBitCleanPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.SevenBitCleanPluginCfg
Deregister an existing Seven Bit Clean Plugin configuration change listener.
removeSha1ChangeListener(ConfigurationChangeListener<Sha1PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.Sha1PasswordStorageSchemeCfg
Deregister an existing SHA-1 Password Storage Scheme configuration change listener.
removeShutdownListener(ShutdownListener) - Method in interface org.forgerock.util.thread.listener.ShutdownManager
Removes a ShutdownListener from this ShutdownManager.
removeSimilarityBasedChangeListener(ConfigurationChangeListener<SimilarityBasedPasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.SimilarityBasedPasswordValidatorCfg
Deregister an existing Similarity Based Password Validator configuration change listener.
removeSizeLimitChangeListener(ConfigurationChangeListener<SizeLimitLogRetentionPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.SizeLimitLogRetentionPolicyCfg
Deregister an existing Size Limit Log Retention Policy configuration change listener.
removeSizeLimitChangeListener(ConfigurationChangeListener<SizeLimitLogRotationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.SizeLimitLogRotationPolicyCfg
Deregister an existing Size Limit Log Rotation Policy configuration change listener.
removeSmtpChangeListener(ConfigurationChangeListener<SmtpAccountStatusNotificationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.SmtpAccountStatusNotificationHandlerCfg
Deregister an existing SMTP Account Status Notification Handler configuration change listener.
removeSmtpChangeListener(ConfigurationChangeListener<SmtpAlertHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.SmtpAlertHandlerCfg
Deregister an existing SMTP Alert Handler configuration change listener.
removeSoftReferenceChangeListener(ConfigurationChangeListener<SoftReferenceEntryCacheCfg>) - Method in interface org.forgerock.opendj.server.config.server.SoftReferenceEntryCacheCfg
Deregister an existing Soft Reference Entry Cache configuration change listener.
removeStartTlsChangeListener(ConfigurationChangeListener<StartTlsExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.StartTlsExtendedOperationHandlerCfg
Deregister an existing StartTLS Extended Operation Handler configuration change listener.
removeStaticChangeListener(ConfigurationChangeListener<StaticServiceDiscoveryMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
Deregister an existing Static Service Discovery Mechanism configuration change listener.
removeStorageFiles() - Method in class org.opends.server.backends.jeb.JEStorage
 
removeStorageFiles() - Method in interface org.opends.server.backends.pluggable.spi.Storage
Remove all files for a backend of this storage.
removeStorageFiles(Path) - Static method in class org.opends.server.backends.pluggable.spi.StorageUtils
Removes the storage files from the provided backend directory.
removeStructuralObjectClassChangeListener(ConfigurationChangeListener<StructuralObjectClassVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.StructuralObjectClassVirtualAttributeCfg
Deregister an existing Structural Object Class Virtual Attribute configuration change listener.
removeSubjectAttributeToUserAttributeChangeListener(ConfigurationChangeListener<SubjectAttributeToUserAttributeCertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.SubjectAttributeToUserAttributeCertificateMapperCfg
Deregister an existing Subject Attribute To User Attribute Certificate Mapper configuration change listener.
removeSubjectDnToUserAttributeChangeListener(ConfigurationChangeListener<SubjectDnToUserAttributeCertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.SubjectDnToUserAttributeCertificateMapperCfg
Deregister an existing Subject DN To User Attribute Certificate Mapper configuration change listener.
removeSubjectEqualsDnChangeListener(ConfigurationChangeListener<SubjectEqualsDnCertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.SubjectEqualsDnCertificateMapperCfg
Deregister an existing Subject Equals DN Certificate Mapper configuration change listener.
removeSubschemaSubentryChangeListener(ConfigurationChangeListener<SubschemaSubentryVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.SubschemaSubentryVirtualAttributeCfg
Deregister an existing Subschema Subentry Virtual Attribute configuration change listener.
removeSubtree(Dn, Collection<? super T>) - Method in class org.opends.server.api.DITCacheMap
Removes the stored objects associated with the subtree having the provided base DN.
removeSuperiorObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes the provided superior object class.
removeSuperiorRule(int) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Removes the provided superior rule.
removeSynchronizationProvider(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Synchronization Provider.
removeSynchronizationProviderAddListener(ConfigurationAddListener<SynchronizationProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Synchronization Provider configuration add listener.
removeSynchronizationProviderDeleteListener(ConfigurationDeleteListener<SynchronizationProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Synchronization Provider configuration delete listener.
removeSyntax(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named syntax from this schema builder.
removeTaskChangeListener(ConfigurationChangeListener<TaskBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.TaskBackendCfg
Deregister an existing Task Backend configuration change listener.
removeTimeLimitChangeListener(ConfigurationChangeListener<TimeLimitLogRotationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.TimeLimitLogRotationPolicyCfg
Deregister an existing Time Limit Log Rotation Policy configuration change listener.
removeTraditionalChangeListener(ConfigurationChangeListener<TraditionalWorkQueueCfg>) - Method in interface org.forgerock.opendj.server.config.server.TraditionalWorkQueueCfg
Deregister an existing Traditional Work Queue configuration change listener.
removeTripleDesChangeListener(ConfigurationChangeListener<TripleDesPasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.TripleDesPasswordStorageSchemeCfg
Deregister an existing Triple-DES Password Storage Scheme configuration change listener.
removeTrustManagerProvider(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Trust Manager Provider.
removeTrustManagerProviderAddListener(ConfigurationAddListener<TrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Trust Manager Provider configuration add listener.
removeTrustManagerProviderDeleteListener(ConfigurationDeleteListener<TrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Trust Manager Provider configuration delete listener.
removeUniqueAttributeChangeListener(ConfigurationChangeListener<UniqueAttributePluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.UniqueAttributePluginCfg
Deregister an existing Unique Attribute Plugin configuration change listener.
removeUniqueCharactersChangeListener(ConfigurationChangeListener<UniqueCharactersPasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.UniqueCharactersPasswordValidatorCfg
Deregister an existing Unique Characters Password Validator configuration change listener.
removeUserDefinedChangeListener(ConfigurationChangeListener<UserDefinedVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.UserDefinedVirtualAttributeCfg
Deregister an existing User Defined Virtual Attribute configuration change listener.
removeUserDefinedFormatter(String) - Static method in class org.opends.server.core.TimeThread
Removes the user-defined time formatter from this time thread so that it will no longer be maintained.
removeUserTemplateChangeListener(ConfigurationChangeListener<UserTemplateVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.UserTemplateVirtualAttributeCfg
Deregister an existing User Template Virtual Attribute configuration change listener.
removeVirtualAttribute(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
Removes the named Virtual Attribute.
removeVirtualAttributeAddListener(ConfigurationAddListener<VirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Virtual Attribute configuration add listener.
removeVirtualAttributeDeleteListener(ConfigurationDeleteListener<VirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
Deregisters an existing Virtual Attribute configuration delete listener.
removeWhoAmIChangeListener(ConfigurationChangeListener<WhoAmIExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.WhoAmIExtendedOperationHandlerCfg
Deregister an existing Who Am I Extended Operation Handler configuration change listener.
rename(String) - Method in class org.forgerock.opendj.config.ManagedObjectPath
Creates a new managed object path which has the same structure as this path except that the final path element is renamed.
rename(Dn, Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns a copy of this DN whose parent DN, fromDN, has been renamed to the new parent DN, toDN.
rename(Dn, Entry) - Method in interface org.opends.server.api.Group
Renames this group, and use the provided DN as the new name for this group.
rename(Dn, Entry) - Method in class org.opends.server.extensions.DynamicGroup
 
rename(Dn, Entry) - Method in class org.opends.server.extensions.StaticGroup
 
rename(Dn, Entry) - Method in class org.opends.server.extensions.VirtualStaticGroup
 
rename(Rdn, Dn) - Method in class org.forgerock.opendj.ldap.Dn
Returns a DN whose value is the result of applying LDAP modify DN semantics to this DN.
RENAME - Enum constant in enum class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn.LogRecordType
Rename operations
renameAci(Dn, Dn, ServerContext) - Method in class org.opends.server.authorization.dseecompat.AciList
Rename all ACIs under the specified old DN to the new DN.
renameAttribute(Attribute, String) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a view of attribute having a different attribute description.
renameAttribute(Attribute, AttributeDescription) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a view of attribute having a different attribute description.
renamedShallowCopyOf(CompactEntry, Dn) - Static method in class org.opends.server.types.CompactEntry
Returns a shallow copy of a compact entry having the provided new name.
renameEntry(Dn, Entry, ModifyDnOperation) - Method in class org.opends.server.api.LocalBackend
Moves and/or renames the provided entry in this backend, altering any subordinate entries as necessary.
renameEntry(Dn, Entry, ModifyDnOperation) - Method in class org.opends.server.backends.ChangelogBackend
 
renameEntry(Dn, Entry, ModifyDnOperation) - Method in class org.opends.server.backends.ConfigurationBackend
 
renameEntry(Dn, Entry, ModifyDnOperation) - Method in class org.opends.server.backends.LDIFBackend
 
renameEntry(Dn, Entry, ModifyDnOperation) - Method in class org.opends.server.backends.MemoryBackend
 
renameEntry(Dn, Entry, ModifyDnOperation) - Method in class org.opends.server.backends.MonitorBackend
 
renameEntry(Dn, Entry, ModifyDnOperation) - Method in class org.opends.server.backends.NullBackend
 
renameEntry(Dn, Entry, ModifyDnOperation) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
renameEntry(Dn, Entry, ModifyDnOperation) - Method in class org.opends.server.backends.RootDSEBackend
 
renameEntry(Dn, Entry, ModifyDnOperation) - Method in class org.opends.server.backends.SchemaBackend
 
renameEntry(Dn, Entry, ModifyDnOperation) - Method in class org.opends.server.backends.task.TaskBackend
 
renameField(JsonValue, String, String) - Static method in class org.forgerock.audit.util.ElasticsearchUtil
Renames a field within the given JsonValue.
renameHeadLogFileToUseOldestKey(Path, LogCryptoCfg) - Static method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
Renames the head.log files to a name using the oldest key in the file.
renameTag(String, String, String) - Static method in interface org.forgerock.monitoring.api.instrument.config.MeterFilter
Rename a tag key for every metric beginning with a given prefix.
RepeatedCharactersPasswordValidator - Class in org.opends.server.extensions
This class provides an OpenDS password validator that may be used to ensure that proposed passwords are not allowed to have the same character appear several times consecutively.
RepeatedCharactersPasswordValidator() - Constructor for class org.opends.server.extensions.RepeatedCharactersPasswordValidator
Creates a new instance of this repeated characters password validator.
RepeatedCharactersPasswordValidatorCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Repeated Characters Password Validator settings.
RepeatedCharactersPasswordValidatorCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Repeated Characters Password Validator settings.
RepeatedCharactersPasswordValidatorCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Repeated Characters Password Validator managed object definition meta information.
REPL - Enum constant in enum class org.opends.server.replication.plugin.HistAttrModificationKey
The key for attribute replace.
replace(String, Object) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "replace" patch operation which will replace the value(s) of the specified field with the provided value(s).
replace(String, Object...) - Static method in class org.forgerock.opendj.ldap.Modification
Returns a new modification for replacing all the values of the provided attribute with the provided values.
replace(JsonPointer, Object) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "replace" patch operation which will replace the value(s) of the specified field with the provided value(s).
replace(Dn, ServerState) - Method in class org.opends.server.replication.common.MultiDomainServerState
Replace the ServerState of the provided baseDN with the provided server state.
REPLACE - Enum constant in enum class org.forgerock.opendj.ldap.ModificationType.Enum
 
REPLACE - Static variable in class org.forgerock.opendj.ldap.ModificationType
Replace all existing values of the attribute with the new values listed in the modification, creating the attribute if it did not already exist.
REPLACE_ALL_ATTRIBUTES - Enum constant in enum class org.forgerock.opendj.ldap.Entries.ReplaceStrategy
Requests that all generated changes should use the REPLACE modification type, rather than a combination of DELETE and ADD.
REPLACE_SINGLE_VALUED_ATTRIBUTES - Enum constant in enum class org.forgerock.opendj.ldap.Entries.ReplaceStrategy
Requests that the generated changes should use the REPLACE modification type when the new attribute contains at most one attribute value.
REPLACE_STRATEGY - Static variable in class org.forgerock.opendj.ldap.Entries
Defines the strategy to use to generate changes.
replaceAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
Adds all of the attribute values contained in values to this entry, replacing any existing attribute values (optional operation).
replaceAttribute(String, Object...) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
replaceAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
replaceAttribute(Attribute) - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
replaceAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.Entry
Adds all of the attribute values contained in attribute to this entry, replacing any existing attribute values (optional operation).
replaceAttribute(Attribute) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
replaceAttribute(Attribute) - Method in class org.opends.server.core.AddOperation
 
replaceAttribute(Attribute) - Method in interface org.opends.server.types.operation.PreOperationAddOperation
Adds all of the attribute values contained in attribute to this entry, replacing any existing attribute values (optional operation).
replaceAttributes(Attribute...) - Method in class org.opends.server.backends.task.Task
Replaces attributes in the task entry.
replaceEntry(Entry, Entry) - Method in class org.opends.server.config.ConfigurationHandler
Replaces the old configuration entry with the new configuration entry provided.
replaceEntry(Entry, Entry, ModifyOperation) - Method in class org.opends.server.api.LocalBackend
Replaces the specified entry with the provided entry in this backend.
replaceEntry(Entry, Entry, ModifyOperation) - Method in class org.opends.server.backends.ChangelogBackend
 
replaceEntry(Entry, Entry, ModifyOperation) - Method in class org.opends.server.backends.ConfigurationBackend
 
replaceEntry(Entry, Entry, ModifyOperation) - Method in class org.opends.server.backends.LDIFBackend
 
replaceEntry(Entry, Entry, ModifyOperation) - Method in class org.opends.server.backends.MemoryBackend
 
replaceEntry(Entry, Entry, ModifyOperation) - Method in class org.opends.server.backends.MonitorBackend
 
replaceEntry(Entry, Entry, ModifyOperation) - Method in class org.opends.server.backends.NullBackend
 
replaceEntry(Entry, Entry, ModifyOperation) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
replaceEntry(Entry, Entry, ModifyOperation) - Method in class org.opends.server.backends.RootDSEBackend
 
replaceEntry(Entry, Entry, ModifyOperation) - Method in class org.opends.server.backends.SchemaBackend
 
replaceEntry(Entry, Entry, ModifyOperation) - Method in class org.opends.server.backends.task.TaskBackend
 
replaceKeyPeriodsWithUnderscores(String) - Static method in class org.forgerock.audit.util.ElasticsearchUtil
Replaces all period-characters in JSON keys with underscore-characters [ref].
replaceShutdownListener(ShutdownListener, ShutdownListener, ShutdownPriority) - Method in interface org.forgerock.util.thread.listener.ShutdownManager
Replaces an existing ShutdownListener with the new ShutdownListener.
replaceTagValues(String, Function<String, String>, String...) - Static method in interface org.forgerock.monitoring.api.instrument.config.MeterFilter
Replace tag values according to the provided mapping for all matching tag keys.
replayOperation(CSN, Entry, Modification) - Method in class org.opends.server.replication.plugin.AttrHistorical
This method will be called when replaying an operation.
replayOperation(CSN, Entry, Modification) - Method in class org.opends.server.replication.plugin.AttrHistoricalMultiple
 
replayOperation(CSN, Entry, Modification) - Method in class org.opends.server.replication.plugin.AttrHistoricalSingle
 
REPLICA_NAME_POSITION - Static variable in class org.opends.server.replication.common.CSN
The position of the replica name in a string representation of a CSN.
ReplicaDbDescription(int, boolean, ReplicationDomainDB.ReplicaDbFileContent) - Constructor for record class org.opends.server.replication.server.changelog.api.ReplicationDomainDB.ReplicaDbDescription
Creates an instance of a ReplicaDbDescription record class.
ReplicaDbFileContent(CSN, CSN, int, int) - Constructor for record class org.opends.server.replication.server.changelog.api.ReplicationDomainDB.ReplicaDbFileContent
Creates an instance of a ReplicaDbFileContent record class.
replicaHeartbeat(Dn, CSN) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
Let the DB know this replica is alive.
replicaHeartbeat(Dn, CSN) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
replicaId() - Method in record class org.opends.server.replication.common.DSInfo
Returns the value of the replicaId record component.
replicaId() - Method in record class org.opends.server.replication.server.changelog.api.DomainReplicaId
Returns the value of the replicaId record component.
ReplicaId - Class in org.opends.server.replication.common
Represents the server ID for a replica, called a replica ID.
ReplicaOfflineMsg - Class in org.opends.server.replication.protocol
Class that define messages sent by a replica (DS) to the replication server (RS) to let the RS know the date at which a replica went offline.
ReplicaOfflineMsg(byte[]) - Constructor for class org.opends.server.replication.protocol.ReplicaOfflineMsg
Creates a message by deserializing it from the provided byte array.
ReplicaOfflineMsg(CSN) - Constructor for class org.opends.server.replication.protocol.ReplicaOfflineMsg
Constructor of a replica offline message providing the offline timestamp in a CSN.
replicaRejoined(ReplicaId) - Method in class org.opends.server.replication.server.changelog.api.RemovedReplicasStates
Removes the provided replica from the removed replica states, because it rejoined.
replicas() - Method in record class org.opends.server.replication.server.ChangelogState
Returns the value of the replicas record component.
ReplicatedRequestControl - Class in org.opends.server.controls
Control that provides some replication context to requests.
ReplicatedRequestControl(boolean, CSN, UUID) - Constructor for class org.opends.server.controls.ReplicatedRequestControl
Constructs a new control.
ReplicatedRequestControl(boolean, CSN, UUID, UUID) - Constructor for class org.opends.server.controls.ReplicatedRequestControl
Constructs a new control.
REPLICATION - Enum constant in enum class org.forgerock.opendj.server.core.RequestContext.RequestFlag
The request is being performed by the replication engine (includes replayed changes and housekeeping).
REPLICATION_CFG_NAME - Static variable in class org.opends.server.util.ServerConstants
Name of the multimaster synchronization element associated to replication.
REPLICATION_PROTOCOL_V10 - Static variable in class org.opends.server.replication.protocol.ProtocolVersion
The constant for the 10th version of the replication protocol, defined in OpenDJ 6.5.0.
REPLICATION_PROTOCOL_V11 - Static variable in class org.opends.server.replication.protocol.ProtocolVersion
The constant for the 11th version of the replication protocol, defined in OpenDJ 7.0.0 MonitorMsgRequest and MonitorMsg are only used for compatibility with previous versions.
REPLICATION_PROTOCOL_V12 - Static variable in class org.opends.server.replication.protocol.ProtocolVersion
The constant for the 12th version of the replication protocol, defined in OpenDJ 7.3.0, IdCloud 2022.10 Compress EntryMsg payload.
REPLICATION_PROTOCOL_V13 - Static variable in class org.opends.server.replication.protocol.ProtocolVersion
The constant for the 13th version of the replication protocol, defined in OpenDJ 7.3.0, IdCloud 2022.14 Introduce replication status TOO_LATE_STATUS, used by replicas not covered by the changelog.
REPLICATION_PROTOCOL_V14 - Static variable in class org.opends.server.replication.protocol.ProtocolVersion
The constant for the 14th version of the replication protocol, defined in OpenDJ 7.3.0, IdCloud 2022.17 ExtendedStartMsg add heartbeat interval.
REPLICATION_PROTOCOL_V8 - Static variable in class org.opends.server.replication.protocol.ProtocolVersion
The constant for the 8th version of the replication protocol, defined in OpenDJ 3.0.0.
REPLICATION_PROTOCOL_V9 - Static variable in class org.opends.server.replication.protocol.ProtocolVersion
The constant for the 9th version of the replication protocol, defined in OpenDJ 6.0.0.
ReplicationBroker - Class in org.opends.server.replication.service
The broker for Multi-master Replication.
ReplicationBroker(ServerContext, ReplicationDomain, ServerState, ReplicationDomainCfg, ReplSessionSecurity) - Constructor for class org.opends.server.replication.service.ReplicationBroker
Creates a new ReplicationServer Broker for a particular ReplicationDomain.
ReplicationDomain - Class in org.opends.server.replication.service
This class should be used as a base for Replication implementations.
ReplicationDomain(ServerContext, ReplicationDomainCfg, GenerationId) - Constructor for class org.opends.server.replication.service.ReplicationDomain
Creates a ReplicationDomain with the provided parameters.
ReplicationDomain.ImportExportContext - Class in org.opends.server.replication.service
This class contains the context related to an import or export launched on the domain.
ReplicationDomainCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Replication Domain settings.
ReplicationDomainCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Replication Domain settings.
ReplicationDomainCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Replication Domain managed object definition meta information.
ReplicationDomainDB - Interface in org.opends.server.replication.server.changelog.api
This interface allows to query or control the replication domain database(s) (composed of one or more ReplicaDBs) and query/update each ReplicaDB.
ReplicationDomainDB.ReplicaDbDescription - Record Class in org.opends.server.replication.server.changelog.api
Describes the content of a Replica DB.
ReplicationDomainDB.ReplicaDbFileContent - Record Class in org.opends.server.replication.server.changelog.api
Describes the content of a Replica DB file.
ReplicationEnvironment - Class in org.opends.server.replication.server.changelog.file
Represents the replication environment, which allows to manage the lifecycle of the replication changelog.
ReplicationEnvironment.DomainState - Record Class in org.opends.server.replication.server.changelog.file
This record represents the content of the domains state file.
ReplicationMsg - Class in org.opends.server.replication.protocol
Abstract class that must be used when defining messages that can be sent for replication purpose between servers.
ReplicationMsg() - Constructor for class org.opends.server.replication.protocol.ReplicationMsg
Protected constructor.
replicationPort(int) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies that the instance to setup will be configured with a replication server listening on the provided port number.
replicationPurgeDelayInMs - Variable in class org.opends.server.replication.service.ReplicationDomain
The replication purge delay is available as Long from the config object.
ReplicationRepairRequestControl - Class in org.opends.server.replication.plugin
This class implements the Sun-defined replication repair control.
ReplicationRepairRequestControl() - Constructor for class org.opends.server.replication.plugin.ReplicationRepairRequestControl
Creates a new instance of the replication repair request control with the default settings.
ReplicationRepairRequestControl(boolean) - Constructor for class org.opends.server.replication.plugin.ReplicationRepairRequestControl
Creates a new instance of the replication repair control with the provided information.
ReplicationServer - Class in org.opends.server.replication.server
ReplicationServer Listener.
ReplicationServer(ServerContext, ReplicationServerCfg, ShutdownSynchronizer) - Constructor for class org.opends.server.replication.server.ReplicationServer
Creates a new Replication server using the provided configuration entry and shutdown synchronization object.
ReplicationServerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Replication Server settings.
ReplicationServerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Replication Server settings.
ReplicationServerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Replication Server managed object definition meta information.
ReplicationServerCfgDefn.AllowUpdatesPolicy - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "allow-updates-policy" property.
ReplicationServerCfgDefn.ChangelogEnabled - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "changelog-enabled" property.
ReplicationServerDomain - Class in org.opends.server.replication.server
This class define an in-memory cache that will be used to store the messages that have been received from an LDAP server or from another replication server and that should be forwarded to other servers.
replicationServerId() - Method in record class org.opends.server.replication.common.RSInfo
Returns the value of the replicationServerId record component.
ReplicationServerId - Class in org.opends.server.replication.common
Represents the server ID for a replication server, called a Replication Server ID.
ReplicationServiceDiscoveryMechanism - Class in org.forgerock.opendj.discovery
Service Discovery Mechanism retrieving information from a replication topology.
ReplicationServiceDiscoveryMechanism - Class in org.opends.server.discovery
Service Discovery Mechanism retrieving information from a replication topology.
ReplicationServiceDiscoveryMechanism() - Constructor for class org.opends.server.discovery.ReplicationServiceDiscoveryMechanism
 
ReplicationServiceDiscoveryMechanism(Options) - Constructor for class org.forgerock.opendj.discovery.ReplicationServiceDiscoveryMechanism
Initializes the mechanism with the provided options.
ReplicationServiceDiscoveryMechanismCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Replication Service Discovery Mechanism settings.
ReplicationServiceDiscoveryMechanismCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Replication Service Discovery Mechanism settings.
ReplicationServiceDiscoveryMechanismCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Replication Service Discovery Mechanism managed object definition meta information.
ReplicationSynchronizationProviderCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Replication Synchronization Provider settings.
ReplicationSynchronizationProviderCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Replication Synchronization Provider settings.
ReplicationSynchronizationProviderCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Replication Synchronization Provider managed object definition meta information.
ReplicationSynchronizationProviderCfgDefn.IsolationPolicy - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "isolation-policy" property.
ReplServerStartDSMsg - Class in org.opends.server.replication.protocol
Message sent by a replication server to a directory server in reply to the ServerStartMsg.
ReplServerStartDSMsg(ReplicationServerId, HostPort, Dn, ServerState, GenerationId, boolean, GroupId, int, int) - Constructor for class org.opends.server.replication.protocol.ReplServerStartDSMsg
Create a ReplServerStartDSMsg.
ReplServerStartMsg - Class in org.opends.server.replication.protocol
Message sent by a replication server to another replication server at Startup.
ReplServerStartMsg(ReplicationServerId, HostPort, Dn, ServerState, GenerationId, boolean, GroupId) - Constructor for class org.opends.server.replication.protocol.ReplServerStartMsg
Create a ReplServerStartMsg.
ReplSessionSecurity - Class in org.opends.server.replication.protocol
This class represents the security configuration for replication protocol sessions.
ReplSessionSecurity(ServerContext) - Constructor for class org.opends.server.replication.protocol.ReplSessionSecurity
Create a ReplSessionSecurity instance.
request - Variable in class org.opends.server.types.Operation
The request.
request(String, String) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
Sets the provided request details for the event.
request(String, String, JsonValue) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
Sets the provided request details for the event.
Request - Interface in org.forgerock.json.resource
Common attributes of all JSON resource requests.
Request - Interface in org.forgerock.opendj.ldap.messages
The base class of all Requests provides methods for querying and manipulating the set of Controls included with a Request.
REQUEST - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The request event payload field name.
Request.RequestType - Enum Class in org.forgerock.opendj.ldap.messages
The type of this request.
RequestCancellationState - Class in org.forgerock.opendj.server.core
Maintains the cancellation state of an active request, acting as a mediator between frontend, ClientConnection request tracking and backend processing of the request.
RequestCancellationState(boolean) - Constructor for class org.forgerock.opendj.server.core.RequestCancellationState
Creates a new request state.
RequestContext - Class in org.forgerock.opendj.server.core
Contextual state associated with the backend processing of a request.
RequestContext(Context, ClientConnection, int, long) - Constructor for class org.forgerock.opendj.server.core.RequestContext
Creates a new request context.
RequestContext(Context, ClientConnection, int, long, EnumSet<RequestContext.RequestFlag>) - Constructor for class org.forgerock.opendj.server.core.RequestContext
Creates a new request context, by also specifying additional request settings.
RequestContext(Context, ClientConnection, RequestCancellationState, int, long) - Constructor for class org.forgerock.opendj.server.core.RequestContext
Creates a new request context.
RequestContext(Context, ClientConnection, RequestCancellationState, int, long, EnumSet<RequestContext.RequestFlag>) - Constructor for class org.forgerock.opendj.server.core.RequestContext
Creates a new request context, by also specifying additional request settings.
RequestContext.RequestFlag - Enum Class in org.forgerock.opendj.server.core
Distinguishes operations from server components, not directly from LDAP clients.
REQUESTED_API_VERSION - Static variable in class org.slf4j.impl.StaticLoggerBinder
Declare the version of the SLF4J API this implementation is compiled against.
requestFromCrestRequest(Request) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
Sets request detail from Request.
RequestHandle - Class in org.forgerock.opendj.ldap
Provides the ability to terminate an asynchronous LDAP request.
RequestHandler - Interface in org.forgerock.json.resource
Represents the contract with a set of resources.
requestResourceApiVersionMatcher(Version) - Static method in class org.forgerock.json.resource.RouteMatchers
Creates a RouteMatcher instance that matches the request resource API version with the provided version.
Requests - Class in org.forgerock.json.resource
A utility class containing various factory methods for creating and manipulating requests.
Requests - Class in org.forgerock.opendj.ldap.messages
This class contains various methods for creating and manipulating requests.
REQUESTS_FAILURE_CLIENT_INVALID_REQUEST - Static variable in class org.opends.server.util.ServerConstants
The name of the metric used for monitoring requests failed because they were invalid.
REQUESTS_FAILURE_CLIENT_SECURITY - Static variable in class org.opends.server.util.ServerConstants
The name of the metric used for monitoring requests failed for security reasons.
REQUESTS_FAILURE_SERVER - Static variable in class org.opends.server.util.ServerConstants
The name of the metric used for monitoring requests failed because the server was unable to process them.
REQUESTS_FAILURE_UNKNOWN - Static variable in class org.opends.server.util.ServerConstants
The name of the metric used for monitoring requests failed due to uncategorized reasons.
requestThatDsChangesStatusTo(ServerStatus) - Static method in class org.opends.server.replication.protocol.ChangeStatusMsg
Create a new ChangeStatusMsg suitable for sending from a replication server to a replica.
requestToResponseProtocolOpType(byte) - Static method in class org.forgerock.opendj.io.Ldap
Returns the response protocol operation type associated to the given request protocol op.
RequestType - Enum Class in org.forgerock.json.resource
An enumeration whose values represent the different types of request.
requestUriMatcher(RoutingMode, String) - Static method in class org.forgerock.json.resource.RouteMatchers
Creates a RouteMatcher instance that matches Requests with the provided mode and template.
RequestVisitor<R,P> - Interface in org.forgerock.json.resource
A visitor of Requests, in the style of the visitor design pattern.
RequestVisitor<R,P,E extends Exception> - Interface in org.forgerock.opendj.ldap.messages
A visitor of Requests, in the style of the visitor design pattern.
requireCryptoServices() - Method in class org.opends.server.core.DirectoryServer.InitializationBuilder
Require to setup and start everything necessary for Crypto Services.
required - Variable in class org.forgerock.json.schema.validator.validators.Validator
Whether the schema represented by this validator is required.
required() - Method in class org.forgerock.json.JsonValue
Throws a JsonValueException if the JSON value is null.
REQUIRED - Enum constant in enum class org.forgerock.opendj.security.SslOptions.ClientAuthPolicy
If this policy is selected and the client chooses not to provide authentication information about itself, the negotiations will stop and the engine will begin its closure procedure.
REQUIRED - Enum constant in enum class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn.SslClientAuthPolicy
Clients are required to provide their own certificates when performing SSL negotiation and are refused access if they do not provide a certificate.
REQUIRED - Enum constant in enum class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn.SslClientAuthPolicy
Clients are required to provide their own certificates when performing SSL negotiation and are refused access if they do not provide a certificate.
REQUIRED - Static variable in class org.forgerock.json.schema.validator.Constants
The required field name.
requiredAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds the provided attribute to the list of attribute types that entries subject to this DIT content rule must contain.
requiredAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds the provided required attributes.
requiredAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided required attributes.
requiredAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Adds the provided attribute to the list of attribute types that entries subject to this DIT content rule must contain.
requiredAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds the provided required attributes.
requiredAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided required attributes.
requiredKeyUsages(Set<KeyUsage>) - Static method in interface org.forgerock.secrets.SecretConstraint
Enforces that the key satisfies all of the given key usage constraints.
requiredKeyUsages(KeyUsage, KeyUsage...) - Static method in interface org.forgerock.secrets.SecretConstraint
Enforces that the key satisfies all of the given key usage constraints.
RequiredSearch - Class in org.forgerock.monitoring.api.instrument.search
Search that requires the search terms are satisfiable, or an MeterNotFoundException is thrown.
RequiredSearch(MeterRegistry, String) - Constructor for class org.forgerock.monitoring.api.instrument.search.RequiredSearch
 
requireErrorAndDebugLogPublisher(PrintStream, PrintStream) - Method in class org.opends.server.core.DirectoryServer.InitializationBuilder
Requires to start the error and debug log publishers for tools.
requireField(String) - Method in class org.forgerock.audit.events.AuditEventBuilder
Helper method to be used when overriding AuditEventBuilder.validate().
requireLowMemoryPasswordStorageSchemes() - Method in class org.opends.server.core.DirectoryServer.InitializationBuilder
Requires to setup and start Password Storage Schemes.
requireSingleStructuralObjectClass() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns the policy for verifying that entries have only a single structural object class.
requireSingleStructuralObjectClass(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Specifies the policy for verifying that entries have only a single structural object class.
requireStatelessCryptoServices() - Method in class org.opends.server.core.DirectoryServer.InitializationBuilder
Require to setup stateless Crypto Services.
requireStubsForTools() - Method in class org.opends.server.core.DirectoryServer.InitializationBuilder
Require to setup and start some stubs to bypass some behaviors reserved to the server.
requireUserPlugins(PluginType...) - Method in class org.opends.server.core.DirectoryServer.InitializationBuilder
Requires to start specified user plugins.
requireValue() - Method in class org.forgerock.opendj.ldap.AttributeParser
Throws a LocalizedIllegalArgumentException if the attribute referenced by this parser is null or empty.
reset() - Method in class org.opends.server.replication.plugin.GenerationIdChecksum
 
reset(Option<T>) - Method in class org.forgerock.util.Options
Resets an option to its default behavior.
RESET_PASSWORD - Enum constant in enum class org.forgerock.opendj.rest2ldap.Action
An action that allows users to reset their password.
ResetChangeNumberTask - Class in org.opends.server.tasks
This class provides an implementation of a Directory Server task that can be used to rebuild the change number index with a given change number and a change represented by its CSN.
ResetChangeNumberTask() - Constructor for class org.opends.server.tasks.ResetChangeNumberTask
 
resetChangeNumberTo(long, Dn, CSN) - Method in interface org.opends.server.replication.server.changelog.api.ChangeNumberIndexDB
Resets ChangeNumber index to the given number and CSN.
resetDefaultPasswordPolicy() - Method in class org.opends.server.core.DirectoryServer
 
resetDefaultPasswordPolicy() - Method in interface org.opends.server.core.ServerContext
Resets the default password policy to null.
resetGenerationId() - Method in class org.opends.server.replication.server.ReplicationServerDomain
Resets the generation id to its default value.
resetGenerationId(GenerationId) - Method in class org.opends.server.replication.service.ReplicationDomain
Reset the generationId of this domain in the whole topology.
resetGenerationId(PeerServer, ResetGenerationIdMsg) - Method in class org.opends.server.replication.server.ReplicationServerDomain
Resets the generationID.
ResetGenerationIdMsg - Class in org.opends.server.replication.protocol
This message is used by an LDAP server to communicate to the topology that the generation must be reset for the domain.
ResetGenerationIdMsg(GenerationId) - Constructor for class org.opends.server.replication.protocol.ResetGenerationIdMsg
Creates a new message.
resetReceiveTime() - Method in interface org.opends.server.replication.protocol.Session
Reset the time the last message was received to restart accounting from scratch.
resetUnreachableReplicationServers() - Static method in class org.opends.server.replication.plugin.MultimasterReplication
Resets the state of the unreachable replication servers to empty.
resizeAcquiredMemory(long, long) - Method in class org.opends.server.core.MemoryQuota
Resizes a previously requested amount of memory in OldGen.
resolveEntity(String, String) - Method in class org.forgerock.util.xml.XMLHandler
 
resolveManagedObjectDefinition(DefinitionResolver) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Finds a sub-type of this managed object definition which most closely corresponds to the matching criteria of the provided definition resolver.
resolveParameterValues(Profile.ExecutionContext, Profile.SetupConfiguration, Profile.ParameterValuesProvider) - Method in class org.forgerock.opendj.setup.model.Profile
Resolves this profile parameter values using the provided value provider.
resolveSchema(String) - Method in interface org.forgerock.opendj.ldap.SchemaResolver
Finds the appropriate schema for use with the provided distinguished name.
resolveSchemaReferences() - Method in class org.forgerock.json.schema.validator.validators.Validator
Resolves schema references for this validator.
resource(String) - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Creates a new resource definition with the provided resource ID.
Resource - Class in org.forgerock.opendj.rest2ldap
Defines the characteristics of a resource, including its properties, inheritance, and sub-resources.
resourceApiVersionContextFilter(ResourceApiVersionBehaviourManager) - Static method in class org.forgerock.json.resource.RouteMatchers
Creates a Filter which MUST be placed, in the route, before any API Version routing takes place.
ResourceApiVersionRoutingFilter - Class in org.forgerock.json.resource
API Version routing filter which creates a ApiVersionRouterContext which contains the default routing behaviour when the Accept-API-Version header is set on the request.
ResourceApiVersionSpecificationFilter - Class in org.forgerock.json.resource
A Filter supporting the specification of resource API version configuration to be used when a request on a specific endpoint does not contain an Accept-API-Version header.
ResourceApiVersionSpecificationFilter(ResourceApiVersionSpecificationFilter.VersionSpecification) - Constructor for class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter
Constructs a new ResourceApiVersionSpecificationFilter instance.
ResourceApiVersionSpecificationFilter.NoApiVersionHandler - Interface in org.forgerock.json.resource
Handler allowing products to extend behaviour when a request has no resource API version supplied.
ResourceApiVersionSpecificationFilter.ResourcePathAndVersion - Class in org.forgerock.json.resource
Class representing a mapping between a ResourcePath and a Version.
ResourceApiVersionSpecificationFilter.ResourcePathAndVersionSpecification - Class in org.forgerock.json.resource
ResourceApiVersionSpecificationFilter.VersionSpecification supporting specification of a request's resource version based on its resource path.
ResourceApiVersionSpecificationFilter.VersionSpecification - Interface in org.forgerock.json.resource
Mechanism supporting specification of a version on the request.
resourceException(String, String, String, Response) - Static method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
Gets an Exception Promise containing an Elasticsearch HTTP response status and payload.
ResourceException - Exception in org.forgerock.json.resource
An exception that is thrown during the processing of a JSON resource request.
ResourceException(int) - Constructor for exception org.forgerock.json.resource.ResourceException
Constructs a new exception with the specified exception code, and null as its detail message.
ResourceException(int, String) - Constructor for exception org.forgerock.json.resource.ResourceException
Constructs a new exception with the specified exception code and detail message.
ResourceException(int, String, Throwable) - Constructor for exception org.forgerock.json.resource.ResourceException
Constructs a new exception with the specified exception code, reason phrase, detail message and cause.
ResourceException(int, Throwable) - Constructor for exception org.forgerock.json.resource.ResourceException
Constructs a new exception with the specified exception code and detail message.
ResourceExceptionsUtil - Class in org.forgerock.audit.util
Utility class to use on ResourceExceptions.
ResourceLimits - Record Class in org.opends.server.api
All resource limits for a user.
ResourceLimits(int, int, long, int) - Constructor for record class org.opends.server.api.ResourceLimits
Creates an instance of a ResourceLimits record class.
resourceName() - Method in class org.forgerock.i18n.LocalizableMessage
Returns the name of the resource in which this message is defined.
resourceName() - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.ArgN
Returns the name of the resource in which this message is defined.
resourceName() - Static method in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
Returns the name of the resource associated with the messages contained in this class.
resourceName() - Static method in class org.opends.messages.ServerMessages
Returns the name of the resource associated with the messages contained in this class.
resourcePath() - Static method in class org.forgerock.json.resource.JsonValueFunctions
Returns the JSON string value as a ResourcePath.
resourcePath(String) - Static method in class org.forgerock.json.resource.ResourcePath
Parses the provided string representation of a resource path.
ResourcePath - Class in org.forgerock.json.resource
A relative path, or URL, to a resource.
ResourcePath() - Constructor for class org.forgerock.json.resource.ResourcePath
Creates a new empty resource path whose string representation is the empty string and which has zero path elements.
ResourcePath(Object...) - Constructor for class org.forgerock.json.resource.ResourcePath
Creates a new resource path having the provided path elements.
ResourcePath(Collection<? extends Object>) - Constructor for class org.forgerock.json.resource.ResourcePath
Creates a new resource path having the provided path elements.
ResourcePathAndVersion(ResourcePath, Version) - Constructor for class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.ResourcePathAndVersion
resourcePathAndVersionSpecification(JsonValue) - Static method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.ResourcePathAndVersionSpecification
Create a new ResourcePathAndVersionSpecification configured with resource path to version specification.
ResourceResponse - Interface in org.forgerock.json.resource
A resource, comprising of a resource ID, a revision (etag), and its JSON content.
Resources - Class in org.forgerock.json.resource
This class contains methods for creating and manipulating connection factories and connections.
resourceType() - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Returns a property mapper which maps a JSON property containing the resource type to its associated LDAP object classes.
response(AccessAuditEventBuilder.ResponseStatus, String, long, TimeUnit) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
Sets the provided response for the event.
Response - Interface in org.forgerock.json.resource
Common response object of all resource responses.
Response - Interface in org.forgerock.opendj.ldap.messages
The base class of all Responses provides methods for querying and manipulating the set of Controls included with a Response.
RESPONSE - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The response event payload field name.
RESPONSE_STALE - Static variable in class org.forgerock.json.resource.AdviceWarning
110 Response is stale MUST be included whenever the returned response is stale.
ResponseCacheControl - Class in org.forgerock.json.resource
Indicates whether a response can be cached and under what conditions.
Responses - Class in org.forgerock.json.resource
A utility class containing various factory methods for creating and manipulating responses.
Responses - Class in org.forgerock.opendj.ldap.messages
This class contains various methods for creating and manipulating responses.
ResponseStream - Class in org.forgerock.opendj.server.core
A stream of LDAP response messages.
responseWithDetail(AccessAuditEventBuilder.ResponseStatus, String, long, TimeUnit, JsonValue) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
Sets the provided response for the event, with an additional detail.
REST - Static variable in interface org.forgerock.opendj.rest2ldap.RestLogger
The common logger used for rest.
rest2Ldap(Options, Collection<Resource>) - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Creates a new Rest2Ldap instance using the provided options and resources.
rest2Ldap(Options, Resource...) - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Creates a new Rest2Ldap instance using the provided options and resources.
Rest2Ldap - Class in org.forgerock.opendj.rest2ldap
Provides methods for constructing Rest2Ldap protocol gateways.
REST2LDAP - Static variable in interface org.forgerock.opendj.rest2ldap.RestLogger
The logger used for rest2ldap.
Rest2LdapEndpoint - Class in org.opends.server.protocols.http.rest2ldap
Encapsulates configuration required to start a REST2LDAP application embedded in this LDAP server.
Rest2LdapEndpoint(Rest2ldapEndpointCfg, ServerContext) - Constructor for class org.opends.server.protocols.http.rest2ldap.Rest2LdapEndpoint
Create a new Rest2LdapEndpoint with the supplied configuration.
Rest2ldapEndpointCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Rest2LDAP Endpoint settings.
Rest2ldapEndpointCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Rest2LDAP Endpoint settings.
Rest2ldapEndpointCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Rest2LDAP Endpoint managed object definition meta information.
Rest2LdapHttpApplication - Class in org.forgerock.opendj.rest2ldap
Rest2ldap HTTP application.
Rest2LdapHttpApplication() - Constructor for class org.forgerock.opendj.rest2ldap.Rest2LdapHttpApplication
Default constructor called by the HTTP Framework which will use the default configuration directory.
Rest2LdapHttpApplication(File, Schema) - Constructor for class org.forgerock.opendj.rest2ldap.Rest2LdapHttpApplication
Creates a new Rest2LDAP HTTP application using the provided configuration directory.
Rest2LdapJsonConfigurator - Class in org.forgerock.opendj.rest2ldap
Provides core factory methods and builders for constructing Rest2Ldap endpoints from JSON configuration.
Rest2ldapMessages - Class in org.forgerock.opendj.rest2ldap
This file contains localizable message descriptors having the resource name org.forgerock.opendj.rest2ldap.rest2ldap.
restart(boolean) - Method in class org.opends.server.replication.service.ReplicationBroker
Restart the ReplicationBroker.
restart(String, LocalizableMessage) - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
Restarts the directory server.
restart(String, LocalizableMessage) - Static method in class org.opends.server.core.DirectoryServer
Causes the Directory Server to perform an in-core restart.
restart(String, LocalizableMessage, DirectoryEnvironmentConfig) - Static method in class org.opends.server.core.DirectoryServer
Causes the Directory Server to perform an in-core restart.
RestLogger - Interface in org.forgerock.opendj.rest2ldap
Defines the logging categories for this module.
restoreBackup(Backup, Backupable, Cancellable) - Method in class org.opends.server.backup.BackupManager
Restores a backend from the underlying backup storage.
restoreKeyPeriods(JsonValue, JsonValue) - Static method in class org.forgerock.audit.util.ElasticsearchUtil
Reverses the normalization steps preformed by ElasticsearchUtil.replaceKeyPeriodsWithUnderscores(String).
RestoreRunner - Class in org.opends.server.tools.dsbackup
This class implements all the business logic for the dsbackup restore sub-command, whether offline or online.
RestoreRunner() - Constructor for class org.opends.server.tools.dsbackup.RestoreRunner
 
RestoreTask - Class in org.opends.server.tasks
This class provides an implementation of a Directory Server task that can be used to restore a binary backup of a Directory Server backend.
RestoreTask() - Constructor for class org.opends.server.tasks.RestoreTask
 
RestoreTaskListener - Interface in org.opends.server.api
This interface defines a set of methods that may be used to notify various Directory Server components whenever a backend restore task is about to begin or has just completed.
result() - Method in record class org.opends.server.api.plugin.PluginResult.IntermediateResponse
Returns the value of the result record component.
result() - Method in interface org.opends.server.api.plugin.PluginResult.OperationResult
The result for this plugin result.
result() - Method in record class org.opends.server.api.plugin.PluginResult.PostOperation
Returns the value of the result record component.
result() - Method in record class org.opends.server.api.plugin.PluginResult.PreOperation
Returns the value of the result record component.
result() - Method in record class org.opends.server.api.plugin.PluginResult.PreParse
Returns the value of the result record component.
result() - Method in record class org.opends.server.api.plugin.PluginResult.SubordinateDelete
Returns the value of the result record component.
result() - Method in record class org.opends.server.api.plugin.PluginResult.SubordinateModifyDN
Returns the value of the result record component.
result() - Method in class org.opends.server.types.SynchronizationProviderResult.ContinueProcessing
 
result() - Method in record class org.opends.server.types.SynchronizationProviderResult.StopProcessing
Returns the value of the result record component.
result(AuthenticationAuditEventBuilder.Status) - Method in class org.forgerock.audit.events.AuthenticationAuditEventBuilder
Sets the authentication audit event overall result.
Result - Interface in org.forgerock.opendj.ldap.messages
A Result is used to indicate the status of an operation performed by the server.
RESULT - Static variable in class org.forgerock.audit.events.AuthenticationAuditEventBuilder
Defines the authentication result key.
ResultCode - Class in org.forgerock.opendj.ldap
An operation result code as defined in RFC 4511 section 4.1.9 is used to indicate the final status of an operation.
ResultCode.Enum - Enum Class in org.forgerock.opendj.ldap
Contains equivalent values for the ResultCode values.
ResultHandler<V> - Interface in org.forgerock.util.promise
A completion handler for consuming the results of asynchronous tasks.
resume() - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
Restart replication for this domain after a previous suspend.
resumeReads() - Method in class org.forgerock.opendj.io.rx.SwitchableRxSocket
Resumes reading without replacing the active socket.
resumeReadsAfterSwitchingSocket(RxSocket<M>) - Method in class org.forgerock.opendj.io.rx.SwitchableRxSocket
Replaces the active socket with a new socket and then resumes reading.
resumeService() - Method in class org.opends.server.replication.service.ReplicationDomain
Restart the Replication service after a ReplicationDomain.suspendService().
retainAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
retainAll(Collection<?>) - Method in interface org.forgerock.opendj.ldap.Attribute
Retains only the attribute values in this attribute which are contained in values (optional operation).
retainAll(Collection<?>) - Method in class org.forgerock.util.LazyList
Retains only the elements in this list that are contained in the specified collection.
retainAll(Collection<?>) - Method in class org.forgerock.util.ListDecorator
Retains only the elements in this list that are contained in the specified collection.
retainAll(Collection<?>) - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
retainAll(Collection<T>, Collection<? super T>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
retainAll(Collection<T>, Collection<? super T>) - Method in interface org.forgerock.opendj.ldap.Attribute
Retains only the attribute values in this attribute which are contained in values (optional operation).
retainAll(Collection<T>, Collection<? super T>) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
retainAll(Collection<T>, Collection<? super T>) - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
RetentionHooks - Interface in org.forgerock.audit.retention
Hook into the retention checking operations for a file.
RetentionHooks.NullRetentionHooks - Class in org.forgerock.audit.retention
RetentionHooks that do nothing.
RetentionPolicy - Interface in org.forgerock.audit.retention
Defines the retention conditions and the files that need to be deleted.
RetentionPolicy<T extends LogRetentionPolicyCfg> - Interface in org.opends.server.loggers
This interface describes the retention policy that should be used for the logger.
rethrowBiFunction(BiFunction<T, U, R, E>) - Static method in class org.forgerock.util.LambdaExceptionUtils
Wrap a BiFunction to comply with BiFunction's no checked exception signature.
rethrowConsumer(Consumer<T, E>) - Static method in class org.forgerock.util.LambdaExceptionUtils
Wrap a Consumer to comply with Consumer's no checked exception signature.
rethrowFunction(Function<T, R, E>) - Static method in class org.forgerock.util.LambdaExceptionUtils
Wrap a throwing Function to comply with Function's no checked exception signature.
rethrowPredicate(Predicate<T, E>) - Static method in class org.forgerock.util.LambdaExceptionUtils
Wrap a Predicate to comply with Predicate's no checked exception signature.
rethrowSupplier(Supplier<T, E>) - Static method in class org.forgerock.util.LambdaExceptionUtils
Wrap a Supplier to comply with Supplier's no checked exception signature.
retire(Purpose<? extends Secret>, String) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
Retires a key previously used for a given purpose.
retire(Purpose<? extends T>, String) - Method in interface org.forgerock.secrets.SecretStore
Retires the given secret for the given purpose.
retire(Purpose<? extends T>, String) - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
retrievesReplicationDomain(Dn, ServerContext) - Static method in class org.opends.server.replication.plugin.LDAPReplicationDomain
Retrieves a replication domain based on the baseDN.
retry(LdapException) - Method in class org.opends.server.tasks.InitializeTask
The task was not successful but can be retried, set the state accordingly.
RetryableException - Exception in org.forgerock.json.resource
An exception that indicates that a failure may be temporary, and that retrying the same request may be able to succeed in the future.
RetryableException(int, String, Throwable) - Constructor for exception org.forgerock.json.resource.RetryableException
Constructs a new exception with the specified detail message and cause.
RETURN_NULL_FOR_MISSING_PROPERTIES - Static variable in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Specifies whether Rest2Ldap should represent missing JSON property values using null.
returnEntry(Entry, List<Control>) - Method in class org.opends.server.core.SearchOperation
Used as a callback for backends to indicate that the provided entry matches the search criteria and that additional processing should be performed to potentially send it back to the client.
returnEntry(Entry, List<Control>) - Method in interface org.opends.server.types.operation.PreOperationSearchOperation
Returns the provided entry to the client.
returnEntry(Entry, List<Control>) - Method in interface org.opends.server.types.operation.PreParseSearchOperation
Returns the provided entry to the client.
returnReference(Dn, SearchResultReference) - Method in class org.opends.server.core.SearchOperation
Used as a callback for backends to indicate that the provided search reference was encountered during processing and that additional processing should be performed to potentially send it back to the client.
returnReference(Dn, SearchResultReference) - Method in interface org.opends.server.types.operation.PreOperationSearchOperation
Returns the provided search result reference to the client.
returnReference(Dn, SearchResultReference) - Method in interface org.opends.server.types.operation.PreParseSearchOperation
Returns the provided search result reference to the client.
REVALIDATION_FAILED - Static variable in class org.forgerock.json.resource.AdviceWarning
111 Revalidation failed MUST be included if a cache returns a stale response because an attempt to revalidate the response failed, due to an inability to reach the server.
reveal(Function<Key, T>) - Method in class org.forgerock.secrets.keys.CryptoKey
Reveals the secret's Key temporarily, allowing it to be used for its intended purpose.
reveal(Function<byte[], T, E>) - Method in class org.forgerock.secrets.GenericSecret
Reveals the secret temporarily, allowing it to be used for its intended purpose.
revealAndClose(Function<Key, T>) - Method in class org.forgerock.secrets.keys.CryptoKey
Reveals the secret temporarily and then scrubs the secret material from memory.
revealAndDestroy(Function<byte[], T, E>) - Method in class org.forgerock.secrets.GenericSecret
Reveals the secret temporarily and then scrubs the secret material from memory.
revealAsText(Charset, Function<char[], T, E>) - Method in class org.forgerock.secrets.GenericSecret
Reveals the secret temporarily as characters in the given character set.
revealAsTextAndDestroy(Charset, Function<char[], T, E>) - Method in class org.forgerock.secrets.GenericSecret
Reveals the secret temporarily as characters in the given character set and then scrubs the secret material from memory.
revealAsUtf8(Function<char[], T, E>) - Method in class org.forgerock.secrets.GenericSecret
Reveals the secret temporarily as characters in UTF-8.
revealAsUtf8AndDestroy(Function<char[], T, E>) - Method in class org.forgerock.secrets.GenericSecret
Reveals the secret temporarily as characters in UTF-8 and then scrubs the secret from memory.
reverseOrder(SortKey) - Static method in class org.forgerock.json.resource.SortKey
Creates a new sort key having the same field as the provided key, but in reverse sort order.
reverseReference(String, String) - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Returns a property mapper which provides a reverse mapping from a JSON value to a DN valued LDAP attribute.
REVERSIBLE_STORAGE_SCHEMES - Static variable in class org.opends.server.extensions.ExtensionsConstants
List of names of reversible storage schemes.
revision(String) - Method in class org.forgerock.audit.events.ConfigAuditEventBuilder
Sets the revision for the event.
REVISION - Static variable in class org.forgerock.audit.events.ConfigAuditEventBuilder
 
REVOCATION_OPTIONS - Static variable in class org.forgerock.secrets.SecretsTrustManager
The options to pass to the revocation checker, if revocation checking is enabled.
revoke(String) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
Revokes a key from all purposes.
revoke(String) - Method in interface org.forgerock.secrets.SecretStore
Revokes the given secret for all purposes in this store.
revoke(String) - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
rewind() - Method in class org.forgerock.opendj.ldap.ByteStringReader
Rewinds this reader's position to zero.
rightToString() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Return a string representation of the current right being evaluated.
RootCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Root settings.
RootCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Root settings.
RootCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Root managed object definition meta information.
RootContainer - Class in org.opends.server.backends.pluggable
Wrapper class for a backend "container".
rootDn() - Static method in class org.forgerock.opendj.ldap.Dn
Deprecated.
use Dn.emptyDn() instead
RootDse - Class in org.forgerock.opendj.ldap
The root DSE is a DSA-specific Entry (DSE) and not part of any naming context (or any subtree), and which is uniquely identified by the empty DN.
RootDSEBackend - Class in org.opends.server.backends
This class defines a backend to hold the Directory Server root DSE.
RootDSEBackend() - Constructor for class org.opends.server.backends.RootDSEBackend
Creates a new root DSE backend.
RootDseBackendCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Root DSE Backend settings.
RootDseBackendCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Root DSE Backend settings.
RootDseBackendCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Root DSE Backend managed object definition meta information.
rootPtr() - Static method in class org.forgerock.json.JsonPointer
Returns a JSON pointer identifying the root value of a JSON structure.
rootUserDn(String) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the user root distinguish name of the instance to setup.
rootUserDn(Dn) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the user root distinguish name of the instance to setup.
rootUserPassword(String) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the user root password of the instance to setup.
RotatableLogFile - Interface in org.opends.server.loggers
Represents a file that can be rotated based on size or on time.
RotatableObject - Interface in org.forgerock.audit.rotation
Interface defining methods a rotatable file needs.
RotatableWriter - Class in org.forgerock.audit.events.handlers.writers
Supports file rotation and retention.
RotatableWriter(File, FileBasedEventHandlerConfiguration, boolean) - Constructor for class org.forgerock.audit.events.handlers.writers.RotatableWriter
Constructs a RotatableWriter given an initial file to manage rotation/retention, and a FileBasedEventHandlerConfiguration.
RotatableWriter(File, FileBasedEventHandlerConfiguration, boolean, RotatableWriter.RolloverLifecycleHook) - Constructor for class org.forgerock.audit.events.handlers.writers.RotatableWriter
Constructs a RotatableWriter given an initial file to manage rotation/retention, a a FileBasedEventHandlerConfiguration and a RotatableWriter.RolloverLifecycleHook.
RotatableWriter.RolloverLifecycleHook - Interface in org.forgerock.audit.events.handlers.writers
Callback hooks to allow custom action to be taken before and after the checks for rotation and retention is performed.
rotate(Purpose<? extends Secret>, String) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
Rotates the key associated with a given purpose.
rotate(Purpose<? extends T>, String) - Method in interface org.forgerock.secrets.SecretStore
Rotates the active secret for the given purpose.
rotate(Purpose<? extends T>, String) - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
ROTATE_FILE_ACTION_NAME - Static variable in class org.forgerock.audit.handlers.csv.CsvAuditEventHandler
Name of action to force file rotation.
ROTATE_FILE_ACTION_NAME - Static variable in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
Name of action to force file rotation.
rotateFile(RotatableLogFile) - Method in class org.opends.server.loggers.FixedTimeRotationPolicy
 
rotateFile(RotatableLogFile) - Method in interface org.opends.server.loggers.RotationPolicy
This method indicates if the log file should be rotated or not.
rotateFile(RotatableLogFile) - Method in class org.opends.server.loggers.SizeBasedRotationPolicy
 
rotateFile(RotatableLogFile) - Method in class org.opends.server.loggers.TimeLimitRotationPolicy
 
rotateIfNeeded() - Method in class org.forgerock.audit.events.handlers.writers.RotatableWriter
Rotate the log file if any of the configured rotation policies determine that rotation is required.
rotateIfNeeded() - Method in interface org.forgerock.audit.rotation.RotatableObject
Checks the rotatable file for rotation then retention.
RotationContext - Class in org.forgerock.audit.rotation
This class holds some information while a file is being rotated.
RotationContext() - Constructor for class org.forgerock.audit.rotation.RotationContext
 
RotationHooks - Interface in org.forgerock.audit.rotation
Callback hooks to allow custom action to be taken before and after file rotation occurs.
RotationHooks.NoOpRotatationHooks - Class in org.forgerock.audit.rotation
RotationHooks that do nothing.
RotationPolicy - Interface in org.forgerock.audit.rotation
Interface to decide if a file should be rotated or not.
RotationPolicy<T extends LogRotationPolicyCfg> - Interface in org.opends.server.loggers
This interface describes the rotation policy that should be used for the logger.
RouteMatchers - Class in org.forgerock.json.resource
A utility class that contains methods for creating route matchers.
Router - Class in org.forgerock.json.resource
A router which routes requests based on route predicates.
Router - Class in org.forgerock.opendj.server.core
Provides routing on LDAP requests based on Dns.
Router() - Constructor for class org.forgerock.json.resource.Router
Creates a new router with no routes defined.
Router(AbstractRouter<Router, Request, RequestHandler, ApiDescription>) - Constructor for class org.forgerock.json.resource.Router
Creates a new router containing the same routes and default route as the provided router.
Router(ServerContext, RequestContext, Request, Consumer<ResponseStream>) - Constructor for class org.forgerock.opendj.server.core.Router
Creates a new router.
Router.UriTemplate - Class in org.forgerock.json.resource
Represents a URI template string that will be used to match and route incoming requests.
rsId() - Method in record class org.opends.server.replication.common.DSInfo
Returns the value of the rsId record component.
RSInfo - Record Class in org.opends.server.replication.common
This class holds information about an RS connected to the topology.
RSInfo(ReplicationServerId, HostPort, GenerationId, GroupId, ProcessId, int, Set<HostPort>) - Constructor for record class org.opends.server.replication.common.RSInfo
Canonical constructor.
ruleId(int) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Sets the numeric ID which uniquely identifies this structure rule.
run() - Method in class org.forgerock.opendj.tools.dsrepl.DecodeCsnSubCommand
 
run() - Method in interface org.forgerock.util.Action
Runs the action, throwing the Exception if necessary.
run() - Method in class org.opends.server.backends.task.TaskScheduler
Operates in a loop, launching tasks at the appropriate time and performing any necessary periodic cleanup.
run() - Method in class org.opends.server.core.DirectoryServerShutdownHook
Invokes the shutdown hook to signal the Directory Server to stop running.
run() - Method in class org.opends.server.core.IdleTimeLimitThread
Operates in a loop, terminating any client connections that have been idle for too long.
run() - Method in class org.opends.server.extensions.DiskSpaceMonitor
 
run() - Method in class org.opends.server.extensions.SoftReferenceEntryCache
Operate in a loop, receiving notification of soft references that have been freed and removing the corresponding entries from the cache.
run() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
 
run() - Method in class org.opends.server.protocols.LDIFConnectionHandler
 
run() - Method in class org.opends.server.replication.server.changelog.file.ChangeNumberIndexer
 
run() - Method in class org.opends.server.replication.server.HeartbeatPublisher
 
run() - Method in class org.opends.server.replication.server.MonitoringPublisher
Run method for the monitoring publisher.
run() - Method in class org.opends.server.tools.dsbackup.BackupRunner
Runs the backup command, depending on user arguments and what backends are currently enabled, this will backup zero, one or more backends.
run() - Method in class org.opends.server.tools.dsbackup.PurgeRunner
Runs the purge command.
run() - Method in class org.opends.server.tools.dsbackup.RestoreRunner
Runs the restore command.
run() - Method in class org.opends.server.types.Operation
Processes this operation in the local backend.
run(String...) - Method in class org.forgerock.opendj.config.dsconfig.DsConfig
Parses the provided command-line arguments and makes the appropriate changes to the Directory Server configuration.
run(String...) - Method in class org.forgerock.opendj.setup.cli.SetupInteractive
 
run(String...) - Method in class org.forgerock.opendj.setup.cli.SetupProfileCli
Run setup-profile tool with the provided arguments.
run(String...) - Method in class org.forgerock.opendj.tools.dsrepl.DsReplCli
 
run(String...) - Method in class org.opends.server.backends.pluggable.BackendStat
Parses the provided command-line arguments and makes the appropriate changes to the Directory Server configuration.
run(String...) - Method in class org.opends.server.replication.server.changelog.file.ChangelogStat
 
run(String...) - Method in class org.opends.server.tools.ConfigureWindowsService
Configures the Windows service for this instance on this machine.
run(String...) - Method in class org.opends.server.tools.CreateRcScript
 
run(String...) - Method in class org.opends.server.tools.dsbackup.DsBackup
 
run(String...) - Method in class org.opends.server.tools.EncodePassword
 
run(String...) - Method in class org.opends.server.tools.ExportLdif
 
run(String...) - Method in class org.opends.server.tools.ImportLdif
 
run(String...) - Method in class org.opends.server.tools.ManageTasks
 
run(String...) - Method in class org.opends.server.tools.RebuildIndex
 
run(String...) - Method in class org.opends.server.tools.status.StatusCli
 
run(String...) - Method in class org.opends.server.tools.StopDs
 
run(String...) - Method in class org.opends.server.tools.supportextract.SupportExtract
 
run(String...) - Method in class org.opends.server.tools.upgrade.UpgradeCli
 
run(String...) - Method in class org.opends.server.tools.VerifyIndex
 
run(String...) - Method in class org.opends.server.tools.WaitForFileDelete
Processes the command-line arguments and then waits for the specified file to be removed.
run(Path, SetupConsole) - Method in class org.forgerock.opendj.setup.model.Profile
Runs this profile.
run(DsConfig, ManagementContextFactory) - Method in class org.forgerock.opendj.config.dsconfig.DocGeneratorSubCommandHandler
 
run(ReadableTransaction) - Method in interface org.opends.server.backends.pluggable.spi.ReadOperation
Executes a read operation, and returns the read value.
run(WriteableTransaction) - Method in interface org.opends.server.backends.pluggable.spi.WriteOperation
Executes a write operation.
run(SupportToolsContext, ZipDirectory) - Method in class org.opends.server.tools.supportextract.ChangelogDbDataCollectorTask
 
RUN_AS - Static variable in class org.forgerock.audit.events.ConfigAuditEventBuilder
 
runAs(String) - Method in class org.forgerock.audit.events.ConfigAuditEventBuilder
Sets the provided runAs for the event.
runFakePasswordMatches(Dn, ByteString) - Method in class org.opends.server.core.BindOperation
When using cost based hashes, ensure similar response times when login with non-existing vs.
runImpl() - Method in class org.opends.server.core.AbandonOperation
 
runImpl() - Method in class org.opends.server.core.AddOperation
 
runImpl() - Method in class org.opends.server.core.BindOperation
 
runImpl() - Method in class org.opends.server.core.CompareOperation
 
runImpl() - Method in class org.opends.server.core.DeleteOperation
 
runImpl() - Method in class org.opends.server.core.ExtendedOperation
 
runImpl() - Method in class org.opends.server.core.ModifyDnOperation
 
runImpl() - Method in class org.opends.server.core.ModifyOperation
 
runImpl() - Method in class org.opends.server.core.SearchOperation
 
runImpl() - Method in class org.opends.server.core.UnbindOperation
 
runImpl() - Method in class org.opends.server.types.Operation
Performs the work of actually processing this operation.
RUNNING - Enum constant in enum class org.opends.server.backends.task.TaskState
The task state that indicates that the task is currently running.
runOnline(BackendConfigManager) - Method in class org.opends.server.tools.dsbackup.RestoreRunner
Indicates that restore will happen online and that backends being restored should be disabled and enabled with the provided backend config manager.
runSetup(PrintStream, PrintStream, String...) - Static method in class org.forgerock.opendj.setup.cli.SetupCli
The main method to be called by unit tests.
runTask() - Method in class org.opends.server.backends.task.Task
Performs the actual core processing for this task.
runTask() - Method in class org.opends.server.tasks.AddSchemaFileTask
 
runTask() - Method in class org.opends.server.tasks.BackupPurgeTask
 
runTask() - Method in class org.opends.server.tasks.BackupTask
 
runTask() - Method in class org.opends.server.tasks.DisconnectClientTask
 
runTask() - Method in class org.opends.server.tasks.EnterLockdownModeTask
 
runTask() - Method in class org.opends.server.tasks.ExportTask
 
runTask() - Method in class org.opends.server.tasks.ImportTask
 
runTask() - Method in class org.opends.server.tasks.InitializeTargetTask
 
runTask() - Method in class org.opends.server.tasks.InitializeTask
 
runTask() - Method in class org.opends.server.tasks.LeaveLockdownModeTask
 
runTask() - Method in class org.opends.server.tasks.PurgeConflictsHistoricalTask
 
runTask() - Method in class org.opends.server.tasks.RebuildTask
 
runTask() - Method in class org.opends.server.tasks.ResetChangeNumberTask
 
runTask() - Method in class org.opends.server.tasks.RestoreTask
 
runTask() - Method in class org.opends.server.tasks.SetGenerationIdTask
 
runTask() - Method in class org.opends.server.tasks.ShutdownTask
Performs the actual core processing for this task.
RuntimeExceptionHandler - Interface in org.forgerock.util.promise
A completion handler for consuming runtime exceptions which occur during the execution of asynchronous tasks.
RuntimeInformation - Class in org.opends.server.util
This class is used to gather and display information from the runtime environment.
RxIo - Class in org.forgerock.opendj.io.rx
Utility class for creating reactive transports and sockets.
RxServerSocket<M,S extends RxSocket<M>> - Interface in org.forgerock.opendj.io
A reactive server socket listens for incoming connections and binds them to a RxSocket.
RxSocket<M> - Interface in org.forgerock.opendj.io
A transport agnostic reactive socket abstraction.
RxTransport<M,S extends RxSocket<M>> - Interface in org.forgerock.opendj.io
Factory interface for creating reactive client and server sockets.

S

SaltedMD5PasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme based on the MD5 algorithm defined in RFC 1321.
SaltedMD5PasswordStorageScheme() - Constructor for class org.opends.server.extensions.SaltedMD5PasswordStorageScheme
 
SaltedMd5PasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Salted MD5 Password Storage Scheme settings.
SaltedMd5PasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Salted MD5 Password Storage Scheme settings.
SaltedMd5PasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Salted MD5 Password Storage Scheme managed object definition meta information.
SaltedSHA1PasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme based on the SHA-1 algorithm defined in FIPS 180-1.
SaltedSHA1PasswordStorageScheme() - Constructor for class org.opends.server.extensions.SaltedSHA1PasswordStorageScheme
 
SaltedSha1PasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Salted SHA-1 Password Storage Scheme settings.
SaltedSha1PasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Salted SHA-1 Password Storage Scheme settings.
SaltedSha1PasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Salted SHA-1 Password Storage Scheme managed object definition meta information.
SaltedSHA256PasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme based on the 256-bit SHA-2 algorithm defined in FIPS 180-2.
SaltedSHA256PasswordStorageScheme() - Constructor for class org.opends.server.extensions.SaltedSHA256PasswordStorageScheme
 
SaltedSha256PasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Salted SHA-256 Password Storage Scheme settings.
SaltedSha256PasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Salted SHA-256 Password Storage Scheme settings.
SaltedSha256PasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Salted SHA-256 Password Storage Scheme managed object definition meta information.
SaltedSHA384PasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme based on the 384-bit SHA-2 algorithm defined in FIPS 180-2.
SaltedSHA384PasswordStorageScheme() - Constructor for class org.opends.server.extensions.SaltedSHA384PasswordStorageScheme
 
SaltedSha384PasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Salted SHA-384 Password Storage Scheme settings.
SaltedSha384PasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Salted SHA-384 Password Storage Scheme settings.
SaltedSha384PasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Salted SHA-384 Password Storage Scheme managed object definition meta information.
SaltedSHA512PasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme based on the 512-bit SHA-2 algorithm defined in FIPS 180-2.
SaltedSHA512PasswordStorageScheme() - Constructor for class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
 
SaltedSha512PasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Salted SHA-512 Password Storage Scheme settings.
SaltedSha512PasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Salted SHA-512 Password Storage Scheme settings.
SaltedSha512PasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Salted SHA-512 Password Storage Scheme managed object definition meta information.
SambaPasswordPlugin - Class in org.opends.server.plugins
The Samba password synchronization plugin implementation class.
SambaPasswordPlugin() - Constructor for class org.opends.server.plugins.SambaPasswordPlugin
 
SambaPasswordPluginCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Samba Password Plugin settings.
SambaPasswordPluginCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Samba Password Plugin settings.
SambaPasswordPluginCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Samba Password Plugin managed object definition meta information.
SambaPasswordPluginCfgDefn.PwdSyncPolicy - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "pwd-sync-policy" property.
sampleEntries(Consumer<Entry>, Dn) - Method in class org.opends.server.api.LocalBackend
Consumes all or a subset of entries contained in this backend under the provided base DN.
sampleEntries(Consumer<Entry>, Dn) - Method in class org.opends.server.backends.LDIFBackend
 
sampleEntries(Consumer<Entry>, Dn) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
sasl(Entry, String) - Static method in record class org.opends.server.types.AuthenticationInfo
Creates a new set of authentication information to be used for clients that have authenticated using a SASL mechanism.
sasl(Entry, Entry, String) - Static method in record class org.opends.server.types.AuthenticationInfo
Creates a new set of authentication information to be used for clients that have authenticated using a SASL mechanism.
SASL - Enum constant in enum class org.opends.server.types.AuthenticationType
The authentication type that indicates that the user will be performing SASL authentication using some extensible mechanism.
SASL_BIND_IN_PROGRESS - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
SASL_BIND_IN_PROGRESS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that should be used for intermediate responses in multi-stage SASL bind operations.
SASL_DEFAULT_PROTOCOL - Static variable in class org.opends.server.util.ServerConstants
The name of the default protocol used.
SASL_MECHANISM_NAME_ANONYMOUS - Static variable in class org.forgerock.opendj.ldap.messages.BindRequest
The name of the SASL mechanism that uses anonymous access and having the name "ANONYMOUS".
SASL_MECHANISM_NAME_CRAM_MD5 - Static variable in class org.forgerock.opendj.ldap.messages.BindRequest
The name of the SASL mechanism that uses CRAM-MD5 authentication and having the name "CRAM-MD5".
SASL_MECHANISM_NAME_DIGEST_MD5 - Static variable in class org.forgerock.opendj.ldap.messages.BindRequest
The name of the SASL mechanism that uses DIGEST-MD5 authentication and having the name "DIGEST-MD5".
SASL_MECHANISM_NAME_EXTERNAL - Static variable in class org.forgerock.opendj.ldap.messages.BindRequest
The name of the SASL mechanism that uses external authentication and having the name "EXTERNAL".
SASL_MECHANISM_NAME_GSSAPI - Static variable in class org.forgerock.opendj.ldap.messages.BindRequest
The name of the SASL mechanism that uses GSS-API authentication and having the name "GSSAPI".
SASL_MECHANISM_NAME_PLAIN - Static variable in class org.forgerock.opendj.ldap.messages.BindRequest
The name of the SASL mechanism that uses PLAIN authentication and having the name "PLAIN".
SASL_MECHANISM_NAME_SCRAM_SHA_256 - Static variable in class org.forgerock.opendj.ldap.messages.BindRequest
The name of the SASL mechanism that uses SCRAM-SHA-256 authentication and having the name "SCRAM-SHA-256".
SASL_MECHANISM_NAME_SCRAM_SHA_512 - Static variable in class org.forgerock.opendj.ldap.messages.BindRequest
The name of the SASL mechanism that uses SCRAM-SHA-512 authentication and having the name "SCRAM-SHA-512".
saslClientSocket(RxSocket<ByteBuffer>, SaslClient) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive socket that adds a SASL QOP client layer to an underlying socket using the provided authenticated SaslClient.
SASLConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the set of SASL mechanism handlers defined in the Directory Server.
SASLConfigManager(ServerContext) - Constructor for class org.opends.server.core.SASLConfigManager
Creates a new instance of this SASL mechanism handler config manager.
SASLContext - Class in org.opends.server.extensions
This class defines the SASL context needed to process SASL bind requests that use a SaslServer.
saslMechanism() - Method in record class org.opends.server.types.AuthenticationInfo
Returns the value of the saslMechanism record component.
SASLMechanismHandler<T extends SaslMechanismHandlerCfg> - Class in org.opends.server.api
This class defines the set of methods and structures that must be implemented by a Directory Server module that implements the functionality required for one or more SASL mechanisms.
SASLMechanismHandler() - Constructor for class org.opends.server.api.SASLMechanismHandler
 
SaslMechanismHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying SASL Mechanism Handler settings.
SaslMechanismHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying SASL Mechanism Handler settings.
SaslMechanismHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the SASL Mechanism Handler managed object definition meta information.
SaslRxSocket - Class in org.forgerock.opendj.io.rx
A reactive socket which adds SASL QOP to an underlying reactive socket..
saslServerSocket(RxSocket<ByteBuffer>, SaslServer) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive socket that adds a SASL QOP server layer to an underlying socket using the provided authenticated SaslServer.
schedule(Runnable, long, TimeUnit) - Method in class org.forgerock.util.thread.MdcScheduledExecutorServiceDelegate
 
schedule(Runnable, long, TimeUnit) - Method in class org.opends.server.util.CronExecutorService
 
schedule(Callable<V>, long, TimeUnit) - Method in class org.forgerock.util.thread.MdcScheduledExecutorServiceDelegate
 
schedule(Callable<V>, long, TimeUnit) - Method in class org.opends.server.util.CronExecutorService
 
schedule(TaskScheduleInformation) - Method in class org.opends.server.tools.tasks.TaskClient
Schedule a task for execution by writing an entry to the task backend.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.forgerock.util.thread.MdcScheduledExecutorServiceDelegate
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.opends.server.util.CronExecutorService
 
scheduleAtFixedRate(TimeoutScheduler.TimeoutEventListener) - Method in class org.forgerock.opendj.ldap.TimeoutScheduler
Schedules the task for periodic invocation.
SCHEDULED_TASK_BASE_RDN - Static variable in class org.opends.server.config.ConfigConstants
The string representation of the RDN that should be used for the entry that is the immediate parent of all scheduled task definitions in the server.
scheduledStartTimeComparator() - Static method in class org.opends.server.tools.tasks.TaskEntry
Returns a task entry comparator that compares the scheduled start time of two task entries.
scheduleNextIteration(Instant) - Method in class org.opends.server.backends.task.RecurringTask
Schedules the next iteration of this recurring task for processing.
scheduleNextRecurringTaskIteration(Task, Instant) - Method in class org.opends.server.backends.task.TaskScheduler
Check if a given task is a recurring task iteration and re-schedule it.
SCHEDULER - Static variable in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Specifies the scheduler which will be used for periodically detecting changes to LDAP schema.
scheduleTask(Task) - Method in class org.opends.server.backends.task.TaskScheduler
Schedules the provided task for execution.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.forgerock.util.thread.MdcScheduledExecutorServiceDelegate
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.opends.server.util.CronExecutorService
 
schema - Variable in class org.forgerock.opendj.rest2ldap.Rest2LdapHttpApplication
Schema used to perform DN validations.
Schema - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure that holds information about the components of the LDAP schema.
SCHEMA - Static variable in interface org.forgerock.i18n.slf4j.Loggers
The logger used for the server schema elements.
SCHEMA - Static variable in class org.forgerock.json.schema.validator.Constants
The $schema field name.
SCHEMA_CONCAT_FILE_NAME - Static variable in class org.opends.server.util.ServerConstants
The name that should be used for the file to which the latest complete schema data should be concatenated.
SCHEMA_DIR_NAME - Static variable in class org.forgerock.opendj.setup.model.Installation
The schema directory name.
SCHEMA_PROPERTY_FILENAME - Static variable in class org.opends.server.util.ServerConstants
The name of the schema property that will be used to specify the path to the schema file from which the schema element was loaded.
SCHEMA_RELOAD_INTERVAL - Static variable in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Specifies the interval between successive attempts to detect changes in LDAP schema.
SCHEMA_RETRY_INTERVAL - Static variable in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Specifies the interval between failed attempts to load the remote schema.
SchemaBackend - Class in org.opends.server.backends
This class defines a backend to hold the Directory Server schema information.
SchemaBackend() - Constructor for class org.opends.server.backends.SchemaBackend
Creates a new backend with the provided information.
SchemaBackendCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Schema Backend settings.
SchemaBackendCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Schema Backend settings.
SchemaBackendCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Schema Backend managed object definition meta information.
SchemaBuilder - Class in org.forgerock.opendj.ldap.schema
Schema builders should be used for incremental construction of new schemas.
SchemaBuilder() - Constructor for class org.forgerock.opendj.ldap.schema.SchemaBuilder
Creates a new schema builder with no schema elements and default compatibility options.
SchemaBuilder(String) - Constructor for class org.forgerock.opendj.ldap.schema.SchemaBuilder
Creates a new schema builder with no schema elements and default compatibility options.
SchemaBuilder(Entry) - Constructor for class org.forgerock.opendj.ldap.schema.SchemaBuilder
Creates a new schema builder containing all of the schema elements contained in the provided subschema subentry.
SchemaBuilder(Schema) - Constructor for class org.forgerock.opendj.ldap.schema.SchemaBuilder
Creates a new schema builder containing all of the schema elements from the provided schema and its compatibility options.
SchemaBuilder.SchemaBuilderHook - Interface in org.forgerock.opendj.ldap.schema
Allows to perform modifications on element's builders before adding the result to this schema builder.
SchemaConstants - Class in org.opends.server.schema
This class defines a number of constants used by Directory Server schema elements, like matching rules, syntaxes, attribute types, and objectclasses.
SchemaElement - Interface in org.forgerock.opendj.ldap.schema
Interface for schema elements.
SchemaException - Exception in org.forgerock.json.schema.validator.exceptions
Encapsulate a general JSON validator error.
SchemaException(JsonValue, Exception) - Constructor for exception org.forgerock.json.schema.validator.exceptions.SchemaException
Create a new SchemaException wrapping an existing exception.
SchemaException(JsonValue, String) - Constructor for exception org.forgerock.json.schema.validator.exceptions.SchemaException
Create the exception with the given value and message.
SchemaException(JsonValue, String, Exception) - Constructor for exception org.forgerock.json.schema.validator.exceptions.SchemaException
Create a new SchemaException from an existing exception.
SchemaException(JsonValue, String, Throwable) - Constructor for exception org.forgerock.json.schema.validator.exceptions.SchemaException
Create the exception with the given value, message and cause.
SchemaHandler - Class in org.opends.server.schema
Responsible for access to the server's schema.
SchemaHandler() - Constructor for class org.opends.server.schema.SchemaHandler
Creates a new instance.
SchemaHandler.SchemaUpdater - Interface in org.opends.server.schema
Interface to update a schema provided a schema builder.
SchemaOptions - Class in org.forgerock.opendj.ldap.schema
Common options for LDAP schemas.
SchemaProvider<T extends SchemaProviderCfg> - Interface in org.opends.server.schema
Provides some schema elements to load at startup.
SchemaProviderCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Schema Provider settings.
SchemaProviderCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Schema Provider settings.
SchemaProviderCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Schema Provider managed object definition meta information.
SchemaResolver - Interface in org.forgerock.opendj.ldap
Schema resolvers are included with a set of DecodeOptions in order to allow application to control how Schema instances are selected when decoding requests and responses.
SchemaUtils - Class in org.opends.server.util
Utility methods related to schema.
SchemaUtils.PasswordType - Enum Class in org.opends.server.util
Represents a password type, including a "not a password" value.
SchemaValidationPolicy - Class in org.forgerock.opendj.ldap.schema
This class provides various schema validation policy options for controlling how entries should be validated against the directory schema.
SchemaValidationPolicy.Action - Enum Class in org.forgerock.opendj.ldap.schema
An enumeration of the possible actions which can be performed when a schema validation failure is encountered.
scmUrl() - Method in class org.forgerock.opendj.server.core.ProductInformation
Returns the URL of the source repository location on which this build is based.
SCRAM_SHA_256 - Static variable in class org.forgerock.opendj.security.ScramMechanism
The SCRAM-SHA-256 algorithm.
SCRAM_SHA_512 - Static variable in class org.forgerock.opendj.security.ScramMechanism
The SCRAM-SHA-512 algorithm.
ScramCredential - Class in org.forgerock.opendj.security
The SCRAM credential data persisted in the server using the representation described in RFC 5803 which is a specialization of RFC 3112.
ScramCredentialCallback - Class in org.forgerock.opendj.security
Server-side callback for obtaining the stored SCRAM credential for a given user and mechanism.
ScramMechanism - Class in org.forgerock.opendj.security
SASL/SCRAM client and server implementations as specified in RFC 5802.
ScramSha256PasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme based on the SCRAM-SHA-256 SASL mechanism defined in RFCs 5802, 5803 and 7677.
ScramSha256PasswordStorageScheme() - Constructor for class org.opends.server.extensions.ScramSha256PasswordStorageScheme
 
ScramSha256PasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying SCRAM-SHA-256 Password Storage Scheme settings.
ScramSha256PasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying SCRAM-SHA-256 Password Storage Scheme settings.
ScramSha256PasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the SCRAM-SHA-256 Password Storage Scheme managed object definition meta information.
ScramSha256SASLMechanismHandler - Class in org.opends.server.extensions
This class defines the SCRAM-SHA-256 SASL mechanism defined in RFCs 5802, 5803 and 7677.
ScramSha256SASLMechanismHandler() - Constructor for class org.opends.server.extensions.ScramSha256SASLMechanismHandler
 
ScramSha256SaslMechanismHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying SCRAM-SHA-256 SASL Mechanism Handler settings.
ScramSha256SaslMechanismHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying SCRAM-SHA-256 SASL Mechanism Handler settings.
ScramSha256SaslMechanismHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the SCRAM-SHA-256 SASL Mechanism Handler managed object definition meta information.
ScramSha512PasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme based on the SCRAM-SHA-512 SASL mechanism defined in RFCs 5802, 5803 and 7677.
ScramSha512PasswordStorageScheme() - Constructor for class org.opends.server.extensions.ScramSha512PasswordStorageScheme
 
ScramSha512PasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying SCRAM-SHA-512 Password Storage Scheme settings.
ScramSha512PasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying SCRAM-SHA-512 Password Storage Scheme settings.
ScramSha512PasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the SCRAM-SHA-512 Password Storage Scheme managed object definition meta information.
ScramSha512SASLMechanismHandler - Class in org.opends.server.extensions
This class defines the SCRAM-SHA-512 SASL mechanism defined in RFCs 5802, 5803 and 7677.
ScramSha512SASLMechanismHandler() - Constructor for class org.opends.server.extensions.ScramSha512SASLMechanismHandler
 
ScramSha512SaslMechanismHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying SCRAM-SHA-512 SASL Mechanism Handler settings.
ScramSha512SaslMechanismHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying SCRAM-SHA-512 SASL Mechanism Handler settings.
ScramSha512SaslMechanismHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the SCRAM-SHA-512 SASL Mechanism Handler managed object definition meta information.
search(String, SearchScope, String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
search(String, SearchScope, String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server using the provided search parameters.
search(String, SearchScope, String, String...) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server using the provided search parameters.
search(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
search(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server using the provided search parameters.
search(SearchRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server using the provided search parameters.
search(SearchRequest) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Searches the Directory Server using the provided search request.
search(SearchRequest, Collection<? super SearchResultEntry>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
search(SearchRequest, Collection<? super SearchResultEntry>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server using the provided search request.
search(SearchRequest, Collection<? super SearchResultEntry>) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server using the provided search request.
search(SearchRequest, Collection<? super SearchResultEntry>, Collection<? super SearchResultReference>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
search(SearchRequest, Collection<? super SearchResultEntry>, Collection<? super SearchResultReference>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server using the provided search request.
search(SearchRequest, Collection<? super SearchResultEntry>, Collection<? super SearchResultReference>) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server using the provided search request.
search(SearchRequest, Consumer<SearchResultEntry>) - Method in class org.opends.server.api.LocalBackend
Processes the specified search in this backend, publishing any entries to the provided consumer.
search(SearchRequest, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
 
search(SearchRequest, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server using the provided search request.
search(SearchRequest, SearchResultHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server using the provided search request.
search(EntryReader, SearchRequest) - Static method in class org.forgerock.opendj.ldif.Ldif
Returns a filtered view of input containing only those entries which match the search base DN, scope, and filtered defined in search.
search(EntryReader, SearchRequest, Schema) - Static method in class org.forgerock.opendj.ldif.Ldif
Returns a filtered view of input containing only those entries which match the search base DN, scope, and filtered defined in search.
search(SearchOperation) - Method in class org.opends.server.api.LocalBackend
Processes the specified search in this backend.
search(SearchOperation) - Method in class org.opends.server.backends.ChangelogBackend
Processes the specified search in this backend.
search(SearchOperation) - Method in class org.opends.server.backends.ConfigurationBackend
 
search(SearchOperation) - Method in class org.opends.server.backends.LDIFBackend
 
search(SearchOperation) - Method in class org.opends.server.backends.MemoryBackend
 
search(SearchOperation) - Method in class org.opends.server.backends.MonitorBackend
 
search(SearchOperation) - Method in class org.opends.server.backends.NullBackend
 
search(SearchOperation) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
search(SearchOperation) - Method in class org.opends.server.backends.RootDSEBackend
 
search(SearchOperation) - Method in class org.opends.server.backends.SchemaBackend
 
search(SearchOperation) - Method in class org.opends.server.backends.task.TaskBackend
 
search(SearchOperation) - Method in class org.opends.server.config.ConfigurationHandler
Search the configuration entries.
Search - Class in org.forgerock.monitoring.api.instrument.search
ForgeRock changes: - Removed support for FunctionCounter, FunctionCounter, TimeGauge, LongTaskTimer
Search(MeterRegistry, String) - Constructor for class org.forgerock.monitoring.api.instrument.search.Search
 
SEARCH - Enum constant in enum class org.forgerock.opendj.ldap.messages.Request.RequestType
Search request type.
SEARCH - Enum constant in enum class org.forgerock.opendj.rest2ldap.ReadOnUpdatePolicy
The LDAP entry will be read non-atomically using an LDAP search when an update is performed.
SEARCH - Enum constant in enum class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn.LogRecordType
Search operations
SEARCH - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumRight
Search the ACI targets.
SEARCH_BASE_DN_BACKEND_ONLY_CONTROL - Static variable in class org.opends.server.controls.SearchBaseDnBackendOnlyControl
A singleton for the control.
SEARCH_RESULT_ENTRY - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked before each search result entry is sent to a client.
SEARCH_RESULT_REFERENCE - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked before each search result reference is sent to a client.
searchAsync(SearchRequest, IntermediateResponseHandler, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously searches the Directory Server using the provided search request.
searchAsync(SearchRequest, IntermediateResponseHandler, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
searchAsync(SearchRequest, IntermediateResponseHandler, SearchResultHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously searches the Directory Server using the provided search request.
searchAsync(SearchRequest, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
searchAsync(SearchRequest, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously searches the Directory Server using the provided search request.
searchAsync(SearchRequest, SearchResultHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously searches the Directory Server using the provided search request.
SearchBaseDnBackendOnlyControl - Class in org.opends.server.controls
Tell the operation router to not run a search into subordinate backends.
SearchBaseDnBackendOnlyControl() - Constructor for class org.opends.server.controls.SearchBaseDnBackendOnlyControl
 
searchFilter(String) - Method in class org.forgerock.opendj.rest2ldap.InlineResourcePropertyMapper
 
searchFilter(String) - Method in class org.forgerock.opendj.rest2ldap.AbstractResourceReferencePropertyMapper
Sets the filter which should be used when searching for referenced LDAP entries.
searchFilter(String) - Method in class org.forgerock.opendj.rest2ldap.AbstractReverseResourceReferencePropertyMapper
Sets the filter which should be used when searching for referenced LDAP entries.
searchFilter(Filter) - Method in class org.forgerock.opendj.rest2ldap.InlineResourcePropertyMapper
 
searchFilter(Filter) - Method in class org.forgerock.opendj.rest2ldap.AbstractResourceReferencePropertyMapper
Sets the filter which should be used when searching for referenced LDAP entries.
searchFilter(Filter) - Method in class org.forgerock.opendj.rest2ldap.AbstractReverseResourceReferencePropertyMapper
Sets the filter which should be used when searching for referenced LDAP entries.
SearchOperation - Class in org.opends.server.core
This class defines an operation used to search for entries in the Directory Server.
SearchOperation(RequestContext, LocalBackend<?>, SearchRequest, Consumer<ResponseStream>) - Constructor for class org.opends.server.core.SearchOperation
Creates a new search operation.
searchRecurringTasks(SearchOperation) - Method in class org.opends.server.backends.task.TaskScheduler
Compares the filter in the provided search operation against each of the recurring task entries, returning any that match.
SearchRequest - Class in org.forgerock.opendj.ldap.messages
The Search operation is used to request a server to return, subject to access controls and other restrictions, a set of entries matching a complex search criterion.
SearchResultEntry - Interface in org.forgerock.opendj.ldap.messages
A Search Result Entry represents an entry found during a Search operation.
SEARCHRESULTENTRY - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked before sending a search result entry to the client.
SearchResultHandler - Interface in org.forgerock.opendj.ldap
A completion handler for consuming the results of a Search operation.
SearchResultReference - Interface in org.forgerock.opendj.ldap.messages
A Search Result Reference represents an area not yet explored during a Search operation.
SEARCHRESULTREFERENCE - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked before sending a search result reference to the client.
SearchResultReferenceIOException - Exception in org.forgerock.opendj.ldap
Thrown when an iteration over a set of search results using a ConnectionEntryReader encounters a SearchResultReference.
SearchResultReferenceIOException(SearchResultReference) - Constructor for exception org.forgerock.opendj.ldap.SearchResultReferenceIOException
Creates a new referral result IO exception with the provided SearchResultReference.
searchScheduledTasks(SearchOperation) - Method in class org.opends.server.backends.task.TaskScheduler
Compares the filter in the provided search operation against each of the task entries, returning any that match.
SearchScope - Class in org.forgerock.opendj.ldap
A Search operation search scope as defined in RFC 4511 section 4.5.1.2 is used to specify the scope of a Search operation.
SearchScope.Enum - Enum Class in org.forgerock.opendj.ldap
Contains equivalent values for the SearchScope values.
searchSingleEntry(String, SearchScope, String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
searchSingleEntry(String, SearchScope, String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server for a single entry using the provided search parameters.
searchSingleEntry(String, SearchScope, String, String...) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server for a single entry using the provided search parameters.
searchSingleEntry(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
searchSingleEntry(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server for a single entry using the provided search request.
searchSingleEntry(SearchRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server for a single entry using the provided search request.
searchSingleEntry(SearchRequest) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Searches the Directory Server for a single entry using the provided search request.
searchSingleEntryAsync(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
searchSingleEntryAsync(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously searches the Directory Server for a single entry using the provided search request.
searchSingleEntryAsync(SearchRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously searches the Directory Server for a single entry using the provided search request.
SECONDARY_SERVERS - Static variable in class org.forgerock.opendj.discovery.StaticServiceDiscoveryMechanism
Specifies a list of servers that will be used in place of primary servers when all primary servers are unavailable.
SECONDS_UNTIL_EXPIRATION - Enum constant in enum class org.opends.server.types.AccountStatusNotificationProperty
The property whose value will be the number of seconds until the user's password expires.
SECONDS_UNTIL_UNLOCK - Enum constant in enum class org.opends.server.types.AccountStatusNotificationProperty
The property whose value will be the number of seconds until the user's account is unlocked.
secondsToTimeString(long) - Static method in class org.opends.server.util.StaticUtils
Retrieves a user-friendly string that indicates the length of time (in days, hours, minutes, and seconds) in the specified number of seconds.
secondsToUnit(double, TimeUnit) - Static method in class org.forgerock.monitoring.api.instrument.util.TimeUtils
 
secret() - Method in record class org.forgerock.secrets.credentials.PrincipalAndSecret
Returns the value of the secret record component.
Secret - Class in org.forgerock.secrets
A secret is any piece of data that should be kept confidential.
Secret(SecretBuilder) - Constructor for class org.forgerock.secrets.Secret
Constructs the secret using the given builder.
SECRET - Enum constant in enum class org.forgerock.secrets.keys.KeyType
A symmetric secret key.
SecretBuilder - Class in org.forgerock.secrets
Provides a uniform way for secrets providers to construct secrets and keys.
SecretBuilder() - Constructor for class org.forgerock.secrets.SecretBuilder
 
SecretConstraint<T extends Secret> - Interface in org.forgerock.secrets
Interface for constraints on a secret that must be satisfied for a given Purpose.
SecretDecoder - Interface in org.forgerock.secrets
Specifies how data retrieved from a SecretStore should be decoded into a secret object.
secretKey(Key) - Method in class org.forgerock.secrets.SecretBuilder
Sets the secret key for this object.
SecretKeyPropertyFormat - Class in org.forgerock.secrets.propertyresolver
Wraps a property format that decodes raw bytes and converts it into a property format for extracting secret keys using some algorithm.
SecretKeyPropertyFormat(SecretPropertyFormat, String) - Constructor for class org.forgerock.secrets.propertyresolver.SecretKeyPropertyFormat
Initialises the format with the given raw generic secret format and the given key algorithm.
SecretKeyStore(Clock, SecretStores.SecretKeyGenerator<? extends SecretKey>, Purpose<?>[]) - Constructor for class org.forgerock.opendj.rest2ldap.authz.SecretStores.SecretKeyStore
Creates a new SingleSecretStore that produces secrets based on the secret key generated by the given SecretStores.SecretKeyStore.secretKeyGenerator.
SecretPropertyFormat - Interface in org.forgerock.secrets.propertyresolver
Defines the format of secrets loaded from configuration properties.
SecretReference<T extends Secret> - Class in org.forgerock.secrets
A long-lived reference to an active or named secret.
SecretReference(SecretsProvider, Purpose<T>) - Constructor for class org.forgerock.secrets.SecretReference
SecretReference(SecretsProvider, Purpose<T>, Clock) - Constructor for class org.forgerock.secrets.SecretReference
SecretResource - Record Class in org.forgerock.secrets.propertyresolver
The secret resource used for creating a Secret.
SecretResource(Path, String) - Constructor for record class org.forgerock.secrets.propertyresolver.SecretResource
Creates an instance of a SecretResource record class.
SecretsKeyManager - Class in org.forgerock.secrets
An X509ExtendedKeyManager implementation that gets keys and certificates from a SecretsProvider.
SecretsKeyStoreProvider - Class in org.forgerock.secrets
A Java security provider that exposes a KeyStore view of a secret store.
SecretsKeyStoreProvider() - Constructor for class org.forgerock.secrets.SecretsKeyStoreProvider
Default constructor.
SecretsLoadStoreParameter - Class in org.forgerock.secrets
Class used to initialise the keystore when it is initialised via the standard Java interfaces.
SecretsLoadStoreParameter(SecretsProvider, Set<Purpose<? extends CryptoKey>>, Clock) - Constructor for class org.forgerock.secrets.SecretsLoadStoreParameter
Initialises the keystore with the given secrets API objects.
SecretsLoadStoreParameter(SecretsProvider, Purpose<? extends CryptoKey>, Clock) - Constructor for class org.forgerock.secrets.SecretsLoadStoreParameter
Initialises the keystore with the given secrets API objects.
secretsPropertyResolver(SecretsProvider) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Constructs a resolver that looks up GenericSecrets from the given SecretsProvider and converts them to UTF-8 strings.
SecretsProvider - Class in org.forgerock.secrets
The secrets provider is used to get hold of active, named or valid secret objects.
SecretsProvider() - Constructor for class org.forgerock.secrets.SecretsProvider
Deprecated.
Prefer using SecretsProvider(Clock) and provide your own clock instance.
SecretsProvider(Clock) - Constructor for class org.forgerock.secrets.SecretsProvider
Constructs a SecretsProvider, using the provided clock to check if a secret has expired.
SecretStore<T extends Secret> - Interface in org.forgerock.secrets
A backend storage mechanism for certain kinds of secrets.
SecretStores - Class in org.forgerock.opendj.rest2ldap.authz
This class holds various methods and classes to manage some SecretStores.
SecretStores.SecretKeyGenerator<S extends SecretKey> - Interface in org.forgerock.opendj.rest2ldap.authz
Interface for SecretKey generators.
SecretStores.SecretKeyStore - Class in org.forgerock.opendj.rest2ldap.authz
This SecretStore uses a SecretStores.SecretKeyGenerator to produce secrets based on the secret key generated by the SecretKeyGenerator.
SecretsTrustManager - Class in org.forgerock.secrets
Provides an implementation of a standard Java TLS X509ExtendedTrustManager that will retrieve trusted certificates from the Secrets API.
SECURE - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The secure event payload field name.
SecureStorage - Interface in org.forgerock.audit.secure
Represents a storage for secure keys, to be used for signing files.
SecureStorageException - Exception in org.forgerock.audit.secure
Exception that can be thrown by a SecureStorage implementation.
SecureStorageException(String) - Constructor for exception org.forgerock.audit.secure.SecureStorageException
Constructs an SecureStorageException using the given message.
SecureStorageException(String, Throwable) - Constructor for exception org.forgerock.audit.secure.SecureStorageException
Constructs an SecureStorageException using the given message and parent cause.
SecureStorageException(Throwable) - Constructor for exception org.forgerock.audit.secure.SecureStorageException
Constructs an SecureStorageException using the given parent cause.
SecureStorageProvider - Interface in org.forgerock.audit.providers
Strategy for obtaining a secure storage, used by handlers providing tamper-evident feature.
Security - Class in org.forgerock.opendj.setup.model
Utility class to create secure peer to peer communications settings in a newly set up OpenDJ instance.
SECURITY - Static variable in interface org.forgerock.i18n.slf4j.Loggers
The logger used for security related features.
SECURITY_AUTHN - Static variable in interface org.opends.server.loggers.ServerLoggers
The logger used for authentication.
SECURITY_AUTHZ - Static variable in interface org.opends.server.loggers.ServerLoggers
The logger used for access Control, privileges, etc.
Security.ExistingKeyStore - Class in org.forgerock.opendj.setup.model
Abstract class which represents an existing keystore to use to setup a server instance.
Security.KeyStoreModel - Class in org.forgerock.opendj.setup.model
Represents keystore data which will be used to secure the server instance to setup.
Security.PasswordProvider - Class in org.forgerock.opendj.setup.model
Represents a strategy to retrieve an existing password.
Security.TrustStoreModel - Class in org.forgerock.opendj.setup.model
Represents a truststore to trust remote server certificates.
SecurityContextFactory - Class in org.forgerock.json.resource.http
Deprecated.
This class will be removed once CAF has been migrated fully to CHF, at which point components should create SecurityContexts directly rather than via request attributes.
SELECTOR_THREAD_COUNT - Static variable in class org.forgerock.opendj.ldap.LdapServer
Specifies the number of threads which will be used to handle incoming network events.
SELECTOR_THREAD_NAME - Static variable in class org.forgerock.opendj.ldap.LdapServer
Specifies the thread name used for selector threads.
self() - Method in class org.forgerock.audit.events.AuditEventBuilder
Returns this object, as its actual type.
SELFWRITE - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumRight
Add or delete own DN from a group.
send(Request) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Sends a request to the Directory Server.
send(Request, RequestHandle) - Method in interface org.forgerock.opendj.ldap.LdapClientSocket
Sends a request to the Directory Server.
sendAlertNotification(AlertGenerator, String, LocalizableMessage) - Method in interface org.opends.server.api.AlertHandler
Sends an alert notification based on the provided information.
sendAlertNotification(AlertGenerator, String, LocalizableMessage) - Method in interface org.opends.server.core.ServerContext
Sends an alert notification with the provided information.
sendAlertNotification(AlertGenerator, String, LocalizableMessage) - Method in class org.opends.server.extensions.JMXAlertHandler
 
sendAlertNotification(AlertGenerator, String, LocalizableMessage) - Method in class org.opends.server.extensions.SMTPAlertHandler
 
sendAlertNotification(AlertGenerator, Severity, String, LocalizableMessage) - Method in class org.opends.server.core.DirectoryServer
 
sendAlertNotification(AlertGenerator, Severity, String, LocalizableMessage) - Method in interface org.opends.server.core.ServerContext
Sends an alert notification with the provided information.
sendDisconnectNotification() - Method in record class org.opends.server.api.plugin.PluginResult.PostConnect
Returns the value of the sendDisconnectNotification record component.
sendEmailMessage(Set<Session>, String, Set<String>, String, EMailMessage.MimeTextSubType, CharSequence) - Static method in class org.opends.server.util.EMailMessage
Attempts to send this message to the intended recipient(s).
senderId - Variable in class org.opends.server.replication.protocol.InitializationMsg
The serverID of the server that sends this message.
sendNotificationEMailMessage() - Method in class org.opends.server.backends.task.Task
If appropriate, send an e-mail message with information about the completed task.
sendResponse() - Method in record class org.opends.server.api.plugin.PluginResult.IntermediateResponse
Returns the value of the sendResponse record component.
sendResponses(ResponseStream) - Method in interface org.opends.server.types.operation.PreOperationOperation
Sends the provided intermediate response messages to the client.
sendResponses(ResponseStream) - Method in interface org.opends.server.types.operation.PreParseOperation
Sends the provided intermediate response messages to the client.
sendResponses(ResponseStream) - Method in class org.opends.server.types.Operation
 
sendResult() - Method in class org.opends.server.types.Operation
Sends the result for this operation.
sendTopoInfoToAll() - Method in class org.opends.server.replication.server.ReplicationServerDomain
Update every peers (RS/DS) with topology changes.
sendUnsolicitedNotification(ExtendedResult) - Method in interface org.forgerock.opendj.ldap.LdapSession
Sends an unsolicited notification to the client.
sensitive(boolean) - Method in class org.forgerock.config.resolvers.SubstitutionVisitor.Builder
Specify if the property resolver is going to handle sensitive values (false by default).
sequence(List<Template>) - Static method in class org.forgerock.config.resolvers.template.Template
Constructs a new sequence template from the given templates list.
sequence(Template...) - Static method in class org.forgerock.config.resolvers.template.Template
Constructs a new sequence template from the given templates list.
SequentialCursor<K,V> - Interface in org.opends.server.backends.pluggable.spi
Cursor extended with navigation methods.
serialize(ManagedObjectPathSerializer) - Method in class org.forgerock.opendj.config.ManagedObjectPath
Serialize this managed object path using the provided serialization strategy.
serialNumber(BigInteger) - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Sets the certificate serial number.
serialVersionUID - Static variable in exception org.forgerock.config.resolvers.SubstitutionException
 
server(String, int) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
Sets the provided server values for the event.
SERVER - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The server event payload field name.
SERVER_AUTH - Enum constant in enum class org.forgerock.opendj.security.X509CertificateBuilder.ExtendedKeyUsage
TLS WWW server authentication.
SERVER_ERROR - Enum constant in enum class org.opends.server.types.DisconnectReason
The disconnect reason that indicates that the client connection was closed because of an internal error within the server.
SERVER_ID_PATTERN - Static variable in class org.opends.server.util.ServerConstants
Pattern to validate a server ID syntax, as defined in the global configuration XML.
SERVER_IN_LOCKDOWN_MODE - Enum constant in enum class org.opends.server.types.DisconnectReason
The disconnect reason that indicates that the server is in lockdown mode.
SERVER_LOCK_FILE_NAME - Static variable in class org.opends.server.util.ServerConstants
The name that will be used for the server-wide lock to prevent multiple instances of the server from running concurrently.
SERVER_LOCKDOWN - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the user to place and bring the server of lockdown mode.
SERVER_LOCKDOWN - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to lockdown a server.
SERVER_RESTART - Enum constant in enum class org.forgerock.opendj.config.AdministratorAction.Type
Used when modifications to a property require a server restart in order to take effect.
SERVER_RESTART - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the user to request that the server perform an in-core restart.
SERVER_RESTART - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to request a server restart.
SERVER_SHUTDOWN - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the user to request that the server shut down.
SERVER_SHUTDOWN - Enum constant in enum class org.opends.server.types.DisconnectReason
The disconnect reason that indicates that the client connection was closed because the Directory Server shut down.
SERVER_SHUTDOWN - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to request a server shutdown.
SERVER_VENDOR_NAME - Static variable in class org.opends.server.util.ServerConstants
The value that will be used for the vendorName attribute in the root DSE.
serverAlreadyInstalled(Path) - Static method in class org.forgerock.opendj.setup.model.SetupUtils
Returns true if there is already an OpenDJ instance set up in the provided Path.
ServerConstants - Class in org.opends.server.util
This class defines a set of constants that may be referenced throughout the Directory Server source.
ServerConstraintHandler - Class in org.forgerock.opendj.config.server
An interface for performing server-side constraint validation.
ServerConstraintHandler() - Constructor for class org.forgerock.opendj.config.server.ServerConstraintHandler
Creates a new server constraint handler.
serverContext - Variable in class org.opends.server.api.HttpEndpoint
Context of this LDAP server.
serverContext - Variable in class org.opends.server.replication.service.ReplicationDomain
The directory server context.
serverContext - Variable in class org.opends.server.types.Operation
The server context associated with this operation.
serverContext(ServerContext) - Method in class org.opends.server.tools.dsbackup.BackupRunner
Sets the server context.
serverContext(ServerContext) - Method in class org.opends.server.tools.dsbackup.PurgeRunner
Sets the server context.
serverContext(ServerContext) - Method in class org.opends.server.tools.dsbackup.RestoreRunner
Sets the server context.
ServerContext - Interface in org.opends.server.core
Context for the server, giving access to global properties of the server.
serverFromContext(Context) - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
Sets the server fields for the event, if the provided Context contains a ClientContext..
serverId(String) - Method in class org.forgerock.opendj.server.embedded.ConfigParameters
Sets the server ID of the directory server.
serverId(String) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the server ID.
ServerId<T extends ServerId<T>> - Interface in org.opends.server.replication.common
Represents a server ID, which can identify either a directory server or a replication server.
serverInstanceDirectory(Path) - Method in class org.forgerock.opendj.server.embedded.ConfigParameters
Sets the instance root directory of the directory server.
ServerLoggers - Interface in org.opends.server.loggers
Defines the logging categories for the server and their associated logger.
ServerManagedObject<S extends Configuration> - Class in org.forgerock.opendj.config.server
A server-side managed object.
ServerManagedObjectAddListener<T extends Configuration> - Interface in org.forgerock.opendj.config.server
This interface defines the methods that a Directory Server configurable component should implement if it wishes to be able to receive notifications when a new server managed object is added.
ServerManagedObjectChangeListener<T extends Configuration> - Interface in org.forgerock.opendj.config.server
This interface defines the methods that a Directory Server configurable component should implement if it wishes to be able to receive notifications when a its associated server managed object is changed.
ServerManagedObjectDecodingException - Exception in org.forgerock.opendj.config.server
The requested server managed object was found but one or more of its properties could not be decoded successfully.
ServerManagedObjectDecodingException(ServerManagedObject<?>, Collection<PropertyException>) - Constructor for exception org.forgerock.opendj.config.server.ServerManagedObjectDecodingException
Create a new property decoding exception.
ServerManagedObjectDeleteListener<T extends Configuration> - Interface in org.forgerock.opendj.config.server
This interface defines the methods that a Directory Server configurable component should implement if it wishes to be able to receive notifications when an existing server managed object is deleted.
ServerManagementContext - Class in org.forgerock.opendj.config.server
Server management connection context.
ServerManagementContext(ConfigurationRepository, SubstitutionService) - Constructor for class org.forgerock.opendj.config.server.ServerManagementContext
Creates a context from the provided configuration repository.
ServerMessages - Class in org.opends.messages
This file contains localizable message descriptors having the resource name org.opends.messages.server.
serverPolicy() - Method in class org.opends.server.core.CoreConfigManager
Returns the default schema validation policy that should be used by the server.
serverRootDirectory(Path) - Method in class org.forgerock.opendj.server.embedded.ConfigParameters
Sets the server root directory of the directory server.
ServerShutdownListener - Interface in org.opends.server.api
This interface defines a method that may be used to notify various Directory Server components that the server is shutting down.
ServerSideSortRequestControl - Class in org.forgerock.opendj.ldap.controls
The server-side sort request control as defined in RFC 2891.
ServerSideSortResponseControl - Class in org.forgerock.opendj.ldap.controls
The server-side sort response control as defined in RFC 2891.
ServerStartMsg - Class in org.opends.server.replication.protocol
This message is used by LDAP server when they first connect.
ServerStartMsg(ReplicaId, HostPort, Dn, long, ServerState, GenerationId, boolean, GroupId) - Constructor for class org.opends.server.replication.protocol.ServerStartMsg
Creates a new ServerStartMsg.
ServerState - Class in org.opends.server.replication.common
This class is used to associate ReplicaIds with CSNs.
ServerState() - Constructor for class org.opends.server.replication.common.ServerState
 
ServerStatus - Enum Class in org.opends.server.replication.common
The various status a DS can take.
SERVICE_ALREADY_DISABLED - Enum constant in enum class org.opends.server.tools.ConfigureWindowsService.DisableServiceReturnCode
Return code 1 means that the service was already disabled.
SERVICE_ALREADY_ENABLED - Enum constant in enum class org.opends.server.tools.ConfigureWindowsService.EnableServiceReturnCode
Return code 1 means that the service was already enabled.
SERVICE_DISABLE_ERROR - Enum constant in enum class org.opends.server.tools.ConfigureWindowsService.DisableServiceReturnCode
Return code 3 means that an unexpected error has occurred.
SERVICE_DISABLE_SUCCESS - Enum constant in enum class org.opends.server.tools.ConfigureWindowsService.DisableServiceReturnCode
Return code 0 means that the service has been successfully disabled.
SERVICE_DISCOVERY - Static variable in interface org.forgerock.i18n.slf4j.Loggers
The logger used for service discovery.
SERVICE_ENABLE_ERROR - Enum constant in enum class org.opends.server.tools.ConfigureWindowsService.EnableServiceReturnCode
Return code 3 means that an unexpected error has occurred.
SERVICE_ENABLE_SUCCESS - Enum constant in enum class org.opends.server.tools.ConfigureWindowsService.EnableServiceReturnCode
Return code 0 means that the service has been successfully enabled.
SERVICE_MARKED_FOR_DELETION - Enum constant in enum class org.opends.server.tools.ConfigureWindowsService.DisableServiceReturnCode
Return code 2 means that the service has been marked for deletion.
SERVICE_NAME_ALREADY_IN_USE - Enum constant in enum class org.opends.server.tools.ConfigureWindowsService.EnableServiceReturnCode
Return code 2 means that the service is already in use.
SERVICE_NOT_FOUND - Enum constant in enum class org.opends.server.tools.ConfigureWindowsService.StopServiceReturnCode
Return code 1 means that the service has not been found.
SERVICE_STOP_ERROR - Enum constant in enum class org.opends.server.tools.ConfigureWindowsService.StopServiceReturnCode
Return code 3 means that an unexpected error has occurred.
SERVICE_STOP_SUCCESSFUL - Enum constant in enum class org.opends.server.tools.ConfigureWindowsService.StopServiceReturnCode
Return code 0 means that the service has been successfully stopped.
ServiceDiscoveryChangeListener - Interface in org.forgerock.opendj.discovery
This interface defines the methods that a Service Discovery consumer should implement if it wishes to be notified of changes in the service.
ServiceDiscoveryChangeListener - Interface in org.opends.server.discovery
This interface defines the methods that a Service Discovery consumer should implement if it wishes to be notified of changes in the service.
ServiceDiscoveryMechanism - Interface in org.forgerock.opendj.discovery
Maintains a set of Partitions keeping it up to date according to a specific discovery mechanism.
ServiceDiscoveryMechanism<C extends ServiceDiscoveryMechanismCfg> - Interface in org.opends.server.discovery
Maintains a set of Partitions keeping it up to date according to a specific discovery mechanism.
ServiceDiscoveryMechanismCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Service Discovery Mechanism settings.
ServiceDiscoveryMechanismCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Service Discovery Mechanism settings.
ServiceDiscoveryMechanismCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Service Discovery Mechanism managed object definition meta information.
ServiceDiscoveryMechanismConfigManager - Class in org.opends.server.discovery
Manages configuration additions and deletions of service discovery mechanisms in the server configuration.
ServiceDiscoveryMechanismConfigManager(ServerContext) - Constructor for class org.opends.server.discovery.ServiceDiscoveryMechanismConfigManager
Declares a new Configuration Manager for this Directory Server.
serviceState() - Method in class org.opends.server.tools.ConfigureWindowsService
Checks if OpenDJ is enabled as a windows service and if it is write the serviceName in the output stream (if it is not null).
ServiceUnavailableException - Exception in org.forgerock.json.resource
An exception that is thrown during an operation on a resource when the server is temporarily unable to handle the request.
ServiceUnavailableException() - Constructor for exception org.forgerock.json.resource.ServiceUnavailableException
Constructs a new exception with null as its detail message.
ServiceUnavailableException(String) - Constructor for exception org.forgerock.json.resource.ServiceUnavailableException
Constructs a new exception with the specified detail message.
ServiceUnavailableException(String, Throwable) - Constructor for exception org.forgerock.json.resource.ServiceUnavailableException
Constructs a new exception with the specified detail message and cause.
ServiceUnavailableException(Throwable) - Constructor for exception org.forgerock.json.resource.ServiceUnavailableException
Constructs a new exception with the specified cause.
Session - Interface in org.opends.server.replication.protocol
Defines a replication session using TLS.
sessionInitiated(ServerStatus, ServerState, ServerState) - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
 
sessionInitiated(ServerStatus, ServerState, ServerState) - Method in class org.opends.server.replication.service.ReplicationDomain
Set the initial status of the domain and perform necessary initializations.
SessionModeConfig - Enum Class in org.forgerock.audit.handlers.jms
Configuration wrapper for JMS Session.getAcknowledgeMode() SessionMode setting.
set(int, E) - Method in class org.forgerock.util.LazyList
Replaces the element at the specified position in this list with the specified element.
set(int, E) - Method in class org.forgerock.util.ListDecorator
Replaces the element at the specified position in this list with the specified element.
set(Option<T>, T) - Method in class org.forgerock.util.Options
Sets an option to the provided value.
setAcceptBacklog(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "accept-backlog" property.
setAcceptBacklog(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "accept-backlog" property.
setAccessTokenCacheEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2AuthorizationMechanismCfgClient
Sets the "access-token-cache-enabled" property.
setAccessTokenCacheExpiration(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2AuthorizationMechanismCfgClient
Sets the "access-token-cache-expiration" property.
setAccessTokenDirectory(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2FileAuthorizationMechanismCfgClient
Sets the "access-token-directory" property.
setAccountExpirationTime(long) - Method in class org.opends.server.core.PasswordPolicyState
Sets the user's account expiration time to the specified value.
setAccountStatusNotificationHandler(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "account-status-notification-handler" property.
setAccountStatusNotificationType(Collection<ValueOrExpression<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType>>) - Method in interface org.forgerock.opendj.server.config.client.ErrorLogAccountStatusNotificationHandlerCfgClient
Sets the "account-status-notification-type" property.
setAction(String) - Method in interface org.forgerock.json.resource.ActionRequest
Sets the ID of the action to be performed by this action request.
setActiveStore(SecretStore<? super T>, Purpose<? extends T>) - Method in class org.forgerock.secrets.SecretsProvider
Sets the active store to use for the given purpose.
setActiveStore(SecretStore<? super T>, Purpose<? extends T>...) - Method in class org.forgerock.secrets.SecretsProvider
Sets the active store to use for the given purpose.
setAdditionalLogItems(List<AdditionalLogItem>) - Method in class org.forgerock.opendj.server.core.RequestContext
setAdditionalParameter(String, String) - Method in interface org.forgerock.json.resource.ActionRequest
 
setAdditionalParameter(String, String) - Method in interface org.forgerock.json.resource.CreateRequest
 
setAdditionalParameter(String, String) - Method in interface org.forgerock.json.resource.DeleteRequest
 
setAdditionalParameter(String, String) - Method in interface org.forgerock.json.resource.PatchRequest
 
setAdditionalParameter(String, String) - Method in interface org.forgerock.json.resource.QueryRequest
 
setAdditionalParameter(String, String) - Method in interface org.forgerock.json.resource.ReadRequest
 
setAdditionalParameter(String, String) - Method in interface org.forgerock.json.resource.Request
Sets an additional parameter which should be used to control the behavior of this action request.
setAdditionalParameter(String, String) - Method in interface org.forgerock.json.resource.UpdateRequest
 
setAddMissingRdnAttributes(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "add-missing-rdn-attributes" property.
setAddUserFriendlyComments(boolean) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Specifies whether user-friendly comments should be added whenever distinguished names or UTF-8 attribute values are encountered which contained non-ASCII characters.
setAddUserFriendlyComments(boolean) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Specifies whether user-friendly comments should be added whenever distinguished names or UTF-8 attribute values are encountered which contained non-ASCII characters.
setAdminActionRequired(boolean) - Method in class org.forgerock.opendj.config.server.ConfigChangeResult
Specifies whether administrative action is required before one or more of the changes will take effect.
setAdministratorAction(AdministratorAction) - Method in class org.forgerock.opendj.config.PropertyDefinition.AbstractBuilder
Set the administrator action.
setAdvertisedListenAddress(Collection<ValueOrExpression<Host>>) - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Sets the "advertised-listen-address" property.
setAdvertisedListenAddress(Collection<ValueOrExpression<Host>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "advertised-listen-address" property.
setAdvertisedListenAddress(Collection<ValueOrExpression<Host>>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "advertised-listen-address" property.
setAdvertisedListenAddress(Collection<ValueOrExpression<Host>>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "advertised-listen-address" property.
setAdvertisedListenAddress(Collection<ValueOrExpression<Host>>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Sets the "advertised-listen-address" property.
setAliasSpecProviderForPurposes(Map<String, KeyStoreSecretStore.AliasSpecProvider>) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
Set the keys that are used for different purposes.
setAllowAttributeNameExceptions(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "allow-attribute-name-exceptions" property.
setAllowAttributeTypesWithNoSupOrSyntax(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Sets the "allow-attribute-types-with-no-sup-or-syntax" property.
setAllowedAttribute(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Sets the "allowed-attribute" property.
setAllowedAttributeException(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Sets the "allowed-attribute-exception" property.
setAllowedClient(Collection<ValueOrExpression<AddressMask>>) - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Sets the "allowed-client" property.
setAllowedClient(Collection<ValueOrExpression<AddressMask>>) - Method in interface org.forgerock.opendj.server.config.client.ConnectionHandlerCfgClient
Sets the "allowed-client" property.
setAllowedClient(Collection<ValueOrExpression<AddressMask>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "allowed-client" property.
setAllowedControl(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Sets the "allowed-control" property.
setAllowedExtendedOperation(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Sets the "allowed-extended-operation" property.
setAllowedTask(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "allowed-task" property.
setAllowExpiredPasswordChanges(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "allow-expired-password-changes" property.
setAllowLdapV2(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "allow-ldap-v2" property.
setAllowList(List<Aci>) - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Set the allow ACI list.
setAllowMultiplePasswordValues(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "allow-multiple-password-values" property.
setAllowPreEncodedPasswords(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "allow-pre-encoded-passwords" property.
setAllowRetrievingMembership(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.MemberVirtualAttributeCfgClient
Sets the "allow-retrieving-membership" property.
setAllowStartTls(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "allow-start-tls" property.
setAllowTcpReuseAddress(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "allow-tcp-reuse-address" property.
setAllowTcpReuseAddress(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "allow-tcp-reuse-address" property.
setAllowUnclassifiedCharacters(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.CharacterSetPasswordValidatorCfgClient
Sets the "allow-unclassified-characters" property.
setAllowUnlimited(boolean) - Method in class org.forgerock.opendj.config.DurationPropertyDefinition.Builder
Specify whether this property definition will allow unlimited values (default is false).
setAllowUnlimited(boolean) - Method in class org.forgerock.opendj.config.IntegerPropertyDefinition.Builder
Specify whether this property definition will allow unlimited values (default is false).
setAllowUnlimited(boolean) - Method in class org.forgerock.opendj.config.SizePropertyDefinition.Builder
Specify whether this property definition will allow unlimited values (default is false).
setAllowUpdatesPolicy(ValueOrExpression<ReplicationServerCfgDefn.AllowUpdatesPolicy>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Sets the "allow-updates-policy" property.
setAllowUpdatesServerFingerprints(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Sets the "allow-updates-server-fingerprints" property.
setAllowUserPasswordChanges(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "allow-user-password-changes" property.
setAllowZeroLengthValuesDirectoryString(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Sets the "allow-zero-length-values-directory-string" property.
setAltAuthenticationEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.HttpBasicAuthorizationMechanismCfgClient
Sets the "alt-authentication-enabled" property.
setAltPasswordHeader(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpBasicAuthorizationMechanismCfgClient
Sets the "alt-password-header" property.
setAltUsernameHeader(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpBasicAuthorizationMechanismCfgClient
Sets the "alt-username-header" property.
setApiDescriptorEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "api-descriptor-enabled" property.
setAppend(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Sets the "append" property.
setAppend(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Sets the "append" property.
setAppend(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Sets the "append" property.
setAppend(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Sets the "append" property.
setArgon2Iterations(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.Argon2PasswordStorageSchemeCfgClient
Sets the "argon2-iterations" property.
setArgon2Length(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.Argon2PasswordStorageSchemeCfgClient
Sets the "argon2-length" property.
setArgon2Memory(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.Argon2PasswordStorageSchemeCfgClient
Sets the "argon2-memory" property.
setArgon2MemoryPoolSize(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.Argon2PasswordStorageSchemeCfgClient
Sets the "argon2-memory-pool-size" property.
setArgon2Parallelism(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.Argon2PasswordStorageSchemeCfgClient
Sets the "argon2-parallelism" property.
setArgon2SaltLength(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.Argon2PasswordStorageSchemeCfgClient
Sets the "argon2-salt-length" property.
setArgon2Variant(ValueOrExpression<Argon2PasswordStorageSchemeCfgDefn.Argon2Variant>) - Method in interface org.forgerock.opendj.server.config.client.Argon2PasswordStorageSchemeCfgClient
Sets the "argon2-variant" property.
setAssertionValue(Object) - Method in class org.forgerock.opendj.ldap.messages.CompareRequest
Sets the assertion value to be compared.
setAssertionValue(ByteString) - Method in class org.opends.server.core.CompareOperation
Specifies the assertion value for this compare operation.
setAssertionValue(ByteString) - Method in interface org.opends.server.types.operation.PreOperationCompareOperation
Specifies the assertion value for this compare operation.
setAssertionValue(ByteString) - Method in interface org.opends.server.types.operation.PreParseCompareOperation
Specifies the assertion value for this compare operation.
setAssociatedTask(Task) - Method in class org.opends.server.api.DirectoryThread
Sets the task with which this thread is associated.
setAsynchronous(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Sets the "asynchronous" property.
setAsynchronous(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Sets the "asynchronous" property.
setAsynchronous(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Sets the "asynchronous" property.
setAsynchronous(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Sets the "asynchronous" property.
setAsynchronous(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Sets the "asynchronous" property.
setAsynchronous(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Sets the "asynchronous" property.
setAttachment(String, Object) - Method in interface org.opends.server.types.operation.PluginOperation
Sets the value of the specified attachment.
setAttachment(String, Object) - Method in class org.opends.server.types.Operation
 
setAttribute(Attribute) - Method in class org.opends.server.extensions.JMXAlertHandler
 
setAttribute(Attribute) - Method in class org.opends.server.protocols.jmx.JMXMBean
Set the value of a specific attribute of the Dynamic MBean.
setAttribute(ValueOrExpression<AttributeType>) - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Sets the "attribute" property.
setAttributeDescription(String) - Method in class org.forgerock.opendj.ldap.messages.CompareRequest
Sets the name of the attribute to be compared.
setAttributeDescription(AttributeDescription) - Method in class org.forgerock.opendj.ldap.messages.CompareRequest
Sets the name of the attribute to be compared.
setAttributeDescription(AttributeDescription) - Method in class org.opends.server.core.CompareOperation
 
setAttributeDescription(AttributeDescription) - Method in interface org.opends.server.types.operation.PreParseCompareOperation
Specifies the attribute description for this compare operation.
setAttributeFactory(Function<AttributeDescription, Attribute>) - Method in class org.forgerock.opendj.ldap.DecodeOptions
Sets the function which will be used for creating new Attribute instances when decoding attributes.
setAttributes(Set<String>) - Method in class org.opends.server.core.SearchOperation
Specifies the set of requested attributes for this search operation.
setAttributes(Set<String>) - Method in interface org.opends.server.types.operation.PreParseSearchOperation
Specifies the set of requested attributes for this search operation.
setAttributes(AttributeList) - Method in class org.opends.server.extensions.JMXAlertHandler
 
setAttributes(AttributeList) - Method in class org.opends.server.protocols.jmx.JMXMBean
Sets the values of several attributes of the Dynamic MBean.
setAttributeType(Collection<ValueOrExpression<AttributeType>>) - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
Sets the "attribute-type" property.
setAttributeType(Collection<ValueOrExpression<AttributeType>>) - Method in interface org.forgerock.opendj.server.config.client.SevenBitCleanPluginCfgClient
Sets the "attribute-type" property.
setAttributeType(ValueOrExpression<AttributeType>) - Method in interface org.forgerock.opendj.server.config.client.CollectiveAttributeSubentriesVirtualAttributeCfgClient
Sets the "attribute-type" property.
setAttributeType(ValueOrExpression<AttributeType>) - Method in interface org.forgerock.opendj.server.config.client.EntityTagVirtualAttributeCfgClient
Sets the "attribute-type" property.
setAttributeType(ValueOrExpression<AttributeType>) - Method in interface org.forgerock.opendj.server.config.client.EntryDnVirtualAttributeCfgClient
Sets the "attribute-type" property.
setAttributeType(ValueOrExpression<AttributeType>) - Method in interface org.forgerock.opendj.server.config.client.EntryUuidVirtualAttributeCfgClient
Sets the "attribute-type" property.
setAttributeType(ValueOrExpression<AttributeType>) - Method in interface org.forgerock.opendj.server.config.client.GoverningStructureRuleVirtualAttributeCfgClient
Sets the "attribute-type" property.
setAttributeType(ValueOrExpression<AttributeType>) - Method in interface org.forgerock.opendj.server.config.client.HasSubordinatesVirtualAttributeCfgClient
Sets the "attribute-type" property.
setAttributeType(ValueOrExpression<AttributeType>) - Method in interface org.forgerock.opendj.server.config.client.IsMemberOfVirtualAttributeCfgClient
Sets the "attribute-type" property.
setAttributeType(ValueOrExpression<AttributeType>) - Method in interface org.forgerock.opendj.server.config.client.NumSubordinatesVirtualAttributeCfgClient
Sets the "attribute-type" property.
setAttributeType(ValueOrExpression<AttributeType>) - Method in interface org.forgerock.opendj.server.config.client.PasswordExpirationTimeVirtualAttributeCfgClient
Sets the "attribute-type" property.
setAttributeType(ValueOrExpression<AttributeType>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicySubentryVirtualAttributeCfgClient
Sets the "attribute-type" property.
setAttributeType(ValueOrExpression<AttributeType>) - Method in interface org.forgerock.opendj.server.config.client.StructuralObjectClassVirtualAttributeCfgClient
Sets the "attribute-type" property.
setAttributeType(ValueOrExpression<AttributeType>) - Method in interface org.forgerock.opendj.server.config.client.SubschemaSubentryVirtualAttributeCfgClient
Sets the "attribute-type" property.
setAttributeType(ValueOrExpression<AttributeType>) - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
Sets the "attribute-type" property.
setAuthenticationDN(Dn) - Method in record class org.opends.server.types.AuthenticationInfo
Sets the DN of the user as whom the client is authenticated, does nothing if the client is unauthenticated.
setAuthenticationInfo(AuthenticationInfo) - Method in class org.opends.server.api.ClientConnection
Specifies information about the authentication that has been performed for this connection.
setAuthenticationInfo(AuthenticationInfo) - Method in class org.opends.server.core.BindOperation
Specifies the authentication info that resulted from processing this bind operation.
setAuthenticationInfoNoTrackingOfAuthenticatedUsers(AuthenticationInfo) - Method in class org.opends.server.api.ClientConnection
Specifies information about the authentication that has been performed for this connection.
setAuthenticationRequired(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Sets the "authentication-required" property.
setAuthenticationTypeAndValue(byte, byte[]) - Method in class org.forgerock.opendj.ldap.messages.BindRequest
Sets the authentication type and value.
setAuthFailureReason(LocalizableMessage) - Method in class org.forgerock.opendj.server.core.RequestContext
Specifies the reason why authentication failed.
setAuthFailureReason(LocalizableMessage) - Method in class org.opends.server.core.BindOperation
 
setAuthFailureReason(LocalizableMessage) - Method in interface org.opends.server.types.operation.PostOperationBindOperation
Specifies the reason that the authentication failed.
setAuthFailureReason(LocalizableMessage) - Method in interface org.opends.server.types.operation.PreOperationBindOperation
Specifies the reason that the authentication failed.
setAuthFailureReason(LocalizableMessage) - Method in interface org.opends.server.types.operation.PreParseBindOperation
Specifies the reason that the authentication failed.
setAuthFailureTimes(List<Long>) - Method in class org.opends.server.core.PasswordPolicyState
Explicitly specifies the auth failure times for the associated user.
setAuthorizationDN(Dn) - Method in record class org.opends.server.types.AuthenticationInfo
Sets the DN for the user that should be used as the default authorization identity, does nothing if the client is unauthorized.
setAuthorizationId(String) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
Sets the authorization ID of the user.
setAuthorizationMechanism(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.HttpEndpointCfgClient
Sets the "authorization-mechanism" property.
setAuthPassword(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.MailServerCfgClient
Sets the "auth-password" property.
setAuthUser(String) - Method in interface org.opends.server.loggers.HTTPRequestInfo
Sets the username that was used to authenticate.
setAuthUser(String) - Method in class org.opends.server.protocols.http.HttpLogContext
 
setAuthUsername(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.MailServerCfgClient
Sets the "auth-username" property.
setAuthzidJsonPointer(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2AuthorizationMechanismCfgClient
Sets the "authzid-json-pointer" property.
setAuthzToken(String) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration
Sets the Splunk authorization token required for making HTTP event collector calls.
setAutoFlush(boolean) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.EventBufferingConfiguration
Sets the auto flush indicator.
setAutoFlush(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Sets the "auto-flush" property.
setAutoFlush(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Sets the "auto-flush" property.
setAutoFlush(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Sets the "auto-flush" property.
setAutoFlush(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Sets the "auto-flush" property.
setAutoFlush(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Sets the "auto-flush" property.
setAutoFlush(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Sets the "auto-flush" property.
setAvailabilityCheckInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "availability-check-interval" property.
setAvailabilityCheckSearchRequestBaseDn(ValueOrExpression<Dn>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "availability-check-search-request-base-dn" property.
setAvailabilityCheckSearchRequestFilter(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "availability-check-search-request-filter" property.
setAvailabilityCheckTimeout(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "availability-check-timeout" property.
setAvailableAuditEventHandlers(List<String>) - Method in class org.forgerock.audit.AuditServiceConfiguration
Sets the list of available audit event handlers.
setBackendId(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.BackendCfgClient
Sets the "backend-id" property.
setBackendID(String) - Method in class org.opends.server.api.Backend
Specifies the unique identifier for this backend.
setBaseDn(String) - Method in class org.forgerock.opendj.config.DnPropertyDefinition.Builder
Set the base DN which all valid values must be immediately subordinate to.
setBaseDn(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.LdifBackendCfgClient
Sets the "base-dn" property.
setBaseDn(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.MemoryBackendCfgClient
Sets the "base-dn" property.
setBaseDn(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.NullBackendCfgClient
Sets the "base-dn" property.
setBaseDn(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Sets the "base-dn" property.
setBaseDn(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "base-dn" property.
setBaseDn(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
Sets the "base-dn" property.
setBaseDn(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.SevenBitCleanPluginCfgClient
Sets the "base-dn" property.
setBaseDn(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.UniqueAttributePluginCfgClient
Sets the "base-dn" property.
setBaseDn(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
Sets the "base-dn" property.
setBaseDn(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2CtsAuthorizationMechanismCfgClient
Sets the "base-dn" property.
setBaseDn(ValueOrExpression<Dn>) - Method in interface org.forgerock.opendj.server.config.client.BackendVlvIndexCfgClient
Sets the "base-dn" property.
setBaseDn(ValueOrExpression<Dn>) - Method in interface org.forgerock.opendj.server.config.client.LdapKeyManagerProviderCfgClient
Sets the "base-dn" property.
setBaseDn(ValueOrExpression<Dn>) - Method in interface org.forgerock.opendj.server.config.client.LdapTrustManagerProviderCfgClient
Sets the "base-dn" property.
setBaseDn(ValueOrExpression<Dn>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
Sets the "base-dn" property.
setBaseDn(Dn) - Method in class org.forgerock.opendj.config.DnPropertyDefinition.Builder
Set the base DN which all valid values must be immediately subordinate to.
setBaseDN(Dn) - Method in class org.opends.server.core.SearchOperation
Specifies the base DN as included in the request from the client.
setBaseDN(Dn) - Method in interface org.opends.server.types.operation.PreParseSearchOperation
Specifies the base DN for this search operation.
setBasePath(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpEndpointCfgClient
Sets the "base-path" property.
setBaseUnit(DurationUnit) - Method in class org.forgerock.opendj.config.DurationPropertyDefinition.Builder
Set the base unit for this property definition (values including limits are specified in this unit).
setBaseUnit(String) - Method in class org.forgerock.opendj.config.DurationPropertyDefinition.Builder
Set the base unit for this property definition (values including limits are specified in this unit).
setBatch(JmsAuditEventHandlerConfiguration.BatchConfiguration) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration
Sets the configuration used to initialize the batch publisher.
setBcryptCost(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.BcryptPasswordStorageSchemeCfgClient
Sets the "bcrypt-cost" property.
setBigIndexExtensibleMatchingRule(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Sets the "big-index-extensible-matching-rule" property.
setBigIndexIncludedAttributeValue(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Sets the "big-index-included-attribute-value" property.
setBindDn(ValueOrExpression<Dn>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Sets the "bind-dn" property.
setBindDN(Dn) - Method in class org.opends.server.core.BindOperation
 
setBindDN(Dn) - Method in interface org.opends.server.types.operation.PreParseBindOperation
Specifies the bind DN for this bind operation.
setBindPassword(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Sets the "bind-password" property.
setBindToServerFqdn(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.GssapiSaslMechanismHandlerCfgClient
Sets the "bind-to-server-fqdn" property.
setBindWithDnRequiresPassword(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "bind-with-dn-requires-password" property.
setBootstrapReplicationServer(Collection<ValueOrExpression<HostPort>>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Sets the "bootstrap-replication-server" property.
setBootstrapReplicationServer(Collection<ValueOrExpression<HostPort>>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "bootstrap-replication-server" property.
setBootstrapServersForReplicationDomain(Set<HostPort>, Dn) - Method in class org.opends.server.replication.common.Topology
Sets the bootstrap servers - i.e.
setBootstrapServersForReplicationServer(Set<HostPort>) - Method in class org.opends.server.replication.common.Topology
Sets the bootstrap servers - i.e.
setBuffering(ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration
Sets configuration of event buffering.
setBuffering(JsonAuditEventHandlerConfiguration.EventBufferingConfiguration) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
Sets configuration of event buffering.
setBuffering(SplunkAuditEventHandlerConfiguration.BufferingConfiguration) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration
Sets the configuration for buffering.
setBufferingConfiguration(CsvAuditEventHandlerConfiguration.EventBufferingConfiguration) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
Sets the configuration for events buffering.
setBufferingConfiguration(SyslogAuditEventHandlerConfiguration.EventBufferingConfiguration) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
Sets the configuration for events buffering.
setBufferSize(int) - Method in class org.opends.server.types.LDIFImportConfig
Specifies the buffer size that should be used when reading LDIF data.
setBufferSize(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Sets the "buffer-size" property.
setBufferSize(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Sets the "buffer-size" property.
setBufferSize(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Sets the "buffer-size" property.
setBufferSize(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Sets the "buffer-size" property.
setBufferSize(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "buffer-size" property.
setBufferSize(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "buffer-size" property.
setByte(int, byte) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Sets the byte value at the specified index.
setCacheControl(ResponseCacheControl) - Method in interface org.forgerock.json.resource.QueryResponse
Sets the cache control for this response.
setCacheControl(ResponseCacheControl) - Method in interface org.forgerock.json.resource.ResourceResponse
Sets the cache control for this response.
setCachedPasswordStorageScheme(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Sets the "cached-password-storage-scheme" property.
setCachedPasswordTtl(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Sets the "cached-password-ttl" property.
setCacheLevel(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.EntryCacheCfgClient
Sets the "cache-level" property.
setCapacity(int) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.BatchConfiguration
Sets the maximum capacity of the publishing queue.
setCaseInsensitive(boolean) - Method in class org.forgerock.opendj.config.StringPropertyDefinition.Builder
Set a flag indicating whether values of this property are case-insensitive.
setCaseInsensitiveFields(List<String>) - Method in class org.forgerock.audit.AuditServiceConfiguration
Set the list of audit event fields to treat case-insensitively when filtering.
setCaseSensitiveStrings(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.JsonEqualityMatchingRuleCfgClient
Sets the "case-sensitive-strings" property.
setCaseSensitiveStrings(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.JsonOrderingMatchingRuleCfgClient
Sets the "case-sensitive-strings" property.
setCaseSensitiveStrings(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.JsonQueryEqualityMatchingRuleCfgClient
Sets the "case-sensitive-strings" property.
setCaseSensitiveStrings(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.NameAndJsonQueryEqualityMatchingRuleCfgClient
Sets the "case-sensitive-strings" property.
setCaseSensitiveValidation(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.DictionaryPasswordValidatorCfgClient
Sets the "case-sensitive-validation" property.
setCaseSensitiveValidation(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.RepeatedCharactersPasswordValidatorCfgClient
Sets the "case-sensitive-validation" property.
setCaseSensitiveValidation(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.UniqueCharactersPasswordValidatorCfgClient
Sets the "case-sensitive-validation" property.
setCause(Throwable) - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.messages.Result
Sets the throwable cause associated with this result if available.
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
setCertificateAttribute(ValueOrExpression<AttributeType>) - Method in interface org.forgerock.opendj.server.config.client.ExternalSaslMechanismHandlerCfgClient
Sets the "certificate-attribute" property.
setCertificateMapper(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ExternalSaslMechanismHandlerCfgClient
Sets the "certificate-mapper" property.
setCertificateValidationPolicy(ValueOrExpression<ExternalSaslMechanismHandlerCfgDefn.CertificateValidationPolicy>) - Method in interface org.forgerock.opendj.server.config.client.ExternalSaslMechanismHandlerCfgClient
Sets the "certificate-validation-policy" property.
setChangelogEnabled(ValueOrExpression<ReplicationServerCfgDefn.ChangelogEnabled>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Sets the "changelog-enabled" property.
setChangelogEnabledExcludedDomains(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Sets the "changelog-enabled-excluded-domains" property.
setChangetimeHeartbeatInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "changetime-heartbeat-interval" property.
setCharacterSet(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.CharacterSetPasswordValidatorCfgClient
Sets the "character-set" property.
setCharacterSetRanges(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.CharacterSetPasswordValidatorCfgClient
Sets the "character-set-ranges" property.
setCheckReferences(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
Sets the "check-references" property.
setCheckReferencesFilterCriteria(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
Sets the "check-references-filter-criteria" property.
setCheckReferencesScopeCriteria(ValueOrExpression<ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria>) - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
Sets the "check-references-scope-criteria" property.
setCheckSchema(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "check-schema" property.
setCheckSubstrings(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.AttributeValuePasswordValidatorCfgClient
Sets the "check-substrings" property.
setCheckSubstrings(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.DictionaryPasswordValidatorCfgClient
Sets the "check-substrings" property.
setChecksumAlgorithm(ValueOrExpression<EntityTagVirtualAttributeCfgDefn.ChecksumAlgorithm>) - Method in interface org.forgerock.opendj.server.config.client.EntityTagVirtualAttributeCfgClient
Sets the "checksum-algorithm" property.
setCipherKeyLength(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
Sets the "cipher-key-length" property.
setCipherKeyLength(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Sets the "cipher-key-length" property.
setCipherKeyLength(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Sets the "cipher-key-length" property.
setCipherTransformation(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
Sets the "cipher-transformation" property.
setCipherTransformation(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Sets the "cipher-transformation" property.
setCipherTransformation(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Sets the "cipher-transformation" property.
setClearBackend(boolean) - Method in class org.opends.server.types.LDIFImportConfig
Specifies whether to clear the entire backend if importing to a backend.
setClientId(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient
Sets the "client-id" property.
setClientSecret(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient
Sets the "client-secret" property.
setCompactEncoding(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Sets the "compact-encoding" property.
setCompletionTime(long) - Method in class org.opends.server.backends.task.Task
Sets the completion time for this task and updates the associated task entry as necessary.
setCompressData(boolean) - Method in class org.opends.server.types.LDIFExportConfig
Specifies whether the LDIF data should be compressed as it is written.
setCompressed(boolean) - Method in class org.opends.server.types.LDIFImportConfig
Specifies whether the input LDIF source is expected to be compressed.
setComputeChangeNumber(boolean) - Method in interface org.opends.server.replication.server.changelog.api.ChangelogDB
Sets whether the replication database must compute change numbers for replicated changes.
setComputeChangeNumber(boolean) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
setConfidentialityEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Sets the "confidentiality-enabled" property.
setConfidentialityEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Sets the "confidentiality-enabled" property.
setConfidentialityEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Sets the "confidentiality-enabled" property.
setConfig(T) - Method in class org.opends.server.api.KeyManagerProvider
Sets the configuration associated to this key manager provider.
setConfigDirectory(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Rest2ldapEndpointCfgClient
Sets the "config-directory" property.
setConfigFile(Path) - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Specifies the configuration file that should be used to initialize the Directory Server config handler.
setConfigFile(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ExternalAccessLogPublisherCfgClient
Sets the "config-file" property.
setConfigFile(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ExternalHttpAccessLogPublisherCfgClient
Sets the "config-file" property.
setConfigResolver(PropertyResolver) - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Specifies the PropertyResolver to resolve configuration expressions.
setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior>) - Method in interface org.forgerock.opendj.server.config.client.CollectiveAttributeSubentriesVirtualAttributeCfgClient
Sets the "conflict-behavior" property.
setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior>) - Method in interface org.forgerock.opendj.server.config.client.EntityTagVirtualAttributeCfgClient
Sets the "conflict-behavior" property.
setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior>) - Method in interface org.forgerock.opendj.server.config.client.EntryDnVirtualAttributeCfgClient
Sets the "conflict-behavior" property.
setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior>) - Method in interface org.forgerock.opendj.server.config.client.EntryUuidVirtualAttributeCfgClient
Sets the "conflict-behavior" property.
setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior>) - Method in interface org.forgerock.opendj.server.config.client.GoverningStructureRuleVirtualAttributeCfgClient
Sets the "conflict-behavior" property.
setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior>) - Method in interface org.forgerock.opendj.server.config.client.HasSubordinatesVirtualAttributeCfgClient
Sets the "conflict-behavior" property.
setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior>) - Method in interface org.forgerock.opendj.server.config.client.IsMemberOfVirtualAttributeCfgClient
Sets the "conflict-behavior" property.
setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior>) - Method in interface org.forgerock.opendj.server.config.client.MemberVirtualAttributeCfgClient
Sets the "conflict-behavior" property.
setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior>) - Method in interface org.forgerock.opendj.server.config.client.NumSubordinatesVirtualAttributeCfgClient
Sets the "conflict-behavior" property.
setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior>) - Method in interface org.forgerock.opendj.server.config.client.PasswordExpirationTimeVirtualAttributeCfgClient
Sets the "conflict-behavior" property.
setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicySubentryVirtualAttributeCfgClient
Sets the "conflict-behavior" property.
setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior>) - Method in interface org.forgerock.opendj.server.config.client.StructuralObjectClassVirtualAttributeCfgClient
Sets the "conflict-behavior" property.
setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior>) - Method in interface org.forgerock.opendj.server.config.client.SubschemaSubentryVirtualAttributeCfgClient
Sets the "conflict-behavior" property.
setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior>) - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
Sets the "conflict-behavior" property.
setConnection(ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration
Sets configuration of connection to Elasticsearch.
setConnection(SplunkAuditEventHandlerConfiguration.ConnectionConfiguration) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration
Sets configuration of connection to Splunk.
setConnectionClientAddressEqualTo(Collection<ValueOrExpression<AddressMask>>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "connection-client-address-equal-to" property.
setConnectionClientAddressEqualTo(Collection<ValueOrExpression<AddressMask>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Sets the "connection-client-address-equal-to" property.
setConnectionClientAddressNotEqualTo(Collection<ValueOrExpression<AddressMask>>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "connection-client-address-not-equal-to" property.
setConnectionClientAddressNotEqualTo(Collection<ValueOrExpression<AddressMask>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Sets the "connection-client-address-not-equal-to" property.
setConnectionMinimumSsf(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Sets the "connection-minimum-ssf" property.
setConnectionPoolIdleTimeout(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "connection-pool-idle-timeout" property.
setConnectionPoolMaxSize(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "connection-pool-max-size" property.
setConnectionPoolMinSize(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "connection-pool-min-size" property.
setConnectionPortEqualTo(Collection<ValueOrExpression<Integer>>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "connection-port-equal-to" property.
setConnectionPortEqualTo(Collection<ValueOrExpression<Integer>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Sets the "connection-port-equal-to" property.
setConnectionProtocolEqualTo(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "connection-protocol-equal-to" property.
setConnectionProtocolEqualTo(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Sets the "connection-protocol-equal-to" property.
setConnectionTimeout(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Sets the "connection-timeout" property.
setConnectionTimeout(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "connection-timeout" property.
setConnectionTimeout(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "connection-timeout" property.
setConnectTimeout(int) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
Sets the timeout after which attempts to connect to the Syslog daemon will be abandoned.
setConstant(String, Object) - Method in class org.forgerock.opendj.ldif.EntryGenerator
Sets a constant to use in template file.
setContent(JsonValue) - Method in interface org.forgerock.json.resource.ActionRequest
Sets the content of this action request.
setContent(JsonValue) - Method in interface org.forgerock.json.resource.CreateRequest
Sets the content of the JSON resource to be created.
setContent(JsonValue) - Method in interface org.forgerock.json.resource.UpdateRequest
Sets the content of the JSON resource to be replaced.
setContextProperties(Map<String, String>) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.JndiConfiguration
Sets the Jndi InitialContext properties.
setCountOnly(boolean) - Method in interface org.forgerock.json.resource.QueryRequest
Sets whether the request was to only provide a count of the query results.
setCryptPasswordStorageEncryptionAlgorithm(ValueOrExpression<CryptPasswordStorageSchemeCfgDefn.CryptPasswordStorageEncryptionAlgorithm>) - Method in interface org.forgerock.opendj.server.config.client.CryptPasswordStorageSchemeCfgClient
Sets the "crypt-password-storage-encryption-algorithm" property.
setCsvDelimiterChar(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Sets the "csv-delimiter-char" property.
setCsvDelimiterChar(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Sets the "csv-delimiter-char" property.
setCsvEolSymbols(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Sets the "csv-eol-symbols" property.
setCsvEolSymbols(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Sets the "csv-eol-symbols" property.
setCsvQuoteChar(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Sets the "csv-quote-char" property.
setCsvQuoteChar(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Sets the "csv-quote-char" property.
setCurrentAttributeType(AttributeType) - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Set the attribute type to be evaluated.
setCurrentAttributeValue(ByteString) - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Set the attribute value to be evaluated.
setDbCacheMode(ValueOrExpression<JeBackendCfgDefn.DbCacheMode>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-cache-mode" property.
setDbCachePercent(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-cache-percent" property.
setDbCacheSize(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-cache-size" property.
setDbCheckpointerBytesInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-checkpointer-bytes-interval" property.
setDbCheckpointerWakeupInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-checkpointer-wakeup-interval" property.
setDbCleanerMinUtilization(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-cleaner-min-utilization" property.
setDbDirectory(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-directory" property.
setDbDirectoryPermissions(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-directory-permissions" property.
setDBDirPermissions(Path, String, Dn, ConfigChangeResult) - Static method in class org.opends.server.backends.pluggable.spi.StorageUtils
Sets files permissions on the backend directory.
setDbDurability(ValueOrExpression<JeBackendCfgDefn.DbDurability>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-durability" property.
setDbEvictorCoreThreads(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-evictor-core-threads" property.
setDbEvictorKeepAlive(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-evictor-keep-alive" property.
setDbEvictorMaxThreads(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-evictor-max-threads" property.
setDbLogFilecacheSize(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-log-filecache-size" property.
setDbLogFileMax(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-log-file-max" property.
setDbLoggingFileHandlerOn(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-logging-file-handler-on" property.
setDbLoggingLevel(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-logging-level" property.
setDbLogVerifierSchedule(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-log-verifier-schedule" property.
setDbNumCleanerThreads(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-num-cleaner-threads" property.
setDbNumLockTables(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-num-lock-tables" property.
setDbRunCleaner(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-run-cleaner" property.
setDbRunLogVerifier(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "db-run-log-verifier" property.
setDefaultAuthPasswordStorageScheme(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyImportPluginCfgClient
Sets the "default-auth-password-storage-scheme" property.
setDefaultBehaviorProvider(DefaultBehaviorProvider<ValueOrExpression<T>>) - Method in class org.forgerock.opendj.config.PropertyDefinition.AbstractBuilder
Set the default behavior provider.
setDefaultManagedObject(String, DefaultManagedObject<? extends C, ? extends S>) - Method in class org.forgerock.opendj.config.InstantiableRelationDefinition.Builder
Adds the named default managed object to this instantiable relation definition.
setDefaultManagedObject(DefaultManagedObject<? extends C, ? extends S>) - Method in class org.forgerock.opendj.config.OptionalRelationDefinition.Builder
Sets the optional default managed object associated with this optional relation definition.
setDefaultManagedObject(DefaultManagedObject<? extends C, ? extends S>) - Method in class org.forgerock.opendj.config.SetRelationDefinition.Builder
Adds the default managed object to this set relation definition.
setDefaultManagedObject(DefaultManagedObject<? extends C, ? extends S>) - Method in class org.forgerock.opendj.config.SingletonRelationDefinition.Builder
Sets the optional default managed object associated with this singleton relation definition.
setDefaultPasswordPolicy(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "default-password-policy" property.
setDefaultPasswordStorageScheme(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "default-password-storage-scheme" property.
setDefaults() - Method in class org.forgerock.audit.events.AuditEventBuilder
Called by AuditEventBuilder.toEvent() to allow any unset fields to be given their default value.
setDefaults() - Method in class org.forgerock.audit.events.ConfigAuditEventBuilder
Called by AuditEventBuilder.toEvent() to allow any unset fields to be given their default value.
setDefaultSchema(Schema) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Sets the default schema which should be used by this application.
setDefaultSeverity(ValueOrExpression<ErrorLogPublisherCfgDefn.DefaultSeverity>) - Method in interface org.forgerock.opendj.server.config.client.ErrorLogPublisherCfgClient
Sets the "default-severity" property.
setDefaultStores(SecretStore<?>, SecretStore<?>...) - Method in class org.forgerock.secrets.SecretsProvider
Sets the default store(s) to use if there is no specific store configured for a particular purpose.
setDefaultUserPasswordStorageScheme(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyImportPluginCfgClient
Sets the "default-user-password-storage-scheme" property.
setDefaultVersion(Version) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.ResourcePathAndVersionSpecification
Set a default Version to use if no matching resource path found for request.
setDegradedStatusThreshold(int) - Method in class org.opends.server.replication.protocol.ReplServerStartMsg
Set the degraded status threshold (For test purpose).
setDelegate(AuditService) - Method in class org.forgerock.audit.AuditServiceProxy
Sets the AuditService this object proxies.
setDeleteOldRdn(boolean) - Method in class org.forgerock.opendj.ldap.messages.ModifyDnRequest
Specifies whether the old RDN attribute values are to be retained as attributes of the entry or deleted from the entry.
setDeleteOldRdn(boolean) - Method in class org.opends.server.replication.protocol.ModifyDNMsg
Set the delete old rdn option.
setDeleteOldRDN(boolean) - Method in class org.opends.server.core.ModifyDnOperation
 
setDeleteOldRDN(boolean) - Method in interface org.opends.server.types.operation.PreParseModifyDNOperation
Specifies whether the current RDN value should be removed from the entry.
setDelimiterChar(char) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvFormatting
Sets the character to use to delimit the csv entries.
setDeliveryMode(DeliveryModeConfig) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration
Sets the delivery mode configuration that should be used when publishing the JMS messages.
setDeniedClient(Collection<ValueOrExpression<AddressMask>>) - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Sets the "denied-client" property.
setDeniedClient(Collection<ValueOrExpression<AddressMask>>) - Method in interface org.forgerock.opendj.server.config.client.ConnectionHandlerCfgClient
Sets the "denied-client" property.
setDeniedClient(Collection<ValueOrExpression<AddressMask>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "denied-client" property.
setDenyList(List<Aci>) - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Set the deny ACI list.
setDependencyIds(Collection<String>) - Method in class org.opends.server.tools.tasks.TaskScheduleUserData
Sets the list of task IDs upon which this task is dependent.
setDeprecated(Deprecated) - Method in class org.forgerock.opendj.config.PropertyDefinition.AbstractBuilder
Register a deprecation with this property definition.
setDeprecatedPasswordStorageScheme(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "deprecated-password-storage-scheme" property.
setDereferenceAliasesPolicy(DereferenceAliasesPolicy) - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
Sets the alias dereferencing policy to be used during the search.
setDerefPolicy(DereferenceAliasesPolicy) - Method in class org.opends.server.core.SearchOperation
Specifies the alias dereferencing policy for this search operation.
setDerefPolicy(DereferenceAliasesPolicy) - Method in interface org.opends.server.types.operation.PreParseSearchOperation
Specifies the alias dereferencing policy for this search operation.
setDetail(JsonValue) - Method in exception org.forgerock.json.resource.ResourceException
Sets the additional detail which can be evaluated by applications.
setDiagnosticMessage(CharSequence) - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
setDiagnosticMessage(CharSequence) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
setDiagnosticMessage(CharSequence) - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
setDiagnosticMessage(CharSequence) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
setDiagnosticMessage(CharSequence) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
setDiagnosticMessage(CharSequence) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
setDiagnosticMessage(CharSequence) - Method in interface org.forgerock.opendj.ldap.messages.Result
Sets the diagnostic message associated with this result.
setDiagnosticMessage(CharSequence) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
setDictionaryFile(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.DictionaryPasswordValidatorCfgClient
Sets the "dictionary-file" property.
setDigestAlgorithm(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
Sets the "digest-algorithm" property.
setDisableConnectionHandlers(boolean) - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Specifies whether the Directory Server startup process should skip the connection handler creation and initialization phases.
setDisabled(boolean) - Method in class org.opends.server.core.PasswordPolicyState
Updates the user entry to indicate whether user account has been administratively disabled.
setDisabledAlertType(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.AlertHandlerCfgClient
Sets the "disabled-alert-type" property.
setDisabledMatchingRule(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Sets the "disabled-matching-rule" property.
setDisabledPrivilege(Collection<ValueOrExpression<GlobalCfgDefn.DisabledPrivilege>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "disabled-privilege" property.
setDisabledSyntax(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Sets the "disabled-syntax" property.
setDiscoveryInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "discovery-interval" property.
setDiscoveryInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Sets the "discovery-interval" property.
setDiscoveryInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Sets the "discovery-interval" property.
setDiskFullThreshold(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "disk-full-threshold" property.
setDiskFullThreshold(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Sets the "disk-full-threshold" property.
setDiskLowThreshold(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "disk-low-threshold" property.
setDiskLowThreshold(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Sets the "disk-low-threshold" property.
setDiskSpaceUsed(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.SizeLimitLogRetentionPolicyCfgClient
Sets the "disk-space-used" property.
setDN(Dn) - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
Set the DN.
setDomainGenerationId(Dn, GenerationId) - Method in record class org.opends.server.replication.server.ChangelogState
Returns a new changelog state with the generationId associated to the supplied replication domain.
setEclInclude(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
Sets the "ecl-include" property.
setEclIncludeForDeletes(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
Sets the "ecl-include-for-deletes" property.
setEclIncludes(Collection<Attribute>) - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
Set a provided list of entry attributes.
setEclIncludes(Set<String>, Set<String>) - Method in class org.opends.server.replication.protocol.StartSessionMsg
Set the attributes configured on a server to be included in the ECL.
setEclIncludes(ReplicaId, Set<String>, Set<String>) - Method in class org.opends.server.replication.service.ReplicationDomain
Set the attributes configured on a server to be included in the ECL.
setElasticsearchCompatible(boolean) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
Specifies if JSON format should be transformed to be compatible with ElasticSearch format restrictions.
setElasticsearchCompatible(boolean) - Method in class org.forgerock.audit.handlers.json.stdout.JsonStdoutAuditEventHandlerConfiguration
Specifies if JSON format should be transformed to be compatible with ElasticSearch format restrictions.
setEmailAddressAttributeType(Collection<ValueOrExpression<AttributeType>>) - Method in interface org.forgerock.opendj.server.config.client.SmtpAccountStatusNotificationHandlerCfgClient
Sets the "email-address-attribute-type" property.
setEnabled(boolean) - Method in class org.forgerock.audit.events.handlers.EventHandlerConfiguration
Sets the enabled flag for an audit event handler.
setEnabled(boolean) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
Enables tamper evident logging.
setEnabled(boolean) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.EventBufferingConfiguration
Sets the buffering status.
setEnabled(boolean) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration
Sets the buffering status.
setEnabled(boolean) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.EventBufferingConfiguration
Sets the buffering status.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.AccessControlHandlerCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.AccountStatusNotificationHandlerCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.AlertHandlerCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.BackendCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.CertificateMapperCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.ConnectionHandlerCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.EntryCacheCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.ExtendedOperationHandlerCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.HttpAuthorizationMechanismCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.HttpEndpointCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.IdentityMapperCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.KeyManagerProviderCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.LogPublisherCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.MailServerCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PasswordGeneratorCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PasswordStorageSchemeCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PasswordValidatorCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PluginCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.SaslMechanismHandlerCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.SchemaProviderCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.SynchronizationProviderCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.TrustManagerProviderCfgClient
Sets the "enabled" property.
setEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
Sets the "enabled" property.
setEnabledAlertType(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.AlertHandlerCfgClient
Sets the "enabled-alert-type" property.
setEncryptData(boolean) - Method in class org.opends.server.types.LDIFExportConfig
Specifies whether the LDIF data should be encrypted as it is written.
setEncrypted(boolean) - Method in class org.opends.server.types.LDIFImportConfig
Specifies whether the input LDIF source is expected to be encrypted.
setEndOfLineSymbols(String) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvFormatting
Gets the end of line symbol.
setEntriesCompressed(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Sets the "entries-compressed" property.
setEntriesLeftAndDone(Task.WorkCounters) - Method in class org.opends.server.backends.task.Task
Updates progress status.
setEntryADDDate(CSN) - Method in class org.opends.server.replication.plugin.EntryHistorical
Sets the CSN of the operation that added this entry.
setEntryAsAddedByServer(Entry) - Method in class org.forgerock.opendj.server.core.RequestContext
Sets the entry added as added by the server in the DIT.
setEntryDN(Dn) - Method in class org.opends.server.core.AddOperation
 
setEntryDN(Dn) - Method in class org.opends.server.core.CompareOperation
Specifies the entry DN as included in the client request.
setEntryDN(Dn) - Method in class org.opends.server.core.DeleteOperation
Specifies the entry DN as included in the client request.
setEntryDN(Dn) - Method in class org.opends.server.core.ModifyDnOperation
 
setEntryDN(Dn) - Method in class org.opends.server.core.ModifyOperation
 
setEntryDN(Dn) - Method in interface org.opends.server.types.operation.PreParseAddOperation
Specifies the entry DN for the entry to add.
setEntryDN(Dn) - Method in interface org.opends.server.types.operation.PreParseCompareOperation
Specifies the entry DN as included in the client request.
setEntryDN(Dn) - Method in interface org.opends.server.types.operation.PreParseDeleteOperation
Specifies the entry DN for this delete operation.
setEntryDN(Dn) - Method in interface org.opends.server.types.operation.PreParseModifyDNOperation
Specifies the entry DN as included in the client request.
setEntryDN(Dn) - Method in interface org.opends.server.types.operation.PreParseModifyOperation
Specifies the entry DN as included in the client request.
setEntryFactory(Function<Dn, Entry>) - Method in class org.forgerock.opendj.ldap.DecodeOptions
Sets the function which will be used for creating new Entry instances when decoding entries.
setEntryMODDNDate(CSN) - Method in class org.opends.server.replication.plugin.EntryHistorical
Sets the CSN of the operation that renamed this entry.
setEntryTestRule(boolean) - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
True if the target matching code found an entry test rule.
setEnumClass(Class<E>) - Method in class org.forgerock.opendj.config.EnumPropertyDefinition.Builder
Set the enumeration class which should be used for values of this property definition.
setEnvironmentConfig(DirectoryEnvironmentConfig) - Method in class org.opends.server.core.DirectoryServer
Sets the environment configuration for the Directory Server.
setErrorMessage(LocalizableMessageBuilder) - Method in interface org.opends.server.types.operation.InProgressOperation
Specifies the error message for this operation.
setErrorMessage(LocalizableMessageBuilder) - Method in interface org.opends.server.types.operation.PostOperationOperation
Specifies the error message for this operation.
setErrorMessage(LocalizableMessageBuilder) - Method in interface org.opends.server.types.operation.PreOperationOperation
Specifies the error message for this operation.
setErrorMessage(LocalizableMessageBuilder) - Method in interface org.opends.server.types.operation.PreParseOperation
Specifies the error message for this operation.
setErrorMessage(LocalizableMessageBuilder) - Method in class org.opends.server.types.Operation
Specifies the error message for this operation.
setEtimeResolution(ValueOrExpression<GlobalCfgDefn.EtimeResolution>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "etime-resolution" property.
setEvalOpAttributes(int) - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
This method toggles a mask that indicates that access checking of individual operational attributes may or may not be skipped depending on if there is a single ACI containing a targetattr all operational attributes rule (targetattr="+").
setEvalSummary(String) - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Set the value of the summary string to the specified string.
setEvaluationResult(EnumEvalReason, Aci) - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Set the reason and the ACI that decided why the last access evaluation was evaluated the way it was.
setEvalUserAttributes(int) - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
This method toggles a mask that indicates that access checking of individual user attributes may or may not be skipped depending on if there is a single ACI containing a targetattr all user attributes rule (targetattr="*").
setException(LdapException) - Method in class org.opends.server.replication.service.ReplicationDomain.ImportExportContext
Set the exception that occurred during the import/export.
setExceptionDetails(Exception) - Method in class org.forgerock.opendj.config.server.ConfigChangeResult
Copies details from this exception into this config change result.
setExceptionIfNoneSet(LdapException) - Method in class org.opends.server.replication.service.ReplicationDomain.ImportExportContext
Only sets the exception that occurred during the import/export if none was already set on this object.
setExcludeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Specifies whether all operational attributes should be excluded from any change records that are read from LDIF.
setExcludeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Specifies whether all operational attributes should be excluded from any change records that are written to LDIF.
setExcludeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Specifies whether all operational attributes should be excluded from any entries that are read from LDIF.
setExcludeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Specifies whether all operational attributes should be excluded from any entries that are written to LDIF.
setExcludeAllOperationalAttributes(boolean) - Method in class org.opends.server.types.LDIFImportConfig
Specifies whether all the operational attributes should be excluded.
setExcludeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Specifies whether all user attributes should be excluded from any change records that are read from LDIF.
setExcludeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Specifies whether all user attributes should be excluded from any change records that are written to LDIF.
setExcludeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Specifies whether all user attributes should be excluded from any entries that are read from LDIF.
setExcludeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Specifies whether all user attributes should be excluded from any entries that are written to LDIF.
setExcludeAllUserAttributes(boolean) - Method in class org.opends.server.types.LDIFImportConfig
Specifies whether all the user attributes should be excluded.
setExcludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Excludes the named attribute from any change records that are read from LDIF.
setExcludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Excludes the named attribute from any change records that are written to LDIF.
setExcludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Excludes the named attribute from any entries that are read from LDIF.
setExcludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Excludes the named attribute from any entries that are written to LDIF.
setExcludeAttributes(Set<AttributeType>) - Method in class org.opends.server.types.LDIFExportConfig
Specifies the set of attributes that should be excluded from the entries written to LDIF.
setExcludeAttributes(Set<AttributeType>) - Method in class org.opends.server.types.LDIFImportConfig
Specifies the set of attributes that should be excluded from the entries read from the LDIF.
setExcludeBranch(Dn) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Excludes all change records which target entries beneath the named entry (inclusive) from being read from LDIF.
setExcludeBranch(Dn) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Excludes all change records which target entries beneath the named entry (inclusive) from being written to LDIF.
setExcludeBranch(Dn) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Excludes all entries beneath the named entry (inclusive) from being read from LDIF.
setExcludeBranch(Dn) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Excludes all entries beneath the named entry (inclusive) from being written to LDIF.
setExcludeBranches(Set<Dn>) - Method in class org.opends.server.types.LDIFExportConfig
Specifies the set of base DNs that specify the set of entries to exclude from the export.
setExcludeBranches(Set<Dn>) - Method in class org.opends.server.types.LDIFImportConfig
Specifies the set of base DNs that specify the set of entries to exclude from the import.
setExcludedAttribute(Collection<ValueOrExpression<AttributeType>>) - Method in interface org.forgerock.opendj.server.config.client.EntityTagVirtualAttributeCfgClient
Sets the "excluded-attribute" property.
setExcludedFilenamePattern(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.PemKeyManagerProviderCfgClient
Sets the "excluded-filename-pattern" property.
setExcludedFilenamePattern(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.PemTrustManagerProviderCfgClient
Sets the "excluded-filename-pattern" property.
setExcludedMetricPattern(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.CrestMetricsEndpointCfgClient
Sets the "excluded-metric-pattern" property.
setExcludedMetricPattern(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.GraphiteMonitorReporterPluginCfgClient
Sets the "excluded-metric-pattern" property.
setExcludedMetricPattern(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.PrometheusEndpointCfgClient
Sets the "excluded-metric-pattern" property.
setExcludeFilter(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.FifoEntryCacheCfgClient
Sets the "exclude-filter" property.
setExcludeFilter(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.SoftReferenceEntryCacheCfgClient
Sets the "exclude-filter" property.
setExcludeIf(Collection<String>) - Method in class org.forgerock.audit.filter.FilterPolicy
Sets the excludeIf list.
setExcludeValuesOfAttributes(Collection<ValueOrExpression<AttributeType>>) - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
Sets the "exclude-values-of-attributes" property.
setExpirePasswordsWithoutWarning(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "expire-passwords-without-warning" property.
setFacility(Facility) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
Sets the facility constant that should be applied to all Syslog messages.
setFailedDependencyAction(FailedDependencyAction) - Method in class org.opends.server.tools.tasks.TaskScheduleUserData
Sets the action to take should one of the dependent task fail.
setField(String) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
Sets the name of the event topic field to which this mapping applies.
setFilename(String) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
Sets the location of the keystore to be used.
setFileRetention(FileBasedEventHandlerConfiguration.FileRetention) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration
setFileRotation(FileBasedEventHandlerConfiguration.FileRotation) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration
setFileSizeLimit(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.SizeLimitLogRotationPolicyCfgClient
Sets the "file-size-limit" property.
setFilter(String) - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
Sets the filter that defines the conditions that must be fulfilled in order for an entry to be returned.
setFilter(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
Sets the "filter" property.
setFilter(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.BackendVlvIndexCfgClient
Sets the "filter" property.
setFilter(Filter) - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
Sets the filter that defines the conditions that must be fulfilled in order for an entry to be returned.
setFilter(Filter) - Method in class org.opends.server.core.SearchOperation
Specifies the search filter as included in the request from the client.
setFilter(Filter) - Method in interface org.opends.server.types.operation.PreParseSearchOperation
Specifies the search filter as included in the request from the client.
setFilteringPolicy(ValueOrExpression<AccessLogPublisherCfgDefn.FilteringPolicy>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogPublisherCfgClient
Sets the "filtering-policy" property.
setFilterPolicies(Map<String, FilterPolicy>) - Method in class org.forgerock.audit.AuditServiceConfiguration
Set the filter policy mappings.
setFingerprintAlgorithm(ValueOrExpression<FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm>) - Method in interface org.forgerock.opendj.server.config.client.FingerprintCertificateMapperCfgClient
Sets the "fingerprint-algorithm" property.
setFingerprintAttribute(ValueOrExpression<AttributeType>) - Method in interface org.forgerock.opendj.server.config.client.FingerprintCertificateMapperCfgClient
Sets the "fingerprint-attribute" property.
setFlag(RequestContext.RequestFlag) - Method in class org.forgerock.opendj.server.core.RequestContext
Sets the provided flag for this request.
setForceChangeOnAdd(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "force-change-on-add" property.
setForceChangeOnReset(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "force-change-on-reset" property.
setForceDaemonThreads(boolean) - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Specifies whether all threads created by the Directory Server should be created as daemon threads.
setFormatting(CsvAuditEventHandlerConfiguration.CsvFormatting) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
Sets the CSV formatting options.
setFractionalExclude(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
Sets the "fractional-exclude" property.
setFractionalInclude(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
Sets the "fractional-include" property.
setFreeDiskSpace(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.FreeDiskSpaceLogRetentionPolicyCfgClient
Sets the "free-disk-space" property.
setGenerateBranches(boolean) - Method in class org.forgerock.opendj.ldif.EntryGenerator
Sets the flag which indicates whether branch entries should be generated.
setGeneratedPassword(byte[]) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
Sets the generated password.
setGeneratedPassword(char[]) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
Sets the generated password.
setGenerationID(GenerationId) - Method in class org.opends.server.replication.service.ReplicationBroker
Set the generation id - for test purpose.
SetGenerationIdTask - Class in org.opends.server.tasks
This class provides an implementation of a Directory Server task that can be used to import data over the replication protocol from another server hosting the same replication domain.
SetGenerationIdTask() - Constructor for class org.opends.server.tasks.SetGenerationIdTask
 
setGlobalAci(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.DseeCompatAccessControlHandlerCfgClient
Sets the "global-aci" property.
setGraceLoginCount(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "grace-login-count" property.
setGraceLoginTimes(List<Long>) - Method in class org.opends.server.core.PasswordPolicyState
Specifies the set of grace login use times for the associated user.
setGraphiteServer(ValueOrExpression<HostPort>) - Method in interface org.forgerock.opendj.server.config.client.GraphiteMonitorReporterPluginCfgClient
Sets the "graphite-server" property.
setGroupDn(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
Sets the "group-dn" property.
setGroupId(GroupId) - Method in class org.opends.server.replication.protocol.StartMsg
Set the group id in this message (For test purpose).
setGroupId(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "group-id" property.
setGroupIdFailoverOrder(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "group-id-failover-order" property.
setHandlerForQueries(String) - Method in class org.forgerock.audit.AuditServiceConfiguration
Sets the name of the handler to use for querying the audit events.
setHandshakeComplete() - Method in interface org.opends.server.replication.protocol.Session
Signals that handshake is complete (i.e.
setHashData(boolean) - Method in class org.opends.server.types.LDIFExportConfig
Specifies whether to generate a cryptographic hash of the data that is written.
setHashFunction(ValueOrExpression<ProxyBackendCfgDefn.HashFunction>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "hash-function" property.
setHealthChecksEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "health-checks-enabled" property.
setHeartbeatInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "heartbeat-interval" property.
setHeartbeatsDisabled(boolean) - Static method in class org.opends.server.replication.server.HeartbeatPublisher
For testing purposes only to simulate loss of heartbeats.
setHost(String) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
Sets the host for the connection.
setHost(String) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.ConnectionConfiguration
Sets the host for the connection.
setHost(String) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
Sets the hostname of the Syslog daemon to which messages should be published.
setIdentityMapper(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.CramMd5SaslMechanismHandlerCfgClient
Sets the "identity-mapper" property.
setIdentityMapper(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.DigestMd5SaslMechanismHandlerCfgClient
Sets the "identity-mapper" property.
setIdentityMapper(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.GssapiSaslMechanismHandlerCfgClient
Sets the "identity-mapper" property.
setIdentityMapper(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.HttpBasicAuthorizationMechanismCfgClient
Sets the "identity-mapper" property.
setIdentityMapper(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2AuthorizationMechanismCfgClient
Sets the "identity-mapper" property.
setIdentityMapper(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.PasswordModifyExtendedOperationHandlerCfgClient
Sets the "identity-mapper" property.
setIdentityMapper(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.PlainSaslMechanismHandlerCfgClient
Sets the "identity-mapper" property.
setIdentityMapper(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ScramSha256SaslMechanismHandlerCfgClient
Sets the "identity-mapper" property.
setIdentityMapper(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ScramSha512SaslMechanismHandlerCfgClient
Sets the "identity-mapper" property.
setIdleLockoutInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "idle-lockout-interval" property.
setIdleTimeLimit(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "idle-time-limit" property.
setIgnoreWhiteSpace(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.JsonEqualityMatchingRuleCfgClient
Sets the "ignore-white-space" property.
setIgnoreWhiteSpace(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.JsonOrderingMatchingRuleCfgClient
Sets the "ignore-white-space" property.
setIgnoreWhiteSpace(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.JsonQueryEqualityMatchingRuleCfgClient
Sets the "ignore-white-space" property.
setIgnoreWhiteSpace(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.NameAndJsonQueryEqualityMatchingRuleCfgClient
Sets the "ignore-white-space" property.
setImportConfig(LDIFImportConfig) - Method in class org.opends.server.replication.service.ReplicationDomain.ImportExportContext
Sets the import configuration when the server is importing this domain.
setImportOffheapMemorySize(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Sets the "import-offheap-memory-size" property.
setIncludeAllOpAttributes(boolean) - Method in class org.opends.server.types.LDIFImportConfig
Specifies whether all the operational attributes should be included.
setIncludeAllUserAttributes(boolean) - Method in class org.opends.server.types.LDIFImportConfig
Specifies whether all the user attributes should be included.
setIncludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Ensures that the named attribute is not excluded from any change records that are read from LDIF.
setIncludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Ensures that the named attribute is not excluded from any change records that are written to LDIF.
setIncludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Ensures that the named attribute is not excluded from any entries that are read from LDIF.
setIncludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Ensures that the named attribute is not excluded from any entries that are written to LDIF.
setIncludeAttributes(Set<AttributeType>) - Method in class org.opends.server.types.LDIFExportConfig
Specifies the set of attributes that should be included in the entries written to LDIF.
setIncludeAttributes(Set<AttributeType>) - Method in class org.opends.server.types.LDIFImportConfig
Specifies the set of attributes that should be included in the entries read from the LDIF.
setIncludeBranch(Dn) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Ensures that all change records which target entries beneath the named entry (inclusive) are read from LDIF.
setIncludeBranch(Dn) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Ensures that all change records which target entries beneath the named entry (inclusive) are written to LDIF.
setIncludeBranch(Dn) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Ensures that all entries beneath the named entry (inclusive) are read from LDIF.
setIncludeBranch(Dn) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Ensures that all entries beneath the named entry (inclusive) are written to LDIF.
setIncludeBranches(Set<Dn>) - Method in class org.opends.server.types.LDIFExportConfig
Specifies the set of base DNs that specify the set of entries to include in the export.
setIncludeBranches(Set<Dn>) - Method in class org.opends.server.types.LDIFImportConfig
Specifies the set of base DNs that specify the set of entries to include in the import.
setIncludedMetricPattern(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.CrestMetricsEndpointCfgClient
Sets the "included-metric-pattern" property.
setIncludedMetricPattern(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.GraphiteMonitorReporterPluginCfgClient
Sets the "included-metric-pattern" property.
setIncludedMetricPattern(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.PrometheusEndpointCfgClient
Sets the "included-metric-pattern" property.
setIncludeExcludeFilters(Collection<Filter>, Collection<Filter>) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Sets the filters to include / exclude entries.
setIncludeExcludeFilters(Collection<Filter>, Collection<Filter>) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Sets the filters to include / exclude entries.
setIncludeExcludeFilters(Set<Filter>, Set<Filter>) - Method in class org.opends.server.types.LDIFExportConfig
Specifies the search filters that should be used to determine which entries to include / exclude in the LDIF.
setIncludeExcludeFilters(Set<Filter>, Set<Filter>) - Method in class org.opends.server.types.LDIFImportConfig
Specifies search filters that should be used to determine which entries to include/exclude from the LDIF.
setIncludeExcludeFilters(Pair<Set<Filter>, Set<Filter>>) - Method in class org.opends.server.api.EntryCache
Specifies the search filters used for including in / excluding entries from the cache.
setIncludeFilter(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.FifoEntryCacheCfgClient
Sets the "include-filter" property.
setIncludeFilter(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.SoftReferenceEntryCacheCfgClient
Sets the "include-filter" property.
setIncludeIf(Collection<String>) - Method in class org.forgerock.audit.filter.FilterPolicy
Sets the includeIf list.
setIncludeOperationalAttributes(boolean) - Method in class org.opends.server.types.LDIFExportConfig
Specifies whether the set of operational attributes should be included in the export.
setIncludeValuesOfAttributes(Collection<ValueOrExpression<AttributeType>>) - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
Sets the "include-values-of-attributes" property.
setIndexedField(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.JsonQueryEqualityMatchingRuleCfgClient
Sets the "indexed-field" property.
setIndexedField(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.NameAndJsonQueryEqualityMatchingRuleCfgClient
Sets the "indexed-field" property.
setIndexEntryLimit(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Sets the "index-entry-limit" property.
setIndexEntryLimit(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Sets the "index-entry-limit" property.
setIndexExtensibleMatchingRule(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Sets the "index-extensible-matching-rule" property.
setIndexFilterAnalyzerEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Sets the "index-filter-analyzer-enabled" property.
setIndexFilterAnalyzerMaxFilters(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Sets the "index-filter-analyzer-max-filters" property.
setIndexMapping(ElasticsearchAuditEventHandlerConfiguration.IndexMappingConfiguration) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration
Gets configuration of index mapping.
setIndexName(String) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.IndexMappingConfiguration
Sets primary index name.
setIndexType(Collection<ValueOrExpression<BackendIndexCfgDefn.IndexType>>) - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Sets the "index-type" property.
setInitialFile(File) - Method in class org.forgerock.audit.rotation.RotationContext
Set the initial file.
setInitializationWindowSize(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "initialization-window-size" property.
setInitiatorsName(String) - Method in class org.opends.server.replication.protocol.DeleteMsg
Set the initiator's name of this change.
setInitWindow(int) - Method in class org.opends.server.replication.protocol.InitializeRequestMsg
Set the initWindow value.
setInitWindow(int) - Method in class org.opends.server.replication.protocol.InitializeTargetMsg
Set the initWindow value.
setInstanceRoot(Path) - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Specifies the directory that should be considered the instance root.
setInvalidAttributeSyntaxBehavior(ValueOrExpression<GlobalCfgDefn.InvalidAttributeSyntaxBehavior>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "invalid-attribute-syntax-behavior" property.
setInvokeForInternalOperations(boolean) - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
Specifies whether this plugin should be invoked for internal operations.
setInvokeForInternalOperations(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.AttributeCleanupPluginCfgClient
Sets the "invoke-for-internal-operations" property.
setInvokeForInternalOperations(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyImportPluginCfgClient
Sets the "invoke-for-internal-operations" property.
setInvokeForInternalOperations(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PluginCfgClient
Sets the "invoke-for-internal-operations" property.
setInvokeImportPlugins(boolean) - Method in class org.opends.server.types.LDIFImportConfig
Specifies whether any LDIF import plugins registered with the server should be invoked during the import operation.
setIsFirstAttribute(boolean) - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Set to true if the first attribute of the resource entry is being evaluated.
setIsolationPolicy(ValueOrExpression<ReplicationSynchronizationProviderCfgDefn.IsolationPolicy>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "isolation-policy" property.
setIsPrivateBackend(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.LdifBackendCfgClient
Sets the "is-private-backend" property.
setIssuerAttribute(ValueOrExpression<AttributeType>) - Method in interface org.forgerock.opendj.server.config.client.CertificateMapperCfgClient
Sets the "issuer-attribute" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.AccessControlHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogPublisherCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.AccountStatusNotificationHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.AdminDataTrustManagerProviderCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.AdminEndpointCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.AesPasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.AlertHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.AliveEndpointCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.AnonymousSaslMechanismHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Argon2PasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.AttributeCleanupPluginCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.AttributeValuePasswordValidatorCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.AuthenticationPolicyCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.BackendCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Base64PasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.BcryptPasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.BlindTrustManagerProviderCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.BlowfishPasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CancelExtendedOperationHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CertificateMapperCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ChangeNumberControlPluginCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CharacterSetPasswordValidatorCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ClearPasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CollectiveAttributeSubentriesVirtualAttributeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ConnectionHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ConsoleErrorLogPublisherCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CramMd5SaslMechanismHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CrestMetricsEndpointCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CryptPasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.DictionaryPasswordValidatorCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.DigestMd5SaslMechanismHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.DseeCompatAccessControlHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.EntityTagPluginCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.EntityTagVirtualAttributeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.EntryCacheCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.EntryDnVirtualAttributeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.EntryUuidPluginCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.EntryUuidVirtualAttributeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ErrorLogAccountStatusNotificationHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ErrorLogPublisherCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ExactMatchIdentityMapperCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ExtendedOperationHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ExternalAccessLogPublisherCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ExternalHttpAccessLogPublisherCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ExternalSaslMechanismHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FifoEntryCacheCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedKeyManagerProviderCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedTrustManagerProviderCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileCountLogRetentionPolicyCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FingerprintCertificateMapperCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FixedTimeLogRotationPolicyCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FreeDiskSpaceLogRetentionPolicyCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.GetConnectionIdExtendedOperationHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.GetSymmetricKeyExtendedOperationHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.GoverningStructureRuleVirtualAttributeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.GraphiteMonitorReporterPluginCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.GssapiSaslMechanismHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HasSubordinatesVirtualAttributeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HdapAuthorizationMechanismCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HdapEndpointCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HealthyEndpointCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpAccessLogPublisherCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpAnonymousAuthorizationMechanismCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpAuthorizationMechanismCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpBasicAuthorizationMechanismCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpEndpointCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2CtsAuthorizationMechanismCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2FileAuthorizationMechanismCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2OpenamAuthorizationMechanismCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.IdentityMapperCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.IsMemberOfVirtualAttributeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JmxAlertHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JmxConnectionHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JsonEqualityMatchingRuleCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JsonFileHttpAccessLogPublisherCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JsonOrderingMatchingRuleCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JsonQueryEqualityMatchingRuleCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.KeyManagerProviderCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LastModPluginCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LdapAttributeDescriptionListPluginCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LdapKeyManagerProviderCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LdapTrustManagerProviderCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LdifBackendCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LdifConnectionHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LengthBasedPasswordValidatorCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LogPublisherCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LogRetentionPolicyCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LogRotationPolicyCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Md5PasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.MemberVirtualAttributeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.MemoryBackendCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.MonitorBackendCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.NameAndJsonQueryEqualityMatchingRuleCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.NullBackendCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.NumSubordinatesVirtualAttributeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PasswordExpirationTimeVirtualAttributeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PasswordGeneratorCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PasswordModifyExtendedOperationHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyImportPluginCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyStateExtendedOperationHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicySubentryVirtualAttributeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PasswordValidatorCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Pbkdf2HmacSha256PasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Pbkdf2HmacSha512PasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Pbkdf2PasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PemKeyManagerProviderCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PemTrustManagerProviderCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Pkcs11KeyManagerProviderCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Pkcs11TrustManagerProviderCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Pkcs5s2PasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PlainSaslMechanismHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PolicyBasedAccessControlHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PrometheusEndpointCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.RandomPasswordGeneratorCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Rc4PasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.RegularExpressionIdentityMapperCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.RepeatedCharactersPasswordValidatorCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Rest2ldapEndpointCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SaltedMd5PasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SaltedSha1PasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SaltedSha256PasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SaltedSha384PasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SaltedSha512PasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SambaPasswordPluginCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SaslMechanismHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SchemaBackendCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SchemaProviderCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ScramSha256PasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ScramSha256SaslMechanismHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ScramSha512PasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ScramSha512SaslMechanismHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ServiceDiscoveryMechanismCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SevenBitCleanPluginCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Sha1PasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SimilarityBasedPasswordValidatorCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SizeLimitLogRetentionPolicyCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SizeLimitLogRotationPolicyCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SmtpAccountStatusNotificationHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SmtpAlertHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SoftReferenceEntryCacheCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.StartTlsExtendedOperationHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.StructuralObjectClassVirtualAttributeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SubjectAttributeToUserAttributeCertificateMapperCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SubjectDnToUserAttributeCertificateMapperCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SubjectEqualsDnCertificateMapperCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SubschemaSubentryVirtualAttributeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SynchronizationProviderCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.TaskBackendCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.TimeLimitLogRotationPolicyCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.TraditionalWorkQueueCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.TripleDesPasswordStorageSchemeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.TrustManagerProviderCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.UniqueAttributePluginCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.UniqueCharactersPasswordValidatorCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.UserDefinedVirtualAttributeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.UserTemplateVirtualAttributeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.WhoAmIExtendedOperationHandlerCfgClient
Sets the "java-class" property.
setJavaClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.WorkQueueCfgClient
Sets the "java-class" property.
setJeBackendSharedCacheEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "je-backend-shared-cache-enabled" property.
setJeProperty(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.JeBackendCfgClient
Sets the "je-property" property.
setJmsConnectionFactoryName(String) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.JndiConfiguration
Sets the jndi lookup name for the JMS ConnectionFactory for which the messages will be published on.
setJmsTopicName(String) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.JndiConfiguration
Sets the jndi lookup name for the JMS Topic for which the messages will be published on.
setJndi(JmsAuditEventHandlerConfiguration.JndiConfiguration) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration
setJsonKeys(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JsonEqualityMatchingRuleCfgClient
Sets the "json-keys" property.
setJsonKeys(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JsonOrderingMatchingRuleCfgClient
Sets the "json-keys" property.
setJsonOutput(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.ErrorLogPublisherCfgClient
Sets the "json-output" property.
setJsonValidationPolicy(ValueOrExpression<CoreSchemaCfgDefn.JsonValidationPolicy>) - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Sets the "json-validation-policy" property.
setJwtAlgorithm(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HdapAuthorizationMechanismCfgClient
Sets the "jwt-algorithm" property.
setJwtKeyAlias(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HdapAuthorizationMechanismCfgClient
Sets the "jwt-key-alias" property.
setJwtKeyManagerProvider(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HdapAuthorizationMechanismCfgClient
Sets the "jwt-key-manager-provider" property.
setJwtValidityPeriod(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.HdapAuthorizationMechanismCfgClient
Sets the "jwt-validity-period" property.
setKdcAddress(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.GssapiSaslMechanismHandlerCfgClient
Sets the "kdc-address" property.
setKeepAliveInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "keep-alive-interval" property.
setKeepAliveSearchRequestBaseDn(ValueOrExpression<Dn>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "keep-alive-search-request-base-dn" property.
setKeepAliveSearchRequestFilter(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "keep-alive-search-request-filter" property.
setKeepAliveTimeout(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "keep-alive-timeout" property.
setKeepStats(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "keep-stats" property.
setKeepStats(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "keep-stats" property.
setKeyManagerProvider(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Sets the "key-manager-provider" property.
setKeyManagerProvider(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
Sets the "key-manager-provider" property.
setKeyManagerProvider(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "key-manager-provider" property.
setKeyManagerProvider(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2OpenamAuthorizationMechanismCfgClient
Sets the "key-manager-provider" property.
setKeyManagerProvider(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient
Sets the "key-manager-provider" property.
setKeyManagerProvider(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JmxConnectionHandlerCfgClient
Sets the "key-manager-provider" property.
setKeyManagerProvider(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "key-manager-provider" property.
setKeyManagerProvider(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "key-manager-provider" property.
setKeyManagerProvider(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Sets the "key-manager-provider" property.
setKeyManagerProvider(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "key-manager-provider" property.
setKeyManagerProvider(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Sets the "key-manager-provider" property.
setKeysForPurposes(Map<String, List<KeyStoreSecretStore.AliasSpec>>) - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
Set the keys that are used for different purposes.
setKeyStoreFile(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Sets the "key-store-file" property.
setKeyStoreFile(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Sets the "key-store-file" property.
setKeyStoreFile(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedKeyManagerProviderCfgClient
Sets the "key-store-file" property.
setKeyStoreHandler(KeyStoreHandler) - Method in class org.forgerock.audit.secure.KeyStoreSecureStorage
Set the key store handler.
setKeyStoreHandlerName(String) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
Set the key store handler name.
setKeyStorePin(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Sets the "key-store-pin" property.
setKeyStorePin(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Sets the "key-store-pin" property.
setKeyStorePin(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedKeyManagerProviderCfgClient
Sets the "key-store-pin" property.
setKeyStorePin(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LdapKeyManagerProviderCfgClient
Sets the "key-store-pin" property.
setKeyStorePin(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Pkcs11KeyManagerProviderCfgClient
Sets the "key-store-pin" property.
setKeyStoreType(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedKeyManagerProviderCfgClient
Sets the "key-store-type" property.
setKeyStoreType(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Pkcs11KeyManagerProviderCfgClient
Sets the "key-store-type" property.
setKeytab(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.GssapiSaslMechanismHandlerCfgClient
Sets the "keytab" property.
setKeyWrappingMode(ValueOrExpression<CryptoManagerCfgDefn.KeyWrappingMode>) - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
Sets the "key-wrapping-mode" property.
setKeyWrappingTransformation(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
Sets the "key-wrapping-transformation" property.
setLargestEntrySize(long) - Method in class org.forgerock.opendj.server.core.RequestContext
Sets the largest entry size for the request.
setLastLoginTime() - Method in class org.opends.server.core.PasswordPolicyState
Updates the user entry to set the current time as the last login time.
setLastLoginTime(long) - Method in class org.opends.server.core.PasswordPolicyState
Updates the user entry to use the specified last login time.
setLastLoginTimeAttribute(ValueOrExpression<AttributeType>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "last-login-time-attribute" property.
setLastLoginTimeFormat(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "last-login-time-format" property.
setLdifDirectory(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LdifConnectionHandlerCfgClient
Sets the "ldif-directory" property.
setLdifFile(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LdifBackendCfgClient
Sets the "ldif-file" property.
setLegacyFormat(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PrometheusEndpointCfgClient
Sets the "legacy-format" property.
setLength(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Sets the length of this byte string builder.
setListenAddress(Collection<ValueOrExpression<Host>>) - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Sets the "listen-address" property.
setListenAddress(Collection<ValueOrExpression<Host>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "listen-address" property.
setListenAddress(Collection<ValueOrExpression<Host>>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "listen-address" property.
setListenAddress(Collection<ValueOrExpression<Host>>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "listen-address" property.
setListenAddress(Collection<ValueOrExpression<Host>>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Sets the "listen-address" property.
setListenAddress(ValueOrExpression<Host>) - Method in interface org.forgerock.opendj.server.config.client.JmxConnectionHandlerCfgClient
Sets the "listen-address" property.
setListenPort(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Sets the "listen-port" property.
setListenPort(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "listen-port" property.
setListenPort(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.JmxConnectionHandlerCfgClient
Sets the "listen-port" property.
setListenPort(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "listen-port" property.
setLocalReplicationServer(ReplicationServerId, GroupId, Duration, SortedSet<Host>, int) - Method in class org.opends.server.replication.common.Topology
Sets the local replication server in the topology, merging it with any existing local replication domains.
setLockdownMode(boolean) - Method in class org.opends.server.core.DirectoryServer
 
setLockdownMode(boolean) - Method in interface org.opends.server.core.ServerContext
Specifies whether the server should operate in lockdown mode.
setLockoutDuration(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "lockout-duration" property.
setLockoutFailureCount(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "lockout-failure-count" property.
setLockoutFailureExpirationInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "lockout-failure-expiration-interval" property.
setLockTimeout(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.FifoEntryCacheCfgClient
Sets the "lock-timeout" property.
setLockTimeout(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.SoftReferenceEntryCacheCfgClient
Sets the "lock-timeout" property.
setLogChangenumber(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "log-changenumber" property.
setLogControls(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.CommonAuditAccessLogPublisherCfgClient
Sets the "log-controls" property.
setLogControls(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Sets the "log-controls" property.
setLogDirectory(String) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
Sets the directory where CSV file is located.
setLogDirectory(String) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
Sets the directory where the JSON file is located.
setLogDirectory(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Sets the "log-directory" property.
setLogDirectory(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Sets the "log-directory" property.
setLogDirectory(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
Sets the "log-directory" property.
setLogDirectory(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JsonFileHttpAccessLogPublisherCfgClient
Sets the "log-directory" property.
setLogFieldBlacklist(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Sets the "log-field-blacklist" property.
setLogFieldBlacklist(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Sets the "log-field-blacklist" property.
setLogFieldBlacklist(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ExternalAccessLogPublisherCfgClient
Sets the "log-field-blacklist" property.
setLogFieldBlacklist(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ExternalHttpAccessLogPublisherCfgClient
Sets the "log-field-blacklist" property.
setLogFieldBlacklist(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
Sets the "log-field-blacklist" property.
setLogFieldBlacklist(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.JsonFileHttpAccessLogPublisherCfgClient
Sets the "log-field-blacklist" property.
setLogFieldWhitelist(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Sets the "log-field-whitelist" property.
setLogFieldWhitelist(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ExternalHttpAccessLogPublisherCfgClient
Sets the "log-field-whitelist" property.
setLogFieldWhitelist(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.JsonFileHttpAccessLogPublisherCfgClient
Sets the "log-field-whitelist" property.
setLogFile(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Sets the "log-file" property.
setLogFile(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Sets the "log-file" property.
setLogFile(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Sets the "log-file" property.
setLogFile(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Sets the "log-file" property.
setLogFile(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
Sets the "log-file" property.
setLogFileNamePrefix(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Sets the "log-file-name-prefix" property.
setLogFileNamePrefix(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Sets the "log-file-name-prefix" property.
setLogFileNamePrefix(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
Sets the "log-file-name-prefix" property.
setLogFileNamePrefix(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JsonFileHttpAccessLogPublisherCfgClient
Sets the "log-file-name-prefix" property.
setLogFilePermissions(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Sets the "log-file-permissions" property.
setLogFilePermissions(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Sets the "log-file-permissions" property.
setLogFilePermissions(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Sets the "log-file-permissions" property.
setLogFilePermissions(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Sets the "log-file-permissions" property.
setLogFormat(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Sets the "log-format" property.
setLogFormat(ValueOrExpression<FileBasedAccessLogPublisherCfgDefn.LogFormat>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Sets the "log-format" property.
setLogModifiedAttributeValues(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
Sets the "log-modified-attribute-values" property.
setLogRecordTimeFormat(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Sets the "log-record-time-format" property.
setLogRecordTimeFormat(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Sets the "log-record-time-format" property.
setLogRecordType(Collection<ValueOrExpression<AccessLogFilteringCriteriaCfgDefn.LogRecordType>>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "log-record-type" property.
setLowerLimit(int) - Method in class org.forgerock.opendj.config.IntegerPropertyDefinition.Builder
Set the lower limit.
setLowerLimit(long) - Method in class org.forgerock.opendj.config.DurationPropertyDefinition.Builder
Set the lower limit in milli-seconds.
setLowerLimit(long) - Method in class org.forgerock.opendj.config.SizePropertyDefinition.Builder
Set the lower limit in bytes.
setLowerLimit(String) - Method in class org.forgerock.opendj.config.DurationPropertyDefinition.Builder
Set the lower limit using a string representation of the limit.
setLowerLimit(String) - Method in class org.forgerock.opendj.config.SizePropertyDefinition.Builder
Set the lower limit using a string representation of the limit.
setMacAlgorithm(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
Sets the "mac-algorithm" property.
setMacKeyLength(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
Sets the "mac-key-length" property.
setMaintainConfigArchive(boolean) - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Specifies whether the Directory Server should maintain an archive of previous configurations.
setMappedAttribute(Collection<ValueOrExpression<AttributeType>>) - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Sets the "mapped-attribute" property.
setMappedSearchBaseDn(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Sets the "mapped-search-base-dn" property.
setMappedSearchBindDn(ValueOrExpression<Dn>) - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Sets the "mapped-search-bind-dn" property.
setMappedSearchBindPassword(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Sets the "mapped-search-bind-password" property.
setMappedSearchFilterTemplate(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Sets the "mapped-search-filter-template" property.
setMappingPolicy(ValueOrExpression<LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy>) - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Sets the "mapping-policy" property.
setMaskedResultCode(ResultCode) - Method in class org.forgerock.opendj.server.core.RequestContext
Specifies the real, masked result code for this operation.
setMasterKeyAlias(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
Sets the "master-key-alias" property.
setMatchAttribute(Collection<ValueOrExpression<AttributeType>>) - Method in interface org.forgerock.opendj.server.config.client.AttributeValuePasswordValidatorCfgClient
Sets the "match-attribute" property.
setMatchAttribute(Collection<ValueOrExpression<AttributeType>>) - Method in interface org.forgerock.opendj.server.config.client.ExactMatchIdentityMapperCfgClient
Sets the "match-attribute" property.
setMatchAttribute(Collection<ValueOrExpression<AttributeType>>) - Method in interface org.forgerock.opendj.server.config.client.RegularExpressionIdentityMapperCfgClient
Sets the "match-attribute" property.
setMatchBaseDn(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.ExactMatchIdentityMapperCfgClient
Sets the "match-base-dn" property.
setMatchBaseDn(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.RegularExpressionIdentityMapperCfgClient
Sets the "match-base-dn" property.
setMatchedDn(String) - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
setMatchedDn(String) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
setMatchedDn(String) - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
setMatchedDn(String) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
setMatchedDn(String) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
setMatchedDn(String) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
setMatchedDn(String) - Method in interface org.forgerock.opendj.ldap.messages.Result
Sets the matched DN associated with this result.
setMatchedDn(String) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
setMatchedDn(Dn) - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
setMatchedDn(Dn) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
setMatchedDn(Dn) - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
setMatchedDn(Dn) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
setMatchedDn(Dn) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
setMatchedDn(Dn) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
setMatchedDn(Dn) - Method in interface org.forgerock.opendj.ldap.messages.Result
Sets the matched DN associated with this result.
setMatchedDn(Dn) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
setMatchedDN(Dn) - Method in interface org.opends.server.types.operation.InProgressOperation
Specifies the matched DN for this operation.
setMatchedDN(Dn) - Method in interface org.opends.server.types.operation.PostOperationOperation
Specifies the matched DN for this operation.
setMatchedDN(Dn) - Method in class org.opends.server.types.Operation
Specifies the matched DN for this operation.
setMatchingRuleName(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JsonEqualityMatchingRuleCfgClient
Sets the "matching-rule-name" property.
setMatchingRuleName(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JsonOrderingMatchingRuleCfgClient
Sets the "matching-rule-name" property.
setMatchingRuleName(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JsonQueryEqualityMatchingRuleCfgClient
Sets the "matching-rule-name" property.
setMatchingRuleName(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.NameAndJsonQueryEqualityMatchingRuleCfgClient
Sets the "matching-rule-name" property.
setMatchingRuleOid(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JsonEqualityMatchingRuleCfgClient
Sets the "matching-rule-oid" property.
setMatchingRuleOid(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JsonOrderingMatchingRuleCfgClient
Sets the "matching-rule-oid" property.
setMatchingRuleOid(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.JsonQueryEqualityMatchingRuleCfgClient
Sets the "matching-rule-oid" property.
setMatchingRuleOid(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.NameAndJsonQueryEqualityMatchingRuleCfgClient
Sets the "matching-rule-oid" property.
setMatchPattern(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.RegularExpressionIdentityMapperCfgClient
Sets the "match-pattern" property.
setMaxAllowedClientConnections(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "max-allowed-client-connections" property.
setMaxBatchedEvents(int) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration
Sets the maximum number of events to read from the buffer on each interval.
setMaxBatchedEvents(int) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.BatchConfiguration
Sets the maximum count of events that will be expected to be delivered in a single publish call.
setMaxBatchedEvents(int) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.BufferingConfiguration
Sets the maximum number of events to read from the buffer on each interval.
setMaxBlockedWriteTimeLimit(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "max-blocked-write-time-limit" property.
setMaxBlockedWriteTimeLimit(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "max-blocked-write-time-limit" property.
setMaxCandidateSetSize(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "max-candidate-set-size" property.
setMaxConcurrentOpsPerConnection(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "max-concurrent-ops-per-connection" property.
setMaxConsecutiveLength(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.RepeatedCharactersPasswordValidatorCfgClient
Sets the "max-consecutive-length" property.
setMaxDiskSpaceToUse(long) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRetention
Sets the maximum disk space the audit logs can occupy.
setMaxEntries(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.FifoEntryCacheCfgClient
Sets the "max-entries" property.
setMaxFileSize(long) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
Sets the maximum file size of an audit log file in bytes.
setMaxInternalBufferSize(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "max-internal-buffer-size" property.
setMaxMemoryPercent(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.FifoEntryCacheCfgClient
Sets the "max-memory-percent" property.
setMaxNumberOfHistoryFiles(int) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRetention
Sets the maximum number of historical log files to retain.
setMaxPasswordAge(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "max-password-age" property.
setMaxPasswordLength(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.LengthBasedPasswordValidatorCfgClient
Sets the "max-password-length" property.
setMaxPasswordResetAge(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "max-password-reset-age" property.
setMaxPsearches(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "max-psearches" property.
setMaxReplicationDelayHealthCheck(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "max-replication-delay-health-check" property.
setMaxRequestSize(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "max-request-size" property.
setMaxRequestSize(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "max-request-size" property.
setMaxSize(int) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration
Sets the buffer capacity, which are the maximum number of events that can be buffered.
setMaxSize(int) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration.EventBufferingConfiguration
Sets the buffer capacity, which are the maximum number of events that can be buffered.
setMaxSize(int) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.BufferingConfiguration
Sets the buffer capacity, which are the maximum number of events that can be buffered.
setMaxSize(int) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.EventBufferingConfiguration
Sets the buffer capacity, which are the maximum number of events that can be buffered.
setMaxTimeout(Duration) - Method in class org.forgerock.util.PerItemEvictionStrategyCache
Sets the maximum timeout.
setMessageBody(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SmtpAlertHandlerCfgClient
Sets the "message-body" property.
setMessageSubject(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.SmtpAccountStatusNotificationHandlerCfgClient
Sets the "message-subject" property.
setMessageSubject(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SmtpAlertHandlerCfgClient
Sets the "message-subject" property.
setMessageTemplateFile(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.SmtpAccountStatusNotificationHandlerCfgClient
Sets the "message-template-file" property.
setMetricNamePrefix(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.GraphiteMonitorReporterPluginCfgClient
Sets the "metric-name-prefix" property.
setMinCharacterSets(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.CharacterSetPasswordValidatorCfgClient
Sets the "min-character-sets" property.
setMinFreeSpaceRequired(long) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRetention
Sets the minimum free space the system must contain.
setMinPasswordAge(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "min-password-age" property.
setMinPasswordDifference(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.SimilarityBasedPasswordValidatorCfgClient
Sets the "min-password-difference" property.
setMinPasswordLength(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.LengthBasedPasswordValidatorCfgClient
Sets the "min-password-length" property.
setMinSubstringLength(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.AttributeValuePasswordValidatorCfgClient
Sets the "min-substring-length" property.
setMinSubstringLength(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.DictionaryPasswordValidatorCfgClient
Sets the "min-substring-length" property.
setMinUniqueCharacters(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.UniqueCharactersPasswordValidatorCfgClient
Sets the "min-unique-characters" property.
setModifications(List<Modification>) - Method in class org.opends.server.core.ModifyOperation
 
setModifications(List<Modification>) - Method in interface org.opends.server.types.operation.PreParseModifyOperation
Specifies the set of modifications for this modify operation.
setModificationsAsAppliedByServer(List<Modification>) - Method in class org.forgerock.opendj.server.core.RequestContext
Sets the list of modifications applied to an entry by the server while processing a Modify request.
setMods(List<Modification>) - Method in class org.opends.server.replication.protocol.ModifyCommonMsg
Set the Modification associated to the UpdateMsg to the provided value.
setMustChangePassword(boolean) - Method in class org.opends.server.api.ClientConnection
Specifies whether the user associated with this client connection must change their password before they will be allowed to do anything else.
setMustChangePassword(boolean) - Method in class org.opends.server.core.PasswordPolicyState
Updates the user entry to indicate whether the user's password must be changed.
setName(String) - Method in class org.forgerock.audit.events.handlers.EventHandlerConfiguration
Sets the name of this handler.
setName(String) - Method in interface org.forgerock.opendj.ldap.Entry
Sets the distinguished name of this entry (optional operation).
setName(String) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
setName(String) - Method in class org.forgerock.opendj.ldap.messages.CompareRequest
Sets the distinguished name of the entry to be compared.
setName(String) - Method in class org.forgerock.opendj.ldap.messages.DeleteRequest
Sets the distinguished name of the entry to be deleted.
setName(String) - Method in class org.forgerock.opendj.ldap.messages.ModifyDnRequest
Sets the distinguished name of the entry to be renamed.
setName(String) - Method in class org.forgerock.opendj.ldap.messages.ModifyRequest
Sets the distinguished name of the entry to be modified.
setName(String) - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
Sets the distinguished name of the base entry relative to which the search is to be performed.
setName(String) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
setName(String) - Method in interface org.forgerock.opendj.ldif.ChangeRecord
Sets the distinguished name of the entry to be updated.
setName(String, String) - Method in interface org.opends.server.replication.protocol.Session
Sets name of the source server and peer server, in order to identify the session in thread name and logging statements.
setName(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.BackendVlvIndexCfgClient
Sets the "name" property.
setName(Dn) - Method in class org.forgerock.opendj.ldap.AbstractMapEntry
 
setName(Dn) - Method in class org.forgerock.opendj.ldap.Entries.NullEntry
 
setName(Dn) - Method in interface org.forgerock.opendj.ldap.Entry
Sets the distinguished name of this entry (optional operation).
setName(Dn) - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
setName(Dn) - Method in class org.forgerock.opendj.ldap.messages.BindRequest
Sets the name of the Directory object that the client wishes to bind as.
setName(Dn) - Method in class org.forgerock.opendj.ldap.messages.CompareRequest
Sets the distinguished name of the entry to be compared.
setName(Dn) - Method in class org.forgerock.opendj.ldap.messages.DeleteRequest
Sets the distinguished name of the entry to be deleted.
setName(Dn) - Method in class org.forgerock.opendj.ldap.messages.ModifyDnRequest
Sets the distinguished name of the entry to be renamed.
setName(Dn) - Method in class org.forgerock.opendj.ldap.messages.ModifyRequest
Sets the distinguished name of the entry to be modified.
setName(Dn) - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
Sets the distinguished name of the base entry relative to which the search is to be performed.
setName(Dn) - Method in interface org.forgerock.opendj.ldap.messages.SearchResultEntry
 
setName(Dn) - Method in interface org.forgerock.opendj.ldif.ChangeRecord
Sets the distinguished name of the entry to be updated.
setNamingProperty(PropertyDefinition<?>) - Method in class org.forgerock.opendj.config.InstantiableRelationDefinition.Builder
Sets the naming property for the instantiable relation definition.
setNewPassword(byte[]) - Method in class org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
Sets the desired password for the user.
setNewPassword(char[]) - Method in class org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
Sets the desired password for the user.
setNewRdn(String) - Method in class org.forgerock.opendj.ldap.messages.ModifyDnRequest
Sets the new RDN of the entry to be renamed.
setNewRdn(Rdn) - Method in class org.forgerock.opendj.ldap.messages.ModifyDnRequest
Sets the new RDN of the entry to be renamed.
setNewRDN(Rdn) - Method in class org.opends.server.core.ModifyDnOperation
 
setNewRDN(Rdn) - Method in class org.opends.server.replication.protocol.ModifyDNMsg
Set the new RDN of this operation.
setNewRDN(Rdn) - Method in interface org.opends.server.types.operation.PreParseModifyDNOperation
Specifies the newRDN as included in the request from the client.
setNewResourceId(String) - Method in interface org.forgerock.json.resource.CreateRequest
Sets the client provided ID of the resource to be created.
setNewSuperior(String) - Method in class org.forgerock.opendj.ldap.messages.ModifyDnRequest
Sets the distinguished name of an existing entry that will become the immediate superior (parent) of the entry to be renamed.
setNewSuperior(Dn) - Method in class org.forgerock.opendj.ldap.messages.ModifyDnRequest
Sets the distinguished name of an existing entry that will become the immediate superior (parent) of the entry to be renamed.
setNewSuperior(Dn) - Method in class org.opends.server.core.ModifyDnOperation
 
setNewSuperior(Dn) - Method in class org.opends.server.replication.protocol.ModifyDNMsg
Set the new superior.
setNewSuperior(Dn) - Method in interface org.opends.server.types.operation.PreParseModifyDNOperation
Specifies the newSuperior for this modify DN operation, as provided in the request from the client.
setNextFile(File) - Method in class org.forgerock.audit.rotation.RotationContext
Set the next file.
setNoAvailableVersionHandler(ResourceApiVersionSpecificationFilter.NoApiVersionHandler) - Method in class org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.ResourcePathAndVersionSpecification
Indicate what should happen if no resource API version supplied on the request.
setNotificationSenderAddress(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.TaskBackendCfgClient
Sets the "notification-sender-address" property.
setNotifyAbandonedOperations(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "notify-abandoned-operations" property.
setNotifyUponCompletionEmailAddresses(Collection<String>) - Method in class org.opends.server.tools.tasks.TaskScheduleUserData
Sets the list of email address to which an email will be sent when this task completes.
setNotifyUponErrorEmailAddresses(Collection<String>) - Method in class org.opends.server.tools.tasks.TaskScheduleUserData
Sets the list of email address to which an email will be sent if this task encounters an error during execution.
setNumberOfFiles(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.FileCountLogRetentionPolicyCfgClient
Sets the "number-of-files" property.
setNumRequestHandlers(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "num-request-handlers" property.
setNumRequestHandlers(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "num-request-handlers" property.
setNumUpdateReplayThreads(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "num-update-replay-threads" property.
setNumWorkerThreads(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.TraditionalWorkQueueCfgClient
Sets the "num-worker-threads" property.
setObject(Object) - Method in class org.forgerock.json.JsonValue
Sets the Java object representing this JSON value.
setOf(Class<V>) - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON value as a Set containing objects whose type (and value) is specified by the parameter type.
setOf(Function<JsonValue, V, E>) - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON value as a Set containing objects whose type (and value) is specified by a transformation function.
setOid(String) - Method in class org.forgerock.opendj.ldap.messages.GenericExtendedRequest
Sets the numeric OID associated with this extended request.
setOid(String) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
Sets the numeric OID, if any, associated with this extended result.
setOid(String) - Method in interface org.forgerock.opendj.ldap.messages.GenericIntermediateResponse
Sets the numeric OID, if any, associated with this intermediate response.
setOldPassword(byte[]) - Method in class org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
Sets the current password for the user.
setOldPassword(char[]) - Method in class org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
Sets the current password for the user.
setOperation(Operation) - Method in class org.opends.server.backends.task.Task
Specifies the operation used to create this task in the server.
setOption(PropertyOption) - Method in class org.forgerock.opendj.config.PropertyDefinition.AbstractBuilder
Add a property definition option.
setOption(RelationOption) - Method in class org.forgerock.opendj.config.RelationDefinition.AbstractBuilder
Add a relation definition option.
setOption(Option<T>, T) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Sets a schema option overriding any previous values for the option.
setOptions(Options) - Method in interface org.forgerock.opendj.io.RxServerSocket
Updates the options of this server socket.
setOptions(Options) - Method in class org.forgerock.opendj.ldap.LdapServer
Updates the options of this LDAP listener.
setOrderedEntryCaches(List<EntryCache<?>>) - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
Sets the current cache order array.
setOverrideSeverity(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ErrorLogPublisherCfgClient
Sets the "override-severity" property.
setPagedResultsCookie(String) - Method in interface org.forgerock.json.resource.QueryRequest
Sets the opaque cookie which is used by the resource provider to track its position in the set of query results.
setPagedResultsOffset(int) - Method in interface org.forgerock.json.resource.QueryRequest
Sets the zero-based index of the first resource which should be included in the query results.
setPageSize(int) - Method in interface org.forgerock.json.resource.QueryRequest
Sets the requested page results page size or 0 if paged results are not required.
setParentEntryUUID(UUID) - Method in class org.opends.server.replication.protocol.AddMsg
Set the parent unique id of this add msg.
setParentPath(String) - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition.Builder
Sets the name of the managed object which is the parent of the aggregated managed objects.
setPartitionBaseDn(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "partition-base-dn" property.
setPassword(String) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
Sets the password of the keystore.
setPassword(String) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
Sets Elasticsearch password for HTTP basic authentication.
setPasswordAttribute(ValueOrExpression<AttributeType>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "password-attribute" property.
setPasswordChangedTime() - Method in class org.opends.server.core.PasswordPolicyState
Sets a new value for the password changed time equal to the current time.
setPasswordChangedTime(long) - Method in class org.opends.server.core.PasswordPolicyState
Sets a new value for the password changed time equal to the specified time.
setPasswordChangeRequiresCurrentPassword(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "password-change-requires-current-password" property.
setPasswordCharacterSet(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.RandomPasswordGeneratorCfgClient
Sets the "password-character-set" property.
setPasswordExpirationWarningInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "password-expiration-warning-interval" property.
setPasswordFormat(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.RandomPasswordGeneratorCfgClient
Sets the "password-format" property.
setPasswordGenerator(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "password-generator" property.
setPasswordHistoryCount(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "password-history-count" property.
setPasswordHistoryDuration(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "password-history-duration" property.
setPasswordValidator(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "password-validator" property.
setPattern(String, String) - Method in class org.forgerock.opendj.config.StringPropertyDefinition.Builder
Set the regular expression pattern which values of this property must match.
setPbkdf2Iterations(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.Pbkdf2PasswordStorageSchemeCfgClient
Sets the "pbkdf2-iterations" property.
setPemDirectory(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PemKeyManagerProviderCfgClient
Sets the "pem-directory" property.
setPemDirectory(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PemTrustManagerProviderCfgClient
Sets the "pem-directory" property.
setPermission(Collection<ValueOrExpression<GlobalAccessControlPolicyCfgDefn.Permission>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Sets the "permission" property.
setPermissions(Path, FilePermission) - Static method in class org.opends.server.types.FilePermission
Attempts to set the given permissions on the specified file.
setPkcs11ProviderArg(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Pkcs11KeyManagerProviderCfgClient
Sets the "pkcs11-provider-arg" property.
setPkcs11ProviderArg(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Pkcs11TrustManagerProviderCfgClient
Sets the "pkcs11-provider-arg" property.
setPkcs11ProviderClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Pkcs11KeyManagerProviderCfgClient
Sets the "pkcs11-provider-class" property.
setPkcs11ProviderClass(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Pkcs11TrustManagerProviderCfgClient
Sets the "pkcs11-provider-class" property.
setPkcs11ProviderName(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Pkcs11KeyManagerProviderCfgClient
Sets the "pkcs11-provider-name" property.
setPkcs11ProviderName(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Pkcs11TrustManagerProviderCfgClient
Sets the "pkcs11-provider-name" property.
setPluginOrderIntermediateResponse(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-intermediate-response" property.
setPluginOrderLdifImport(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-ldif-import" property.
setPluginOrderLdifImportBegin(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-ldif-import-begin" property.
setPluginOrderLdifImportEnd(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-ldif-import-end" property.
setPluginOrderPostCommitAdd(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-commit-add" property.
setPluginOrderPostCommitDelete(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-commit-delete" property.
setPluginOrderPostCommitModify(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-commit-modify" property.
setPluginOrderPostCommitModifyDn(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-commit-modify-dn" property.
setPluginOrderPostConnect(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-connect" property.
setPluginOrderPostDisconnect(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-disconnect" property.
setPluginOrderPostOperationAbandon(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-operation-abandon" property.
setPluginOrderPostOperationAdd(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-operation-add" property.
setPluginOrderPostOperationBind(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-operation-bind" property.
setPluginOrderPostOperationCompare(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-operation-compare" property.
setPluginOrderPostOperationDelete(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-operation-delete" property.
setPluginOrderPostOperationExtended(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-operation-extended" property.
setPluginOrderPostOperationModify(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-operation-modify" property.
setPluginOrderPostOperationModifyDn(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-operation-modify-dn" property.
setPluginOrderPostOperationSearch(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-operation-search" property.
setPluginOrderPostOperationUnbind(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-operation-unbind" property.
setPluginOrderPostResponseAdd(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-response-add" property.
setPluginOrderPostResponseBind(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-response-bind" property.
setPluginOrderPostResponseCompare(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-response-compare" property.
setPluginOrderPostResponseDelete(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-response-delete" property.
setPluginOrderPostResponseExtended(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-response-extended" property.
setPluginOrderPostResponseModify(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-response-modify" property.
setPluginOrderPostResponseModifyDn(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-response-modify-dn" property.
setPluginOrderPostResponseSearch(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-response-search" property.
setPluginOrderPostSynchronizationAdd(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-synchronization-add" property.
setPluginOrderPostSynchronizationDelete(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-synchronization-delete" property.
setPluginOrderPostSynchronizationModify(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-synchronization-modify" property.
setPluginOrderPostSynchronizationModifyDn(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-post-synchronization-modify-dn" property.
setPluginOrderPreOperationAdd(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-pre-operation-add" property.
setPluginOrderPreOperationBind(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-pre-operation-bind" property.
setPluginOrderPreOperationCompare(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-pre-operation-compare" property.
setPluginOrderPreOperationDelete(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-pre-operation-delete" property.
setPluginOrderPreOperationExtended(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-pre-operation-extended" property.
setPluginOrderPreOperationModify(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-pre-operation-modify" property.
setPluginOrderPreOperationModifyDn(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-pre-operation-modify-dn" property.
setPluginOrderPreOperationSearch(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-pre-operation-search" property.
setPluginOrderPreParseAbandon(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-pre-parse-abandon" property.
setPluginOrderPreParseAdd(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-pre-parse-add" property.
setPluginOrderPreParseBind(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-pre-parse-bind" property.
setPluginOrderPreParseCompare(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-pre-parse-compare" property.
setPluginOrderPreParseDelete(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-pre-parse-delete" property.
setPluginOrderPreParseExtended(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-pre-parse-extended" property.
setPluginOrderPreParseModify(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-pre-parse-modify" property.
setPluginOrderPreParseModifyDn(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-pre-parse-modify-dn" property.
setPluginOrderPreParseSearch(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-pre-parse-search" property.
setPluginOrderPreParseUnbind(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-pre-parse-unbind" property.
setPluginOrderSearchResultEntry(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-search-result-entry" property.
setPluginOrderSearchResultReference(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-search-result-reference" property.
setPluginOrderShutdown(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-shutdown" property.
setPluginOrderStartup(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-startup" property.
setPluginOrderSubordinateDelete(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-subordinate-delete" property.
setPluginOrderSubordinateModifyDn(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
Sets the "plugin-order-subordinate-modify-dn" property.
setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>>) - Method in interface org.forgerock.opendj.server.config.client.AttributeCleanupPluginCfgClient
Sets the "plugin-type" property.
setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>>) - Method in interface org.forgerock.opendj.server.config.client.ChangeNumberControlPluginCfgClient
Sets the "plugin-type" property.
setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>>) - Method in interface org.forgerock.opendj.server.config.client.EntityTagPluginCfgClient
Sets the "plugin-type" property.
setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>>) - Method in interface org.forgerock.opendj.server.config.client.EntryUuidPluginCfgClient
Sets the "plugin-type" property.
setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>>) - Method in interface org.forgerock.opendj.server.config.client.GraphiteMonitorReporterPluginCfgClient
Sets the "plugin-type" property.
setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>>) - Method in interface org.forgerock.opendj.server.config.client.LastModPluginCfgClient
Sets the "plugin-type" property.
setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>>) - Method in interface org.forgerock.opendj.server.config.client.LdapAttributeDescriptionListPluginCfgClient
Sets the "plugin-type" property.
setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyImportPluginCfgClient
Sets the "plugin-type" property.
setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>>) - Method in interface org.forgerock.opendj.server.config.client.PluginCfgClient
Sets the "plugin-type" property.
setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>>) - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
Sets the "plugin-type" property.
setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>>) - Method in interface org.forgerock.opendj.server.config.client.SambaPasswordPluginCfgClient
Sets the "plugin-type" property.
setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>>) - Method in interface org.forgerock.opendj.server.config.client.SevenBitCleanPluginCfgClient
Sets the "plugin-type" property.
setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>>) - Method in interface org.forgerock.opendj.server.config.client.UniqueAttributePluginCfgClient
Sets the "plugin-type" property.
setPollInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.LdifConnectionHandlerCfgClient
Sets the "poll-interval" property.
setPort(int) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
Sets the port for the connection.
setPort(int) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.ConnectionConfiguration
Sets the port for the connection.
setPort(int) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
Sets the port of the Syslog daemon to which messages should be published.
setPreferredLocales(PreferredLocales) - Method in interface org.forgerock.json.resource.ActionRequest
 
setPreferredLocales(PreferredLocales) - Method in interface org.forgerock.json.resource.CreateRequest
 
setPreferredLocales(PreferredLocales) - Method in interface org.forgerock.json.resource.DeleteRequest
 
setPreferredLocales(PreferredLocales) - Method in interface org.forgerock.json.resource.PatchRequest
 
setPreferredLocales(PreferredLocales) - Method in interface org.forgerock.json.resource.QueryRequest
 
setPreferredLocales(PreferredLocales) - Method in interface org.forgerock.json.resource.ReadRequest
 
setPreferredLocales(PreferredLocales) - Method in interface org.forgerock.json.resource.Request
Set the locale preference for the request.
setPreferredLocales(PreferredLocales) - Method in interface org.forgerock.json.resource.UpdateRequest
 
setPreloadTimeLimit(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Sets the "preload-time-limit" property.
setPreviousLastLoginTimeFormat(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "previous-last-login-time-format" property.
setPrimaryGroupId(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Sets the "primary-group-id" property.
setPrimaryRemoteLdapServer(Collection<ValueOrExpression<HostPort>>) - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Sets the "primary-remote-ldap-server" property.
setPrimaryServer(Collection<ValueOrExpression<HostPort>>) - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Sets the "primary-server" property.
setPrincipalName(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.GssapiSaslMechanismHandlerCfgClient
Sets the "principal-name" property.
setProgressStats(CSN, int) - Method in class org.opends.server.tasks.PurgeConflictsHistoricalTask
Set the last CSN purged and the count of purged values in order to monitor the historical purge.
setProperty(String, String) - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Specifies a property with the given name and value.
setPropertyValue(ManagedObject<?>) - Method in class org.forgerock.opendj.config.conditions.ContainsCondition
Modifies the provided managed object so that it has the property value associated with this condition.
setPropertyValue(PropertyDefinition<P>, ValueOrExpression<P>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Sets a new pending value for the specified property.
setPropertyValue(PropertyDefinition<P>, ValueOrExpression<P>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
setPropertyValues(String, String...) - Method in class org.forgerock.opendj.config.DefaultManagedObject.Builder
Defines a property's values for the default managed object.
setPropertyValues(PropertyDefinition<P>, Collection<ValueOrExpression<P>>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
Sets a new pending values for the specified property.
setPropertyValues(PropertyDefinition<P>, Collection<ValueOrExpression<P>>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
setProtocol(TransportProtocol) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
Sets the protocol over which messages transmitted to the Syslog daemon.
setProtocolVersion(short) - Method in interface org.opends.server.replication.protocol.Session
This method is called at the establishment of the session and can be used to record the version of the protocol that is currently used.
setProxiedAuthorizationDn(Dn) - Method in class org.forgerock.opendj.server.core.RequestContext
Set the proxied authorization DN for this operation if any.
setProxiedAuthorizationIdentityMapper(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "proxied-authorization-identity-mapper" property.
setProxyProtocolAllowedClient(Collection<ValueOrExpression<AddressMask>>) - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Sets the "proxy-protocol-allowed-client" property.
setProxyProtocolAllowedClient(Collection<ValueOrExpression<AddressMask>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "proxy-protocol-allowed-client" property.
setProxyProtocolAllowedClient(Collection<ValueOrExpression<AddressMask>>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "proxy-protocol-allowed-client" property.
setProxyProtocolEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Sets the "proxy-protocol-enabled" property.
setProxyProtocolEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "proxy-protocol-enabled" property.
setProxyProtocolEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "proxy-protocol-enabled" property.
setProxyUserDn(ValueOrExpression<Dn>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "proxy-user-dn" property.
setProxyUserPassword(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "proxy-user-password" property.
setPurgeDelay(Duration) - Method in interface org.opends.server.replication.server.changelog.api.ChangelogDB
Sets the purge delay for the replication database.
setPurgeDelay(Duration) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
setPwdSyncPolicy(Collection<ValueOrExpression<SambaPasswordPluginCfgDefn.PwdSyncPolicy>>) - Method in interface org.forgerock.opendj.server.config.client.SambaPasswordPluginCfgClient
Sets the "pwd-sync-policy" property.
setQualityOfProtection(ValueOrExpression<DigestMd5SaslMechanismHandlerCfgDefn.QualityOfProtection>) - Method in interface org.forgerock.opendj.server.config.client.DigestMd5SaslMechanismHandlerCfgClient
Sets the "quality-of-protection" property.
setQualityOfProtection(ValueOrExpression<GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection>) - Method in interface org.forgerock.opendj.server.config.client.GssapiSaslMechanismHandlerCfgClient
Sets the "quality-of-protection" property.
setQueryExpression(String) - Method in interface org.forgerock.json.resource.QueryRequest
Sets the native query expression which will be used for processing the query request.
setQueryFilter(QueryFilter<JsonPointer>) - Method in interface org.forgerock.json.resource.QueryRequest
Sets the query filter which will be used for selecting which JSON resources will be returned.
setQueryId(String) - Method in interface org.forgerock.json.resource.QueryRequest
Sets the query identifier for pre-defined queries.
setQueueSize(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Sets the "queue-size" property.
setQueueSize(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Sets the "queue-size" property.
setQueueSize(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Sets the "queue-size" property.
setQueueSize(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Sets the "queue-size" property.
setQuoteChar(char) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvFormatting
Sets the character to use to quote the csv entries.
setRandomSeed(int) - Method in class org.forgerock.opendj.ldif.EntryGenerator
Sets the random seed to use when generating entries.
setRealm(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.DigestMd5SaslMechanismHandlerCfgClient
Sets the "realm" property.
setRealm(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.GssapiSaslMechanismHandlerCfgClient
Sets the "realm" property.
setReason(String) - Method in exception org.forgerock.json.resource.ResourceException
Sets/overrides the short reason phrase of the exception.
setRebuildMode(RebuildConfig.RebuildMode) - Method in class org.opends.server.backends.RebuildConfig
Sets the rebuild mode.
setRecipientAddress(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.SmtpAccountStatusNotificationHandlerCfgClient
Sets the "recipient-address" property.
setRecipientAddress(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.SmtpAlertHandlerCfgClient
Sets the "recipient-address" property.
setRecoveryRequired(boolean) - Method in class org.opends.server.replication.service.ReplicationBroker
This flag is used to indicate if a recovery of update messages is necessary after a reconnection to a RS.
setRecurringDateTime(String) - Method in class org.opends.server.tools.tasks.TaskScheduleUserData
Sets the date/time pattern for recurring task schedule.
setReferencedValidator(Validator) - Method in class org.forgerock.json.schema.validator.validators.ReferenceTypeValidator
Sets the validator being referenced by this object.
setReferralsUrl(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "referrals-url" property.
setReferralURLs(List<String>) - Method in interface org.opends.server.types.operation.InProgressOperation
Specifies the set of referral URLs for this operation.
setReferralURLs(List<String>) - Method in interface org.opends.server.types.operation.PostOperationOperation
Specifies the set of referral URLs for this operation.
setReferralURLs(List<String>) - Method in class org.opends.server.types.Operation
Specifies the set of referral URLs for this operation.
setRegisterShutdownHook(boolean) - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Specifies whether a virtual-machine shutdown hook should be registered.
setRehashPolicy(ValueOrExpression<Argon2PasswordStorageSchemeCfgDefn.RehashPolicy>) - Method in interface org.forgerock.opendj.server.config.client.Argon2PasswordStorageSchemeCfgClient
Sets the "rehash-policy" property.
setRehashPolicy(ValueOrExpression<BcryptPasswordStorageSchemeCfgDefn.RehashPolicy>) - Method in interface org.forgerock.opendj.server.config.client.BcryptPasswordStorageSchemeCfgClient
Sets the "rehash-policy" property.
setRehashPolicy(ValueOrExpression<Pbkdf2PasswordStorageSchemeCfgDefn.RehashPolicy>) - Method in interface org.forgerock.opendj.server.config.client.Pbkdf2PasswordStorageSchemeCfgClient
Sets the "rehash-policy" property.
setRejectedLdifListener(RejectedLdifListener) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Sets the rejected record listener which should be notified whenever an LDIF record is skipped, malformed, or fails schema validation.
setRejectedLdifListener(RejectedLdifListener) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Sets the rejected record listener which should be notified whenever an LDIF record is skipped, malformed, or fails schema validation.
setRelationDefinition(String) - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition.Builder
Sets the relation in the parent managed object which contains the aggregated managed objects.
SetRelationDefinition<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
A managed object composite relationship definition which represents a composition of zero or more managed objects each of which must have a different type.
SetRelationDefinition.Builder<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
An interface for incrementally constructing set relation definitions.
setRemoveInboundAttributes(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.AttributeCleanupPluginCfgClient
Sets the "remove-inbound-attributes" property.
setRenameInboundAttributes(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.AttributeCleanupPluginCfgClient
Sets the "rename-inbound-attributes" property.
setReplacePattern(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.RegularExpressionIdentityMapperCfgClient
Sets the "replace-pattern" property.
setReplicationDbDirectory(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Sets the "replication-db-directory" property.
setReplicationPort(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Sets the "replication-port" property.
setReplicationPurgeDelay(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "replication-purge-delay" property.
setReplServerDbState(ServerState) - Method in class org.opends.server.replication.protocol.MonitorMsg
Sets the state of the replication server.
setReportingInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.GraphiteMonitorReporterPluginCfgClient
Sets the "reporting-interval" property.
setRequestId(int) - Method in class org.forgerock.opendj.ldap.messages.AbandonRequest
Sets the request ID of the request to be abandoned.
setRequestId(int) - Method in class org.forgerock.opendj.ldap.messages.CancelExtendedRequest
Sets the request ID of the request to be abandoned.
setRequestOID(String) - Method in class org.opends.server.core.ExtendedOperation
Specifies the OID for the request associated with this extended operation.
setRequestOID(String) - Method in interface org.opends.server.types.operation.PreParseExtendedOperation
Specifies the OID for the request associated with this extended operation.
setRequestTargetDnEqualTo(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "request-target-dn-equal-to" property.
setRequestTargetDnEqualTo(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Sets the "request-target-dn-equal-to" property.
setRequestTargetDnEqualToUserDn(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Sets the "request-target-dn-equal-to-user-dn" property.
setRequestTargetDnNotEqualTo(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "request-target-dn-not-equal-to" property.
setRequestTargetDnNotEqualTo(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Sets the "request-target-dn-not-equal-to" property.
setRequestValue(ByteString) - Method in class org.opends.server.core.ExtendedOperation
Specifies the value for the request associated with this extended operation.
setRequestValue(ByteString) - Method in interface org.opends.server.types.operation.PreParseExtendedOperation
Specifies the value for the request associated with this extended operation.
setRequireChangeByTime(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "require-change-by-time" property.
setRequiredChangeTime() - Method in class org.opends.server.core.PasswordPolicyState
Updates the user entry with a timestamp indicating that the password has been changed in accordance with the require change time.
setRequiredChangeTime(long) - Method in class org.opends.server.core.PasswordPolicyState
Updates the user entry with a timestamp indicating that the password has been changed in accordance with the require change time.
setRequiredScope(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2AuthorizationMechanismCfgClient
Sets the "required-scope" property.
setRequireSecureAuthentication(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "require-secure-authentication" property.
setRequireSecurePasswordChanges(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "require-secure-password-changes" property.
setResourceApiVersion(Version) - Method in exception org.forgerock.json.resource.ResourceException
 
setResourceApiVersion(Version) - Method in interface org.forgerock.json.resource.Response
Sets the API version of the resource that the request was routed to.
setResourceLimits(ResourceLimits) - Method in class org.opends.server.api.ClientConnection
Set the resource limits from existing limits.
setResourcePath(String) - Method in interface org.forgerock.json.resource.ActionRequest
 
setResourcePath(String) - Method in interface org.forgerock.json.resource.CreateRequest
Sets the path of the JSON resource container beneath which the new resource should be created.
setResourcePath(String) - Method in interface org.forgerock.json.resource.DeleteRequest
 
setResourcePath(String) - Method in interface org.forgerock.json.resource.PatchRequest
 
setResourcePath(String) - Method in interface org.forgerock.json.resource.QueryRequest
 
setResourcePath(String) - Method in interface org.forgerock.json.resource.ReadRequest
 
setResourcePath(String) - Method in interface org.forgerock.json.resource.Request
Sets the non-null path of the JSON resource to which this request should be targeted.
setResourcePath(String) - Method in interface org.forgerock.json.resource.UpdateRequest
 
setResourcePath(String) - Method in class org.forgerock.opendj.ldif.EntryGenerator
Sets the resource path, used to looks for resources files like first names, last names, or other custom resources.
setResourcePath(Path) - Method in class org.forgerock.opendj.ldif.EntryGenerator
Sets the resource path, used to looks for resources files like first names, last names, or other custom resources.
setResourcePath(ResourcePath) - Method in interface org.forgerock.json.resource.ActionRequest
 
setResourcePath(ResourcePath) - Method in interface org.forgerock.json.resource.CreateRequest
 
setResourcePath(ResourcePath) - Method in interface org.forgerock.json.resource.DeleteRequest
 
setResourcePath(ResourcePath) - Method in interface org.forgerock.json.resource.PatchRequest
 
setResourcePath(ResourcePath) - Method in interface org.forgerock.json.resource.QueryRequest
 
setResourcePath(ResourcePath) - Method in interface org.forgerock.json.resource.ReadRequest
 
setResourcePath(ResourcePath) - Method in interface org.forgerock.json.resource.Request
Sets the non-null path of the JSON resource to which this request should be targeted.
setResourcePath(ResourcePath) - Method in interface org.forgerock.json.resource.UpdateRequest
 
setResourceVersion(Version) - Method in interface org.forgerock.json.resource.ActionRequest
 
setResourceVersion(Version) - Method in interface org.forgerock.json.resource.CreateRequest
 
setResourceVersion(Version) - Method in interface org.forgerock.json.resource.DeleteRequest
 
setResourceVersion(Version) - Method in interface org.forgerock.json.resource.PatchRequest
 
setResourceVersion(Version) - Method in interface org.forgerock.json.resource.QueryRequest
 
setResourceVersion(Version) - Method in interface org.forgerock.json.resource.ReadRequest
 
setResourceVersion(Version) - Method in interface org.forgerock.json.resource.Request
Sets the requested API version of the resource.
setResourceVersion(Version) - Method in interface org.forgerock.json.resource.UpdateRequest
 
setResponseEntrySizeGreaterThan(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "response-entry-size-greater-than" property.
setResponseEtimeGreaterThan(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "response-etime-greater-than" property.
setResponseEtimeLessThan(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "response-etime-less-than" property.
setResponseEtimeProcessingGreaterThan(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "response-etime-processing-greater-than" property.
setResponseEtimeProcessingLessThan(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "response-etime-processing-less-than" property.
setResponseEtimeQueueingGreaterThan(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "response-etime-queueing-greater-than" property.
setResponseEtimeQueueingLessThan(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "response-etime-queueing-less-than" property.
setResponseOID(String) - Method in class org.opends.server.core.ExtendedOperation
Specifies the OID to include in the response to the client.
setResponseOID(String) - Method in interface org.opends.server.types.operation.PostOperationExtendedOperation
Specifies the OID to include in the response to the client.
setResponseOID(String) - Method in interface org.opends.server.types.operation.PreOperationExtendedOperation
Specifies the OID to include in the response to the client.
setResponseOID(String) - Method in interface org.opends.server.types.operation.PreParseExtendedOperation
Specifies the OID to include in the response to the client.
setResponseResultCodeEqualTo(Collection<ValueOrExpression<Integer>>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "response-result-code-equal-to" property.
setResponseResultCodeNotEqualTo(Collection<ValueOrExpression<Integer>>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "response-result-code-not-equal-to" property.
setResponseValue(ByteString) - Method in class org.opends.server.core.ExtendedOperation
Specifies the value to include in the response to the client.
setResponseValue(ByteString) - Method in interface org.opends.server.types.operation.PostOperationExtendedOperation
Specifies the value to include in the response to the client.
setResponseValue(ByteString) - Method in interface org.opends.server.types.operation.PreOperationExtendedOperation
Specifies the value to include in the response to the client.
setResponseValue(ByteString) - Method in interface org.opends.server.types.operation.PreParseExtendedOperation
Specifies the value to include in the response to the client.
setRestrictedClient(Collection<ValueOrExpression<AddressMask>>) - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Sets the "restricted-client" property.
setRestrictedClient(Collection<ValueOrExpression<AddressMask>>) - Method in interface org.forgerock.opendj.server.config.client.ConnectionHandlerCfgClient
Sets the "restricted-client" property.
setRestrictedClient(Collection<ValueOrExpression<AddressMask>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "restricted-client" property.
setRestrictedClientConnectionLimit(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Sets the "restricted-client-connection-limit" property.
setRestrictedClientConnectionLimit(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.ConnectionHandlerCfgClient
Sets the "restricted-client-connection-limit" property.
setRestrictedClientConnectionLimit(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "restricted-client-connection-limit" property.
setResult(LdapException) - Method in interface org.opends.server.types.operation.InProgressOperation
Sets the response elements for this operation based on the information contained in the provided exception object.
setResult(LdapException) - Method in interface org.opends.server.types.operation.PostOperationOperation
Sets the response elements for this operation based on the information contained in the provided exception object.
setResult(LdapException) - Method in class org.opends.server.types.Operation
Sets the response elements for this operation based on the information contained in the provided exception object.
setResult(Result) - Method in class org.opends.server.types.Operation
Specifies the result for this operation.
setResultCode(ResultCode) - Method in class org.forgerock.opendj.config.server.ConfigChangeResult
Specifies the result code for this config change result.
setResultCode(ResultCode) - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
 
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.messages.CompareResult
 
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.messages.ExtendedResult
 
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
 
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.messages.PasswordModifyExtendedResult
 
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.messages.Result
Sets the result code associated with this result.
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.messages.WhoAmIExtendedResult
 
setResultCode(ResultCode) - Method in interface org.opends.server.types.operation.InProgressOperation
Specifies the result code for this operation.
setResultCode(ResultCode) - Method in interface org.opends.server.types.operation.PostOperationOperation
Specifies the result code for this operation.
setResultCode(ResultCode) - Method in class org.opends.server.types.Operation
Specifies the result code for this operation.
setResultCodeAndMessageNoInfoDisclosure(Operation, Entry, Dn, Result, Result) - Static method in class org.opends.server.types.Operation
Sets the provided resultCodes and messages on the provided operation.
setResultCodeIfSuccess(ResultCode) - Method in class org.forgerock.opendj.config.server.ConfigChangeResult
Sets the provided result code for this config change result if the current result code is success.
setRetentionPolicy(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Sets the "retention-policy" property.
setRetentionPolicy(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Sets the "retention-policy" property.
setRetentionPolicy(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Sets the "retention-policy" property.
setRetentionPolicy(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Sets the "retention-policy" property.
setRetentionPolicy(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Sets the "retention-policy" property.
setRetentionPolicy(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Sets the "retention-policy" property.
setRetentionPolicy(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
Sets the "retention-policy" property.
setRetentionPolicy(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.JsonFileHttpAccessLogPublisherCfgClient
Sets the "retention-policy" property.
setReturnBindErrorMessages(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "return-bind-error-messages" property.
setReturnNullForMissingProperties(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.HdapEndpointCfgClient
Sets the "return-null-for-missing-properties" property.
setReturnNullForMissingProperties(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.Rest2ldapEndpointCfgClient
Sets the "return-null-for-missing-properties" property.
setRevision(String) - Method in interface org.forgerock.json.resource.DeleteRequest
Sets the expected version information associated with the JSON resource to be deleted.
setRevision(String) - Method in interface org.forgerock.json.resource.PatchRequest
Sets the expected version information associated with the JSON resource to be patched.
setRevision(String) - Method in interface org.forgerock.json.resource.UpdateRequest
Sets the expected version information associated with the JSON resource to be updated.
setRights(int) - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Set the rights of the container to the specified rights.
setRmiPort(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.JmxConnectionHandlerCfgClient
Sets the "rmi-port" property.
setRotationEnabled(boolean) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
Sets log rotation enabled state.
setRotationFilePrefix(String) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
Sets the prefix to add to a log file on rotation.
setRotationFileSuffix(String) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
Sets the suffix to add to a log file on rotation.
setRotationInterval(String) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
Sets the interval to trigger a file rotation.
setRotationInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.TimeLimitLogRotationPolicyCfgClient
Sets the "rotation-interval" property.
setRotationPolicy(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Sets the "rotation-policy" property.
setRotationPolicy(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Sets the "rotation-policy" property.
setRotationPolicy(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Sets the "rotation-policy" property.
setRotationPolicy(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Sets the "rotation-policy" property.
setRotationPolicy(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Sets the "rotation-policy" property.
setRotationPolicy(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Sets the "rotation-policy" property.
setRotationPolicy(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
Sets the "rotation-policy" property.
setRotationPolicy(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.JsonFileHttpAccessLogPublisherCfgClient
Sets the "rotation-policy" property.
setRotationRetentionCheckInterval(String) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration
Sets the interval to check time-based file rotation policies.
setRotationTimes(List<String>) - Method in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRotation
Sets a list of times at which file rotation should be triggered; times should be provided as Strings that can be parsed by Duration that each specify an offset from midnight.
setRouteAll(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "route-all" property.
setSafePermissions(Path, Integer) - Static method in class org.opends.server.types.FilePermission
Attempts to set the given permissions on the specified file.
setSambaAdministratorDn(ValueOrExpression<Dn>) - Method in interface org.forgerock.opendj.server.config.client.SambaPasswordPluginCfgClient
Sets the "samba-administrator-dn" property.
setSASLAuthStateInfo(Object) - Method in class org.opends.server.api.ClientConnection
Specifies an opaque set of information that may be used for processing multi-stage SASL binds.
setSASLAuthUserEntry(Entry) - Method in class org.opends.server.core.BindOperation
Specifies the user entry associated with the SASL authentication attempt.
setSASLCredentials(String, ByteString) - Method in class org.opends.server.core.BindOperation
 
setSASLCredentials(String, ByteString) - Method in interface org.opends.server.types.operation.PreParseBindOperation
Specifies the SASL credentials for this bind operation.
setSaslMechanismAndCredentials(String, byte[]) - Method in class org.forgerock.opendj.ldap.messages.BindRequest
Sets the authentication type to BindRequest.AUTHENTICATION_TYPE_SASL, the SASL mechanism name, and the optional SASL credentials.
setSaslMechanismAndCredentials(SaslClient) - Method in class org.forgerock.opendj.ldap.messages.BindRequest
Configures this bind request for SASL authentication using the provided SaslClient.
setSaslServer(SaslServer) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
Sets the SaslServer to use by the underlying connection.
setSaslServer(SaslServer) - Method in class org.opends.server.core.BindOperation
Sets the SASL server.
setSaveConfigOnSuccessfulStartup(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "save-config-on-successful-startup" property.
setSchema(Schema) - Method in class org.forgerock.opendj.ldap.DecodeOptions
Sets the Schema which will be used for decoding distinguished names, attribute descriptions, and other objects which require a schema in order to be decoded.
setSchema(Schema) - Method in class org.forgerock.opendj.ldif.EntryGenerator
Sets the schema which should be when generating entries.
setSchema(Schema) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Sets the schema which should be used for decoding change records that are read from LDIF.
setSchema(Schema) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Sets the schema which should be used for decoding entries that are read from LDIF.
setSchemaDirectory(Path) - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Specifies the directory that should contain the server schema configuration files.
setSchemaEntryDn(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.SchemaBackendCfgClient
Sets the "schema-entry-dn" property.
setSchemaResolver(SchemaResolver) - Method in class org.forgerock.opendj.ldap.DecodeOptions
Sets the strategy for selecting which Schema should be used for decoding distinguished names, attribute descriptions, and other objects which require a Schema in order to be decoded.
setSchemaValidationPolicy(SchemaValidationPolicy) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordReader
Specifies the schema validation which should be used when reading LDIF change records.
setSchemaValidationPolicy(SchemaValidationPolicy) - Method in class org.forgerock.opendj.ldif.LdifEntryReader
Specifies the schema validation which should be used when reading LDIF entry records.
setScope(ValueOrExpression<BackendVlvIndexCfgDefn.Scope>) - Method in interface org.forgerock.opendj.server.config.client.BackendVlvIndexCfgClient
Sets the "scope" property.
setScope(ValueOrExpression<VirtualAttributeCfgDefn.Scope>) - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
Sets the "scope" property.
setScope(SearchScope) - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
Sets the scope of the search.
setScope(SearchScope) - Method in class org.opends.server.core.SearchOperation
Specifies the scope for this search operation.
setScope(SearchScope) - Method in interface org.opends.server.types.operation.PreParseSearchOperation
Specifies the scope for this search operation.
setScramCredential(ScramCredential) - Method in class org.forgerock.opendj.security.ScramCredentialCallback
Sets the SCRAM credential associated with the authenticating user.
setScramIterations(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.ScramSha256PasswordStorageSchemeCfgClient
Sets the "scram-iterations" property.
setScramIterations(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.ScramSha512PasswordStorageSchemeCfgClient
Sets the "scram-iterations" property.
setSearchResponseIsIndexed(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "search-response-is-indexed" property.
setSearchResponseNentriesGreaterThan(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "search-response-nentries-greater-than" property.
setSearchResponseNentriesLessThan(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "search-response-nentries-less-than" property.
setSecondaryRemoteLdapServer(Collection<ValueOrExpression<HostPort>>) - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Sets the "secondary-remote-ldap-server" property.
setSecondaryServer(Collection<ValueOrExpression<HostPort>>) - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Sets the "secondary-server" property.
setSecurity(CsvAuditEventHandlerConfiguration.CsvSecurity) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration
Sets the CSV tamper evident options.
setSendEmailAsHtml(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.SmtpAccountStatusNotificationHandlerCfgClient
Sets the "send-email-as-html" property.
setSenderAddress(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SmtpAccountStatusNotificationHandlerCfgClient
Sets the "sender-address" property.
setSenderAddress(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.SmtpAlertHandlerCfgClient
Sets the "sender-address" property.
setSendMessageWithoutEndUserAddress(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.SmtpAccountStatusNotificationHandlerCfgClient
Sets the "send-message-without-end-user-address" property.
setServerContext(ServerContext) - Method in interface org.opends.server.api.AuthenticationPolicyFactory
Sets the server context.
setServerContext(ServerContext) - Method in class org.opends.server.api.CertificateMapper
Sets the server context.
setServerContext(ServerContext) - Method in class org.opends.server.api.IdentityMapper
Sets the server context.
setServerContext(ServerContext) - Method in class org.opends.server.api.KeyManagerProvider
Sets the server context.
setServerContext(ServerContext) - Method in class org.opends.server.api.TrustManagerProvider
Sets the server context.
setServerContext(ServerContext) - Method in class org.opends.server.core.PasswordPolicyFactory
 
setServerContext(ServerContext) - Method in class org.opends.server.extensions.LDAPPassThroughAuthenticationPolicyFactory
 
setServerFqdn(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.DigestMd5SaslMechanismHandlerCfgClient
Sets the "server-fqdn" property.
setServerFqdn(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.GssapiSaslMechanismHandlerCfgClient
Sets the "server-fqdn" property.
setServerId(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "server-id" property.
setServerRoot(Path) - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Specifies the directory that should be considered the server root.
setServerSaslCredentials(ByteString) - Method in interface org.forgerock.opendj.ldap.messages.BindResult
Sets the server SASL credentials associated with this bind result.
setServerSASLCredentials(ByteString) - Method in class org.opends.server.core.BindOperation
 
setServerSASLCredentials(ByteString) - Method in interface org.opends.server.types.operation.PostOperationBindOperation
Specifies the set of server SASL credentials to include in the bind response.
setServerSASLCredentials(ByteString) - Method in interface org.opends.server.types.operation.PreOperationBindOperation
Specifies the set of server SASL credentials to include in the bind response.
setServerSASLCredentials(ByteString) - Method in interface org.opends.server.types.operation.PreParseBindOperation
Specifies the set of server SASL credentials to include in the bind response.
setServerState(int, ServerState, boolean) - Method in class org.opends.server.replication.protocol.MonitorMsg
Sets server state information for a server.
setSessionMode(SessionModeConfig) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration
Sets the session mode that the JMS session should use when publishing the JMS messages.
setSeverityFieldMappings(List<SyslogAuditEventHandlerConfiguration.SeverityFieldMapping>) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
Sets the configurations for mapping audit event field values to Syslog severity values.
setShard(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "shard" property.
setShowAllAttributes(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.RootDseBackendCfgClient
Sets the "show-all-attributes" property.
setShowAllAttributes(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.SchemaBackendCfgClient
Sets the "show-all-attributes" property.
setShowSubordinateNamingContexts(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.RootDseBackendCfgClient
Sets the "show-subordinate-naming-contexts" property.
setSignatureInterval(String) - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandlerConfiguration.CsvSecurity
Sets the signature's interval.
setSignatureTimeInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Sets the "signature-time-interval" property.
setSignatureTimeInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Sets the "signature-time-interval" property.
setSignHash(boolean) - Method in class org.opends.server.types.LDIFExportConfig
Specifies whether to sign the cryptographic hash of the data that is written when the export is complete.
setSimplePassword(byte[]) - Method in class org.forgerock.opendj.ldap.messages.BindRequest
Sets the authentication type to BindRequest.AUTHENTICATION_TYPE_SIMPLE and the authentication value to a copy of the provided password.
setSimplePassword(ByteString) - Method in class org.opends.server.core.BindOperation
 
setSimplePassword(ByteString) - Method in interface org.opends.server.types.operation.PreParseBindOperation
Specifies the simple authentication password for this bind operation.
setSingleStructuralObjectclassBehavior(ValueOrExpression<GlobalCfgDefn.SingleStructuralObjectclassBehavior>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "single-structural-objectclass-behavior" property.
setSizeLimit(int) - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
Sets the size limit that should be used in order to restrict the maximum number of entries returned by the search.
setSizeLimit(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "size-limit" property.
setSkipValidationForAdministrators(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "skip-validation-for-administrators" property.
setSmtpProperty(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.MailServerCfgClient
Sets the "smtp-property" property.
setSmtpServer(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.MailServerCfgClient
Sets the "smtp-server" property.
setSocket(RxSocket<M>) - Method in class org.forgerock.opendj.io.rx.SwitchableRxSocket
Sets the active socket.
setSolveConflicts(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "solve-conflicts" property.
setSortOrder(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.BackendVlvIndexCfgClient
Sets the "sort-order" property.
setSoTimeout(int) - Method in interface org.opends.server.replication.protocol.Session
Set a timeout value.
setSoTimeout(int) - Method in class org.opends.server.replication.service.ReplicationBroker
Set a timeout value.
setSourceAddress(ValueOrExpression<Host>) - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Sets the "source-address" property.
setSourceAddress(ValueOrExpression<Host>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "source-address" property.
setSslCertNickname(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Sets the "ssl-cert-nickname" property.
setSslCertNickname(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "ssl-cert-nickname" property.
setSslCertNickname(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2OpenamAuthorizationMechanismCfgClient
Sets the "ssl-cert-nickname" property.
setSslCertNickname(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient
Sets the "ssl-cert-nickname" property.
setSslCertNickname(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.JmxConnectionHandlerCfgClient
Sets the "ssl-cert-nickname" property.
setSslCertNickname(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "ssl-cert-nickname" property.
setSslCertNickname(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "ssl-cert-nickname" property.
setSslCertNickname(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Sets the "ssl-cert-nickname" property.
setSslCertNickname(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "ssl-cert-nickname" property.
setSslCertNickname(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Sets the "ssl-cert-nickname" property.
setSslCipherSuite(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Sets the "ssl-cipher-suite" property.
setSslCipherSuite(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "ssl-cipher-suite" property.
setSslCipherSuite(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2OpenamAuthorizationMechanismCfgClient
Sets the "ssl-cipher-suite" property.
setSslCipherSuite(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient
Sets the "ssl-cipher-suite" property.
setSslCipherSuite(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "ssl-cipher-suite" property.
setSslCipherSuite(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Sets the "ssl-cipher-suite" property.
setSslCipherSuite(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Sets the "ssl-cipher-suite" property.
setSslCipherSuite(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "ssl-cipher-suite" property.
setSslCipherSuite(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Sets the "ssl-cipher-suite" property.
setSslClientAuthPolicy(ValueOrExpression<HttpConnectionHandlerCfgDefn.SslClientAuthPolicy>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "ssl-client-auth-policy" property.
setSslClientAuthPolicy(ValueOrExpression<LdapConnectionHandlerCfgDefn.SslClientAuthPolicy>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "ssl-client-auth-policy" property.
setSslEncryption(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "ssl-encryption" property.
setSslOptions(SslOptions) - Method in class org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
Sets the SslOptions that should be used when installing the TLS layer.
setSslOptions(SslOptions) - Method in interface org.forgerock.opendj.ldap.messages.StartTlsExtendedResult
Sets the SslOptions used to install the TLS layer.
setSslProtocol(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Sets the "ssl-protocol" property.
setSslProtocol(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "ssl-protocol" property.
setSslProtocol(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2OpenamAuthorizationMechanismCfgClient
Sets the "ssl-protocol" property.
setSslProtocol(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient
Sets the "ssl-protocol" property.
setSslProtocol(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "ssl-protocol" property.
setSslProtocol(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Sets the "ssl-protocol" property.
setSslProtocol(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Sets the "ssl-protocol" property.
setSslProtocol(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "ssl-protocol" property.
setSslProtocol(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Sets the "ssl-protocol" property.
setStartDate(Instant) - Method in class org.opends.server.tools.tasks.TaskScheduleUserData
Sets the date at which this task should be scheduled to start.
setStartNow(boolean) - Method in class org.opends.server.tools.tasks.TaskScheduleUserData
Sets whether the arguments provided by the user, indicate that the task should be executed immediately.
setStateUpdateFailurePolicy(ValueOrExpression<PasswordPolicyCfgDefn.StateUpdateFailurePolicy>) - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
Sets the "state-update-failure-policy" property.
setStore(KeyStore) - Method in class org.forgerock.audit.secure.JcaKeyStoreHandler
 
setStore(KeyStore) - Method in interface org.forgerock.audit.secure.KeyStoreHandler
Sets the keystore.
setStore(KeyStore) - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
 
setStrictFormatBoolean(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Sets the "strict-format-boolean" property.
setStrictFormatCertificateLists(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Sets the "strict-format-certificate-lists" property.
setStrictFormatCertificatePairs(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Sets the "strict-format-certificate-pairs" property.
setStrictFormatCertificates(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Sets the "strict-format-certificates" property.
setStrictFormatCountryString(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Sets the "strict-format-country-string" property.
setStrictFormatJpegPhotos(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Sets the "strict-format-jpeg-photos" property.
setStrictFormatPostalAddresses(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Sets the "strict-format-postal-addresses" property.
setStrictFormatTelephoneNumbers(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Sets the "strict-format-telephone-numbers" property.
setStripSyntaxMinUpperBoundAttributeTypeDescription(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
Sets the "strip-syntax-min-upper-bound-attribute-type-description" property.
setSubjectAttribute(ValueOrExpression<AttributeType>) - Method in interface org.forgerock.opendj.server.config.client.SubjectDnToUserAttributeCertificateMapperCfgClient
Sets the "subject-attribute" property.
setSubjectAttributeMapping(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.SubjectAttributeToUserAttributeCertificateMapperCfgClient
Sets the "subject-attribute-mapping" property.
setSubordinateBaseDn(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "subordinate-base-dn" property.
setSubstringLength(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Sets the "substring-length" property.
setSubtreeDelete(boolean) - Method in class org.opends.server.replication.protocol.DeleteMsg
Set the subtree flag.
setSuppressInternalOperations(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogPublisherCfgClient
Sets the "suppress-internal-operations" property.
setSuppressSynchronizationOperations(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogPublisherCfgClient
Sets the "suppress-synchronization-operations" property.
setTamperEvident(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
Sets the "tamper-evident" property.
setTamperEvident(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.CsvFileHttpAccessLogPublisherCfgClient
Sets the "tamper-evident" property.
setTargAttrAci(AciEvalContext, Aci, boolean) - Static method in class org.opends.server.authorization.dseecompat.AciEffectiveRights
If the specified ACI is in the targattrfilters hashtable contained in the evaluation context, set the evaluation context's targattrfilters match variable to either ACL_TARGATTR_DENY_MATCH or ACL_TARGATTR_ALLOW_MATCH depending on the value of the variable denyAci.
setTargAttrFiltersAciName(String) - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Set the name of the ACI that last matched a targattrfilters rule.
setTargAttrFiltersAciName(String) - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Save the name of the last ACI that matched a targattrfilters rule.
setTargAttrFiltersMatch(boolean) - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
Set to true if the ACI had a targattrfilter rule that matched.
setTargAttrFiltersMatchOp(int) - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
Set a flag that specifies that a ACI that evaluated to either deny or allow contains a targattrfilters keyword.
setTarget(RequestHandler) - Method in class org.forgerock.json.resource.FilterChain
Sets the target request handler which will be invoked once processing has reached the end of the filter chain.
setTargetIsEnabledCondition(Condition) - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition.Builder
Sets the condition which is used to determine if a referenced managed object is enabled.
setTargetNeedsEnablingCondition(Condition) - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition.Builder
Sets the condition which is used to determine whether referenced managed objects need to be enabled.
setTaskBackingFile(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.TaskBackendCfgClient
Sets the "task-backing-file" property.
setTaskInterruptState(TaskState) - Method in class org.opends.server.backends.task.Task
Sets a state for this task that is the result of a call to Task.interruptTask(TaskState, LocalizableMessage).
setTaskRetentionTime(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.TaskBackendCfgClient
Sets the "task-retention-time" property.
setTemplate(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.UserTemplateVirtualAttributeCfgClient
Sets the "template" property.
setTestReversedPassword(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.AttributeValuePasswordValidatorCfgClient
Sets the "test-reversed-password" property.
setTestReversedPassword(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.DictionaryPasswordValidatorCfgClient
Sets the "test-reversed-password" property.
setThreadCount(int) - Method in class org.opends.server.types.LDIFImportConfig
Set the thread count.
setTimeInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
Sets the "time-interval" property.
setTimeInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
Sets the "time-interval" property.
setTimeInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
Sets the "time-interval" property.
setTimeInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedHttpAccessLogPublisherCfgClient
Sets the "time-interval" property.
setTimeLimit(int) - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
Sets the time limit that should be used in order to restrict the maximum time (in seconds) allowed for the search.
setTimeLimit(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "time-limit" property.
setTimeOfDay(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.FixedTimeLogRotationPolicyCfgClient
Sets the "time-of-day" property.
setTmpDirectory(String) - Method in class org.opends.server.backends.RebuildConfig
Set the temporary directory to the specified path.
setTmpDirectory(String) - Method in class org.opends.server.types.LDIFImportConfig
Set the temporary directory to the specified path.
setTokenInfoUrl(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2OpenamAuthorizationMechanismCfgClient
Sets the "token-info-url" property.
setTokenIntrospectionUrl(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient
Sets the "token-introspection-url" property.
setTopic(String) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
Sets the name of the event topic to which this mapping applies.
setTopics(Set<String>) - Method in class org.forgerock.audit.events.handlers.EventHandlerConfiguration
Sets the topics accepted by this handler.
setTotalCount(long) - Method in class org.opends.server.backends.task.Task.WorkCounters
Sets the total count, and resets the number of elements done to 0.
setTotalCount(long) - Method in class org.opends.server.tasks.InitializeTargetTask
Set the total number of entries expected to be exported.
setTotalPagedResultsPolicy(CountPolicy) - Method in interface org.forgerock.json.resource.QueryRequest
Sets the policy for calculating the total number of paged results.
setTrustManagerProvider(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
Sets the "trust-manager-provider" property.
setTrustManagerProvider(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "trust-manager-provider" property.
setTrustManagerProvider(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "trust-manager-provider" property.
setTrustManagerProvider(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
Sets the "trust-manager-provider" property.
setTrustManagerProvider(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2OpenamAuthorizationMechanismCfgClient
Sets the "trust-manager-provider" property.
setTrustManagerProvider(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient
Sets the "trust-manager-provider" property.
setTrustManagerProvider(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Sets the "trust-manager-provider" property.
setTrustManagerProvider(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.MailServerCfgClient
Sets the "trust-manager-provider" property.
setTrustManagerProvider(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Sets the "trust-manager-provider" property.
setTrustManagerProvider(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Sets the "trust-manager-provider" property.
setTrustStoreFile(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedTrustManagerProviderCfgClient
Sets the "trust-store-file" property.
setTrustStorePin(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedTrustManagerProviderCfgClient
Sets the "trust-store-pin" property.
setTrustStorePin(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.LdapTrustManagerProviderCfgClient
Sets the "trust-store-pin" property.
setTrustStorePin(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Pkcs11TrustManagerProviderCfgClient
Sets the "trust-store-pin" property.
setTrustStoreType(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.FileBasedTrustManagerProviderCfgClient
Sets the "trust-store-type" property.
setTrustStoreType(ValueOrExpression<String>) - Method in interface org.forgerock.opendj.server.config.client.Pkcs11TrustManagerProviderCfgClient
Sets the "trust-store-type" property.
setTrustTransactionIds(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "trust-transaction-ids" property.
setTtlAge(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Sets the "ttl-age" property.
setTtlEnabled(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
Sets the "ttl-enabled" property.
setType(Collection<ValueOrExpression<AttributeType>>) - Method in interface org.forgerock.opendj.server.config.client.UniqueAttributePluginCfgClient
Sets the "type" property.
setTypesOnly(boolean) - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
Specifies whether search results are to contain both attribute descriptions and values, or just attribute descriptions.
setTypesOnly(boolean) - Method in class org.opends.server.core.SearchOperation
Specifies the typesOnly flag for this search operation.
setTypesOnly(boolean) - Method in interface org.opends.server.types.operation.PreParseSearchOperation
Specifies the typesOnly flag for this search operation.
setUnauthenticated() - Method in class org.opends.server.api.ClientConnection
Sets properties in this client connection to indicate that the client is unauthenticated.
setUnauthenticatedRequestsPolicy(ValueOrExpression<GlobalCfgDefn.UnauthenticatedRequestsPolicy>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "unauthenticated-requests-policy" property.
setup() - Method in class org.forgerock.opendj.setup.model.Setup
Main method which will setup the server instance.
Setup - Class in org.forgerock.opendj.setup.model
Class used to install a new OpenDJ server instance.
SETUP_MAIN_COMMAND_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
This utility sets up an OpenDJ server. Use the %s option to list available profiles
SETUP_PROFILES_DIR_NAME - Static variable in class org.forgerock.opendj.setup.model.Installation
The directory containing setup profiles.
SETUP_TOOL_NAME - Static variable in class org.forgerock.opendj.setup.model.Installation
Platform independent name of the setup tool.
SetupCli - Class in org.forgerock.opendj.setup.cli
OpenDJ Setup command line tool main class.
SetupCliArguments - Class in org.forgerock.opendj.setup.cli
Utility class which contains all setup command line Argument.
SetupConsole - Interface in org.forgerock.opendj.setup.model
Can be used to consume messages issued by Setup process.
SetupConstants - Class in org.forgerock.opendj.setup.model
Class which defines constants used to setup and opendj server instance.
setUpdateInterval(ValueOrExpression<Long>) - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
Sets the "update-interval" property.
SetupException - Exception in org.forgerock.opendj.setup.model
Exception which may be thrown by the Setup model.
SetupException(Throwable) - Constructor for exception org.forgerock.opendj.setup.model.SetupException
Creates a new SetupException with the provided Throwable cause.
SetupException(LocalizableMessage) - Constructor for exception org.forgerock.opendj.setup.model.SetupException
Creates a new SetupException with the provided LocalizableMessage.
SetupException(LocalizableMessage, Throwable) - Constructor for exception org.forgerock.opendj.setup.model.SetupException
Creates a new SetupException with the provided Throwable cause and the provided LocalizableMessage.
SetupInteractive - Class in org.forgerock.opendj.setup.cli
Interactively collect and validate setup parameters.
setUpperLimit(Integer) - Method in class org.forgerock.opendj.config.IntegerPropertyDefinition.Builder
Set the upper limit.
setUpperLimit(Long) - Method in class org.forgerock.opendj.config.DurationPropertyDefinition.Builder
Set the upper limit in milli-seconds.
setUpperLimit(Long) - Method in class org.forgerock.opendj.config.SizePropertyDefinition.Builder
Set the upper limit in bytes.
setUpperLimit(String) - Method in class org.forgerock.opendj.config.DurationPropertyDefinition.Builder
Set the upper limit using a string representation of the limit.
setUpperLimit(String) - Method in class org.forgerock.opendj.config.SizePropertyDefinition.Builder
Set the upper limit using a string representation of the limit.
SetupProfileCli - Class in org.forgerock.opendj.setup.cli
setup-profile command line tool main class.
setupStorageFiles(Path, String, Dn) - Static method in class org.opends.server.backends.pluggable.spi.StorageUtils
Ensure backendDir exists (creating it if not) and has the specified dbDirPermissions.
SetupUtils - Class in org.forgerock.opendj.setup.model
Utility methods used by the Setup class.
setUsePasswordCaching(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Sets the "use-password-caching" property.
setUserBaseDn(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.FingerprintCertificateMapperCfgClient
Sets the "user-base-dn" property.
setUserBaseDn(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.SubjectAttributeToUserAttributeCertificateMapperCfgClient
Sets the "user-base-dn" property.
setUserBaseDn(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.SubjectDnToUserAttributeCertificateMapperCfgClient
Sets the "user-base-dn" property.
setUserDn(ValueOrExpression<Dn>) - Method in interface org.forgerock.opendj.server.config.client.HttpAnonymousAuthorizationMechanismCfgClient
Sets the "user-dn" property.
setUserDnEqualTo(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "user-dn-equal-to" property.
setUserDnEqualTo(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Sets the "user-dn-equal-to" property.
setUserDnNotEqualTo(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "user-dn-not-equal-to" property.
setUserDnNotEqualTo(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.GlobalAccessControlPolicyCfgClient
Sets the "user-dn-not-equal-to" property.
setUserIdentity(Object) - Method in class org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
Sets the identity of the user whose password is to be modified.
setUserIsMemberOf(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "user-is-member-of" property.
setUserIsNotMemberOf(Collection<ValueOrExpression<Dn>>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
Sets the "user-is-not-member-of" property.
setUsername(String) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
Sets Elasticsearch username for HTTP basic authentication.
setUseSaslExternal(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.ProxyBackendCfgClient
Sets the "use-sasl-external" property.
setUseSaslExternal(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Sets the "use-sasl-external" property.
setUseSaslExternal(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Sets the "use-sasl-external" property.
setUseSsl(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "use-ssl" property.
setUseSsl(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.JmxConnectionHandlerCfgClient
Sets the "use-ssl" property.
setUseSsl(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "use-ssl" property.
setUseSsl(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Sets the "use-ssl" property.
setUseSsl(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.MailServerCfgClient
Sets the "use-ssl" property.
setUseSsl(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Sets the "use-ssl" property.
setUseSsl(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Sets the "use-ssl" property.
setUseSSL(boolean) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.ConnectionConfiguration
Sets the use of a SSL connection.
setUseSSL(boolean) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.ConnectionConfiguration
Sets the use of a SSL connection.
setUseStartTls(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.MailServerCfgClient
Sets the "use-start-tls" property.
setUseStartTls(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
Sets the "use-start-tls" property.
setUseStartTls(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
Sets the "use-start-tls" property.
setUseTcpKeepAlive(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "use-tcp-keep-alive" property.
setUseTcpKeepAlive(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "use-tcp-keep-alive" property.
setUseTcpKeepAlive(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Sets the "use-tcp-keep-alive" property.
setUseTcpNoDelay(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.HttpConnectionHandlerCfgClient
Sets the "use-tcp-no-delay" property.
setUseTcpNoDelay(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.LdapConnectionHandlerCfgClient
Sets the "use-tcp-no-delay" property.
setUseTcpNoDelay(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.LdapPassThroughAuthenticationPolicyCfgClient
Sets the "use-tcp-no-delay" property.
setUseVirtualThreadsIfAvailable(ValueOrExpression<Boolean>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "use-virtual-threads-if-available" property.
setValidateSchema(boolean) - Method in class org.opends.server.types.LDIFImportConfig
Specifies whether to perform schema validation on entries as they are read.
setValue(Object) - Method in class org.forgerock.opendj.ldap.messages.GenericExtendedRequest
Sets the value, if any, associated with this extended request.
setValue(Object) - Method in interface org.forgerock.opendj.ldap.messages.GenericExtendedResult
Sets the value, if any, associated with this extended result.
setValue(Object) - Method in interface org.forgerock.opendj.ldap.messages.GenericIntermediateResponse
Sets the value, if any, associated with this intermediate response.
setValue(Collection<ValueOrExpression<String>>) - Method in interface org.forgerock.opendj.server.config.client.UserDefinedVirtualAttributeCfgClient
Sets the "value" property.
setValueMappings(Map<String, Severity>) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
Sets the mapping of audit event values to Syslog severity values.
setVersion(int) - Method in class org.forgerock.opendj.ldap.messages.BindRequest
Sets the version of the protocol to be used at the LDAP message layer.
setWarnedTime() - Method in class org.opends.server.core.PasswordPolicyState
Updates the user entry to set the warned time to the current time.
setWarnedTime(long) - Method in class org.opends.server.core.PasswordPolicyState
Updates the user entry to set the warned time to the specified time.
setWeight(ValueOrExpression<Integer>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
Sets the "weight" property.
setWrapColumn(int) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Specifies the column at which long lines should be wrapped.
setWrapColumn(int) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
Specifies the column at which long lines should be wrapped.
setWrapColumn(int) - Method in class org.opends.server.types.LDIFExportConfig
Specifies the column at which long lines should be wrapped.
setWritabilityMode(ValueOrExpression<GlobalCfgDefn.WritabilityMode>) - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
Sets the "writability-mode" property.
setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode>) - Method in interface org.forgerock.opendj.server.config.client.LdifBackendCfgClient
Sets the "writability-mode" property.
setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode>) - Method in interface org.forgerock.opendj.server.config.client.LocalBackendCfgClient
Sets the "writability-mode" property.
setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode>) - Method in interface org.forgerock.opendj.server.config.client.MemoryBackendCfgClient
Sets the "writability-mode" property.
setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode>) - Method in interface org.forgerock.opendj.server.config.client.MonitorBackendCfgClient
Sets the "writability-mode" property.
setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode>) - Method in interface org.forgerock.opendj.server.config.client.NullBackendCfgClient
Sets the "writability-mode" property.
setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode>) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
Sets the "writability-mode" property.
setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode>) - Method in interface org.forgerock.opendj.server.config.client.SchemaBackendCfgClient
Sets the "writability-mode" property.
setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode>) - Method in interface org.forgerock.opendj.server.config.client.TaskBackendCfgClient
Sets the "writability-mode" property.
setWritabilityMode(WritabilityMode) - Method in class org.opends.server.api.LocalBackend
Specifies the writability mode for this backend.
setWriteInterval(String) - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandlerConfiguration.EventBufferingConfiguration
Sets the interval for reading events from the buffer to transmit to Elasticsearch.
setWriteInterval(String) - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.BatchConfiguration
Sets the interval for reading events from the buffer to transmit via jms.
setWriteInterval(String) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration.EventBufferingConfiguration
Sets delay after which the file-writer thread is scheduled to run after encountering an empty event buffer (units of 'ms' are recommended).
setWriteInterval(String) - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration.BufferingConfiguration
Sets the interval for reading events from the buffer to transmit to splunk.
setWriter(Writer) - Method in class org.forgerock.audit.rotation.RotationContext
Set the writer.
SevenBitCleanPlugin - Class in org.opends.server.plugins
This class implements a Directory Server plugin that can be used to ensure that the values for a specified set of attributes (optionally, below a specified set of base DNs) are 7-bit clean (i.e., contain only ASCII characters).
SevenBitCleanPlugin() - Constructor for class org.opends.server.plugins.SevenBitCleanPlugin
Creates a new instance of this Directory Server plugin.
SevenBitCleanPluginCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Seven Bit Clean Plugin settings.
SevenBitCleanPluginCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Seven Bit Clean Plugin settings.
SevenBitCleanPluginCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Seven Bit Clean Plugin managed object definition meta information.
Severity - Enum Class in org.forgerock.audit.handlers.syslog
Defines the standard Syslog message severities.
Severity - Enum Class in org.opends.messages
Defines values for message severity.
SeverityFieldMapping() - Constructor for class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
 
SHA1 - Enum constant in enum class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm
Use the SHA-1 digest algorithm to compute certificate fingerprints.
SHA1PasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme based on the SHA-1 algorithm defined in FIPS 180-1.
SHA1PasswordStorageScheme() - Constructor for class org.opends.server.extensions.SHA1PasswordStorageScheme
 
Sha1PasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying SHA-1 Password Storage Scheme settings.
Sha1PasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying SHA-1 Password Storage Scheme settings.
Sha1PasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the SHA-1 Password Storage Scheme managed object definition meta information.
SHA256 - Enum constant in enum class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn.CryptPasswordStorageEncryptionAlgorithm
New passwords are encrypted with the Unix crypt SHA256 algorithm.
SHA256 - Enum constant in enum class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm
Use the SHA-256 digest algorithm to compute certificate fingerprints.
SHA512 - Enum constant in enum class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn.CryptPasswordStorageEncryptionAlgorithm
New passwords are encrypted with the Unix crypt SHA512 algorithm.
shallowCopyOfEntry(Entry) - Static method in class org.forgerock.opendj.ldap.LinkedHashMapEntry
Creates an entry having the same distinguished name, attributes, and object classes of the provided entry.
shallowCopyOfEntry(Entry) - Static method in class org.forgerock.opendj.ldap.TreeMapEntry
Creates an entry having the same distinguished name, attributes, and object classes of the provided entry.
shallowCopyOfEntryWithoutVirtualAttributes(Entry) - Static method in class org.opends.server.types.Entries
Returns a shallow copy of this entry, the attributes are shared between this entry and the returned entry.
shallowCopyOfRequest(R) - Static method in class org.forgerock.opendj.ldap.messages.Requests
Creates a new request that is a shallow copy of the provided request, except for controls list which is a new list containing the original controls (and not the original list of controls).
shortAt(int) - Method in class org.forgerock.opendj.ldap.ByteString
Returns the big-endian short value at the specified index.
shorts(int) - Static method in class org.opends.server.replication.protocol.ByteArrayBuilder
Helper method that returns the number of bytes that would be used by the short fields when appended to a ByteArrayBuilder.
shouldRetryInitialize() - Method in class org.opends.server.replication.protocol.ErrorMsg
Returns if reinitialization should be retried.
shouldRotateFile(RotatableObject) - Method in class org.forgerock.audit.rotation.FixedTimeRotationPolicy
This method indicates if the log file should be rotated or not.
shouldRotateFile(RotatableObject) - Method in interface org.forgerock.audit.rotation.RotationPolicy
This method indicates if the log file should be rotated or not.
shouldRotateFile(RotatableObject) - Method in class org.forgerock.audit.rotation.SizeBasedRotationPolicy
Indicates whether or not a RotatableObject needs rotation.
shouldRotateFile(RotatableObject) - Method in class org.forgerock.audit.rotation.TimeLimitRotationPolicy
Checks whether or not a RotatableObject needs rotation.
shouldSendResult() - Method in class org.forgerock.opendj.server.core.RequestCancellationState
Returns true if the result should be forwarded to the client.
shouldTrustTransactionIds() - Method in class org.opends.server.core.CoreConfigManager
Indicates if transaction IDs received from requests should be trusted and logged.
shouldWarn() - Method in class org.opends.server.core.PasswordPolicyState
Indicates whether the user should receive a warning notification that the password is about to expire.
shutdown() - Method in interface org.forgerock.audit.AuditService
Closes this AuditService and all its AuditEventHandlers.
shutdown() - Method in class org.forgerock.audit.AuditServiceProxy
 
shutdown() - Method in interface org.forgerock.audit.events.handlers.AuditEventHandler
Instruct this object to flush any buffers and close any open file handles or network connections.
shutdown() - Method in interface org.forgerock.audit.events.handlers.buffering.BatchPublisher
Informs the publisher to stop processing offered events.
shutdown() - Method in class org.forgerock.audit.events.handlers.buffering.BufferedBatchPublisher
Stops sending batch data, and awaits termination of pending queue tasks when autoFlush is enabled.
shutdown() - Method in class org.forgerock.audit.events.handlers.NoOpAuditEventHandler
 
shutdown() - Method in class org.forgerock.audit.events.handlers.writers.AsynchronousTextWriter
Releases any resources held by the writer.
shutdown() - Method in class org.forgerock.audit.events.handlers.writers.RotatableWriter
 
shutdown() - Method in interface org.forgerock.audit.events.handlers.writers.TextWriter
Releases any resources held by the writer.
shutdown() - Method in class org.forgerock.audit.events.handlers.writers.TextWriter.Stream
 
shutdown() - Method in class org.forgerock.audit.events.handlers.writers.TextWriterAdapter
 
shutdown() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandler
Instruct this object to flush any buffers and close any open file handles or network connections.
shutdown() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
 
shutdown() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandler
Closes the JMS connection.
shutdown() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
 
shutdown() - Method in class org.forgerock.audit.handlers.json.stdout.JsonStdoutAuditEventHandler
 
shutdown() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandler
 
shutdown() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandler
Closes the connections established by SyslogPublisher.
shutdown() - Method in class org.forgerock.util.DirectoryWatcher
Shuts down the directory watcher, cancelling all registered watch tasks and closing the underlying watch service.
shutdown() - Method in interface org.forgerock.util.thread.listener.ShutdownListener
The function to run when the system shutdown.
shutdown() - Method in interface org.forgerock.util.thread.listener.ShutdownManager
Shuts down all the listeners in this ShutdownManager.
shutdown() - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
shutdown() - Method in class org.opends.server.loggers.CommonAudit
Shutdown common audit.
shutdown() - Method in interface org.opends.server.loggers.TextWriter
Releases any resources held by the writer.
shutdown() - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
Shutdown this ReplicationDomain.
shutdown() - Method in class org.opends.server.replication.server.MonitoringPublisher
Stops the thread.
shutdown() - Method in class org.opends.server.replication.server.ReplicationServer
Shutdown the Replication Server service and all its connections.
shutdown() - Method in class org.opends.server.replication.server.ReplicationServerDomain
Shutdown this ReplicationServerDomain.
shutdown() - Method in class org.opends.server.util.CronExecutorService
 
shutdown(boolean) - Method in class org.forgerock.audit.events.handlers.writers.AsynchronousTextWriter
Releases any resources held by the writer.
shutDown(String, LocalizableMessage) - Static method in class org.opends.server.core.DirectoryServer
Initiates the Directory Server shutdown process.
SHUTDOWN - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked during a graceful directory server shutdown.
SHUTDOWN - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are invoked when the Directory Server is performing a graceful shutdown.
shutdownBackends() - Method in class org.opends.server.core.BackendConfigManager
Shutdown all backends.
shutdownBackends(ServerContext) - Static method in class org.opends.server.tools.tasks.TaskToolHelper
Shutdowns all backends.
shutdownDB() - Method in interface org.opends.server.replication.server.changelog.api.ChangelogDB
Shutdown the replication database.
shutdownDB() - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
ShutdownListener - Interface in org.forgerock.util.thread.listener
Any component which needs to be shut down should implement this interface and use the function to shut down the component.
ShutdownManager - Interface in org.forgerock.util.thread.listener
Interface used by shutdown managers to allow for thread safe adding and removing of shutdown listeners.
shutdownNow() - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
shutdownNow() - Method in class org.opends.server.util.CronExecutorService
 
ShutdownPriority - Enum Class in org.forgerock.util.thread.listener
This class defines the shutdown priorities that are consumed by com.sun.identity.common.ShutdownManager.
ShutdownSynchronizer - Interface in org.opends.server.replication.common
Synchronizes the shutdown of DS and RS ensuring that the offline message triggered by the DS is forwarded to all remote RS.
ShutdownTask - Class in org.opends.server.tasks
This class provides an implementation of a Directory Server task that can be used to stop the server.
ShutdownTask() - Constructor for class org.opends.server.tasks.ShutdownTask
 
sign(byte[]) - Method in class org.forgerock.audit.secure.KeyStoreSecureStorage
 
sign(byte[]) - Method in interface org.forgerock.audit.secure.SecureStorage
Signs the provided data.
sign(PrivateKey, String, String) - Method in class org.forgerock.util.SignatureUtil
Signs a String using the given private key.
sign(Function<JwtClaimsSetBuilder, JwtClaimsSetBuilder>) - Method in class org.forgerock.opendj.rest2ldap.authz.JwtFactories.SignedJwtFactory
Returns a SignedJwt produced by this factory.
SIGN - Enum constant in enum class org.forgerock.secrets.keys.KeyUsage
Key is intended for signing messages with digital signatures.
SIGN - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for creating digital signatures or message authentication codes (MACs).
signalStatusChangeToRs(ServerStatus) - Method in class org.opends.server.replication.service.ReplicationBroker
Signals the RS we just entered a new status.
signalThatDsStatusChangedTo(ServerStatus) - Static method in class org.opends.server.replication.protocol.ChangeStatusMsg
Create a new ChangeStatusMsg suitable for sending from a replica to a replication server.
signature(Signature, String, PrivateKey) - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Sets the key and signature algorithm for signing the certificate.
signature(Signature, String, PrivateKey, SecureRandom) - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Sets the key and signature algorithm for signing the certificate.
SIGNATURE_ALGORITHM - Static variable in class org.forgerock.audit.secure.KeyStoreSecureStorage
The algorithm to use for signing and verifying.
SignatureUtil - Class in org.forgerock.util
Utility class for signing and verifying signatures.
signedJwtFactory() - Method in class org.forgerock.opendj.rest2ldap.authz.JwtSigningContext
Returns a JwtFactories.SignedJwtFactory to sign authentication requests with a JWT.
SigningKey - Class in org.forgerock.secrets.keys
A key that is used for signing digital signatures.
SigningKey(SecretBuilder) - Constructor for class org.forgerock.secrets.keys.SigningKey
Initialises the key with the given secret data.
SimilarityBasedPasswordValidator - Class in org.opends.server.extensions
This class provides a password validator that can ensure that the provided password meets minimum similarity requirements.
SimilarityBasedPasswordValidator() - Constructor for class org.opends.server.extensions.SimilarityBasedPasswordValidator
Creates a new instance of this password validator.
SimilarityBasedPasswordValidatorCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Similarity Based Password Validator settings.
SimilarityBasedPasswordValidatorCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Similarity Based Password Validator settings.
SimilarityBasedPasswordValidatorCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Similarity Based Password Validator managed object definition meta information.
simple(String) - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Returns a property mapper which provides a simple mapping from a JSON value to a single LDAP attribute.
simple(AttributeDescription) - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Returns a property mapper which provides a simple mapping from a JSON value to a single LDAP attribute.
simple(Entry) - Static method in record class org.opends.server.types.AuthenticationInfo
Creates a new set of authentication information to be used for clients that have successfully performed simple authentication.
SIMPLE - Enum constant in enum class org.opends.server.types.AuthenticationType
The authentication type that indicates that the user will be performing simple authentication (i.e., just a password).
simpleCrestApplication(ConnectionFactory, String, String) - Static method in class org.forgerock.json.resource.Applications
Create a simple CrestApplication using the provided factory, id and version.
SimplePagedResultsControl - Class in org.forgerock.opendj.ldap.controls
The simple paged results request and response control as defined in RFC 2696.
simpleParse(String) - Static method in class org.forgerock.monitoring.api.instrument.util.TimeUtils
 
SimplePropertyMapper - Class in org.forgerock.opendj.rest2ldap
An property mapper which provides a simple mapping from a JSON value to a single LDAP attribute.
SimpleValidator<T> - Interface in org.forgerock.json.schema.validator.validators
SimpleValidator is a base interface for all validator implementation.
since() - Method in record class org.forgerock.opendj.config.Deprecated
Returns the value of the since record component.
since(long) - Method in interface org.opends.server.core.CoreConfigManager.EtimeService
Computes the elapsed time between now and past.
SINGLE_LEVEL - Enum constant in enum class org.forgerock.opendj.ldap.SearchScope.Enum
 
SINGLE_LEVEL - Enum constant in enum class org.forgerock.opendj.server.config.meta.BackendVlvIndexCfgDefn.Scope
Search the immediate children of the base object but do not include any of their descendants or the base object itself.
SINGLE_LEVEL - Enum constant in enum class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn.Scope
Search the immediate children of the base object but do not include any of their descendants or the base object itself.
SINGLE_LEVEL - Static variable in class org.forgerock.opendj.ldap.SearchScope
The scope is constrained to the immediate subordinates of the search base entry.
singleKeyWithName(String) - Static method in class org.forgerock.config.util.JsonValuePropertyEvaluator
Create a predicate for a JSON coercion function as used in the Map argument to JsonValuePropertyEvaluator(SubstitutionService, List).
SINGLETON - Static variable in class org.slf4j.impl.StaticMarkerBinder
The unique instance of this class.
SINGLETON - Static variable in class org.slf4j.impl.StaticMDCBinder
The unique instance of this class.
singletonAttribute(String, Object) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a read-only single-valued attribute having the specified attribute description.
singletonAttribute(AttributeDescription, Object) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a read-only single-valued attribute having the specified attribute description and value.
singletonOf(String) - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Creates a new singleton sub-resource definition which will reference a single resource having the specified resource ID.
singletonPropertyResolver(String, String) - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Returns a resolver that knows only to resolve the given key.
SingletonRelationDefinition<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
A managed object composite relationship definition which represents a composition of a single managed object (i.e.
SingletonRelationDefinition.Builder<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
An interface for incrementally constructing singleton relation definitions.
SingletonResourceProvider - Interface in org.forgerock.json.resource
An implementation interface for resource providers which exposes a single permanent resource instance.
SingletonStableIdResolver - Class in org.forgerock.secrets.propertyresolver
A StableIdResolver that matches a stableId exactly to the purpose for returning only one Secret.
SingletonStableIdResolver() - Constructor for class org.forgerock.secrets.propertyresolver.SingletonStableIdResolver
 
SingletonSubResource - Class in org.forgerock.opendj.rest2ldap
Represents a one-to-one relationship between a parent resource and a child sub-resource.
singleValue(boolean) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Specifies whether this attribute type is declared "single-value".
size() - Method in class org.forgerock.json.JsonPointer
Returns the number of reference tokens in the pointer.
size() - Method in class org.forgerock.json.JsonValue
Returns the number of values that this JSON value contains.
size() - Method in class org.forgerock.json.resource.ResourcePath
Returns the number of elements in this resource path, or 0 if it is empty.
size() - Method in class org.forgerock.opendj.config.ManagedObjectPath
Get the number of path elements in this managed object path.
size() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
size() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns the number of attribute values in this attribute.
size() - Method in class org.forgerock.opendj.ldap.Dn
Returns the number of RDN components in this DN.
size() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
 
size() - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns the number of entries contained in this memory backend.
size() - Method in class org.forgerock.opendj.ldap.Rdn
Returns the number of AVAs in this RDN.
size() - Method in class org.forgerock.util.LazyList
Returns the number of elements in this list.
size() - Method in class org.forgerock.util.LazyMap
Returns the number of key-value mappings in this map.
size() - Method in class org.forgerock.util.ListDecorator
Returns the number of elements in this list.
size() - Method in class org.forgerock.util.MapDecorator
Returns the number of key-value mappings in this map.
size() - Method in class org.forgerock.util.NonExpiringCache
Gets the size of the cache.
size() - Method in class org.forgerock.util.PerItemEvictionStrategyCache
Returns the number of cached values.
size() - Method in class org.forgerock.util.RangeSet
Returns the number of elements in this set.
size() - Method in class org.opends.server.api.DITCacheMap
 
size() - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
size() - Method in class org.opends.server.replication.protocol.AddMsg
 
size() - Method in class org.opends.server.replication.protocol.DeleteMsg
 
size() - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
 
size() - Method in class org.opends.server.replication.protocol.ModifyDNMsg
 
size() - Method in class org.opends.server.replication.protocol.ModifyMsg
 
size() - Method in class org.opends.server.replication.protocol.ReplicaOfflineMsg
 
size() - Method in class org.opends.server.replication.protocol.UpdateMsg
Return the number of bytes used by this message.
size() - Method in class org.opends.server.types.CompactAttribute
 
size() - Method in record class org.opends.server.types.SizedEntry
Returns the value of the size record component.
SIZE_LIMIT_EXCEEDED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
SIZE_LIMIT_EXCEEDED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a size limit was exceeded while attempting to process the request.
SizeBasedRetentionPolicy - Class in org.forgerock.audit.retention
Created a size based file retention policy.
SizeBasedRetentionPolicy - Class in org.opends.server.loggers
This class implements a retention policy based on the amount of space taken by the log files.
SizeBasedRetentionPolicy() - Constructor for class org.opends.server.loggers.SizeBasedRetentionPolicy
 
SizeBasedRetentionPolicy(int) - Constructor for class org.forgerock.audit.retention.SizeBasedRetentionPolicy
Constructs a SizeBasedRetentionPolicy with a given maximum number of archived files.
SizeBasedRotationPolicy - Class in org.forgerock.audit.rotation
Creates a file size based rotation policy.
SizeBasedRotationPolicy - Class in org.opends.server.loggers
This class implements a rotation policy based on the size of the file.
SizeBasedRotationPolicy() - Constructor for class org.opends.server.loggers.SizeBasedRotationPolicy
 
SizeBasedRotationPolicy(long) - Constructor for class org.forgerock.audit.rotation.SizeBasedRotationPolicy
Constructs a SizeBasedRotationPolicy given a max file size in bytes.
SizedEntry - Record Class in org.opends.server.types
An entry with its encoded size.
SizedEntry(Entry, int) - Constructor for record class org.opends.server.types.SizedEntry
Canonical constructor.
sizeLimit() - Method in record class org.opends.server.api.ResourceLimits
Returns the value of the sizeLimit record component.
SizeLimitLogRetentionPolicyCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Size Limit Log Retention Policy settings.
SizeLimitLogRetentionPolicyCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Size Limit Log Retention Policy settings.
SizeLimitLogRetentionPolicyCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Size Limit Log Retention Policy managed object definition meta information.
SizeLimitLogRotationPolicyCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Size Limit Log Rotation Policy settings.
SizeLimitLogRotationPolicyCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Size Limit Log Rotation Policy settings.
SizeLimitLogRotationPolicyCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Size Limit Log Rotation Policy managed object definition meta information.
SizePropertyDefinition - Class in org.forgerock.opendj.config
Memory size property definition.
SizePropertyDefinition.Builder - Class in org.forgerock.opendj.config
An interface for incrementally constructing memory size property definitions.
SizeUnit - Enum Class in org.forgerock.opendj.config
This enumeration defines various memory size units.
skip(int) - Method in class org.forgerock.opendj.ldap.ByteStringReader
Skips the given number of bytes.
SKIP_ACI - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumEvalReason
The authorization DN has bypass-acl privileges.
skipAccessCheck(Operation) - Method in class org.opends.server.api.AccessControlHandler
Check to see if the client entry has BYPASS_ACL privileges for this operation.
skipCsn(ByteStringReader) - Static method in class org.opends.server.replication.common.CSN
Advances reading the provided reader to the end of the CSN representation, by skipping over it.
skipElement() - Method in class org.forgerock.opendj.io.Asn1Reader
Skips the next element without decoding it.
skipElement(byte) - Method in class org.forgerock.opendj.io.Asn1Reader
Skips the next element having the provided type tag without decoding it.
skipFurtherPluginProcessing() - Static method in record class org.opends.server.api.plugin.PluginResult.ImportLDIF
Defines a skip further plugin processing LDIF import plugin result.
skipFurtherPluginProcessing() - Static method in record class org.opends.server.api.plugin.PluginResult.PostConnect
Defines a skip further plugin processing post connect plugin result.
skipFurtherPluginProcessing() - Static method in record class org.opends.server.api.plugin.PluginResult.PostDisconnect
Defines a skip further plugin processing post disconnect plugin result.
skipFurtherPluginProcessing() - Static method in class org.opends.server.api.plugin.PluginResult.PostResponse
Defines a skip further plugin processing post response plugin result.
skipFurtherPluginProcessing() - Static method in record class org.opends.server.api.plugin.PluginResult.PreOperation
Defines a skip further plugin processing pre operation plugin result.
skipFurtherPluginProcessing() - Static method in record class org.opends.server.api.plugin.PluginResult.PreParse
Defines a skip further plugin processing pre parse plugin result.
skipFurtherPluginProcessing() - Static method in record class org.opends.server.api.plugin.PluginResult.Startup
Defines a skip further plugin processing startup plugin result.
skipFurtherPluginProcessing() - Static method in record class org.opends.server.api.plugin.PluginResult.SubordinateDelete
Defines a skip further plugin processing subordinate delete plugin result.
skipFurtherPluginProcessing() - Static method in record class org.opends.server.api.plugin.PluginResult.SubordinateModifyDN
Defines a skip further plugin processing subordinate modify DN plugin result.
skipFurtherPluginProcessing(boolean) - Static method in record class org.opends.server.api.plugin.PluginResult.IntermediateResponse
Defines a skip further plugin processing intermediate response plugin result.
skipMsp() - Method in class org.forgerock.opendj.ldap.GserParser
Skips the input matching one or more space characters.
skipSeparator() - Method in class org.forgerock.opendj.ldap.GserParser
Skips the input matching the separator pattern (",") and subsequenct space characters.
skipSp() - Method in class org.forgerock.opendj.ldap.GserParser
Skips the input matching zero, one or more space characters.
skipZeroSeparator() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
Skips the next byte and verifies it is effectively the zero separator.
sla(long...) - Method in class org.forgerock.monitoring.api.instrument.DistributionSummary.Builder
Publish at a minimum a histogram containing your defined SLA boundaries.
sla(long...) - Method in class org.forgerock.monitoring.api.instrument.histogram.HistogramConfig.Builder
 
sla(Duration...) - Method in class org.forgerock.monitoring.api.instrument.Timer.Builder
Publish at a minimum a histogram containing your defined SLA boundaries.
sleep(long) - Static method in class org.opends.server.util.StaticUtils
Calls Thread.sleep(long), surrounding it with the mandatory try / catch(InterruptedException) block.
SMR_CASE_EXACT_IA5_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the caseExactIA5SubstringsMatch substring matching rule.
SMR_CASE_EXACT_IA5_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the caseExactIA5SubstringsMatch substring matching rule.
SMR_CASE_EXACT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the caseExactSubstringsMatch substring matching rule.
SMR_CASE_EXACT_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the caseExactSubstringsMatch substring matching rule.
SMR_CASE_IGNORE_IA5_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the caseIgnoreIA5SubstringsMatch substring matching rule.
SMR_CASE_IGNORE_IA5_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the caseIgnoreIA5SubstringsMatch substring matching rule.
SMR_CASE_IGNORE_LIST_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the caseIgnoreListSubstringsMatch substring matching rule.
SMR_CASE_IGNORE_LIST_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the caseIgnoreListSubstringsMatch substring matching rule.
SMR_CASE_IGNORE_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the caseIgnoreSubstringsMatch substring matching rule.
SMR_CASE_IGNORE_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the caseIgnoreSubstringsMatch substring matching rule.
SMR_NUMERIC_STRING_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the numericStringSubstringsMatch substring matching rule.
SMR_NUMERIC_STRING_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the numericStringSubstringsMatch substring matching rule.
SMR_OCTET_STRING_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the octetStringSubstringsMatch substring matching rule.
SMR_OCTET_STRING_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the octetStringSubstringsMatch substring matching rule.
SMR_TELEPHONE_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the telephoneNumberSubstringsMatch substring matching rule.
SMR_TELEPHONE_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the telephoneNumberSubstringsMatch substring matching rule.
SMTPAccountStatusNotificationHandler - Class in org.opends.server.extensions
This class provides an implementation of an account status notification handler that can send e-mail messages via SMTP to end users and/or administrators whenever an account status notification occurs.
SMTPAccountStatusNotificationHandler() - Constructor for class org.opends.server.extensions.SMTPAccountStatusNotificationHandler
Creates a new, uninitialized instance of this account status notification handler.
SmtpAccountStatusNotificationHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying SMTP Account Status Notification Handler settings.
SmtpAccountStatusNotificationHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying SMTP Account Status Notification Handler settings.
SmtpAccountStatusNotificationHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the SMTP Account Status Notification Handler managed object definition meta information.
SMTPAlertHandler - Class in org.opends.server.extensions
This class implements a Directory Server alert handler that may be used to send administrative alerts via SMTP.
SMTPAlertHandler() - Constructor for class org.opends.server.extensions.SMTPAlertHandler
Creates a new instance of this SMTP alert handler.
SmtpAlertHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying SMTP Alert Handler settings.
SmtpAlertHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying SMTP Alert Handler settings.
SmtpAlertHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the SMTP Alert Handler managed object definition meta information.
snakeCase - Static variable in interface org.forgerock.monitoring.api.instrument.config.NamingConvention
 
SO_KEEPALIVE - Static variable in class org.forgerock.opendj.ldap.LdapServer
Specifies the value of the SO_KEEPALIVE socket option for new connections.
SO_LINGER_IN_SECONDS - Static variable in class org.forgerock.opendj.ldap.LdapServer
Specifies the value of the SO_LINGER socket option for new connections.
SO_REUSE_ADDRESS - Static variable in class org.forgerock.opendj.ldap.LdapServer
Specifies the value of the SO_REUSEADDR socket option for new connections.
socket - Variable in class org.forgerock.opendj.io.rx.TransformedRxSocket
The downstream socket, which may be altered if needed.
SoftReferenceEntryCache - Class in org.opends.server.extensions
This class defines a Directory Server entry cache that uses soft references to manage objects in a way that will allow them to be freed if the JVM is running low on memory.
SoftReferenceEntryCache() - Constructor for class org.opends.server.extensions.SoftReferenceEntryCache
Creates a new instance of this soft reference entry cache.
SoftReferenceEntryCacheCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Soft Reference Entry Cache settings.
SoftReferenceEntryCacheCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Soft Reference Entry Cache settings.
SoftReferenceEntryCacheCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Soft Reference Entry Cache managed object definition meta information.
SORT_CONTROL_MISSING - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
SORT_CONTROL_MISSING - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a search request included a VLV request control without a server-side sort control.
sortKey() - Method in class org.forgerock.opendj.ldap.SortKey.SortComparator
Returns the sort key that created this sort comparator.
SortKey - Class in org.forgerock.json.resource
A sort key which can be used to specify the order in which JSON resources should be included in the results of a query request.
SortKey - Class in org.forgerock.opendj.ldap
A search result sort key as defined in RFC 2891 is used to specify how search result entries should be ordered.
SortKey(String) - Constructor for class org.forgerock.opendj.ldap.SortKey
Creates a new sort key using the provided attribute description.
SortKey(String, boolean) - Constructor for class org.forgerock.opendj.ldap.SortKey
Creates a new sort key using the provided attribute description.
SortKey(String, boolean, String) - Constructor for class org.forgerock.opendj.ldap.SortKey
Creates a new sort key using the provided attribute description.
SortKey(AttributeDescription, boolean, MatchingRule) - Constructor for class org.forgerock.opendj.ldap.SortKey
Creates a new sort key using the provided attribute description.
SortKey.SortComparator - Class in org.forgerock.opendj.ldap
Comparator derived from a sort key which can be used to compare entries.
SortKeyComparator - Class in org.forgerock.json.resource
This comparator iterates through the provided sortKeys and finds the first comparative difference between the left and right side JsonValues.
SortKeyComparator(List<SortKey>) - Constructor for class org.forgerock.json.resource.SortKeyComparator
Construct a Comparator that will compare two JsonValue objects based on the provided list of SortKeys.
SortKeyComparator(List<SortKey>, SortKeyComparator.NullPosition) - Constructor for class org.forgerock.json.resource.SortKeyComparator
Construct a Comparator that will compare two JsonValue objects based on the provided list of SortKeys and options.
SortKeyComparator.NullPosition - Enum Class in org.forgerock.json.resource
Defines possible positions for JsonValue that wraps a null object.
spliterator() - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
SplunkAuditEventHandler - Class in org.forgerock.audit.handlers.splunk
Audit event handler that writes out to Splunk's HTTP event collector RAW endpoint.
SplunkAuditEventHandler(SplunkAuditEventHandlerConfiguration, EventTopicsMetaData, BatchPublisherFactory, Client) - Constructor for class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandler
Constructs a new Splunk audit event handler.
SplunkAuditEventHandlerConfiguration - Class in org.forgerock.audit.handlers.splunk
Configuration for the splunk audit event handler.
SplunkAuditEventHandlerConfiguration() - Constructor for class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandlerConfiguration
 
SplunkAuditEventHandlerConfiguration.BufferingConfiguration - Class in org.forgerock.audit.handlers.splunk
Configuration of event buffering.
SplunkAuditEventHandlerConfiguration.ConnectionConfiguration - Class in org.forgerock.audit.handlers.splunk
Configuration of connection to Splunk.
SSF - Class in org.opends.server.authorization.dseecompat
The class represents the ssf keyword in a bind rule.SSF stands for security strength factor.
SSL - Enum constant in enum class org.forgerock.opendj.ldap.ConnectionSecurity
LDAP client connection uses SSL for security.
SSL_HOST_NAME_VALIDATION_DISABLED_PROPERTY - Static variable in class org.forgerock.opendj.security.SslOptions
The name of the property which, when true, will disable SSL host name validation.
SSL_OPTIONS - Static variable in class org.forgerock.opendj.ldap.LdapServer
Specifies the options to use for the SSL support or null if SSL is disabled.
SSL_USE_STARTTLS - Static variable in class org.forgerock.opendj.ldap.LdapConnectionFactory
Specifies whether SSL or StartTLS should be used for securing connections when an SSL context is specified.
sslClientSocket(RxSocket<ByteBuffer>, Options) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive socket that adds an SSL client layer to an underlying socket using an SSLEngine obtained from the CommonLdapOptions.SSL_OPTIONS of the provided options and the remote host and port of the provided socket.
sslContext() - Method in class org.forgerock.opendj.security.SslOptions
Returns the SSLContext that should be used when installing the SSL layer.
SslOptions - Class in org.forgerock.opendj.security
Encapsulates options for configuring SSL based security as well as providing methods for building SSLEngines.
SslOptions.ClientAuthPolicy - Enum Class in org.forgerock.opendj.security
Represents the client authentication policy option.
SslRxSocket - Class in org.forgerock.opendj.io.rx
A reactive socket implementation which adds SSL to an underlying reactive socket.
sslServerSocket(RxSocket<ByteBuffer>, Options) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive socket that adds an SSL server layer to an underlying socket using an SSLEngine obtained from the CommonLdapOptions.SSL_OPTIONS of the provided options.
SslTlv(EnumSet<ProxyProtocolHeader.SslTlv.ClientBit>, int, EnumMap<ProxyProtocolHeader.SslTlv.SslSubType, String>) - Constructor for class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
Creates a new SSL TLV header.
sslTransport(RxTransport<ByteBuffer, ? extends RxSocket<ByteBuffer>>) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive transport that adds an SSL layer to an underlying transport.
SslUtils - Class in org.opends.server.util
Utility class for common SSL related setup.
STABLE_ID_KEY - Static variable in class org.forgerock.util.crypto.CryptoConstants
key for the id of the key used to crypt the data when purposes are in use.
stableId() - Method in record class org.forgerock.secrets.propertyresolver.SecretResource
Returns the value of the stableId record component.
stableId(String) - Method in class org.forgerock.secrets.SecretBuilder
Sets the stable id of this secret.
stableIdFor(KeyStoreSecretStore.KeyDetails, Class<? extends Secret>) - Method in interface org.forgerock.secrets.keystore.KeyStoreSecretStore.StableIdProvider
Produce the secret's stable ID.
StableIdResolver - Interface in org.forgerock.secrets.propertyresolver
Interface for resolving stable ids in a SecretStore.
start() - Method in class org.forgerock.opendj.rest2ldap.HdapHttpApplication
 
start() - Method in class org.forgerock.opendj.rest2ldap.Rest2LdapHttpApplication
 
start() - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
Starts this server.
start() - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
Starts the Replication Domain.
start() - Method in interface org.opends.server.replication.protocol.Session
Starts the publisher thread of this session.
start() - Method in class org.opends.server.replication.service.ReplicationBroker
Start the ReplicationBroker.
start(Clock) - Static method in interface org.forgerock.monitoring.api.instrument.Timer
 
start(MeterRegistry) - Static method in interface org.forgerock.monitoring.api.instrument.Timer
 
start(ServerContext) - Static method in class org.opends.server.core.TimeThread
Starts the time service if it has not already been started.
START_DS_TOOL_NAME - Static variable in class org.forgerock.opendj.setup.model.Installation
Platform independent name of the start-ds tool.
startDiskSpaceMonitor() - Method in class org.opends.server.extensions.DiskSpaceMonitor
Starts periodic monitoring of all registered directories.
StartDs - Class in org.opends.server.core
This class defines a tool which starts up the server.
startImport() - Method in class org.opends.server.backends.jeb.JEStorage
 
startImport() - Method in interface org.opends.server.backends.pluggable.spi.Storage
Starts the import operation.
startingAt(T) - Static method in class org.opends.server.types.Range
Creates a range with a lower bound and no upper bound.
startListenService() - Method in class org.opends.server.replication.service.ReplicationDomain
Starts the receiver side of the Replication Service.
StartMsg - Class in org.opends.server.replication.protocol
This abstract message class is the superclass for start messages used by LDAP servers and Replication servers to initiate their communications.
StartMsg() - Constructor for class org.opends.server.replication.protocol.StartMsg
Create a new StartMsg.
startPublishService() - Method in class org.opends.server.replication.service.ReplicationDomain
Start the publish mechanism of the Replication Service.
STARTS_WITH - Static variable in class org.forgerock.util.query.QueryFilterOperators
the "starts-with" operator.
startServer() - Method in class org.opends.server.core.DirectoryServer
Starts up the Directory Server.
startServer(boolean) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies whether the server should start during the setup process.
startService() - Method in class org.opends.server.tools.ConfigureWindowsService
Invokes the net start on the service corresponding to this server, it writes information and error messages in the provided streams.
StartSessionMsg - Class in org.opends.server.replication.protocol
This message is used by DS to confirm a RS he wants to connect to him (open a session).
StartSessionMsg(ServerStatus, Set<String>) - Constructor for class org.opends.server.replication.protocol.StartSessionMsg
Creates a new message with the given required parameters.
startsWith(FF, Object) - Static method in class org.forgerock.util.query.QueryFilter
Creates a new starts with filter using the provided field name and value assertion.
startsWith(String) - Method in class org.forgerock.json.resource.ResourcePath
Returns true if this resource path is equal to or begins with the provided resource resource path.
startsWith(ResourcePath) - Method in class org.forgerock.json.resource.ResourcePath
Returns true if this resource path is equal to or begins with the provided resource resource path.
startsWith(ByteString) - Method in class org.forgerock.opendj.ldap.ByteString
Tests if this ByteString starts with the specified prefix.
STARTTLS - Enum constant in enum class org.forgerock.opendj.ldap.ConnectionSecurity
LDAP client connection uses StartTLS for security.
StartTLSExtendedOperation - Class in org.opends.server.extensions
This class provides an implementation of the StartTLS extended operation as defined in RFC 2830.
StartTLSExtendedOperation() - Constructor for class org.opends.server.extensions.StartTLSExtendedOperation
Create an instance of this StartTLS extended operation handler.
StartTlsExtendedOperationHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying StartTLS Extended Operation Handler settings.
StartTlsExtendedOperationHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying StartTLS Extended Operation Handler settings.
StartTlsExtendedOperationHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the StartTLS Extended Operation Handler managed object definition meta information.
StartTlsExtendedRequest - Class in org.forgerock.opendj.ldap.messages
The start TLS extended request as defined in RFC 4511.
StartTlsExtendedResult - Interface in org.forgerock.opendj.ldap.messages
The start tls extended result as defined in RFC 4511.
startup() - Method in interface org.forgerock.audit.AuditService
Allows this AuditService and all its AuditEventHandlers to perform any initialization that would be unsafe to do if any other instance of the AuditService were still running.
startup() - Method in class org.forgerock.audit.AuditServiceProxy
 
startup() - Method in interface org.forgerock.audit.events.handlers.AuditEventHandler
Instruct this object that it is safe to initialize file handles and network connections.
startup() - Method in interface org.forgerock.audit.events.handlers.buffering.BatchPublisher
Informs the publisher to start processing offered events.
startup() - Method in class org.forgerock.audit.events.handlers.buffering.BufferedBatchPublisher
Starts periodically sending batch data.
startup() - Method in class org.forgerock.audit.events.handlers.NoOpAuditEventHandler
 
startup() - Method in class org.forgerock.audit.handlers.csv.CsvAuditEventHandler
Instruct this object that it is safe to initialize file handles and network connections.
startup() - Method in class org.forgerock.audit.handlers.elasticsearch.ElasticsearchAuditEventHandler
 
startup() - Method in class org.forgerock.audit.handlers.jms.JmsAuditEventHandler
Creates the JMS Topic and ConnectionFactory from the context configuration settings and opens the JMS connection.
startup() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
 
startup() - Method in class org.forgerock.audit.handlers.json.stdout.JsonStdoutAuditEventHandler
 
startup() - Method in class org.forgerock.audit.handlers.splunk.SplunkAuditEventHandler
 
startup() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandler
Instruct this object that it is safe to initialize file handles and network connections.
Startup(boolean, boolean, LocalizableMessage) - Constructor for record class org.opends.server.api.plugin.PluginResult.Startup
Creates an instance of a Startup record class.
STARTUP - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked during the directory server startup process.
STARTUP - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are invoked when the Directory Server is starting up.
STATE_INDEX_NAME - Static variable in interface org.opends.server.backends.pluggable.SuffixContainer
The name of the index which associates indexes with their trust state, i.e.
stateSet(String, Supplier<T>) - Method in class org.opends.server.api.MeterRegistryHolder
Creates both a metric, containing the actual state value, that is never added to the parent meter registry (it only appears in ldap meters), and a gauge for each state that will be added to the parent meter registry.
StaticAliasSpecProvider() - Constructor for class org.forgerock.secrets.keystore.KeyStoreSecretStore.StaticAliasSpecProvider
Default constructor.
StaticAliasSpecProvider(List<KeyStoreSecretStore.AliasSpec>) - Constructor for class org.forgerock.secrets.keystore.KeyStoreSecretStore.StaticAliasSpecProvider
Constructor.
StaticGroup - Class in org.opends.server.extensions
A static group implementation, in which the DNs of all members are explicitly listed.
StaticLoggerBinder - Class in org.slf4j.impl
Binds LoggerFactory class with an instance of ILoggerFactory.
StaticMarkerBinder - Class in org.slf4j.impl
Binds MarkerFactory class with an instance of IMarkerFactory.
StaticMDCBinder - Class in org.slf4j.impl
Binds MarkerFactory class with an instance of IMarkerFactory.
StaticServiceDiscoveryMechanism - Class in org.forgerock.opendj.discovery
This mechanism only returns the list of servers in its configuration, without checking for availability.
StaticServiceDiscoveryMechanism - Class in org.opends.server.discovery
This mechanism only returns the list of servers in its configuration, without checking for availability.
StaticServiceDiscoveryMechanism() - Constructor for class org.opends.server.discovery.StaticServiceDiscoveryMechanism
 
StaticServiceDiscoveryMechanismCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Static Service Discovery Mechanism settings.
StaticServiceDiscoveryMechanismCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Static Service Discovery Mechanism settings.
StaticServiceDiscoveryMechanismCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Static Service Discovery Mechanism managed object definition meta information.
StaticUtils - Class in org.opends.server.util
This class defines a number of static utility methods that may be used throughout the server.
Statistic - Enum Class in org.forgerock.monitoring.api.instrument
A description of the value contained in a measurement.
Statistics(int, int, int, int, int, int) - Constructor for record class org.forgerock.opendj.ldap.ConnectionPool.Statistics
Creates an instance of a Statistics record class.
status() - Method in record class org.opends.server.replication.common.DSInfo
Returns the value of the status record component.
STATUS - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The status event payload field name.
STATUS_CODE - Static variable in class org.forgerock.audit.events.AccessAuditEventBuilder
The status code event payload field name.
STATUS_TOOL_NAME - Static variable in class org.forgerock.opendj.setup.model.Installation
Platform independent name of the status tool.
StatusCli - Class in org.opends.server.tools.status
A tool which displays a server status.
statusWhenDiskSpaceFull(File, long, String) - Static method in class org.opends.server.backends.pluggable.spi.StorageUtils
Creates a new unusable StorageStatus for the disk full threshold.
statusWhenDiskSpaceLow(File, long, String) - Static method in class org.opends.server.backends.pluggable.spi.StorageUtils
Creates a new locked down StorageStatus for the disk low threshold.
stop() - Method in class org.forgerock.opendj.rest2ldap.HdapHttpApplication
 
stop() - Method in class org.forgerock.opendj.rest2ldap.Rest2LdapHttpApplication
 
stop() - Static method in class org.opends.server.core.TimeThread
Stops the time service if it has not already been stopped.
stop() - Method in class org.opends.server.replication.service.ReplicationBroker
Stop the server.
stop(String, LocalizableMessage) - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
Stops this server.
stop(Timer) - Method in class org.forgerock.monitoring.api.instrument.Timer.Sample
Records the duration of the operation
StopDs - Class in org.opends.server.tools
This class provides a tool that can send a request to the Directory Server that will cause it to shut down.
stopEncryption() - Method in interface org.opends.server.replication.protocol.Session
Stops using the security layer, if there is any, possibly waiting during the process to ensure encryption is not removed during reception or sending of a message.
StopEncryptionMsg - Class in org.opends.server.replication.protocol
Internal message to signal the stop of encryption.
StopEncryptionMsg() - Constructor for class org.opends.server.replication.protocol.StopEncryptionMsg
 
stopEntryProcessing(LocalizableMessage) - Static method in record class org.opends.server.api.plugin.PluginResult.ImportLDIF
Defines a new stop processing LDIF import plugin result.
StopMsg - Class in org.opends.server.replication.protocol
This message is part of the replication protocol.
StopMsg() - Constructor for class org.opends.server.replication.protocol.StopMsg
Creates a message.
StopMsg(byte[]) - Constructor for class org.opends.server.replication.protocol.StopMsg
Creates a new message by decoding the provided byte array.
StopMsg(StopMsg.StopReason) - Constructor for class org.opends.server.replication.protocol.StopMsg
Creates a new message with the provided reason.
StopMsg.StopReason - Enum Class in org.opends.server.replication.protocol
The reason why the connection might be terminated.
STOPPED_BY_ADMINISTRATOR - Enum constant in enum class org.opends.server.backends.task.TaskState
The task state that indicates that the task was stopped by an administrator after it had already started but before it was able to complete.
STOPPED_BY_ERROR - Enum constant in enum class org.opends.server.backends.task.TaskState
The task state that indicates that one or more errors prevented the task from completing.
STOPPED_BY_SHUTDOWN - Enum constant in enum class org.opends.server.backends.task.TaskState
The task state that indicates that the task was unable to complete because it was interrupted by the shutdown of the task backend.
stopPeerServers() - Method in class org.opends.server.replication.server.ReplicationServerDomain
Stop operations with all peer servers this domain is connected with (RS and DS).
stopProcessing(boolean, ResultCode, LocalizableMessage) - Static method in record class org.opends.server.api.plugin.PluginResult.IntermediateResponse
Constructs a new stop processing intermediate response plugin result.
stopProcessing(boolean, ResultCode, LocalizableMessage, Dn, List<String>) - Static method in record class org.opends.server.api.plugin.PluginResult.IntermediateResponse
Defines a new stop processing intermediate response plugin result.
stopProcessing(ResultCode, LocalizableMessage) - Static method in record class org.opends.server.api.plugin.PluginResult.PostOperation
Constructs a new stop processing post operation plugin result.
stopProcessing(ResultCode, LocalizableMessage) - Static method in record class org.opends.server.api.plugin.PluginResult.PreOperation
Constructs a new stop processing pre operation plugin result.
stopProcessing(ResultCode, LocalizableMessage) - Static method in record class org.opends.server.api.plugin.PluginResult.PreParse
Constructs a new stop processing pre parse plugin result.
stopProcessing(ResultCode, LocalizableMessage) - Static method in record class org.opends.server.api.plugin.PluginResult.SubordinateDelete
Constructs a new stop processing subordinate delete plugin result.
stopProcessing(ResultCode, LocalizableMessage) - Static method in record class org.opends.server.api.plugin.PluginResult.SubordinateModifyDN
Constructs a new stop processing subordinate modify DN plugin result.
stopProcessing(ResultCode, LocalizableMessage, Dn, List<String>) - Static method in record class org.opends.server.api.plugin.PluginResult.PostOperation
Defines a new stop processing post operation plugin result.
stopProcessing(ResultCode, LocalizableMessage, Dn, List<String>) - Static method in record class org.opends.server.api.plugin.PluginResult.PreOperation
Defines a new stop processing pre operation plugin result.
stopProcessing(ResultCode, LocalizableMessage, Dn, List<String>) - Static method in record class org.opends.server.api.plugin.PluginResult.PreParse
Defines a new stop processing pre parse plugin result.
stopProcessing(ResultCode, LocalizableMessage, Dn, List<String>) - Static method in record class org.opends.server.api.plugin.PluginResult.SubordinateDelete
Defines a new stop processing subordinate delete plugin result.
stopProcessing(ResultCode, LocalizableMessage, Dn, List<String>) - Static method in record class org.opends.server.api.plugin.PluginResult.SubordinateModifyDN
Defines a new stop processing subordinate modify DN plugin result.
StopProcessing(Result) - Constructor for record class org.opends.server.types.SynchronizationProviderResult.StopProcessing
Creates an instance of a StopProcessing record class.
stopReplicationServers(Collection<HostPort>) - Method in class org.opends.server.replication.server.ReplicationServerDomain
Stop operations with a list of replication servers.
stopServer(PeerServer, boolean) - Method in class org.opends.server.replication.server.ReplicationServerDomain
Stop operations with a given peer server.
stopService() - Method in class org.opends.server.tools.ConfigureWindowsService
Invokes the net stop on the service corresponding to this server, it writes information and error messages in the provided streams.
stopStartup(LocalizableMessage) - Static method in record class org.opends.server.api.plugin.PluginResult.Startup
Defines a new stop processing startup plugin result.
storage(String, Map<String, String>) - Method in class org.opends.server.tools.dsbackup.BackupRunner
Register the backup location and the properties for the backup storage.
storage(String, Map<String, String>) - Method in class org.opends.server.tools.dsbackup.PurgeRunner
Register the backup location and the properties for the backup storage.
storage(String, Map<String, String>) - Method in class org.opends.server.tools.dsbackup.RestoreRunner
Register the backup location and the properties for the backup storage.
Storage - Interface in org.opends.server.backends.pluggable.spi
This interface abstracts the underlying storage engine, isolating the pluggable backend generic code from a particular storage engine implementation.
STORAGE_SCHEME_NAME_SALTED_SHA_1 - Static variable in class org.opends.server.extensions.ExtensionsConstants
The password storage scheme name that will be used for passwords stored in a salted SHA-1 representation.
STORAGE_TYPE_HASH - Static variable in class org.forgerock.util.crypto.CryptoConstants
A salted hash encryption storage type.
storagePropertiesAsMap(Collection<String>) - Static method in class org.opends.server.tools.dsbackup.DsBackup
Returns a map of storage properties made of properties name/value or an empty map if there are no properties.
StorageRuntimeException - Exception in org.opends.server.backends.pluggable.spi
Runtime exception for problems happening in the storage engine.
StorageRuntimeException(String) - Constructor for exception org.opends.server.backends.pluggable.spi.StorageRuntimeException
Constructor with a message.
StorageRuntimeException(String, Throwable) - Constructor for exception org.opends.server.backends.pluggable.spi.StorageRuntimeException
Constructor with a message and a cause.
StorageRuntimeException(Throwable) - Constructor for exception org.opends.server.backends.pluggable.spi.StorageRuntimeException
Constructor with a cause.
StorageStatus - Class in org.opends.server.backends.pluggable.spi
Represents the current status of a storage with respect to its resources.
StorageUtils - Class in org.opends.server.backends.pluggable.spi
Utility class for implementations of Storage.
store() - Method in class org.forgerock.audit.secure.JcaKeyStoreHandler
 
store() - Method in interface org.forgerock.audit.secure.KeyStoreHandler
Saves the keystore.
store() - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
 
stream() - Method in class org.forgerock.json.JsonValue
Construct a Stream from this JsonValue object.
stream() - Method in class org.forgerock.monitoring.api.instrument.Tags
Return a stream of the contained tags.
stream() - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
Stream(OutputStream) - Constructor for class org.forgerock.audit.events.handlers.writers.TextWriter.Stream
Creates a new text writer that will write to the provided output stream.
Streams - Class in org.forgerock.util
Utility methods for operating on IO streams.
STRICT - Enum constant in enum class org.forgerock.opendj.rest2ldap.schema.JsonSchema.ValidationPolicy
JSON validation policy requiring strict conformance to RFC 7159.
STRICT - Enum constant in enum class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn.JsonValidationPolicy
JSON syntax values must strictly conform to RFC 7159.
STRICT_FORMAT_FOR_BOOLEAN - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Indicates whether boolean values are required to strictly comply with the standard definition for this syntax.
STRICT_FORMAT_FOR_COUNTRY_STRINGS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Indicates whether country code values are required to strictly comply with the standard definition for this syntax.
STRING - Enum constant in enum class org.forgerock.config.util.CoercionFunction
A coercion function that does a no-op transformation of a String.
STRING_ENCODING_V1_LENGTH - Static variable in class org.opends.server.replication.common.CSN
The number of characters used by the string representation of a change number v0.
STRING_TYPE - Static variable in class org.forgerock.audit.events.AuditEventHelper
Json String value type.
stringOrListOfStrings() - Static method in class org.forgerock.json.JsonValueFunctions
Return a list of string values from the given JsonValue.
stringParameter(String) - Method in class org.forgerock.opendj.setup.model.Profile.ParameterFactory
Creates and returns a new String parameter.
StringPropertyDefinition - Class in org.forgerock.opendj.config
String property definition.
StringPropertyDefinition.Builder - Class in org.forgerock.opendj.config
An interface for incrementally constructing string property definitions.
Strings - Class in org.forgerock.util
Common utility methods for Strings.
stringToBoolean(String) - Static method in class org.forgerock.opendj.ldap.Functions
Parses a String as a boolean.
stringToInteger(String) - Static method in class org.forgerock.opendj.ldap.Functions
Parses a String as an int.
stringToLong(String) - Static method in class org.forgerock.opendj.ldap.Functions
Parses a String as a long.
stringToPath(String) - Static method in class org.forgerock.opendj.ldap.Functions
Parses a String as a Path.
stringToUri(String) - Static method in class org.forgerock.opendj.ldap.Functions
Parses a String as a URI.
StringTypeValidator - Class in org.forgerock.json.schema.validator.validators
StringTypeValidator applies all the constraints of a string type.
StringTypeValidator(Map<String, Object>, List<String>) - Constructor for class org.forgerock.json.schema.validator.validators.StringTypeValidator
Create a string type validator.
STRIP_UPPER_BOUND_FOR_ATTRIBUTE_TYPE - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Indicates whether the minimum upper bound value should be stripped from the Attribute Type Syntax Description.
STRONG_AUTH_REQUIRED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
STRONG_AUTH_REQUIRED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation could not be processed because it requires that the client has completed a strong form of authentication.
STRUCTURAL - Enum constant in enum class org.forgerock.opendj.ldap.schema.ObjectClassType
The objectclass type that to use for classes declared "structural".
structuralClassOid(String) - Method in class org.forgerock.opendj.ldap.schema.DitContentRule.Builder
Sets the structural class OID which uniquely identifies this DIT content rule.
structuralObjectClassOid(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Sets the structural object class.
StructuralObjectClassVirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Structural Object Class Virtual Attribute settings.
StructuralObjectClassVirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Structural Object Class Virtual Attribute settings.
StructuralObjectClassVirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Structural Object Class Virtual Attribute managed object definition meta information.
StructuralObjectClassVirtualAttributeProvider - Class in org.opends.server.extensions
This class implements a virtual attribute provider that is meant to serve the structuralObjectClass operational attribute as described in RFC 4512.
StructuralObjectClassVirtualAttributeProvider() - Constructor for class org.opends.server.extensions.StructuralObjectClassVirtualAttributeProvider
 
SubentriesRequestControl - Class in org.forgerock.opendj.ldap.controls
The sub-entries request control as defined in RFC 3672.
SubEntry - Class in org.opends.server.types
This class represents RFC 3672 subentries and RFC 3671 collective attribute subentries objects.
SubEntry(Entry, ServerContext) - Constructor for class org.opends.server.types.SubEntry
Constructs a subentry object from a given entry object.
SUBENTRY_WRITE - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the associated user to perform LDAP subentry write operations.
SUBENTRY_WRITE - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to perform write operations on LDAP subentries.
SubentryChangeListener - Interface in org.opends.server.api
This interface defines a mechanism that Directory Server components may use if they need to be notified of changes that are being made to subentries in the Directory Server.
SubentryManager - Class in org.opends.server.core
This class provides a mechanism for interacting with subentries defined in the Directory Server.
SubentryManager(ServerContext) - Constructor for class org.opends.server.core.SubentryManager
Creates a new instance of this subentry manager.
SubentryPasswordPolicy - Class in org.opends.server.core
This class represents subentry password policies either based on the Password Policy for LDAP Directories Internet-Draft, or OpenDJ extended password policies.
SubentryPasswordPolicy(SubEntry, ServerContext) - Constructor for class org.opends.server.core.SubentryPasswordPolicy
Creates subentry password policy object from the subentry, parsing and evaluating subentry password policy attributes.
subjectAlternativeName(boolean, Collection<String>) - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Adds the subject alternative name extension with the provided DNS names.
SubjectAttributeToUserAttributeCertificateMapper - Class in org.opends.server.extensions
This class implements a very simple Directory Server certificate mapper that will map a certificate to a user based on attributes contained in both the certificate subject and the user's entry.
SubjectAttributeToUserAttributeCertificateMapper() - Constructor for class org.opends.server.extensions.SubjectAttributeToUserAttributeCertificateMapper
Creates a new instance of this certificate mapper.
SubjectAttributeToUserAttributeCertificateMapperCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Subject Attribute To User Attribute Certificate Mapper settings.
SubjectAttributeToUserAttributeCertificateMapperCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Subject Attribute To User Attribute Certificate Mapper settings.
SubjectAttributeToUserAttributeCertificateMapperCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Subject Attribute To User Attribute Certificate Mapper managed object definition meta information.
subjectDn(Dn) - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Sets the certificate subject name.
SubjectDNToUserAttributeCertificateMapper - Class in org.opends.server.extensions
This class implements a very simple Directory Server certificate mapper that will map a certificate to a user only if that user's entry contains an attribute with the subject of the client certificate.
SubjectDNToUserAttributeCertificateMapper() - Constructor for class org.opends.server.extensions.SubjectDNToUserAttributeCertificateMapper
 
SubjectDnToUserAttributeCertificateMapperCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Subject DN To User Attribute Certificate Mapper settings.
SubjectDnToUserAttributeCertificateMapperCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Subject DN To User Attribute Certificate Mapper settings.
SubjectDnToUserAttributeCertificateMapperCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Subject DN To User Attribute Certificate Mapper managed object definition meta information.
SubjectEqualsDNCertificateMapper - Class in org.opends.server.extensions
This class implements a very simple Directory Server certificate mapper that will map a certificate to a user only if the subject of the peer certificate exactly matches the DN of a user in the Directory Server.
SubjectEqualsDNCertificateMapper() - Constructor for class org.opends.server.extensions.SubjectEqualsDNCertificateMapper
Creates a new instance of this certificate mapper.
SubjectEqualsDnCertificateMapperCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Subject Equals DN Certificate Mapper settings.
SubjectEqualsDnCertificateMapperCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Subject Equals DN Certificate Mapper settings.
SubjectEqualsDnCertificateMapperCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Subject Equals DN Certificate Mapper managed object definition meta information.
subList(int, int) - Method in class org.forgerock.util.LazyList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class org.forgerock.util.ListDecorator
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
submit(Runnable) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
submit(Runnable) - Method in class org.opends.server.util.CronExecutorService
 
submit(Runnable, T) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
submit(Runnable, T) - Method in class org.opends.server.util.CronExecutorService
 
submit(Callable<T>) - Method in class org.forgerock.util.thread.MdcExecutorServiceDelegate
 
submit(Callable<T>) - Method in class org.opends.server.util.CronExecutorService
 
SUBORDINATE_DELETE - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked on each subordinate entry that is deleted as part of a subtree delete operation.
SUBORDINATE_MODIFY_DN - Enum constant in enum class org.opends.server.api.plugin.PluginType
The plugin type for plugins that are to be invoked on each subordinate entry that is moved or renamed as part of a modify DN operation.
SUBORDINATE_SUBTREE - Enum constant in enum class org.forgerock.opendj.server.config.meta.BackendVlvIndexCfgDefn.Scope
Search the entire subtree below the base object but do not include the base object itself.
SUBORDINATE_SUBTREE - Enum constant in enum class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn.Scope
Search the entire subtree below the base object but do not include the base object itself.
SubordinateDelete(boolean, boolean, Result) - Constructor for record class org.opends.server.api.plugin.PluginResult.SubordinateDelete
Creates an instance of a SubordinateDelete record class.
SUBORDINATEDELETE - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked in the course of deleting a subordinate entry of a delete operation.
SubordinateModifyDN(boolean, boolean, Result) - Constructor for record class org.opends.server.api.plugin.PluginResult.SubordinateModifyDN
Creates an instance of a SubordinateModifyDN record class.
SUBORDINATEMODIFYDN - Enum constant in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation.
SubordinateModifyDNOperation - Interface in org.opends.server.types.operation
This class defines a set of methods that are available for use by subordinate modify DN operation plugins.
SUBORDINATES - Enum constant in enum class org.forgerock.opendj.ldap.SearchScope.Enum
 
SUBORDINATES - Static variable in class org.forgerock.opendj.ldap.SearchScope
The scope is constrained to all the subordinates of the search base entry, but does not include the search base entry itself (as wholeSubtree does).
subResource(SubResource) - Method in class org.forgerock.opendj.rest2ldap.Resource
Specifies a parent-child relationship with another resource.
SubResource - Class in org.forgerock.opendj.rest2ldap
A SubResource defines how to reach a resource relative to its parent resource.
subResources(SubResource...) - Method in class org.forgerock.opendj.rest2ldap.Resource
Specifies a parent-child relationship with zero or more resources.
SubschemaSubentryVirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Subschema Subentry Virtual Attribute settings.
SubschemaSubentryVirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Subschema Subentry Virtual Attribute settings.
SubschemaSubentryVirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Subschema Subentry Virtual Attribute managed object definition meta information.
SubschemaSubentryVirtualAttributeProvider - Class in org.opends.server.extensions
This class implements a virtual attribute provider that is meant to serve the subschemaSubentry operational attribute as described in RFC 4512.
SubschemaSubentryVirtualAttributeProvider() - Constructor for class org.opends.server.extensions.SubschemaSubentryVirtualAttributeProvider
 
subSequence(int) - Method in class org.forgerock.opendj.ldap.ByteString
Returns a new byte string that is a subsequence of this byte string.
subSequence(int, int) - Method in class org.forgerock.i18n.LocalizableMessage
Returns a new CharSequence which is a subsequence of the String representation of this message in the default locale.
subSequence(int, int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns a new CharSequence which is a subsequence of the String representation of this message builder in the default locale.
subSequence(int, int) - Method in class org.forgerock.json.resource.ResourcePath
Returns a resource path which is a subsequence of the path elements contained in this resource path beginning with the element at position beginIndex and ending with the element at position endIndex-1.
subSequence(int, int) - Method in class org.forgerock.opendj.ldap.ByteString
Returns a new byte string that is a subsequence of this byte string.
subSequence(Locale, int, int) - Method in class org.forgerock.i18n.LocalizableMessage
Returns a new CharSequence which is a subsequence of the String representation of this message in the specified locale.
subSequence(Locale, int, int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns a new CharSequence which is a subsequence of the String representation of this message builder in the specified locale.
substitute(String) - Method in class org.forgerock.config.resolvers.SubstitutionService
Perform variable substitution on the source String.
substitute(String, boolean) - Method in class org.forgerock.config.resolvers.SubstitutionService
Perform variable substitution on the source String.
substitute(String, SubstitutionContext) - Method in class org.forgerock.config.resolvers.SubstitutionService
Perform variable substitution on the source String.
substitution(PropertyResolver) - Static method in class org.forgerock.config.resolvers.SubstitutionVisitor
Create a builder for SubstitutionVisitor.
SubstitutionContext - Class in org.forgerock.config.resolvers
A SubstitutionContext holds both runtime and config time values for the substitution process.
SubstitutionContext(boolean) - Constructor for class org.forgerock.config.resolvers.SubstitutionContext
Creates a SubstitutionContext with default (no-op) notifiers and escaping support as dictated by escaping.
SubstitutionContext(Consumer<String>, Consumer<List<String>>, boolean) - Constructor for class org.forgerock.config.resolvers.SubstitutionContext
Creates a SubstitutionContext with given unresolved and cycle functions.
SubstitutionException - Exception in org.forgerock.config.resolvers
Exception thrown during substitution process.
SubstitutionException(String, Throwable, SubstitutionContext) - Constructor for exception org.forgerock.config.resolvers.SubstitutionException
Creates a SubstitutionException with the given message and parent cause.
SubstitutionException(String, SubstitutionContext) - Constructor for exception org.forgerock.config.resolvers.SubstitutionException
Creates a SubstitutionException with the given message.
SubstitutionService - Class in org.forgerock.config.resolvers
Substitute tokens in the source String with their resolved value.
SubstitutionService(PropertyResolver) - Constructor for class org.forgerock.config.resolvers.SubstitutionService
Creates a new substitution service that will resolve variables using the given resolver.
SubstitutionVisitor - Class in org.forgerock.config.resolvers
This visitor evaluates Templates with the help of a PropertyResolver.
SubstitutionVisitor.Builder - Class in org.forgerock.config.resolvers
SUBSTRING - Enum constant in enum class org.forgerock.opendj.ldap.schema.MatchingRule.MatchingRuleType
A rule suitable for use as the substrings matching rule (SUBSTR) of an attribute type.
SUBSTRING - Enum constant in enum class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn.IndexType
This index type is used to improve the efficiency of searches using substring search filters.
SUBSTRING - Enum constant in enum class org.opends.server.types.IndexType
Used to denote a substring index, which may be used to identify entries with one or more values for the associated attribute that match a given substring assertion.
substringKeySize() - Method in interface org.forgerock.opendj.ldap.schema.IndexingOptions
Returns the maximum size to use when building the keys for the "substring" index.
substringMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the matching rule that should be used for substring matching with this attribute type.
substrings(String, Object, Collection<?>, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new substrings filter using the provided attribute description, initial, final, and any sub-strings.
SUBSTRINGS - Enum constant in enum class org.forgerock.opendj.ldap.Filter.FilterType
The filter type for substring filters.
SUBSTRINGS - Enum constant in enum class org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for substring filters.
SubtreeDeleteRequestControl - Class in org.forgerock.opendj.ldap.controls
The tree delete request control as defined in draft-armijo-ldap-treedelete.
SubtreeSpecification - Class in org.forgerock.opendj.ldap
An RFC 3672 subtree specification.
SubtreeSpecification(Dn) - Constructor for class org.forgerock.opendj.ldap.SubtreeSpecification
Create a dummy subtree specification.
SubtreeSpecification.FilterRefinement - Class in org.forgerock.opendj.ldap
A refinement which uses a search filter.
SubtreeSpecification.Refinement - Class in org.forgerock.opendj.ldap
Abstract interface for RFC3672 specification filter refinements.
SUCCESS - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
SUCCESS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the operation completed successfully.
successEndTask() - Method in interface org.forgerock.opendj.setup.model.SetupConsole
Handles end of task.
SUCCESSFUL - Enum constant in enum class org.forgerock.audit.events.AccessAuditEventBuilder.ResponseStatus
The access request was successfully completed.
SUCCESSFUL - Enum constant in enum class org.forgerock.audit.events.AuthenticationAuditEventBuilder.Status
Authentication operation has completed successfully.
SuffixContainer - Interface in org.opends.server.backends.pluggable
Container for a whole suffix environment which stores all entries from the subtree of the suffix' baseDN.
summary() - Method in class org.forgerock.monitoring.api.instrument.search.RequiredSearch
 
summary() - Method in class org.forgerock.monitoring.api.instrument.search.Search
 
summary(String) - Method in class org.opends.server.api.MeterRegistryHolder
Measures the distribution of samples.
summary(Meter.Id, HistogramConfig) - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry
summary(Meter.Id, HistogramConfig) - Method in class org.forgerock.monitoring.api.instrument.MeterRegistryHolder
 
summary(Meter.Id, HistogramConfig) - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry
 
summary(Meter.Id, HistogramConfig) - Method in class org.opends.server.api.MeterRegistryHolder
 
superiorObjectClasses(String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided superior object classes.
superiorObjectClasses(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided superior object classes.
superiorRules(int...) - Method in class org.forgerock.opendj.ldap.schema.DitStructureRule.Builder
Adds the provided superior rule identifiers.
superiorType(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the superior type for this attribute type.
superType(String) - Method in class org.forgerock.opendj.rest2ldap.Resource
Specifies the resource ID of the resource which is a super-type of this resource.
SUPPLEMENT_DESCRIPTION_BACKEND_TOOL_SUBCMD_LIST_INDEX_STATUS - Static variable in class org.opends.messages.ServerMessages
<xinclude:include href="variablelist-backendstat-index-status.xml" />
SUPPLEMENT_DESCRIPTION_RECURRING_TASK_INFO - Static variable in class org.opends.messages.ServerMessages
<xinclude:include href="description-recurring-task-info.xml" />
SUPPLEMENT_DESCRIPTION_UPGRADE_CLI - Static variable in class org.opends.messages.ServerMessages
<xinclude:include href="description-upgrade.xml" />
SUPPLEMENT_EXTRACT_TOOL_DESCRIPTION - Static variable in class org.opends.messages.ServerMessages
<xinclude:include href="description-supportextract.xml" />
Supplier<T,E extends Exception> - Interface in org.forgerock.util
A Supplier functional interface which can throw a checked Exception.
SUPPORTED_HTTP_METHODS - Static variable in class org.forgerock.monitoring.http.PrometheusHandler
List of HTTP methods supported by a Prometheus Handler.
SUPPORTED_HTTP_METHODS - Static variable in class org.opends.server.protocols.http.HttpStatistics
HTTP methods supported by Rest2Ldap.
SUPPORTED_VERSION - Static variable in class org.opends.server.authorization.dseecompat.Aci
Version that we support.
supportedAction(Action) - Method in class org.forgerock.opendj.rest2ldap.Resource
Registers an action which should be supported by this resource.
supportedActions(Action...) - Method in class org.forgerock.opendj.rest2ldap.Resource
Registers zero or more actions which should be supported by this resource.
supportedCipherSuites() - Static method in class org.forgerock.opendj.security.SslOptions
Returns a List of TLS cipher suites names reported as supported by the running JVM.
supportedProtocols() - Static method in class org.forgerock.opendj.security.SslOptions
Returns a List of TLS protocol names reported as supported by the running JVM.
SupportExtract - Class in org.opends.server.tools.supportextract
A tool that generates an archive with various server information, the archive can be sent to support for troubleshooting.
supports(LocalBackend.BackendOperation) - Method in class org.opends.server.api.LocalBackend
Indicates whether this backend supports the provided backend operation.
supports(LocalBackend.BackendOperation) - Method in class org.opends.server.backends.ConfigurationBackend
 
supports(LocalBackend.BackendOperation) - Method in class org.opends.server.backends.LDIFBackend
 
supports(LocalBackend.BackendOperation) - Method in class org.opends.server.backends.MemoryBackend
 
supports(LocalBackend.BackendOperation) - Method in class org.opends.server.backends.NullBackend
 
supports(LocalBackend.BackendOperation) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
supports(LocalBackend.BackendOperation) - Method in class org.opends.server.backends.RootDSEBackend
 
supports(LocalBackend.BackendOperation) - Method in class org.opends.server.backends.SchemaBackend
 
supports(LocalBackend.BackendOperation) - Method in class org.opends.server.backends.task.TaskBackend
 
supportsAuthPasswordSyntax() - Method in class org.opends.server.api.PasswordStorageScheme
Indicates whether this password storage scheme supports the ability to interact with values using the authentication password syntax defined in RFC 3112.
supportsAuthPasswordSyntax() - Method in class org.opends.server.extensions.PBKDF2HmacSHA256PasswordStorageScheme
 
supportsAuthPasswordSyntax() - Method in class org.opends.server.extensions.ScramSha512PasswordStorageScheme
 
supportsAuthPasswordSyntax() - Method in class org.opends.server.extensions.PKCS5S2PasswordStorageScheme
 
supportsAuthPasswordSyntax() - Method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
 
supportsControl(String) - Method in class org.opends.server.api.ExtendedOperationHandler
Indicates whether this extended operation handler supports the specified control.
supportsControl(String) - Method in class org.opends.server.api.LocalBackend
Indicates whether this backend supports the specified control.
suspend() - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
Suspends replication on this domain.
suspendReads() - Method in class org.forgerock.opendj.io.rx.SwitchableRxSocket
Prevents further attempts to read from the socket until either SwitchableRxSocket.resumeReadsAfterSwitchingSocket(org.forgerock.opendj.io.RxSocket<M>) or SwitchableRxSocket.resumeReads() are invoked.
suspendService() - Method in class org.opends.server.replication.service.ReplicationDomain
Temporarily suspend the Replication Service.
SwitchableRxSocket<M> - Class in org.forgerock.opendj.io.rx
A reactive socket implementation which delegates to a replaceable delegate reactive socket.
SwitchableRxSocket(RxSocket<M>) - Constructor for class org.forgerock.opendj.io.rx.SwitchableRxSocket
Returns a new switchable socket delegating to the provided downstream socket.
SYNC - Static variable in interface org.opends.server.loggers.ServerLoggers
The logger used for replication.
SYNC_CHANGELOG - Static variable in interface org.opends.server.loggers.ServerLoggers
The ServerLoggers.SYNC sub-logger used for changelog.
SYNC_CHANGENUMBER - Static variable in interface org.opends.server.loggers.ServerLoggers
The ServerLoggers.SYNC sub-logger used for change number and CN Index DB.
SYNC_CONNECTIONS - Static variable in interface org.opends.server.loggers.ServerLoggers
The ServerLoggers.SYNC sub-logger used for replication connections.
SYNC_HEARTBEAT - Static variable in interface org.opends.server.loggers.ServerLoggers
The ServerLoggers.SYNC sub-logger used for replication heartbeats.
SYNC_LIFECYCLE - Static variable in interface org.opends.server.loggers.ServerLoggers
The ServerLoggers.SYNC sub-logger used for replication lifecycle.
SYNC_LM_PASSWORD - Enum constant in enum class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn.PwdSyncPolicy
Synchronize the LanMan password attribute "sambaLMPassword"
SYNC_NT_PASSWORD - Enum constant in enum class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn.PwdSyncPolicy
Synchronize the NT password attribute "sambaNTPassword"
SYNC_PROTOCOL_MSGS - Static variable in interface org.opends.server.loggers.ServerLoggers
The ServerLoggers.SYNC sub-logger used for replication protocol messages (excluding updates and heartbeats).
SYNC_PURGE - Static variable in interface org.opends.server.loggers.ServerLoggers
The ServerLoggers.SYNC sub-logger used for purge events (changelog and historical attribute).
SYNC_REPLAY - Static variable in interface org.opends.server.loggers.ServerLoggers
The ServerLoggers.SYNC sub-logger used for replication replay and conflicts.
SYNC_RX_TRANSPORT - Static variable in class org.forgerock.opendj.ldap.LdapServer
The name of synchronous transport implementation which has the value "SyncRx".
SYNC_STATE - Static variable in interface org.opends.server.loggers.ServerLoggers
ServerLoggers.SYNC The sub-logger used for replication state changes, including generationId.
SYNC_TOPOLOGY - Static variable in interface org.opends.server.loggers.ServerLoggers
The ServerLoggers.SYNC sub-logger used for replication topology.
SYNC_UPDATE_MSGS - Static variable in interface org.opends.server.loggers.ServerLoggers
The ServerLoggers.SYNC sub-logger used for replication update messages.
SYNCHROCONTEXT - Static variable in class org.opends.server.replication.protocol.OperationContext
The identifier used to attach the context to operations.
SynchronizationProvider<T extends SynchronizationProviderCfg> - Class in org.opends.server.api
This class defines the set of methods and structures that are available for use in a Directory Server synchronization provider.
SynchronizationProvider() - Constructor for class org.opends.server.api.SynchronizationProvider
 
SynchronizationProviderCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Synchronization Provider settings.
SynchronizationProviderCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Synchronization Provider settings.
SynchronizationProviderCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Synchronization Provider managed object definition meta information.
SynchronizationProviderConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the configuration for the set of synchronization providers configured in the Directory Server.
SynchronizationProviderConfigManager(ServerContext) - Constructor for class org.opends.server.core.SynchronizationProviderConfigManager
Creates a new instance of this synchronization provider config manager.
SynchronizationProviderResult - Interface in org.opends.server.types
This class defines a data structure that holds information about the result of processing by a synchronization provider.
SynchronizationProviderResult.ContinueProcessing - Class in org.opends.server.types
Defines a continue processing synchronization provider result.
SynchronizationProviderResult.StopProcessing - Record Class in org.opends.server.types
Defines a stop processing synchronization provider result.
synchronize() - Method in class org.opends.server.admin.AdministrationDataSync
Check if information found in "cn=admin data" is coherent with cn=config.
synchronizeOfflineChanges(Collection<ChangeRecord>) - Method in class org.opends.server.api.SynchronizationProvider
Synchronizes changes that have occurred to server data while the server was offline.
synchronizeOfflineChanges(Collection<ChangeRecord>) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
SynchronousRequestHandler - Interface in org.forgerock.json.resource
An interface for implementing synchronous RequestHandlers.
syncTcpTransport(Options) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive TCP transport that uses synchronous blocking IO when accepting connections, sending and receiving data.
syntax(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the syntax for this attribute type.
Syntax - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure for storing and interacting with an LDAP syntaxes, which constrain the structure of attribute values stored in an LDAP directory, and determine the representation of attribute and assertion values transferred in the LDAP protocol.
SYNTAX_ACI_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for aci attribute syntax.
SYNTAX_ACI_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the aci attribute syntax.
SYNTAX_ACI_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the aci attribute syntax.
SYNTAX_ATTRIBUTE_TYPE_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the attribute type description attribute syntax.
SYNTAX_ATTRIBUTE_TYPE_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the attribute type description attribute syntax.
SYNTAX_ATTRIBUTE_TYPE_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the attribute type description attribute syntax.
SYNTAX_AUTH_PASSWORD_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the auth password attribute syntax.
SYNTAX_AUTH_PASSWORD_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the auth password attribute syntax.
SYNTAX_AUTH_PASSWORD_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the auth password attribute syntax.
SYNTAX_BINARY_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the binary attribute syntax.
SYNTAX_BINARY_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the binary attribute syntax.
SYNTAX_BINARY_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the binary attribute syntax.
SYNTAX_BIT_STRING_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the bit string attribute syntax.
SYNTAX_BIT_STRING_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the bit string attribute syntax.
SYNTAX_BIT_STRING_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the bit string attribute syntax.
SYNTAX_BOOLEAN_CONFIG_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the boolean, config-expression enabled, attribute syntax.
SYNTAX_BOOLEAN_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the boolean attribute syntax.
SYNTAX_BOOLEAN_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the boolean attribute syntax.
SYNTAX_BOOLEAN_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the boolean attribute syntax.
SYNTAX_CERTIFICATE_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the certificate attribute syntax.
SYNTAX_CERTIFICATE_EXACT_ASSERTION_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the certificate exact assertion attribute syntax.
SYNTAX_CERTIFICATE_EXACT_ASSERTION_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the certificate exact assertion attribute syntax.
SYNTAX_CERTIFICATE_EXACT_ASSERTION_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the Certificate Exact Assertion syntax used for assertion values in extensible match filters.
SYNTAX_CERTIFICATE_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the certificate attribute syntax.
SYNTAX_CERTIFICATE_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the certificate attribute syntax.
SYNTAX_CERTLIST_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the certificate list attribute syntax.
SYNTAX_CERTLIST_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the certificate list attribute syntax.
SYNTAX_CERTLIST_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the certificate list attribute syntax.
SYNTAX_CERTPAIR_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the certificate pair attribute syntax.
SYNTAX_CERTPAIR_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the certificate pair attribute syntax.
SYNTAX_CERTPAIR_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the certificate pair attribute syntax.
SYNTAX_COUNTRY_STRING_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the country string attribute syntax.
SYNTAX_COUNTRY_STRING_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the country string attribute syntax.
SYNTAX_COUNTRY_STRING_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the country string attribute syntax.
SYNTAX_DELIVERY_METHOD_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the delivery method attribute syntax.
SYNTAX_DELIVERY_METHOD_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the delivery method attribute syntax.
SYNTAX_DELIVERY_METHOD_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the delivery method attribute syntax.
SYNTAX_DIRECTORY_STRING_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the Directory String attribute syntax.
SYNTAX_DIRECTORY_STRING_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the Directory String attribute syntax.
SYNTAX_DIRECTORY_STRING_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the Directory String attribute syntax.
SYNTAX_DIT_CONTENT_RULE_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the DIT content rule description attribute syntax.
SYNTAX_DIT_CONTENT_RULE_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the DIT content rule description attribute syntax.
SYNTAX_DIT_CONTENT_RULE_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the DIT content rule description attribute syntax.
SYNTAX_DIT_STRUCTURE_RULE_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the DIT structure rule description attribute syntax.
SYNTAX_DIT_STRUCTURE_RULE_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the DIT structure rule description attribute syntax.
SYNTAX_DIT_STRUCTURE_RULE_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the DIT structure rule description attribute syntax.
SYNTAX_DN_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the distinguished name attribute syntax.
SYNTAX_DN_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the distinguished name attribute syntax.
SYNTAX_DN_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the distinguished name attribute syntax.
SYNTAX_ENHANCED_GUIDE_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the enhanced guide attribute syntax.
SYNTAX_ENHANCED_GUIDE_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the enhanced guide attribute syntax.
SYNTAX_ENHANCED_GUIDE_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the enhanced guide attribute syntax.
SYNTAX_FAX_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the fax attribute syntax.
SYNTAX_FAX_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the fax attribute syntax.
SYNTAX_FAX_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the fax attribute syntax.
SYNTAX_FAXNUMBER_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the facsimile telephone number attribute syntax.
SYNTAX_FAXNUMBER_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the facsimile telephone number attribute syntax.
SYNTAX_FAXNUMBER_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the facsimile telephone number attribute syntax.
SYNTAX_GENERALIZED_TIME_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the generalized time attribute syntax.
SYNTAX_GENERALIZED_TIME_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the generalized time attribute syntax.
SYNTAX_GENERALIZED_TIME_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the generalized time attribute syntax.
SYNTAX_GUIDE_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the guide attribute syntax.
SYNTAX_GUIDE_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the guide attribute syntax.
SYNTAX_GUIDE_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the guide attribute syntax.
SYNTAX_IA5_STRING_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the IA5 string attribute syntax.
SYNTAX_IA5_STRING_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the IA5 string attribute syntax.
SYNTAX_IA5_STRING_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the IA5 string attribute syntax.
SYNTAX_INTEGER_CONFIG_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the integer, config-expression enabled, attribute syntax.
SYNTAX_INTEGER_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the integer attribute syntax.
SYNTAX_INTEGER_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the integer attribute syntax.
SYNTAX_INTEGER_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the integer attribute syntax.
SYNTAX_JPEG_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the JPEG attribute syntax.
SYNTAX_JPEG_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the JPEG attribute syntax.
SYNTAX_JPEG_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the JPEG attribute syntax.
SYNTAX_JSON_OID - Static variable in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
The OID of the JSON attribute syntax.
SYNTAX_JSON_QUERY_OID - Static variable in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
The OID of the JSON query attribute syntax.
SYNTAX_LDAP_SYNTAX_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the LDAP syntax description attribute syntax.
SYNTAX_LDAP_SYNTAX_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the LDAP syntax description attribute syntax.
SYNTAX_LDAP_SYNTAX_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the LDAP syntax description attribute syntax.
SYNTAX_MATCHING_RULE_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the matching rule description attribute syntax.
SYNTAX_MATCHING_RULE_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the matching rule description attribute syntax.
SYNTAX_MATCHING_RULE_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the matching rule description attribute syntax.
SYNTAX_MATCHING_RULE_USE_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the matching rule use description attribute syntax.
SYNTAX_MATCHING_RULE_USE_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the matching rule use description attribute syntax.
SYNTAX_MATCHING_RULE_USE_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the matching rule use description attribute syntax.
SYNTAX_NAME_AND_JSON_QUERY_FILTER_ASSERTION_OID - Static variable in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
The OID of the Name and JSON query filter assertion syntax.
SYNTAX_NAME_AND_JSON_WITH_ID_OID - Static variable in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
The OID of the Name and JSON attribute syntax.
SYNTAX_NAME_AND_OPTIONAL_UID_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the name and optional uid attribute syntax.
SYNTAX_NAME_AND_OPTIONAL_UID_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the name and optional uid attribute syntax.
SYNTAX_NAME_AND_OPTIONAL_UID_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the name and optional uid attribute syntax.
SYNTAX_NAME_FORM_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the name form description attribute syntax.
SYNTAX_NAME_FORM_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the name form description attribute syntax.
SYNTAX_NAME_FORM_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the name form description attribute syntax.
SYNTAX_NUMERIC_STRING_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the numeric string attribute syntax.
SYNTAX_NUMERIC_STRING_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the numeric string attribute syntax.
SYNTAX_NUMERIC_STRING_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the numeric string attribute syntax.
SYNTAX_OBJECTCLASS_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the object class description attribute syntax.
SYNTAX_OBJECTCLASS_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the object class description attribute syntax.
SYNTAX_OBJECTCLASS_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the object class description attribute syntax.
SYNTAX_OCTET_STRING_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the octet string attribute syntax.
SYNTAX_OCTET_STRING_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the octet string attribute syntax.
SYNTAX_OCTET_STRING_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the octet string attribute syntax.
SYNTAX_OID_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the object identifier attribute syntax.
SYNTAX_OID_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the object identifier attribute syntax.
SYNTAX_OID_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the object identifier attribute syntax.
SYNTAX_OTHER_MAILBOX_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the other mailbox attribute syntax.
SYNTAX_OTHER_MAILBOX_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the other mailbox attribute syntax.
SYNTAX_OTHER_MAILBOX_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the other mailbox attribute syntax.
SYNTAX_POSTAL_ADDRESS_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the postal address attribute syntax.
SYNTAX_POSTAL_ADDRESS_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the postal address attribute syntax.
SYNTAX_POSTAL_ADDRESS_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the postal address attribute syntax.
SYNTAX_PRESENTATION_ADDRESS_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the presentation address attribute syntax.
SYNTAX_PRESENTATION_ADDRESS_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the presentation address attribute syntax.
SYNTAX_PRESENTATION_ADDRESS_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the presentation address attribute syntax.
SYNTAX_PRINTABLE_STRING_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the printable string attribute syntax.
SYNTAX_PRINTABLE_STRING_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the printable string attribute syntax.
SYNTAX_PRINTABLE_STRING_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the printable string attribute syntax.
SYNTAX_PROTOCOL_INFORMATION_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the protocol information attribute syntax.
SYNTAX_PROTOCOL_INFORMATION_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the protocol information attribute syntax.
SYNTAX_PROTOCOL_INFORMATION_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the protocol information attribute syntax.
SYNTAX_RELATIVE_SUBTREE_SPECIFICATION_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the relative subtree specification attribute syntax.
SYNTAX_RELATIVE_SUBTREE_SPECIFICATION_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the relative subtree specification attribute syntax.
SYNTAX_RELATIVE_SUBTREE_SPECIFICATION_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the relative subtree specification attribute syntax.
SYNTAX_SUBSTRING_ASSERTION_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the substring assertion attribute syntax.
SYNTAX_SUBSTRING_ASSERTION_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the substring assertion attribute syntax.
SYNTAX_SUBSTRING_ASSERTION_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the Substring Assertion syntax used for assertion values in extensible match filters.
SYNTAX_SUBTREE_SPECIFICATION_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the subtree specification attribute syntax.
SYNTAX_SUBTREE_SPECIFICATION_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the subtree specification attribute syntax.
SYNTAX_SUBTREE_SPECIFICATION_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the subtree specification attribute syntax.
SYNTAX_SUPPORTED_ALGORITHM_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the supported algorithm attribute syntax.
SYNTAX_SUPPORTED_ALGORITHM_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the supported algorithm attribute syntax.
SYNTAX_SUPPORTED_ALGORITHM_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the Substring Assertion syntax used for assertion values in extensible match filters.
SYNTAX_TELEPHONE_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the telephone number attribute syntax.
SYNTAX_TELEPHONE_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the telephone number attribute syntax.
SYNTAX_TELEPHONE_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the telephone number attribute syntax.
SYNTAX_TELETEX_TERM_ID_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the teletex terminal identifier attribute syntax.
SYNTAX_TELETEX_TERM_ID_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the teletex terminal identifier attribute syntax.
SYNTAX_TELETEX_TERM_ID_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the teletex terminal identifier attribute syntax.
SYNTAX_TELEX_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the telex number attribute syntax.
SYNTAX_TELEX_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the telex number attribute syntax.
SYNTAX_TELEX_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the telex number attribute syntax.
SYNTAX_USER_PASSWORD_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the user password attribute syntax.
SYNTAX_USER_PASSWORD_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the user password attribute syntax.
SYNTAX_USER_PASSWORD_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the user password attribute syntax.
SYNTAX_UTC_TIME_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the UTC time attribute syntax.
SYNTAX_UTC_TIME_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the UTC time attribute syntax.
SYNTAX_UTC_TIME_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the UTC time attribute syntax.
SYNTAX_UUID_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the UUID attribute syntax.
SYNTAX_UUID_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name for the UUID attribute syntax.
SYNTAX_UUID_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the UUID attribute syntax.
Syntax.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing syntaxes.
SyntaxImpl - Interface in org.forgerock.opendj.ldap.schema
This interface defines the set of methods and structures that must be implemented to define a new attribute syntax.
SYSLOG - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
Messages generated internally by syslogd.
SyslogAuditEventHandler - Class in org.forgerock.audit.handlers.syslog
The handler publishes audit events formatted using SyslogFormatter to a syslog daemon using the configured SyslogPublisher.
SyslogAuditEventHandler(SyslogAuditEventHandlerConfiguration, EventTopicsMetaData, ProductInfoProvider, LocalHostNameProvider) - Constructor for class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandler
Create a new SyslogAuditEventHandler instance.
SyslogAuditEventHandlerConfiguration - Class in org.forgerock.audit.handlers.syslog
Configuration object for the SyslogAuditEventHandler.
SyslogAuditEventHandlerConfiguration() - Constructor for class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
 
SyslogAuditEventHandlerConfiguration.EventBufferingConfiguration - Class in org.forgerock.audit.handlers.syslog
Configuration of event buffering.
SyslogAuditEventHandlerConfiguration.SeverityFieldMapping - Class in org.forgerock.audit.handlers.syslog
Encapsulates configuration for mapping audit event field values to Syslog severity values.
SYSTEM - Static variable in interface org.forgerock.monitoring.api.instrument.Clock
 
systemPropertyResolver() - Static method in class org.forgerock.config.resolvers.PropertyResolvers
Construct a new SystemPropertyResolver.
SystemPropertyResolver - Class in org.forgerock.config.resolvers
A SystemPropertyResolver resolves a config token using system properties.

T

tag(String, String) - Method in class org.forgerock.monitoring.api.instrument.Counter.Builder
Add String-value pair of tags to a Counter
tag(String, String) - Method in class org.forgerock.monitoring.api.instrument.DistributionSummary.Builder
 
tag(String, String) - Method in class org.forgerock.monitoring.api.instrument.Gauge.Builder
 
tag(String, String) - Method in class org.forgerock.monitoring.api.instrument.Meter.Builder
 
tag(String, String) - Method in class org.forgerock.monitoring.api.instrument.MeterRegistryHolder
Adds a tag that will be automatically added to all meters registered against this meter registry.
tag(String, String) - Method in class org.forgerock.monitoring.api.instrument.search.RequiredSearch
 
tag(String, String) - Method in class org.forgerock.monitoring.api.instrument.search.Search
 
tag(String, String) - Method in class org.forgerock.monitoring.api.instrument.TimeGauge.Builder
 
tag(String, String) - Method in class org.forgerock.monitoring.api.instrument.Timer.Builder
 
tag(String, String) - Method in class org.opends.server.api.MeterRegistryHolder
Adds a tag that will be automatically added to all meters registered against this meter registry.
Tag - Class in org.forgerock.opendj.config
An interface for querying the properties of a tag.
Tag - Interface in org.forgerock.monitoring.api.instrument
Key/value pair representing a dimension of a meter used to classify and drill into measurements.
TAG_ATTRIBUTE_NAME - Static variable in class org.opends.server.api.MeterRegistryHolder
The tag to use to map the ldap name.
tagKey(String) - Method in interface org.forgerock.monitoring.api.instrument.config.NamingConvention
 
tags(Iterable<Tag>) - Method in class org.forgerock.monitoring.api.instrument.Counter.Builder
Add tags to a Counter in Iterable form
tags(Iterable<Tag>) - Method in class org.forgerock.monitoring.api.instrument.DistributionSummary.Builder
 
tags(Iterable<Tag>) - Method in class org.forgerock.monitoring.api.instrument.Gauge.Builder
 
tags(Iterable<Tag>) - Method in class org.forgerock.monitoring.api.instrument.Meter.Builder
 
tags(Iterable<Tag>) - Method in class org.forgerock.monitoring.api.instrument.search.RequiredSearch
 
tags(Iterable<Tag>) - Method in class org.forgerock.monitoring.api.instrument.search.Search
 
tags(Iterable<Tag>) - Method in class org.forgerock.monitoring.api.instrument.TimeGauge.Builder
 
tags(Iterable<Tag>) - Method in class org.forgerock.monitoring.api.instrument.Timer.Builder
 
tags(String...) - Method in class org.forgerock.monitoring.api.instrument.Counter.Builder
Add tags to a Counter as an ellipsis of Tag
tags(String...) - Method in class org.forgerock.monitoring.api.instrument.DistributionSummary.Builder
 
tags(String...) - Method in class org.forgerock.monitoring.api.instrument.Gauge.Builder
 
tags(String...) - Method in class org.forgerock.monitoring.api.instrument.Meter.Builder
 
tags(String...) - Method in class org.forgerock.monitoring.api.instrument.search.RequiredSearch
 
tags(String...) - Method in class org.forgerock.monitoring.api.instrument.search.Search
 
tags(String...) - Method in class org.forgerock.monitoring.api.instrument.TimeGauge.Builder
 
tags(String...) - Method in class org.forgerock.monitoring.api.instrument.Timer.Builder
 
Tags - Class in org.forgerock.monitoring.api.instrument
An immutable collection of Tags.
tagValue(String) - Method in interface org.forgerock.monitoring.api.instrument.config.NamingConvention
 
tail(int) - Method in class org.forgerock.json.resource.ResourcePath
Returns a resource path which is a subsequence of the path elements contained in this resource path beginning with the element at position beginIndex and ending with the last element in this resource path.
takeSnapshot(boolean) - Method in interface org.forgerock.monitoring.api.instrument.DistributionSummary
 
takeSnapshot(boolean) - Method in interface org.forgerock.monitoring.api.instrument.Timer
 
takeSnapshot(boolean) - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableHistogram
 
takeSnapshot(boolean) - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableMeter
 
takeSnapshot(boolean) - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableTimer
 
TargAttrFilters - Class in org.opends.server.authorization.dseecompat
The TargAttrFilters class represents a targattrfilters rule of an ACI.
Target - Class in org.opends.server.authorization.dseecompat
A class representing an ACI target keyword.
TargetControl - Class in org.opends.server.authorization.dseecompat
This class represents an ACI's targetcontrol keyword.
TargetFilter - Class in org.opends.server.authorization.dseecompat
This class represents a targetfilter keyword of an aci.
Task - Class in org.opends.server.backends.task
This class defines a task that may be executed by the task backend within the Directory Server.
Task() - Constructor for class org.opends.server.backends.task.Task
 
TASK - Static variable in interface org.opends.server.loggers.ServerLoggers
The logger used for tasks.
Task.WorkCounters - Class in org.opends.server.backends.task
Data holder for work counters.
TaskBackend - Class in org.opends.server.backends.task
This class provides an implementation of a Directory Server backend that may be used to execute various kinds of administrative tasks on a one-time or recurring basis.
TaskBackend() - Constructor for class org.opends.server.backends.task.TaskBackend
 
TaskBackendCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Task Backend settings.
TaskBackendCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Task Backend settings.
TaskBackendCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Task Backend managed object definition meta information.
TaskClient - Class in org.opends.server.tools.tasks
Helper class for interacting with the task backend on behalf of utilities that are capable of being scheduled.
TaskClient(Connection) - Constructor for class org.opends.server.tools.tasks.TaskClient
Creates a new TaskClient for interacting with the task backend remotely.
TaskClientException - Exception in org.opends.server.tools.tasks
Exception for problems related to interacting with the task backend.
TaskCommand - Interface in org.opends.server.tools
This interface must be implemented by tool commands or sub-commands that offer the possibility to run in offline mode or via a Directory Server task.
taskCount() - Method in class org.forgerock.opendj.ldap.TimeoutScheduler
Returns the number of TimeoutScheduler.TimeoutEventListener registered.
TaskEntry - Class in org.opends.server.tools.tasks
Processes information from a task entry from the directory and provides accessors for attribute information.
TaskEntry(Entry) - Constructor for class org.opends.server.tools.tasks.TaskEntry
Creates a parameterized instance.
TaskScheduleArgs - Class in org.opends.server.tools.tasks
A class that contains all the arguments related to the task scheduling.
TaskScheduleArgs() - Constructor for class org.opends.server.tools.tasks.TaskScheduleArgs
Default constructor.
TaskScheduleInformation - Interface in org.opends.server.tools.tasks
Interface for tools that are capable of scheduling a task remotely through the task backend.
TaskScheduler - Class in org.opends.server.backends.task
This class defines a task scheduler for the Directory Server that will control the execution of scheduled tasks and other administrative functions that need to occur on a regular basis.
TaskScheduler(ServerContext, TaskBackend) - Constructor for class org.opends.server.backends.task.TaskScheduler
Creates a new task scheduler that will be used to ensure that tasks are invoked at the appropriate times.
TaskScheduleUserData - Class in org.opends.server.tools.tasks
A generic data structure that contains the data that the user provided to schedule a task.
TaskScheduleUserData() - Constructor for class org.opends.server.tools.tasks.TaskScheduleUserData
 
TaskState - Enum Class in org.opends.server.backends.task
This enumeration defines the various states that a task can have during its lifetime.
TaskToolHelper - Class in org.opends.server.tools.tasks
A helper class for adding online capabilities to an offline tool.
TaskToolHelper(Tool, ArgumentParser) - Constructor for class org.opends.server.tools.tasks.TaskToolHelper
Creates a new TaskToolHelper with the provided tool for printing the messages.
TaskToolHelper(Tool, ArgumentParser, SubCommand) - Constructor for class org.opends.server.tools.tasks.TaskToolHelper
Creates a new TaskToolHelper with the provided tool for printing the messages.
TCP - Enum constant in enum class org.forgerock.audit.handlers.syslog.TransportProtocol
Publish Syslog messages over TCP.
TCP_NO_DELAY - Static variable in class org.forgerock.opendj.ldap.LdapServer
Specifies the value of the TCP_NODELAY socket option for new connections.
TEBI_BYTES - Enum constant in enum class org.forgerock.opendj.config.SizeUnit
A tebi-byte unit.
Template - Class in org.forgerock.config.resolvers.template
Represents a templated string.
TEMPLATE_DIR_NAME - Static variable in class org.forgerock.opendj.setup.model.Installation
The template directory name.
TemplateParser - Class in org.forgerock.config.resolvers.template
A template parser receives a string input source, tokenize it (honoring escaping settings) and build a Template that can be processed later on.
TemplateParser() - Constructor for class org.forgerock.config.resolvers.template.TemplateParser
 
TemplateVisitor<T,C> - Interface in org.forgerock.config.resolvers.template
A TemplateVisitor represents an operation applied to a Template.
TempLogFile - Class in org.forgerock.opendj.setup.model
This class represents a temporary log file which should be usually deleted if linked operation succeeded.
TERA_BYTES - Enum constant in enum class org.forgerock.opendj.config.SizeUnit
A tera-byte unit.
test(String) - Method in class org.forgerock.util.BlackAndWhitelistFilter
Returns true if the provided string is accepted by this filter, false otherwise.
test(Path) - Method in class org.forgerock.audit.retention.TimestampFilenameFilter
 
test(T) - Method in interface org.forgerock.util.Predicate
Test a value.
TextAccessLogPublisher - Class in org.opends.server.loggers
This class provides the implementation of the access logger used by the directory server.
TextAccessLogPublisher() - Constructor for class org.opends.server.loggers.TextAccessLogPublisher
Default constructor.
TextAccessLogPublisher(TextWriter, ServerContext) - Constructor for class org.opends.server.loggers.TextAccessLogPublisher
Prints all messages to the provided writer.
TextAuditLogPublisher - Class in org.opends.server.loggers
This class provides the implementation of the audit logger used by the directory server.
TextAuditLogPublisher() - Constructor for class org.opends.server.loggers.TextAuditLogPublisher
 
TextErrorLogPublisher - Class in org.opends.server.loggers
This class provides an implementation of an error log publisher.
TextErrorLogPublisher() - Constructor for class org.opends.server.loggers.TextErrorLogPublisher
Creates a new file-based text error log publisher.
TextHTTPAccessLogPublisher - Class in org.opends.server.loggers
This class provides the implementation of the HTTP access logger used by the directory server.
TextHTTPAccessLogPublisher() - Constructor for class org.opends.server.loggers.TextHTTPAccessLogPublisher
 
TextNotificationMessageTemplateElement - Class in org.opends.server.extensions
This class implements a notification message template element that will generate a value using static text.
TextNotificationMessageTemplateElement(String) - Constructor for class org.opends.server.extensions.TextNotificationMessageTemplateElement
Creates a new text notification message template element from the provided string.
textual(String) - Static method in class org.forgerock.config.resolvers.template.Template
Constructs a new textual template with the given text.
TextWriter - Interface in org.forgerock.audit.events.handlers.writers
A TextWriter provides a character-based stream which can be queried for number of bytes written.
TextWriter - Interface in org.opends.server.loggers
A TextWriter provides a character-based stream used by a Text Publishers as a target for outputting log records.
TextWriter.Stream - Class in org.forgerock.audit.events.handlers.writers
A TextWriter implementation which writes to a given output stream.
TextWriterAdapter - Class in org.forgerock.audit.events.handlers.writers
Wraps a TextWriter in a Writer.
TextWriterAdapter(TextWriter) - Constructor for class org.forgerock.audit.events.handlers.writers.TextWriterAdapter
Creates the writer.
then(Function<? super S, VOUT, LdapException>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
then(Function<? super V, VOUT, E>) - Method in interface org.forgerock.util.promise.Promise
Submits the provided function for execution once this Promise has completed with a result, and returns a new Promise representing the outcome of the function.
then(Function<? super V, VOUT, E>) - Method in class org.forgerock.util.promise.PromiseImpl
 
then(Function<? super V, VOUT, EOUT>, Function<? super E, VOUT, EOUT>) - Method in interface org.forgerock.util.promise.Promise
Submits the provided functions for execution once this Promise has completed (with a result or an exception), and returns a new Promise representing the outcome of the invoked function.
then(Function<? super V, VOUT, EOUT>, Function<? super E, VOUT, EOUT>) - Method in class org.forgerock.util.promise.PromiseImpl
 
then(Function<? super V, VOUT, EOUT>, Function<? super E, VOUT, EOUT>, Function<? super RuntimeException, VOUT, EOUT>) - Method in interface org.forgerock.util.promise.Promise
Submits the provided functions for execution once this Promise has completed (with a result or an exception or a RuntimeException), and returns a new Promise representing the outcome of the invoked function.
then(Function<? super V, VOUT, EOUT>, Function<? super E, VOUT, EOUT>, Function<? super RuntimeException, VOUT, EOUT>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenAlways(Runnable) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
thenAlways(Runnable) - Method in interface org.forgerock.util.promise.Promise
Submits the provided runnable for execution once this Promise has completed, and regardless of whether it has a result or an exception.
thenAlways(Runnable) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenAsync(AsyncFunction<? super S, VOUT, LdapException>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
thenAsync(AsyncFunction<? super V, VOUT, E>) - Method in interface org.forgerock.util.promise.Promise
Submits the provided asynchronous function for execution once this Promise has completed with a result, and returns a new Promise representing the outcome of the function.
thenAsync(AsyncFunction<? super V, VOUT, E>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenAsync(AsyncFunction<? super V, VOUT, EOUT>, AsyncFunction<? super E, VOUT, EOUT>) - Method in interface org.forgerock.util.promise.Promise
Submits the provided asynchronous functions for execution once this Promise has completed, and returns a new Promise representing the outcome of the invoked function.
thenAsync(AsyncFunction<? super V, VOUT, EOUT>, AsyncFunction<? super E, VOUT, EOUT>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenAsync(AsyncFunction<? super V, VOUT, EOUT>, AsyncFunction<? super E, VOUT, EOUT>, AsyncFunction<? super RuntimeException, VOUT, EOUT>) - Method in interface org.forgerock.util.promise.Promise
Submits the provided asynchronous functions for execution once this Promise has completed, and returns a new Promise representing the outcome of the invoked function.
thenAsync(AsyncFunction<? super V, VOUT, EOUT>, AsyncFunction<? super E, VOUT, EOUT>, AsyncFunction<? super RuntimeException, VOUT, EOUT>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenCatch(Function<? super E, V, EOUT>) - Method in interface org.forgerock.util.promise.Promise
Submits the provided function for execution once this Promise has not completed with a result (has completed with an exception), and returns a new Promise representing the outcome of the function.
thenCatch(Function<? super E, V, EOUT>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenCatchAsync(AsyncFunction<? super E, V, EOUT>) - Method in interface org.forgerock.util.promise.Promise
Submits the provided asynchronous function for execution once this Promise has completed with an exception, and returns a new Promise representing the outcome of the function.
thenCatchAsync(AsyncFunction<? super E, V, EOUT>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenCatchRuntimeException(Function<? super RuntimeException, V, E>) - Method in interface org.forgerock.util.promise.Promise
Submits the provided function for execution once this Promise has not completed with a result nor with an exception but with a RuntimeException, and returns a new Promise representing the outcome of the function.
thenCatchRuntimeException(Function<? super RuntimeException, V, E>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenCatchRuntimeExceptionAsync(AsyncFunction<? super RuntimeException, V, E>) - Method in interface org.forgerock.util.promise.Promise
Submits the provided asynchronous function for execution once this Promise has completed with a RuntimeException, and returns a new Promise representing the outcome of the function.
thenCatchRuntimeExceptionAsync(AsyncFunction<? super RuntimeException, V, E>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenDiscardResult() - Method in interface org.forgerock.util.promise.Promise
Discards the promise result if this Promise has completed with a result.
thenFinally(Runnable) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
thenFinally(Runnable) - Method in interface org.forgerock.util.promise.Promise
Submits the provided runnable for execution once this Promise has completed, and regardless of whether of its outcome.
thenFinally(Runnable) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenOnCompletion(T) - Method in interface org.forgerock.util.promise.Promise
Registers the provided completion handler for notification for all completion cases of this Promise.
thenOnCompletion(T) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenOnException(ExceptionHandler<? super E>) - Method in interface org.forgerock.util.promise.Promise
Registers the provided completion handler for notification if this Promise cannot be completed due to an exception.
thenOnException(ExceptionHandler<? super E>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenOnException(ExceptionHandler<? super LdapException>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
thenOnResult(ResultHandler<? super S>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
thenOnResult(ResultHandler<? super V>) - Method in interface org.forgerock.util.promise.Promise
Registers the provided completion handler for notification once this Promise has completed with a result.
thenOnResult(ResultHandler<? super V>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenOnResultOrException(Runnable) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
thenOnResultOrException(Runnable) - Method in interface org.forgerock.util.promise.Promise
Submits the provided runnable for execution once this Promise has completed, and regardless of whether it has a result or an exception.
thenOnResultOrException(Runnable) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenOnResultOrException(ResultHandler<? super S>, ExceptionHandler<? super LdapException>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
thenOnResultOrException(ResultHandler<? super V>, ExceptionHandler<? super E>) - Method in interface org.forgerock.util.promise.Promise
Registers the provided completion handlers for notification once this Promise has completed (with a result or an exception).
thenOnResultOrException(ResultHandler<? super V>, ExceptionHandler<? super E>) - Method in class org.forgerock.util.promise.PromiseImpl
 
thenOnRuntimeException(RuntimeExceptionHandler) - Method in interface org.forgerock.util.promise.Promise
Registers the provided completion handler for notification if this Promise cannot be completed due to an runtime exception.
thenOnRuntimeException(RuntimeExceptionHandler) - Method in class org.forgerock.util.promise.PromiseImpl
 
threadDone(TaskThread, Task, TaskState) - Method in class org.opends.server.backends.task.TaskScheduler
Indicates that processing has completed on the provided task thread and that it is now available for processing other tasks.
ThreadPoolSecretStore<T extends Secret> - Class in org.forgerock.secrets
A secret store that wraps another secret store and performs all query operations in a background thread using a thread pool.
Threads - Class in org.forgerock.util
Common utility methods for Threads.
TIME_BEFORE_EXPIRATION - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyWarningType
Indicates the number of seconds before a password will expire.
TIME_LIMIT_EXCEEDED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
TIME_LIMIT_EXCEEDED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a time limit was exceeded while attempting to process the request.
TIME_STAMPING - Enum constant in enum class org.forgerock.opendj.security.X509CertificateBuilder.ExtendedKeyUsage
Binding the hash of an object to a time.
TIME_UNTIL_EXPIRATION - Enum constant in enum class org.opends.server.types.AccountStatusNotificationProperty
The property whose value will be a localized, human-readable representation of the length of time until the user's password expires.
TIME_UNTIL_UNLOCK - Enum constant in enum class org.opends.server.types.AccountStatusNotificationProperty
The property whose value will be a localized, human-readable representation of the length of time until the user's account is unlocked.
TIME_ZONE_UTC - Static variable in class org.opends.server.util.ServerConstants
The name of the time zone for universal coordinated time (UTC).
Timed - Annotation Interface in org.forgerock.monitoring.api.annotation
 
TimedSet - Annotation Interface in org.forgerock.monitoring.api.annotation
 
timeGauge(String, Iterable<Tag>, T, TimeUnit, ToDoubleFunction<T>) - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry.More
A gauge that tracks a time value, to be scaled to the monitoring system's base time unit.
timeGauge(Meter.Id, T, TimeUnit, ToDoubleFunction<T>) - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry.More
A gauge that tracks a time value, to be scaled to the monitoring system's base time unit.
TimeGauge - Interface in org.forgerock.monitoring.api.instrument
 
TimeGauge.Builder<T> - Class in org.forgerock.monitoring.api.instrument
Fluent builder for time gauges.
timeLimitExpired() - Method in class org.opends.server.core.SearchOperation
Returns whether the search operation has reached its time limit.
TimeLimitLogRotationPolicyCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Time Limit Log Rotation Policy settings.
TimeLimitLogRotationPolicyCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Time Limit Log Rotation Policy settings.
TimeLimitLogRotationPolicyCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Time Limit Log Rotation Policy managed object definition meta information.
TimeLimitRotationPolicy - Class in org.forgerock.audit.rotation
Creates a rotation policy based on a time duration.
TimeLimitRotationPolicy - Class in org.opends.server.loggers
This class implements a fixed time based rotation policy.
TimeLimitRotationPolicy() - Constructor for class org.opends.server.loggers.TimeLimitRotationPolicy
 
TimeLimitRotationPolicy(Duration) - Constructor for class org.forgerock.audit.rotation.TimeLimitRotationPolicy
Constructs a TimeLimitRotationPolicy with a given Duration.
timeLimitSec() - Method in record class org.opends.server.api.ResourceLimits
Returns the value of the timeLimitSec record component.
TimeOfDay - Class in org.opends.server.authorization.dseecompat
This class represents the timeofday keyword in a bind rule.
TimeoutResultException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request was aborted because it did not complete in the required time out period.
TimeoutScheduler - Class in org.forgerock.opendj.ldap
Invokes TimeoutScheduler.TimeoutEventListener at a regular interval.
TimeoutScheduler(ReferenceCountedObject.Reference<ScheduledExecutorService>, Duration) - Constructor for class org.forgerock.opendj.ldap.TimeoutScheduler
Creates a new TimeoutScheduler.
TimeoutScheduler.TimeoutEventListener - Interface in org.forgerock.opendj.ldap
Listener on timeout events.
timer() - Method in class org.forgerock.monitoring.api.instrument.search.RequiredSearch
 
timer() - Method in class org.forgerock.monitoring.api.instrument.search.Search
 
timer(String) - Method in class org.opends.server.api.MeterRegistryHolder
Measures the time taken for short tasks and the count of these tasks.
timer(Meter.Id, HistogramConfig, PauseDetector) - Method in interface org.forgerock.monitoring.api.instrument.MeterRegistry
Only used by Timer.builder(String).
timer(Meter.Id, HistogramConfig, PauseDetector) - Method in class org.forgerock.monitoring.api.instrument.MeterRegistryHolder
 
timer(Meter.Id, HistogramConfig, PauseDetector) - Method in class org.forgerock.monitoring.dropwizard.AbstractMeterRegistry
 
timer(Meter.Id, HistogramConfig, PauseDetector) - Method in class org.opends.server.api.MeterRegistryHolder
 
Timer - Interface in org.forgerock.monitoring.api.instrument
Timer intended to track of a large number of short running events.
TIMER - Enum constant in enum class org.forgerock.monitoring.api.instrument.Meter.Type
 
Timer.Builder - Class in org.forgerock.monitoring.api.instrument
Fluent builder for timers.
Timer.Sample - Class in org.forgerock.monitoring.api.instrument
 
timestamp(long) - Method in class org.forgerock.audit.events.AuditEventBuilder
Sets the provided time stamp for the event.
TIMESTAMP - Static variable in class org.forgerock.audit.events.AuditEventBuilder
Timestamp event payload field name.
TimestampFilenameFilter - Class in org.forgerock.audit.retention
A FilenameFilter that matches historical log files.
TimestampFilenameFilter(File, String, DateTimeFormatter) - Constructor for class org.forgerock.audit.retention.TimestampFilenameFilter
Constructs a TimestampFilenameFilter given an initial file, prefix and suffix.
TimeStampFileNamingPolicy - Class in org.forgerock.audit.retention
Creates a time stamp based file naming policy.
TimeStampFileNamingPolicy(File, String, String) - Constructor for class org.forgerock.audit.retention.TimeStampFileNamingPolicy
Constructs a TimeStampFileNaming policy with a given initial file, a timestamp format, and a prefix string.
TimeStampNaming - Class in org.opends.server.loggers
A file name policy that names files suffixed by the time it was created.
TimeStampNaming(Path) - Constructor for class org.opends.server.loggers.TimeStampNaming
Create a new instance of the TimeStampNaming policy.
TimeThread - Class in org.opends.server.core
This class provides an application-wide timing service.
TimeUtils - Class in org.forgerock.monitoring.api.instrument.util
Modification on TimeUnit.convert(long, TimeUnit) that accepts and preserves precision from a double argument.
TITLE - Static variable in class org.forgerock.json.schema.validator.Constants
The type field name.
TLS - Enum constant in enum class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn.LogRecordType
TLS handshakes
to(TimeUnit) - Method in class org.forgerock.util.time.Duration
Convert the current duration to a number of given TimeUnit.
toAddContext() - Method in class org.opends.server.controls.ReplicatedRequestControl
Convert this control to an AddContext.
toArray() - Method in class org.forgerock.json.JsonPointer
Returns a newly allocated array of strings, containing the pointer's reference tokens.
toArray() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
toArray() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns an array containing all of the attribute values contained in this attribute.
toArray() - Method in class org.forgerock.util.LazyList
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray() - Method in class org.forgerock.util.ListDecorator
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray() - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
toArray(T[]) - Method in interface org.forgerock.opendj.ldap.Attribute
Returns an array containing all of the attribute values in this attribute; the runtime type of the returned array is that of the specified array.
toArray(T[]) - Method in class org.forgerock.util.LazyList
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray(T[]) - Method in class org.forgerock.util.ListDecorator
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray(T[]) - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
toAsciiString() - Method in class org.forgerock.opendj.ldap.ByteString
Returns a 7-bit ASCII string representation.
toAttribute() - Method in class org.forgerock.opendj.ldap.Ava
Returns a single valued attribute having the same attribute type and value as this AVA.
toAttributeDescription() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the option-less attribute description corresponding to this attribute type.
toBadDataStatus() - Method in class org.opends.server.replication.service.ReplicationDomain
Sets the status to BAD_DATA status.
toBase64String() - Method in class org.forgerock.opendj.ldap.ByteString
Returns the Base64 encoded string representation of this byte string.
toBoolean() - Method in enum class org.forgerock.opendj.ldap.ConditionResult
Converts this condition result to a boolean value.
toBuilder() - Method in class org.forgerock.secrets.keys.CryptoKey
Converts the key back into a SecretBuilder, pre-initialized with the fields of this CryptoKey object.
toByteArray() - Method in class org.forgerock.opendj.io.Asn1Writer
Returns a byte array containing the ASN.1 encoded data and clears the contents of this writer.
toByteArray() - Method in class org.forgerock.opendj.ldap.ByteString
Returns a byte array containing the bytes in this byte string in the same order as this byte string.
toByteArray() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns a byte array containing the contents of this byte string builder.
toByteArray() - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
Converts the content of this ByteStringBuilder to a byte array.
toByteBuffer() - Method in class org.forgerock.opendj.ldap.ByteString
Returns the read-only ByteBuffer representation of this byte string.
toByteBuffer() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns a modifiable ByteBuffer containing the contents of this byte string builder.
toBytes(double) - Method in enum class org.forgerock.opendj.config.SizeUnit
Converts the specified size in this unit to bytes.
toByteString() - Method in class org.forgerock.opendj.io.Asn1Writer
Returns a ByteString containing the ASN.1 encoded data and clears the contents of this writer.
toByteString() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns a ByteString containing the contents of this byte string builder.
toByteString() - Method in class org.opends.server.replication.common.CSN
Encodes this CSN as a byte string.
toByteString(ByteStringBuilder, CSN.CsnVersion) - Method in class org.opends.server.replication.common.CSN
Encodes this CSN into the provided byte string builder according to the given CSN version.
toByteString(CSN.CsnVersion) - Method in class org.opends.server.replication.common.CSN
Encodes this CSN as a byte string according to the given CSN version.
toCalendar() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a Calendar representation of this generalized time.
toCharArray() - Method in class org.forgerock.opendj.ldap.ByteString
Returns the UTF-8 decoded char array representation of this byte string.
toDeleteContext() - Method in class org.opends.server.controls.ReplicatedRequestControl
Convert this control to a DeleteContext.
toDn() - Method in class org.forgerock.opendj.config.ManagedObjectPath
Creates a DN representation of this managed object path.
toDn() - Method in class org.forgerock.opendj.config.Reference
Gets the DN of the referenced managed object.
toDSInfoOrNull(ReplicaId) - Method in class org.opends.server.replication.common.Topology
Returns the information available from the topology for this replica ID as a DSInfo object.
toEntry(Entry) - Method in class org.forgerock.opendj.ldap.schema.Schema
Adds the definitions of all the schema elements contained in this schema to the provided subschema subentry.
toEvent() - Method in class org.forgerock.audit.events.AuditEventBuilder
Generates the audit event.
toHexPlusAsciiString(int) - Method in class org.forgerock.opendj.ldap.ByteString
Returns a string representation of the data in this byte string using the specified indent.
toHexString() - Method in class org.forgerock.opendj.ldap.ByteString
Returns a string representation of the contents of this byte string using hexadecimal characters.
toHexString(HexFormat) - Method in class org.forgerock.opendj.ldap.ByteString
Returns the hexadecimal string representation of this byte string formatted using the provided HexFormat.
toIndex(String) - Static method in class org.forgerock.json.JsonValue
Returns the key as an list index value.
toInstant() - Method in class org.opends.server.replication.common.CSN
Returns the Instant representing the CSN time.
toInt() - Method in class org.forgerock.opendj.ldap.ByteString
Returns the integer value represented by the first four bytes of this byte string in big-endian order.
toJavaDuration() - Method in class org.forgerock.util.time.Duration
Returns this duration as a Java Duration.
toJson() - Method in class org.opends.server.replication.common.CSN
Returns the json representation of this CSN.
toJson() - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
 
toJson() - Method in class org.opends.server.replication.protocol.ModifyDNMsg
 
toJson() - Method in class org.opends.server.replication.protocol.UpdateMsg
Returns the json representation of this update message.
toJson() - Method in class org.opends.server.replication.server.changelog.api.ChangeNumberIndexRecord
Returns the json representation of this change number index record.
toJson(ByteString) - Method in class org.forgerock.opendj.ldap.schema.Syntax
Encodes the JSON representation of an attribute value with this syntax.
toJson(Schema, ByteString) - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Encodes the JSON representation of an attribute value with this syntax.
toJsonSchema() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Returns the JSON schema describing this syntax.
toJsonSchema(Schema) - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Returns the JSON schema describing this syntax.
toJsonValue() - Method in interface org.forgerock.json.resource.ActionRequest
 
toJsonValue() - Method in interface org.forgerock.json.resource.CreateRequest
 
toJsonValue() - Method in interface org.forgerock.json.resource.DeleteRequest
 
toJsonValue() - Method in class org.forgerock.json.resource.PatchOperation
Returns a JSON value representation of this patch operation.
toJsonValue() - Method in interface org.forgerock.json.resource.PatchRequest
 
toJsonValue() - Method in interface org.forgerock.json.resource.QueryRequest
 
toJsonValue() - Method in interface org.forgerock.json.resource.ReadRequest
 
toJsonValue() - Method in interface org.forgerock.json.resource.Request
Return a JsonValue representation of this request.
toJsonValue() - Method in exception org.forgerock.json.resource.ResourceException
Returns the exception in a JSON object structure, suitable for inclusion in the entity of an HTTP error response.
toJsonValue() - Method in interface org.forgerock.json.resource.UpdateRequest
 
toJsonValue() - Method in class org.forgerock.opendj.rest2ldap.AffinityContext
 
toJsonValue() - Method in class org.forgerock.opendj.server.core.AbstractContext
 
TOKEN_END - Static variable in class org.forgerock.opendj.config.ValueOrExpression
The marker of end for a commons-config token.
TOKEN_START - Static variable in class org.forgerock.opendj.config.ValueOrExpression
The marker of start for a commons-config token.
TokenHandler - Interface in org.forgerock.tokenhandler
Responsible for the validation, generation and parsing of tokens used for keying a JsonValue representative of some state.
TokenHandlerException - Exception in org.forgerock.tokenhandler
An exception generated by a TokenHandler on either creation, validation, or state extraction.
TokenHandlerException(String) - Constructor for exception org.forgerock.tokenhandler.TokenHandlerException
Constructs a new exception with the specified detail message.
TokenHandlerException(String, Throwable) - Constructor for exception org.forgerock.tokenhandler.TokenHandlerException
Constructs a new exception with the specified detail message and cause.
TokenHandlerException(Throwable) - Constructor for exception org.forgerock.tokenhandler.TokenHandlerException
Constructs a new exception with the specified cause.
toLdif(Entry) - Static method in class org.forgerock.opendj.ldap.Entries
Returns the LDIF representation of entry.
toLdif(Entry) - Static method in class org.forgerock.opendj.ldif.Ldif
Returns the LDIF representation of entry.
toLdif(ChangeRecord) - Static method in class org.forgerock.opendj.ldif.Ldif
Returns the LDIF representation of change.
toLong() - Method in class org.forgerock.opendj.ldap.ByteString
Returns the long value represented by the first eight bytes of this byte string in big-endian order.
toLowerCase(String) - Static method in class org.opends.server.util.StaticUtils
Returns a lower-case string representation of a given string, verifying for null input string.
toMaybe(Callable<Promise<V, E>>) - Static method in class org.forgerock.opendj.ldap.Utils
Transforms a Promise into a Maybe.
toMessage() - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the LocalizableMessage representation of this message builder.
toMetricRegistry(MeterRegistry) - Static method in class org.forgerock.monitoring.dropwizard.DropwizardTypes
Converts a MeterRegistry to a MetricRegistry.
toModifyContext() - Method in class org.opends.server.controls.ReplicatedRequestControl
Convert this control to a ModifyContext.
toModifyDNContext() - Method in class org.opends.server.controls.ReplicatedRequestControl
Convert this control to a ModifyDnContext.
toNormalizedByteString() - Method in class org.forgerock.opendj.ldap.Dn
Retrieves a normalized byte string representation of this DN.
toNormalizedUrlSafeString() - Method in class org.forgerock.opendj.ldap.Dn
Retrieves a normalized string representation of this DN.
TOO_LATE - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
TOO_LATE - Enum constant in enum class org.opends.server.replication.common.ServerStatus
Replica is no more covered by the changelog because it is older than the purge delay.
TOO_LATE - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a cancel request was unsuccessful because processing on the targeted operation had already reached a point at which it could not be canceled.
toOffsetDateTime() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a OffsetDateTime representation of this generalized time.
TOP_LEVEL - Static variable in class org.opends.server.core.BackendConfigManager
A top-level naming context, which is not a subordinate of another naming context.
TOP_OBJECTCLASS_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
The description for the "top" objectclass.
TOP_OBJECTCLASS_NAME - Static variable in class org.opends.server.schema.SchemaConstants
The name of the "top" objectclass.
TOP_OBJECTCLASS_OID - Static variable in class org.opends.server.schema.SchemaConstants
The OID for the "top" objectclass.
toPatterns(Collection<String>) - Static method in class org.opends.server.util.StaticUtils
Returns a collection of patterns representing provided regular expression strings.
TopCfgDefn - Class in org.forgerock.opendj.config
Configuration definition TopCfgDefn is the root of the configuration definition hierarchy.
toPercentHexString() - Method in class org.forgerock.opendj.ldap.ByteString
Returns a string representation of the contents of this byte string using hexadecimal characters and a percent prefix (%) before each char.
toPkcs11Provider(String) - Static method in class org.forgerock.secrets.keystore.HsmKeyStoreLoader
Creates and configures a new PKCS#11 provider for the given PKCS#11 configuration file.
toPkcs11Provider(String, String) - Static method in class org.forgerock.secrets.keystore.HsmKeyStoreLoader
Creates and configures a new PKCS#11 provider for the given PKCS#11 configuration file and existing provider name.
Topology - Class in org.opends.server.replication.common
Represents the topology of servers this local server is participating in.
Topology(ServerContext, ServerId<?>) - Constructor for class org.opends.server.replication.common.Topology
Creates an empty topology.
TopologyMsg - Class in org.opends.server.replication.protocol
This class defines a message that is sent: By a RS to the other RSs in the topology, containing: every DSs directly connected to the RS in the DS infos every connected RSs (including the sending RS) in the RS infos By a RS to his connected DSs, containing.
TopologyMsg(Collection<DSInfo>, List<RSInfo>) - Constructor for class org.opends.server.replication.protocol.TopologyMsg
Creates a new message of the currently connected servers.
toPromise(Maybe<V>, Function<Throwable, E>) - Static method in class org.forgerock.opendj.ldap.Utils
Transforms a Maybe into a Promise.
toPromise(Single<V>, Function<Throwable, E>) - Static method in class org.forgerock.opendj.ldap.Utils
Transforms a Single into a Promise.
toPromiseNoError(Single<V>) - Static method in class org.forgerock.opendj.ldap.Utils
Transforms a Single into a Promise which do not throws exceptions.
toRFC3641StringValue(StringBuilder, String) - Static method in class org.forgerock.opendj.ldap.SubtreeSpecification
Append a string to a string builder, escaping any double quotes according to the StringValue production in RFC 3641.
toRSInfoOrNull(ReplicationServerId) - Method in class org.opends.server.replication.common.Topology
Returns the information available from the topology for this replication server ID as a RSInfo object.
toSchema() - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a strict Schema containing all of the schema elements contained in this schema builder as well as the same set of schema compatibility options.
toSet(int) - Static method in enum class org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Returns the set of enum values corresponding to the encoded persistent change types.
toSingle(Callable<Promise<V, E>>) - Static method in class org.forgerock.opendj.ldap.Utils
Transforms a Promise into a Single.
toStatusCompatibleWith(short) - Method in enum class org.opends.server.replication.common.ServerStatus
Compute a compatible status for servers not implementing the same replication protocol version as this server.
toString() - Method in class org.forgerock.audit.events.AuditEvent
toString() - Method in class org.forgerock.audit.events.handlers.AuditEventTopicState
 
toString() - Method in class org.forgerock.config.resolvers.ChainedPropertyResolver
 
toString() - Method in class org.forgerock.config.resolvers.EnvironmentVariableResolver
 
toString() - Method in class org.forgerock.config.resolvers.FlatFileResolver
Deprecated.
 
toString() - Method in class org.forgerock.config.resolvers.JsonValueResolver
 
toString() - Method in class org.forgerock.config.resolvers.ProductPathResolver
 
toString() - Method in class org.forgerock.config.resolvers.PropertiesResolver
 
toString() - Method in class org.forgerock.config.resolvers.SystemPropertyResolver
 
toString() - Method in class org.forgerock.config.resolvers.template.Template
 
toString() - Method in class org.forgerock.i18n.LocalizableMessage
Returns the String representation of this message in the default locale.
toString() - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the String representation of this message builder in the default locale.
toString() - Method in class org.forgerock.json.JsonPointer
Returns the JSON pointer string value.
toString() - Method in class org.forgerock.json.JsonValue
Returns a string representation of the JSON value.
toString() - Method in class org.forgerock.json.resource.AdviceWarning
 
toString() - Method in class org.forgerock.json.resource.FilterChain
 
toString() - Method in class org.forgerock.json.resource.PatchOperation
 
toString() - Method in class org.forgerock.json.resource.ResourcePath
Returns the URL path encoded string representation of this resource path.
toString() - Method in class org.forgerock.json.resource.Router.UriTemplate
Return the string representation of the UriTemplate.
toString() - Method in class org.forgerock.json.resource.SortKey
Returns the string representation of this sort key.
toString() - Method in exception org.forgerock.json.schema.validator.exceptions.SchemaException
Override toString to pick up any embedded exception.
toString() - Method in class org.forgerock.json.schema.validator.validators.Validator
toString() - Method in class org.forgerock.monitoring.api.instrument.CountAtValue
 
toString() - Method in class org.forgerock.monitoring.api.instrument.HistogramSnapshot
 
toString() - Method in class org.forgerock.monitoring.api.instrument.ImmutableTag
 
toString() - Method in class org.forgerock.monitoring.api.instrument.Measurement
 
toString() - Method in class org.forgerock.monitoring.api.instrument.Meter.Id
 
toString() - Method in class org.forgerock.monitoring.api.instrument.ValueAtPercentile
 
toString() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableCounter
 
toString() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableGauge
 
toString() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableHistogram
 
toString() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableMeter
 
toString() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableTimer
 
toString() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
 
toString() - Method in class org.forgerock.opendj.config.AdministratorAction
 
toString() - Method in enum class org.forgerock.opendj.config.AdministratorAction.Type
 
toString() - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
 
toString() - Method in class org.forgerock.opendj.config.client.spi.PropertySet
 
toString() - Method in class org.forgerock.opendj.config.conditions.ContainsCondition
 
toString() - Method in class org.forgerock.opendj.config.conditions.IsPresentCondition
 
toString() - Method in class org.forgerock.opendj.config.conditions.NotCondition
 
toString() - Method in class org.forgerock.opendj.config.conditions.OrCondition
 
toString() - Method in record class org.forgerock.opendj.config.Deprecated
Returns a string representation of this record class.
toString() - Method in class org.forgerock.opendj.config.dsconfig.DocGeneratorSubCommandHandler
Get the string representation of this sub-command handler.
toString() - Method in class org.forgerock.opendj.config.ManagedObjectPath
 
toString() - Method in class org.forgerock.opendj.config.PropertyDefinition
Returns a string representation of this property definition.
toString() - Method in class org.forgerock.opendj.config.Reference
 
toString() - Method in class org.forgerock.opendj.config.RelationDefinition
 
toString() - Method in class org.forgerock.opendj.config.server.ConfigChangeResult
Retrieves a string representation of this config change result.
toString() - Method in class org.forgerock.opendj.config.server.ServerManagedObject
 
toString() - Method in enum class org.forgerock.opendj.config.SizeUnit
toString() - Method in class org.forgerock.opendj.config.Tag
 
toString() - Method in class org.forgerock.opendj.config.ValueOrExpression
 
toString() - Method in class org.forgerock.opendj.discovery.Partition.Server
 
toString() - Method in class org.forgerock.opendj.discovery.Partition
 
toString() - Method in class org.forgerock.opendj.discovery.StaticServiceDiscoveryMechanism
 
toString() - Method in enum class org.forgerock.opendj.io.Asn1Tag.Class
 
toString() - Method in class org.forgerock.opendj.io.Asn1Tag
Returns the string representation of this Asn1 tag.
toString() - Method in class org.forgerock.opendj.io.rx.SaslRxSocket
 
toString() - Method in class org.forgerock.opendj.io.rx.SslRxSocket
 
toString() - Method in class org.forgerock.opendj.io.rx.TransformedRxSocket
 
toString() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
 
toString() - Method in class org.forgerock.opendj.ldap.AbstractConnection
toString() - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
toString() - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
toString() - Method in class org.forgerock.opendj.ldap.AddressMask
 
toString() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns a string representation of this attribute.
toString() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns the string representation of this attribute description as defined in RFC4512 section 2.5.
toString() - Method in class org.forgerock.opendj.ldap.AttributeFilter
 
toString() - Method in class org.forgerock.opendj.ldap.Ava
Returns the RFC 4514 string representation of this AVA.
toString() - Method in class org.forgerock.opendj.ldap.ByteString
Returns the UTF-8 decoded string representation of this byte string.
toString() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns the UTF-8 decoded string representation of this byte string builder.
toString() - Method in class org.forgerock.opendj.ldap.ByteStringReader
 
toString() - Method in enum class org.forgerock.opendj.ldap.ConditionResult
Returns the string representation of this condition result.
toString() - Method in record class org.forgerock.opendj.ldap.ConnectionPool.Statistics
Returns a string representation of this record class.
toString() - Method in class org.forgerock.opendj.ldap.ConnectionPool
 
toString() - Method in class org.forgerock.opendj.ldap.ConsistentHashMap
 
toString() - Method in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaItRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
 
toString() - Method in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
 
toString() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
 
toString() - Method in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyWarningType
 
toString() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
 
toString() - Method in enum class org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
 
toString() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.RelaxRulesRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
 
toString() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
 
toString() - Method in enum class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
 
toString() - Method in class org.forgerock.opendj.ldap.Dn
Returns the RFC 4514 string representation of this DN.
toString() - Method in interface org.forgerock.opendj.ldap.Entry
Returns a string representation of this entry.
toString() - Method in class org.forgerock.opendj.ldap.Filter
Returns a String whose contents is the LDAP string representation of this Filter.
toString() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
 
toString() - Method in class org.forgerock.opendj.ldap.GserParser
Returns the GSER encoded String value.
toString() - Method in class org.forgerock.opendj.ldap.LdapConnectionFactory
 
toString() - Method in exception org.forgerock.opendj.ldap.LdapException
 
toString() - Method in class org.forgerock.opendj.ldap.LdapServer
 
toString() - Method in class org.forgerock.opendj.ldap.LdapUrl
 
toString() - Method in class org.forgerock.opendj.ldap.Matcher
 
toString() - Method in class org.forgerock.opendj.ldap.messages.AbandonRequest
 
toString() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedRequest
 
toString() - Method in class org.forgerock.opendj.ldap.messages.AbstractExtendedResult
 
toString() - Method in class org.forgerock.opendj.ldap.messages.AbstractIntermediateResponse
 
toString() - Method in class org.forgerock.opendj.ldap.messages.AddRequest
 
toString() - Method in class org.forgerock.opendj.ldap.messages.BindRequest
 
toString() - Method in class org.forgerock.opendj.ldap.messages.CancelExtendedRequest
 
toString() - Method in class org.forgerock.opendj.ldap.messages.CompareRequest
 
toString() - Method in class org.forgerock.opendj.ldap.messages.DeleteRequest
 
toString() - Method in class org.forgerock.opendj.ldap.messages.GenericExtendedRequest
 
toString() - Method in class org.forgerock.opendj.ldap.messages.InvalidRequest
 
toString() - Method in class org.forgerock.opendj.ldap.messages.LdapMessage
 
toString() - Method in class org.forgerock.opendj.ldap.messages.ModifyDnRequest
 
toString() - Method in class org.forgerock.opendj.ldap.messages.ModifyRequest
 
toString() - Method in class org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
 
toString() - Method in class org.forgerock.opendj.ldap.messages.SearchRequest
 
toString() - Method in class org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
 
toString() - Method in class org.forgerock.opendj.ldap.messages.UnbindRequest
 
toString() - Method in class org.forgerock.opendj.ldap.messages.UnknownRequest
 
toString() - Method in class org.forgerock.opendj.ldap.messages.WhoAmIExtendedRequest
 
toString() - Method in class org.forgerock.opendj.ldap.Modification
 
toString() - Method in class org.forgerock.opendj.ldap.ModificationType
Returns the string representation of this modification change type.
toString() - Method in class org.forgerock.opendj.ldap.Rdn
Returns the RFC 4514 string representation of this RDN.
toString() - Method in class org.forgerock.opendj.ldap.ResultCode
Returns the string representation of this result code.
toString() - Method in class org.forgerock.opendj.ldap.RootDse
 
toString() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Returns the string representation of this schema element as defined in RFC 2252.
toString() - Method in enum class org.forgerock.opendj.ldap.schema.AttributeUsage
Retrieves a string representation of this attribute usage.
toString() - Method in enum class org.forgerock.opendj.ldap.schema.ObjectClassType
Retrieves a string representation of this objectclass type.
toString() - Method in class org.forgerock.opendj.ldap.schema.Schema
 
toString() - Method in class org.forgerock.opendj.ldap.SearchScope
Returns the string representation of this search scope as defined in RFC 4516.
toString() - Method in class org.forgerock.opendj.ldap.SortKey.SortComparator
 
toString() - Method in class org.forgerock.opendj.ldap.SortKey
Returns a string representation of this sort key using the format defined in SortKey.valueOf(String).
toString() - Method in class org.forgerock.opendj.ldap.SubtreeSpecification.Refinement
 
toString() - Method in class org.forgerock.opendj.ldap.SubtreeSpecification
Retrieves a string representation of this subtree specification object.
toString() - Method in enum class org.forgerock.opendj.rest2ldap.Action
 
toString() - Method in class org.forgerock.opendj.rest2ldap.CollectionSubResource
 
toString() - Method in class org.forgerock.opendj.rest2ldap.InlineResourcePropertyMapper
 
toString() - Method in class org.forgerock.opendj.rest2ldap.JsonPropertyMapper
 
toString() - Method in class org.forgerock.opendj.rest2ldap.ObjectPropertyMapper
 
toString() - Method in class org.forgerock.opendj.rest2ldap.Resource
Returns the resource ID of this resource.
toString() - Method in class org.forgerock.opendj.rest2ldap.SimplePropertyMapper
 
toString() - Method in class org.forgerock.opendj.rest2ldap.SingletonSubResource
 
toString() - Method in class org.forgerock.opendj.rest2ldap.SubResource
 
toString() - Method in enum class org.forgerock.opendj.rest2ldap.WritabilityPolicy
 
toString() - Method in class org.forgerock.opendj.security.DeploymentId
Returns the string representation of this deployment ID, it can be reused to re-create the same deployment ID instance with DeploymentId.valueOf(String, char[], Consumer).
toString() - Method in class org.forgerock.opendj.security.ScramCredential
Returns the RFC 5803 representation of this SCRAM credential without the mechanism name.
toString() - Method in class org.forgerock.opendj.security.ScramMechanism
Returns the algorithm name of this SCRAM mechanism.
toString() - Method in enum class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn.LogRecordType
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn.FilteringPolicy
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn.Argon2Variant
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn.RehashPolicy
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn.IndexType
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.BackendVlvIndexCfgDefn.Scope
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn.RehashPolicy
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn.JsonValidationPolicy
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn.KeyWrappingMode
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn.CryptPasswordStorageEncryptionAlgorithm
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.DigestMd5SaslMechanismHandlerCfgDefn.QualityOfProtection
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn.ChecksumAlgorithm
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn.DefaultSeverity
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.ExternalSaslMechanismHandlerCfgDefn.CertificateValidationPolicy
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn.LogFormat
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn.Permission
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.EtimeResolution
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.InvalidAttributeSyntaxBehavior
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.SingleStructuralObjectclassBehavior
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.UnauthenticatedRequestsPolicy
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.WritabilityMode
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn.SslClientAuthPolicy
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn.DbCacheMode
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn.DbDurability
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn.SslClientAuthPolicy
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn.WritabilityMode
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn.StateUpdateFailurePolicy
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.Pbkdf2PasswordStorageSchemeCfgDefn.RehashPolicy
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn.HashFunction
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn.AllowUpdatesPolicy
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn.ChangelogEnabled
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn.IsolationPolicy
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn.PwdSyncPolicy
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn.ConflictBehavior
 
toString() - Method in enum class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn.Scope
 
toString() - Method in class org.forgerock.opendj.server.core.AbstractContext
 
toString() - Method in class org.forgerock.opendj.server.embedded.ConnectionParameters
 
toString() - Method in class org.forgerock.opendj.setup.model.Profile.Parameter
 
toString() - Method in class org.forgerock.opendj.setup.model.Profile
 
toString() - Method in record class org.forgerock.secrets.credentials.PrincipalAndSecret
Returns a string representation of this record class.
toString() - Method in class org.forgerock.secrets.keys.CryptoKey
 
toString() - Method in enum class org.forgerock.secrets.keys.KeyUsage
 
toString() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.AliasSpec
 
toString() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore.StaticAliasSpecProvider
 
toString() - Method in class org.forgerock.secrets.keystore.KeyStoreSecretStore
 
toString() - Method in class org.forgerock.secrets.propertyresolver.PropertyResolverSecretStore
 
toString() - Method in class org.forgerock.secrets.propertyresolver.SecretKeyPropertyFormat
 
toString() - Method in record class org.forgerock.secrets.propertyresolver.SecretResource
Returns a string representation of this record class.
toString() - Method in class org.forgerock.secrets.Purpose
 
toString() - Method in class org.forgerock.secrets.Secret
 
toString() - Method in class org.forgerock.secrets.ThreadPoolSecretStore
 
toString() - Method in class org.forgerock.util.DirectoryWatcher.ChangeListener
 
toString() - Method in class org.forgerock.util.i18n.LocalizableString
The default toString method.
toString() - Method in class org.forgerock.util.Options
 
toString() - Method in class org.forgerock.util.Pair
toString() - Method in class org.forgerock.util.query.QueryFilter
Returns the string representation of this query filter.
toString() - Method in class org.forgerock.util.time.Duration
 
toString() - Method in class org.opends.server.api.Backend
 
toString() - Method in class org.opends.server.api.ClientConnection
Retrieves a string representation of this client connection.
toString() - Method in class org.opends.server.api.ConnectionHandler
Retrieves a string representation of this connection handler.
toString() - Method in class org.opends.server.api.KeyManagerProvider
 
toString() - Method in record class org.opends.server.api.LocalBackend.LDIFImportResult
Returns a string representation of this record class.
toString() - Method in class org.opends.server.api.MonitorData
 
toString() - Method in class org.opends.server.api.MonitorProvider
 
toString() - Method in record class org.opends.server.api.plugin.PluginResult.ImportLDIF
Returns a string representation of this record class.
toString() - Method in record class org.opends.server.api.plugin.PluginResult.IntermediateResponse
Returns a string representation of this record class.
toString() - Method in record class org.opends.server.api.plugin.PluginResult.PostConnect
Returns a string representation of this record class.
toString() - Method in record class org.opends.server.api.plugin.PluginResult.PostDisconnect
Returns a string representation of this record class.
toString() - Method in record class org.opends.server.api.plugin.PluginResult.PostOperation
Returns a string representation of this record class.
toString() - Method in record class org.opends.server.api.plugin.PluginResult.PreOperation
Returns a string representation of this record class.
toString() - Method in record class org.opends.server.api.plugin.PluginResult.PreParse
Returns a string representation of this record class.
toString() - Method in record class org.opends.server.api.plugin.PluginResult.Startup
Returns a string representation of this record class.
toString() - Method in record class org.opends.server.api.plugin.PluginResult.SubordinateDelete
Returns a string representation of this record class.
toString() - Method in record class org.opends.server.api.plugin.PluginResult.SubordinateModifyDN
Returns a string representation of this record class.
toString() - Method in enum class org.opends.server.api.plugin.PluginType
Retrieves a string representation of this plugin type.
toString() - Method in record class org.opends.server.api.ResourceLimits
Returns a string representation of this record class.
toString() - Method in class org.opends.server.authorization.dseecompat.Aci
Return the string representation of the ACI.
toString() - Method in class org.opends.server.authorization.dseecompat.AciBody
 
toString() - Method in class org.opends.server.authorization.dseecompat.AuthMethod
 
toString() - Method in class org.opends.server.authorization.dseecompat.BindRule
 
toString() - Method in class org.opends.server.authorization.dseecompat.DayOfWeek
 
toString() - Method in class org.opends.server.authorization.dseecompat.DNS
 
toString() - Method in class org.opends.server.authorization.dseecompat.IP
 
toString() - Method in class org.opends.server.authorization.dseecompat.PatternDN
 
toString() - Method in class org.opends.server.authorization.dseecompat.PatternRDN
 
toString() - Method in class org.opends.server.authorization.dseecompat.PermBindRulePair
 
toString() - Method in class org.opends.server.authorization.dseecompat.Permission
 
toString() - Method in class org.opends.server.authorization.dseecompat.SSF
 
toString() - Method in class org.opends.server.authorization.dseecompat.TimeOfDay
 
toString() - Method in class org.opends.server.authorization.dseecompat.UserAttr
 
toString() - Method in class org.opends.server.authorization.dseecompat.UserDN
 
toString() - Method in class org.opends.server.backends.MemoryBackend
 
toString() - Method in class org.opends.server.backends.pluggable.EntryContainer
 
toString() - Method in class org.opends.server.backends.pluggable.spi.TreeName
 
toString() - Method in class org.opends.server.backends.task.Task
 
toString() - Method in class org.opends.server.backends.task.Task.WorkCounters
 
toString() - Method in class org.opends.server.backup.Backup
 
toString() - Method in class org.opends.server.backup.BackupId
 
toString() - Method in class org.opends.server.controls.EntryChangelogNotificationResponseControl
 
toString() - Method in class org.opends.server.controls.ExternalChangelogRequestControl
 
toString() - Method in class org.opends.server.controls.InternalModificationsRequestControl
 
toString() - Method in class org.opends.server.controls.ReplicatedRequestControl
 
toString() - Method in class org.opends.server.core.PersistentSearch
Retrieves a string representation of this persistent search.
toString() - Method in class org.opends.server.crypto.CryptoManager.CipherService
 
toString() - Method in class org.opends.server.discovery.Partition.Server
 
toString() - Method in class org.opends.server.discovery.Partition
 
toString() - Method in class org.opends.server.discovery.StaticServiceDiscoveryMechanism
 
toString() - Method in enum class org.opends.server.extensions.CertificateValidationPolicy
Retrieves the human-readable name for this certificate validation policy.
toString() - Method in class org.opends.server.extensions.DynamicGroup
 
toString() - Method in class org.opends.server.extensions.StaticGroup
 
toString() - Method in class org.opends.server.extensions.VirtualStaticGroup
 
toString() - Method in class org.opends.server.loggers.FileNumberRetentionPolicy
 
toString() - Method in class org.opends.server.loggers.FreeDiskSpaceRetentionPolicy
 
toString() - Method in class org.opends.server.loggers.SizeBasedRetentionPolicy
 
toString() - Method in record class org.opends.server.monitors.HealthStatus
Returns a string representation of this record class.
toString() - Method in record class org.opends.server.monitors.LocalBackendMonitor.BaseDnMonitorData
Returns a string representation of this record class.
toString() - Method in class org.opends.server.plugins.ChangeNumberControlPlugin.CsnResponseControl
 
toString() - Method in class org.opends.server.protocols.http.authz.HttpAuthorizationMechanism
 
toString() - Method in class org.opends.server.replication.common.CSN
Convert the CSN to a printable String.
toString() - Method in record class org.opends.server.replication.common.DSInfo
Returns a string representation of this record class.
toString() - Method in record class org.opends.server.replication.common.GenerationId
Returns a string representation of this record class.
toString() - Method in class org.opends.server.replication.common.MultiDomainServerState
 
toString() - Method in class org.opends.server.replication.common.ReplicaId
 
toString() - Method in class org.opends.server.replication.common.ReplicationServerId
 
toString() - Method in record class org.opends.server.replication.common.RSInfo
Returns a string representation of this record class.
toString() - Method in class org.opends.server.replication.common.ServerState
Return the text representation of ServerState.
toString() - Method in enum class org.opends.server.replication.common.ServerStatus
Get a user readable string representing this status (User friendly string for monitoring purpose).
toString() - Method in class org.opends.server.replication.common.Topology
 
toString() - Method in class org.opends.server.replication.plugin.AttrHistoricalMultiple
 
toString() - Method in class org.opends.server.replication.plugin.AttrHistoricalSingle
 
toString() - Method in class org.opends.server.replication.plugin.AttrValueHistorical
 
toString() - Method in class org.opends.server.replication.plugin.EntryHistorical
 
toString() - Method in class org.opends.server.replication.plugin.EntryHistoricalAttribute
 
toString() - Method in enum class org.opends.server.replication.plugin.HistAttrModificationKey
Retrieves a string representation of this HistKey.
toString() - Method in class org.opends.server.replication.plugin.MultimasterReplication.UnreachableReplicationServers
 
toString() - Method in class org.opends.server.replication.plugin.ReplicationRepairRequestControl
 
toString() - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
 
toString() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
 
toString() - Method in class org.opends.server.replication.protocol.ChangeStatusMsg
 
toString() - Method in class org.opends.server.replication.protocol.ChangeTimeHeartbeatMsg
 
toString() - Method in class org.opends.server.replication.protocol.ErrorMsg
Returns a string representation of the message.
toString() - Method in class org.opends.server.replication.protocol.HeartbeatMsg
 
toString() - Method in class org.opends.server.replication.protocol.InitializationMsg
 
toString() - Method in class org.opends.server.replication.protocol.InitializeRcvAckMsg
 
toString() - Method in class org.opends.server.replication.protocol.InitializeRequestMsg
Get a string representation of this object.
toString() - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
 
toString() - Method in class org.opends.server.replication.protocol.ModifyDNMsg
 
toString() - Method in class org.opends.server.replication.protocol.MonitorRequestMsg
 
toString() - Method in exception org.opends.server.replication.protocol.NotSupportedOldVersionPDUException
 
toString() - Method in class org.opends.server.replication.protocol.ReplServerStartDSMsg
 
toString() - Method in class org.opends.server.replication.protocol.ReplServerStartMsg
 
toString() - Method in class org.opends.server.replication.protocol.ReplSessionSecurity
 
toString() - Method in class org.opends.server.replication.protocol.ResetGenerationIdMsg
 
toString() - Method in class org.opends.server.replication.protocol.ServerStartMsg
 
toString() - Method in class org.opends.server.replication.protocol.StartSessionMsg
 
toString() - Method in class org.opends.server.replication.protocol.StopEncryptionMsg
 
toString() - Method in class org.opends.server.replication.protocol.StopMsg
 
toString() - Method in class org.opends.server.replication.protocol.TopologyMsg
 
toString() - Method in class org.opends.server.replication.protocol.UpdateMsg
 
toString() - Method in class org.opends.server.replication.protocol.WindowMsg
 
toString() - Method in class org.opends.server.replication.server.changelog.api.ChangeNumberIndexRecord
 
toString() - Method in class org.opends.server.replication.server.changelog.api.DBCursor.CursorOptions
 
toString() - Method in record class org.opends.server.replication.server.changelog.api.DomainReplicaId
Returns a string representation of this record class.
toString() - Method in record class org.opends.server.replication.server.changelog.api.ReplicationDomainDB.ReplicaDbDescription
Returns a string representation of this record class.
toString() - Method in record class org.opends.server.replication.server.changelog.api.ReplicationDomainDB.ReplicaDbFileContent
Returns a string representation of this record class.
toString() - Method in record class org.opends.server.replication.server.changelog.api.UpdateRecord
Returns a string representation of this record class.
toString() - Method in class org.opends.server.replication.server.changelog.file.DomainDBCursor
 
toString() - Method in class org.opends.server.replication.server.changelog.file.ECLMultiDomainDBCursor
 
toString() - Method in record class org.opends.server.replication.server.changelog.file.ReplicationEnvironment.DomainState
Returns a string representation of this record class.
toString() - Method in record class org.opends.server.replication.server.ChangelogState
Returns a string representation of this record class.
toString() - Method in class org.opends.server.replication.server.MonitoringPublisher
 
toString() - Method in class org.opends.server.replication.server.ReplicationServer
 
toString() - Method in class org.opends.server.replication.server.ReplicationServerDomain
 
toString() - Method in class org.opends.server.replication.service.ReplicationBroker
 
toString() - Method in class org.opends.server.replication.service.ReplicationDomain.ImportExportContext
 
toString() - Method in class org.opends.server.replication.service.ReplicationDomain
 
toString() - Method in record class org.opends.server.tools.upgrade.UpgradeTaskVersion
Returns a string representation of this record class.
toString() - Method in enum class org.opends.server.types.AcceptRejectWarn
Retrieves the human-readable name for this accept/reject/warn policy.
toString() - Method in record class org.opends.server.types.AccountStatusNotification
Retrieves a string representation of this account status notification.
toString() - Method in enum class org.opends.server.types.AccountStatusNotificationProperty
 
toString() - Method in enum class org.opends.server.types.AccountStatusNotificationType
 
toString() - Method in class org.opends.server.types.AdditionalLogItem
 
toString() - Method in record class org.opends.server.types.AuthenticationInfo
Retrieves a string representation of this authentication info structure.
toString() - Method in enum class org.opends.server.types.AuthenticationType
 
toString() - Method in class org.opends.server.types.Cancellable
 
toString() - Method in enum class org.opends.server.types.DisconnectReason
Returns a string representation of this disconnect reason.
toString() - Method in enum class org.opends.server.types.ExistingFileBehavior
Retrieves a string representation of this existing file behavior.
toString() - Method in class org.opends.server.types.FilePermission
Retrieves a string representation of this file permission.
toString() - Method in enum class org.opends.server.types.IndexType
Retrieves the human-readable name for this index type.
toString() - Method in class org.opends.server.types.LDAPURL
Retrieves a string representation of this LDAP URL.
toString() - Method in class org.opends.server.types.LockManager.DnLock
 
toString() - Method in class org.opends.server.types.LockManager
 
toString() - Method in interface org.opends.server.types.operation.PluginOperation
Retrieves a string representation of this operation.
toString() - Method in class org.opends.server.types.Operation
 
toString() - Method in enum class org.opends.server.types.Privilege
Retrieves the human-readable name for this privilege.
toString() - Method in class org.opends.server.types.ProcessId
 
toString() - Method in class org.opends.server.types.Range
 
toString() - Method in record class org.opends.server.types.SizedEntry
Returns a string representation of this record class.
toString() - Method in class org.opends.server.types.SubEntry
 
toString() - Method in class org.opends.server.types.SynchronizationProviderResult.ContinueProcessing
 
toString() - Method in record class org.opends.server.types.SynchronizationProviderResult.StopProcessing
Returns a string representation of this record class.
toString() - Method in class org.opends.server.types.VirtualAttributeRule
 
toString() - Method in enum class org.opends.server.types.WritabilityMode
Retrieves a string representation of this writability mode.
toString(StringBuilder) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
Append a string representation of the managed object definition to the provided string builder.
toString(StringBuilder) - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
 
toString(StringBuilder) - Method in class org.forgerock.opendj.config.DurationPropertyDefinition
 
toString(StringBuilder) - Method in class org.forgerock.opendj.config.InstantiableRelationDefinition
 
toString(StringBuilder) - Method in class org.forgerock.opendj.config.IntegerPropertyDefinition
 
toString(StringBuilder) - Method in class org.forgerock.opendj.config.ManagedObjectPath
Appends a string representation of this managed object path to the provided string builder.
toString(StringBuilder) - Method in class org.forgerock.opendj.config.OptionalRelationDefinition
 
toString(StringBuilder) - Method in class org.forgerock.opendj.config.PropertyDefinition
Append a string representation of the property definition to the provided string builder.
toString(StringBuilder) - Method in class org.forgerock.opendj.config.RelationDefinition
Append a string representation of the managed object relation to the provided string builder.
toString(StringBuilder) - Method in class org.forgerock.opendj.config.SetRelationDefinition
 
toString(StringBuilder) - Method in class org.forgerock.opendj.config.SingletonRelationDefinition
 
toString(StringBuilder) - Method in class org.forgerock.opendj.config.SizePropertyDefinition
 
toString(StringBuilder) - Method in class org.forgerock.opendj.ldap.SubtreeSpecification.FilterRefinement
 
toString(StringBuilder) - Method in class org.forgerock.opendj.ldap.SubtreeSpecification.Refinement
Append the string representation of the refinement to the provided string builder.
toString(StringBuilder) - Method in class org.forgerock.opendj.ldap.SubtreeSpecification
Append the string representation of the subtree specification to the provided string builder.
toString(StringBuilder) - Method in class org.opends.server.api.ClientConnection
Appends a string representation of this client connection to the provided buffer.
toString(StringBuilder) - Method in class org.opends.server.api.ConnectionHandler
Appends a string representation of this connection handler to the provided buffer.
toString(StringBuilder) - Method in class org.opends.server.authorization.dseecompat.AuthMethod
 
toString(StringBuilder) - Method in class org.opends.server.authorization.dseecompat.BindRule
Appends a string representation of this object to the provided buffer.
toString(StringBuilder) - Method in class org.opends.server.authorization.dseecompat.DayOfWeek
 
toString(StringBuilder) - Method in class org.opends.server.authorization.dseecompat.DNS
 
toString(StringBuilder) - Method in class org.opends.server.authorization.dseecompat.IP
 
toString(StringBuilder) - Method in interface org.opends.server.authorization.dseecompat.KeywordBindRule
Appends a string representation of this object to the provided buffer.
toString(StringBuilder) - Method in class org.opends.server.authorization.dseecompat.SSF
 
toString(StringBuilder) - Method in class org.opends.server.authorization.dseecompat.TimeOfDay
 
toString(StringBuilder) - Method in class org.opends.server.authorization.dseecompat.UserAttr
 
toString(StringBuilder) - Method in class org.opends.server.authorization.dseecompat.UserDN
 
toString(StringBuilder) - Method in class org.opends.server.core.AbandonOperation
 
toString(StringBuilder) - Method in class org.opends.server.core.AddOperation
 
toString(StringBuilder) - Method in class org.opends.server.core.BindOperation
 
toString(StringBuilder) - Method in class org.opends.server.core.CompareOperation
 
toString(StringBuilder) - Method in class org.opends.server.core.DeleteOperation
 
toString(StringBuilder) - Method in class org.opends.server.core.ExtendedOperation
 
toString(StringBuilder) - Method in class org.opends.server.core.ModifyDnOperation
 
toString(StringBuilder) - Method in class org.opends.server.core.ModifyOperation
 
toString(StringBuilder) - Method in class org.opends.server.core.SearchOperation
 
toString(StringBuilder) - Method in class org.opends.server.core.UnbindOperation
 
toString(StringBuilder) - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
 
toString(StringBuilder) - Method in class org.opends.server.protocols.jmx.JmxClientConnection
 
toString(StringBuilder) - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
 
toString(StringBuilder) - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
 
toString(StringBuilder) - Method in class org.opends.server.protocols.LDIFConnectionHandler
 
toString(StringBuilder) - Method in class org.opends.server.types.AdditionalLogItem
Appends the string representation of this additional log item to the provided string builder.
toString(StringBuilder) - Method in interface org.opends.server.types.operation.PluginOperation
Appends a string representation of this operation to the provided buffer.
toString(StringBuilder) - Method in class org.opends.server.types.Operation
 
toString(Locale) - Method in class org.forgerock.i18n.LocalizableMessage
Returns the String representation of this message in the specified locale.
toString(Locale) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the String representation of this message builder in the specified locale.
toString(Entry) - Static method in class org.forgerock.opendj.ldif.LdifEntryWriter
Returns the LDIF string representation of the provided entry.
toString(ChangeRecord) - Static method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
Returns the LDIF string representation of the provided change record.
toString(CSN.CsnVersion) - Method in class org.opends.server.replication.common.CSN
Convert the CSN to a printable String according to the given CSN version.
toStringUI() - Method in class org.opends.server.replication.common.CSN
Convert the CSN to a printable String with a user friendly format.
total() - Method in class org.forgerock.monitoring.api.instrument.HistogramSnapshot
 
total() - Method in interface org.opends.server.backup.BackupManager.CountedIterator
Return the total number of possible iterations, which could change over time.
total() - Method in class org.opends.server.backup.BackupManager.FixedBackendIterator
 
total(TimeUnit) - Method in class org.forgerock.monitoring.api.instrument.HistogramSnapshot
 
TOTAL - Enum constant in enum class org.forgerock.monitoring.api.instrument.Statistic
The sum of the amounts recorded.
TOTAL_TIME - Enum constant in enum class org.forgerock.monitoring.api.instrument.Statistic
The sum of the times recorded.
totalAmount() - Method in interface org.forgerock.monitoring.api.instrument.DistributionSummary
The total amount of all recorded events since this summary was created.
totalAmount() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableHistogram
 
totalAmount() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableMeter
 
totalTime(TimeUnit) - Method in interface org.forgerock.monitoring.api.instrument.Timer
The total time of recorded events.
totalTime(TimeUnit) - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableTimer
 
toTranslatedString(PreferredLocales) - Method in class org.forgerock.util.i18n.LocalizableString
Returns the contained string, translated if applicable.
toUuid() - Method in class org.forgerock.opendj.ldap.Dn
Returns a UUID whose content is based on the normalized content of this DN.
toVerboseString() - Method in class org.opends.server.api.EntryCache
Return a verbose string representation of the current cache maps.
toVerboseString() - Method in class org.opends.server.core.EntryCacheConfigManager.EntryCacheDispatcher
 
toVerboseString() - Method in class org.opends.server.extensions.FIFOEntryCache
 
toVerboseString() - Method in class org.opends.server.extensions.SoftReferenceEntryCache
 
toX509KeyUsageBits(Set<KeyUsage>) - Static method in enum class org.forgerock.secrets.keys.KeyUsage
Converts a set of key usage values to an X.509 KeyUsage constraint bit string.
TRACKING_IDS - Static variable in class org.forgerock.audit.events.AuditEventBuilder
Tracking IDs event payload field name.
trackingId(String) - Method in class org.forgerock.audit.events.AuditEventBuilder
Adds an entry to trackingIds for the event.
trackingIds(Set<String>) - Method in class org.forgerock.audit.events.AuditEventBuilder
Adds the specified entries to trackingIds for the event.
TraditionalWorkQueue - Class in org.opends.server.extensions
This class defines a data structure for storing and interacting with the Directory Server work queue.
TraditionalWorkQueue() - Constructor for class org.opends.server.extensions.TraditionalWorkQueue
Creates a new instance of this work queue.
TraditionalWorkQueueCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Traditional Work Queue settings.
TraditionalWorkQueueCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Traditional Work Queue settings.
TraditionalWorkQueueCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Traditional Work Queue managed object definition meta information.
TRANFORMATION_APPLIED - Static variable in class org.forgerock.json.resource.AdviceWarning
214 Transformation applied MUST be added by an intermediate cache or proxy if it applies any transformation changing the content-coding (as specified in the Content-Encoding header) or media-type (as specified in the Content-Type header) of the response, or the entity-body of the response, unless this Warning code already appears in the response.
TRANSACTION_ID - Static variable in class org.forgerock.audit.events.AuditEventBuilder
Transaction ID event payload field name.
transactionId(String) - Method in class org.forgerock.audit.events.AuditEventBuilder
Sets the provided transactionId for the event.
transactionIdFromContext(Context) - Method in class org.forgerock.audit.events.AuditEventBuilder
Sets transactionId from ID of TransactionIdContext, if the provided Context contains a TransactionIdContext.
transform(String, Object) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "transform" patch operation which sets the value at field based on a transformation.
transform(JsonPointer, Object) - Static method in class org.forgerock.json.resource.PatchOperation
Creates a new "transform" patch operation which sets the value at field based on a transformation.
transform(Context) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Optional Context-transformation function if the implementer has requirements to override the Context provided in the Connection's method invocations.
TransformedRxSocket<U,D> - Class in org.forgerock.opendj.io.rx
A reactive socket which wraps an underlying downstream reactive socket, providing opportunities to transform transferred data or provide additional functionality.
TransformedRxSocket(RxSocket<D>) - Constructor for class org.forgerock.opendj.io.rx.TransformedRxSocket
Returns a new transformed socket delegating to the provided downstream socket.
transformTransport(String, RxTransport<D, DS>, BiFunction<Single<DS>, Options, Single<US>>, BiFunction<Single<DS>, RxServerSocket<D, DS>, Single<US>>) - Static method in class org.forgerock.opendj.io.rx.RxIo
Returns a reactive transport that transforms downstream client and server reactive sockets of type D to upstream sockets of type U.
TRANSLATION_KEY_PREFIX - Static variable in class org.forgerock.util.i18n.LocalizableString
A constant used to indicate a string should be translated.
TRANSPORT - Static variable in class org.forgerock.opendj.ldap.LdapServer
Specifies the name of the transport implementation to be used.
TransportProtocol - Enum Class in org.forgerock.audit.handlers.syslog
Transport protocol over which Syslog messages should be published.
traverseList(JsonValue) - Method in class org.forgerock.json.JsonValueTraverseFunction
Transform a JsonValue List into another object.
traverseMap(JsonValue) - Method in class org.forgerock.json.JsonValueTraverseFunction
Transform a JsonValue Map into another object.
TreeMapEntry - Class in org.forgerock.opendj.ldap
An implementation of the Entry interface which uses a TreeMap for storing attributes.
TreeMapEntry() - Constructor for class org.forgerock.opendj.ldap.TreeMapEntry
Creates an entry with an empty (root) distinguished name and no attributes.
TreeMapEntry(String) - Constructor for class org.forgerock.opendj.ldap.TreeMapEntry
Creates an empty entry using the provided distinguished name decoded using the default schema.
TreeMapEntry(String...) - Constructor for class org.forgerock.opendj.ldap.TreeMapEntry
Creates a new entry using the provided lines of LDIF decoded using the default schema.
TreeMapEntry(Dn) - Constructor for class org.forgerock.opendj.ldap.TreeMapEntry
Creates an empty entry using the provided distinguished name and no attributes.
treeMapOf(K, V) - Static method in class org.opends.server.util.CollectionUtils
Returns a new hashmap with the provided mapping.
treeMapOf(K, V, K, V) - Static method in class org.opends.server.util.CollectionUtils
Returns a new hashmap with the provided mapping.
treeMapOf(K, V, K, V, K, V) - Static method in class org.opends.server.util.CollectionUtils
Returns a new hashmap with the provided mapping.
treeMapOf(K, V, K, V, K, V, K, V) - Static method in class org.opends.server.util.CollectionUtils
Returns a new hashmap with the provided mapping.
TreeName - Class in org.opends.server.backends.pluggable.spi
Represents the name of a tree (key-value store) in a database.
TreeName(String, String) - Constructor for class org.opends.server.backends.pluggable.spi.TreeName
Builds a tree name.
TripleDESPasswordStorageScheme - Class in org.opends.server.extensions
This class defines a Directory Server password storage scheme that will encode values using the triple-DES (DES/EDE) reversible encryption algorithm.
TripleDESPasswordStorageScheme() - Constructor for class org.opends.server.extensions.TripleDESPasswordStorageScheme
Default ctor.
TripleDesPasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Triple-DES Password Storage Scheme settings.
TripleDesPasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Triple-DES Password Storage Scheme settings.
TripleDesPasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Triple-DES Password Storage Scheme managed object definition meta information.
TRUE - Enum constant in enum class org.forgerock.opendj.ldap.ConditionResult
Indicates that the condition evaluated to true.
TRUE - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumEvalResult
This enumeration is returned when the result of the evaluation is TRUE.
TRUE - Static variable in class org.forgerock.opendj.config.conditions.Conditions
A condition which always evaluates to true.
TRUE - Static variable in class org.forgerock.util.query.QueryFilterOperators
a literal "true".
TRUE_VALUE - Static variable in class org.opends.server.util.ServerConstants
The normalized true value.
TRUST_MANAGER_ALGORITHM - Static variable in class org.forgerock.secrets.SecretsTrustManager
Algorithm to use for looking up the underlying X509ExtendedTrustManager.
trustAll() - Static method in class org.forgerock.opendj.security.TrustManagers
Returns an X509ExtendedTrustManager which trusts all certificates.
trustAny(List<TrustManager>) - Static method in class org.forgerock.opendj.security.TrustManagers
Returns a X509ExtendedTrustManager that wraps the given TrustManagers and that yields a positive result if ever one of the wrapped TrustManagers yields a positive result.
TrustManagerProvider<T extends TrustManagerProviderCfg> - Class in org.opends.server.api
This class defines an API that may be used to obtain a set of javax.net.ssl.TrustManager objects for use when performing SSL/StartTLS negotiation.
TrustManagerProvider() - Constructor for class org.opends.server.api.TrustManagerProvider
 
TrustManagerProviderCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Trust Manager Provider settings.
TrustManagerProviderCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Trust Manager Provider settings.
TrustManagerProviderCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Trust Manager Provider managed object definition meta information.
TrustManagerProviderConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the set of trust manager providers defined in the Directory Server.
trustManagerProviderName() - Method in interface org.forgerock.opendj.setup.model.Profile.SetupConfiguration
Returns the name of the trust manager provider configured for the server to setup.
trustManagerProviderName() - Method in class org.forgerock.opendj.setup.model.Setup
 
trustManagers() - Method in class org.forgerock.opendj.security.SslOptions
Return the trust managers or null.
TrustManagers - Class in org.forgerock.opendj.security
This class contains methods for creating common types of trust manager.
TRUSTSTORE_PIN_FILE_RELATIVE_PATH - Static variable in class org.forgerock.opendj.setup.model.SetupConstants
Relative instance path of the generated SSL truststore PIN file.
tryCancel(boolean) - Method in class org.forgerock.util.promise.PromiseImpl
Invoked when the client attempts to cancel the asynchronous task represented by this promise.
tryHandleException(E) - Method in class org.forgerock.util.promise.PromiseImpl
Attempts to signal that the asynchronous task represented by this promise has failed.
tryHandleResult(V) - Method in class org.forgerock.util.promise.PromiseImpl
Attempts to signal that the asynchronous task represented by this promise has succeeded.
tryLock(long) - Method in class org.opends.server.replication.server.ReplicationServerDomain
Tries to acquire the lock on the domain within a given amount of time.
tryNext() - Method in class org.forgerock.opendj.server.core.ResponseStream
Returns the next response if it can be obtained without blocking, otherwise null.
tryProcessSearch(AttributeDescription, RequestContext, SearchRequest, Predicate<SearchResultEntry>) - Method in class org.opends.server.api.VirtualAttributeProvider
Attempts to process the provided search operation using this virtual attribute, return true if it was successful.
tryProcessSearch(AttributeDescription, RequestContext, SearchRequest, Predicate<SearchResultEntry>) - Method in class org.opends.server.extensions.IsMemberOfVirtualAttributeProvider
Attempts to process the provided search operation using this virtual attribute, return true if it was successful.
tryReadLockEntry(Dn) - Method in class org.opends.server.types.LockManager
Acquires the read lock for the specified entry DN.
trySetLargestEntrySize(long) - Method in class org.opends.server.types.Operation
Try to update the size of the largest entry that has been accessed by the request.
tryWith(Single<C>, Function<? super C, Flowable<T>>) - Static method in class org.forgerock.opendj.ldap.Utils
Constructs a Flowable based upon a given Closeable and a Function mapper.
tryWithSingle(Single<C>, Function<? super C, Single<T>>) - Static method in class org.forgerock.opendj.ldap.Utils
Constructs a Single based upon a given Closeable and a Function mapper.
tryWriteLockEntry(Dn) - Method in class org.opends.server.types.LockManager
Acquires the write lock for the specified entry DN.
tryWriteLockSubtree(Dn) - Method in class org.opends.server.types.LockManager
Acquires the write lock for the specified subtree DN.
type(ObjectClassType) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Sets the type of this object class.
TYPE - Static variable in class org.forgerock.json.schema.validator.Constants
The type field name.
TYPE_ANY - Static variable in class org.forgerock.json.schema.validator.Constants
Deprecated.
removed in JSON schema draft 04
TYPE_ARRAY - Static variable in class org.forgerock.json.schema.validator.Constants
The array type.
TYPE_AUTHENTICATION_SASL - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the AuthenticationChoice element in a bind request when SASL authentication is to be used.
TYPE_AUTHENTICATION_SIMPLE - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the AuthenticationChoice element in a bind request when simple authentication is to be used.
TYPE_BOOLEAN - Static variable in class org.forgerock.json.schema.validator.Constants
The boolean type.
TYPE_CONTROL_SEQUENCE - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for encoding the sequence of controls in an LDAP message.
TYPE_EXTENDED_REQUEST_OID - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the OID of an extended request.
TYPE_EXTENDED_REQUEST_VALUE - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the value of an extended request.
TYPE_EXTENDED_RESPONSE_OID - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the OID of an extended response.
TYPE_EXTENDED_RESPONSE_VALUE - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the value of an extended response.
TYPE_FILTER_AND - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for AND filter components.
TYPE_FILTER_APPROXIMATE - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for approximate filter components.
TYPE_FILTER_EQUALITY - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for equality filter components.
TYPE_FILTER_EXTENSIBLE_MATCH - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for extensible matching filter components.
TYPE_FILTER_GREATER_OR_EQUAL - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for greater than or equal to filter components.
TYPE_FILTER_LESS_OR_EQUAL - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for less than or equal to filter components.
TYPE_FILTER_NOT - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for NOT filter components.
TYPE_FILTER_OR - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for OR filter components.
TYPE_FILTER_PRESENCE - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for presence filter components.
TYPE_FILTER_SUBSTRING - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for substring filter components.
TYPE_INTEGER - Static variable in class org.forgerock.json.schema.validator.Constants
The integer type.
TYPE_INTERMEDIATE_RESPONSE_OID - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the OID of an intermediate response message.
TYPE_INTERMEDIATE_RESPONSE_VALUE - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the value of an intermediate response message.
TYPE_MATCHING_RULE_DN_ATTRIBUTES - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the DN attributes flag in a matching rule assertion.
TYPE_MATCHING_RULE_ID - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the matching rule OID in a matching rule assertion.
TYPE_MATCHING_RULE_TYPE - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the attribute type in a matching rule assertion.
TYPE_MATCHING_RULE_VALUE - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the assertion value in a matching rule assertion.
TYPE_MODIFY_DN_NEW_SUPERIOR - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the newSuperior component of a modify DN request.
TYPE_NULL - Static variable in class org.forgerock.json.schema.validator.Constants
The null type.
TYPE_NUMBER - Static variable in class org.forgerock.json.schema.validator.Constants
The number type.
TYPE_OBJECT - Static variable in class org.forgerock.json.schema.validator.Constants
The object type.
TYPE_PASSWORD_MODIFY_NEW_PASSWORD - Static variable in class org.opends.server.extensions.ExtensionsConstants
The ASN.1 element type that will be used to encode the newPasswd component in a password modify extended request.
TYPE_PASSWORD_MODIFY_OLD_PASSWORD - Static variable in class org.opends.server.extensions.ExtensionsConstants
The ASN.1 element type that will be used to encode the oldPasswd component in a password modify extended request.
TYPE_PASSWORD_MODIFY_USER_ID - Static variable in class org.opends.server.extensions.ExtensionsConstants
The ASN.1 element type that will be used to encode the userIdentity component in a password modify extended request.
TYPE_REFERRAL_SEQUENCE - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for encoding the sequence of referral URLs in an LDAPResult element.
TYPE_SERVER_SASL_CREDENTIALS - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the server SASL credentials in a bind response.
TYPE_STRING - Static variable in class org.forgerock.json.schema.validator.Constants
The string type.
TYPE_SUBANY - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the subAny component(s) of a substring filter.
TYPE_SUBFINAL - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the subFinal components of a substring filter.
TYPE_SUBINITIAL - Static variable in class org.forgerock.opendj.io.Ldap
The BER type to use for the subInitial component of a substring filter.
typeForName(String) - Static method in enum class org.opends.server.types.AccountStatusNotificationType
Retrieves the account status notification type with the specified name.
typesOnly(boolean) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies whether filtered attributes are to contain both attribute descriptions and values, or just attribute descriptions.

U

UDP - Enum constant in enum class org.forgerock.audit.handlers.syslog.TransportProtocol
Publish Syslog messages over UDP.
UNAVAILABLE - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
UNAVAILABLE - Static variable in exception org.forgerock.json.resource.ResourceException
Indicates that the resource is temporarily unable to handle the request.
UNAVAILABLE - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that either the entire server or one or more required resources were not available for use in processing the request.
UNAVAILABLE_CRITICAL_EXTENSION - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
UNAVAILABLE_CRITICAL_EXTENSION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it included a critical extension that is unsupported or inappropriate for that request.
UNBIND - Enum constant in enum class org.forgerock.opendj.ldap.messages.Request.RequestType
Unbind request type.
UNBIND - Enum constant in enum class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn.LogRecordType
Unbind operations
UNBIND - Enum constant in enum class org.opends.server.types.DisconnectReason
The disconnect reason that indicates that the client connection was closed because the client unbind from the server.
UnbindOperation - Class in org.opends.server.core
This class defines an operation that may be used to close the connection between the client and the Directory Server.
UnbindOperation(RequestContext, LocalBackend<?>, UnbindRequest, Consumer<ResponseStream>) - Constructor for class org.opends.server.core.UnbindOperation
Creates a new unbind operation.
UnbindRequest - Class in org.forgerock.opendj.ldap.messages
The Unbind operation allows a client to terminate an LDAP session.
unbounded() - Static method in class org.opends.server.types.Range
Creates a range with no lower bound and no upper bound.
UncategorizedException - Exception in org.forgerock.json.resource
An exception that indicates that a failure is not directly known to the system, and hence requires out-of-band knowledge or enhancements to determine if a failure should be categorized as temporary or permanent.
UncategorizedException(int, String, Throwable) - Constructor for exception org.forgerock.json.resource.UncategorizedException
Constructs a new exception with the specified detail message and cause.
uncaughtException(Thread, Throwable, AlertGenerator) - Method in class org.opends.server.core.DirectoryServer
Provides a means of handling a case in which a thread is about to die because of an unhandled exception.
uncaughtException(Thread, Throwable, AlertGenerator) - Method in interface org.opends.server.core.ServerContext
Provides a means of handling a case in which a thread is about to die because of an unhandled exception.
uncloseable(Connection) - Static method in class org.forgerock.json.resource.Resources
Returns an uncloseable view of the provided connection.
uncloseable(ConnectionFactory) - Static method in class org.forgerock.json.resource.Resources
Returns an uncloseable view of the provided connection factory.
uncloseable(Connection) - Static method in class org.forgerock.opendj.ldap.Connections
Returns an uncloseable view of the provided connection.
uncloseable(ConnectionFactory) - Static method in class org.forgerock.opendj.ldap.Connections
Returns an uncloseable view of the provided connection factory.
uncloseable(LdapClientSocket) - Static method in class org.forgerock.opendj.ldap.LdapClients
Returns an uncloseable view of the provided socket.
UNDEFINED - Enum constant in enum class org.forgerock.opendj.ldap.ConditionResult
Indicates that the condition could not be evaluated and its result is undefined.
UNDEFINED - Enum constant in enum class org.forgerock.opendj.ldap.Matcher.MatcherType
The matcher type for filters that could not be compiled (will always yield UNDEFINED).
UNDEFINED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
UNDEFINED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that should only be used if the actual result code has not yet been determined.
UNDEFINED_ATTRIBUTE_TYPE - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
UNDEFINED_ATTRIBUTE_TYPE - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it referenced an attribute that is not defined in the server schema.
UndefinedDefaultBehaviorProvider<T> - Class in org.forgerock.opendj.config
A default behavior provider which indicates undefined behavior.
UndefinedDefaultBehaviorProvider() - Constructor for class org.forgerock.opendj.config.UndefinedDefaultBehaviorProvider
Create an undefined default behavior provider.
UNINDEXED_SEARCH - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the user to request that the server process a search that cannot be optimized using server indexes.
UNINDEXED_SEARCH - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to perform an unindexed search in the JE backend.
UnionTypeValidator - Class in org.forgerock.json.schema.validator.validators
Union Types An array of two or more simple validators definitions.
UnionTypeValidator(Map<String, Object>, List<String>) - Constructor for class org.forgerock.json.schema.validator.validators.UnionTypeValidator
Create a union type validator.
UniqueAttributePlugin - Class in org.opends.server.plugins
This class implements a Directory Server plugin that can be used to ensure that all values for a given attribute or set of attributes are unique within the server (or optionally, below a specified set of base DNs).
UniqueAttributePlugin() - Constructor for class org.opends.server.plugins.UniqueAttributePlugin
 
UniqueAttributePluginCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Unique Attribute Plugin settings.
UniqueAttributePluginCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Unique Attribute Plugin settings.
UniqueAttributePluginCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Unique Attribute Plugin managed object definition meta information.
UniqueCharactersPasswordValidator - Class in org.opends.server.extensions
This class provides an OpenDS password validator that may be used to ensure that proposed passwords contain at least a specified number of different characters.
UniqueCharactersPasswordValidator() - Constructor for class org.opends.server.extensions.UniqueCharactersPasswordValidator
Creates a new instance of this unique characters password validator.
UniqueCharactersPasswordValidatorCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Unique Characters Password Validator settings.
UniqueCharactersPasswordValidatorCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Unique Characters Password Validator settings.
UniqueCharactersPasswordValidatorCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Unique Characters Password Validator managed object definition meta information.
UNIQUEITEMS - Static variable in class org.forgerock.json.schema.validator.Constants
The uniqueItems field name.
universal() - Static method in class org.forgerock.opendj.io.Asn1Tag
Returns a primitive ASN.1 tag with the universal tag class.
UNIVERSAL - Enum constant in enum class org.forgerock.opendj.io.Asn1Tag.Class
The Universal class.
UNIVERSAL_BIT_STRING_TYPE - Static variable in class org.forgerock.opendj.io.Asn1Tag
The BER type that is assigned to the universal bit string type.
UNIVERSAL_BOOLEAN_TYPE - Static variable in class org.forgerock.opendj.io.Asn1Tag
The BER type that is assigned to the universal Boolean element.
UNIVERSAL_ENUMERATED_TYPE - Static variable in class org.forgerock.opendj.io.Asn1Tag
The BER type that is assigned to the universal enumerated type.
UNIVERSAL_GENERALIZED_TIME_TYPE - Static variable in class org.forgerock.opendj.io.Asn1Tag
The BER type that is assigned to the generalized time type.
UNIVERSAL_INTEGER_TYPE - Static variable in class org.forgerock.opendj.io.Asn1Tag
The BER type that is assigned to the universal integer type.
UNIVERSAL_NULL_TYPE - Static variable in class org.forgerock.opendj.io.Asn1Tag
The BER type that is assigned to the universal null type.
UNIVERSAL_OBJECT_IDENTIFIER - Static variable in class org.forgerock.opendj.io.Asn1Tag
The BER type that is assigned to the universal object identifier type.
UNIVERSAL_OCTET_STRING_TYPE - Static variable in class org.forgerock.opendj.io.Asn1Tag
The BER type that is assigned to the universal octet string type.
UNIVERSAL_PRINTABLE_STRING_TYPE - Static variable in class org.forgerock.opendj.io.Asn1Tag
The BER type that is assigned to the universal Printable String type.
UNIVERSAL_SEQUENCE_TYPE - Static variable in class org.forgerock.opendj.io.Asn1Tag
The BER type that is assigned to the universal sequence type.
UNIVERSAL_SET_TYPE - Static variable in class org.forgerock.opendj.io.Asn1Tag
The BER type that is assigned to the universal set type.
UNIVERSAL_UTC_TIME_TYPE - Static variable in class org.forgerock.opendj.io.Asn1Tag
The BER type that is assigned to the utc time type.
UNIVERSAL_UTF8_STRING_TYPE - Static variable in class org.forgerock.opendj.io.Asn1Tag
The BER type that is assigned to the universal UTF-8 String type.
UNIX - Enum constant in enum class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn.CryptPasswordStorageEncryptionAlgorithm
New passwords are encrypted with the Unix crypt algorithm.
UNIX_BINARIES_DIR_NAME - Static variable in class org.forgerock.opendj.setup.model.Installation
UNIX binaries (scripts) directory name.
UNKNOWN - Enum constant in enum class org.forgerock.monitoring.api.instrument.Statistic
Undetermined.
UNKNOWN - Enum constant in enum class org.forgerock.opendj.ldap.messages.Request.RequestType
Unknown request type.
UNKNOWN - Enum constant in enum class org.forgerock.opendj.ldap.ModificationType.Enum
Used for unknown modification types.
UNKNOWN - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
Used for unknown search scopes.
UNKNOWN - Enum constant in enum class org.forgerock.opendj.ldap.SearchScope.Enum
Used for unknown search scopes.
UNKNOWN_MATCHING_RULE_HANDLER - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies the unknown matching rule handler which will be invoked when a non-strict schema is queried about an unknown matching rule.
UNKNOWN_VERSION - Static variable in class org.opends.server.replication.protocol.ProtocolVersion
The constant to use when the protocol version is unknown.
unknownPropertyDefinitionException(PropertyDefinition<?>) - Static method in exception org.forgerock.opendj.config.PropertyException
Creates a new unknown property definition exception.
UnknownRequest - Class in org.forgerock.opendj.ldap.messages
Wraps a message that the LdapServer was unable to decode because it did not recognize it.
UnknownRxTransportException - Exception in org.forgerock.opendj.io.rx
Exception thrown when a transport implementation can't be found.
UnknownSchemaElementException - Exception in org.forgerock.opendj.ldap.schema
Thrown when a schema query fails because the requested schema element could not be found or is ambiguous.
UnknownSchemaElementException(LocalizableMessage) - Constructor for exception org.forgerock.opendj.ldap.schema.UnknownSchemaElementException
Creates a new unknown schema element exception with the provided message.
unless(boolean) - Static method in class org.forgerock.util.Reject
Throws an IllegalArgumentException if the condition parameter is false.
unless(boolean, String) - Static method in class org.forgerock.util.Reject
Throws an IllegalArgumentException with a custom message if the condition parameter is false.
UNLIMITED - Static variable in class org.forgerock.util.time.Duration
Special duration that represents an unlimited duration (or indefinite).
UNLIMITED - Static variable in record class org.opends.server.api.ResourceLimits
A ResourceLimits with every value set to unlimited.
UNLIMITED_HISTORY_FILES - Static variable in class org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration.FileRetention
The value of number of history files to use when the value is unlimited.
unlock() - Method in class org.opends.server.types.LockManager.DnLock
Unlocks this lock and releases any blocked threads.
UNMAPPED - Enum constant in enum class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy
Bind to the remote LDAP directory service using the DN of the user's entry in this directory server.
unmodifiableAttribute(Attribute) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a read-only view of attribute.
unmodifiableBindResult(BindResult) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates an unmodifiable bind result using the provided response.
unmodifiableCompareResult(CompareResult) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates an unmodifiable compare result using the provided response.
unmodifiableCopyOf(Options) - Static method in class org.forgerock.util.Options
Returns an unmodifiable copy of the provided set of options.
unmodifiableDefaultOptions() - Static method in class org.forgerock.util.Options
Returns an unmodifiable set of options with default settings.
unmodifiableEntry(Entry) - Static method in class org.forgerock.opendj.ldap.Entries
Returns a read-only view of entry and its attributes.
unmodifiableGenericExtendedResult(GenericExtendedResult) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates an unmodifiable generic extended result using the provided response.
unmodifiableGenericIntermediateResponse(GenericIntermediateResponse) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates an unmodifiable generic intermediate response using the provided response.
unmodifiablePasswordModifyExtendedResult(PasswordModifyExtendedResult) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates an unmodifiable password modify extended result using the provided response.
unmodifiableResult(Result) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates an unmodifiable result using the provided response.
unmodifiableSearchResultEntry(SearchResultEntry) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates an unmodifiable search result entry using the provided response.
unmodifiableSearchResultReference(SearchResultReference) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates an unmodifiable search result reference using the provided response.
unmodifiableWhoAmIExtendedResult(WhoAmIExtendedResult) - Static method in class org.forgerock.opendj.ldap.messages.Responses
Creates an unmodifiable who am I extended result using the provided response.
unprotected() - Static method in class org.forgerock.opendj.setup.model.Security
Specifies that the setup component is not protected by a password.
UnreachableReplicationServers() - Constructor for class org.opends.server.replication.plugin.MultimasterReplication.UnreachableReplicationServers
 
unrecognized(byte, ByteString) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new unrecognized filter using the provided ASN1 filter tag and content.
UNRECOGNIZED - Enum constant in enum class org.forgerock.opendj.ldap.Filter.FilterType
The filter type for unrecognized filter types.
unregisterClientConnection(ClientConnection) - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
Unregisters a client connection from this JMX connection handler.
unregisterCursor(DBCursor<?>) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
Unregisters the provided cursor from this replication domain.
unregisterCursor(DBCursor<?>) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
 
unresolvedCommonsConfigTokenException(PropertyDefinition<?>, String, Throwable) - Static method in exception org.forgerock.opendj.config.PropertyException
Creates a new unresolved commons-config token exception, raised when a token in a commons-config expression could not be resolved.
UNSCHEDULED - Enum constant in enum class org.opends.server.backends.task.TaskState
The task state that indicates that the task has not yet been scheduled, or possibly that the scheduler is currently not running.
UNSUPPORTED_MEDIA_TYPE - Static variable in exception org.forgerock.json.resource.ResourceException
Indicates that the media type of the request body was not acceptable to the server.
UnsupportedMediaTypeException - Exception in org.forgerock.json.resource
Indicates a 415 Unsupported Media Type response that the Content-Type of the request was not acceptable.
UnsupportedMediaTypeException(String) - Constructor for exception org.forgerock.json.resource.UnsupportedMediaTypeException
Constructs the exception with a status code of 415 and the given message.
until(Temporal, Clock) - Static method in class org.forgerock.json.resource.ResponseCacheControl
Returns a cache control that will allow caching until the given deadline according to the given clock.
unusable(LocalizableMessage) - Static method in class org.opends.server.backends.pluggable.spi.StorageStatus
Returns state for no more resources.
UNWILLING_TO_PERFORM - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
UNWILLING_TO_PERFORM - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the server is unwilling to perform the requested operation.
UNWRAP_KEY - Enum constant in enum class org.forgerock.secrets.keys.KeyUsage
Key is intended for decrypting (unwrapping) other keys.
unwrapKey(ByteString) - Method in interface org.forgerock.opendj.security.ExternalKeyWrappingStrategy
Unwraps the provided wrapped key.
update(byte[], int, int) - Method in class org.opends.server.replication.plugin.GenerationIdChecksum
 
update(int) - Method in class org.opends.server.replication.plugin.GenerationIdChecksum
 
update(Dn, CSN) - Method in class org.opends.server.replication.common.MultiDomainServerState
Update the ServerState of the provided baseDN with the replication CSN provided.
update(Dn, ServerState) - Method in class org.opends.server.replication.common.MultiDomainServerState
Update the ServerState of the provided baseDN with the provided server state.
update(SchemaBuilder) - Method in interface org.opends.server.schema.SchemaHandler.SchemaUpdater
Updates the schema using the provided schema builder.
update(Context, UpdateRequest) - Method in class org.forgerock.json.resource.AbstractAsynchronousConnection
 
update(Context, UpdateRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Updates a JSON resource by replacing its existing content with new content.
update(Context, UpdateRequest) - Method in interface org.forgerock.json.resource.Connection
Updates a JSON resource by replacing its existing content with new content.
update(TreeName, ByteString, UpdateFunction) - Method in interface org.opends.server.backends.pluggable.spi.WriteableTransaction
Atomically adds, deletes, or replaces a record with the provided key according to the new value computed by the update function.
update(CSN) - Method in class org.opends.server.replication.common.ServerState
Forward update the Server State with a CSN.
update(CSN, CSN) - Method in class org.opends.server.replication.server.changelog.api.RemovedReplicasStates
Updates the removed replicas states with the provided CSNs.
UPDATE - Enum constant in enum class org.forgerock.json.resource.RequestType
An update request.
UPDATE_SCHEMA - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Allows the user to make changes to the server schema.
UPDATE_SCHEMA - Enum constant in enum class org.opends.server.types.Privilege
The privilege that provides the ability to update the server schema.
updateAsync(Context, UpdateRequest) - Method in class org.forgerock.json.resource.AbstractConnectionWrapper
Asynchronously updates a JSON resource by replacing its existing content with new content.
updateAsync(Context, UpdateRequest) - Method in interface org.forgerock.json.resource.Connection
Asynchronously updates a JSON resource by replacing its existing content with new content.
updateAuthenticationInfo(Entry, Entry) - Method in class org.opends.server.api.ClientConnection
Updates the cached entry associated with either the authentication and/or authorization identity with the provided version.
updateAuthFailureTimes() - Method in class org.opends.server.core.PasswordPolicyState
Updates the set of authentication failure times to include the current time.
updateBaseDnMonitors() - Method in class org.opends.server.monitors.LocalBackendMonitor
Updates the list of monitoring entries associated to the base DNs handled by the monitored backend in the directory server.
updateBytesRead(int) - Method in class org.opends.server.protocols.ldap.LdapStatistics
Updates the counter for the number of bytes that have been read from the network.
updateBytesRead(long) - Method in class org.opends.server.protocols.http.HttpStatistics
Updates the counter for the number of bytes that have been read from the network.
updateBytesWritten(int) - Method in class org.opends.server.protocols.ldap.LdapStatistics
Updates the counter for the number of bytes that have been written to the network.
updateBytesWritten(long) - Method in class org.opends.server.protocols.http.HttpStatistics
Updates the counter for the number of bytes that have been written to the network.
updateCookieToMediumConsistencyPoint(MultiDomainServerState, ECLMultiDomainDBCursor, ChangeNumberIndexRecord) - Static method in class org.opends.server.backends.ChangelogBackend
Rebuilds the changelogcookie starting at the newest change number index record.
updateExtraAttributes(Map<String, Attribute>, Attribute, Set<String>) - Static method in class org.opends.server.schema.SchemaHandler
Updates the extra attributes map with the provided attribute, and make sure that the extra attributes get saved to the "99-user.ldif" file.
UpdateFunction - Interface in org.opends.server.backends.pluggable.spi
Function that computes the new value of a record for a Read-Modify-Write operation inside a transaction.
updateGraceLoginTimes() - Method in class org.opends.server.core.PasswordPolicyState
Updates the set of grace login times for the user to include the current time.
updateInstance(Context, String, UpdateRequest) - Method in interface org.forgerock.json.resource.CollectionResourceProvider
Updates an existing resource within the collection.
updateInstance(Context, String, UpdateRequest) - Method in class org.forgerock.json.resource.MemoryBackend
Updates an existing resource within the collection.
updateInstance(Context, UpdateRequest) - Method in interface org.forgerock.json.resource.SingletonResourceProvider
Updates the single resource instance.
updateLocalGroupId(String) - Method in class org.opends.server.replication.common.Topology
Updates the groupID for the local server.
updateMembers(Entry, List<Modification>) - Method in interface org.opends.server.api.Group
Attempt to make multiple changes to the group's member list.
updateMembers(Entry, List<Modification>) - Method in class org.opends.server.extensions.DynamicGroup
 
updateMembers(Entry, List<Modification>) - Method in class org.opends.server.extensions.StaticGroup
 
updateMembers(Entry, List<Modification>) - Method in class org.opends.server.extensions.VirtualStaticGroup
 
updateMsg() - Method in record class org.opends.server.replication.server.changelog.api.UpdateRecord
Returns the value of the updateMsg record component.
UpdateMsg - Class in org.opends.server.replication.protocol
Abstract class that must be extended to define a message used for sending Updates between servers.
UpdateMsg(CSN) - Constructor for class org.opends.server.replication.protocol.UpdateMsg
Creates a new UpdateMsg with the given information.
UpdateMsgVisitor<E extends Exception> - Interface in org.opends.server.replication.protocol
A visitor of UpdateMsgs, in the style of the visitor design pattern.
UpdateRecord - Record Class in org.opends.server.replication.server.changelog.api
Represents an update message with the base DN of the replication domain it belongs to, with support for easy retrieval of the CSN and the replica ID corresponding to the message.
UpdateRecord(Dn, UpdateMsg) - Constructor for record class org.opends.server.replication.server.changelog.api.UpdateRecord
Creates an instance of a UpdateRecord record class.
UpdateRequest - Interface in org.forgerock.json.resource
A request to update a JSON resource by replacing its existing content with new content.
updateSchema(SchemaHandler.SchemaUpdater) - Method in class org.opends.server.schema.SchemaHandler
Updates the schema using the provided schema updater.
updateSchemaAndConcatenatedSchemaFile(Schema) - Method in class org.opends.server.schema.SchemaHandler
Replaces the schema with the provided schema and update the concatenated schema file.
updateSchemaAndSchemaFiles(Schema, Map<String, Attribute>, SortedSet<String>, AlertGenerator) - Method in class org.opends.server.schema.SchemaHandler
Replaces the schema with the provided schema and updates the provided set of schema files.
updateSchemaOption(Option<T>, T) - Method in class org.opends.server.schema.SchemaHandler
Updates the schema option if the new value differs from the old value.
updatesMembers(String) - Method in interface org.opends.server.api.Group
Indicates whether the attribute modification impacts the membership of this group.
updatesMembers(String) - Method in class org.opends.server.extensions.DynamicGroup
 
updatesMembers(String) - Method in class org.opends.server.extensions.StaticGroup
 
updatesMembers(String) - Method in class org.opends.server.extensions.VirtualStaticGroup
 
updateState() - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
Once the updates are completed by the replay threads (concurrently), dependency data and the server state are cleaned up.
updateState() - Method in class org.opends.server.replication.service.ReplicationDomain
Update the server state if necessary.
updateTaskCompletionState(LdapException) - Method in class org.opends.server.tasks.InitializeTask
Set the state for the current task.
updateWindowAfterReplay() - Method in class org.opends.server.replication.service.ReplicationBroker
This method allows to do the necessary computing for the window management after treatment by the worker threads.
upgrade(UpgradeParameters) - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
Upgrades this server.
upgrade(UpgradeContext) - Static method in class org.opends.server.tools.upgrade.Upgrade
Upgrades the server from fromVersion to toVersion located in the upgrade context.
Upgrade - Class in org.opends.server.tools.upgrade
This class contains the table of upgrade tasks that need performing when upgrading from one version to another.
UPGRADE_NUMBER_NOT_APPLICABLE - Static variable in record class org.opends.server.tools.upgrade.UpgradeTaskVersion
Int constant to be used for versions when upgrade between builds was not supported (i.e older than 7.0.0).
UPGRADE_TOOL_NAME - Static variable in class org.forgerock.opendj.setup.model.Installation
Platform independent name of the upgrade tool.
UpgradeCli - Class in org.opends.server.tools.upgrade
This class provides the CLI used for upgrading the OpenDJ product.
upgradeNumber() - Method in record class org.opends.server.tools.upgrade.UpgradeTaskVersion
Returns the value of the upgradeNumber record component.
UpgradeParameters - Class in org.forgerock.opendj.server.embedded
Parameters to upgrade a Directory Server.
upgradeParams() - Static method in class org.forgerock.opendj.server.embedded.UpgradeParameters
Starts construction of the upgrade parameters.
UpgradeTaskVersion - Record Class in org.opends.server.tools.upgrade
Represents the version used for determining if the upgrade tool must be run and whether an upgrade task must run during the upgrade process.
UpgradeTaskVersion(Version, int) - Constructor for record class org.opends.server.tools.upgrade.UpgradeTaskVersion
Creates an instance of a UpgradeTaskVersion record class.
upgradeVersion(Version) - Static method in record class org.opends.server.tools.upgrade.UpgradeTaskVersion
Creates and returns a new upgrade version with no meaningful upgrade number.
upgradeVersion(Version, int) - Static method in record class org.opends.server.tools.upgrade.UpgradeTaskVersion
Creates and returns a new upgrade version set with provided parameters.
upgradeVersionNumber() - Static method in class org.opends.server.tools.upgrade.Upgrade
Returns the upgrade version number of the running binaries.
upperCamelCase - Static variable in interface org.forgerock.monitoring.api.instrument.config.NamingConvention
 
uri() - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as a uniform resource identifier.
uriMatcher(RoutingMode, String) - Method in class org.forgerock.json.resource.Router
 
uriTemplate(String) - Static method in class org.forgerock.json.resource.Router
Creates a Router.UriTemplate from a URI template string that will be used to match and route incoming requests.
url() - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as a uniform resource locator.
urlTemplate(String) - Method in class org.forgerock.opendj.rest2ldap.CollectionSubResource
Sets the relative URL template beneath which the sub-resources will be located.
urlTemplate(String) - Method in class org.forgerock.opendj.rest2ldap.SingletonSubResource
Sets the relative URL template of the single sub-resource.
usage(String) - Method in class org.forgerock.opendj.setup.model.Profile.StringParameter
Sets this parameter usage.
usage(AttributeUsage) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the usage indicator for this attribute type.
USE_DEFAULT_BUFFER_FACTORY - Static variable in class org.opends.server.api.HttpEndpoint
Use default buffer factory for creating temporary storage for handling requests.
USE_EMPTY_KEY_MANAGER - Static variable in class org.forgerock.opendj.security.SslOptions
Use an empty KeyManager while initializing an SSLContext.
USE_JVM_TRUST_MANAGER - Static variable in class org.forgerock.opendj.security.SslOptions
Use the JVM trust manager.
USE_MVCC - Static variable in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Specifies whether Rest2Ldap should support multi-version concurrency control (MVCC) through the use of an MVCC LDAP attribute such as "etag".
USE_PERMISSIVE_MODIFY - Static variable in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Specifies whether Rest2Ldap should perform LDAP modify operations using the LDAP permissive modify control.
USE_SERVER_SIDE_SORT_FOR_JSON - Static variable in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Specifies whether Rest2Ldap should use server side sort control for LDAP attribute containing JSON.
USE_SUBTREE_DELETE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2Ldap
Specifies whether Rest2Ldap should perform LDAP delete operations using the LDAP subtree delete control.
useAnyCertificate(X509KeyManager, String, Collection<String>) - Static method in class org.forgerock.opendj.security.KeyManagers
Returns a new X509KeyManager which selects one of the named certificates from the provided key manager.
useClientDnNaming(String) - Method in class org.forgerock.opendj.rest2ldap.CollectionSubResource
Indicates that the JSON resource ID must be provided by the user, and will be used for naming the associated LDAP entry.
useClientNaming(String, String) - Method in class org.forgerock.opendj.rest2ldap.CollectionSubResource
Indicates that the JSON resource ID must be provided by the user, but will not be used for naming the associated LDAP entry.
useDeploymentIdForTls() - Method in class org.forgerock.opendj.setup.model.Setup
Specifies that peer-to-peer communications will be secured with certificates derived from the deployment ID.
useExistingCertificatesForTls(Security.KeyStoreModel, Security.TrustStoreModel) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies that peer-to-peer communications will be secured with certificates located in the user-provided key and trust store.
useJvmDefaultKeyManager() - Static method in class org.forgerock.opendj.security.KeyManagers
Creates a new X509KeyManager which will use the JVM's default keystore for retrieving certificates.
useKeyForDefaultCipher() - Method in class org.opends.server.crypto.CryptoManager.CipherService
Generate a new cipher key for the transformation and key length.
useKeyFromEntry(Entry) - Method in class org.opends.server.crypto.CryptoManager.CipherService
Use the cipher key from the provided information in the LDAP Entry as active key.
useKeysFromEncoding(ByteString) - Method in class org.opends.server.crypto.CryptoManager.CipherService
Use the provided encoded secret keys for cryptographic operations.
useKeyStoreFile(String) - Static method in class org.forgerock.opendj.security.KeyManagers
Creates a new X509KeyManager which will use the named key store file for retrieving certificates.
useKeyStoreFile(String, char[], String) - Static method in class org.forgerock.opendj.security.KeyManagers
Creates a new X509KeyManager which will use the named key store file for retrieving certificates.
useKeyStoreFile(String, char[], String, String) - Static method in class org.forgerock.opendj.security.KeyManagers
Creates a new X509KeyManager which will use the named key store file for retrieving certificates.
useLastKnownGoodConfiguration() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
Indicates whether the Directory Server should attempt to start with the "last known good" configuration rather than the current active configuration file.
useNewKeyIfNeeded(String, int) - Method in class org.opends.server.crypto.CryptoManager.CipherService
Generate a new cipher key for the given transformation and key length.
usePkcs11Token(char[]) - Static method in class org.forgerock.opendj.security.KeyManagers
Creates a new X509KeyManager which will use a PKCS#11 token for retrieving certificates.
USER - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
User-level messages.
USER_APPLICATIONS - Enum constant in enum class org.forgerock.opendj.ldap.schema.AttributeUsage
The attribute usage intended for user-defined attribute types.
USER_DEFINED - Enum constant in enum class org.opends.server.backends.RebuildConfig.RebuildMode
Rebuild used defined list of indexes.
USER_ID - Static variable in class org.forgerock.audit.events.AuditEventBuilder
User ID event payload field name.
USER_PASSWORD - Enum constant in enum class org.opends.server.util.SchemaUtils.PasswordType
User Password.
UserAttr - Class in org.opends.server.authorization.dseecompat
This class implements the userattr bind rule keyword.
UserDefinedVirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying User Defined Virtual Attribute settings.
UserDefinedVirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying User Defined Virtual Attribute settings.
UserDefinedVirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the User Defined Virtual Attribute managed object definition meta information.
UserDefinedVirtualAttributeProvider - Class in org.opends.server.extensions
This class implements a virtual attribute provider that allows administrators to define their own values that will be inserted into any entry that matches the criteria defined in the virtual attribute rule.
UserDefinedVirtualAttributeProvider() - Constructor for class org.opends.server.extensions.UserDefinedVirtualAttributeProvider
 
UserDN - Class in org.opends.server.authorization.dseecompat
This class represents the userdn keyword in a bind rule.
UserDNNotificationMessageTemplateElement - Class in org.opends.server.extensions
This class implements a notification message template element that will generate a value that is the string representation of the target user's DN.
UserDNNotificationMessageTemplateElement() - Constructor for class org.opends.server.extensions.UserDNNotificationMessageTemplateElement
Creates a new user DN notification message template element.
userEntry - Variable in class org.opends.server.api.AuthenticationPolicyState
The user entry associated with this authentication policy state.
userEntry() - Method in record class org.opends.server.types.AccountStatusNotification
Returns the value of the userEntry record component.
userId(String) - Method in class org.forgerock.audit.events.AuditEventBuilder
Sets the provided userId for the event.
UserPassword - Class in org.forgerock.opendj.ldap
An encoded user password that contains a storage scheme and an encoded vaulue.
userPasswordMatches(ByteString, String, ServerContext) - Static method in interface org.opends.server.core.PasswordVerifier
Indicates whether the provided plaintext password matches the encoded password using the user password syntax.
userPasswordMatches(PasswordStorageScheme<?>, ByteString, UserPassword) - Static method in interface org.opends.server.core.PasswordVerifier
Indicates whether the provided plaintext password matches the encoded password using the user password syntax.
UserTemplateVirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying User Template Virtual Attribute settings.
UserTemplateVirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying User Template Virtual Attribute settings.
UserTemplateVirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the User Template Virtual Attribute managed object definition meta information.
UserTemplateVirtualAttributeProvider - Class in org.opends.server.extensions
This class implements a virtual attribute provider that allows administrators to define their own virtual attribute with template that will be evaluated by taking the data from the attributes only for the entry that matches the criteria defined in the virtual attribute rule.
UserTemplateVirtualAttributeProvider() - Constructor for class org.opends.server.extensions.UserTemplateVirtualAttributeProvider
 
useServerEntryUuidNaming(String) - Method in class org.forgerock.opendj.rest2ldap.CollectionSubResource
Indicates that the JSON resource ID will be derived from the server provided "entryUUID" LDAP attribute.
useServerNaming(String, String) - Method in class org.forgerock.opendj.rest2ldap.CollectionSubResource
Indicates that the JSON resource ID must not be provided by the user, and will not be used for naming the associated LDAP entry.
useServerSideSort(boolean) - Method in class org.forgerock.opendj.rest2ldap.JsonPropertyMapper
Specifies whether a sort directive involving this property mapper should be forwarded to the LDAP server or if it should be performed locally by this Rest2Ldap server.
useSingleCertificate(X509KeyManager, String) - Static method in class org.forgerock.opendj.security.KeyManagers
Returns a new X509KeyManager which selects the named certificate from the provided key manager.
useSpecificSecretForPurpose(Purpose<S>, S) - Method in class org.forgerock.secrets.SecretsProvider
Configures this SecretsProvider to always return the specific given secret for the given purpose.
useSpecificSecretsForPurpose(Purpose<S>, List<S>) - Method in class org.forgerock.secrets.SecretsProvider
Configures this SecretsProvider to always return the specific given secrets for the given purpose.
using(BiFunction<JsonValue, SubstitutionService, Object, JsonValueException>) - Method in class org.forgerock.config.util.JsonValuePropertyEvaluator.CoercionFunctionSpecBuilder
Specify the function that will convert the matched JSON into an object.
usingSchema(Schema) - Method in class org.forgerock.opendj.ldap.AttributeParser
Sets the Schema which will be used when parsing schema sensitive values such as DNs and attribute descriptions.
USN_CHANGED_ATTR - Static variable in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
The name of the uSNChanged attribute as defined in the Active Directory schema.
Utils - Class in org.forgerock.opendj.ldap
This class provides utility functions.
Utils - Class in org.forgerock.opendj.rest2ldap
Internal utility methods.
Utils - Class in org.forgerock.util
Deprecated.
Use Strings, Closeables, Objects or Threads instead.
UUCP - Enum constant in enum class org.forgerock.audit.handlers.syslog.Facility
UUCP subsystem.
uuid() - Static method in class org.forgerock.json.JsonValueFunctions
Returns the JSON string value as a universally unique identifier (UUID).

V

V1 - Enum constant in enum class org.opends.server.replication.common.CSN.CsnVersion
Version before DJ 6.5.0, fixed length, historical.
V2 - Enum constant in enum class org.opends.server.replication.common.CSN.CsnVersion
Version in 6.5.0, variable length.
valid(SecretsProvider, Purpose<T>, Clock) - Static method in class org.forgerock.secrets.ValidSecretsReference
Creates a reference to the valid secrets for the given purpose using the given secrets provider.
validate() - Method in class org.forgerock.audit.events.AuditEventBuilder
Called by AuditEventBuilder.toEvent() to ensure that the audit event will be created in a valid state.
validate() - Method in class org.forgerock.audit.events.ConfigAuditEventBuilder
Called by AuditEventBuilder.toEvent() to ensure that the audit event will be created in a valid state.
validate() - Method in class org.opends.server.tools.dsbackup.PurgeArgumentsValidator
Checks all arguments are valid and not conflicting each others.
validate(Number, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.helpers.DivisibleByHelper
 
validate(Number, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.helpers.MaximumHelper
 
validate(Number, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.helpers.MinimumHelper
 
validate(Object, Map<String, Object>) - Static method in class org.forgerock.json.schema.validator.ObjectValidator
Validate the given node against the schema
validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.helpers.EnumHelper
 
validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.helpers.FormatHelper
 
validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.validators.AnyTypeValidator
Validates the node value against the embedded schema object.
validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.validators.ArrayTypeValidator
Validates the node value against the embedded schema object.
validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.validators.BooleanTypeValidator
Validates the node value against the embedded schema object.
validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.validators.IntegerTypeValidator
Validates the node value against the embedded schema object.
validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.validators.NullTypeValidator
 
validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.validators.NumberTypeValidator
Validates the node value against the embedded schema object.
validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.validators.ObjectTypeValidator
Validates the node value against the embedded schema object.
validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.validators.ReferenceTypeValidator
Validates the node value against the embedded schema object.
validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.validators.StringTypeValidator
Validates the node value against the embedded schema object.
validate(Object, JsonPointer, ErrorHandler) - Method in class org.forgerock.json.schema.validator.validators.UnionTypeValidator
Validates the node value against the embedded schema object.
validate(String) - Method in interface org.forgerock.tokenhandler.TokenHandler
Validates the passed token.
validate(LocalizableMessageDescriptor.Arg2<Object, Object>, LocalizableMessageDescriptor.Arg2<Object, Object>, LocalizableMessageDescriptor.Arg2<Object, Object>, LocalizableMessageDescriptor.Arg2<Object, Object>) - Method in class org.opends.server.tasks.ImportExportParams
Validates the parameters provided in the constructor.
validate(T, JsonPointer, ErrorHandler) - Method in interface org.forgerock.json.schema.validator.validators.SimpleValidator
Validates the node value against the embedded schema object.
validateAndExtractState(String) - Method in interface org.forgerock.tokenhandler.TokenHandler
Validates and parses the token, extracting any encapsulated state.
validateAndListKeyStoreAliases() - Method in class org.forgerock.opendj.setup.model.Security.ExistingKeyStore
Returns the list of aliases contained in this key store.
validateArgs() - Method in class org.opends.server.tools.tasks.TaskScheduleArgs
Validates arguments related to task scheduling.
validateArgsIfOffline() - Method in class org.opends.server.tools.tasks.TaskScheduleArgs
Validates arguments related to task scheduling.
validateArguments() - Method in interface org.opends.server.tools.TaskCommand
Validates the argument values before running locally or sending a task to the server.
validateCookie(MultiDomainServerState, Set<Dn>) - Method in class org.opends.server.replication.server.ReplicationServer
Validate that provided cookie is coherent with this replication server, when ignoring the provided set of DNs.
validateEntry(Entry, SchemaValidationPolicy, Collection<LocalizableMessage>) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns true if the provided entry is valid according to this schema and the specified schema validation policy.
validateInstanceLocFileNotPresent(Path) - Static method in class org.forgerock.opendj.setup.model.SetupUtils
Ensures that there is no existing instance.loc file.
validatePatterns(Collection<String>, Collection<String>, Collection<LocalizableMessage>) - Static method in class org.opends.server.util.StaticUtils
Returns whether all the provided black and white list strings are valid regular expression patterns by using Pattern.compile(String).
validateRelationDefinition(ManagedObjectPath<?, ?>, RelationDefinition<?, ?>) - Method in class org.forgerock.opendj.config.client.spi.Driver
Validate that a relation definition belongs to the managed object referenced by the provided path.
validateSchema() - Method in class org.opends.server.types.LDIFImportConfig
Indicates whether to perform schema validation on entries as they are read.
validateTaskRelatedArguments(boolean) - Method in class org.opends.server.tools.tasks.TaskToolHelper
Validates the task-related arguments and throw an exception if the user-provided values are invalid.
validateValue(ValueOrExpression<T>) - Method in class org.forgerock.opendj.config.PropertyDefinition
Determine if the provided property value is valid according to this property definition.
validateValueImpl(String) - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
 
VALIDATION_POLICY - Static variable in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
Schema option controlling syntax validation for JSON based attributes.
ValidationException - Exception in org.forgerock.json.schema.validator.exceptions
Encapsulate a JSON validator error.
ValidationException(Exception, JsonPointer) - Constructor for exception org.forgerock.json.schema.validator.exceptions.ValidationException
Create an exception with the given cause and path.
ValidationException(String) - Constructor for exception org.forgerock.json.schema.validator.exceptions.ValidationException
Create an exception with the given message.
ValidationException(String, Exception, JsonPointer) - Constructor for exception org.forgerock.json.schema.validator.exceptions.ValidationException
Create an exception with the given message, cause and path.
ValidationException(String, Throwable) - Constructor for exception org.forgerock.json.schema.validator.exceptions.ValidationException
Create an exception with the given message and cause.
ValidationException(String, Throwable, JsonPointer) - Constructor for exception org.forgerock.json.schema.validator.exceptions.ValidationException
Create an exception with the given message, cause and path.
ValidationException(String, JsonPointer) - Constructor for exception org.forgerock.json.schema.validator.exceptions.ValidationException
Create an exception with the given message and path.
ValidationException(String, JsonPointer, Object) - Constructor for exception org.forgerock.json.schema.validator.exceptions.ValidationException
Create an exception with the given message, value and path.
Validator - Class in org.forgerock.json.schema.validator.validators
Validator is the abstract base class of all typed validator.
Validator(Map<String, Object>, List<String>) - Constructor for class org.forgerock.json.schema.validator.validators.Validator
Default ctor.
validity(Instant, Instant) - Method in class org.forgerock.opendj.security.X509CertificateBuilder
Sets the certificate validity period.
validOrNamed(SecretsProvider, Purpose<T>, String, Clock) - Static method in class org.forgerock.secrets.ValidSecretsReference
This creates a reference to either the named secret or all valid secrets for the purpose.
ValidSecretsReference<S extends Secret,E extends Exception> - Class in org.forgerock.secrets
A long-lived reference to a number of secrets.
value() - Element in annotation interface org.forgerock.audit.Audit
The name of the dependency to inject.
value() - Element in annotation interface org.forgerock.monitoring.api.annotation.Timed
 
value() - Element in annotation interface org.forgerock.monitoring.api.annotation.TimedSet
 
value() - Method in class org.forgerock.monitoring.api.instrument.CountAtValue
 
value() - Method in interface org.forgerock.monitoring.api.instrument.Gauge
Returns the current value.
value() - Method in class org.forgerock.monitoring.api.instrument.ValueAtPercentile
 
value() - Method in class org.forgerock.monitoring.dropwizard.DropwizardTypes.DescribableGauge
 
value() - Element in annotation interface org.opends.server.replication.server.changelog.api.DomainReplicaId.MigrateToDomainReplicaId
Additional information on what to do for the migration.
value(TimeUnit) - Method in class org.forgerock.monitoring.api.instrument.CountAtValue
 
value(TimeUnit) - Method in interface org.forgerock.monitoring.api.instrument.TimeGauge
 
value(TimeUnit) - Method in class org.forgerock.monitoring.api.instrument.ValueAtPercentile
 
VALUE - Enum constant in enum class org.forgerock.monitoring.api.instrument.Statistic
Instantaneous value, such as those reported by gauges.
VALUE_COLLECTIVE_EXCLUSIONS_EXCLUDE_ALL_LC - Static variable in class org.opends.server.util.ServerConstants
The value of the standard "excludeAllCollectiveAttributes" attribute value of the standard "collectiveExclusions" attribute type, formatted in all lowercase characters.
VALUE_PTR - Static variable in class org.forgerock.json.JsonPatch
Path to the "value" attribute of a patch entry.
ValueAtPercentile - Class in org.forgerock.monitoring.api.instrument
A precomputed percentile of a distribution.
valueIsAcceptable(ByteString, LocalizableMessageBuilder) - Method in class org.forgerock.opendj.ldap.schema.Syntax
Indicates whether the provided value is acceptable for use in an attribute with this syntax.
valueIsAcceptable(Schema, ByteString, LocalizableMessageBuilder) - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Indicates whether the provided value is acceptable for use in an attribute with this syntax.
valueOf(boolean) - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
Returns the condition result which is equivalent to the provided boolean value.
valueOf(boolean) - Static method in class org.forgerock.opendj.ldap.Filter
Returns an Filter.alwaysTrue() or Filter.alwaysFalse() Filter depending on the provided value.
valueOf(boolean) - Static method in enum class org.opends.server.authorization.dseecompat.EnumEvalResult
Returns the EnumEvalResult corresponding to the provided boolean.
valueOf(byte) - Static method in class org.forgerock.opendj.io.Asn1Tag
Converts the provided single byte tag to an Asn1Tag.
valueOf(byte) - Static method in enum class org.opends.server.replication.common.ServerStatus
Returns the ServerStatus matching the passed status numeric representation.
valueOf(int) - Static method in enum class org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Returns the enum value that would return the provided argument value from its PersistentSearchChangeType.intValue method.
valueOf(int) - Static method in enum class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Returns the alias dereferencing policy having the specified integer value as defined in RFC 4511 section 4.5.1.
valueOf(int) - Static method in class org.forgerock.opendj.ldap.ModificationType
Returns the modification change type having the specified integer value as defined in RFC 4511 section 4.6.
valueOf(int) - Static method in class org.forgerock.opendj.ldap.ResultCode
Returns the result code having the specified integer value as defined in RFC 4511 section 4.1.9.
valueOf(int) - Static method in class org.forgerock.opendj.ldap.SearchScope
Returns the search scope having the specified integer value as defined in RFC 4511 section 4.5.1.2.
valueOf(long) - Static method in class org.forgerock.opendj.io.Asn1Tag
Converts the provided multi-byte tag to an Asn1Tag.
valueOf(long) - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a generalized time representing the provided time in milliseconds since the epoch.
valueOf(long) - Static method in record class org.opends.server.replication.common.GenerationId
Returns a generation id object having the provided value.
valueOf(Object) - Static method in class org.forgerock.i18n.LocalizableMessage
Creates a new message whose content is the String representation of the provided Object.
valueOf(String) - Static method in enum class org.forgerock.audit.events.AccessAuditEventBuilder.ResponseStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.audit.events.AuthenticationAuditEventBuilder.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.audit.handlers.jms.DeliveryModeConfig
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.audit.handlers.jms.SessionModeConfig
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.audit.handlers.syslog.Facility
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.audit.handlers.syslog.Severity
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.audit.handlers.syslog.TransportProtocol
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.config.util.CoercionFunction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.json.resource.CountPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.json.resource.RequestType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.forgerock.json.resource.ResourcePath
Parses the provided string representation of a resource path.
valueOf(String) - Static method in class org.forgerock.json.resource.SortKey
Parses the provided string as a sort key.
valueOf(String) - Static method in enum class org.forgerock.json.resource.SortKeyComparator.NullPosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.monitoring.api.instrument.config.MeterFilterReply
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.monitoring.api.instrument.Meter.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.monitoring.api.instrument.Statistic
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.config.AdministratorAction.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.config.client.OperationRejectedException.OperationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.config.DefinitionDecodingException.Reason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.config.ManagedObjectOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.forgerock.opendj.config.ManagedObjectPath
Returns a managed object path holding the value of the specified string.
valueOf(String) - Static method in enum class org.forgerock.opendj.config.PropertyOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.config.RelationOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.config.SizeUnit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.forgerock.opendj.config.Tag
Returns the tag associated with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.io.Asn1Tag.Class
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.ClientBit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.SslSubType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.AddressMask
Parses the provided string as an address mask.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Parses the provided LDAP string representation of an attribute description using the default schema.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.AuthPassword
Converts the provided encoded String authentication password to an AuthPassword.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.Ava
Parses the provided LDAP string representation of an AVA using the default schema.
valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.ConnectionSecurity
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyWarningType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.Dn
Parses the provided LDAP string representation of a DN using the default schema.
valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.Entries.DiffStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.Entries.ReplaceStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.Filter.FilterType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.Filter
Parses the provided LDAP string representation of a filter as a Filter.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Parses the provided string as an LDAP generalized time.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.LdapUrl
Parses the provided LDAP string representation of an LDAP URL using the default schema.
valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.Matcher.MatcherType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.messages.Request.RequestType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.ModificationType.Enum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.Rdn
Parses the provided LDAP string representation of an RDN using the default schema.
valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.ResultCode.Enum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.schema.AttributeUsage
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.schema.MatchingRule.MatchingRuleType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.schema.ObjectClassType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.SearchScope.Enum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.SearchScope
Returns the search scope having the specified name as defined in RFC 4511 section 4.5.1.2.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.SortKey
Parses the provided string representation of a sort key as a SortKey.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.UserPassword
Converts the provided encoded String user password into a UserPassword.
valueOf(String) - Static method in enum class org.forgerock.opendj.rest2ldap.Action
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.rest2ldap.ReadOnUpdatePolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.rest2ldap.schema.JsonSchema.ValidationPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.rest2ldap.WritabilityPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.forgerock.opendj.security.ScramCredential
Parses the provided RFC 5803 representation of a SCRAM credential as a ScramCredential.
valueOf(String) - Static method in enum class org.forgerock.opendj.security.SslOptions.ClientAuthPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.security.X509CertificateBuilder.ExtendedKeyUsage
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn.LogRecordType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn.FilteringPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn.Argon2Variant
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn.RehashPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn.IndexType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.BackendVlvIndexCfgDefn.Scope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn.RehashPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn.JsonValidationPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn.KeyWrappingMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn.CryptPasswordStorageEncryptionAlgorithm
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.DigestMd5SaslMechanismHandlerCfgDefn.QualityOfProtection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn.ChecksumAlgorithm
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn.DefaultSeverity
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.ExternalSaslMechanismHandlerCfgDefn.CertificateValidationPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn.LogFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn.Permission
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.EtimeResolution
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.InvalidAttributeSyntaxBehavior
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.SingleStructuralObjectclassBehavior
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.UnauthenticatedRequestsPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.WritabilityMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn.SslClientAuthPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn.DbCacheMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn.DbDurability
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn.SslClientAuthPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn.WritabilityMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn.StateUpdateFailurePolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.Pbkdf2PasswordStorageSchemeCfgDefn.RehashPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn.HashFunction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn.AllowUpdatesPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn.ChangelogEnabled
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn.IsolationPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn.PwdSyncPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn.ConflictBehavior
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn.Scope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.server.core.RequestContext.RequestFlag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.opendj.setup.model.Profile.ExecutionContext
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.secrets.keys.KeyFormatRaw
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.secrets.keys.KeyType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.secrets.keys.KeyUsage
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.forgerock.secrets.propertyresolver.PropertyFormatBase64
Returns the enum constant of this class with the specified name.
valueOf(String) - Method in class org.forgerock.util.EnumValueOfHelper
Fast lookup of EnumValueOfHelper by its name.
valueOf(String) - Method in class org.forgerock.util.query.QueryFilterParser
Parses the provided string representation of a query filter as a QueryFilter.
valueOf(String) - Static method in enum class org.forgerock.util.thread.listener.ShutdownPriority
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.messages.Severity
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.api.LocalBackend.BackendOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.api.plugin.PluginType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.authorization.dseecompat.EnumEvalReason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.authorization.dseecompat.EnumEvalResult
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.authorization.dseecompat.EnumRight
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.authorization.dseecompat.EnumTargetOperator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.backends.pluggable.spi.AccessMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.backends.pluggable.spi.ReadableTransaction.ReadOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.opends.server.backends.pluggable.spi.TreeName
Builds a new TreeName object based on the provided string representation.
valueOf(String) - Static method in enum class org.opends.server.backends.pluggable.spi.WriteableTransaction.WriteTransactionOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.backends.RebuildConfig.RebuildMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.backends.task.FailedDependencyAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.backends.task.TaskState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.core.CoreConfigManager.EtimeServices
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.extensions.CertificateValidationPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.replication.common.CSN.CsnVersion
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.opends.server.replication.common.CSN
Parses the provided CSN.toString() representation of a CSN.
valueOf(String) - Static method in enum class org.opends.server.replication.common.ServerStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.replication.plugin.HistAttrModificationKey
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.replication.protocol.StopMsg.StopReason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.replication.server.changelog.api.DBCursor.PositionStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.tools.ConfigureWindowsService.DisableServiceReturnCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.tools.ConfigureWindowsService.EnableServiceReturnCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.tools.ConfigureWindowsService.StopServiceReturnCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.types.AcceptRejectWarn
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.types.AccountStatusNotificationProperty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.types.AccountStatusNotificationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.types.AuthenticationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.types.DisconnectReason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.types.ExistingFileBehavior
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.types.IndexType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.opends.server.types.LDAPURL
Decodes the provided string as an LDAP URL.
valueOf(String) - Static method in enum class org.opends.server.types.Privilege
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.types.WritabilityMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.util.EMailMessage.MimeTextSubType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opends.server.util.SchemaUtils.PasswordType
Returns the enum constant of this class with the specified name.
valueOf(String, char[], Consumer<LocalizableMessage>) - Static method in class org.forgerock.opendj.security.DeploymentId
Parses the provided deployment ID and creates the associated root CA key-pair.
valueOf(String, Schema) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Parses the provided LDAP string representation of an attribute description using the provided schema.
valueOf(String, Schema) - Static method in class org.forgerock.opendj.ldap.Ava
Parses the provided LDAP string representation of an AVA using the provided schema.
valueOf(String, Schema) - Static method in class org.forgerock.opendj.ldap.Dn
Parses the provided LDAP string representation of a DN using the provided schema.
valueOf(String, Schema) - Static method in class org.forgerock.opendj.ldap.LdapUrl
Parses the provided LDAP string representation of an LDAP URL using the provided schema.
valueOf(String, Schema) - Static method in class org.forgerock.opendj.ldap.Rdn
Parses the provided LDAP string representation of a RDN using the provided schema.
valueOf(Instant) - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a generalized time representing the provided instant in milliseconds since the epoch.
valueOf(OffsetDateTime) - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a generalized time representing the provided OffsetDateTime.
valueOf(Calendar) - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a generalized time representing the provided Calendar.
valueOf(Date) - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a generalized time representing the provided Date.
valueOf(JsonValue) - Static method in class org.forgerock.json.resource.PatchOperation
Parses the provided JSON content as a patch operation.
valueOf(ByteString) - Static method in class org.forgerock.opendj.ldap.Dn
Parses the provided LDAP string representation of a DN using the default schema.
valueOf(ByteString) - Static method in class org.opends.server.replication.common.CSN
Decodes the provided CSN.toByteString(CsnVersion) representation of a CSN.
valueOf(ByteString) - Static method in record class org.opends.server.replication.common.GenerationId
Returns a generation id object having the provided value encoded as a ByteString.
valueOf(ByteStringReader) - Static method in class org.opends.server.replication.common.CSN
Decodes the provided CSN.toByteString(CsnVersion) representation of a CSN, possibly embedded in a larger sequence.
valueOf(Dn, String) - Static method in class org.forgerock.opendj.ldap.SubtreeSpecification
Parses the string argument as an RFC3672 subtree specification.
valueOf(Entry) - Static method in class org.forgerock.opendj.ldap.RootDse
Creates a new Root DSE instance backed by the provided entry.
valueOf(Entry) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Parses the provided entry as a subschema subentry.
valueOfBase64(String) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the Base64 decoded bytes of the provided string.
valueOfBytes(byte[]) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the contents of the provided byte array.
valueOfBytes(byte[], int, int) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing a subsequence of the contents of the provided byte array.
valueOfHex(CharSequence) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the bytes of the provided hexadecimal string.
valueOfInt(int) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the big-endian encoded bytes of the provided integer.
valueOfList(JsonValue) - Static method in class org.forgerock.json.resource.PatchOperation
Parses the provided JSON content as a list of patch operations.
valueOfLong(long) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the big-endian encoded bytes of the provided long.
valueOfObject(Object) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string representation of the provided object.
valueOfUtf8(char[]) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the UTF-8 encoded bytes of the provided char array.
valueOfUtf8(CharSequence) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the UTF-8 encoded bytes of the provided char sequence.
ValueOrExpression<T> - Class in org.forgerock.opendj.config
Wraps either a value of a given type or an expression string containing at least one token.
values() - Static method in enum class org.forgerock.audit.events.AccessAuditEventBuilder.ResponseStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.audit.events.AuthenticationAuditEventBuilder.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.audit.handlers.jms.DeliveryModeConfig
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.audit.handlers.jms.SessionModeConfig
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.audit.handlers.syslog.Facility
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.audit.handlers.syslog.Severity
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.audit.handlers.syslog.TransportProtocol
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.config.util.CoercionFunction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.json.resource.CountPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.json.resource.RequestType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.json.resource.SortKeyComparator.NullPosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.monitoring.api.instrument.config.MeterFilterReply
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.monitoring.api.instrument.Meter.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.monitoring.api.instrument.Statistic
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.config.AdministratorAction.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.config.client.OperationRejectedException.OperationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.config.DefinitionDecodingException.Reason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.config.ManagedObjectOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.config.PropertyOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.config.RelationOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.config.SizeUnit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in class org.forgerock.opendj.config.Tag
Returns an unmodifiable collection view of the set of registered tags.
values() - Static method in enum class org.forgerock.opendj.io.Asn1Tag.Class
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.ClientBit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.SslSubType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.ldap.ConnectionSecurity
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyWarningType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.ldap.Entries.DiffStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.ldap.Entries.ReplaceStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.ldap.Filter.FilterType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.ldap.Matcher.MatcherType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.ldap.messages.Request.RequestType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.ldap.ModificationType.Enum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in class org.forgerock.opendj.ldap.ModificationType
Returns an unmodifiable list containing the set of available modification change types indexed on their integer value as defined in RFC 4511 section 4.6.
values() - Static method in enum class org.forgerock.opendj.ldap.ResultCode.Enum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in class org.forgerock.opendj.ldap.ResultCode
Returns an unmodifiable list containing the set of available result codes indexed on their integer value as defined in RFC 4511 section 4.1.9.
values() - Static method in enum class org.forgerock.opendj.ldap.schema.AttributeUsage
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.ldap.schema.MatchingRule.MatchingRuleType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.ldap.schema.ObjectClassType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.ldap.SearchScope.Enum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in class org.forgerock.opendj.ldap.SearchScope
Returns an unmodifiable list containing the set of available search scopes indexed on their integer value as defined in RFC 4511 section 4.5.1.2.
values() - Static method in enum class org.forgerock.opendj.rest2ldap.Action
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.rest2ldap.ReadOnUpdatePolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.rest2ldap.schema.JsonSchema.ValidationPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.rest2ldap.WritabilityPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.security.SslOptions.ClientAuthPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.security.X509CertificateBuilder.ExtendedKeyUsage
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.security.X509CertificateBuilder.KeyUsage
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn.LogRecordType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn.FilteringPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn.Argon2Variant
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.Argon2PasswordStorageSchemeCfgDefn.RehashPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn.IndexType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.BackendVlvIndexCfgDefn.Scope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn.RehashPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn.JsonValidationPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn.KeyWrappingMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn.CryptPasswordStorageEncryptionAlgorithm
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.DigestMd5SaslMechanismHandlerCfgDefn.QualityOfProtection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn.ChecksumAlgorithm
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn.DefaultSeverity
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.ExternalSaslMechanismHandlerCfgDefn.CertificateValidationPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn.LogFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn.Permission
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.DisabledPrivilege
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.EtimeResolution
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.InvalidAttributeSyntaxBehavior
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.SingleStructuralObjectclassBehavior
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.UnauthenticatedRequestsPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.WritabilityMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.HttpConnectionHandlerCfgDefn.SslClientAuthPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn.DbCacheMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.JeBackendCfgDefn.DbDurability
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.LdapConnectionHandlerCfgDefn.SslClientAuthPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn.WritabilityMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn.StateUpdateFailurePolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.Pbkdf2PasswordStorageSchemeCfgDefn.RehashPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.ProxyBackendCfgDefn.HashFunction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn.AllowUpdatesPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn.ChangelogEnabled
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn.IsolationPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn.PwdSyncPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn.ConflictBehavior
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn.Scope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.server.core.RequestContext.RequestFlag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.opendj.setup.model.Profile.ExecutionContext
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.secrets.keys.KeyFormatRaw
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.secrets.keys.KeyType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.secrets.keys.KeyUsage
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.forgerock.secrets.propertyresolver.PropertyFormatBase64
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class org.forgerock.util.LazyMap
Returns a Collection view of the values contained in the map.
values() - Method in class org.forgerock.util.MapDecorator
Returns a Collection view of the values contained in the map.
values() - Static method in enum class org.forgerock.util.thread.listener.ShutdownPriority
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.messages.Severity
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.api.LocalBackend.BackendOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.api.plugin.PluginType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.authorization.dseecompat.EnumEvalReason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.authorization.dseecompat.EnumEvalResult
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.authorization.dseecompat.EnumRight
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.authorization.dseecompat.EnumTargetOperator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.backends.pluggable.spi.AccessMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.backends.pluggable.spi.ReadableTransaction.ReadOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.backends.pluggable.spi.WriteableTransaction.WriteTransactionOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.backends.RebuildConfig.RebuildMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.backends.task.FailedDependencyAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.backends.task.TaskState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.core.CoreConfigManager.EtimeServices
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.extensions.CertificateValidationPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.replication.common.CSN.CsnVersion
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.replication.common.ServerStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.replication.plugin.HistAttrModificationKey
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.replication.protocol.StopMsg.StopReason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.replication.server.changelog.api.DBCursor.PositionStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.tools.ConfigureWindowsService.DisableServiceReturnCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.tools.ConfigureWindowsService.EnableServiceReturnCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.tools.ConfigureWindowsService.StopServiceReturnCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.types.AcceptRejectWarn
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.types.AccountStatusNotificationProperty
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.types.AccountStatusNotificationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.types.AuthenticationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.types.DisconnectReason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.types.ExistingFileBehavior
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.types.IndexType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.types.Privilege
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.types.WritabilityMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.util.EMailMessage.MimeTextSubType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opends.server.util.SchemaUtils.PasswordType
Returns an array containing the constants of this enum class, in the order they are declared.
VALUES - Static variable in enum class org.opends.messages.Severity
All the enum values (defined to avoid calling Severity.values() which allocate an array each time.
VAR_DIR_NAME - Static variable in class org.forgerock.opendj.setup.model.Installation
The directory containing variable files.
VerificationKey - Class in org.forgerock.secrets.keys
A key used for verifying digital signatures.
VerificationKey(SecretBuilder) - Constructor for class org.forgerock.secrets.keys.VerificationKey
Initialises the key with the given secret data.
verify(byte[], byte[]) - Method in class org.forgerock.audit.secure.KeyStoreSecureStorage
 
verify(byte[], byte[]) - Method in interface org.forgerock.audit.secure.SecureStorage
Verifies that signed data corresponds to signature.
verify(String) - Method in class org.forgerock.opendj.rest2ldap.authz.JwtFactories.JwtVerifier
Verifies the given bearerToken is a valid SignedJwt.
verify(X509Certificate, String, String, byte[]) - Method in class org.forgerock.util.SignatureUtil
Verifies a signature of a String using the certificate.
verify(PublicKey, String, String, byte[]) - Method in class org.forgerock.util.SignatureUtil
Verifies a signature of a String using the public key.
VERIFY - Enum constant in enum class org.forgerock.secrets.keys.KeyUsage
Key is intended for verifying signatures on messages.
VERIFY - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for verifying digital signatures or message authentication codes.
VERIFY_CERTIFICATE - Enum constant in enum class org.forgerock.secrets.keys.KeyUsage
Key is intended for verifying certificate signatures.
VERIFY_CERTIFICATE - Static variable in class org.forgerock.secrets.Purpose
Indicates a key intended for verifying certificate signatures.
VERIFY_CERTIFICATE_FINGERPRINT - Enum constant in enum class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn.AllowUpdatesPolicy
Only servers whose certificate fingerprint is listed in allow-updates-server-fingerprints can send updates
VERIFY_CERTIFICATE_KEY_USAGE - Enum constant in enum class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn.AllowUpdatesPolicy
Only servers whose certificates' ExtendedKeyUsage includes 1.3.6.1.4.1.36733.2.1.10.1 can send updates
verifyBackend(VerifyConfig) - Method in class org.opends.server.api.LocalBackend
Verify the integrity of the backend instance.
verifyBackend(VerifyConfig) - Method in class org.opends.server.backends.pluggable.BackendImpl
 
verifyBackups(Collection<Backup>, Cancellable) - Method in class org.opends.server.backup.BackupManager
Verifies the integrity of the provided backups and mark them as Backup.verified() or Backup.hasErrors().
VerifyConfig - Class in org.opends.server.backends
This class represents the configuration of a JE backend verification process.
VerifyConfig(Dn) - Constructor for class org.opends.server.backends.VerifyConfig
builds a new verify config object.
VerifyIndex - Class in org.opends.server.tools
This program provides a utility to verify the contents of the indexes of a Directory Server backend.
verifySslCiphersAndProtocols(Collection<String>, Collection<String>, LocalizableMessageDescriptor.Arg1<Object>, LocalizableMessageDescriptor.Arg1<Object>) - Static method in class org.opends.server.util.SslUtils
Verifies all the specified SSL cipher suites and protocols are available in the current JVM.
version() - Method in interface org.forgerock.opendj.config.ConfigurationFramework.InitParameters
Returns the running binaries version.
version() - Method in record class org.opends.server.tools.upgrade.UpgradeTaskVersion
Returns the value of the version record component.
VERSION_MISMATCH - Static variable in exception org.forgerock.json.resource.ResourceException
Indicates that the resource's current version does not match the version provided.
VERSION_REQUIRED - Static variable in exception org.forgerock.json.resource.ResourceException
Indicates that the resource requires a version, but no version was supplied in the request.
versionCompact() - Method in class org.forgerock.opendj.server.core.ProductInformation
Returns the compact version string for this product, suitable for use in path names and similar cases.
versionFull() - Method in class org.forgerock.opendj.server.core.ProductInformation
Returns the full version string for this product.
versionPrintable() - Method in class org.forgerock.opendj.server.core.ProductInformation
Returns the printable version string for this product.
VIRTUAL - Enum constant in enum class org.forgerock.opendj.config.PropertyOption
Use this option to identify properties which must not have a value directly set by users.
VIRTUAL_LIST_VIEW_ERROR - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
 
VIRTUAL_LIST_VIEW_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the operation could not be processed because there was an error while processing the virtual list view control.
VIRTUAL_OVERRIDES_REAL - Enum constant in enum class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn.ConflictBehavior
Indicates that the virtual attribute provider suppresses any real values contained in the entry and generates virtual values and uses them.
virtualAttribute(Attribute) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a view of attribute that is virtual, i.e.
virtualAttribute(AttributeDescription) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns an empty virtual attribute.
virtualAttribute(AttributeDescription, Supplier<Collection<?>>) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a virtual attribute whose values will be supplied by provided Supplier.
VirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Virtual Attribute settings.
VirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Virtual Attribute settings.
VirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Virtual Attribute managed object definition meta information.
VirtualAttributeCfgDefn.ConflictBehavior - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "conflict-behavior" property.
VirtualAttributeCfgDefn.Scope - Enum Class in org.forgerock.opendj.server.config.meta
Defines the set of permissible values for the "scope" property.
VirtualAttributeConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the set of virtual attribute providers defined in the Directory Server.
VirtualAttributeConfigManager(ServerContext) - Constructor for class org.opends.server.core.VirtualAttributeConfigManager
Creates a new instance of this virtual attribute config manager.
VirtualAttributeProvider<T extends VirtualAttributeCfg> - Class in org.opends.server.api
This class defines the set of methods and structures that must be implemented by a Directory Server module that implements the functionality required for one or more virtual attributes.
VirtualAttributeProvider() - Constructor for class org.opends.server.api.VirtualAttributeProvider
 
VirtualAttributeRule - Class in org.opends.server.types
This class defines a virtual attribute rule, which associates a virtual attribute provider with its associated configuration, including the attribute type for which the values should be generated; the base DN(s), group DN(s), and search filter(s) that should be used to identify which entries should have the virtual attribute, and how conflicts between real and virtual values should be handled.
VirtualAttributeRule(AttributeType, VirtualAttributeProvider<? extends VirtualAttributeCfg>, Set<Dn>, SearchScope, Set<Dn>, Set<Filter>, VirtualAttributeCfgDefn.ConflictBehavior, ServerContext) - Constructor for class org.opends.server.types.VirtualAttributeRule
Creates a new virtual attribute rule with the provided information.
VirtualListViewRequestControl - Class in org.forgerock.opendj.ldap.controls
The virtual list view request control as defined in draft-ietf-ldapext-ldapv3-vlv.
VirtualListViewResponseControl - Class in org.forgerock.opendj.ldap.controls
The virtual list view response control as defined in draft-ietf-ldapext-ldapv3-vlv.
VirtualStaticGroup - Class in org.opends.server.extensions
This class provides a virtual static group implementation, in which membership is based on membership of another group.
VisibleForTesting - Annotation Interface in org.forgerock.util.annotations
This annotation doesn't actually do anything, other than provide documentation of the fact that a function has either been marked public, or package private in order for a test (somewhere physically distant in the system) to compile.
visit(AddMsg) - Method in interface org.opends.server.replication.protocol.UpdateMsgVisitor
Visits an AddMsg message.
visit(DeleteMsg) - Method in interface org.opends.server.replication.protocol.UpdateMsgVisitor
Visits an DeleteMsg message.
visit(ModifyDNMsg) - Method in interface org.opends.server.replication.protocol.UpdateMsgVisitor
Visits an ModifyDNMsg message.
visit(ModifyMsg) - Method in interface org.opends.server.replication.protocol.UpdateMsgVisitor
Visits an ModifyMsg message.
visit(ReplicaOfflineMsg) - Method in interface org.opends.server.replication.protocol.UpdateMsgVisitor
Visits an ReplicaOfflineMsg message.
visitAbsoluteInherited(AbsoluteInheritedDefaultBehaviorProvider<T>, P) - Method in interface org.forgerock.opendj.config.DefaultBehaviorProviderVisitor
Visit an absolute inherited default behavior provider.
visitAci(AciPropertyDefinition, ValueOrExpression<String>, P) - Method in class org.forgerock.opendj.config.PropertyValueVisitor
Visit a dseecompat ACI.
visitAci(AciPropertyDefinition, P) - Method in class org.forgerock.opendj.config.PropertyDefinitionVisitor
Visit a dseecompat Global ACI property definition.
visitActionRequest(P, ActionRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
Visits an action request.
visitAggregation(AggregationPropertyDefinition<C, S>, ValueOrExpression<String>, P) - Method in class org.forgerock.opendj.config.PropertyValueVisitor
Visit an aggregation property value.
visitAggregation(AggregationPropertyDefinition<C, S>, P) - Method in class org.forgerock.opendj.config.PropertyDefinitionVisitor
Visit an aggregation property definition.
visitAlias(AliasDefaultBehaviorProvider<T>, P) - Method in interface org.forgerock.opendj.config.DefaultBehaviorProviderVisitor
Visit an alias default behavior provider.
visitAndFilter(Void, List<QueryFilter<F>>) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits an and filter.
visitAndFilter(JsonValue, List<QueryFilter<JsonPointer>>) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitAndFilter(P, List<QueryFilter<F>>) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitAndFilter(P, List<QueryFilter<F>>) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits an and filter.
visitAny(C) - Method in interface org.forgerock.config.resolvers.template.TemplateVisitor
Fallback method if the visitor does not implement the other visit methods.
visitAnyFilter(P) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
By default, unless overridden, all the visit*() methods end up calling this method, which can be overridden to provide a different default behaviour.
visitAnyRequest(P, Request) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
Catch-all method visiting any request for which the visit method has not been overridden.
visitAttributeType(AttributeTypePropertyDefinition, ValueOrExpression<AttributeType>, P) - Method in class org.forgerock.opendj.config.PropertyValueVisitor
Visit an attribute type.
visitAttributeType(AttributeTypePropertyDefinition, P) - Method in class org.forgerock.opendj.config.PropertyDefinitionVisitor
Visit an attribute type property definition.
visitBoolean(BooleanPropertyDefinition, ValueOrExpression<Boolean>, P) - Method in class org.forgerock.opendj.config.PropertyValueVisitor
Visit a boolean.
visitBoolean(BooleanPropertyDefinition, P) - Method in class org.forgerock.opendj.config.PropertyDefinitionVisitor
Visit a boolean property definition.
visitBooleanLiteralFilter(Void, boolean) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a boolean literal filter.
visitBooleanLiteralFilter(JsonValue, boolean) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitBooleanLiteralFilter(P, boolean) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitBooleanLiteralFilter(P, boolean) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a boolean literal filter.
visitClass(ClassPropertyDefinition, ValueOrExpression<String>, P) - Method in class org.forgerock.opendj.config.PropertyValueVisitor
Visit a class.
visitClass(ClassPropertyDefinition, P) - Method in class org.forgerock.opendj.config.PropertyDefinitionVisitor
Visit a class property definition.
visitComplexFilter(Void, F, QueryFilter<F>) - Method in class org.forgerock.util.query.MapFilterVisitor
 
visitComplexFilter(JsonValue, JsonPointer, QueryFilter<JsonPointer>) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitComplexFilter(P, F, QueryFilter<F>) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a complex filter.
visitContainsFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a contains filter.
visitContainsFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitContainsFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitContainsFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a contains filter.
visitCreateRequest(P, CreateRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
Visits a create request.
visitDefined(DefinedDefaultBehaviorProvider<T>, P) - Method in interface org.forgerock.opendj.config.DefaultBehaviorProviderVisitor
Visit an defined default behavior provider.
visitDeleteRequest(P, DeleteRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
Visits a delete request.
visitDn(DnPropertyDefinition, ValueOrExpression<Dn>, P) - Method in class org.forgerock.opendj.config.PropertyValueVisitor
Visit a DN.
visitDn(DnPropertyDefinition, P) - Method in class org.forgerock.opendj.config.PropertyDefinitionVisitor
Visit a DN property definition.
visitDuration(DurationPropertyDefinition, ValueOrExpression<Long>, P) - Method in class org.forgerock.opendj.config.PropertyValueVisitor
Visit a duration.
visitDuration(DurationPropertyDefinition, P) - Method in class org.forgerock.opendj.config.PropertyDefinitionVisitor
Visit a duration property definition.
visitEmpty(C) - Method in interface org.forgerock.config.resolvers.template.TemplateVisitor
Visit an empty template with the given context object.
visitEmpty(Void) - Method in class org.forgerock.config.resolvers.template.HasPropertyVisitor
 
visitEmpty(SubstitutionContext) - Method in class org.forgerock.config.resolvers.SubstitutionVisitor
 
visitEnum(EnumPropertyDefinition<E>, ValueOrExpression<E>, P) - Method in class org.forgerock.opendj.config.PropertyValueVisitor
Visit an enumeration.
visitEnum(EnumPropertyDefinition<E>, P) - Method in class org.forgerock.opendj.config.PropertyDefinitionVisitor
Visit an enumeration property definition.
visitEqualsFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a equality filter.
visitEqualsFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitEqualsFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitEqualsFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a equality filter.
visitExtendedMatchFilter(Void, F, String, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a comparison filter.
visitExtendedMatchFilter(JsonValue, JsonPointer, String, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitExtendedMatchFilter(P, F, String, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitExtendedMatchFilter(P, F, String, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a comparison filter.
visitGreaterThanFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a greater than filter.
visitGreaterThanFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitGreaterThanFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitGreaterThanFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a greater than filter.
visitGreaterThanOrEqualToFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a greater than or equal to filter.
visitGreaterThanOrEqualToFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitGreaterThanOrEqualToFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitGreaterThanOrEqualToFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a greater than or equal to filter.
visitHost(HostPropertyDefinition, ValueOrExpression<Host>, P) - Method in class org.forgerock.opendj.config.PropertyValueVisitor
Visit a host.
visitHost(HostPropertyDefinition, P) - Method in class org.forgerock.opendj.config.PropertyDefinitionVisitor
Visit a host property definition.
visitHostPort(HostPortPropertyDefinition, ValueOrExpression<HostPort>, P) - Method in class org.forgerock.opendj.config.PropertyValueVisitor
Visit a host:port.
visitHostPort(HostPortPropertyDefinition, P) - Method in class org.forgerock.opendj.config.PropertyDefinitionVisitor
Visit a host:port property definition.
visitInstantiable(InstantiableRelationDefinition<C, S>, P) - Method in interface org.forgerock.opendj.config.RelationDefinitionVisitor
Visit an instantiable relation definition.
visitInteger(IntegerPropertyDefinition, ValueOrExpression<Integer>, P) - Method in class org.forgerock.opendj.config.PropertyValueVisitor
Visit an integer.
visitInteger(IntegerPropertyDefinition, P) - Method in class org.forgerock.opendj.config.PropertyDefinitionVisitor
Visit an integer property definition.
visitIpAddressMask(IpAddressMaskPropertyDefinition, ValueOrExpression<AddressMask>, P) - Method in class org.forgerock.opendj.config.PropertyValueVisitor
Visit a IP address mask.
visitIpAddressMask(IpAddressMaskPropertyDefinition, P) - Method in class org.forgerock.opendj.config.PropertyDefinitionVisitor
Visit a IP address mask property definition.
visitLessThanFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a less than filter.
visitLessThanFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitLessThanFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitLessThanFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a less than filter.
visitLessThanOrEqualToFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a less than or equal to filter.
visitLessThanOrEqualToFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitLessThanOrEqualToFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitLessThanOrEqualToFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a less than or equal to filter.
visitNotFilter(Void, QueryFilter<F>) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a not filter.
visitNotFilter(JsonValue, QueryFilter<JsonPointer>) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitNotFilter(P, QueryFilter<F>) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitNotFilter(P, QueryFilter<F>) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a not filter.
visitOptional(OptionalRelationDefinition<C, S>, P) - Method in interface org.forgerock.opendj.config.RelationDefinitionVisitor
Visit an optional relation definition.
visitOrFilter(Void, List<QueryFilter<F>>) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits an or filter.
visitOrFilter(JsonValue, List<QueryFilter<JsonPointer>>) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitOrFilter(P, List<QueryFilter<F>>) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitOrFilter(P, List<QueryFilter<F>>) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits an or filter.
visitParameter(P, Profile.DnParameter) - Method in interface org.forgerock.opendj.setup.model.Profile.ParameterVisitor
Visits a DN parameter.
visitParameter(P, Profile.DomainParameter) - Method in interface org.forgerock.opendj.setup.model.Profile.ParameterVisitor
Visits a domain parameter.
visitParameter(P, Profile.EnumParameter<?>) - Method in interface org.forgerock.opendj.setup.model.Profile.ParameterVisitor
Visits an enum parameter.
visitParameter(P, Profile.HostPortParameter) - Method in interface org.forgerock.opendj.setup.model.Profile.ParameterVisitor
Visits an host and port parameter.
visitParameter(P, Profile.NumberParameter<?>) - Method in interface org.forgerock.opendj.setup.model.Profile.ParameterVisitor
Visits a number parameter.
visitParameter(P, Profile.PasswordParameter) - Method in interface org.forgerock.opendj.setup.model.Profile.ParameterVisitor
Visits a password parameter.
visitParameter(P, Profile.PathParameter) - Method in interface org.forgerock.opendj.setup.model.Profile.ParameterVisitor
Visits a path parameter.
visitParameter(P, Profile.StringParameter) - Method in interface org.forgerock.opendj.setup.model.Profile.ParameterVisitor
Visits a string parameter.
visitPatchRequest(P, PatchRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
Visits a patch request.
visitPresentFilter(Void, F) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a present filter.
visitPresentFilter(JsonValue, JsonPointer) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitPresentFilter(P, F) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitPresentFilter(P, F) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a present filter.
visitProperty(C, Template, Template) - Method in interface org.forgerock.config.resolvers.template.TemplateVisitor
Visit a property template with the given context object.
visitProperty(Void, Template, Template) - Method in class org.forgerock.config.resolvers.template.HasPropertyVisitor
 
visitProperty(SubstitutionContext, Template, Template) - Method in class org.forgerock.config.resolvers.SubstitutionVisitor
 
visitQueryRequest(P, QueryRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
Visits a query request.
visitReadRequest(P, ReadRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
Visits a read request.
visitRelativeInherited(RelativeInheritedDefaultBehaviorProvider<T>, P) - Method in interface org.forgerock.opendj.config.DefaultBehaviorProviderVisitor
Visit a relative inherited default behavior provider.
visitRequest(P, AbandonRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, AbandonRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Abandon request.
visitRequest(P, AddRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, AddRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Add request.
visitRequest(P, AddRequest) - Method in class org.forgerock.opendj.ldif.ChangeRecordVisitor
 
visitRequest(P, BindRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, BindRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Bind request.
visitRequest(P, CompareRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, CompareRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Compare request.
visitRequest(P, DeleteRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, DeleteRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Delete request.
visitRequest(P, DeleteRequest) - Method in class org.forgerock.opendj.ldif.ChangeRecordVisitor
 
visitRequest(P, ExtendedRequest<?>) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, ExtendedRequest<?>) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Extended request.
visitRequest(P, InvalidRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, InvalidRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Invalid request.
visitRequest(P, ModifyDnRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, ModifyDnRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an ModifyDN request.
visitRequest(P, ModifyDnRequest) - Method in class org.forgerock.opendj.ldif.ChangeRecordVisitor
 
visitRequest(P, ModifyRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, ModifyRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Modify request.
visitRequest(P, ModifyRequest) - Method in class org.forgerock.opendj.ldif.ChangeRecordVisitor
 
visitRequest(P, SearchRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, SearchRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Search request.
visitRequest(P, UnbindRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, UnbindRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Unbind request.
visitRequest(P, UnknownRequest) - Method in class org.forgerock.opendj.ldap.messages.AbstractRequestVisitor
 
visitRequest(P, UnknownRequest) - Method in interface org.forgerock.opendj.ldap.messages.RequestVisitor
Visits an Unknown request.
visitSequence(C, List<Template>) - Method in interface org.forgerock.config.resolvers.template.TemplateVisitor
Visit a sequence of templates with the given context object.
visitSequence(Void, List<Template>) - Method in class org.forgerock.config.resolvers.template.HasPropertyVisitor
 
visitSequence(SubstitutionContext, List<Template>) - Method in class org.forgerock.config.resolvers.SubstitutionVisitor
 
visitSet(SetRelationDefinition<C, S>, P) - Method in interface org.forgerock.opendj.config.RelationDefinitionVisitor
Visit a set relation definition.
visitSingleton(SingletonRelationDefinition<C, S>, P) - Method in interface org.forgerock.opendj.config.RelationDefinitionVisitor
Visit a singleton relation definition.
visitSize(SizePropertyDefinition, ValueOrExpression<Long>, P) - Method in class org.forgerock.opendj.config.PropertyValueVisitor
Visit a size.
visitSize(SizePropertyDefinition, P) - Method in class org.forgerock.opendj.config.PropertyDefinitionVisitor
Visit a size property definition.
visitStartsWithFilter(Void, F, Object) - Method in class org.forgerock.util.query.MapFilterVisitor
Visits a starts with filter.
visitStartsWithFilter(JsonValue, JsonPointer, Object) - Method in class org.forgerock.util.query.JsonValueFilterVisitor
 
visitStartsWithFilter(P, F, Object) - Method in class org.forgerock.util.query.BaseQueryFilterVisitor
 
visitStartsWithFilter(P, F, Object) - Method in interface org.forgerock.util.query.QueryFilterVisitor
Visits a starts with filter.
visitString(StringPropertyDefinition, ValueOrExpression<String>, P) - Method in class org.forgerock.opendj.config.PropertyValueVisitor
Visit a string.
visitString(StringPropertyDefinition, P) - Method in class org.forgerock.opendj.config.PropertyDefinitionVisitor
Visit a string property definition.
visitText(C, String) - Method in interface org.forgerock.config.resolvers.template.TemplateVisitor
Visit a textual template with the given context object.
visitText(Void, String) - Method in class org.forgerock.config.resolvers.template.HasPropertyVisitor
 
visitText(SubstitutionContext, String) - Method in class org.forgerock.config.resolvers.SubstitutionVisitor
 
visitUndefined(UndefinedDefaultBehaviorProvider<T>, P) - Method in interface org.forgerock.opendj.config.DefaultBehaviorProviderVisitor
Visit an undefined default behavior provider.
visitUnknown(PropertyDefinition<T>, ValueOrExpression<T>, P) - Method in class org.forgerock.opendj.config.PropertyValueVisitor
Visit an unknown type of property value.
visitUnknown(PropertyDefinition<T>, P) - Method in class org.forgerock.opendj.config.PropertyDefinitionVisitor
Visit an unknown type of property definition.
visitUpdateRequest(P, UpdateRequest) - Method in interface org.forgerock.json.resource.RequestVisitor
Visits an update request.

W

WaitForFileDelete - Class in org.opends.server.tools
This program provides a simple tool that will wait for a specified file to be deleted before exiting.
WaitForFileDelete(OutputStream, OutputStream) - Constructor for class org.opends.server.tools.WaitForFileDelete
Constructor for the WaitForFileDelete object.
waitForReplicaOfflineMessageToBeForwardedToRS(Dn) - Method in interface org.opends.server.replication.common.ShutdownSynchronizer
Waits until a Replication Server can proceed with shutdown.
waitForReplicaOfflineMessageToBeForwardedToRS(Dn) - Method in class org.opends.server.replication.plugin.MultimasterReplication
 
WAITING_ON_DEPENDENCY - Enum constant in enum class org.opends.server.backends.task.TaskState
The task state that indicates that at least one of the task's defined dependencies has not yet completed.
WAITING_ON_START_TIME - Enum constant in enum class org.opends.server.backends.task.TaskState
The task state that indicates that the task's scheduled start time has not yet arrived.
waitingQueueSize() - Method in record class org.forgerock.opendj.ldap.ConnectionPool.Statistics
Returns the value of the waitingQueueSize record component.
waitUntilIdle(long) - Method in class org.opends.server.api.WorkQueue
Waits for the work queue to become idle before returning.
waitUntilTaskIsDone(String, PrintStream) - Method in class org.opends.server.tools.tasks.TaskClient
Wait until the task with the provided id is done.
wakeup() - Method in class org.opends.server.api.DirectoryThread
Wake up the thread if it is waiting.
wallTime() - Method in interface org.forgerock.monitoring.api.instrument.Clock
Current wall time in milliseconds since the epoch.
warn(LocalizableMessage) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
warn(LocalizableMessageDescriptor.Arg0) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
warn(LocalizableMessageDescriptor.Arg1<T1>, T1) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
warn(LocalizableMessageDescriptor.Arg2<T1, T2>, T1, T2) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
warn(LocalizableMessageDescriptor.Arg3<T1, T2, T3>, T1, T2, T3) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
warn(LocalizableMessageDescriptor.Arg4<T1, T2, T3, T4>, T1, T2, T3, T4) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
warn(LocalizableMessageDescriptor.Arg5<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
warn(LocalizableMessageDescriptor.Arg6<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
warn(LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
warn(LocalizableMessageDescriptor.Arg8<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
warn(LocalizableMessageDescriptor.Arg9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
warn(LocalizableMessageDescriptor.ArgN, Object...) - Method in class org.forgerock.i18n.slf4j.LocalizedLogger
Logs a warning message.
WARN - Enum constant in enum class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Schema validation will be performed, but failures will not cause the overall validation to fail.
WARN - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.InvalidAttributeSyntaxBehavior
The directory server accepts attribute values that are invalid according to their associated syntax, but also logs a warning message to the error log.
WARN - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalCfgDefn.SingleStructuralObjectclassBehavior
The directory server accepts entries that do not contain exactly one structural object class, but also logs a warning message to the error log.
WARN - Enum constant in enum class org.opends.server.types.AcceptRejectWarn
Indicates that a warning should be logged if an element meets the associated criteria.
WARN_ACI_ADD_FAILED_DECODE - Static variable in class org.opends.messages.ServerMessages
An attempt to add the entry "%s" containing an aci attribute type failed because of the following reason: %s
WARN_ACI_ADD_LIST_FAILED_DECODE - Static variable in class org.opends.messages.ServerMessages
"%s", located in the entry "%s", because of the following reason: %s
WARN_ACI_ATTRIBUTE_NOT_INDEXED - Static variable in class org.opends.messages.ServerMessages
Backend %s does not have a presence index defined for attribute type %s. Access control initialization may take a very long time to complete in this backend
WARN_ACI_ENTER_LOCKDOWN_MODE - Static variable in class org.opends.messages.ServerMessages
The server is being put into lockdown mode because invalid ACIs rules were detected either when the server was started or during a backend initialization
WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to determine whether hostname %s referenced in dns expression bind rule "%s" used the correct canonical representation: %s. This likely means that the provided hostname will never match any clients
WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule dns expression value "%s" references hostname %s, which resolves to IP address %s, but the canonical hostname for that IP address is %s. This likely means that the provided hostname will never match any clients
WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule dns expression value "%s" references hostname %s, but the canonical representation for that hostname is configured to be %s. The server will attempt to automatically interpret the correct localhost value
WARN_ACI_MODIFY_FAILED_DECODE - Static variable in class org.opends.messages.ServerMessages
An attempt to modify an aci attribute type in the entry "%s" failed because of the following reason: %s
WARN_ACI_NOT_VALID_DN - Static variable in class org.opends.messages.ServerMessages
Selfwrite check skipped because an attribute "%s" with a distinguished name syntax was not a valid DN
WARN_ACI_SERVER_DECODE_FAILED - Static variable in class org.opends.messages.ServerMessages
Failed to decode the Access Control Instruction (ACI)%s
WARN_ACI_SYNTAX_BIND_RULE_MISSING_CLOSE_PAREN - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule value "%s" is invalid because it is missing a close parenthesis that corresponded to the initial open parenthesis
WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed because the numeric OID contained two consecutive periods at position %d
WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED - Static variable in class org.opends.messages.ServerMessages
The provided string "%s" could not be parsed as a valid Access Control Instruction (ACI) because it failed general ACI syntax evaluation
WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed because the value contained an illegal character %c at position %d
WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction access type value "%s" is invalid. A valid access type value is either allow or deny
WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) attribute name value %s is invalid. A valid attribute type name must begin with an ASCII letter and must contain only ASCII letters,digits or the "-" character
WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule authmethod expression value "%s" is invalid. A valid authmethod value is one of the following: none, simple,SSL, or "sasl mechanism", where mechanism is one of the supported SASL mechanisms including CRAM-MD5, DIGEST-MD5, and GSSAPI
WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule boolean operator value "%s" is invalid. A valid bind rule boolean operator value is either "OR" or "AND"
WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule keyword value "%s" is invalid. A valid keyword value is one of the following: userdn, groupdn, roledn, userattr,ip, dns, dayofweek, timeofday or authmethod
WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule keyword string "%s" is invalid for the bind rule operator string "%s"
WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule operator value "%s" is invalid. A valid bind rule operator value is either '=' or "!="
WARN_ACI_SYNTAX_INVALID_BIND_RULE_SYNTAX - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule value "%s" is invalid. A valid bind rule value must be in the following form: keyword operator "expression"
WARN_ACI_SYNTAX_INVALID_DAYOFWEEK - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule dayofweek expression value "%s" is invalid, because of an invalid day of week value. A valid dayofweek value is one of the following English three-letter abbreviations for the days of the week: sun, mon, tue, wed, thu, fri, or sat
WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule dns expression value "%s" is invalid. A valid dns keyword expression value requires a valid fully qualified DNS domain name
WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule dns expression value "%s" is invalid, because a wild-card pattern was found in the wrong position. A valid dns keyword wild-card expression value requires the '*' character only be in the leftmost position of the domain name
WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule groupdn expression value "%s" is invalid. A valid groupdn keyword expression value requires one or more LDAP URLs in the following format: ldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn]
WARN_ACI_SYNTAX_INVALID_GROUPDN_URL - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule groupdn expression value failed to URL decode for the following reason: %s
WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid because it is non-numeric
WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule ip expression value "%s" is invalid. A valid ip keyword expression requires one or more comma-separated elements of a valid IP address list expression
WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the IPv4 address expression "%s" format was invalid
WARN_ACI_SYNTAX_INVALID_IPV4_VALUE - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the IPv4 address expression "%s" contains an invalid value. All values of the address must be between 0 and 255
WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule IP address expression "%s" failed to parse for the following reason: "%s"
WARN_ACI_SYNTAX_INVALID_NETMASK - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the netmask part of the expression "%s" has an invalid value
WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the netmask part of the expression "%s" has an invalid format
WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix part of the expression "%s" has an invalid format
WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix value of the expression "%s" was an invalid value. All values must greater than or equal to 0 and either less than or equal 32 for IPV4 addresses or less than or equal to 128 for IPV6 addresses
WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) rights keyword values "%s" are invalid. The valid rights keyword values are one or more of the following: read, write, add, delete, search, compare or the single value all
WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) rights values "%s" are invalid. The rights must be a list of 1 to 6 comma-separated keywords enclosed in parentheses
WARN_ACI_SYNTAX_INVALID_SSF_FORMAT - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule SSF expression "%s" failed to parse for the following reason: "%s"
WARN_ACI_SYNTAX_INVALID_SSF_RANGE - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule ssf expression value "%s" is not in the valid range. A valid ssf value is in the range of 1 to 1024
WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because it is not in the correct format. A valid targattrsfilters expression value must be in the following format: "add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN"
WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because the provided filter list string is in the wrong format. A valid targattrfilters filter list must be in the following format: add=attr1: F1 && attr2: F2 ... && attrN: FN
WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because one or more of the specified filters are invalid because of non-matching attribute type names in the filter
WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because one or more of the specified filters are invalid for the following reason: %s
WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because there are more than two filter list statements
WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because the both operation tokens match in the two filter lists
WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) target keyword value "%s" was seen multiple times in the ACI "%s"
WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) target keyword value "%s" is invalid. A valid target keyword value is one of the following: target, targetscope, targetfilter, targetattr or targattrfilters
WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) target operator value "%s" is invalid. The only valid target operator value for the "%s" keyword is '='
WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) target rule value "%s" is invalid. A valid target rule value must be in the following form: keyword operator "expression"
WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid. A valid targetattr keyword expression value requires one or more valid attribute type names in the following format: attribute1 [|| attribute2] ... [|| attributeN]. Attribute options are not supported
WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) targetcontrol expression value "%s" is invalid. A valid targetcontrol keyword expression value requires one or more valid control OID strings in the following format: oid [|| oid1] ... [|| oidN]
WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) targetfilter expression value "%s" is invalid because it is not a valid LDAP filter
WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) target expression value "%s" is invalid. A valid target keyword expression value requires a LDAP URL in the following format: ldap:///distinguished_name_pattern
WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) target keyword operator value "%s" is invalid. A valid target keyword operator value is either '=' or "!="
WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) targetscope expression operator value "%s" is invalid. A valid targetscope expression value is one of the following: one, onelevel, subtree or subordinate
WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) extop expression value "%s" is invalid. A valid extop keyword expression value requires one or more valid extended operation request OID strings in the following format: oid [|| oid1] ... [|| oidN]
WARN_ACI_SYNTAX_INVALID_TIMEOFDAY - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule timeofday expression value "%s" is invalid. A valid timeofday value is expressed as four digits representing hours and minutes in the 24-hour clock (0 to 2359)
WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_FORMAT - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule timeofday expression "%s" failed to parse for the following reason: "%s"
WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule timeofday expression value "%s" is not in the valid range. A valid timeofday value is expressed as four digits representing hours and minutes in the 24-hour clock (0 to 2359)
WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule userattr expression value failed to parse because the attribute field of the ldap URL "%s" either contains more than one description or the field is empty
WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule userattr expression value failed to parse because the ldap URL "%s" contains an empty base DN
WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule userattr expression value "%s" is invalid
WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid. A valid inheritance pattern value must have the following format: parent[inheritance_level].attribute#bindType
WARN_ACI_SYNTAX_INVALID_USERATTR_URL - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule userattr expression value failed to URL decode for the following reason: %s
WARN_ACI_SYNTAX_INVALID_USERDN_URL - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule userdn expression failed to URL decode for the following reason: %s
WARN_ACI_SYNTAX_INVALID_VERSION - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) version value "%s" is invalid, only the version 3.0 is supported
WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the IPv4 address expression "%s" contains a non-numeric value
WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the IPv6 address expression "%s" contains an illegal wildcard character. Wildcards are not supported when using IPv6 addresses in a IP bind rule expression
WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid. The inheritance level value cannot exceed the max level limit of %s
WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule expression value corresponding to the keyword value "%s" is missing an expression. A valid bind rule value must be in the following form: keyword operator "expression"
WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix part of the expression "%s" has an non-numeric value
WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) expression value "%s" is invalid because it contains the roledn keyword, which is not supported, replace it with the groupdn keyword
WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) target expression DN value "%s" is invalid. The target expression DN value must be a descendant of the ACI entry DN "%s", if no wild-card is specified in the target expression DN
WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN - Static variable in class org.opends.messages.ServerMessages
The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid because the expression contains invalid or duplicate tokens
WARN_ADD_ATTR_IS_OBSOLETE - Static variable in class org.opends.messages.ServerMessages
Entry "%s" cannot be added because it contains attribute type %s which is declared OBSOLETE in the server schema
WARN_ADD_OC_IS_OBSOLETE - Static variable in class org.opends.messages.ServerMessages
Entry "%s" cannot be added because it contains objectclass %s which is declared OBSOLETE in the server schema
WARN_ADD_OP_INVALID_SYNTAX - Static variable in class org.opends.messages.ServerMessages
Entry "%s" contains a value "%s" for attribute %s that is invalid according to the syntax for that attribute: %s
WARN_ADD_OP_INVALID_SYNTAX_NO_VALUE - Static variable in class org.opends.messages.ServerMessages
Entry "%s" contains a value for attribute %s that is invalid according to the syntax for that attribute: %s
WARN_BACKEND_DEBUG_CANNOT_UNLOCK_BACKEND - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to release the shared lock for backend %s: %s. This lock should automatically be cleared when the process exits, so no further action should be required
WARN_BACKUP_FS_DOES_NOT_SUPPORT_LAST_MODIFIED - Static variable in class org.opends.messages.ServerMessages
The file system used by '%s' backend does not support last file modification time. Backups will still work but will take longer and consume more space in the backup storage
WARN_BAD_GENERATION_ID_FROM_DS - Static variable in class org.opends.messages.ServerMessages
Directory server DS(%s) at %s presented generation ID %s for domain "%s", but the generation ID of this replication server RS(%s) is %s. This usually indicates that one or more directory servers in the replication topology have not been initialized with the same data, and re-initialization is required
WARN_BAD_GENERATION_ID_FROM_RS - Static variable in class org.opends.messages.ServerMessages
Replication server RS(%s) at %s presented generation ID %s for domain "%s", but the generation ID of this replication server RS(%s) is %s. This usually indicates that one or more directory servers in the replication topology have not been initialized with the same data, and re-initialization is required
WARN_BIND_CANNOT_PROCESS_USER_CURSOR_ENTRY_LIMIT - Static variable in class org.opends.messages.ServerMessages
The user-specific cursor entry limit value '%s' contained in user entry '%s' could not be parsed as an integer. The default server cursor entry limit will be used
WARN_BIND_CANNOT_PROCESS_USER_IDLE_TIME_LIMIT - Static variable in class org.opends.messages.ServerMessages
The user-specific idle time limit value %s contained in user entry %s could not be parsed as an integer. The default server idle time limit will be used
WARN_BIND_CANNOT_PROCESS_USER_SIZE_LIMIT - Static variable in class org.opends.messages.ServerMessages
The user-specific size limit value %s contained in user entry %s could not be parsed as an integer. The default server size limit will be used
WARN_BIND_CANNOT_PROCESS_USER_TIME_LIMIT - Static variable in class org.opends.messages.ServerMessages
The user-specific time limit value %s contained in user entry %s could not be parsed as an integer. The default server time limit will be used
WARN_BIND_MULTIPLE_USER_CURSOR_ENTRY_LIMITS - Static variable in class org.opends.messages.ServerMessages
There are multiple user-specific cursor entry limit values contained in user entry '%s'. The default server cursor entry limit will be used
WARN_BIND_MULTIPLE_USER_IDLE_TIME_LIMITS - Static variable in class org.opends.messages.ServerMessages
There are multiple user-specific idle time limit values contained in user entry %s. The default server idle time limit will be used
WARN_BIND_MULTIPLE_USER_SIZE_LIMITS - Static variable in class org.opends.messages.ServerMessages
There are multiple user-specific size limit values contained in user entry %s. The default server size limit will be used
WARN_BIND_MULTIPLE_USER_TIME_LIMITS - Static variable in class org.opends.messages.ServerMessages
There are multiple user-specific time limit values contained in user entry %s. The default server time limit will be used
WARN_BIND_PASSWORD_EXPIRING - Static variable in class org.opends.messages.ServerMessages
The user password is about to expire (time to expiration: %s)
WARN_CANNOT_OPEN_DATABASE_BECAUSE_SHUTDOWN_WAS_REQUESTED - Static variable in class org.opends.messages.ServerMessages
Cannot open database %s because shutdown was requested from replication server RS(%s)
WARN_CANNOT_PARSE_ENV_VARIABLE_FOR_SMALL_DB_SIZE - Static variable in class org.opends.messages.ServerMessages
Property '%s' contains value '%s' which cannot be parsed as a long. Defaulting to '%s' bytes for small DB size
WARN_CANNOT_READ_SECRET_FILE - Static variable in class org.opends.messages.ServerMessages
'%s' cannot read the secret file '%s': %s
WARN_CANNOT_SET_BROKER_SOCKET_TIMEOUT - Static variable in class org.opends.messages.ServerMessages
Error while setting replication listener socket timeout to 1 second for domain '%s', server state may be reported as being a bit late with respect to other servers. Cause was: %s
WARN_CHANGELOG_NOT_ENABLED_FOR_WRITE - Static variable in class org.opends.messages.ServerMessages
The changelog '%s' has been opened in read-only mode, it is not enabled for write
WARN_CHANGELOG_SERVER_UNKNOWN_HOST - Static variable in class org.opends.messages.ServerMessages
Directory server DS(%s) was unable to connect to replication server at %s for domain '%s': unknown host
WARN_CLIENT_DISCONNECT_IN_PROGRESS - Static variable in class org.opends.messages.ServerMessages
The Directory Server is currently in the process of closing this client connection
WARN_CLIENTCONNECTION_DISCONNECT_DUE_TO_DELETE - Static variable in class org.opends.messages.ServerMessages
Terminating the client connection because its associated authentication or authorization entry %s has been deleted
WARN_CNI_CANNOT_ADVANCE_MISSING_UPDATE_FROM_REPLICA - Static variable in class org.opends.messages.ServerMessages
Change number indexing cannot advance because replica '%s' has not sent any messages since '%s'. The changelog is temporarily unable to purge old files. Verify whether the replica is still running or is connected to a replication server
WARN_CNI_CANNOT_ADVANCE_REPLICA_NOT_IN_TOPOLOGY - Static variable in class org.opends.messages.ServerMessages
Change number indexing cannot advance because some replicas do not seem to be part of the topology anymore. The changelog will not be able to purge old files until replicas reconnect or their reference is deleted from user data. The following replicas are referenced by replication, but they are not connected to the topology or they have not been properly stopped: %s
WARN_COMPARE_OP_NO_SUCH_ATTR - Static variable in class org.opends.messages.ServerMessages
Entry "%s" does not contain any values for attribute "%s"
WARN_COMPARE_OP_NO_SUCH_ATTR_WITH_OPTIONS - Static variable in class org.opends.messages.ServerMessages
Entry "%s" does not contain any values for attribute "%s" with the specified set of options
WARN_CONFIG_ARCHIVE_FILE_INVALID - Static variable in class org.opends.messages.ServerMessages
The latest archived configuration file %s appears to be invalid. Forcing creation of a new one
WARN_CONFIG_AUTHZ_DISABLED - Static variable in class org.opends.messages.ServerMessages
Access control has been disabled
WARN_CONFIG_BACKEND_CANNOT_REGISTER_BACKEND - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to register backend %s with the Directory Server: %s
WARN_CONFIG_BACKEND_CANNOT_RELEASE_SHARED_LOCK - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to release a shared lock for backend %s: %s. This may interfere with operations that require exclusive access, including LDIF import and restoring a backup
WARN_CONFIG_BACKEND_DUPLICATE_BACKEND_ID - Static variable in class org.opends.messages.ServerMessages
The backend defined in configuration entry %s has a backend ID of %s that conflicts with the backend ID for another backend in the server. The backend will be disabled
WARN_CONFIG_CHANGE_RESULT_ACTION_REQUIRED - Static variable in class org.opends.messages.ServerMessages
%s.%s indicated that administrative action is required for entry %s: messages="%s"
WARN_CONFIG_ENTRYCACHE_NO_CONFIG_ENTRY - Static variable in class org.opends.messages.ServerMessages
The entry cache configuration entry "cn=Entry Caches,cn=config" does not exist in the Directory Server configuration. No entry cache will be available until this entry is created with a valid entry cache configuration
WARN_CONFIG_FILE_NO_STARTOK_FILE - Static variable in class org.opends.messages.ServerMessages
No last known good configuration file %s exists. The server will attempt to start using the active configuration file %s
WARN_CONFIG_LOGGER_NO_ACTIVE_ACCESS_LOGGERS - Static variable in class org.opends.messages.ServerMessages
There are no active access loggers defined in the Directory Server configuration. No access logging will be performed
WARN_CONFIG_LOGGER_NO_ACTIVE_ERROR_LOGGERS - Static variable in class org.opends.messages.ServerMessages
There are no active error loggers defined in the Directory Server configuration. No error logging will be performed
WARN_CONFIG_LOGGER_NO_ACTIVE_HTTP_ACCESS_LOGGERS - Static variable in class org.opends.messages.ServerMessages
There are no active HTTP access loggers defined in the Directory Server configuration. No HTTP access logging will be performed
WARN_CONFIG_LOGGING_UNSUPPORTED_FIELDS_IN_LOG_FORMAT - Static variable in class org.opends.messages.ServerMessages
The log format for %s contains the following unsupported fields: %s. Their output will be replaced with a dash ("-") character
WARN_CONFIG_MANUAL_CHANGES_DETECTED - Static variable in class org.opends.messages.ServerMessages
The Directory Server has detected that one or more external changes have been made to the configuration file %s while the server was online, but another change has caused the server configuration to be overwritten. The manual changes have not been applied, but they have been preserved in file %s
WARN_CONFIG_PLUGIN_EMPTY_ELEMENT_IN_ORDER - Static variable in class org.opends.messages.ServerMessages
The plugin order definition for plugins of type %s contains an empty element. This may cause the plugin order to be evaluated incorrectly
WARN_CONFIG_PLUGIN_LISTED_MULTIPLE_TIMES - Static variable in class org.opends.messages.ServerMessages
The plugin order definition for plugins of type %s includes multiple references to the '%s' plugin. This may cause the plugin order to be evaluated incorrectly
WARN_CONFIG_PLUGIN_MULTIPLE_WILDCARDS_IN_ORDER - Static variable in class org.opends.messages.ServerMessages
The plugin order definition for plugins of type %s contains multiple wildcard characters. All plugin definitions should contain exactly one wildcard element to indicate where unmatched plugins should be included in the order, and including multiple wildcards may cause the plugin order to be evaluated incorrectly
WARN_CONFIG_PLUGIN_ORDER_NO_WILDCARD - Static variable in class org.opends.messages.ServerMessages
The plugin order definition for plugins of type %s does not include a wildcard element to indicate where unmatched plugins should be included in the order. The server will default to invoking all unnamed plugins after set of named plugins
WARN_CONFIG_PWPOLICY_CANNOT_DELETE_DEFAULT_POLICY - Static variable in class org.opends.messages.ServerMessages
The specified entry %s is currently defined as the configuration entry for the default password policy. The default password policy configuration entry may not be removed
WARN_CONFIG_SCHEMA_CANNOT_OPEN_FILE - Static variable in class org.opends.messages.ServerMessages
Schema configuration file %s in directory %s cannot be parsed because an unexpected error occurred while trying to open the file for reading: %s
WARN_CONFIG_SCHEMA_CANNOT_READ_LDIF_ENTRY - Static variable in class org.opends.messages.ServerMessages
Schema configuration file %s in directory %s cannot be parsed because an unexpected error occurred while trying to read its contents as an LDIF entry: %s
WARN_CONFIG_SCHEMA_FILE_HAS_SCHEMA_WARNING - Static variable in class org.opends.messages.ServerMessages
The config schema file '%s' generated warning when trying to update schema with its content: %s
WARN_CONFIG_SCHEMA_FILE_HAS_SCHEMA_WARNING_WITH_OVERWRITE - Static variable in class org.opends.messages.ServerMessages
The config schema file '%s' generated warning when trying to update schema with its content, despite allowing to overwrite definitions: %s
WARN_CONFIG_SCHEMA_MULTIPLE_ENTRIES_IN_FILE - Static variable in class org.opends.messages.ServerMessages
Schema configuration file %s in directory %s contains more than one entry. Only the first entry will be examined, and the additional entries will be ignored
WARN_CONNECTED_TO_SERVER_WITH_WRONG_GROUP_ID - Static variable in class org.opends.messages.ServerMessages
Connected to a replication server with wrong group id. We have group id %s and replication server id %s %s has group id %s. This is for domain %s in directory server %s
WARN_CONNECTION_FROM_SAME_REPLICA - Static variable in class org.opends.messages.ServerMessages
Replica '%s' for domain '%s' tried to connect but the replication server is still processing messages from the previous replication session and considers the replica already connected. The connection will be closed, the replica will connect again
WARN_COULD_NOT_FIND_CHANGELOG - Static variable in class org.opends.messages.ServerMessages
Directory server DS(%s) was unable to connect to any of the following replication servers for domain "%s": %s
WARN_COULD_NOT_READ_ADMIN_BACKEND - Static variable in class org.opends.messages.ServerMessages
Unable to look up server key id '%s' in the admin backend
WARN_COULD_NOT_RETRIEVE_HOSTNAME_FROM_ADMIN_BACKEND - Static variable in class org.opends.messages.ServerMessages
Unable to retrieve the hostname from the admin backend using the truststore as source of keys; 'advertised-listen-address' attribute in global configuration will use the local hostname as value. Cause: %s
WARN_COULD_NOT_RETRIEVE_KEYS_FROM_TRUSTSTORE - Static variable in class org.opends.messages.ServerMessages
Unable to retrieve the keys from the truststore
WARN_CRYPTO_MGR_NOT_FOUND_USE_DEFAULT - Static variable in class org.opends.messages.ServerMessages
Unable to find configuration for crypto manager "%s", replication SSL configuration will use default values
WARN_CTHEARTBEAT_JOIN_TIMEDOUT - Static variable in class org.opends.messages.ServerMessages
ChangeTime Heartbeat publisher '%s' for domain '%s' will be forcibly stopped because the peer server is unresponsive
WARN_DECODING_INTERNAL_MODIFICATION_CONTROL - Static variable in class org.opends.messages.ServerMessages
An error occurred while decoding a internal modification control: %s
WARN_DECODING_REPLICATED_REQUEST_CONTROL - Static variable in class org.opends.messages.ServerMessages
An error occurred while decoding a replicated request control: %s
WARN_DEPRECATED_CONFIGURATION - Static variable in class org.opends.messages.ServerMessages
'%s' is DEPRECATED for removal since %s. Its usage is highly discouraged
WARN_DEPRECATED_PROPERTY - Static variable in class org.opends.messages.ServerMessages
Property '%s' in %s '%s' is DEPRECATED for removal since %s. Its usage is highly discouraged
WARN_DEREGISTER_BASEDN_MISSING_HIERARCHY - Static variable in class org.opends.messages.ServerMessages
Base DN %s has been deregistered from the Directory Server for backend %s. This base DN had both superior and subordinate entries in other backends, and there might be inconsistent or unexpected behavior when accessing entries in this portion of the hierarchy because of the missing entries that had been held in the de-registered backend
WARN_DIRECTORY_SERVER_ENTERING_LOCKDOWN_MODE - Static variable in class org.opends.messages.ServerMessages
The Directory Server is entering lockdown mode, in which clients will only be allowed to connect via a loopback address, and only root users will be allowed to process operations
WARN_DISK_LOW_CHANGELOG_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
Disk space for the replication changelog is getting low. The replication server will continue to operate, but will stop in the event of a full disk
WARN_DISK_NORMAL_CHANGELOG_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
The replication server has detected that the file system containing the changelog has sufficient disk space to resume operation
WARN_DISK_SPACE_FULL_THRESHOLD_CROSSED - Static variable in class org.opends.messages.ServerMessages
Disk free space of %d bytes for directory %s is now below disk low threshold of %d bytes. Backend %s is now offline and will no longer accept any operations until sufficient disk space is restored
WARN_DISK_SPACE_LOW_THRESHOLD_CROSSED - Static variable in class org.opends.messages.ServerMessages
Disk free space of %d bytes for directory %s is now below low threshold of %d bytes. Backend %s is now locked down and will no longer accept any operations from clients until sufficient disk space is restored
WARN_DS_DISCONNECTED_DURING_HANDSHAKE - Static variable in class org.opends.messages.ServerMessages
A transient problem occurred while Directory Server %s was connecting to this Replication Server %s. The peer server may try to establish a connection again. The problem was: %s
WARN_DS_DURING_HANDSHAKE_UNEXPECTED_MESSAGE - Static variable in class org.opends.messages.ServerMessages
Directory server %s stopped the handshake process with replication server %s because it received the unexpected message '%s'
WARN_DSREPL_CLEANUP_MIGRATED_REVERSIBLE_PASSWORD_STORAGE_SCHEME_ENABLED - Static variable in class org.opends.messages.ServerMessages
Some reversible password storage schemes are enabled in the configuration, note that it won't be possible to use them in password policies since the admin data backend has been disabled
WARN_DSREPL_DR_UNKNOWN_DOMAIN_FOR_RS - Static variable in class org.opends.messages.ServerMessages
The local replication server never received changes for base DN '%s'. Make sure you are running the disaster recovery on the right server
WARN_DYNAMICGROUP_NONEXISTENT_BASE_DN - Static variable in class org.opends.messages.ServerMessages
Base DN %s specified in dynamic group %s does not exist in the server
WARN_EMBEDDED_SERVER_NOT_FOR_PRODUCTION - Static variable in class org.opends.messages.ServerMessages
Embedded Directory Servers are NOT SUPPORTED in production
WARN_ERROR_LOGGER_INVALID_CATEGORY - Static variable in class org.opends.messages.ServerMessages
Invalid error log category "%s"
WARN_ERROR_LOGGER_INVALID_OVERRIDE_SEVERITY - Static variable in class org.opends.messages.ServerMessages
Invalid override of severity level "%s"
WARN_ERROR_LOGGER_INVALID_SEVERITY - Static variable in class org.opends.messages.ServerMessages
Invalid error log severity "%s"
WARN_ERROR_LOGGER_INVALID_SEVERITY_MULTIPLE_VALUES - Static variable in class org.opends.messages.ServerMessages
Invalid error log severity "%s", only one severity must be provided, the highest one at which logging should occur
WARN_EXACTMAP_ATTR_UNINDEXED - Static variable in class org.opends.messages.ServerMessages
The exact match identity mapper defined in configuration entry %s references attribute type %s which does not have an equality index defined in backend %s
WARN_EXCEPTION_STARTING_SESSION_PHASE - Static variable in class org.opends.messages.ServerMessages
Directory server DS(%s) encountered a transient problem while connecting to replication server %s for domain "%s". Directory server will try to connect to a replication server again. The problem was: %s
WARN_EXTOP_PASSMOD_CANNOT_UPDATE_PWP_STATE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to update the password policy state information for user %s as part of a password modify extended operation (result code='%s', error message='%s')
WARN_EXTOP_PASSMOD_NOOP - Static variable in class org.opends.messages.ServerMessages
The password modify operation was not actually performed in the Directory Server because the LDAP no-op control was present in the request
WARN_FORCE_CLOSE_DS_ON_STUCK_CONNECTION - Static variable in class org.opends.messages.ServerMessages
The replication domain connection for '%s' will be forcibly closed because the peer replication server '%s' is unresponsive
WARN_FORCE_CLOSE_RS_ON_STUCK_CONNECTION - Static variable in class org.opends.messages.ServerMessages
The replication server domain connection for '%s' will be forcibly closed because the peer replication server '%s' is unresponsive
WARN_FUNCTION_NOT_SUPPORTED - Static variable in class org.opends.messages.ServerMessages
The requested operation is not supported by this backend
WARN_GET_ENTRY_COUNT_FAILED - Static variable in class org.opends.messages.ServerMessages
Unable to determine the total number of entries in the container: %s
WARN_GROUP_FILTER_NOT_INDEXED - Static variable in class org.opends.messages.ServerMessages
The search filter "%s" used by group implementation %s is not indexed in backend %s. Backend initialization for this group implementation might take a very long time to complete
WARN_HEARTBEAT_FAILURE - Static variable in class org.opends.messages.ServerMessages
Directory server DS(%s) is closing its connection to replication server RS(%s) at %s for domain "%s" because it could not detect a heart beat
WARN_IGNORING_UPDATE_FROM_DS_BAD_DATA - Static variable in class org.opends.messages.ServerMessages
Replication server RS(%s) ignoring update %s for domain "%s" from directory server DS(%s) at %s because its generation ID %s is different to the local generation ID %s
WARN_IGNORING_UPDATE_FROM_DS_BAD_FRACTIONAL_CONFIG - Static variable in class org.opends.messages.ServerMessages
Replication server RS(%s) ignoring update %s for domain "%s" from directory server DS(%s) at %s because the peer DS reported to be in BAD_DATA status. The generation ID matches, (DS is %s, RS is %s), there may be a problem with fractional replication configuration. Check the DS error logs for more details
WARN_IGNORING_UPDATE_FROM_DS_FULLUP - Static variable in class org.opends.messages.ServerMessages
Replication server RS(%s) ignoring update %s for domain "%s" from directory server DS(%s) at %s because it is currently performing a full update
WARN_IGNORING_UPDATE_FROM_TOO_LATE_DS - Static variable in class org.opends.messages.ServerMessages
Replication server RS(%s) is ignoring update %s for domain "%s" from directory server DS(%s) at %s because the replica is too late and must be re-initialized
WARN_IGNORING_UPDATE_TO_DS_BAD_DATA - Static variable in class org.opends.messages.ServerMessages
Replication server RS(%s) not sending update %s for domain "%s" to directory server DS(%s) at %s because its generation ID %s is different to the local generation ID %s
WARN_IGNORING_UPDATE_TO_DS_BAD_FRACTIONAL_CONFIG - Static variable in class org.opends.messages.ServerMessages
Replication server RS(%s) not sending update %s for domain "%s" to directory server DS(%s) at %s because the peer DS reported to be in BAD_DATA status. The generation ID matches, (DS is %s, RS is %s), there may be a problem with fractional replication configuration. Check the DS error logs for more details
WARN_IGNORING_UPDATE_TO_DS_FULLUP - Static variable in class org.opends.messages.ServerMessages
Replication server RS(%s) not sending update %s for domain "%s" to directory server DS(%s) at %s because it is currently performing a full update
WARN_IGNORING_UPDATE_TO_RS - Static variable in class org.opends.messages.ServerMessages
Replication server RS(%s) not sending update %s for domain "%s" to replication server RS(%s) at %s because its generation ID %s is different to the local generation ID %s
WARN_IGNORING_UPDATE_TO_TOO_LATE_DS - Static variable in class org.opends.messages.ServerMessages
Replication server RS(%s) is not sending update %s for domain '%s' to directory server DS(%s) at %s because the replica is too late and must be re-initialized
WARN_INVALID_SYNC_HIST_VALUE - Static variable in class org.opends.messages.ServerMessages
The attribute value '%s' is not a valid synchronization history value
WARN_LDAP_CLIENT_DUPLICATE_MESSAGE_ID - Static variable in class org.opends.messages.ServerMessages
The Directory Server is already processing another request on the same client connection with the same message ID of %d
WARN_LDIF_CONNHANDLER_LDIF_DIRECTORY_MISSING - Static variable in class org.opends.messages.ServerMessages
The directory %s referenced by the LDIF connection handler defined in configuration entry %s does not exist. The LDIF connection handler will start, but will not be able to process any changes until this directory is created
WARN_LDIF_CONNHANDLER_LDIF_DIRECTORY_NOT_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
The value %s specified as the LDIF directory path for the LDIF connection handler defined in configuration entry %s exists but is not a directory. The specified path must be a directory. The LDIF connection handler will start, but will not be able to proces any changes until this path is changed to a directory
WARN_LDIF_DUPLICATE_ATTR - Static variable in class org.opends.messages.ServerMessages
Entry %s read from LDIF starting at line %d includes a duplicate attribute %s with value %s. The second occurrence of that attribute value has been skipped
WARN_LDIF_VALUE_VIOLATES_SYNTAX - Static variable in class org.opends.messages.ServerMessages
Entry %s read from LDIF starting at line %d includes value "%s" for attribute %s that is invalid according to the associated syntax: %s
WARN_LDIFEXPORT_CANNOT_UNLOCK_BACKEND - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to release the shared lock for backend %s: %s. This lock should automatically be cleared when the export process exits, so no further action should be required
WARN_LDIFIMPORT_CANNOT_UNLOCK_BACKEND - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to release the exclusive lock for backend %s: %s. This lock should automatically be cleared when the import process exits, so no further action should be required
WARN_LEGACY_CONFIGURATION - Static variable in class org.opends.messages.ServerMessages
'%s' is LEGACY since %s. Its usage is highly discouraged
WARN_LEGACY_PROPERTY - Static variable in class org.opends.messages.ServerMessages
Property '%s' in %s '%s' is LEGACY since %s. Its usage is highly discouraged
WARN_LOGGER_SET_PERMISSION_FAILED - Static variable in class org.opends.messages.ServerMessages
Error occurred while setting file permissions for the log file %s: %s
WARN_LOGGER_UNABLE_SET_PERMISSIONS - Static variable in class org.opends.messages.ServerMessages
This platform does not support setting file permissions %s to the log file %s
WARN_MULTIPLE_KEY_MANAGER_CREATED - Static variable in class org.opends.messages.ServerMessages
File based key manager provider '%s' has loaded multiple key manager from keystore file '%s'. Only one will be used for securing TLS connections which rely on this key manager provider. Security providers available in the running JVM are %s. The security provider used for loading key manager will be the first in the list which is compatible with the algorithm '%s'
WARN_MULTIPLE_PWD_POLICY_SUBENTRIES - Static variable in class org.opends.messages.ServerMessages
Found %d conflicting password policy subentries for user %s, used %s
WARN_MULTIPLE_TRUST_MANAGER_CREATED - Static variable in class org.opends.messages.ServerMessages
File based trust manager provider '%s' has loaded multiple trust manager from truststore file '%s'. Only one will be used for securing TLS connections which rely on this trust manager provider. Security providers available in the running JVM are %s. The security provider used for loading trust manager will be the first in the list which is compatible with the algorithm '%s'
WARN_NO_AVAILABLE_CHANGELOGS - Static variable in class org.opends.messages.ServerMessages
Directory server DS(%s) was unable to connect to any replication servers for domain "%s"
WARN_NO_CHANGELOG_SERVER_LISTENING - Static variable in class org.opends.messages.ServerMessages
Directory server DS(%s) was unable to connect to replication server %s for domain "%s". Please check that there is a replication server listening at this address
WARN_NON_ATOMIC_SUBTREE_DELETE - Static variable in class org.opends.messages.ServerMessages
The subtree delete against '%s' is being performed non-atomically because it is deleting more than %s subordinate entries. To prevent inconsistency across replicas, the client must retry this same delete operation until it succeeds
WARN_NOW_FOUND_BAD_GENERATION_CHANGELOG - Static variable in class org.opends.messages.ServerMessages
Directory server DS(%s) has connected to replication server RS(%s) for domain "%s" at %s, but the generation IDs do not match, indicating that a full re-initialization is required. The local (DS) generation ID is %s and the remote (RS) generation ID is %s
WARN_OP_REJECTED_BY_SHUTDOWN - Static variable in class org.opends.messages.ServerMessages
The request to process this operation has been rejected because the Directory Server has already started its shutdown process
WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE - Static variable in class org.opends.messages.ServerMessages
The pattern DN %s is not valid because it contains two consecutive wildcards in an attribute value
WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS - Static variable in class org.opends.messages.ServerMessages
The pattern DN %s is not valid because it uses wildcards for substring matching on an attribute type. A single wildcard is allowed in place of an attribute type
WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN - Static variable in class org.opends.messages.ServerMessages
The pattern DN %s is not valid because it contains a wildcard in an attribute type in a multi-valued RDN
WARN_PEER_REPLICA_IS_TOO_LATE - Static variable in class org.opends.messages.ServerMessages
Peer replica '%s' is too late compared to changelog '%s' for domain '%s'. It asked for changes that are not present in the changelog or have been purged. The peer replica will no longer receive replicated changes and must be re-initialized. Diagnostic information follows: %s
WARN_PLUGIN_PWIMPORT_CANNOT_DECODE_POLICY_DN - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to decode the value of the custom password policy attribute in entry '%s': %s. Any passwords contained in the entry will be encoded using the default storage schemes, but authentication as this user might not be possible
WARN_PLUGIN_PWIMPORT_NO_SUCH_POLICY - Static variable in class org.opends.messages.ServerMessages
Entry '%s' indicates that it uses custom password policy '%s', but no such policy is defined in the server. Any passwords contained in the entry will be encoded using the default storage schemes, but authentication as this user might not be possible
WARN_PROFILE_PARAMETER_HELP_PROFILE_VERSION_NOT_FOUND - Static variable in class org.opends.messages.ServerMessages
Version %s not found, best match is %s
WARN_PROXY_NO_FAILOVER_ONLY_PRIMARY_SERVERS_DISCOVERED - Static variable in class org.opends.messages.ServerMessages
Proxy backend '%s' cannot failover: only primary servers have been discovered via the service discovery mechanism '%s'. Primary servers are %s
WARN_PROXY_NO_FAILOVER_ONLY_SECONDARY_SERVERS_DISCOVERED - Static variable in class org.opends.messages.ServerMessages
Proxy backend '%s' cannot failover: only secondary servers have been discovered via the service discovery mechanism '%s'. Secondary servers are %s
WARN_PROXY_PRIMARY_SERVERS_UNAVAILABLE - Static variable in class org.opends.messages.ServerMessages
The primary servers for proxy backend '%s' are unavailable. The secondary servers, if available, will be used for processing requests until the primary servers become available again. The last failure that prevented the primary servers from being used was: %s
WARN_PROXY_SECONDARY_SERVERS_UNAVAILABLE - Static variable in class org.opends.messages.ServerMessages
The secondary servers for proxy backend '%s' are unavailable. If the primary servers are unavailable, or become unavailable, then it will no longer be possible to proxy requests. The last failure that prevented the secondary servers from being used was: %s
WARN_PROXY_SERVER_UNAVAILABLE - Static variable in class org.opends.messages.ServerMessages
The server '%s' for proxy backend '%s' is unavailable. The last failure that prevented the server from being used was: %s
WARN_PROXY_WILL_IGNORE_SERVERS - Static variable in class org.opends.messages.ServerMessages
The proxy backend '%s' will ignore the discovered servers '%s' from shard '%s' because they do not expose the required base DNs '%s'
WARN_QUEUE_UNABLE_TO_CANCEL - Static variable in class org.opends.messages.ServerMessages
The work queue caught an exception while trying to cancel pending operation %s when the Directory Server was shutting down: %s
WARN_REBUILDINDEX_CANNOT_UNLOCK_BACKEND - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to release the shared lock for backend %s: %s. This lock should automatically be cleared when the rebuild process exits, so no further action should be required
WARN_REGEXMAP_ATTR_UNINDEXED - Static variable in class org.opends.messages.ServerMessages
The regular expression identity mapper defined in configuration entry %s references attribute type %s which does not have an equality index defined in backend %s
WARN_REGISTER_BASEDN_ENTRIES_IN_MULTIPLE_BACKENDS - Static variable in class org.opends.messages.ServerMessages
Backend %s already contains entry %s which has just been registered as the base DN for backend %s. These conflicting entries can cause unexpected or errant search results, and both backends should be reinitialized to ensure that each has the correct content
WARN_REPLICA_NEWEST_CSN_IS_NO_LONGER_IN_REPLICA_DB - Static variable in class org.opends.messages.ServerMessages
Peer replica asked for changes from replica '%1$s' starting from %2$s (CSN '%3$s'), but changelog DB only contains changes starting from %4$s (CSN '%5$s'). The last recorded purge information in 'domains.state' is: last update CSN: %6$s, last message CSN: %7$s. The replica DB description is: number of files: %8$d, replica offline: %9$b. The replica DB newest file content is: oldest CSN: %10$s, newest CSN: %11$s, number of updates: %12$d, number of ReplicaOfflineMsg: %13$d
WARN_REPLICA_NEWEST_CSN_IS_OLDER_THAN_OLDEST_CSN_IGNORING_RECORDED_STATE - Static variable in class org.opends.messages.ServerMessages
Peer replica asked for changes from replica '%1$s' starting from %2$s (CSN '%3$s'), but changelog DB only contains changes starting from %4$s (CSN '%5$s'). The administrator explicitly decided to ignore the recorded purge information in 'domains.state' by setting the 'org.forgerock.opendj.allowReplicaPastPurgeDelay' system property to 'true'. The replica DB description is: number of files: %6$d, replica offline: %7$b. The replica DB newest file content is: oldest CSN: %8$s, newest CSN: %9$s, number of updates: %10$d, number of ReplicaOfflineMsg: %11$d
WARN_REPLICA_NEWEST_CSN_IS_OLDER_THAN_RECORDED_PURGED_CSNS - Static variable in class org.opends.messages.ServerMessages
Peer replica asked for changes from replica '%s' starting from %s (CSN '%s'), but the changelog DB has purged this change, and the last known generated change timestamp is %s (CSN '%s'). The last recorded purge information in 'domains.state' is: last update CSN: %s, last message CSN: %s
WARN_REPLICATION_DELAY_ABOVE_HEALTH_THRESHOLD - Static variable in class org.opends.messages.ServerMessages
Replication delay for '%s' is above %dms, current delay: %dms
WARN_REPLICATION_DOMAIN_STATUS_NOT_HEALTHY - Static variable in class org.opends.messages.ServerMessages
Replication domain '%s' status '%s' is not healthy
WARN_REPLICATION_SERVER_BADLY_DISCONNECTED - Static variable in class org.opends.messages.ServerMessages
Directory server DS(%s) encountered an error while receiving changes for domain "%s" from replication server RS(%s) at %s. The connection will be closed, and this directory server will now try to connect to another replication server. The error was: %s
WARN_REPLICATION_SERVER_PROPERLY_DISCONNECTED - Static variable in class org.opends.messages.ServerMessages
Replication server RS(%s) at %s has closed the connection to this directory server DS(%s). This directory server will now try to connect to another replication server in order to receive changes for the domain "%s"
WARN_REPLICATION_SERVER_RESTARTED - Static variable in class org.opends.messages.ServerMessages
The replication server has detected that the file system containing the changelog has sufficient disk space to resume operation. It is now reconnecting to the rest of the replication topology
WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE - Static variable in class org.opends.messages.ServerMessages
Base DN "%s" is configured as one of the subordinate base DNs to use for searches below the root DSE. However, this base DN is not handled by any suffix registered with the Directory Server and will therefore not be used
WARN_RS_DISCONNECTED_DURING_HANDSHAKE - Static variable in class org.opends.messages.ServerMessages
A transient problem occurred while Replication Server %s was connecting to this Replication Server %s. The Replication Server should try to reconnect later. The problem was: %s
WARN_RS_HEARTBEAT_FAILURE - Static variable in class org.opends.messages.ServerMessages
Replication server RS(%s) is closing its connection to %s at %s for domain '%s' because it could not detect a heartbeat: time since last message (%s) is greater than the timeout interval %s ms (heartbeat interval is %s ms)
WARN_SATUACM_ATTR_UNINDEXED - Static variable in class org.opends.messages.ServerMessages
The subject attribute to user attribute certificate mapper defined in configuration entry %s references attribute type %s which does not have an equality index defined in backend %s
WARN_SECRET_FILE_NOT_SUITABLE_FOR_PURPOSE - Static variable in class org.opends.messages.ServerMessages
'%s' has ignored the file '%s' either because the certificate does not contain the key usage extension '%s', or because the file does not contain the appropriate key types
WARN_SERVICE_DISCOVERY_REPLICATION_MECHANISM_CANNOT_CONNECT_TO_REPLICA - Static variable in class org.opends.messages.ServerMessages
Cannot connect to replica '%s' for replication service discovery mechanism '%s'. The replica entry is: %s
WARN_SERVICE_DISCOVERY_REPLICATION_MECHANISM_MISSING_HOSTNAME - Static variable in class org.opends.messages.ServerMessages
Settings for Replica '%s' should provide a hostname
WARN_SERVICE_DISCOVERY_REPLICATION_MECHANISM_WRONG_REPLICA - Static variable in class org.opends.messages.ServerMessages
Replication server '%s' references server '%s' that could not be parsed correctly; the definition will be skipped
WARN_SERVICE_DISCOVERY_SCHEDULED_TASK_FAILURE - Static variable in class org.opends.messages.ServerMessages
Scheduled discovery '%s' failed : %s
WARN_SERVICE_DISCOVERY_STATIC_MECHANISM_CANNOT_GATHER_NAMING_CONTEXTS - Static variable in class org.opends.messages.ServerMessages
Cannot gather naming contexts from server %s: %s
WARN_SET_PERMISSIONS_FAILED - Static variable in class org.opends.messages.ServerMessages
An error occurred while setting file permissions for the backend database directory %s: %s
WARN_SETUP_DELETE_DIRECTORY - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to remove content of directory '%s': %s
WARN_SETUP_REMOVING_FILES_AFTER_FAILURE - Static variable in class org.opends.messages.ServerMessages
Setup has failed, see the errors in the messages below. The process also failed to automatically remove the files that it created during setup. Please manually remove the 'db' and 'config' directories from the instance directory before trying to run the setup again
WARN_SETUP_REMOVING_FILES_AFTER_FAILURE_WITH_INSTANCE_LOC - Static variable in class org.opends.messages.ServerMessages
Setup has failed, see the errors in the messages below. The process also failed to automatically remove the files that it created during setup. Please manually remove the 'db' and 'config' directories from the instance directory and the '%s' file before trying to run the setup again
WARN_SHUTDOWN_CANNOT_RELEASE_SHARED_BACKEND_LOCK - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to release a shared lock for backend %s: %s. This lock should be automatically cleaned when the Directory Server process exits, so no additional action should be necessary
WARN_SMTPALERTHANDLER_ERROR_SENDING_MESSAGE - Static variable in class org.opends.messages.ServerMessages
An error occurred when trying to send an e-mail message for administrative alert with type %s and message %s: %s
WARN_SUBENTRY_FILTER_NOT_INDEXED - Static variable in class org.opends.messages.ServerMessages
The search filter "%s" used by subentry manager is not indexed in backend %s. Backend initialization for subentry manager processing might take a very long time to complete
WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to rename the current tasks backing file from %s to %s: %s. The previous task configuration (which does not reflect the latest update) may be lost
WARN_TASKSCHED_DUPLICATE_TASK_ID - Static variable in class org.opends.messages.ServerMessages
Unable to add completed task %s to the task scheduler because another task already exists with the same ID
WARN_TIMEOUT_CONNECTING_TO_RS - Static variable in class org.opends.messages.ServerMessages
Directory server DS(%s) timed out while connecting to replication server %s for domain "%s"
WARN_TIMEOUT_WHEN_CROSS_CONNECTION - Static variable in class org.opends.messages.ServerMessages
Timed out while trying to acquire the domain lock for domain "%s". The connection attempt from replication server RS(%s) at %s to this replication server RS(%s) will be aborted. This is probably benign and a result of a simultaneous cross connection attempt
WARN_TRANSIENT_SOCKET_PROBLEM - Static variable in class org.opends.messages.ServerMessages
A transient problem occurred while DS(%s) was connecting to RS(%s), Directory Server will try to connect again. Problem was: %s
WARN_TRUSTSTORE_BACKEND_NOT_FOUND_USE_DEFAULT - Static variable in class org.opends.messages.ServerMessages
Unable to find configuration for truststore backend "%s", using default values instead
WARN_TTL_INDEX_OVER_INDEX_ENTRY_LIMIT - Static variable in class org.opends.messages.ServerMessages
Unable to locate all expired entries on backend '%s' because the ttl-enabled index '%s' has reached the configured index-entry-limit
WARN_UNABLE_SET_PERMISSIONS - Static variable in class org.opends.messages.ServerMessages
This platform does not support setting file permissions %s to the database directory %s
WARN_UNEXPECTED_WORKER_THREAD_EXIT - Static variable in class org.opends.messages.ServerMessages
%s is unexpectedly exiting when the Directory Server is not in the process of shutting down. This likely indicates that the thread encountered an unexpected error
WARN_UNINDEXED_INTERNAL_SEARCH - Static variable in class org.opends.messages.ServerMessages
The server is performing an unindexed internal search request with base DN '%s', scope '%s', and filter '%s'. Unindexed internal searches are usually unexpected and could impact performance. Please verify that this backend's indexes are configured correctly for these search parameters
WARN_UPGRADE_CANNOT_FIND_TASK_BACKEND_FILE - Static variable in class org.opends.messages.ServerMessages
Unable to find the task backend file location in the configuration file %s, entry '%s' or attribute '%s' is missing
WARN_USING_VIRTUAL_THREADS - Static variable in class org.opends.messages.ServerMessages
EXPERIMENTAL virtual threads support has been enabled. DO NOT USE in production
WARN_VERIFYINDEX_CANNOT_UNLOCK_BACKEND - Static variable in class org.opends.messages.ServerMessages
An error occurred while attempting to release the shared lock for backend %s: %s. This lock should automatically be cleared when the verification process exits, so no further action should be required
WARN_WAIT4DEL_CANNOT_OPEN_LOG_FILE - Static variable in class org.opends.messages.ServerMessages
WARNING: Unable to open log file %s for reading: %s
WARN_WAIT4DEL_CANNOT_OPEN_OUTPUT_FILE - Static variable in class org.opends.messages.ServerMessages
WARNING: Unable to open output file %s for writing: %s
WARN_WINDOWS_SERVICE_CLEANUP_MARKED_FOR_DELETION - Static variable in class org.opends.messages.ServerMessages
Service %s has been marked for deletion
WARN_WINDOWS_SERVICE_MARKED_FOR_DELETION - Static variable in class org.opends.messages.ServerMessages
The server has been marked for deletion as a Windows Service
WARN_WORKER_INTERRUPTED_WITHOUT_SHUTDOWN - Static variable in class org.opends.messages.ServerMessages
%s was interrupted while waiting for new work: %s. This should not happen, but the thread will resume waiting for new work so there should be no adverse effects
WARN_WORKER_WAITING_UNCAUGHT_EXCEPTION - Static variable in class org.opends.messages.ServerMessages
An unexpected exception was caught while %s was waiting for new work: %s. This should not happen, but the thread will resume waiting for new work so there should be no adverse effects
WARNING - Enum constant in enum class org.forgerock.audit.handlers.syslog.Severity
Warning conditions.
WARNING - Enum constant in enum class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn.DefaultSeverity
The error log severity that is used for messages that provide information about warnings triggered during processing.
WARNING - Enum constant in enum class org.opends.messages.Severity
The severity used for warning messages.
WARNING_UPGRADE_MULTIPLE_VALUES_TO_MIGRATE_FOR_REPLICATION_DOMAIN_CONFIG_ATTRIBUTE - Static variable in class org.opends.messages.ServerMessages
Configuration attribute %s has distinct values in replication domain configuration entries. Migration to replication synchronization provider configuration will keep only one value, '%s' and discarded '%s'
wasEmpty() - Method in interface org.forgerock.opendj.config.client.spi.Property
Determines whether this property contains any active values.
watch(Path, WatchEvent.Kind<Path>...) - Method in class org.forgerock.util.DirectoryWatcher
Registers a directory to be watched for change notifications.
weight() - Method in record class org.opends.server.replication.common.RSInfo
Returns the value of the weight record component.
when(List<Promise<V, E>>) - Static method in class org.forgerock.util.promise.Promises
Returns a Promise which will be completed once all of the provided promises have succeeded, or as soon as one of them fails.
when(Promise<V, E>...) - Static method in class org.forgerock.util.promise.Promises
Returns a Promise which will be completed once all of the provided promises have succeeded, or as soon as one of them fails.
WHEN_CHANGED_ATTR - Static variable in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
The name of the whenChanged attribute as defined in the Active Directory schema.
WHEN_CREATED_ATTR - Static variable in class org.forgerock.opendj.ldap.controls.AdNotificationRequestControl
The name of the whenCreated attribute as defined in the Active Directory schema.
WhoAmIExtendedOperation - Class in org.opends.server.extensions
This class implements the "Who Am I?" extended operation defined in RFC 4532.
WhoAmIExtendedOperation() - Constructor for class org.opends.server.extensions.WhoAmIExtendedOperation
Create an instance of this "Who Am I?" extended operation.
WhoAmIExtendedOperationHandlerCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Who Am I Extended Operation Handler settings.
WhoAmIExtendedOperationHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Who Am I Extended Operation Handler settings.
WhoAmIExtendedOperationHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Who Am I Extended Operation Handler managed object definition meta information.
WhoAmIExtendedRequest - Class in org.forgerock.opendj.ldap.messages
The who am I extended request as defined in RFC 4532.
WhoAmIExtendedResult - Interface in org.forgerock.opendj.ldap.messages
The who am I extended result as defined in RFC 4532.
WHOLE_SUBTREE - Enum constant in enum class org.forgerock.opendj.ldap.SearchScope.Enum
 
WHOLE_SUBTREE - Enum constant in enum class org.forgerock.opendj.server.config.meta.BackendVlvIndexCfgDefn.Scope
Search the base object and the entire subtree below the base object.
WHOLE_SUBTREE - Enum constant in enum class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn.Scope
Search the base object and the entire subtree below the base object.
WHOLE_SUBTREE - Static variable in class org.forgerock.opendj.ldap.SearchScope
The scope is constrained to the search base entry and to all its subordinates.
WILL_RETRY - Enum constant in enum class org.opends.server.backends.task.TaskState
The task state that indicates that the task will be retried again.
WindowMsg - Class in org.opends.server.replication.protocol
This message is used by LDAP server or by Replication Servers to update the send window of the remote entities.
WindowMsg(int) - Constructor for class org.opends.server.replication.protocol.WindowMsg
Create a new WindowMsg.
WindowProbeMsg - Class in org.opends.server.replication.protocol
This message is used by LDAP or Replication Server that have been out of credit for a while and want to check if the remote servers is able to accept more messages.
WindowProbeMsg() - Constructor for class org.opends.server.replication.protocol.WindowProbeMsg
Create a new WindowProbeMsg message.
WindowProbeMsg(byte[]) - Constructor for class org.opends.server.replication.protocol.WindowProbeMsg
Creates a new WindowProbeMsg from its encoded form.
WINDOWS_BINARIES_DIR_NAME - Static variable in class org.forgerock.opendj.setup.model.Installation
Windows binaries (batch files) directory name.
WITH_CERTIFICATE - Static variable in class org.forgerock.secrets.keys.KeyFormatPem
Exports the key material with the certificate as well.
withAdditionalTopicSchemas(JsonValue) - Method in class org.forgerock.audit.events.EventTopicsMetaDataBuilder
Specifies schemas for additional topics.
withAuditEventHandler(Class<? extends AuditEventHandler>, EventHandlerConfiguration) - Method in class org.forgerock.audit.AuditServiceBuilder
Register an AuditEventHandler.
withAuditEventHandler(AuditEventHandler) - Method in class org.forgerock.audit.AuditServiceBuilder
Register an AuditEventHandler.
withAuditEventHandlerFactory(AuditEventHandlerFactory) - Method in class org.forgerock.audit.AuditServiceBuilder
Register factory for creating instances of AuditEventHandler.
withBaseUnit(String) - Method in class org.forgerock.monitoring.api.instrument.Meter.Id
Generate a new id with a different base unit.
withCaseInsensitiveFields(Collection<String>) - Method in class org.forgerock.audit.filter.FilterBuilder
Specifies which topic fields should be filtered case-insensitively.
withClock(Clock) - Method in class org.forgerock.secrets.propertyresolver.FileSystemSecretStore.FileSystemSecretStoreBuilder
Sets the clock to determine the expiry deadline.
withConfiguration(AuditServiceConfiguration) - Method in class org.forgerock.audit.AuditServiceBuilder
Sets the AuditServiceConfiguration that is to be passed to the AuditService.
withConfiguredPolicies(Map<String, FilterPolicy>) - Method in class org.forgerock.audit.filter.FilterBuilder
Sets the filter policies supplied through configuration.
withConstraints(SecretConstraint<? super T>...) - Method in class org.forgerock.secrets.Purpose
Constructs a new purpose that is identical to this purpose but which imposes additional constraints on the secrets that can satisfy it.
withCoreTopicSchemaExtensions(JsonValue) - Method in class org.forgerock.audit.events.EventTopicsMetaDataBuilder
Specifies additional fields that should be added to the schemas for core event topics.
withDefault(T) - Static method in class org.forgerock.util.Option
Defines a boolean option with the provided default value.
withDefaultSecretPropertyFormat(SecretPropertyFormat) - Method in class org.forgerock.secrets.propertyresolver.FileSystemSecretStore.FileSystemSecretStoreBuilder
Sets the default SecretPropertyFormat for the secret store.
withDependencyProvider(DependencyProvider) - Method in class org.forgerock.audit.AuditServiceBuilder
Register the DependencyProvider, after which, an AuditEventHandler can be registered and receive this provider.
withDirectoryWatcher(DirectoryWatcher) - Method in class org.forgerock.secrets.propertyresolver.FileSystemSecretStore.FileSystemSecretStoreBuilder
Sets the DirectoryWatcher used by the secret store.
withEventTopicsMetadata(EventTopicsMetaData) - Method in class org.forgerock.audit.filter.FilterBuilder
Sets the event topics metadata.
withEventTopicsMetaData(EventTopicsMetaData) - Method in class org.forgerock.audit.AuditServiceBuilder
Set the topic metadata that should be used by the audit service and the handlers.
withExpiryDuration(Duration) - Method in class org.forgerock.secrets.propertyresolver.FileSystemSecretStore.FileSystemSecretStoreBuilder
Sets the amount of time to allow secrets to be reused until they must be refreshed.
withHandledTopics(Set<String>) - Method in class org.forgerock.audit.filter.FilterBuilder
Specifies which topics are registered to an audit event handler.
withInputStream(InputStream) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the input stream to load the keystore from.
withKeyStoreFile(File) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the file to load the keystore from.
withKeyStoreFile(String) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the file to load the keystore from.
withKeyStoreType(String) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the type of keystore to load.
withLoadStoreParameter(KeyStore.LoadStoreParameter) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the KeyStore.LoadStoreParameter to use to load the KeyStore.
withMaxCandidateSetSize(int) - Method in record class org.opends.server.api.ResourceLimits
Return a copy of the limits with an updated maxCandidateSetSize.
withOption(String) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an attribute description having the same attribute type and options as this attribute description as well as the provided option.
withOptions(Iterable<String>) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an attribute description having the same attribute type and options as this attribute description as well as the provided options.
withOptions(String...) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an attribute description having the same attribute type and options as this attribute description as well as the provided options.
WITHOUT_CERTIFICATE - Static variable in class org.forgerock.secrets.keys.KeyFormatPem
Exports the key material without any associated certificate.
withoutAnyOptions() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an attribute description having the same attribute type as this attribute description except that all options has been removed.
withoutOption(String) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an attribute description having the same attribute type and options as this attribute description except for the provided option.
withPassword(char[]) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the password to unlock the keystore.
withPassword(String) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the password to unlock the keystore.
withProfiles(Collection<Profile>) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the setup profiles which will be run during the setup.
withProfiles(Profile...) - Method in class org.forgerock.opendj.setup.model.Setup
Specifies the setup profiles which will be run during the setup.
withProvider(String) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the security provider to use for the keystore.
withProvider(Provider) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the security provider to use for the keystore.
withProviderArgument(String) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the argument to the Java Keystore Provider.
withProviderClass(String) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the java class name of a keystore provider.
withProviderClass(String, ClassLoader) - Method in class org.forgerock.security.keystore.KeyStoreBuilder
Specifies the java class name of a keystore provider.
withReverseDnsLookup() - Method in class org.forgerock.audit.events.AccessAuditEventBuilder
Instructs the builder to lookup client.host from client.ip when populating client details.
withSecretMappings(Map<String, SecretPropertyFormat>) - Method in class org.forgerock.secrets.propertyresolver.FileSystemSecretStore.FileSystemSecretStoreBuilder
Sets the secrets mapping which is allows specifying individual secret property formats for purposes.
withStableIdResolver(StableIdResolver) - Method in class org.forgerock.secrets.propertyresolver.FileSystemSecretStore.FileSystemSecretStoreBuilder
Sets the stableIdResolver to determine the stable id for secret.
withSuffix(String) - Method in class org.forgerock.secrets.propertyresolver.FileSystemSecretStore.FileSystemSecretStoreBuilder
Sets the file suffix to use when retrieving secrets.
withTag(Statistic) - Method in class org.forgerock.monitoring.api.instrument.Meter.Id
Generate a new id with an additional tag with a tag key of "statistic".
withTag(Tag) - Method in class org.forgerock.monitoring.api.instrument.Meter.Id
Generate a new id with an additional tag.
withTags(Iterable<Tag>) - Method in class org.forgerock.monitoring.api.instrument.Meter.Id
Generate a new id with a different set of tags.
withValues(Object...) - Method in class org.forgerock.opendj.ldap.Modification
Adds values to this modification's attribute.
WorkCounters() - Constructor for class org.opends.server.backends.task.Task.WorkCounters
Initializes work counters to a total of zero.
WorkCounters(long) - Constructor for class org.opends.server.backends.task.Task.WorkCounters
Initializes work counters to the provided total.
worked(int) - Method in class org.opends.server.tools.upgrade.ProgressMonitor
Marks and prints additional completed work.
working() - Static method in class org.opends.server.backends.pluggable.spi.StorageStatus
Returns normal state.
WorkQueue<T extends WorkQueueCfg> - Class in org.opends.server.api
This class defines the structure and methods that must be implemented by a Directory Server work queue.
WorkQueue() - Constructor for class org.opends.server.api.WorkQueue
 
WorkQueueCfg - Interface in org.forgerock.opendj.server.config.server
A server-side interface for querying Work Queue settings.
WorkQueueCfgClient - Interface in org.forgerock.opendj.server.config.client
A client-side interface for reading and modifying Work Queue settings.
WorkQueueCfgDefn - Class in org.forgerock.opendj.server.config.meta
An interface for querying the Work Queue managed object definition meta information.
WorkQueueConfigManager - Class in org.opends.server.core
This class defines a utility that will be used to manage the Directory Server work queue.
WorkQueueConfigManager(ServerContext) - Constructor for class org.opends.server.core.WorkQueueConfigManager
Creates a new instance of this work queue config manager.
wrap(byte[]) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string that wraps the provided byte array.
wrap(byte[], int, int) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string that wraps a subsequence of the provided byte array.
wrap(Runnable) - Method in interface org.forgerock.monitoring.api.instrument.Timer
Wrap a Runnable so that it is timed when invoked.
wrap(Callable<T>) - Method in interface org.forgerock.monitoring.api.instrument.Timer
Wrap a Callable so that it is timed when invoked.
wrap(SecretStore<S>) - Static method in class org.forgerock.secrets.ThreadPoolSecretStore
Wraps the given store in an asynchronous thread-pool executor using the system ForkJoinPool.commonPool().
wrap(SecretStore<S>, ExecutorService) - Static method in class org.forgerock.secrets.ThreadPoolSecretStore
Wraps the given store in an asynchronous thread-pool executor using the given thread pool.
wrap(Context) - Method in class org.forgerock.opendj.rest2ldap.DescribableRequestHandler
Allows sub classes to wrap the provided context and return the wrapping context.
WRAP - Enum constant in enum class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn.KeyWrappingMode
Use the cipher WRAP mode to wrap symmetric keys
WRAP_KEY - Enum constant in enum class org.forgerock.secrets.keys.KeyUsage
Key is intended for encrypting (wrapping) other keys.
wrapKey(ByteString) - Method in interface org.forgerock.opendj.security.ExternalKeyWrappingStrategy
Wraps the provided encoded key.
wrapMacAsLdapEntry() - Method in class org.opends.server.crypto.CryptoManager.MacService
Return the MAC key as an LDAP Entry.
Wrapper() - Constructor for class org.forgerock.opendj.config.LdapProfile.Wrapper
Default constructor.
writability(WritabilityPolicy) - Method in class org.forgerock.opendj.rest2ldap.SimplePropertyMapper
Indicates whether the LDAP attribute supports updates.
WritabilityMode - Enum Class in org.opends.server.types
This class implements an enumeration that may be used to control the writability mode for the entire server or for a specific backend.
WritabilityPolicy - Enum Class in org.forgerock.opendj.rest2ldap
The writability policy determines whether an attribute supports updates.
write(byte[]) - Method in class org.forgerock.audit.events.handlers.writers.MeteredStream
Write the specified buffer to the stream.
write(byte[]) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided bytes to this byte string builder.
write(byte[]) - Method in class org.opends.server.core.MultiOutputStream
Writes the contents of the provided byte array to all of the underlying output streams.
write(byte[]) - Method in class org.opends.server.loggers.MeteredStream
 
write(byte[], int, int) - Method in class org.forgerock.audit.events.handlers.writers.MeteredStream
Write the specified buffer to the stream.
write(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided bytes to this byte string builder.
write(byte[], int, int) - Method in class org.opends.server.core.MultiOutputStream
Writes the specified portion of the provided byte array to all of the underlying output streams.
write(byte[], int, int) - Method in class org.opends.server.loggers.MeteredStream
 
write(char[]) - Method in class org.forgerock.audit.events.handlers.writers.TextWriterAdapter
 
write(char[], int, int) - Method in class org.forgerock.audit.events.handlers.writers.TextWriterAdapter
 
write(int) - Method in class org.forgerock.audit.events.handlers.writers.MeteredStream
Write the specified byte to the stream.
write(int) - Method in class org.forgerock.audit.events.handlers.writers.TextWriterAdapter
 
write(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided byte to this byte string builder.
write(int) - Method in class org.opends.server.core.MultiOutputStream
Writes the specified byte to the set of target output streams.
write(int) - Method in class org.opends.server.loggers.MeteredStream
 
write(String) - Method in class org.forgerock.audit.events.handlers.writers.AsynchronousTextWriter
Write the log record asynchronously.
write(String) - Method in class org.forgerock.audit.events.handlers.writers.RotatableWriter
 
write(String) - Method in class org.forgerock.audit.events.handlers.writers.TextWriter.Stream
 
write(String) - Method in interface org.forgerock.audit.events.handlers.writers.TextWriter
Writes some text to the output stream.
write(String) - Method in class org.forgerock.audit.events.handlers.writers.TextWriterAdapter
 
write(String, int, int) - Method in class org.forgerock.audit.events.handlers.writers.TextWriterAdapter
 
write(ByteBuffer) - Method in class org.forgerock.opendj.io.rx.SaslRxSocket
 
write(ByteBuffer) - Method in class org.forgerock.opendj.io.rx.SslRxSocket
 
write(M) - Method in class org.forgerock.opendj.io.rx.SwitchableRxSocket
 
write(M) - Method in interface org.forgerock.opendj.io.RxSocket
Returns a "cold" Completable which will write the provided message to the network each time it is subscribed.
write(WriteOperation) - Method in class org.opends.server.backends.jeb.JEStorage
 
write(WriteOperation) - Method in interface org.opends.server.backends.pluggable.spi.Storage
Executes a write operation.
write(WriteOperation, WriteableTransaction.WriteTransactionOption) - Method in class org.opends.server.backends.jeb.JEStorage
 
write(WriteOperation, WriteableTransaction.WriteTransactionOption) - Method in interface org.opends.server.backends.pluggable.spi.Storage
Executes a write operation.
write(U) - Method in class org.forgerock.opendj.io.rx.TransformedRxSocket
 
WRITE - Enum constant in enum class org.forgerock.opendj.server.config.meta.GlobalAccessControlPolicyCfgDefn.Permission
Write access
WRITE - Enum constant in enum class org.opends.server.authorization.dseecompat.EnumRight
Modify attributes on ACI target entries.
WRITE_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.LdapServer
Maximum time allowed for write operations to complete.
writeAbandonRequest(int, AbandonRequest) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided abandon request.
WriteableTransaction - Interface in org.opends.server.backends.pluggable.spi
Represents a writeable transaction on a storage engine.
WriteableTransaction.WriteTransactionOption - Enum Class in org.opends.server.backends.pluggable.spi
Options applicable to a WriteableTransaction.
writeAddRequest(int, AddRequest) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided add request.
writeAddResult(int, Result) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided add result.
writeAsn1Element(byte[]) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes exactly the provided bytes without encoding the data.
writeAsn1Element(byte[], int, int) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes exactly the provided bytes without encoding the data.
writeAsn1Element(ByteString) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes exactly the provided byte string without encoding the data.
writeAsn1Sequence(Consumer<Asn1Writer>) - Static method in class org.forgerock.opendj.io.Asn1
Writes an ASN.1 sequence using the provided Consumer and returns the encoded bytes.
writeAttribute(Asn1Writer, Attribute) - Static method in class org.forgerock.opendj.io.Ldap
Writes an Attribute to the provided Asn1Writer.
writeBindRequest(int, BindRequest) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided bind request.
writeBindResult(int, Result) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided bind result.
writeBitString(byte, BitSet) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes the provided bitSet as a bitstring, the trailing zero bits are encoded as unused, using the provided type tag.
writeBitString(byte, ByteString) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes the provided bit string with zero unused bits using the provided type tag.
writeBitString(BitSet) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes the provided bitSet as a bit string, the trailing zero bits are encoded as unused, using the Universal Bit String ASN.1 type tag.
writeBitString(ByteString) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes the provided bit string with zero unused bits using the Universal Bit String ASN.1 type tag.
writeBoolean(boolean) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a boolean element using the Universal Boolean ASN.1 type tag.
writeBoolean(byte, boolean) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a boolean element using the provided type tag.
writeChangeRecord(AddRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes an Add change record.
writeChangeRecord(AddRequest) - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Writes the provided Add request to the underlying connection, blocking until the request completes.
writeChangeRecord(AddRequest) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
 
writeChangeRecord(DeleteRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes a Delete change record.
writeChangeRecord(DeleteRequest) - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Writes the provided Delete request to the underlying connection, blocking until the request completes.
writeChangeRecord(DeleteRequest) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
 
writeChangeRecord(ModifyDnRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes a ModifyDN change record.
writeChangeRecord(ModifyDnRequest) - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Writes the provided ModifyDN request to the underlying connection, blocking until the request completes.
writeChangeRecord(ModifyDnRequest) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
 
writeChangeRecord(ModifyRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes a Modify change record.
writeChangeRecord(ModifyRequest) - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Writes the provided Modify request to the underlying connection, blocking until the request completes.
writeChangeRecord(ModifyRequest) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
 
writeChangeRecord(ChangeRecord) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes a change record.
writeChangeRecord(ChangeRecord) - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Writes the provided change record to the underlying connection, blocking until the request completes.
writeChangeRecord(ChangeRecord) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
 
writeComment(CharSequence) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes a comment.
writeComment(CharSequence) - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Connection change record writers do not support comments, so the provided comment will be ignored.
writeComment(CharSequence) - Method in class org.forgerock.opendj.ldif.ConnectionEntryWriter
Connection entry writers do not support comments, so the provided comment will be ignored.
writeComment(CharSequence) - Method in interface org.forgerock.opendj.ldif.EntryWriter
Writes a comment.
writeComment(CharSequence) - Method in class org.forgerock.opendj.ldif.LdifChangeRecordWriter
 
writeComment(CharSequence) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
 
writeCompareRequest(int, CompareRequest) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided compare request.
writeCompareResult(int, Result) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided compare result.
writeCurrentKey(SecretKey) - Method in class org.forgerock.audit.secure.KeyStoreSecureStorage
 
writeCurrentKey(SecretKey) - Method in interface org.forgerock.audit.secure.SecureStorage
Writes the current key.
writeCurrentSignatureKey(SecretKey) - Method in class org.forgerock.audit.secure.KeyStoreSecureStorage
 
writeCurrentSignatureKey(SecretKey) - Method in interface org.forgerock.audit.secure.SecureStorage
Writes the current signature key.
writeDeleteRequest(int, DeleteRequest) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided delete request.
writeDeleteResult(int, Result) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided delete result.
writeEntry(Asn1Writer, Entry) - Static method in class org.forgerock.opendj.io.Ldap
Writes an Entry to the provided Asn1Writer.
writeEntry(Entry) - Method in class org.forgerock.opendj.ldif.ConnectionEntryWriter
Writes an entry to the underlying connection using an Add request, blocking until the request completes.
writeEntry(Entry) - Method in interface org.forgerock.opendj.ldif.EntryWriter
Writes an entry.
writeEntry(Entry) - Method in class org.forgerock.opendj.ldif.LdifEntryWriter
 
writeEnumerated(byte, int) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an enumerated element using the provided type tag.
writeEnumerated(int) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an enumerated element using the Universal Enumerated ASN.1 type tag.
writeExplicitTag(byte) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an explicit tag element.
writeExplicitTag(long) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an explicit tag element having the provided multi-byte tag type encoded as described in Asn1Tag.numberMultiByte(long).
writeExtendedRequest(int, ExtendedRequest<?>) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided extended request.
writeExtendedResult(int, Result) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided extended result.
writeFilter(Asn1Writer, Filter) - Static method in class org.forgerock.opendj.io.Ldap
Writes a Filter to the provided Asn1Writer.
writeGeneralizedTime(byte, Instant) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a generalized time without fractional seconds, using the provided type tag.
writeGeneralizedTime(Instant) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a generalized time without fractional seconds, using the Universal Generalized Time ASN.1 type tag.
writeInitialKey(SecretKey) - Method in class org.forgerock.audit.secure.KeyStoreSecureStorage
 
writeInitialKey(SecretKey) - Method in interface org.forgerock.audit.secure.SecureStorage
Writes the initial key.
writeInteger(byte, int) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an integer element using the provided type tag.
writeInteger(byte, long) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an integer element using the provided type tag.
writeInteger(byte, BigInteger) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an integer element from the provided BigInteger using the provided type tag.
writeInteger(int) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an integer element using the Universal Integer ASN.1 type tag.
writeInteger(long) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an integer element using the Universal Integer ASN.1 type tag.
writeInteger(BigInteger) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an integer element from the provided BigInteger value using the Universal Integer ASN.1 type tag.
writeIntermediateResponse(int, IntermediateResponse) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided intermediate response.
writeInterval(Duration) - Method in interface org.forgerock.audit.events.handlers.buffering.BufferedBatchPublisher.Builder
The interval duration between each write.
writeLdapMessage(LdapMessage) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided LDAP message.
writeLDIF(LDIFExportConfig) - Method in class org.opends.server.config.ConfigurationHandler
Writes the current configuration to LDIF with the provided export configuration.
writeModification(Asn1Writer, Modification) - Static method in class org.forgerock.opendj.io.Ldap
Writes an Modification to the provided Asn1Writer.
writeModifyDnRequest(int, ModifyDnRequest) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided modify DN request.
writeModifyDnResult(int, Result) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided modify DN result.
writeModifyRequest(int, ModifyRequest) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided modify request.
writeModifyResult(int, Result) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided extended result.
writeName(byte, Dn) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes the X.501 type Name as an RDN sequence with the provided type tag.
writeName(Dn) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes the X.501 type Name as an RDN sequence.
writeNull() - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a null element using the Universal Null ASN.1 type tag.
writeNull(byte) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a null element using the provided type tag.
writeObjectIdentifier(byte, String) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes the provided object identifier with the provided type tag.
writeObjectIdentifier(String) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes the provided object identifier using the Universal Object Identifier type tag.
writeOctetString(byte[]) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an octet string element using the Universal Octet String ASN.1 type tag.
writeOctetString(byte[], int, int) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an octet string element using the Universal Octet String ASN.1 type tag.
writeOctetString(byte, byte[]) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an octet string element using the provided type tag.
writeOctetString(byte, byte[], int, int) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an octet string element using the provided type tag.
writeOctetString(byte, CharSequence) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a string as a UTF-8 encoded octet string element using the provided type tag.
writeOctetString(byte, ByteString) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an octet string element using the provided type tag.
writeOctetString(CharSequence) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a string as a UTF-8 encoded octet string element using the Universal Octet String ASN.1 type tag.
writeOctetString(ByteString) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes an octet string element using the Universal Octet String ASN.1 type tag.
WriteOperation - Interface in org.opends.server.backends.pluggable.spi
Function performing a write operation.
writer(Flowable<UpdateMsg>) - Method in interface org.opends.server.replication.protocol.Session
Returns a Publisher that: writes update messages to the remote server with back-pressure support and publishes in return each written message.
writeRecord(String) - Method in interface org.opends.server.loggers.TextWriter
Writes a text record to the output stream.
writeRejectedEntries(Path, ExistingFileBehavior) - Method in class org.opends.server.types.LDIFImportConfig
Indicates that rejected entries should be written to the specified file.
writeSearchRequest(int, SearchRequest) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided search request.
writeSearchResult(int, Result) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided search result.
writeSearchResultEntry(int, SearchResultEntry) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided search result entry.
writeSearchResultReference(int, SearchResultReference) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided search result reference.
writeSequence() - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a sequence element using the Universal Sequence ASN.1 type tag.
writeSequence(byte) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a sequence element using the provided type tag.
writeSequenceOfOctetStrings(Collection<ByteString>) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a sequence of octet string elements using the Universal Sequence ASN.1 type tag for the sequence and Universal Octet String ASN.1 type tag for the elements.
writeSequenceOfUtf8OctetStrings(Collection<? extends CharSequence>) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a sequence of strings as a sequence of UTF-8 encoded octet string elements using the Universal Sequence ASN.1 type tag for the sequence and Universal Octet String ASN.1 type tag for the elements.
writeSet() - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a set element using the Universal Set ASN.1 type tag.
writeSet(byte) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a set element using the provided type tag.
writeSetOfOctetStrings(Collection<ByteString>) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a set of octet string elements using the Universal Set ASN.1 type tag for the set and Universal Octet String ASN.1 type tag for the elements.
writeSetOfUtf8OctetStrings(Collection<? extends CharSequence>) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a set of strings as a set of UTF-8 encoded octet string elements using the Universal Set ASN.1 type tag for the set and Universal Octet String ASN.1 type tag for the elements.
writeSkippedEntries(Path, ExistingFileBehavior) - Method in class org.opends.server.types.LDIFImportConfig
Indicates that skipped entries should be written to the specified file.
writeState() - Method in class org.opends.server.backends.task.TaskScheduler
Writes state information about all tasks and recurring tasks to disk.
writeSuccessfulStartupConfig() - Method in class org.opends.server.config.ConfigurationHandler
Generates a configuration file with the ".startok" suffix, representing a configuration file that has a successful start.
writeTimeLimitExceeded(Duration) - Static method in class org.opends.server.api.ClientConnection
Returns a new LdapException for max blocked write time limit exceeded.
writeToKeyStore(SecretKey, String) - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
Writes to the secret storage using the same password than the KeyStoreHandler.
writeToKeyStore(SecretKey, String, String) - Method in class org.forgerock.audit.secure.KeyStoreHandlerDecorator
Writes to the secret storage.
writeUnbindRequest(int, UnbindRequest) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided unbind request.
writeUnknownRequest(int, UnknownRequest) - Method in class org.forgerock.opendj.io.LdapWriter
Writes the provided unknown request.
writeUtcTime(byte, Instant) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a UTCTime without fractional seconds using the provided type tag.
writeUtcTime(Instant) - Method in class org.forgerock.opendj.io.Asn1Writer
Writes a UTC time without fractional seconds using the Universal UTC Time ASN.1 type tag.
writeVersionsInConfigFile(Path) - Static method in class org.forgerock.opendj.setup.model.SetupUtils
Writes server binary and upgrade version in the provided LDIF config file.
WRONG_TYPE_INFORMATION - Enum constant in enum class org.forgerock.opendj.config.DefinitionDecodingException.Reason
The managed object could be found but did not contain the expected type information (eg incorrect object classes in LDAP).

X

X509CertificateBuilder - Class in org.forgerock.opendj.security
A class for building X509 certificates as described in RFC 5280.
X509CertificateBuilder() - Constructor for class org.forgerock.opendj.security.X509CertificateBuilder
 
X509CertificateBuilder.ExtendedKeyUsage - Enum Class in org.forgerock.opendj.security
An enumeration of extended key usages.
X509CertificateBuilder.KeyUsage - Enum Class in org.forgerock.opendj.security
An enumeration of key usages.
XMLHandler - Class in org.forgerock.util.xml
This is a custom XML handler to load the dtds from the classpath This should be used by all the xml parsing document builders to set the default entity resolvers.
XMLHandler() - Constructor for class org.forgerock.util.xml.XMLHandler
Creates a new XML handler.
XMLUtils - Class in org.forgerock.util.xml
Utility classes for handling XML.

Z

ZERO - Static variable in class org.forgerock.util.time.Duration
Special duration that represents a zero-length duration.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form