$ A B C D E F G H I J K L M N O P Q R S T U V W X _

D

DAEMON_ARTIFACT_ID - Static variable in class org.apache.directory.daemon.installers.ServiceInstallersMojo
 
DAEMON_FRAMEWORKS - Static variable in class org.apache.directory.daemon.installers.Target
 
DAEMON_GROUP_ID - Static variable in class org.apache.directory.daemon.installers.ServiceInstallersMojo
 
DaemonApplication - Interface in org.apache.directory.daemon
Interface used by DaemonApplications.
data - Variable in class org.apache.directory.shared.asn1.codec.stateful.examples.HexEncoderTest
 
DateUtils - Class in org.apache.directory.shared.ldap.util
Gets the generalized time using the "Z" form of the g-time-zone.
DateUtils() - Constructor for class org.apache.directory.shared.ldap.util.DateUtils
 
DBF - Static variable in interface org.apache.directory.server.core.partition.impl.btree.MasterTable
the name of the dbf file for this table
DeadContext - Class in org.apache.directory.server.core.jndi
A do nothing placeholder context whose methods throw ConfigurationExceptions.
DeadContext() - Constructor for class org.apache.directory.server.core.jndi.DeadContext
 
DebTarget - Class in org.apache.directory.daemon.installers
A Debian package target.
DebTarget() - Constructor for class org.apache.directory.daemon.installers.DebTarget
 
DEBUG_MODE - Static variable in class org.apache.directory.server.core.partition.impl.btree.gui.FilterDialog
 
decodable(IoSession, ByteBuffer) - Method in class org.apache.directory.mitosis.service.protocol.codec.BaseMessageDecoder
 
decode(byte[]) - Method in class org.apache.directory.mitosis.operation.OperationCodec
Transforms the specified byte array into an Operation.
decode(IoSession, ByteBuffer, ProtocolDecoderOutput) - Method in class org.apache.directory.mitosis.service.protocol.codec.BaseMessageDecoder
 
decode(ByteBuffer, IAsn1Container) - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
The decoder main function.
decode(IoSession, ByteBuffer, ProtocolDecoderOutput) - Method in class org.apache.directory.shared.asn1.codec.Asn1CodecDecoder
 
decode(Object) - Method in class org.apache.directory.shared.asn1.codec.binary.BinaryCodec
Decodes a byte array where each byte represents an ascii '0' or '1'.
decode(byte[]) - Method in class org.apache.directory.shared.asn1.codec.binary.BinaryCodec
Decodes a byte array where each byte represents an ascii '0' or '1'.
decode(byte[]) - Method in class org.apache.directory.shared.asn1.codec.binary.Hex
Converts an array of character bytes representing hexidecimal values into an array of bytes of those same values.
decode(Object) - Method in class org.apache.directory.shared.asn1.codec.binary.Hex
Converts a String or an array of character bytes representing hexidecimal values into an array of bytes of those same values.
decode(byte[]) - Method in interface org.apache.directory.shared.asn1.codec.BinaryDecoder
Decodes a byte array and returns the results as a byte array.
decode(Object) - Method in interface org.apache.directory.shared.asn1.codec.Decoder
Decodes an "encoded" Object and returns a "decoded" Object.
decode(Object) - Method in class org.apache.directory.shared.asn1.codec.stateful.DecoderStack
Decodes an encoded object by calling decode on the decoder at the bottom of the stack.
decode(Object) - Method in class org.apache.directory.shared.asn1.codec.stateful.DecoderStackTest.FaultingDecoder
 
decode(Object) - Method in class org.apache.directory.shared.asn1.codec.stateful.DecoderStackTest.IncrementingDecoder
 
decode(Object) - Method in class org.apache.directory.shared.asn1.codec.stateful.DecoderStackTest.PassThroDecoder
 
decode(Object) - Method in class org.apache.directory.shared.asn1.codec.stateful.examples.HexDecoder
 
decode(Object) - Method in interface org.apache.directory.shared.asn1.codec.stateful.StatefulDecoder
Decodes a peice of encoded data.
decode(byte[]) - Method in interface org.apache.directory.shared.ldap.codec.ControlDecoder
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectDecoder
Decode a PDU which must contain a GracefulDisconnect extended operation.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownDecoder
Decode a PDU which must contain a GracefulShutdown extended operation.
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.ManageDsaITControlDecoder
 
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControlDecoder
Decode the entry change control
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.search.controls.PSearchControlDecoder
Decode the persistence search control
decode(byte[]) - Method in class org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlDecoder
Decode the sub entry control
decode(Object) - Method in class org.apache.directory.shared.ldap.codec.TwixDecoder
Decodes a PDU
decode(Object, InputStream) - Method in class org.apache.directory.shared.ldap.codec.TwixDecoder
Decodes a PDU from an input stream into a Snickers compiler generated stub envelope.
decode(Object, InputStream) - Method in class org.apache.directory.shared.ldap.message.MessageDecoder
Reads and decodes a BER encoded LDAPv3 ASN.1 message envelope structure from an input stream to build a fully populated Message object instance.
decode(Object) - Method in class org.apache.directory.shared.ldap.message.MessageDecoder
Decodes a chunk of stream data returning any resultant decoded PDU via a callback.
decode(Object, InputStream) - Method in interface org.apache.directory.shared.ldap.message.spi.ProviderDecoder
Decodes a BER encoded LDAPv3 ASN.1 message envelope from a binary input stream into an in memory containment tree using stub's generated by a provider's ASN.1 stub compiler and associated runtime BER libraries.
decode(char[]) - Static method in class org.apache.directory.shared.ldap.util.Base64
Decodes a BASE-64 encoded stream to recover the original data.
decodeBody(int, int, ByteBuffer) - Method in class org.apache.directory.mitosis.service.protocol.codec.BaseMessageDecoder
 
decodeBody(int, int, int, ByteBuffer) - Method in class org.apache.directory.mitosis.service.protocol.codec.BeginLogEntriesAckMessageDecoder
 
decodeBody(int, int, ByteBuffer) - Method in class org.apache.directory.mitosis.service.protocol.codec.BeginLogEntriesMessageDecoder
 
decodeBody(int, int, int, ByteBuffer) - Method in class org.apache.directory.mitosis.service.protocol.codec.EndLogEntriesAckMessageDecoder
 
decodeBody(int, int, ByteBuffer) - Method in class org.apache.directory.mitosis.service.protocol.codec.EndLogEntriesMessageDecoder
 
decodeBody(int, int, int, ByteBuffer) - Method in class org.apache.directory.mitosis.service.protocol.codec.LogEntryAckMessageDecoder
 
decodeBody(int, int, ByteBuffer) - Method in class org.apache.directory.mitosis.service.protocol.codec.LogEntryMessageDecoder
 
decodeBody(int, int, int, ByteBuffer) - Method in class org.apache.directory.mitosis.service.protocol.codec.LoginAckMessageDecoder
 
decodeBody(int, int, ByteBuffer) - Method in class org.apache.directory.mitosis.service.protocol.codec.LoginMessageDecoder
 
decodeBody(int, int, ByteBuffer) - Method in class org.apache.directory.mitosis.service.protocol.codec.ResponseMessageDecoder
 
decodeBody(int, int, int, ByteBuffer) - Method in class org.apache.directory.mitosis.service.protocol.codec.ResponseMessageDecoder
 
decoded - Variable in class org.apache.directory.shared.asn1.codec.stateful.examples.HexDecoderTest
 
decodeEscapedHex(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Decodes sequences of escaped hex within an attribute's value into a UTF-8 String.
decodeHex(char[]) - Static method in class org.apache.directory.shared.asn1.codec.binary.Hex
Converts an array of characters representing hexidecimal values into an array of bytes of those same values.
decodeHexString(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Decodes values of attributes in the DN encoded in hex into a UTF-8 String.
decodeOccurred(Object) - Method in class org.apache.directory.shared.asn1.codec.stateful.AbstractStatefulDecoder
Notifies via the callback if one has been set that this decoder has decoded a unit of encoded data.
decodeOccurred(StatefulDecoder, Object) - Method in class org.apache.directory.shared.asn1.codec.stateful.CallbackHistory
 
decodeOccurred(StatefulDecoder, Object) - Method in interface org.apache.directory.shared.asn1.codec.stateful.DecoderCallback
Callback to deliver a fully decoded object.
decodeOccurred(StatefulDecoder, Object) - Method in class org.apache.directory.shared.asn1.codec.stateful.DecoderStack.ChainingCallback
Calls the DecoderStack.decode(Object) method of the sink if the decoder argument is the source.
decodeOccurred(StatefulDecoder, Object) - Method in class org.apache.directory.shared.asn1.codec.stateful.examples.HexDecoderTest
 
Decoder - Interface in org.apache.directory.shared.asn1.codec
Provides the highest level of abstraction for Decoders.
DecoderCallback - Interface in org.apache.directory.shared.asn1.codec.stateful
Callback interface for stateful decoder callbacks.
DecoderException - Exception in org.apache.directory.shared.asn1.codec
Thrown when a Decoder has encountered a failure condition during a decode.
DecoderException(String) - Constructor for exception org.apache.directory.shared.asn1.codec.DecoderException
Creates a DecoderException
DecoderException(String, Throwable) - Constructor for exception org.apache.directory.shared.asn1.codec.DecoderException
Creates a DecoderException
DecoderFactory - Interface in org.apache.directory.shared.asn1.codec.stateful
A factory for creating new StatefulDecoders.
DecoderMonitor - Interface in org.apache.directory.shared.asn1.codec.stateful
Monitors decoder activity.
DecoderMonitorAdapter - Class in org.apache.directory.shared.asn1.codec.stateful
A do nothing decoder monitor adapter.
DecoderMonitorAdapter() - Constructor for class org.apache.directory.shared.asn1.codec.stateful.DecoderMonitorAdapter
 
DecoderStack - Class in org.apache.directory.shared.asn1.codec.stateful
A stack of decoders used for the additive application of multiple decoders forming a linear staged decoder pipeline.
DecoderStack() - Constructor for class org.apache.directory.shared.asn1.codec.stateful.DecoderStack
Creates an empty stack of chained decoders.
DecoderStack.ChainingCallback - Class in org.apache.directory.shared.asn1.codec.stateful
A callback used to chain decoders.
DecoderStack.ChainingCallback(StatefulDecoder, StatefulDecoder) - Constructor for class org.apache.directory.shared.asn1.codec.stateful.DecoderStack.ChainingCallback
Creates a callback that chains the output of a src decoder to the input of a sink decoder.
DecoderStackTest - Class in org.apache.directory.shared.asn1.codec.stateful
Tests the DecoderStack.
DecoderStackTest(String) - Constructor for class org.apache.directory.shared.asn1.codec.stateful.DecoderStackTest
Constructor for DecoderStackTest.
DecoderStackTest.FaultingDecoder - Class in org.apache.directory.shared.asn1.codec.stateful
A decoder that throws an exception on decode calls.
DecoderStackTest.FaultingDecoder() - Constructor for class org.apache.directory.shared.asn1.codec.stateful.DecoderStackTest.FaultingDecoder
 
DecoderStackTest.IncrementingDecoder - Class in org.apache.directory.shared.asn1.codec.stateful
A decoder that increments an Integer passed in as an argument.
DecoderStackTest.IncrementingDecoder() - Constructor for class org.apache.directory.shared.asn1.codec.stateful.DecoderStackTest.IncrementingDecoder
 
DecoderStackTest.PassThroDecoder - Class in org.apache.directory.shared.asn1.codec.stateful
A do nothing decoder.
DecoderStackTest.PassThroDecoder() - Constructor for class org.apache.directory.shared.asn1.codec.stateful.DecoderStackTest.PassThroDecoder
 
deepTrim(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
A deep trim of a string remove whitespace from the ends as well as excessive whitespace within the inside of the string between non-whitespace characters.
deepTrim(String, boolean) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Put common code to deepTrim(String) and deepTrimToLower here.
DeepTrimNormalizer - Class in org.apache.directory.shared.ldap.schema
Normalizer which trims down whitespace replacing multiple whitespace characters on the edges and within the string with a single space character thereby preserving tokenization order.
DeepTrimNormalizer() - Constructor for class org.apache.directory.shared.ldap.schema.DeepTrimNormalizer
 
deepTrimToLower(String) - Static method in class org.apache.directory.shared.ldap.util.StringTools
This does the same thing as a trim but we also lowercase the string while performing the deep trim within the same buffer.
DeepTrimToLowerNormalizer - Class in org.apache.directory.shared.ldap.schema
Normalizer which trims down whitespace replacing multiple whitespace characters on the edges and within the string with a single space character thereby preserving tokenization order - while doing all this in the same pass it lower cases all characters.
DeepTrimToLowerNormalizer() - Constructor for class org.apache.directory.shared.ldap.schema.DeepTrimToLowerNormalizer
 
DEFAULT_CACHE_SIZE - Static variable in class org.apache.directory.server.core.configuration.PartitionConfiguration
 
DEFAULT_CURSOR - Static variable in class org.apache.directory.server.core.partition.impl.btree.gui.IndexDialog
 
DEFAULT_DEPS - Static variable in class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapSchema
 
DEFAULT_DUPLICATE_LIMIT - Static variable in class org.apache.directory.server.core.partition.impl.btree.IndexConfiguration
 
DEFAULT_HOST - Static variable in class org.apache.ldap.clients.BindOpts
The default host to use if it is not specified on command lin
DEFAULT_HOST - Static variable in class org.apache.ldap.clients.embedded.LdapClientImpl
The default host to use if it is not specified on command lin
DEFAULT_INDEX_CACHE_SIZE - Static variable in class org.apache.directory.server.core.partition.impl.btree.IndexConfiguration
 
DEFAULT_INSTANCE_ID - Static variable in class org.apache.directory.server.core.configuration.Configuration
The default ID of DirectoryService that is used when no instance ID is specified.
DEFAULT_LOG_MAX_AGE - Static variable in class org.apache.directory.mitosis.configuration.ReplicationConfiguration
 
DEFAULT_MAX_ENTRIES - Static variable in class org.apache.ldap.clients.BindOpts
The default Max Entries is set to 1000 entries.
DEFAULT_MAX_TIME - Static variable in class org.apache.ldap.clients.BindOpts
The default Max Time is set to 1000 seconds.
DEFAULT_OID - Static variable in class org.apache.directory.shared.ldap.schema.syntax.AttributeTypeUsageSyntaxChecker
The Apache OID for meta syntax checker
DEFAULT_OID - Static variable in class org.apache.directory.shared.ldap.schema.syntax.BitStringSyntaxChecker
The Syntax OID, according to RFC 4517, par.
DEFAULT_OID - Static variable in class org.apache.directory.shared.ldap.schema.syntax.CountrySyntaxChecker
The Syntax OID, according to RFC 4517, par.
DEFAULT_OID - Static variable in class org.apache.directory.shared.ldap.schema.syntax.DeliveryMethodSyntaxChecker
The Syntax OID, according to RFC 4517, par.
DEFAULT_OID - Static variable in class org.apache.directory.shared.ldap.schema.syntax.NumericOidSyntaxChecker
 
DEFAULT_OID - Static variable in class org.apache.directory.shared.ldap.schema.syntax.ObjectClassTypeSyntaxChecker
The Apache OID for meta syntax checker
DEFAULT_OID - Static variable in class org.apache.directory.shared.ldap.schema.syntax.OidLenSyntaxChecker
The Syntax OID
DEFAULT_OID - Static variable in class org.apache.directory.shared.ldap.schema.syntax.OidSyntaxChecker
The Syntax OID, according RFC 4517, par.
DEFAULT_PORT - Static variable in class org.apache.ldap.clients.BindOpts
The default port to use if none are specified on command line
DEFAULT_PORT - Static variable in class org.apache.ldap.clients.embedded.LdapClientImpl
The default port to use if none are specified on command line
DEFAULT_PROVIDER - Static variable in class org.apache.directory.shared.ldap.message.spi.Provider
Default BER Library provider class name
DEFAULT_REPLICATION_INTERVAL - Static variable in class org.apache.directory.mitosis.configuration.ReplicationConfiguration
 
DEFAULT_RESPONSE_TIMEOUT - Static variable in class org.apache.directory.mitosis.configuration.ReplicationConfiguration
 
DEFAULT_SERVER_PORT - Static variable in class org.apache.directory.mitosis.configuration.ReplicationConfiguration
 
DEFAULT_STYLE - Static variable in class org.apache.directory.shared.ldap.util.ToStringStyle
The default toString style.
DefaultAuthorizationService - Class in org.apache.directory.server.core.authz
An Interceptor that controls access to PartitionNexus.
DefaultAuthorizationService() - Constructor for class org.apache.directory.server.core.authz.DefaultAuthorizationService
Creates a new instance.
defaultCharset - Static variable in class org.apache.directory.shared.ldap.util.StringTools
The default charset, because it's not provided by JDK 1.5
DefaultDirectoryService - Class in org.apache.directory.server.core
Default implementation of DirectoryService.
DefaultDirectoryService(String) - Constructor for class org.apache.directory.server.core.DefaultDirectoryService
Creates a new instance.
DefaultDirectoryServiceConfiguration - Class in org.apache.directory.server.core
Default implementation of DirectoryServiceConfiguration.
DefaultDirectoryServiceConfiguration(DefaultDirectoryService) - Constructor for class org.apache.directory.server.core.DefaultDirectoryServiceConfiguration
 
defaultIfNull(Object, Object) - Static method in class org.apache.directory.shared.ldap.util.ObjectUtils
Returns a default value if the object passed is null.
DefaultObjectClass - Class in org.apache.directory.shared.ldap.schema
Objectclass specification bean used to store the schema information for an objectclass definition.
DefaultObjectClass(String) - Constructor for class org.apache.directory.shared.ldap.schema.DefaultObjectClass
Creates an ObjectClassImpl instance with an OID.
DefaultOptimizer - Class in org.apache.directory.server.core.partition.impl.btree
Optimizer that annotates the filter using scan counts.
DefaultOptimizer(BTreePartition) - Constructor for class org.apache.directory.server.core.partition.impl.btree.DefaultOptimizer
Creates an optimizer on a database.
DefaultPartitionNexus - Class in org.apache.directory.server.core.partition
A nexus for partitions dedicated for storing entries specific to a naming context.
DefaultPartitionNexus(Attributes) - Constructor for class org.apache.directory.server.core.partition.DefaultPartitionNexus
Creates the root nexus singleton of the entire system.
DefaultReplicationContext - Class in org.apache.directory.mitosis.service
The default implementation of ReplicationContext
DefaultReplicationContext(ReplicationService, DirectoryServiceConfiguration, ReplicationConfiguration, IoSession) - Constructor for class org.apache.directory.mitosis.service.DefaultReplicationContext
 
DefaulTriggerServiceITest - Class in org.apache.directory.server.core.trigger
Integration tests for TriggerService.
DefaulTriggerServiceITest() - Constructor for class org.apache.directory.server.core.trigger.DefaulTriggerServiceITest
 
defaultSearchContextsConfig - Static variable in class org.apache.directory.server.core.sp.LdapClassLoader
 
DefaultSearchEngine - Class in org.apache.directory.server.core.partition.impl.btree
Given a search filter and a scope the search engine identifies valid candidate entries returning their ids.
DefaultSearchEngine(BTreePartition, ExpressionEvaluator, ExpressionEnumerator, Optimizer) - Constructor for class org.apache.directory.server.core.partition.impl.btree.DefaultSearchEngine
Creates a DefaultSearchEngine for searching a Database without setting up the database.
DefaultStringNormalizer - Class in org.apache.directory.shared.ldap.name
A normalizer which transforms an escape sequence into an internal canonical form: into UTF-8 characters presuming the escape sequence fits that range.
DefaultStringNormalizer() - Constructor for class org.apache.directory.shared.ldap.name.DefaultStringNormalizer
 
defineTriggerExecutionSpecificPoint(LdapContext) - Static method in class org.apache.directory.shared.ldap.trigger.TriggerUtils
 
DEFUALT_SEARCH_CONTROLS - Static variable in class org.apache.directory.server.core.authz.AuthorizationService
 
DEL_REQUEST - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
DEL_REQUEST_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
DEL_REQUEST_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
DEL_RESPONSE - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
DEL_RESPONSE_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
DEL_RESPONSE_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
delay - Static variable in class org.apache.directory.server.benchmarks.BindBenchmark
 
delay - Variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulAction
Delay before disconnection
DELAY_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulDisconnectStatesEnum
Delay
DELAY_STATE - Static variable in class org.apache.directory.shared.ldap.codec.extended.operations.GracefulShutdownStatesEnum
Delay
delayParameter - Variable in class org.apache.directory.server.benchmarks.BindBenchmark
 
delegate - Variable in error org.apache.directory.shared.ldap.util.NestableError
The helper instance which contains much of the code which we delegate to.
delegate - Variable in exception org.apache.directory.shared.ldap.util.NestableException
The helper instance which contains much of the code which we delegate to.
delegate - Variable in exception org.apache.directory.shared.ldap.util.NestableRuntimeException
The helper instance which contains much of the code which we delegate to.
delete(NextInterceptor, LdapDN) - Method in class org.apache.directory.mitosis.service.ReplicationService
 
delete(NextInterceptor, LdapDN) - Method in class org.apache.directory.server.core.authn.AuthenticationService
 
delete(NextInterceptor, LdapDN) - Method in class org.apache.directory.server.core.authz.AuthorizationService
 
delete(NextInterceptor, LdapDN) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationService
 
delete(NextInterceptor, LdapDN) - Method in class org.apache.directory.server.core.event.EventService
 
delete(NextInterceptor, LdapDN) - Method in class org.apache.directory.server.core.exception.ExceptionService
Checks to make sure the entry being deleted exists, and has no children, otherwise throws the appropriate LdapException.
delete(NextInterceptor, LdapDN) - Method in class org.apache.directory.server.core.interceptor.BaseInterceptor
 
delete(NextInterceptor, LdapDN) - Method in interface org.apache.directory.server.core.interceptor.Interceptor
Filters Partition.delete(org.apache.directory.shared.ldap.name.LdapDN) call.
delete(LdapDN) - Method in class org.apache.directory.server.core.interceptor.InterceptorChain
 
delete(NextInterceptor, LdapDN) - Method in class org.apache.directory.server.core.interceptor.InterceptorChainTest.MockInterceptor
 
delete(LdapDN) - Method in interface org.apache.directory.server.core.interceptor.NextInterceptor
Calls the next interceptor's Interceptor.delete(NextInterceptor, org.apache.directory.shared.ldap.name.LdapDN).
delete(NextInterceptor, LdapDN) - Method in class org.apache.directory.server.core.normalization.NormalizationService
 
delete(LdapDN) - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
delete(LdapDN) - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartition
 
delete(BigInteger) - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartition
 
delete(int) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.AttributesTableModel
Deletes a row within the table model.
delete(BigInteger) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmMasterTable
Deletes a entry from the master table at an index specified by id.
delete(BigInteger) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
delete(BigInteger) - Method in interface org.apache.directory.server.core.partition.impl.btree.MasterTable
Deletes a entry from the master table at an index specified by id.
delete(LdapDN) - Method in interface org.apache.directory.server.core.partition.Partition
Deletes a leaf entry from this ContextPartition: non-leaf entries cannot be deleted until this operation has been applied to their children.
delete(LdapDN) - Method in class org.apache.directory.server.core.partition.PartitionNexusProxy
 
delete(LdapDN, Collection) - Method in class org.apache.directory.server.core.partition.PartitionNexusProxy
 
delete(NextInterceptor, LdapDN) - Method in class org.apache.directory.server.core.referral.ReferralService
 
delete(NextInterceptor, LdapDN) - Method in class org.apache.directory.server.core.subtree.SubentryService
 
delete(NextInterceptor, LdapDN) - Method in class org.apache.directory.server.core.trigger.TriggerService
 
DELETE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.ChangeType
 
DELETE - Static variable in class org.apache.directory.shared.ldap.ldif.Entry
 
DELETE - Static variable in class org.apache.directory.shared.ldap.trigger.LdapOperation
 
delete(int) - Method in class org.apache.ldap.clients.LdapDel
Encode the message for the delete of the entry and send the encoded message to the serever.
DELETE - Static variable in class org.apache.ldap.clients.ldaptest.LdapTestCase
 
DELETE_CODES - Static variable in enum org.apache.directory.shared.ldap.message.ResultCodeEnum
A set of result code enumerations that may result from delete operations.
DELETE_OLD_RDN_PROP - Static variable in class org.apache.directory.server.core.jndi.ServerContext
property key used for deleting the old RDN on a rename
DELETE_OLD_RDN_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
DELETE_VALUE - Static variable in class org.apache.directory.shared.ldap.codec.search.controls.ChangeType
 
deleteAccessControlSubentry(String) - Method in class org.apache.directory.server.core.authz.AbstractAuthorizationITest
 
DeleteAttributeOperation - Class in org.apache.directory.mitosis.operation
An Operation that deletes an attribute from an entry.
DeleteAttributeOperation(CSN, LdapDN, Attribute) - Constructor for class org.apache.directory.mitosis.operation.DeleteAttributeOperation
Creates a new operation that deletes the specified attribute.
DeleteAuthorizationITest - Class in org.apache.directory.server.core.authz
Tests whether or not authorization rules for entry deletion works properly.
DeleteAuthorizationITest() - Constructor for class org.apache.directory.server.core.authz.DeleteAuthorizationITest
 
DELETED_ENTRIES_FILTER - Static variable in class org.apache.directory.mitosis.common.Constants
 
DeleteRequest - Interface in org.apache.directory.shared.ldap.message
Delete request protocol message used to remove an existing leaf entry from the directory.
DeleteRequestImpl - Class in org.apache.directory.shared.ldap.message
Delete request implementation.
DeleteRequestImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.DeleteRequestImpl
Creates a Lockable DeleteRequest implementing object used to delete a leaf entry from the DIT.
DeleteRequestImplTest - Class in org.apache.directory.shared.ldap.message
TestCase for the methods of the DeleteRequestImpl class.
DeleteRequestImplTest() - Constructor for class org.apache.directory.shared.ldap.message.DeleteRequestImplTest
 
DeleteResponse - Interface in org.apache.directory.shared.ldap.message
Delete protocol response message used to confirm the results of a delete request message.
DeleteResponseImpl - Class in org.apache.directory.shared.ldap.message
Lockable DeleteResponse implementation
DeleteResponseImpl(int) - Constructor for class org.apache.directory.shared.ldap.message.DeleteResponseImpl
Creates a Lockable DeleteResponse as a reply to an DeleteRequest.
DeleteStoredProcedureParameterInjector - Class in org.apache.directory.server.core.trigger
 
DeleteStoredProcedureParameterInjector(Invocation, LdapDN) - Constructor for class org.apache.directory.server.core.trigger.DeleteStoredProcedureParameterInjector
 
deleteTriggerSubentry(String) - Method in class org.apache.directory.server.core.trigger.AbstractTriggerServiceTest
 
deleteUser(String) - Method in class org.apache.directory.server.core.authz.AbstractAuthorizationITest
Deletes a user with a specific UID under ou=users,ou=system.
DeliveryMethodSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntax
A SyntaxChecker which verifies that a value is a delivery method according to RFC 4517.
DeliveryMethodSyntaxChecker(String) - Constructor for class org.apache.directory.shared.ldap.schema.syntax.DeliveryMethodSyntaxChecker
 
DeliveryMethodSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntax.DeliveryMethodSyntaxChecker
Creates a new instance of DeliveryMethodSyntaxChecker.
DeliveryMethodSyntaxCheckerTest - Class in org.apache.directory.shared.ldap.schema.syntax
Test cases for DeliveryMethodSyntaxChecker.
DeliveryMethodSyntaxCheckerTest() - Constructor for class org.apache.directory.shared.ldap.schema.syntax.DeliveryMethodSyntaxCheckerTest
 
DelOpts - Class in org.apache.ldap.clients
Delete operation command line options bean.
DelOpts() - Constructor for class org.apache.ldap.clients.DelOpts
 
DelRequest - Class in org.apache.directory.shared.ldap.codec.del
A DelRequest Message.
DelRequest() - Constructor for class org.apache.directory.shared.ldap.codec.del.DelRequest
Creates a new DelRequest object.
DelRequestTest - Class in org.apache.directory.shared.ldap.codec.del
Test the DelRequest codec
DelRequestTest() - Constructor for class org.apache.directory.shared.ldap.codec.del.DelRequestTest
 
DelResponse - Class in org.apache.directory.shared.ldap.codec.del
An DelResponse Message.
DelResponse() - Constructor for class org.apache.directory.shared.ldap.codec.del.DelResponse
Creates a new DelResponse object.
DelResponseTest - Class in org.apache.directory.shared.ldap.codec.del
Test the DelResponse codec
DelResponseTest() - Constructor for class org.apache.directory.shared.ldap.codec.del.DelResponseTest
 
denormalizeEntryOpAttrs(Attributes) - Method in class org.apache.directory.server.core.operational.OperationalAttributeService
 
denormalizeTypes(LdapDN) - Method in class org.apache.directory.server.core.operational.OperationalAttributeService
Does not create a new DN but alters existing DN by using the first short name for an attributeType definition.
DENY_ADD - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.ADD
DENY_BROWSE - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.BROWSE
DENY_COMPARE - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Deny for MicroOperation.COMPARE
DENY_DISCLOSE_ON_ERROR - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.DISCLOSE_ON_ERROR
DENY_EXPORT - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.EXPORT
DENY_FILTER_MATCH - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.FILTER_MATCH
DENY_IMPORT - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.IMPORT
DENY_INVOKE - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.INVOKE
DENY_MODIFY - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.MODIFY
DENY_READ - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.READ
DENY_REMOVE - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.REMOVE
DENY_RENAME - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.RENAME
DENY_RETURN_DN - Static variable in class org.apache.directory.shared.ldap.aci.GrantAndDenial
Denial for MicroOperation.RETURN_DN
dependencyMap - Variable in class org.apache.directory.daemon.installers.MojoCommand
 
DERApplicationSpecific - Class in org.apache.directory.shared.asn1.der
DER Application Specific object.
DERApplicationSpecific(int, byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DERApplicationSpecific
Basic DERObject constructor.
DERBitString - Class in org.apache.directory.shared.asn1.der
DER Bit String object.
DERBitString(byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DERBitString
Basic DERObject constructor.
DERBMPString - Class in org.apache.directory.shared.asn1.der
DER BMPString object.
DERBMPString(byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DERBMPString
Basic DERObject constructor.
DERBoolean - Class in org.apache.directory.shared.asn1.der
DER Boolean object.
DERBoolean(byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DERBoolean
Basic DERObject constructor.
DerbyReplicationLogIterator - Class in org.apache.directory.mitosis.store.derby
 
DerbyReplicationLogIterator(OperationCodec, Connection, Statement, ResultSet) - Constructor for class org.apache.directory.mitosis.store.derby.DerbyReplicationLogIterator
 
DerbyReplicationStore - Class in org.apache.directory.mitosis.store.derby
 
DerbyReplicationStore() - Constructor for class org.apache.directory.mitosis.store.derby.DerbyReplicationStore
 
DerbyReplicationStoreTest - Class in org.apache.directory.mitosis.store.derby
 
DerbyReplicationStoreTest() - Constructor for class org.apache.directory.mitosis.store.derby.DerbyReplicationStoreTest
 
DEREF_ALIAS_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
DEREF_ALWAYS - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
DEREF_FINDING_BASE_OBJ - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
DEREF_IN_SEARCHING - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
DerefAliasesEnum - Enum in org.apache.directory.shared.ldap.message
Type-safe derefAliases search parameter enumeration which determines the mode of alias handling.
DEREncodable - Interface in org.apache.directory.shared.asn1.der
Interface for encodable DER objects.
DEREnumerated - Class in org.apache.directory.shared.asn1.der
DER Enumerated object.
DEREnumerated(byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DEREnumerated
Basic DERObject constructor.
DERGeneralizedTime - Class in org.apache.directory.shared.asn1.der
DER Generalized time object.
DERGeneralizedTime(byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DERGeneralizedTime
Basic DERObject constructor.
DERGeneralString - Class in org.apache.directory.shared.asn1.der
 
DERGeneralString(byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DERGeneralString
Basic DERObject constructor.
DERIA5String - Class in org.apache.directory.shared.asn1.der
DER IA5String object.
DERIA5String(byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DERIA5String
Basic DERObject constructor.
DERInteger - Class in org.apache.directory.shared.asn1.der
DER Integer object.
DERInteger(byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DERInteger
Basic DERObject constructor.
DERNull - Class in org.apache.directory.shared.asn1.der
A NULL object.
DERNull() - Constructor for class org.apache.directory.shared.asn1.der.DERNull
 
DERNumericString - Class in org.apache.directory.shared.asn1.der
DER NumericString - a string of ASCII numeric characters { 0,1,2,3,4,5,6,7,8,9 }.
DERNumericString(byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DERNumericString
Basic DERObject constructor.
DERObject - Class in org.apache.directory.shared.asn1.der
DER object.
DERObject(int, byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DERObject
Basic DERObject constructor.
DERObjectIdentifier - Class in org.apache.directory.shared.asn1.der
 
DERObjectIdentifier(byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DERObjectIdentifier
 
DEROctetString - Class in org.apache.directory.shared.asn1.der
DER Octet String object.
DEROctetString(byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DEROctetString
Basic DERObject constructor.
DERPrintableString - Class in org.apache.directory.shared.asn1.der
DER PrintableString object.
DERPrintableString(byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DERPrintableString
Basic DERObject constructor.
DERSequence - Class in org.apache.directory.shared.asn1.der
 
DERSequence() - Constructor for class org.apache.directory.shared.asn1.der.DERSequence
 
DERSet - Class in org.apache.directory.shared.asn1.der
A DER encoded set object
DERSet() - Constructor for class org.apache.directory.shared.asn1.der.DERSet
 
DERString - Class in org.apache.directory.shared.asn1.der
Interface for DER string objects.
DERString(int, byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DERString
Basic DERObject constructor.
DERTaggedObject - Class in org.apache.directory.shared.asn1.der
DER TaggedObject
DERTaggedObject(int) - Constructor for class org.apache.directory.shared.asn1.der.DERTaggedObject
create an implicitly tagged object that contains a zero length sequence.
DERTaggedObject(int, DEREncodable) - Constructor for class org.apache.directory.shared.asn1.der.DERTaggedObject
 
DERTaggedObject(boolean, int, DEREncodable) - Constructor for class org.apache.directory.shared.asn1.der.DERTaggedObject
 
DERTaggedObject(boolean, int, DEREncodable, byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DERTaggedObject
 
DERTeletexString - Class in org.apache.directory.shared.asn1.der
DER Teletex String
DERTeletexString(byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DERTeletexString
Basic DERObject constructor.
DERUniversalString - Class in org.apache.directory.shared.asn1.der
DER UniversalString object.
DERUniversalString(byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DERUniversalString
Basic DERObject constructor.
DERUnknownTag - Class in org.apache.directory.shared.asn1.der
Placeholder for unrecognized tags.
DERUnknownTag(int, byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DERUnknownTag
Basic DERObject constructor.
DERUTCTime - Class in org.apache.directory.shared.asn1.der
DER UTC time object.
DERUTCTime(byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DERUTCTime
Basic DERObject constructor.
DERUTF8String - Class in org.apache.directory.shared.asn1.der
DER UTF8String object.
DERUTF8String(byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DERUTF8String
Basic DERObject constructor.
DERVisibleString - Class in org.apache.directory.shared.asn1.der
DER VisibleString object.
DERVisibleString(byte[]) - Constructor for class org.apache.directory.shared.asn1.der.DERVisibleString
Basic DERObject constructor.
DESC_ATTR - Static variable in class org.apache.directory.server.core.schema.SchemaFromSearchConverter
 
descendants(String) - Method in class org.apache.directory.server.core.authz.support.DummyAttributeTypeRegistry
 
descendants(String) - Method in interface org.apache.directory.server.core.schema.AttributeTypeRegistry
Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.
descendants(String) - Method in class org.apache.directory.server.core.schema.bootstrap.BootstrapAttributeTypeRegistry
 
descendants(String) - Method in class org.apache.directory.server.core.schema.global.GlobalAttributeTypeRegistry
 
description - Variable in class org.apache.directory.shared.ldap.schema.AbstractSchemaObject
a short description of this SchemaObject
DescriptionUtils - Class in org.apache.directory.shared.ldap.schema
Utility class used to generate schema object specifications.
DescriptionUtils() - Constructor for class org.apache.directory.shared.ldap.schema.DescriptionUtils
 
deserialize(Attributes) - Static method in class org.apache.directory.server.core.jndi.JavaLdapSupport
Resusitates an object from a serialized attribute in an entry that conforms to the specifications for representing Java Objects in an LDAP Directory (RFC 2713).
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.AttributeSerializer
Deserializes an attribute from the custom serialization structure.
deserialize(byte[], int) - Static method in class org.apache.directory.server.core.partition.impl.btree.jdbm.AttributeSerializer
Deserializes an attribute from the custom serialization structure.
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.AttributesSerializer
 
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.BigIntegerSerializer
 
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.StringSerializer
 
destroy() - Method in interface org.apache.directory.daemon.DaemonApplication
The application should destroy resources created in init() here.
DESTROY - Static variable in interface org.apache.directory.daemon.ExitCodes
 
destroy() - Method in class org.apache.directory.daemon.JsvcBootstrapper
 
destroy() - Method in class org.apache.directory.mitosis.service.ReplicationService
 
destroy() - Method in class org.apache.directory.server.benchmarks.BindBenchmark
Attempts to force this thread to exit by closing the connections to the directory server and setting them to null.
destroy() - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Calls AbstractAuthenticator.doDestroy() method, and clears default properties (factoryConfiguration and configuration).
destroy() - Method in class org.apache.directory.server.core.authn.AuthenticationService
Deinitializes and deregisters all Authenticators from this service.
destroy() - Method in interface org.apache.directory.server.core.authn.Authenticator
Called by AuthenticationService to indicate that this authenticator is being removed from service.
destroy() - Method in class org.apache.directory.server.core.exception.ExceptionService
 
destroy() - Method in class org.apache.directory.server.core.interceptor.BaseInterceptor
This method does nothing by default.
destroy() - Method in interface org.apache.directory.server.core.interceptor.Interceptor
Deinitializes this interceptor.
destroy() - Method in class org.apache.directory.server.core.interceptor.InterceptorChain
Deinitializes and deregisters all interceptors this chain contains.
destroy() - Method in class org.apache.directory.server.core.interceptor.InterceptorChainTest.MockInterceptor
 
destroy() - Method in class org.apache.directory.server.core.normalization.NormalizationService
 
destroy() - Method in class org.apache.directory.server.core.operational.OperationalAttributeService
 
destroy() - Method in class org.apache.directory.server.core.partition.AbstractPartition
Calls AbstractPartition.doDestroy() where you have to put your destroy code in, and clears default properties.
destroy() - Method in class org.apache.directory.server.core.partition.DefaultPartitionNexus
 
destroy() - Method in class org.apache.directory.server.core.partition.impl.btree.BTreePartition
 
destroy() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
destroy() - Method in interface org.apache.directory.server.core.partition.Partition
Deinitialized this partition.
destroy() - Method in class org.apache.directory.server.core.partition.PartitionNexusProxy
 
destroy() - Method in class org.apache.directory.server.core.schema.SchemaService
Destroy the Schema Service
DestroyContextITest - Class in org.apache.directory.server.core.jndi
Tests the destroyContext methods of the provider.
DestroyContextITest() - Constructor for class org.apache.directory.server.core.jndi.DestroyContextITest
 
destroySubcontext(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
destroySubcontext(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
destroySubcontext(String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
destroySubcontext(Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
DhcpAttributeTypeProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of schema attributeType definations for the dhcp schema.
DhcpAttributeTypeProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.DhcpAttributeTypeProducer
 
DhcpComparatorProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of Comparator objects for the dhcp schema.
DhcpComparatorProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.DhcpComparatorProducer
 
DhcpDitContentRuleProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of DitContentRule objects for the dhcp schema.
DhcpDitContentRuleProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.DhcpDitContentRuleProducer
 
DhcpDitStructureRuleProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of DitStructureRule objects for the dhcp schema.
DhcpDitStructureRuleProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.DhcpDitStructureRuleProducer
 
DhcpMatchingRuleProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of MatchingRule objects for the dhcp schema.
DhcpMatchingRuleProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.DhcpMatchingRuleProducer
 
DhcpMatchingRuleUseProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of MatchingRuleUse objects for the dhcp schema.
DhcpMatchingRuleUseProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.DhcpMatchingRuleUseProducer
 
DhcpNameFormProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of NameForm objects for the dhcp schema.
DhcpNameFormProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.DhcpNameFormProducer
 
DhcpNormalizerProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of Normalizer objects for the dhcp schema.
DhcpNormalizerProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.DhcpNormalizerProducer
 
DhcpObjectClassProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of schema objectClass definations for the dhcp schema.
DhcpObjectClassProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.DhcpObjectClassProducer
 
DhcpObjectFactoryProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of ObjectFactory objects for the dhcp schema.
DhcpObjectFactoryProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.DhcpObjectFactoryProducer
 
DhcpSchema - Class in org.apache.directory.server.core.schema.bootstrap
Top level dhcp schema class.
DhcpSchema() - Constructor for class org.apache.directory.server.core.schema.bootstrap.DhcpSchema
 
DhcpStateFactoryProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of StateFactory objects for the dhcp schema.
DhcpStateFactoryProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.DhcpStateFactoryProducer
 
DhcpSyntaxCheckerProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of SyntaxChecker objects for the dhcp schema.
DhcpSyntaxCheckerProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.DhcpSyntaxCheckerProducer
 
DhcpSyntaxProducer - Class in org.apache.directory.server.core.schema.bootstrap
A producer of Syntax objects for the dhcp schema.
DhcpSyntaxProducer() - Constructor for class org.apache.directory.server.core.schema.bootstrap.DhcpSyntaxProducer
 
DIGIT - Static variable in class org.apache.directory.shared.ldap.util.StringTools
'0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'
DirectoryClassUtils - Class in org.apache.directory.shared.ldap.util
 
DirectoryClassUtils() - Constructor for class org.apache.directory.shared.ldap.util.DirectoryClassUtils
 
DirectoryClassUtilsTest - Class in org.apache.directory.shared.ldap.util
Test case for DirectoryClassUtils.
DirectoryClassUtilsTest() - Constructor for class org.apache.directory.shared.ldap.util.DirectoryClassUtilsTest
 
directoryHost - Static variable in class org.apache.directory.server.benchmarks.BindBenchmark
 
DirectoryPartitionConfigurationITest - Class in org.apache.directory.server.core.configuration
Tests AddPartitionConfiguration and RemovePartitionConfiguration works correctly.
DirectoryPartitionConfigurationITest() - Constructor for class org.apache.directory.server.core.configuration.DirectoryPartitionConfigurationITest
 
directoryPort - Static variable in class org.apache.directory.server.benchmarks.BindBenchmark
 
DirectoryService - Class in org.apache.directory.server.core
Provides JNDI service to AbstractContextFactory.
DirectoryService() - Constructor for class org.apache.directory.server.core.DirectoryService
 
DirectoryServiceConfiguration - Interface in org.apache.directory.server.core
Represents the global configuration of currently running DirectoryService.
DirectoryServiceListener - Interface in org.apache.directory.server.core
An event handler that listens to the changes occurs to DirectoryService.
DirectoryStringSyntaxChecker - Class in org.apache.directory.shared.ldap.schema.syntax
A SyntaxChecker which verifies that a value is a Directory String according to RFC 4517.
DirectoryStringSyntaxChecker() - Constructor for class org.apache.directory.shared.ldap.schema.syntax.DirectoryStringSyntaxChecker
Creates a new instance of DirectoryStringSyntaxChecker.
DirectoryStringSyntaxCheckerTest - Class in org.apache.directory.shared.ldap.schema.syntax
Test cases for DirectoryStringSyntaxChecker.
DirectoryStringSyntaxCheckerTest() - Constructor for class org.apache.directory.shared.ldap.schema.syntax.DirectoryStringSyntaxCheckerTest
 
DIRSERVER169ITest - Class in org.apache.directory.server.core.jndi
Contributed by Luke Taylor to fix DIRSERVER-169.
DIRSERVER169ITest() - Constructor for class org.apache.directory.server.core.jndi.DIRSERVER169ITest
 
disallowIndefiniteLength() - Method in class org.apache.directory.shared.asn1.ber.Asn1Decoder
Disallow indefinite length.
disallowIndefiniteLength() - Method in interface org.apache.directory.shared.asn1.ber.tlv.ITLVBerDecoderMBean
Disallow indefinite length.
disconnect() - Method in class org.apache.ldap.clients.LdapBind
Close the socket
discover(String, Properties[], boolean) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
Discovers a value within a set of Properties either halting on the first time the property is discovered or continuing on to take the last value found for the property key.
discover(Properties, Properties[], boolean) - Static method in class org.apache.directory.shared.ldap.util.PropertiesUtils
Merges a set of properties from source Properties into a target properties instance containing keys.
DisjunctionEnumeration - Class in org.apache.directory.server.core.partition.impl.btree
A Cursor of Cursors performing a union on all underlying Cursors resulting in the disjunction of expressions represented by the constituant child Cursors.
DisjunctionEnumeration(NamingEnumeration[]) - Constructor for class org.apache.directory.server.core.partition.impl.btree.DisjunctionEnumeration
Creates a DisjunctionEnumeration over a set of child NamingEnumerations.
displayEntry(BigInteger, Attributes) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.PartitionFrame
 
dispose(IoSession) - Method in class org.apache.directory.shared.asn1.codec.Asn1CodecEncoder
 
DITContentRule - Interface in org.apache.directory.shared.ldap.schema
A ditContentRule specification.
DITContentRuleRegistry - Interface in org.apache.directory.server.core.schema
An DITContentRule registry's service interface.
DITStructureRule - Interface in org.apache.directory.shared.ldap.schema
A dITStructureRule definition.
DITStructureRuleRegistry - Interface in org.apache.directory.server.core.schema
An DITStructureRule registry service interface.
DN_ATTRIBUTES_FILTER_TAG - Static variable in class org.apache.directory.shared.ldap.codec.LdapConstants
 
DN_ATTRIBUTES_STATE - Static variable in class org.apache.directory.shared.ldap.codec.LdapStatesEnum
 
dnAttributes() - Method in class org.apache.directory.shared.ldap.filter.ExtensibleNode
Gets the Dn attributes.
DnComparator - Class in org.apache.directory.server.core.schema
 
DnComparator(AttributeTypeRegistry) - Constructor for class org.apache.directory.server.core.schema.DnComparator
 
DnNormalizer - Class in org.apache.directory.server.core.schema
 
DnNormalizer(AttributeTypeRegistry) - Constructor for class org.apache.directory.server.core.schema.DnNormalizer
 
DnParserDIRSERVER_584_Test - Class in org.apache.directory.shared.ldap.name
Testcase devised specifically for DIRSERVER-584.
DnParserDIRSERVER_584_Test() - Constructor for class org.apache.directory.shared.ldap.name.DnParserDIRSERVER_584_Test
 
DNUtils - Class in org.apache.directory.shared.ldap.codec.util
Utility class used by the LdapDN Parser.
DNUtils() - Constructor for class org.apache.directory.shared.ldap.codec.util.DNUtils
 
DNUtils - Class in org.apache.directory.shared.ldap.util
Utility class used by the LdapDN Parser.
DNUtils() - Constructor for class org.apache.directory.shared.ldap.util.DNUtils
 
DNUtilsTest - Class in org.apache.directory.shared.ldap.codec.util
Test the class DNUtils
DNUtilsTest() - Constructor for class org.apache.directory.shared.ldap.codec.util.DNUtilsTest
 
doAddDialog() - Method in class org.apache.directory.server.core.partition.impl.btree.gui.PartitionFrame
Displays a entry addition dialog.
doAnnotate(String) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.PartitionFrame
 
doAscendingScan() - Method in class org.apache.directory.server.core.partition.impl.btree.NoDupsEnumeration
Gets the direction of this NamingEnumeration.
doDebug(String, String, String, String) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.PartitionFrame
 
doDelete - Variable in class org.apache.directory.server.core.jndi.RootDSEITest
flag whether to delete database files for each test or not
doDelete(File) - Method in class org.apache.directory.server.core.jndi.RootDSEITest
Deletes the Eve working directory.
doDestroy() - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Implement your deinitialization code here.
doDestroy() - Method in class org.apache.directory.server.core.partition.AbstractPartition
Override this method to put your initialization code.
doFilterDialog(String) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.PartitionFrame
 
doImport() - Method in class org.apache.directory.server.core.partition.impl.btree.gui.PartitionFrame
 
doInit() - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Implement your initialization code here.
doInit() - Method in class org.apache.directory.server.core.partition.AbstractPartition
Override this method to put your initialization code.
doReferralException(LdapDN, LdapDN, Attribute) - Method in class org.apache.directory.server.core.referral.ReferralService
 
doReferralExceptionOnSearchBase() - Method in class org.apache.directory.server.core.enumeration.ReferralHandlingEnumeration
 
doReferralExceptionOnSearchBase(LdapDN, Attribute, int) - Method in class org.apache.directory.server.core.referral.ReferralService
 
doReferralExceptionOnSearchBase(LdapDN, LdapDN, Attribute, int) - Method in class org.apache.directory.server.core.referral.ReferralService
 
doRun(String, String, String, String) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.PartitionFrame
 
doRunDebugAnnotate(FilterDialog, String) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.PartitionFrame
 
doScan(String, String) - Method in class org.apache.directory.server.core.partition.impl.btree.gui.IndexDialog
 
doSerializerSpeedTest() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.AttributeSerializerTest
 
drop(BigInteger) - Method in interface org.apache.directory.server.core.partition.impl.btree.Index
 
drop(Object, BigInteger) - Method in interface org.apache.directory.server.core.partition.impl.btree.Index
 
drop(Attribute, BigInteger) - Method in interface org.apache.directory.server.core.partition.impl.btree.Index
If the Attribute does not have any values then this reduces to a drop(BigInteger) call.
drop(Attributes, BigInteger) - Method in interface org.apache.directory.server.core.partition.impl.btree.Index
If the Attribute for this index within the Attributes does not have any values then this reduces to a drop(BigInteger) call.
drop(Object, BigInteger) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
 
drop(BigInteger) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
 
drop(Attribute, BigInteger) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
 
drop(Attributes, BigInteger) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
 
DummyAttributeTypeRegistry - Class in org.apache.directory.server.core.authz.support
A mock AttributeTypeRegistry to test ACITupleFilter implementations.
DummyAttributeTypeRegistry(boolean) - Constructor for class org.apache.directory.server.core.authz.support.DummyAttributeTypeRegistry
 
DummyOidRegistry - Class in org.apache.directory.server.core.authz.support
A mock OidRegistry to test ACITupleFilter implementations.
DummyOidRegistry() - Constructor for class org.apache.directory.server.core.authz.support.DummyOidRegistry
 
dumpByte(byte) - Static method in class org.apache.directory.shared.asn1.util.Asn1StringUtils
Helper function that dump a byte in hex form
dumpByte(byte) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Helper function that dump a byte in hex form
dumpBytes(byte[]) - Static method in class org.apache.directory.shared.asn1.util.Asn1StringUtils
Helper function that dump an array of bytes in hex form
dumpBytes(byte[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Helper function that dump an array of bytes in hex form
dumpHex(byte) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Helper function that returns a char from an hex
dumpHexPairs(byte[]) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Helper function that dump an array of bytes in hex pair form, without '0x' and space chars
dumpObject(Object) - Static method in class org.apache.directory.shared.ldap.util.StringTools
Helper method to render an object which can be a String or a byte[]
DupsEnumeration - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
NamingEnumeration that enumerates over duplicate values nested into a value using a TreeSet.
DupsEnumeration(JdbmTable, NoDupsEnumeration) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsEnumeration
Creates a DupsEnumeration over a enumeration of Tuples holding TreeSets for values that have the same key.

$ A B C D E F G H I J K L M N O P Q R S T U V W X _