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

A

A6RecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.1.1.
A6RecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.A6RecordEncoder
 
abandon(AbandonRequest) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
abandon(int) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
abandon() - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
abandonAllOutstandingRequests() - Method in class org.apache.directory.server.ldap.LdapSession
Abandons all outstanding requests associated with this session.
abandoned - Variable in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
A flag if the search operation is abandoned
abandonOutstandingRequest(int) - Method in class org.apache.directory.server.ldap.LdapSession
Abandons a specific request by messageId.
AbandonRequestHandler - Class in org.apache.directory.server.ldap.handlers.request
AbandonRequest message received handler implementation.
AbandonRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.request.AbandonRequestHandler
 
abort() - Method in class org.apache.directory.server.core.api.partition.PartitionReadTxn
Abort a transaction.
abort() - Method in interface org.apache.directory.server.core.api.partition.PartitionTxn
Abort a transaction.
abort() - Method in class org.apache.directory.server.core.api.partition.PartitionWriteTxn
Abort a transaction.
abort() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartitionWriteTxn
Abort a transaction.
AbstractAdministrativePoint - Class in org.apache.directory.server.core.api.administrative
Abstract implementation for the AdministrativePoint
AbstractAdministrativePoint(Dn, String, AdministrativeRole) - Constructor for class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
Creates a new instance of AbstractAdministrativePoint.
AbstractAuthenticator - Class in org.apache.directory.server.core.authn
Base class for all Authenticators.
AbstractAuthenticator(AuthenticationLevel) - Constructor for class org.apache.directory.server.core.authn.AbstractAuthenticator
Creates a new instance.
AbstractAuthenticator(AuthenticationLevel, Dn) - Constructor for class org.apache.directory.server.core.authn.AbstractAuthenticator
Creates a new instance.
AbstractBTreePartition - Class in org.apache.directory.server.core.partition.impl.btree
An abstract Partition that uses general BTree operations.
AbstractBTreePartition(SchemaManager) - Constructor for class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Creates a B-tree based context partition.
AbstractBTreePartition(SchemaManager, DnFactory) - Constructor for class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Creates a B-tree based context partition.
AbstractChangeOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
An abstract base class used by all change inducing operations.
AbstractChangeOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
Creates a new instance of AbstractChangeOperationContext.
AbstractChangeOperationContext(CoreSession, Dn) - Constructor for class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
Creates a new instance of AbstractChangeOperationContext.
AbstractContextFactory - Class in org.apache.directory.server.core.jndi
A server-side JNDI provider implementation of InitialContextFactory.
AbstractContextFactory() - Constructor for class org.apache.directory.server.core.jndi.AbstractContextFactory
 
AbstractDhcpService - Class in org.apache.directory.server.dhcp.service
Abstract implementation of the server-side DHCP protocol.
AbstractDhcpService() - Constructor for class org.apache.directory.server.dhcp.service.AbstractDhcpService
 
AbstractDhcpStore - Class in org.apache.directory.server.dhcp.store
Abstract base implementation of a DhcpStore.
AbstractDhcpStore() - Constructor for class org.apache.directory.server.dhcp.store.AbstractDhcpStore
 
AbstractIndex<K,E> - Class in org.apache.directory.server.xdbm
A generic index implementation that is just used to hold the index configuration parameters (attributeId, cacheSize, wkDirPath).
AbstractIndex() - Constructor for class org.apache.directory.server.xdbm.AbstractIndex
Creates a new instance of AbstractIndex.
AbstractIndex(boolean) - Constructor for class org.apache.directory.server.xdbm.AbstractIndex
Creates a new instance of AbstractIndex.
AbstractIndex(String, boolean) - Constructor for class org.apache.directory.server.xdbm.AbstractIndex
Creates a new instance of AbstractIndex.
AbstractIndexCursor<V> - Class in org.apache.directory.server.xdbm
An abstract Cursor used by the index cursors.
AbstractIndexCursor() - Constructor for class org.apache.directory.server.xdbm.AbstractIndexCursor
 
AbstractLayout - Class in org.apache.directory.server.core.api
Convenience class to encapsulate paths to various directories and files within an layout.
AbstractLayout(File) - Constructor for class org.apache.directory.server.core.api.AbstractLayout
Creates a new instance of AbstractLayout.
AbstractLayout(String) - Constructor for class org.apache.directory.server.core.api.AbstractLayout
Creates a new instance of AbstractLayout.
AbstractLdapTestUnit - Class in org.apache.directory.server.core.integ
An abstract class created to hold common elements.
AbstractLdapTestUnit() - Constructor for class org.apache.directory.server.core.integ.AbstractLdapTestUnit
 
AbstractLdifPartition - Class in org.apache.directory.server.core.partition.ldif
A common base class for LDIF file based Partition implementations.
AbstractLdifPartition(SchemaManager) - Constructor for class org.apache.directory.server.core.partition.ldif.AbstractLdifPartition
Creates a new instance of AbstractLdifPartition.
AbstractLdifPartition(SchemaManager, DnFactory) - Constructor for class org.apache.directory.server.core.partition.ldif.AbstractLdifPartition
Creates a new instance of AbstractLdifPartition.
AbstractMechanismHandler - Class in org.apache.directory.server.ldap.handlers.sasl
An abstract class for all the MechanismHandlers, implementing some common methods
AbstractMechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.sasl.AbstractMechanismHandler
 
AbstractOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
This abstract class stores common context elements, like the Dn, which is used in all the contexts.
AbstractOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Creates a new instance of AbstractOperationContext.
AbstractOperationContext(CoreSession, Dn) - Constructor for class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Creates a new instance of AbstractOperationContext.
AbstractPartition - Class in org.apache.directory.server.core.api.partition
A Partition that helps users to implement their own partition.
AbstractPartition() - Constructor for class org.apache.directory.server.core.api.partition.AbstractPartition
 
AbstractProtocolService - Class in org.apache.directory.server.protocol.shared
An abstract base class for a ProtocolService.
AbstractProtocolService() - Constructor for class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
AbstractRegistrySynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
An abstract registry synchronizer with some reused functionality.
AbstractRegistrySynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
 
AbstractSaslCallbackHandler - Class in org.apache.directory.server.ldap.handlers.sasl
Base class for all SASL CallbackHandlers.
AbstractSaslCallbackHandler(DirectoryService, BindRequest) - Constructor for class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
Creates a new instance of AbstractSaslCallbackHandler.
AbstractSaslServer - Class in org.apache.directory.server.ldap.handlers.sasl
An abstract class containing common parts for the SaslServer local implementation, like the BindRequest;
AbstractSaslServer(LdapSession, CoreSession, BindRequest) - Constructor for class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslServer
 
AbstractStoredProcedureParameterInjector - Class in org.apache.directory.server.core.trigger
 
AbstractStoredProcedureParameterInjector(OperationContext) - Constructor for class org.apache.directory.server.core.trigger.AbstractStoredProcedureParameterInjector
 
AbstractTable<K,V> - Class in org.apache.directory.server.xdbm
A Abstract Table implementation aggregating the methods common with all the different Table implementation.
AbstractTable(SchemaManager, String, Comparator<K>, Comparator<V>) - Constructor for class org.apache.directory.server.xdbm.AbstractTable
Create an instance of Table
AbstractTransport - Class in org.apache.directory.server.protocol.shared.transport
 
AbstractTransport() - Constructor for class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Creates an instance of an Abstract Transport class.
AbstractTransport(int) - Constructor for class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Creates an instance of an Abstract Transport class, using localhost and port.
AbstractTransport(int, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Creates an instance of an Abstract Transport class, using localhost and port.
AbstractTransport(String, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Creates an instance of an Abstract Transport class, using the given address and port.
AbstractTransport(int, int, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Creates an instance of the AbstractTransport class on LocalHost
AbstractTransport(String, int, int, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Creates an instance of the AbstractTransport class
accept(SearchOperationContext, Entry) - Method in interface org.apache.directory.server.core.api.filtering.EntryFilter
Filters the contents of search entries on the way out the door to client callers.
acceptor - Variable in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
The IoAcceptor used to accept requests
ACCESS_CONTROL_SUBENTRIES_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
ACCESS_CONTROL_SUBENTRIES_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
AccessControlAAP - Class in org.apache.directory.server.core.api.administrative
An class used to create an AccessControl AAP
AccessControlAAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.AccessControlAAP
Create an instance of AccessControl AdministrativePoint
AccessControlAdministrativePoint - Class in org.apache.directory.server.core.api.administrative
An abstract class used for AccessControl APs
AccessControlAdministrativePoint(Dn, String, AdministrativeRole) - Constructor for class org.apache.directory.server.core.api.administrative.AccessControlAdministrativePoint
Create an instance of AccessControlAdministrativePoint
AccessControlIAP - Class in org.apache.directory.server.core.api.administrative
A class used to create an AccessControl IAP
AccessControlIAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.AccessControlIAP
Create an instance of AccessControl IAP
AccessControlSAP - Class in org.apache.directory.server.core.api.administrative
An class used to create AccessControl SAPs
AccessControlSAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.AccessControlSAP
Create an instance of AccessControl AdministrativePoint
ACDFEngine - Class in org.apache.directory.server.core.authz.support
An implementation of Access Control Decision Function (18.8, X.501).
ACDFEngine(SchemaManager) - Constructor for class org.apache.directory.server.core.authz.support.ACDFEngine
Creates a new instance.
ACI_LOG - Static variable in interface org.apache.directory.server.core.authz.support.ACITupleFilter
the dedicated logger for ACI
AciAuthorizationInterceptor - Class in org.apache.directory.server.core.authz
An ACI based authorization service.
AciAuthorizationInterceptor() - Constructor for class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
Create a AciAuthorizationInterceptor instance
AciContext - Class in org.apache.directory.server.core.authz.support
A container used to pass parameters to the ACDF engine
AciContext(SchemaManager, OperationContext) - Constructor for class org.apache.directory.server.core.authz.support.AciContext
Creates a new instance of AciContext.
ACITupleFilter - Interface in org.apache.directory.server.core.authz.support
An interface that filters the specified collection of tuples using the specified extra information.
ack(long) - Method in interface org.apache.directory.server.core.api.journal.Journal
Records a ack for a change
ack(long) - Method in interface org.apache.directory.server.core.api.journal.JournalStore
Records a ack for a change
ack(long) - Method in class org.apache.directory.server.core.journal.DefaultJournal
Records a ack for a change
ack(long) - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
Records a ack for a change
action(EncryptionKeyContainer) - Method in class org.apache.directory.shared.kerberos.codec.encryptionKey.actions.EncryptionKeyInit
action(PrincipalNameContainer) - Method in class org.apache.directory.shared.kerberos.codec.principalName.actions.PrincipalNameInit
action(PrincipalNameContainer) - Method in class org.apache.directory.shared.kerberos.codec.principalName.actions.StoreNameString
ACTS - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "ACTS" reference identifier type.
add(AddOperationContext) - Method in class org.apache.directory.server.config.ReadOnlyConfigurationPartition
Adds an entry to this ContextPartition.
add(AddOperationContext) - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
Add an administrative point into the DIT.
add(Entry) - Method in interface org.apache.directory.server.core.api.CoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(Entry, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(Entry, boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(Entry, boolean, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(AddRequest) - Method in interface org.apache.directory.server.core.api.CoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(AddRequest, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(AttributeType, byte[]...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
add(AttributeType, String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
add(AttributeType, Value...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
add(String, AttributeType, byte[]...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
add(String, AttributeType, String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
add(String, AttributeType, Value...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
add(Attribute...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
add(String, String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
add(String, byte[]...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
add(String, Value...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
add(AddOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
add(AddOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
add(AddRequest) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
add(Entry) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
add(AddOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
Add an entry into the backend, going through the interceptor chain
add(AddOperationContext) - Method in interface org.apache.directory.server.core.api.partition.Partition
Adds an entry to this ContextPartition.
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AttributeTypeSynchronizer
Adds a new SchemaObject to its registry
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ComparatorSynchronizer
Adds a new SchemaObject to its registry
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitContentRuleSynchronizer
Adds a new SchemaObject to its registry
add(DitContentRule) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitContentRuleSynchronizer
 
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitStructureRuleSynchronizer
Adds a new SchemaObject to its registry
add(DitStructureRule) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitStructureRuleSynchronizer
 
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleSynchronizer
Adds a new SchemaObject to its registry
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleUseSynchronizer
Adds a new SchemaObject to its registry
add(MatchingRuleUse) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleUseSynchronizer
 
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NameFormSynchronizer
Adds a new SchemaObject to its registry
add(NameForm) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NameFormSynchronizer
 
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NormalizerSynchronizer
Adds a new SchemaObject to its registry
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ObjectClassSynchronizer
Adds a new SchemaObject to its registry
add(Entry) - Method in interface org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizer
Adds a new SchemaObject to its registry
add(AddOperationContext) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizerAdaptor
Add a new SchemaObject or a new Schema in the Schema partition.
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SchemaSynchronizer
Handles the addition of a metaSchema object to the schema partition.
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxCheckerSynchronizer
Adds a new SchemaObject to its registry
add(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxSynchronizer
Adds a new SchemaObject to its registry
add(AddOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Adds an entry to this ContextPartition.
add(AddOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.collective.CollectiveAttributeInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
Add an entry into the backend, going through the interceptor chain
add(AddOperationContext) - Method in class org.apache.directory.server.core.event.EventInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
In the pre-invocation state this interceptor method checks to see if the entry to be added already exists.
add(AddOperationContext) - Method in class org.apache.directory.server.core.hash.ConfigurableHashingInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.hash.PasswordHashingInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.kerberos.KeyDerivationInterceptor
Intercepts the addition of the 'userPassword' and 'krb5PrincipalName' attributes.
add(AddOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.number.NumberIncrementingInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Adds an entry to this ContextPartition.
add(PartitionTxn, K, String) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Add an entry into the index, associated with the element E.
add(PartitionTxn, K, String) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Add an entry into the index, associated with the element E.
add(AddOperationContext) - Method in class org.apache.directory.server.core.partition.ldif.LdifPartition
Adds an entry to this ContextPartition.
add(AddOperationContext) - Method in class org.apache.directory.server.core.partition.ldif.SingleFileLdifPartition
Adds an entry to this ContextPartition.
add(AddOperationContext) - Method in class org.apache.directory.server.core.ppolicy.PPolicyInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
add(Interceptor, int, ModifyOperationContext, LdapComparatorDescription) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
add(Interceptor, int, ModifyOperationContext, NormalizerDescription) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
add(Interceptor, int, ModifyOperationContext, SyntaxCheckerDescription) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
add(Entry) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(Entry, boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(Entry, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(Entry, boolean, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(AddRequest) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(AddRequest, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Adds an entry into the DirectoryService associated with this CoreSession.
add(AddOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Adds an entry to this ContextPartition.
add(AddOperationContext) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
add(AddOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
add(AddOperationContext) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
add(DhcpOption) - Method in class org.apache.directory.server.dhcp.options.OptionsField
 
add(PartitionTxn, K, String) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
 
add(PartitionTxn, K, E) - Method in interface org.apache.directory.server.xdbm.Index
Add an entry into the index, associated with the element E.
ADD_CHILD - Static variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
addAfter(String, Interceptor) - Method in interface org.apache.directory.server.core.api.DirectoryService
Add an interceptor after a given interceptor in the interceptor list.
addAfter(String, Interceptor) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Add an interceptor after a given interceptor in the interceptor list.
addAliasIndices(PartitionTxn, String, Dn, Dn) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Adds userIndices for an aliasEntry to be added to the database while checking for constrained alias constructs like alias cycles and chaining.
addAuthenticators(AuthenticatorBean...) - Method in class org.apache.directory.server.config.beans.AuthenticationInterceptorBean
 
addCertificate(String, byte[]) - Static method in class org.apache.directory.server.ldap.replication.ReplicationTrustManager
stores the given certificate into the keystore with the given alias name
addCertificates(Map<String, byte[]>) - Static method in class org.apache.directory.server.ldap.replication.ReplicationTrustManager
loads the given map of [alias-name, certificate-data] entries into the keystore to be used by the trust manager
addConsumer(ReplicationConsumer) - Method in class org.apache.directory.server.ldap.replication.consumer.PingerThread
Add a new consumer to ping
addConsumerEntry(ReplicaEventLog) - Method in class org.apache.directory.server.ldap.replication.provider.ReplConsumerManager
Add a new consumer entry in ou=consumers,ou=system
addContextPartition(Partition) - Method in interface org.apache.directory.server.core.api.partition.PartitionNexus
Add a partition to the server.
addContextPartition(Partition) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Add a partition to the server.
addDirectoryService(DirectoryServiceBean...) - Method in class org.apache.directory.server.config.beans.ConfigBean
Add underlying DirectoryServiceBean
addEnabledCiphers(String...) - Method in class org.apache.directory.server.config.beans.TransportBean
 
addEnabledProtocols(String...) - Method in class org.apache.directory.server.config.beans.TransportBean
 
addEntryFilter(EntryFilter) - Method in class org.apache.directory.server.core.api.filtering.CursorList
Adds an entry filter to this BaseEntryFilteringCursor at the very end of the filter list.
addEntryFilter(EntryFilter) - Method in interface org.apache.directory.server.core.api.filtering.EntryFilteringCursor
Adds an entry filter to this BaseEntryFilteringCursor at the very end of the filter list.
addEntryFilter(EntryFilter) - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
 
addEntryFilter(EntryFilter) - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
addExtendedOperationHandler(ExtendedOperationHandler<? extends ExtendedRequest, ? extends ExtendedResponse>) - Method in class org.apache.directory.server.ldap.LdapServer
Registers the specified ExtendedOperationHandler to this protocol provider to provide a specific LDAP extended operation.
addExtendedOps(ExtendedOpHandlerBean...) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
addFirst(Interceptor) - Method in interface org.apache.directory.server.core.api.DirectoryService
Add an interceptor in the first position in the interceptor list.
addFirst(Interceptor) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Add an interceptor in the first position in the interceptor list.
addHashAttributes(String[]) - Method in class org.apache.directory.server.config.beans.HashInterceptorBean
 
addHttpWebApps(HttpWebAppBean...) - Method in class org.apache.directory.server.config.beans.HttpServerBean
 
addIndex(Partition, String, int) - Method in class org.apache.directory.server.core.factory.AvlPartitionFactory
Adds a partition-specific index to the partition.
addIndex(Partition, String, int) - Method in class org.apache.directory.server.core.factory.JdbmPartitionFactory
Adds a partition-specific index to the partition.
addIndex(Partition, String, int) - Method in class org.apache.directory.server.core.factory.LdifPartitionFactory
Adds a partition-specific index to the partition.
addIndex(Partition, String, int) - Method in class org.apache.directory.server.core.factory.MavibotPartitionFactory
Adds a partition-specific index to the partition.
addIndex(Partition, String, int) - Method in interface org.apache.directory.server.core.factory.PartitionFactory
Adds a partition-specific index to the partition.
addIndex(Index<?, String>) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Adds a (system or user) index to the list of index for this store.
addIndex(Index<?, String>) - Method in interface org.apache.directory.server.xdbm.Store
Adds a (system or user) index to the list of index for this store.
addIndexedAttributes(Index<?, String>...) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Add some new indexes
addInterceptors(InterceptorBean...) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
Adds the interceptors in the server.
addKeyPair(Entry) - Static method in class org.apache.directory.server.core.security.TlsKeyGenerator
Adds a private key pair along with a self signed certificate to an entry making sure it contains the objectClasses and attributes needed to support the additions.
addKeyPair(Entry, String, String, String) - Static method in class org.apache.directory.server.core.security.TlsKeyGenerator
 
addKeyPair(Entry, String, String, String, int) - Static method in class org.apache.directory.server.core.security.TlsKeyGenerator
 
addKeyPair(Entry, String, String, Date, Date, String, int, PrivateKey, boolean) - Static method in class org.apache.directory.server.core.security.TlsKeyGenerator
 
addLast(Interceptor) - Method in interface org.apache.directory.server.core.api.DirectoryService
Add an interceptor in the last position in the interceptor list.
addLast(Interceptor) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Add an interceptor in the last position in the interceptor list.
addLdapSession(LdapSession) - Method in class org.apache.directory.server.ldap.LdapSessionManager
Adds a new LdapSession to the LdapServer.
addListener(DirectoryListener, NotificationCriteria) - Method in interface org.apache.directory.server.core.api.event.EventService
Registers a DirectoryListener for notification on change events on the DIT matching some notification criteria.
addName(String) - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
Add a new name to the PrincipalName
addNamingListener(Name, String, SearchControls, NamingListener) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
addNamingListener(String, String, SearchControls, NamingListener) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
addNamingListener(Name, String, Object[], SearchControls, NamingListener) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
addNamingListener(String, String, Object[], SearchControls, NamingListener) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
addNamingListener(Name, int, NamingListener) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
addNamingListener(String, int, NamingListener) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
addNamingListener(Name, int, NamingListener) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
addNamingListener(String, int, NamingListener) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
addNamingListener(Name, String, SearchControls, NamingListener) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
addNamingListener(String, String, SearchControls, NamingListener) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
addNamingListener(Name, String, Object[], SearchControls, NamingListener) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
addNamingListener(String, String, Object[], SearchControls, NamingListener) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
AddOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A Add context used for Interceptors.
AddOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.AddOperationContext
Creates a new instance of AddOperationContext.
AddOperationContext(CoreSession, Dn) - Constructor for class org.apache.directory.server.core.api.interceptor.context.AddOperationContext
Creates a new instance of AddOperationContext.
AddOperationContext(CoreSession, Entry) - Constructor for class org.apache.directory.server.core.api.interceptor.context.AddOperationContext
Creates a new instance of AddOperationContext.
AddOperationContext(CoreSession, Dn, Entry) - Constructor for class org.apache.directory.server.core.api.interceptor.context.AddOperationContext
Creates a new instance of AddOperationContext.
AddOperationContext(CoreSession, AddRequest) - Constructor for class org.apache.directory.server.core.api.interceptor.context.AddOperationContext
Creates a new instance of AddOperationContext.
addPagedSearchContext(PagedSearchContext) - Method in class org.apache.directory.server.ldap.LdapSession
Add a new Paged Search context into the stored context.
addPartition(Partition) - Method in interface org.apache.directory.server.core.api.DirectoryService
 
addPartition(Partition) - Method in class org.apache.directory.server.core.DefaultDirectoryService
addPartitions(PartitionBean...) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
addPasswordPolicies(PasswordPolicyBean...) - Method in class org.apache.directory.server.config.beans.AuthenticationInterceptorBean
 
addPolicy(Dn, PasswordPolicyConfiguration) - Method in class org.apache.directory.server.core.authn.ppolicy.PpolicyConfigContainer
add a entry specific policy
addPolicy(Dn, PasswordPolicyConfiguration) - Method in class org.apache.directory.server.core.ppolicy.PpolicyConfigContainer
add a entry specific policy
addReferral(Entry) - Method in interface org.apache.directory.server.core.api.ReferralManager
Add a referral to the manager.
addReferral(Entry) - Method in class org.apache.directory.server.core.shared.ReferralManagerImpl
Add a referral to the manager.
addReplAttributes(String...) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
addReplConsumers(ReplConsumerBean...) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
addRequestControl(Control) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Adds a request control to this operation.
addRequestControl(Control) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Adds a request control to this operation.
addRequestControls(Control[]) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Adds many request controls to this operation.
addRequestControls(Control[]) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Adds many request controls to this operation.
AddRequestHandler - Class in org.apache.directory.server.ldap.handlers.request
An LDAP add operation AddRequest MessageReceived handler.
AddRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.request.AddRequestHandler
 
addResourceRecord(ResourceRecord) - Method in class org.apache.directory.server.dns.service.DnsContext
 
addResourceRecords(Collection<ResourceRecord>) - Method in class org.apache.directory.server.dns.service.DnsContext
 
addResponseControl(Control) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Adds a response control to this operation.
addResponseControl(Control) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Adds a response control to this operation.
AddResponseHandler - Class in org.apache.directory.server.ldap.handlers.response
An LDAP add response operation AddResponse handler.
AddResponseHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.AddResponseHandler
 
AddressListOption - Class in org.apache.directory.server.dhcp.options
The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCP/IP network.
AddressListOption() - Constructor for class org.apache.directory.server.dhcp.options.AddressListOption
 
AddressOption - Class in org.apache.directory.server.dhcp.options
The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCP/IP network.
AddressOption() - Constructor for class org.apache.directory.server.dhcp.options.AddressOption
 
AddressRecordDecoder - Class in org.apache.directory.server.dns.io.decoder
A decoder for A records.
AddressRecordDecoder() - Constructor for class org.apache.directory.server.dns.io.decoder.AddressRecordDecoder
 
AddressRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.4.1.
AddressRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.AddressRecordEncoder
 
addSaslMechanismHandler(String, MechanismHandler) - Method in class org.apache.directory.server.ldap.LdapServer
 
addSaslRealms(String...) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
addSchemaObject(Interceptor, int, ModifyOperationContext, SchemaObject) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
addServers(ServerBean...) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
AddStoredProcedureParameterInjector - Class in org.apache.directory.server.core.trigger
 
AddStoredProcedureParameterInjector(OperationContext, Dn, Entry) - Constructor for class org.apache.directory.server.core.trigger.AddStoredProcedureParameterInjector
 
addSubentry(Dn, Subentry) - Method in class org.apache.directory.server.core.api.subtree.SubentryCache
Stores a new Subentry into the cache, associated with a Dn
addToCache(String, Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
adds the given entry to cache Note: this method is not called during add operation to avoid filling the cache with all the added entries
addToCache(String, Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
addToCache(String, Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
 
addToEnvironment(String, Object) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
addToEnvironment(String, Object) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
addToSchema(SchemaObject, String) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Add a new SchemaObject to the schema content, assuming that it has an associated schema and that this schema is loaded
addTransaction(Partition, PartitionTxn) - Method in interface org.apache.directory.server.core.api.CoreSession
Add a transaction associated with a partition if it's not already stored in teh transaction map.
addTransaction(Partition, PartitionTxn) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Add a transaction associated with a partition if it's not already stored in teh transaction map.
addTransports(TransportBean...) - Method in class org.apache.directory.server.config.beans.ServerBean
Add underlying transports
addTransports(Transport...) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Add underlying transports
ADMIN_PASSWORD_BYTES - Static variable in interface org.apache.directory.server.core.api.partition.PartitionNexus
 
ADMIN_PASSWORD_STRING - Static variable in interface org.apache.directory.server.core.api.partition.PartitionNexus
the initial admin passwd set on startup
ADMIN_SYSTEM_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
the default user principal or DN
ADMIN_SYSTEM_DN_NORMALIZED - Static variable in class org.apache.directory.server.constants.ServerDNConstants
the normalized user principal or DN
ADMIN_UID - Static variable in interface org.apache.directory.server.core.api.partition.PartitionNexus
the admin super user uid
AdministrativePoint - Interface in org.apache.directory.server.core.api.administrative
An interface used to describe an AdministrativePoint.
AdministrativePointInterceptor - Class in org.apache.directory.server.core.admin
An interceptor to manage the Administrative model
AdministrativePointInterceptor() - Constructor for class org.apache.directory.server.core.admin.AdministrativePointInterceptor
Creates a new instance of a AdministrativePointInterceptor.
administrativeRoleAT - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
ADMINISTRATORS_GROUP_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
The administrators group DN
adminRoleIdx - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
a system index on administrativeRole attribute
adminSession - Variable in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
The admin core session
AdsBaseBean - Class in org.apache.directory.server.config.beans
A class used to store the Base ADS configuration.
AdsBaseBean() - Constructor for class org.apache.directory.server.config.beans.AdsBaseBean
Create a new BaseBean instance
after(Response) - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
after(Entry) - Method in class org.apache.directory.server.core.api.filtering.CursorList
after(Entry) - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
after(E) - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
after(Tuple<K, SingletonOrOrderedSet<V>>) - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
after(E) - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
after(Tuple<K, V>) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
after(Tuple<K, V>) - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
after(Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
after(IndexEntry<K, String>) - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
after(Tuple<K, DupsContainer<V>>) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
after(E) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
after(Tuple<K, V>) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
after(Tuple<K, V>) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
after(V) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
after(Entry) - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
after(ReplicaEventMessage) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
after(IndexEntry<V, String>) - Method in class org.apache.directory.server.xdbm.AbstractIndexCursor
after(IndexEntry<K, String>) - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
after(Tuple<K, V>) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
after(Tuple<K, V>) - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
after(IndexEntry<String, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
after(IndexEntry<V, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
after(IndexEntry<V, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
after(IndexEntry<V, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
after(IndexEntry<V, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
after(IndexEntry<String, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
afterAll(ExtensionContext) - Method in class org.apache.directory.server.core.integ.ApacheDSTestExtension
 
afterAll(ExtensionContext) - Method in class org.apache.directory.server.core.integ.CreateDSTestExtension
We have to shutown the global DS now
afterAll(ExtensionContext) - Method in class org.apache.directory.server.core.integ.CreateLdapConnectionPoolExtension
 
afterEach(ExtensionContext) - Method in class org.apache.directory.server.core.integ.ApacheDSTestExtension
 
afterEach(ExtensionContext) - Method in class org.apache.directory.server.core.integ.CreateDSTestExtension
 
afterKey(K) - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
afterKey(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
 
afterKey(K) - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
 
afterKey(K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
afterKey(K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
afterKey(K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
 
afterKey(K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
afterKey(K) - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
 
afterLast() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
afterLast() - Method in class org.apache.directory.server.core.api.filtering.CursorList
afterLast() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
afterLast() - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
afterLast() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
afterLast() - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
afterLast() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
afterLast() - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
afterLast() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
afterLast() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
afterLast() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
afterLast() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
afterLast() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
afterLast() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
afterLast() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
afterLast() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
afterLast() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
afterLast() - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
afterLast() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
afterLast() - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
afterLast() - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
afterLast() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
afterValue(K, SingletonOrOrderedSet<V>) - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
 
afterValue(K, V) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
 
afterValue(K, V) - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
 
afterValue(K, DupsContainer<V>) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
afterValue(K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
afterValue(K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
 
afterValue(String, K) - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
afterValue(K, V) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
afterValue(K, V) - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
 
aliasCache - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
The alias cache
aliasedObjectNameAT - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
aliasIdx - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
a system index on aliasedObjectName attribute
ALIASMODE_KEY - Static variable in interface org.apache.directory.server.xdbm.search.SearchEngine
TODO put this in the right place The alias dereferencing mode key for JNDI providers
ALL_EVENT_TYPES_MASK - Static variable in enum org.apache.directory.server.core.api.event.EventType
 
AllEntriesCursor - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor over all entries in a partition which returns IndexEntries.
AllEntriesCursor(PartitionTxn, Store) - Constructor for class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
Creates a new instance of AllEntriesCursor
allowsDuplicates - Variable in class org.apache.directory.server.xdbm.AbstractTable
whether or not this table allows for duplicates
AllSubnetsAreLocal - Class in org.apache.directory.server.dhcp.options.perinterface
This option specifies whether or not the client may assume that all subnets of the IP network to which the client is connected use the same MTU as the subnet of that network to which the client is directly connected.
AllSubnetsAreLocal() - Constructor for class org.apache.directory.server.dhcp.options.perinterface.AllSubnetsAreLocal
 
ALWAYS - Static variable in interface org.apache.directory.server.xdbm.search.SearchEngine
TODO put this in the right place The alias dereferencing mode value for JNDI providers
AndCursor<V> - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor returning candidates satisfying a logical conjunction expression.
AndCursor(PartitionTxn, Cursor<IndexEntry<V, String>>, List<Evaluator<? extends ExprNode>>) - Constructor for class org.apache.directory.server.xdbm.search.cursor.AndCursor
Creates an instance of a AndCursor.
AndEvaluator - Class in org.apache.directory.server.xdbm.search.evaluator
An Evaluator for logical conjunction (AND) expressions.
AndEvaluator(AndNode, List<Evaluator<? extends ExprNode>>) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.AndEvaluator
Creates an instance of AndEvaluator
annotate(PartitionTxn, ExprNode) - Method in class org.apache.directory.server.xdbm.search.impl.DefaultOptimizer
Annotates the expression tree to determine optimal evaluation order based on the scan count for indices that exist for each expression node.
annotate(PartitionTxn, ExprNode) - Method in class org.apache.directory.server.xdbm.search.impl.NoOpOptimizer
 
annotate(PartitionTxn, ExprNode) - Method in interface org.apache.directory.server.xdbm.search.Optimizer
Annotates the expression node tree for optimized traversal metrics.
AnnotationUtils - Class in org.apache.directory.server.core.annotations
An helper class used to find annotations in methods and classes
AnonymousAuthenticator - Class in org.apache.directory.server.core.authn
An Authenticator that handles anonymous connections (type 'none').
AnonymousAuthenticator() - Constructor for class org.apache.directory.server.core.authn.AnonymousAuthenticator
Creates a new instance.
AnonymousAuthenticator(Dn) - Constructor for class org.apache.directory.server.core.authn.AnonymousAuthenticator
Creates a new instance.
anonymousBind() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
APACHE_ALIAS_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_ALIAS_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_CATALOG_ENTRY_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_CATALOG_ENTRY_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_CATALOGUE_ENTRY_BASE_DN_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_CATALOGUE_ENTRY_BASE_DN_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_CATALOGUE_ENTRY_NAME_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_CATALOGUE_ENTRY_NAME_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_FACTORY_CONFIGURATION_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_FACTORY_CONFIGURATION_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_ONE_ALIAS_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_ONE_ALIAS_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_ONE_LEVEL_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_ONE_LEVEL_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_PRESENCE_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_PRESENCE_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_RDN_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_RDN_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SAM_TYPE_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SAM_TYPE_AT - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
the Apache specific SAM type attribute
APACHE_SAM_TYPE_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SAM_TYPE_AT_OID - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
 
APACHE_SERVICE_CONFIGURATION_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SERVICE_CONFIGURATION_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SERVICE_FACTORYPID_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SERVICE_FACTORYPID_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SERVICE_PID_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SERVICE_PID_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SUB_ALIAS_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SUB_ALIAS_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SUB_LEVEL_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SUB_LEVEL_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SUBSCHEMA_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
APACHE_SUBSCHEMA_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
ApacheDS - Class in org.apache.directory.server.configuration
Apache Directory Server top level.
ApacheDS(LdapServer) - Constructor for class org.apache.directory.server.configuration.ApacheDS
Creates a new instance of the ApacheDS server
ApacheDsTanukiWrapper - Class in org.apache.directory.server.wrapper
A Tanuki Wrapper implementation for the ApacheDS service.
ApacheDSTestExtension - Class in org.apache.directory.server.core.integ
 
ApacheDSTestExtension() - Constructor for class org.apache.directory.server.core.integ.ApacheDSTestExtension
 
ApacheSchemaConstants - Class in org.apache.directory.server.constants
Constants from the Apache schema.
apply(DirectoryService, LdifEntry) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
ApplyLdifFiles - Annotation Type in org.apache.directory.server.core.annotations
A annotation used to specify an array of ldif files to load and apply on the instance used for integration testing.
ApplyLdifs - Annotation Type in org.apache.directory.server.core.annotations
A annotation used to specify an sequence of LDIF's to be applied to the instance for integration testing.
applyLdifs(AnnotatedElement, String, DirectoryService) - Static method in class org.apache.directory.server.core.factory.DSAnnotationProcessor
Apply the LDIF entries to the given service
ApproximateCursor<V> - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor over entry candidates matching an approximate assertion filter.
ApproximateCursor(PartitionTxn, Store, ApproximateEvaluator<V>) - Constructor for class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
Creates a new instance of ApproximateCursor
ApproximateEvaluator<T> - Class in org.apache.directory.server.xdbm.search.evaluator
An Evaluator which determines if candidates are matched by ApproximateNode assertions.
ApproximateEvaluator(ApproximateNode<T>, Store, SchemaManager) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.ApproximateEvaluator
Creates a new ApproximateEvaluator
ArpCacheTimeout - Class in org.apache.directory.server.dhcp.options.linklayer
This option specifies the timeout in seconds for ARP cache entries.
ArpCacheTimeout() - Constructor for class org.apache.directory.server.dhcp.options.linklayer.ArpCacheTimeout
 
ArrayMarshaller<E> - Class in org.apache.directory.server.core.avltree
Class to serialize the Array data.
ArrayMarshaller(Comparator<E>, Marshaller<E>) - Constructor for class org.apache.directory.server.core.avltree.ArrayMarshaller
Creates a new instance of AvlTreeMarshaller with a custom key Marshaller.
ArrayMarshaller(Comparator<E>) - Constructor for class org.apache.directory.server.core.avltree.ArrayMarshaller
Creates a new instance of AvlTreeMarshaller with the default key Marshaller which uses Java Serialization.
ArrayTree<K> - Class in org.apache.directory.server.core.avltree
A data structure simulating a tree (ie, a sorted list of elements) using an array.
ArrayTree(Comparator<K>) - Constructor for class org.apache.directory.server.core.avltree.ArrayTree
Creates a new instance of AVLTree.
ArrayTree(Comparator<K>, K[]) - Constructor for class org.apache.directory.server.core.avltree.ArrayTree
Creates a new instance of AVLTree.
ArrayTreeCursor<E> - Class in org.apache.directory.server.core.avltree
A Cursor for an ArrayTree.
ArrayTreeCursor(ArrayTree<E>) - Constructor for class org.apache.directory.server.core.avltree.ArrayTreeCursor
Create a cursor on an ArrayTree
assertCandidate(IndexEntry<K, I>) - Method in interface org.apache.directory.server.core.partition.impl.btree.IndexAssertion
Tests to see if a perspective candidate should be returned based on the evaluation of hard coded logic.
ATTRIBUTE_TYPE - Static variable in class org.apache.directory.server.core.authz.support.OperationScope
An operation that affects all values in an attribute type.
ATTRIBUTE_TYPE_AND_VALUE - Static variable in class org.apache.directory.server.core.authz.support.OperationScope
An operation that affects the specific value in an attribute type.
attributeId - Variable in class org.apache.directory.server.xdbm.AbstractIndex
The attribute identifier for this index
attributeType - Variable in class org.apache.directory.server.xdbm.AbstractIndex
the attribute type resolved for this JdbmIndex
attributeType - Variable in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
The AttributeType we will use for the evaluation
AttributeTypeProvider - Class in org.apache.directory.server.core.api
Provides commonly used AttributeTypes.
AttributeTypeProvider(SchemaManager) - Constructor for class org.apache.directory.server.core.api.AttributeTypeProvider
 
AttributeTypeSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
A handler for operations performed to add, delete, modify, rename and move schema AttributeTypes.
AttributeTypeSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.AttributeTypeSynchronizer
Creates a new instance of AttributeTypeSynchronizer.
authenticate(BindOperationContext) - Method in class org.apache.directory.server.core.authn.AnonymousAuthenticator
If the context is not configured to allow anonymous connections, this method throws a NoPermissionException.
authenticate(BindOperationContext) - Method in interface org.apache.directory.server.core.authn.Authenticator
Performs authentication and returns the principal if succeeded.
authenticate(BindOperationContext) - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
Performs authentication and returns the principal if succeeded.
authenticate(BindOperationContext) - Method in class org.apache.directory.server.core.authn.SimpleAuthenticator
Looks up userPassword attribute of the entry whose name is the value of Context.SECURITY_PRINCIPAL environment variable, and authenticates a user with the plain-text password.
authenticate(BindOperationContext) - Method in class org.apache.directory.server.core.authn.StrongAuthenticator
User has already been authenticated during SASL negotiation.
authenticate(IoSession, byte[]) - Method in interface org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmProvider
Handles a Type 3 NTLM response from the client.
AuthenticationInterceptor - Class in org.apache.directory.server.core.authn
An Interceptor that authenticates users.
AuthenticationInterceptor() - Constructor for class org.apache.directory.server.core.authn.AuthenticationInterceptor
Creates an authentication service interceptor.
AuthenticationInterceptorBean - Class in org.apache.directory.server.config.beans
A bean used to store the Authentictor interceptor condifuration
AuthenticationInterceptorBean() - Constructor for class org.apache.directory.server.config.beans.AuthenticationInterceptorBean
Creates a new AuthenticationInterceptorBean instance
Authenticator - Interface in org.apache.directory.server.core.authn
Authenticates users who access DefaultPartitionNexus.
AuthenticatorBean - Class in org.apache.directory.server.config.beans
Base authenticator bean
AuthenticatorBean() - Constructor for class org.apache.directory.server.config.beans.AuthenticatorBean
 
AuthenticatorImplBean - Class in org.apache.directory.server.config.beans
Configuration bean of an authenticator implementation.
AuthenticatorImplBean() - Constructor for class org.apache.directory.server.config.beans.AuthenticatorImplBean
Creates a new instance of AuthenticatorImplBean.
authorize(AuthorizeCallback) - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
Final check to authorize user.
authorize(AuthorizeCallback) - Method in class org.apache.directory.server.ldap.handlers.sasl.cramMD5.CramMd5CallbackHandler
 
authorize(AuthorizeCallback) - Method in class org.apache.directory.server.ldap.handlers.sasl.digestMD5.DigestMd5CallbackHandler
 
authorize(AuthorizeCallback) - Method in class org.apache.directory.server.ldap.handlers.sasl.gssapi.GssapiCallbackHandler
 
authorizedPrincipal - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
AUTONOMOUS_AREA_SUBENTRY_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
AUTONOMOUS_AREA_SUBENTRY_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
AutonomousAdministrativePoint - Class in org.apache.directory.server.core.api.administrative
 
AutonomousAdministrativePoint(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
Create an instance of AutonomousAdministrativePoint
available() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
available() - Method in class org.apache.directory.server.core.api.filtering.CursorList
available() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
available() - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
available() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
 
available() - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
 
available() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
available() - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
 
available() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
available() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
available() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
available() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
 
available() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
available() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
 
available() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
available() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
available() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
available() - Method in class org.apache.directory.server.xdbm.AbstractIndexCursor
available() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
available() - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
 
available() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
available() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
available() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
available() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
available() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
AvlIndex<K> - Class in org.apache.directory.server.xdbm.impl.avl
An Index backed by an AVL Tree.
AvlIndex() - Constructor for class org.apache.directory.server.xdbm.impl.avl.AvlIndex
 
AvlIndex(String) - Constructor for class org.apache.directory.server.xdbm.impl.avl.AvlIndex
 
AvlIndex(String, boolean) - Constructor for class org.apache.directory.server.xdbm.impl.avl.AvlIndex
 
AvlMasterTable - Class in org.apache.directory.server.xdbm.impl.avl
TODO Make it so the master table does not extend table interface - not needed with this single use of delete so we should just use containment.
AvlMasterTable(String, Comparator<String>, Comparator<Entry>, boolean) - Constructor for class org.apache.directory.server.xdbm.impl.avl.AvlMasterTable
 
AvlPartition - Class in org.apache.directory.server.core.partition.impl.avl
An XDBM Partition backed by in memory AVL Trees.
AvlPartition(SchemaManager) - Constructor for class org.apache.directory.server.core.partition.impl.avl.AvlPartition
Creates a store based on AVL Trees.
AvlPartition(SchemaManager, DnFactory) - Constructor for class org.apache.directory.server.core.partition.impl.avl.AvlPartition
Creates a store based on AVL Trees.
AvlPartitionFactory - Class in org.apache.directory.server.core.factory
A factory used to generate AvlPartitions.
AvlPartitionFactory() - Constructor for class org.apache.directory.server.core.factory.AvlPartitionFactory
 
AvlRdnIndex - Class in org.apache.directory.server.xdbm.impl.avl
A special index which stores Rdn objects.
AvlRdnIndex() - Constructor for class org.apache.directory.server.xdbm.impl.avl.AvlRdnIndex
 
AvlRdnIndex(String) - Constructor for class org.apache.directory.server.xdbm.impl.avl.AvlRdnIndex
 
AvlSingletonOrOrderedSetCursor<K,V> - Class in org.apache.directory.server.core.avltree
A Cursor for AvlTreeMap without duplicates.
AvlSingletonOrOrderedSetCursor(AvlTreeMap<K, V>) - Constructor for class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
 
AvlTable<K,V> - Class in org.apache.directory.server.xdbm.impl.avl
A Table implementation backed by in memory AVL tree.
AvlTable(String, Comparator<K>, Comparator<V>, boolean) - Constructor for class org.apache.directory.server.xdbm.impl.avl.AvlTable
 
AvlTableDupsCursor<K,V> - Class in org.apache.directory.server.xdbm.impl.avl
A Cursor which walks and advance over AvlTables that may contain duplicate keys with values stored in an AvlTree.
AvlTableDupsCursor(AvlTable<K, V>) - Constructor for class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
Creates a new instance of AvlTableDupsCursor.
AvlTree<K> - Interface in org.apache.directory.server.core.avltree
The interface for an AVL Tree.
AvlTreeCursor<E> - Class in org.apache.directory.server.core.avltree
A Cursor for an AvlTree.
AvlTreeCursor(AvlTree<E>) - Constructor for class org.apache.directory.server.core.avltree.AvlTreeCursor
 
AvlTreeImpl<K> - Class in org.apache.directory.server.core.avltree
An AVL tree implementation
AvlTreeImpl(Comparator<K>) - Constructor for class org.apache.directory.server.core.avltree.AvlTreeImpl
Creates a new instance of AVLTree.
AvlTreeMap<K,V> - Interface in org.apache.directory.server.core.avltree
An interface to the AVL tree based map.
AvlTreeMapImpl<K,V> - Class in org.apache.directory.server.core.avltree
An AvlTreeMap implementation with support to store both key and value.
AvlTreeMapImpl(Comparator<K>, Comparator<V>) - Constructor for class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Creates a new instance of AVLTreeMap without support for duplicate keys.
AvlTreeMapImpl(Comparator<K>, Comparator<V>, boolean) - Constructor for class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Creates a new instance of AVLTreeMap without support for duplicate keys.
AvlTreeMapNoDupsWrapperCursor<K,V> - Class in org.apache.directory.server.core.avltree
A cursor that converts SingletonOrOrderedSet objects in the value from a AvlTreeMap into Tuples with just K and V presuming that all the keys have no duplicates.
AvlTreeMapNoDupsWrapperCursor(AvlSingletonOrOrderedSetCursor<K, V>) - Constructor for class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
 
AvlTreeMarshaller<E> - Class in org.apache.directory.server.core.avltree
Class to serialize the AvlTree node data.
AvlTreeMarshaller(Comparator<E>, Marshaller<E>) - Constructor for class org.apache.directory.server.core.avltree.AvlTreeMarshaller
Creates a new instance of AvlTreeMarshaller with a custom key Marshaller.
AvlTreeMarshaller(Comparator<E>) - Constructor for class org.apache.directory.server.core.avltree.AvlTreeMarshaller
Creates a new instance of AvlTreeMarshaller with the default key Marshaller which uses Java Serialization.
AvlTreeSet<T extends Comparable<T>> - Class in org.apache.directory.server.core.avltree.avl
AVL Tree Set
AvlTreeSet() - Constructor for class org.apache.directory.server.core.avltree.avl.AvlTreeSet
 
AvlTreeSet(boolean) - Constructor for class org.apache.directory.server.core.avltree.avl.AvlTreeSet
 
AvlTreeSingleton<K> - Class in org.apache.directory.server.core.avltree
An immutable AvlTree wrapping a singleton.
AvlTreeSingleton(K, Comparator<K>) - Constructor for class org.apache.directory.server.core.avltree.AvlTreeSingleton
 

B

BAD_ARGUMENTS - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
BAD_COMMAND - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
baseDn - Variable in class org.apache.directory.server.config.beans.AuthenticatorBean
The base DN which will be the starting point from which we use the authenticator
BaseInterceptor - Class in org.apache.directory.server.core.api.interceptor
A easy-to-use implementation of Interceptor.
BaseInterceptor() - Constructor for class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Creates a new instance with a default name : the class name itself.
BaseInterceptor(String) - Constructor for class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Creates a new instance with a given name.
BaseInterceptor(InterceptorEnum) - Constructor for class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Creates a new instance with a given name.
BaseLevelScopeEvaluator<E> - Class in org.apache.directory.server.xdbm.search.evaluator
Evaluates base level scope assertions on candidates using an entry database.
BaseLevelScopeEvaluator(Store, ScopeNode) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.BaseLevelScopeEvaluator
Creates a one level scope node Evaluator for search expressions.
before(Response) - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
before(Entry) - Method in class org.apache.directory.server.core.api.filtering.CursorList
before(Entry) - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
before(E) - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
before(Tuple<K, SingletonOrOrderedSet<V>>) - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
 
before(E) - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
before(Tuple<K, V>) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
before(Tuple<K, V>) - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
Positions this Cursor over the same keys before the value of the supplied element Tuple.
before(Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
before(IndexEntry<K, String>) - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
before(Tuple<K, DupsContainer<V>>) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
Positions this Cursor before the key of the supplied tuple.
before(E) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
before(Tuple<K, V>) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
Positions this Cursor over the same keys before the value of the supplied valueTuple.
before(Tuple<K, V>) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
Positions this Cursor over the same keys before the value of the supplied element Tuple.
before(V) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
before(Entry) - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
before(ReplicaEventMessage) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
before(IndexEntry<V, String>) - Method in class org.apache.directory.server.xdbm.AbstractIndexCursor
before(IndexEntry<K, String>) - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
before(Tuple<K, V>) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
before(Tuple<K, V>) - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
Positions this Cursor over the same keys before the value of the supplied element Tuple.
before(IndexEntry<String, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
before(IndexEntry<V, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
before(IndexEntry<V, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
before(IndexEntry<V, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
before(IndexEntry<V, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
before(IndexEntry<String, String>) - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
beforeAll(ExtensionContext) - Method in class org.apache.directory.server.core.integ.ApacheDSTestExtension
 
beforeAll(ExtensionContext) - Method in class org.apache.directory.server.core.integ.CreateDSTestExtension
In the BeforeALl method, we will create a DirectoryService instance that will be used by all the tests for this class.
beforeAll(ExtensionContext) - Method in class org.apache.directory.server.core.integ.CreateLdapConnectionPoolExtension
 
beforeEach(ExtensionContext) - Method in class org.apache.directory.server.core.integ.ApacheDSTestExtension
We may have a method DS.
beforeEach(ExtensionContext) - Method in class org.apache.directory.server.core.integ.CreateDSTestExtension
Here, we will create a local directoryService if needed, and only if needed
beforeFirst() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
beforeFirst() - Method in class org.apache.directory.server.core.api.filtering.CursorList
beforeFirst() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
beforeFirst() - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
beforeFirst() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
beforeFirst() - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
beforeFirst() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
beforeFirst() - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
beforeFirst() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
beforeFirst() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
beforeFirst() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
beforeFirst() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
beforeFirst() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
beforeFirst() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
beforeFirst() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
beforeFirst() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
beforeFirst() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
beforeFirst() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
beforeKey(K) - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
 
beforeKey(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
 
beforeKey(K) - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
 
beforeKey(K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
beforeKey(K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
 
beforeKey(K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
 
beforeKey(K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
beforeKey(K) - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
 
beforeValue(K, SingletonOrOrderedSet<V>) - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
 
beforeValue(K, V) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
 
beforeValue(K, V) - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
 
beforeValue(K, DupsContainer<V>) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
beforeValue(K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
beforeValue(K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
 
beforeValue(String, K) - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
beforeValue(K, V) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
beforeValue(K, V) - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
 
beginReadTransaction() - Method in interface org.apache.directory.server.core.api.partition.Partition
Start a read transaction
beginReadTransaction() - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
 
beginReadTransaction() - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
 
beginReadTransaction() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
beginReadTransaction() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
 
beginReadTransaction() - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
 
beginReadTransaction() - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
beginSessionTransaction() - Method in interface org.apache.directory.server.core.api.CoreSession
Set the flag indicating we have received the startTransaction extended operation
beginSessionTransaction() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Set the flag indicating we have received the startTransaction extended operation
beginWriteTransaction() - Method in interface org.apache.directory.server.core.api.partition.Partition
Start a write transaction
beginWriteTransaction() - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
 
beginWriteTransaction() - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
 
beginWriteTransaction() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
beginWriteTransaction() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
 
beginWriteTransaction() - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
 
beginWriteTransaction() - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
BigIntegerSerializer - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A custom BigInteger serializer to [de]serialize BigIntegers.
BigIntegerSerializer() - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.BigIntegerSerializer
 
bind(BindRequest) - Method in class org.apache.directory.server.bridge.http.HttpDirectoryService
performs bind operation on the directory service with the given bind request.
bind(BindOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Filters BindOperationContext call.
bind(BindOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
Filters BindOperationContext call.
bind(SaslRequest) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
Process the SASL Bind.
bind() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
bind(BindRequest) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
bind(BindOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
bind(BindOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
Filters BindOperationContext call.
bind(BindOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
bind(String, Object, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
bind(Name, Object, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
bind(String, Object) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
bind(Name, Object) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
bind(String, Object) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
bind(Name, Object) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
bind(String, Object, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
bind(Name, Object, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
bind(BindOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
Filters BindOperationContext call.
bind(BindOperationContext) - Method in class org.apache.directory.server.core.ppolicy.PPolicyInterceptor
Filters BindOperationContext call.
BindOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A Bind context used for Interceptors.
BindOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
Creates a new instance of BindOperationContext.
bindRequest - Variable in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
The associated BindRequest
BindRequestHandler - Class in org.apache.directory.server.ldap.handlers.request
A single reply MessageReceived handler for BindRequests.
BindRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.request.BindRequestHandler
 
BindResponseHandler - Class in org.apache.directory.server.ldap.handlers.response
A single reply handler for BindResponses.
BindResponseHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.BindResponseHandler
 
BindResponseHolder - Class in org.apache.directory.server.bridge.http
A holder class for holding LdapConnection and BindResponse object.
BindResponseHolder(BindResponse, LdapConnection) - Constructor for class org.apache.directory.server.bridge.http.BindResponseHolder
 
BootfileName - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used to identify a bootfile when the 'file' field in the DHCP header has been used for DHCP options.
BootfileName() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.BootfileName
 
BootFileSize - Class in org.apache.directory.server.dhcp.options.vendor
This option specifies the length in 512-octet blocks of the default boot image for the client.
BootFileSize() - Constructor for class org.apache.directory.server.dhcp.options.vendor.BootFileSize
 
BroadcastAddress - Class in org.apache.directory.server.dhcp.options.perinterface
This option specifies the broadcast address in use on the client's subnet.
BroadcastAddress() - Constructor for class org.apache.directory.server.dhcp.options.perinterface.BroadcastAddress
 
BTreeRedirect - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A redirection pointer to another BTree.
BTreeRedirect(long) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeRedirect
 
BTreeRedirectMarshaller - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
Serializes and deserializes a BTreeRedirect object to and from a byte[] representation.
BTreeRedirectMarshaller() - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeRedirectMarshaller
 
build(PartitionTxn, ExprNode, PartitionSearchResult) - Method in class org.apache.directory.server.xdbm.search.impl.CursorBuilder
 
build(PartitionTxn, ExprNode) - Method in class org.apache.directory.server.xdbm.search.impl.EvaluatorBuilder
 
buildEntryDn(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
builds the Dn of the entry identified by the given id
byPassed - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
the Interceptors bypassed by this operation
ByteOption - Class in org.apache.directory.server.dhcp.options
The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCP/IP network.
ByteOption() - Constructor for class org.apache.directory.server.dhcp.options.ByteOption
 

C

cacheNewGroup(String, Entry) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
cacheSize - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
The Entry cache size for this partition
cacheSize - Variable in class org.apache.directory.server.xdbm.AbstractIndex
the size (number of index entries) for the cache
CanonicalNameRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.3.1.
CanonicalNameRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.CanonicalNameRecordEncoder
 
canVisit(ExprNode) - Method in class org.apache.directory.server.core.api.normalization.FilterNormalizingVisitor
canVisit(ExprNode) - Method in class org.apache.directory.server.core.normalization.ExpandingVisitor
Catalog - Interface in org.apache.directory.server.protocol.shared.catalog
The interface for resolving search-base Dn's from zone or realm names.
CDMA - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "CDMA" reference identifier type.
CertGenerationRequestHandler - Class in org.apache.directory.server.ldap.handlers.extended
An extended handler for digital certificate generation
CertGenerationRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.extended.CertGenerationRequestHandler
 
CERTIFICATE_PRINCIPAL_DN - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
CertificateMechanismHandler - Class in org.apache.directory.server.ldap.handlers.sasl.external.certificate
The External Sasl mechanism handler which to authenticate user by client certificate (ssl).
CertificateMechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.sasl.external.certificate.CertificateMechanismHandler
 
CertificateRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
2.
CertificateRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.CertificateRecordEncoder
 
CertificateUtil - Class in org.apache.directory.server.core.security
Helper class used to generate self-signed certificates, and load a KeyStore
CHANGE_TIME_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
CHANGE_TIME_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
CHANGE_TYPE_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
CHANGE_TYPE_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
changeCertificate(String, String, String, String, int, String) - Method in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
 
ChangeLog - Interface in org.apache.directory.server.core.api.changelog
A facade for the change log subsystem.
CHANGELOG_CONTEXT_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
CHANGELOG_CONTEXT_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
ChangeLogBean - Class in org.apache.directory.server.config.beans
A class used to store the ChangeLog configuration.
ChangeLogBean() - Constructor for class org.apache.directory.server.config.beans.ChangeLogBean
Create a new ChangeLogBean instance
ChangeLogEvent - Class in org.apache.directory.server.core.api.changelog
A loggable directory change event.
ChangeLogEvent(long, String, LdapPrincipal, LdifEntry, LdifEntry) - Constructor for class org.apache.directory.server.core.api.changelog.ChangeLogEvent
Creates a new instance of ChangeLogEvent.
ChangeLogEvent(long, String, LdapPrincipal, LdifEntry, List<LdifEntry>) - Constructor for class org.apache.directory.server.core.api.changelog.ChangeLogEvent
Creates a new instance of ChangeLogEvent.
ChangeLogEventSerializer - Class in org.apache.directory.server.core.api.changelog
A helper class which serialize and deserialize a ChangeLogEvent.
ChangeLogInterceptor - Class in org.apache.directory.server.core.changelog
An interceptor which intercepts write operations to the directory and logs them with the server's ChangeLog service.
ChangeLogInterceptor() - Constructor for class org.apache.directory.server.core.changelog.ChangeLogInterceptor
Creates a new instance of a ChangeLogInterceptor.
ChangeLogSearchEngine - Interface in org.apache.directory.server.core.api.changelog
A custom search engine designed for optimized searching across ChangeLogEvents within the ChangeLogStore.
ChangeLogStore - Interface in org.apache.directory.server.core.api.changelog
A store for change events on the directory which exposes methods for managing, querying and in general performing legal operations on the log.
ChangeOperationContext - Interface in org.apache.directory.server.core.api.interceptor.context
Operations (write based) causing changes extend this interface.
ChangePasswordServerBean - Class in org.apache.directory.server.config.beans
A class used to store the ChangePasswordServer configuration.
ChangePasswordServerBean() - Constructor for class org.apache.directory.server.config.beans.ChangePasswordServerBean
Create a new ChangePasswordServer instance
CHARACTER_STRING - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsCharacterString
checkClientTrusted(X509Certificate[], String) - Method in class org.apache.directory.server.ldap.replication.ReplicationTrustManager
checkComparatorOidExists(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ComparatorSynchronizer
Check that a Comparator exists in the ComparatorRegistry, and if so, return it.
checkInitialized(String) - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Check that the operation is done on an initialized store
checkNotClosed() - Method in class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
checkOidExists(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Check that a SchemaObject exists in the global OidRegsitry, and if so, return it.
checkOidIsUnique(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
 
checkOidIsUnique(SchemaObject) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
 
checkOidIsUnique(String) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
 
checkParent(Dn, SchemaManager, String) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Checks that the parent Dn is a valid Dn
checkPermission(AciContext) - Method in class org.apache.directory.server.core.authz.support.ACDFEngine
Checks the user with the specified name can access the specified resource (entry, attribute type, or attribute value) and throws LdapNoPermissionException if the user doesn't have any permission to perform the specified grants.
checkPwdPolicy(Entry) - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
performs checks on the given entry based on the specified password policy configuration
checkPwdPolicy(Entry) - Method in interface org.apache.directory.server.core.authn.Authenticator
performs checks on the given entry based on the specified password policy configuration
checkPwdPolicy(Entry) - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
We don't handle any password policy when using a delegated authentication
CheckQualityEnum - Enum in org.apache.directory.server.core.api.authn.ppolicy
The 3 possible values for the password check quality :
NO_CHECK (0) : No check will be done CHECK_ACCEPT (1) : Check the password and accept hashed passwords CHECK_REJECT (2) : Check the password but reject hashed passwords
checkServerTrusted(X509Certificate[], String) - Method in class org.apache.directory.server.ldap.replication.ReplicationTrustManager
checkSyntaxCheckerOidExists(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxCheckerSynchronizer
Check that a SyntaxChecker exists in the SyntaxCheckerRegistry, and if so, return it.
children - Variable in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
The children AdministrativePoints
ChildrenCursor - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor over entries satisfying one level scope constraints with alias dereferencing considerations when enabled during search.
ChildrenCursor(PartitionTxn, Store, String, Cursor<IndexEntry<ParentIdAndRdn, String>>) - Constructor for class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
Creates a Cursor over entries satisfying one level scope criteria.
CHU - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "CHU" reference identifier type.
CLASS - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema class for an apacheDnsAbstractRecord
CLASS_DS - Static variable in class org.apache.directory.server.core.integ.ApacheDSTestExtension
 
CLASS_LOADER_DEFAULT_SEARCH_CONTEXT_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
CLASS_LOADER_DEFAULT_SEARCH_CONTEXT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
CLASS_LOOKUP - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
CLASS_LS - Static variable in class org.apache.directory.server.core.integ.ApacheDSTestExtension
 
classDirectoryService - Static variable in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
The class DirectoryService instance
classLdapServer - Static variable in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
The class LdapServer instance
cleanup(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.cramMD5.CramMd5MechanismHandler
Remove the SaslServer and Mechanism property.
cleanup(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.digestMD5.DigestMd5MechanismHandler
Remove the Host, UserBaseDn, props and Mechanism property.
cleanup(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.external.certificate.CertificateMechanismHandler
Remove the SaslServer and Mechanism property.
cleanup(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.gssapi.GssapiMechanismHandler
Remove the Host, UserBaseDn, props and Mechanism property.
cleanup(LdapSession) - Method in interface org.apache.directory.server.ldap.handlers.sasl.MechanismHandler
Clean the Sasl properties when the use has been authenticated
cleanup(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmMechanismHandler
Remove the Host, UserBaseDn, props and Mechanism property.
cleanup(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.plain.PlainMechanismHandler
Remove the SaslServer and Mechanism property.
cleanup(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.SimpleMechanismHandler
Clean the Sasl properties when the use has been authenticated
clear() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
clear() - Method in class org.apache.directory.server.dhcp.options.OptionsField
 
clear() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
clear() - Method in class org.apache.directory.server.xdbm.IndexEntry
clearPartitions() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
Clears the partitions.
clearSaslProperties() - Method in class org.apache.directory.server.ldap.LdapSession
Clear all the Sasl values stored into the Map
CLIENT_PORT - Static variable in class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
Default DHCP client port
ClientIdentifier - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used by DHCP clients to specify their unique identifier.
ClientIdentifier() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.ClientIdentifier
 
clone() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
clone() - Method in class org.apache.directory.server.core.api.LdapPrincipal
Clone the object.
clonedEntry - Variable in class org.apache.directory.server.core.api.entry.ClonedServerEntry
The copied entry
ClonedServerEntry - Class in org.apache.directory.server.core.api.entry
A ServerEntry refers to the original entry before being modified by EntryFilters or operations.
ClonedServerEntry() - Constructor for class org.apache.directory.server.core.api.entry.ClonedServerEntry
Creates a new instance of ClonedServerEntry.
ClonedServerEntry(Entry) - Constructor for class org.apache.directory.server.core.api.entry.ClonedServerEntry
Creates a new instance of ClonedServerEntry.
close() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
close(Exception) - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
close() - Method in class org.apache.directory.server.core.api.filtering.CursorList
close(Exception) - Method in class org.apache.directory.server.core.api.filtering.CursorList
close() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
close(Exception) - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
close() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
close() - Method in class org.apache.directory.server.core.api.partition.PartitionReadTxn
Commit the transaction.
close() - Method in interface org.apache.directory.server.core.api.partition.PartitionTxn
Commit the transaction.
close() - Method in class org.apache.directory.server.core.api.partition.PartitionWriteTxn
Commit the transaction.
close() - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
close(Exception) - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
close() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
close(Exception) - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
close() - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
close(Exception) - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
close() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
close(Exception) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
close() - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
close(Exception) - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
close() - Method in class org.apache.directory.server.core.jndi.DeadContext
 
close() - Method in class org.apache.directory.server.core.jndi.NamingEnumerationAdapter
 
close() - Method in class org.apache.directory.server.core.jndi.ServerContext
 
close() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
}
close(Exception) - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
close() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexAssertionEnumeration
 
close() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
close(Exception) - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
close() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexEnumeration
 
close() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
close(Exception) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
close(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Close and index
close() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartitionWriteTxn
Commit the transaction.
close(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Closes the underlying Db of this Table.
close() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
close(Exception) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
close() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
close(Exception) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
close() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
close(Exception) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
close(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Close and index
close(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Closes the underlying Db of this Table.
close() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
close(Exception) - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
close() - Method in class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
 
close(String) - Method in class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
 
close(Exception) - Method in class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
 
close() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
close(Exception) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
close() - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
close(PartitionTxn) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Close and index
close(PartitionTxn) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Closes the underlying Db of this Table.
close() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
 
close(Exception) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
 
close(PartitionTxn) - Method in interface org.apache.directory.server.xdbm.Index
Close and index
close() - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
close() - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
close() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
close(Exception) - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
close(PartitionTxn) - Method in interface org.apache.directory.server.xdbm.Table
Closes the underlying Db of this Table.
closeAllPagedSearches() - Method in class org.apache.directory.server.ldap.LdapSession
Close all the pending cursors for all the pending PagedSearches
closeConnection(LdapNetworkConnection) - Static method in class org.apache.directory.shared.client.api.LdapApiIntegrationUtils
Closes the LdapNetworkConnection.
closeConnections() - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
CN_SCHEMA_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
the DN for the global schema subentry
CN_SCHEMA_DN_NORMALIZED - Static variable in class org.apache.directory.server.constants.ServerDNConstants
The DN for the gloval schema subentry normalized
CollectiveAttributeAAP - Class in org.apache.directory.server.core.api.administrative
A class used to create a CollectiveAttribute AAP
CollectiveAttributeAAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.CollectiveAttributeAAP
Create an instance of CollectiveAttribute AAP
CollectiveAttributeAdministrativePoint - Class in org.apache.directory.server.core.api.administrative
An abstract class used for CollectiveAttribute APs
CollectiveAttributeAdministrativePoint(Dn, String, AdministrativeRole) - Constructor for class org.apache.directory.server.core.api.administrative.CollectiveAttributeAdministrativePoint
Create an instance of CollectiveAttributeAdministrativePoint
CollectiveAttributeIAP - Class in org.apache.directory.server.core.api.administrative
A class used to create a CollectiveAttribute IAP
CollectiveAttributeIAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.CollectiveAttributeIAP
Create an instance of CollectiveAttribute IAP
CollectiveAttributeInterceptor - Class in org.apache.directory.server.core.collective
An interceptor based service dealing with collective attribute management.
CollectiveAttributeInterceptor() - Constructor for class org.apache.directory.server.core.collective.CollectiveAttributeInterceptor
Creates a new instance of a CollectiveAttributeInterceptor.
CollectiveAttributeSAP - Class in org.apache.directory.server.core.api.administrative
A class used to create a CollectiveAttribute SAP
CollectiveAttributeSAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.CollectiveAttributeSAP
Create an instance of CollectiveAttribute SAP
commit() - Method in class org.apache.directory.server.core.api.partition.PartitionReadTxn
Commit a write transaction.
commit() - Method in interface org.apache.directory.server.core.api.partition.PartitionTxn
Commit a write transaction.
commit() - Method in class org.apache.directory.server.core.api.partition.PartitionWriteTxn
Commit a write transaction.
commit() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartitionWriteTxn
Commit a write transaction.
commitNumber - Variable in class org.apache.directory.server.xdbm.AbstractIndex
A counter used to differ the commit on disk after N operations
commitNumber - Variable in class org.apache.directory.server.xdbm.AbstractTable
A counter used to differ the commit on disk after N operations
COMMITTER_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
COMMITTER_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
COMPARATORS_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
COMPARATORS_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
ComparatorSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
A handler for operations performed to add, delete, modify, rename and move schema comparators.
ComparatorSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.ComparatorSynchronizer
Creates a new instance of ComparatorSynchronizer.
compare(Dn, String, Object) - Method in interface org.apache.directory.server.core.api.CoreSession
Checks to see if an attribute in an entry contains a value.
compare(Dn, String, Object, boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Checks to see if an attribute in an entry contains a value.
compare(CompareRequest) - Method in interface org.apache.directory.server.core.api.CoreSession
Checks to see if an attribute in an entry contains a value.
compare(CompareOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
 
compare(CompareOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
Filters Compare call.
compare(CompareRequest) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
compare(Dn, String, byte[]) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
compare(Dn, String, String) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
compare(String, String, byte[]) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
compare(String, String, String) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
compare(Dn, String, Value) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
compare(String, String, Value) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
compare(CompareOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
compare(CompareOperationContext) - Method in interface org.apache.directory.server.core.api.partition.PartitionNexus
The Compare operation
compare(CompareOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
Filters Compare call.
compare(CompareOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
Filters Compare call.
compare(CompareOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
compare(Dn, String, Object) - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
Explicitly exposes an LDAP compare operation which JNDI does not directly provide.
compare(CompareOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
Filters Compare call.
compare(CompareOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
Filters Compare call.
compare(Dn, Dn) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DnSerializerComparator
compare(Long, Long) - Method in class org.apache.directory.server.core.partition.impl.btree.LongComparator
 
compare(Tuple<Dn, String>, Tuple<Dn, String>) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.LdifTupleComparator
 
compare(ParentIdAndRdn, ParentIdAndRdn) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
 
compare(CompareOperationContext) - Method in class org.apache.directory.server.core.ppolicy.PPolicyInterceptor
Filters Compare call.
compare(CompareOperationContext) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
Filters Compare call.
compare(Dn, String, Object) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Checks to see if an attribute in an entry contains a value.
compare(Dn, String, Object, boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Checks to see if an attribute in an entry contains a value.
compare(CompareRequest) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Checks to see if an attribute in an entry contains a value.
compare(CompareOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
The Compare operation
compare(ParentIdAndRdn, ParentIdAndRdn) - Method in class org.apache.directory.server.xdbm.ParentIdAndRdnComparator
compare(Evaluator<?>, Evaluator<?>) - Method in class org.apache.directory.server.xdbm.search.impl.ScanCountComparator
Compare two scan counts frpm two evaluators
compareKey(K, K) - Method in class org.apache.directory.server.core.partition.impl.btree.DefaultTupleComparator
 
compareKey(K, K) - Method in class org.apache.directory.server.core.partition.impl.btree.ForwardIndexComparator
Compares key Object to determine their sorting order returning a value = to, < or > than 0.
compareKey(K, K) - Method in class org.apache.directory.server.core.partition.impl.btree.KeyOnlyComparator
Compares key Object to determine their sorting order returning a value = to, < or > than 0.
compareKey(Long, Long) - Method in class org.apache.directory.server.core.partition.impl.btree.ReverseIndexComparator
Compares key Object to determine their sorting order returning a value = to, < or > than 0.
compareKey(K, K) - Method in interface org.apache.directory.server.core.partition.impl.btree.TupleComparator
Compares key Object to determine their sorting order returning a value = to, < or > than 0.
CompareOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A Compare context used for Interceptors.
CompareOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
Creates a new instance of CompareOperationContext.
CompareOperationContext(CoreSession, Dn) - Constructor for class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
Creates a new instance of CompareOperationContext.
CompareOperationContext(CoreSession, String) - Constructor for class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
Creates a new instance of LookupOperationContext.
CompareOperationContext(CoreSession, Dn, String) - Constructor for class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
Creates a new instance of LookupOperationContext.
CompareOperationContext(CoreSession, Dn, String, Value) - Constructor for class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
Creates a new instance of LookupOperationContext.
CompareOperationContext(CoreSession, CompareRequest) - Constructor for class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
Creates a new instance of LookupOperationContext.
CompareRequestHandler - Class in org.apache.directory.server.ldap.handlers.request
A single reply MessageReceived handler for CompareRequests.
CompareRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.request.CompareRequestHandler
 
CompareResponseHandler - Class in org.apache.directory.server.ldap.handlers.response
A single reply handler for CompareResponses.
CompareResponseHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.CompareResponseHandler
 
compareTo(InterceptorBean) - Method in class org.apache.directory.server.config.beans.InterceptorBean
Compares the order of the interceptor with the given one
compareTo(PasswordHistory) - Method in class org.apache.directory.server.core.authn.PasswordHistory
compareTo(ReplicaEventLog) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
compareTo(ReferenceIdentifier) - Method in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
compareTo(ParentIdAndRdn) - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
compareTo(ErrorType) - Method in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Compares this type to another object hopefully one that is of the same type.
compareTo(KerberosTime) - Method in class org.apache.directory.shared.kerberos.KerberosTime
compares current kerberos time with the given kerberos time
compareValue(V, V) - Method in class org.apache.directory.server.core.partition.impl.btree.DefaultTupleComparator
 
compareValue(Long, Long) - Method in class org.apache.directory.server.core.partition.impl.btree.ForwardIndexComparator
Comparse value Objects to determine their sorting order returning a value = to, < or > than 0.
compareValue(V, V) - Method in class org.apache.directory.server.core.partition.impl.btree.KeyOnlyComparator
Comparse value Objects to determine their sorting order returning a value = to, < or > than 0.
compareValue(V, V) - Method in class org.apache.directory.server.core.partition.impl.btree.ReverseIndexComparator
Comparse value Objects to determine their sorting order returning a value = to, < or > than 0.
compareValue(V, V) - Method in interface org.apache.directory.server.core.partition.impl.btree.TupleComparator
Comparse value Objects to determine their sorting order returning a value = to, < or > than 0.
composeName(String, String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
composeName(Name, Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
composeName(String, String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
composeName(Name, Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
computeHeight() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
computeHeight() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
computeLength() - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
Compute the EncryptionKey length EncryptionKey : 0x30 L1 EncryptionKey | +--> 0xA0 L2 keyType tag | | | +--> 0x02 L2-1 keyType (int) | +--> 0xA1 L3 keyValue tag | +--> 0x04 L3-1 keyValue (OCTET STRING) where L1 = L2 + lenght(0xA0) + length(L2) + L3 + lenght(0xA1) + length(L3) and L2 = L2-1 + length(0x02) + length( L2-1) L3 = L3-1 + length(0x04) + length( L3-1)
computeLength() - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
Compute the PrincipalName length PrincipalName : 0x30 L1 PrincipalName sequence | +--> 0xA1 L2 name-type tag | | | +--> 0x02 L2-1 addressType (int) | +--> 0xA2 L3 name-string tag | +--> 0x30 L3-1 name-string (SEQUENCE OF KerberosString) | +--> 0x1B L4[1] value (KerberosString) | +--> 0x1B L4[2] value (KerberosString) |
computeResult(PartitionTxn, SchemaManager, SearchOperationContext) - Method in class org.apache.directory.server.xdbm.search.impl.DefaultSearchEngine
Conducts a search on a database.
computeResult(PartitionTxn, SchemaManager, SearchOperationContext) - Method in interface org.apache.directory.server.xdbm.search.SearchEngine
Conducts a search on a database.
CONF_FILE_EXTN - Static variable in class org.apache.directory.server.core.partition.ldif.AbstractLdifPartition
The extension used for LDIF entry files
CONF_NAME - Static variable in class org.apache.directory.server.core.api.InstanceLayout
 
CONFIG_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
the config partition's dn
ConfigBean - Class in org.apache.directory.server.config.beans
The base class containing all the configuration hierarchy.
ConfigBean() - Constructor for class org.apache.directory.server.config.beans.ConfigBean
Create a new ConfigBean instance
ConfigChangeListener - Class in org.apache.directory.server.config.listener
A listener for handling the config partition changes.
ConfigChangeListener(ConfigPartitionReader, DirectoryService) - Constructor for class org.apache.directory.server.config.listener.ConfigChangeListener
Creates a new instance of ConfigChangeListener.
ConfigPartitionInitializer - Class in org.apache.directory.server.config
Tool for initializing the configuration patition.
ConfigPartitionInitializer(InstanceLayout, DnFactory, SchemaManager) - Constructor for class org.apache.directory.server.config.ConfigPartitionInitializer
Creates a new instance of ConfigPartitionHelper.
ConfigPartitionReader - Class in org.apache.directory.server.config
A class used for reading the configuration present in a Partition and instantiate the necessary objects like DirectoryService, Interceptors etc.
ConfigPartitionReader(AbstractBTreePartition) - Constructor for class org.apache.directory.server.config.ConfigPartitionReader
Creates a new instance of ConfigPartitionReader.
ConfigSchemaConstants - Enum in org.apache.directory.server.config
Constants defined for the elements of config schema
ConfigurableHashingInterceptor - Class in org.apache.directory.server.core.hash
An interceptor to hash a configurable set of attributeType(s) using a configurable hashing algorithm.
ConfigurableHashingInterceptor(HashInterceptorBean) - Constructor for class org.apache.directory.server.core.hash.ConfigurableHashingInterceptor
Creates a new instance of ConfigurableHashingInterceptor which hashes the incoming non-hashed attributeType(s) using the given algorithm.
ConfigurationElement - Annotation Type in org.apache.directory.server.config
An annotation used to specify that the qualified field is configuration element.
ConfigurationException - Exception in org.apache.directory.server.config
An exception used when we cannot read the configuration, or when an error occurred while reading it from the DIT.
ConfigurationException(String) - Constructor for exception org.apache.directory.server.config.ConfigurationException
Creates a new instance of ConfigurationException.
ConfigurationException(String, Throwable) - Constructor for exception org.apache.directory.server.config.ConfigurationException
Creates a new instance of ConfigurationException.
ConfigWriter - Class in org.apache.directory.server.config
This class implements a writer for ApacheDS Configuration.
ConfigWriter(SchemaManager, ConfigBean) - Constructor for class org.apache.directory.server.config.ConfigWriter
Creates a new instance of ConfigWriter.
connect() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
connect(boolean) - Method in interface org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer
Connect the consumer, connection immediately or wait before reconnection
connect() - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
Connect to the remote server.
connect(boolean) - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
Connect the consumer, connection immediately or wait before reconnection
connectControls - Variable in class org.apache.directory.server.core.jndi.ServerContext
Connection level controls associated with the session
connectionClosed() - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
contains(AttributeType, byte[]...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
contains(AttributeType, String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
contains(AttributeType, Value...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
contains(Attribute...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
contains(String, byte[]...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
contains(String, String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
contains(String, Value...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
contains(SchemaManager, String) - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
Tells if an attribute is present in the list of attribute to return
contains(SchemaManager, AttributeType) - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
Tells if an attribute is present in the list of attribute to return
contains(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Tells if a key exist in the array.
contains(T) - Method in class org.apache.directory.server.core.avltree.avl.AvlTreeSet
 
contains(InetAddress) - Method in class org.apache.directory.server.dhcp.store.Subnet
Check whether the given client address resides within this subnet and possibly range.
containsAttribute(AttributeType) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
containsAttribute(String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
containsKey(Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
containsValue(Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
contextCsnAT - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
ContextEntry - Annotation Type in org.apache.directory.server.core.annotations
An annotation for the Partition context entry
contextEntry - Variable in class org.apache.directory.server.core.api.partition.AbstractPartition
The partition ContextEntry
ControlEnum - Enum in org.apache.directory.server.core.jndi
The list of existing controls in ADS
controlEvent(int) - Method in class org.apache.directory.server.wrapper.ApacheDsTanukiWrapper
 
convert() - Method in enum org.apache.directory.server.dns.messages.MessageType
 
convert(byte) - Static method in enum org.apache.directory.server.dns.messages.MessageType
Converts an ordinal value into a MessageType.
convert() - Method in enum org.apache.directory.server.dns.messages.OpCode
 
convert(byte) - Static method in enum org.apache.directory.server.dns.messages.OpCode
Converts an ordinal value into an OpCode.
convert() - Method in enum org.apache.directory.server.dns.messages.ProtocolType
 
convert(byte) - Static method in enum org.apache.directory.server.dns.messages.ProtocolType
Converts an ordinal value into a ProtocolType.
convert() - Method in enum org.apache.directory.server.dns.messages.RecordClass
 
convert(short) - Static method in enum org.apache.directory.server.dns.messages.RecordClass
Converts an ordinal value into a RecordClass.
convert() - Method in enum org.apache.directory.server.dns.messages.RecordType
 
convert(short) - Static method in enum org.apache.directory.server.dns.messages.RecordType
Converts an ordinal value into a RecordType.
convert() - Method in enum org.apache.directory.server.dns.messages.ResponseCode
 
convert(byte) - Static method in enum org.apache.directory.server.dns.messages.ResponseCode
Converts an ordinal value into a ResponseCode.
convert() - Method in enum org.apache.directory.server.dns.messages.ServiceType
 
convert(byte) - Static method in enum org.apache.directory.server.dns.messages.ServiceType
Converts an ordinal value into a ServiceType.
convert() - Method in interface org.apache.directory.server.dns.util.EnumConverter
Convert the enum to another type.
convertAndInit(Index<?, String>) - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
 
convertAndInit(Index<?, String>) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Convert and initialize an index for a specific store implementation.
convertAndInit(Index<?, String>) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
Convert and initialize an index for a specific store implementation.
convertAndInit(Index<?, String>) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
 
convertToServerModification(List<ModificationItem>, SchemaManager) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Convert a list of ModificationItemImpl to a list of LDAP API Modifications
COOKIE_DELIM - Static variable in class org.apache.directory.server.ldap.LdapProtocolUtils
A delimiter for the replicaId
CookieServers - Class in org.apache.directory.server.dhcp.options.vendor
The cookie server option specifies a list of RFC 865 cookie servers available to the client.
CookieServers() - Constructor for class org.apache.directory.server.dhcp.options.vendor.CookieServers
 
copy(IndexEntry<K, I>) - Method in class org.apache.directory.server.xdbm.IndexEntry
CORE_SESSION_KEY - Static variable in class org.apache.directory.server.ldap.LdapProtocolConstants
 
CoreContextFactory - Class in org.apache.directory.server.core.jndi
A simplistic implementation of AbstractContextFactory.
CoreContextFactory() - Constructor for class org.apache.directory.server.core.jndi.CoreContextFactory
 
CoreKeyStoreSpi - Class in org.apache.directory.server.core.security
A read only key store facility designed specifically for TLS/CA operations.
CoreKeyStoreSpi(DirectoryService) - Constructor for class org.apache.directory.server.core.security.CoreKeyStoreSpi
Creates a new instance of LocalKeyStore.
CoreSchemaConstants - Class in org.apache.directory.server.constants
Core schema constants used throughout the server.
CoreSession - Interface in org.apache.directory.server.core.api
An interface representing a session with the core DirectoryService.
coreSession - Variable in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
a handle on the top core session
count(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Gets the total count of entries within this store.
count(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Gets the total scan count for this index.
count(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Gets the scan count for the occurrence of a specific attribute value within the index.
count(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Gets the count of the number of records in this Table with a specific key: returns the number of duplicates for a key.
count(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Gets the total scan count for this index.
count(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Gets the scan count for the occurrence of a specific attribute value within the index.
count(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Gets the count of the number of records in this Table with a specific key: returns the number of duplicates for a key.
count() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
count - Variable in class org.apache.directory.server.xdbm.AbstractTable
the current count of Tuples in this Table
count(PartitionTxn) - Method in class org.apache.directory.server.xdbm.AbstractTable
Gets the count of the number of Tuples in this Table.
count(PartitionTxn) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Gets the total scan count for this index.
count(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Gets the scan count for the occurrence of a specific attribute value within the index.
count(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Gets the count of the number of records in this Table with a specific key: returns the number of duplicates for a key.
count(PartitionTxn) - Method in interface org.apache.directory.server.xdbm.Index
Gets the total scan count for this index.
count(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Index
Gets the scan count for the occurrence of a specific attribute value within the index.
count(PartitionTxn) - Method in interface org.apache.directory.server.xdbm.Store
Gets the total count of entries within this store.
count(PartitionTxn) - Method in interface org.apache.directory.server.xdbm.Table
Gets the count of the number of Tuples in this Table.
count(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Table
Gets the count of the number of records in this Table with a specific key: returns the number of duplicates for a key.
CramMd5CallbackHandler - Class in org.apache.directory.server.ldap.handlers.sasl.cramMD5
 
CramMd5CallbackHandler(LdapSession, CoreSession, BindRequest) - Constructor for class org.apache.directory.server.ldap.handlers.sasl.cramMD5.CramMd5CallbackHandler
Creates a new instance of CramMd5CallbackHandler.
CramMd5MechanismHandler - Class in org.apache.directory.server.ldap.handlers.sasl.cramMD5
The CRAM-MD Sasl mechanism handler.
CramMd5MechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.sasl.cramMD5.CramMd5MechanismHandler
 
create(String...) - Method in interface org.apache.directory.server.core.api.DnFactory
Creates a Dn from user provided RDNs.
create(String) - Method in interface org.apache.directory.server.core.api.DnFactory
Creates a Dn form a user provided Dn.
create(String) - Method in class org.apache.directory.server.core.shared.DefaultDnFactory
Creates a Dn form a user provided Dn.
create(String...) - Method in class org.apache.directory.server.core.shared.DefaultDnFactory
Creates a Dn from user provided RDNs.
createAdminConnection(LdapServer) - Static method in class org.apache.directory.shared.client.api.LdapApiIntegrationUtils
Creates a new LdapNetworkConnection and authenticates as admin user.
createAuthenticator(AuthenticatorBean) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Creates a Authenticator from the configuration
CreateAuthenticator - Annotation Type in org.apache.directory.server.core.annotations
An authenticator creation a name and a suffix, plus some other characteristics.
createAuthenticators(List<AuthenticatorBean>) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Creates the array of authenticators
createChangeLog(ChangeLogBean) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Read the configuration for the ChangeLog system
CreateConsumer - Annotation Type in org.apache.directory.server.annotations
A annotation used to define a replication consumer configuration.
createConsumer() - Static method in class org.apache.directory.server.factory.ServerAnnotationProcessor
creates an LdapServer and starts before returning the instance, infering the configuration from the Stack trace
createCookie(int, String) - Static method in class org.apache.directory.server.ldap.LdapProtocolUtils
 
createDirectoryService(DirectoryServiceBean, InstanceLayout, SchemaManager) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Instantiates a DirectoryService based on the configuration present in the partition
CreateDS - Annotation Type in org.apache.directory.server.core.annotations
An annotation for the DirectoryService builder
createDS(CreateDS) - Static method in class org.apache.directory.server.core.factory.DSAnnotationProcessor
Create the DirectoryService
CreateDSTestExtension - Class in org.apache.directory.server.core.integ
 
CreateDSTestExtension() - Constructor for class org.apache.directory.server.core.integ.CreateDSTestExtension
 
createHttpServer(HttpServerBean, DirectoryService) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Instantiates a HttpServer based on the configuration present in the partition
createHttpWebApps(List<HttpWebAppBean>, DirectoryService) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
 
CreateIndex - Annotation Type in org.apache.directory.server.core.annotations
An annotation for the Index creation.
createInterceptors(List<InterceptorBean>) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Creates the Interceptor instances from the configuration
createJdbmIndex(JdbmPartition, JdbmIndexBean, DirectoryService) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Create a new instance of a JdbmIndex from an instance of JdbmIndexBean
createJdbmPartition(DirectoryService, JdbmPartitionBean) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Create a new instance of a JdbmPartition
createJournal(JournalBean) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Instantiate the Journal object from the stored configuration
CreateLdapConnectionPool - Annotation Type in org.apache.directory.server.annotations
A annotation used to define a LdapConnection configuration.
CreateLdapConnectionPoolExtension - Class in org.apache.directory.server.core.integ
 
CreateLdapConnectionPoolExtension() - Constructor for class org.apache.directory.server.core.integ.CreateLdapConnectionPoolExtension
 
CreateLdapServer - Annotation Type in org.apache.directory.server.annotations
A annotation used to define a LdapServer configuration.
createLdapServer(LdapServerBean, DirectoryService) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Instantiates a LdapServer based on the configuration present in the partition
createLdapServer(CreateLdapServer, DirectoryService) - Static method in class org.apache.directory.server.factory.ServerAnnotationProcessor
creates an LdapServer and starts before returning the instance
createLdapServer(AnnotatedElement, DirectoryService) - Static method in class org.apache.directory.server.factory.ServerAnnotationProcessor
Create a new instance of LdapServer
createMavibotIndex(MavibotPartition, MavibotIndexBean, DirectoryService) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Create a new instance of a MavibotIndex from an instance of MavibotIndexBean
createMavibotPartition(DirectoryService, MavibotPartitionBean) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
 
createModItems(Entry, ModificationOperation) - Static method in class org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext
 
createNtpServer(NtpServerBean, DirectoryService) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Instantiates a NtpServer based on the configuration present in the partition
createPartition(DirectoryService, PartitionBean) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Create the a Partition instantiated from the configuration
CreatePartition - Annotation Type in org.apache.directory.server.core.annotations
An annotation for the Partition creation.
createPartition(String, String, String) - Method in interface org.apache.directory.server.core.api.changelog.TaggableSearchableChangeLogStore
Gets the read only Partition backed by this ChangeLogStore.
createPartition(SchemaManager, DnFactory, String, String, int, File) - Method in class org.apache.directory.server.core.factory.AvlPartitionFactory
Creates a new Partition.
createPartition(SchemaManager, DnFactory, String, String, int, File) - Method in class org.apache.directory.server.core.factory.JdbmPartitionFactory
Creates a new Partition.
createPartition(SchemaManager, DnFactory, String, String, int, File) - Method in class org.apache.directory.server.core.factory.LdifPartitionFactory
Creates a new Partition.
createPartition(SchemaManager, DnFactory, String, String, int, File) - Method in class org.apache.directory.server.core.factory.MavibotPartitionFactory
Creates a new Partition.
createPartition(SchemaManager, DnFactory, String, String, int, File) - Method in interface org.apache.directory.server.core.factory.PartitionFactory
Creates a new Partition.
createPartitions(DirectoryService, List<PartitionBean>) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Create the set of Partitions instantiated from the configuration
createPwdPolicyConfig(PasswordPolicyBean) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
creates the PassworddPolicyConfiguration object after reading the config entry containing pwdPolicy OC
createReplConsumers(List<ReplConsumerBean>) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
instantiate the ReplicationConsumers based on the configuration present in ReplConsumerBeans
createSaslMechHandler(SaslMechHandlerBean) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Loads and instantiates a MechanismHandler from the configuration entry
createSubcontext(String, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
createSubcontext(Name, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
createSubcontext(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
createSubcontext(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
createSubcontext(String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
createSubcontext(Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
createSubcontext(String, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
createSubcontext(Name, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
createSystemIndex(String, URI, boolean) - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
Create a new Index for a given OID
createSystemIndex(String, URI, boolean) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Create a new Index for a given OID
createSystemIndex(String, URI, boolean) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
Create a new Index for a given OID
createSystemIndex(String, URI, boolean) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
 
createTempKeyStore(String, char[]) - Static method in class org.apache.directory.server.core.security.CertificateUtil
 
CreateTransport - Annotation Type in org.apache.directory.server.annotations
A annotation used to specify an sequence of LDIF's to be applied to the instance for integration testing.
createTransport(TransportBean) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Creates a Transport from the configuration
createTransports(TransportBean[]) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Creates the array of transports read from the DIT
CryptPasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using CRYPT hashing algorithm.
CryptPasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.CryptPasswordHashingInterceptor
Creates an instance of a CryptPasswordHashingInterceptor
CSN_PREFIX - Static variable in class org.apache.directory.server.ldap.LdapProtocolUtils
the prefix for Csn value
ctxCsnChanged - Variable in class org.apache.directory.server.core.api.partition.AbstractPartition
a flag to detect the change in context CSN
CURRENT_DS - Static variable in class org.apache.directory.server.core.integ.ApacheDSTestExtension
 
CURRENT_LS - Static variable in class org.apache.directory.server.core.integ.ApacheDSTestExtension
 
currentInterceptor - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
The current interceptor position
cursor() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Creates a Cursor that traverses Tuples in a Table.
cursor(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Creates a Cursor that traverses Table Tuples for the same key.
cursor() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Creates a Cursor that traverses Tuples in a Table.
cursor(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Creates a Cursor that traverses Table Tuples for the same key.
cursor() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Creates a Cursor that traverses Tuples in a Table.
cursor(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Creates a Cursor that traverses Table Tuples for the same key.
cursor() - Method in interface org.apache.directory.server.xdbm.Table
Creates a Cursor that traverses Tuples in a Table.
cursor(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Table
Creates a Cursor that traverses Table Tuples for the same key.
CursorBuilder - Class in org.apache.directory.server.xdbm.search.impl
Builds Cursors over candidates that satisfy a filter expression.
CursorBuilder(Store, EvaluatorBuilder) - Constructor for class org.apache.directory.server.xdbm.search.impl.CursorBuilder
Creates an expression tree enumerator.
CursorList - Class in org.apache.directory.server.core.api.filtering
An implementation of a Cursor based on a List of Cursors.
CursorList(int, List<EntryFilteringCursor>, int, SearchOperationContext) - Constructor for class org.apache.directory.server.core.api.filtering.CursorList
Creates a new ListCursor with lower (inclusive) and upper (exclusive) bounds.
CursorList(List<EntryFilteringCursor>, SearchOperationContext) - Constructor for class org.apache.directory.server.core.api.filtering.CursorList
Creates a new ListCursor without specific bounds: the bounds are acquired from the size of the list.

D

DAY - Static variable in class org.apache.directory.shared.kerberos.KerberosTime
The number of milliseconds in a day.
db - Variable in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
The backend
DBF - Static variable in interface org.apache.directory.server.xdbm.MasterTable
the base name for the db file for this table
DCF - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "DCF" reference identifier type.
DeadContext - Class in org.apache.directory.server.core.jndi
A do nothing placeholder context whose methods throw ServiceUnavailableExceptions.
DeadContext() - Constructor for class org.apache.directory.server.core.jndi.DeadContext
 
decode(ByteBuffer) - Method in class org.apache.directory.server.dhcp.io.DhcpMessageDecoder
Convert a byte buffer into a DhcpMessage.
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.directory.server.dhcp.protocol.DhcpDecoder
 
decode(IoBuffer, short) - Method in class org.apache.directory.server.dns.io.decoder.AddressRecordDecoder
 
decode(IoBuffer) - Method in class org.apache.directory.server.dns.io.decoder.DnsMessageDecoder
Decode the IoBuffer into a DnsMessage.
decode(IoBuffer, short) - Method in class org.apache.directory.server.dns.io.decoder.IPv6RecordDecoder
 
decode(IoBuffer, short) - Method in class org.apache.directory.server.dns.io.decoder.MailExchangeRecordDecoder
 
decode(IoBuffer, short) - Method in class org.apache.directory.server.dns.io.decoder.NameServerRecordDecoder
 
decode(IoBuffer, short) - Method in interface org.apache.directory.server.dns.io.decoder.RecordDecoder
Decodes the given length of resource record data into attributes.
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.directory.server.dns.protocol.DnsUdpDecoder
 
decode(ByteBuffer) - Method in class org.apache.directory.server.ntp.io.NtpMessageDecoder
Decodes the ByteBuffer into an NtpMessage.
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.directory.server.ntp.protocol.NtpDecoder
 
decodeEncryptionKey(byte[]) - Static method in class org.apache.directory.shared.kerberos.codec.KerberosDecoder
Decode an EncryptionKey structure
decodeOptions(ByteBuffer) - Method in class org.apache.directory.server.dhcp.io.DhcpMessageDecoder
 
decodePrincipalName(byte[]) - Static method in class org.apache.directory.shared.kerberos.codec.KerberosDecoder
Decode an PrincipalName structure
DEFAULT_BACKLOG_NB - Static variable in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
The default backlog queue size
DEFAULT_CACHE_SIZE - Static variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
The default cache size is set to 10 000 objects
DEFAULT_CIPHERS - Static variable in class org.apache.directory.server.kerberos.shared.crypto.encryption.KerberosKeyFactory
A map of default encryption types mapped to cipher names.
DEFAULT_DS_CONFIG_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
the default DirectoryService DN
DEFAULT_DUPLICATE_LIMIT - Static variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
default duplicate limit before duplicate keys switch to using a btree for values
DEFAULT_ID - Static variable in interface org.apache.directory.server.core.api.partition.Partition
Default id used for context entry if context entry doesn't exists
DEFAULT_INDEX_CACHE_SIZE - Static variable in interface org.apache.directory.server.xdbm.Index
The default cache size (ie, the number of elements we stored in the cache)
DEFAULT_MAX_IDLE_PERIOD - Static variable in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
The max delay for an idle replication log with no activity, by default the logs have no idle time period
DEFAULT_NB_THREADS - Static variable in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
The default number of threads
DEFAULT_PURGE_THRESHOLD_COUNT - Static variable in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
DEFAULT_SEARCH_CONTEXTS_CONFIG - Static variable in class org.apache.directory.server.core.api.sp.LdapClassLoader
 
DEFAULT_SEARCH_CONTROLS - Static variable in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
DefaultAuthorizationInterceptor - Class in org.apache.directory.server.core.authz
An Interceptor that controls access to DefaultPartitionNexus.
DefaultAuthorizationInterceptor() - Constructor for class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
Creates a new instance of DefaultAuthorizationInterceptor.
DefaultChangeLog - Class in org.apache.directory.server.core.changelog
The default ChangeLog service implementation.
DefaultChangeLog() - Constructor for class org.apache.directory.server.core.changelog.DefaultChangeLog
 
DefaultCoreSession - Class in org.apache.directory.server.core.shared
The default CoreSession implementation.
DefaultCoreSession(LdapPrincipal, DirectoryService) - Constructor for class org.apache.directory.server.core.shared.DefaultCoreSession
Creates a new instance of a DefaultCoreSession
defaultCSNFactory - Static variable in class org.apache.directory.server.core.partition.ldif.AbstractLdifPartition
A default CSN factory
DefaultDirectoryService - Class in org.apache.directory.server.core
Default implementation of DirectoryService.
DefaultDirectoryService() - Constructor for class org.apache.directory.server.core.DefaultDirectoryService
Creates a new instance of the directory service.
DefaultDirectoryServiceFactory - Class in org.apache.directory.server.core.factory
A Default factory for DirectoryService.
DefaultDirectoryServiceFactory() - Constructor for class org.apache.directory.server.core.factory.DefaultDirectoryServiceFactory
 
DefaultDirectoryServiceFactory(DirectoryService, PartitionFactory) - Constructor for class org.apache.directory.server.core.factory.DefaultDirectoryServiceFactory
 
DefaultDnFactory - Class in org.apache.directory.server.core.shared
The default Dn factory implementation.
DefaultDnFactory(SchemaManager, int) - Constructor for class org.apache.directory.server.core.shared.DefaultDnFactory
Instantiates a new default Dn factory.
DefaultFingerServers - Class in org.apache.directory.server.dhcp.options.misc
The Finger server option specifies a list of Finger available to the client.
DefaultFingerServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.DefaultFingerServers
 
DefaultIpTimeToLive - Class in org.apache.directory.server.dhcp.options.perhost
This option specifies the default time-to-live that the client should use on outgoing datagrams.
DefaultIpTimeToLive() - Constructor for class org.apache.directory.server.dhcp.options.perhost.DefaultIpTimeToLive
 
DefaultIrcServers - Class in org.apache.directory.server.dhcp.options.misc
The IRC server option specifies a list of IRC available to the client.
DefaultIrcServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.DefaultIrcServers
 
DefaultJournal - Class in org.apache.directory.server.core.journal
The default journal implementation.
DefaultJournal() - Constructor for class org.apache.directory.server.core.journal.DefaultJournal
 
DefaultJournalStore - Class in org.apache.directory.server.core.journal
The default Journal Store implementation.
DefaultJournalStore() - Constructor for class org.apache.directory.server.core.journal.DefaultJournalStore
 
DefaultLdapServerFactory - Class in org.apache.directory.server.factory
The default LdapServer factory
DefaultLdapServerFactory() - Constructor for class org.apache.directory.server.factory.DefaultLdapServerFactory
 
DefaultMarshaller - Class in org.apache.directory.server.core.avltree
A Marshaller which uses default Java Serialization.
DefaultMarshaller() - Constructor for class org.apache.directory.server.core.avltree.DefaultMarshaller
 
DefaultOperationManager - Class in org.apache.directory.server.core
The default implementation of an OperationManager.
DefaultOperationManager(DirectoryService) - Constructor for class org.apache.directory.server.core.DefaultOperationManager
 
DefaultOptimizer - Class in org.apache.directory.server.xdbm.search.impl
Optimizer that annotates the filter using scan counts.
DefaultOptimizer(Store) - Constructor for class org.apache.directory.server.xdbm.search.impl.DefaultOptimizer
Creates an optimizer on a database.
DefaultPartitionNexus - Class in org.apache.directory.server.core.shared.partition
A root Partition that contains all other partitions, and routes all operations to the child partition that matches to its base suffixes.
DefaultPartitionNexus(Entry) - Constructor for class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Creates the root nexus singleton of the entire system.
DefaultPasswordValidator - Class in org.apache.directory.server.core.api.authn.ppolicy
The default password validator.
DefaultPasswordValidator() - Constructor for class org.apache.directory.server.core.api.authn.ppolicy.DefaultPasswordValidator
Creates a new instance of DefaultPasswordValidator.
DefaultSearchEngine - Class in org.apache.directory.server.xdbm.search.impl
Given a search filter and a scope the search engine identifies valid candidate entries returning their ids.
DefaultSearchEngine(Store, CursorBuilder, EvaluatorBuilder, Optimizer) - Constructor for class org.apache.directory.server.xdbm.search.impl.DefaultSearchEngine
Creates a DefaultSearchEngine for searching a Database without setting up the database.
DefaultTupleComparator<K,V> - Class in org.apache.directory.server.core.partition.impl.btree
The default implementation of a pair of comparators which compares both keys and values of a Tuple.
DefaultTupleComparator(SerializableComparator<K>, SerializableComparator<V>) - Constructor for class org.apache.directory.server.core.partition.impl.btree.DefaultTupleComparator
 
DefaultWwwServers - Class in org.apache.directory.server.dhcp.options.misc
The WWW server option specifies a list of WWW available to the client.
DefaultWwwServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.DefaultWwwServers
 
DelayInducingInterceptor - Class in org.apache.directory.server.core.integ
An Interceptor that fakes a specified amount of delay to each search iteration so we can make sure search time limits are adhered to.
DelayInducingInterceptor() - Constructor for class org.apache.directory.server.core.integ.DelayInducingInterceptor
 
DelegatingAuthenticator - Class in org.apache.directory.server.core.authn
Authenticator delegating to another LDAP server.
DelegatingAuthenticator() - Constructor for class org.apache.directory.server.core.authn.DelegatingAuthenticator
Creates a new instance.
DelegatingAuthenticator(Dn) - Constructor for class org.apache.directory.server.core.authn.DelegatingAuthenticator
Creates a new instance.
DelegatingAuthenticator(AuthenticationLevel, Dn) - Constructor for class org.apache.directory.server.core.authn.DelegatingAuthenticator
Creates a new instance, for a specific authentication level.
DelegatingAuthenticatorBean - Class in org.apache.directory.server.config.beans
A class used to store the Delegating Authenticator configuration.
DelegatingAuthenticatorBean() - Constructor for class org.apache.directory.server.config.beans.DelegatingAuthenticatorBean
 
delete(PartitionTxn, String) - Method in class org.apache.directory.server.config.ReadOnlyConfigurationPartition
Delete the entry associated with a given Id
delete(DeleteOperationContext) - Method in class org.apache.directory.server.config.ReadOnlyConfigurationPartition
Deletes a leaf entry from this ContextPartition: non-leaf entries cannot be deleted until this operation has been applied to their children.
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
We have to check that we can remove the associated AdministrativePoint :
if we remove an AAP, no descendant IAP should remain orphan If we remove a SAP, no descendant IAP should remain orphan Filters Partition.delete( DeleteOperationContext ) call.
delete(Dn) - Method in interface org.apache.directory.server.core.api.CoreSession
Deletes an entry in the server.
delete(Dn, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Deletes an entry in the server.
delete(DeleteRequest) - Method in interface org.apache.directory.server.core.api.CoreSession
Deletes an entry in the server.
delete(DeleteRequest, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Deletes an entry in the server.
delete(Dn, boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Deletes an entry in the server.
delete(Dn, boolean, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Deletes an entry in the server.
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
delete(Dn) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Process the delete for inner operations.
delete(Dn) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Process the delete for inner operations.
delete(DeleteOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
delete(DeleteRequest) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
delete(Dn) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
delete(String) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
delete(DeleteOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
delete(DeleteOperationContext) - Method in interface org.apache.directory.server.core.api.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(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AttributeTypeSynchronizer
Delete the schema object and update the registries
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ComparatorSynchronizer
Delete the schema object and update the registries
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitContentRuleSynchronizer
Delete the schema object and update the registries
delete(DitContentRule, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitContentRuleSynchronizer
 
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitStructureRuleSynchronizer
Delete the schema object and update the registries
delete(DitStructureRule, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitStructureRuleSynchronizer
 
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleSynchronizer
Delete the schema object and update the registries
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleUseSynchronizer
Delete the schema object and update the registries
delete(MatchingRuleUse, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleUseSynchronizer
 
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NameFormSynchronizer
Delete the schema object and update the registries
delete(NameForm, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NameFormSynchronizer
 
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NormalizerSynchronizer
Delete the schema object and update the registries
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ObjectClassSynchronizer
Delete the schema object and update the registries
delete(Entry, boolean) - Method in interface org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizer
Delete the schema object and update the registries
delete(DeleteOperationContext, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizerAdaptor
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SchemaSynchronizer
Called to react to the deletion of a metaSchema object.
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxCheckerSynchronizer
Delete the schema object and update the registries
delete(Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxSynchronizer
Delete the schema object and update the registries
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Deletes a leaf entry from this ContextPartition: non-leaf entries cannot be deleted until this operation has been applied to their children.
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.event.EventInterceptor
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
Checks to make sure the entry being deleted exists, and has no children, otherwise throws the appropriate LdapException.
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
 
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Deletes a leaf entry from this ContextPartition: non-leaf entries cannot be deleted until this operation has been applied to their children.
delete(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Delete the entry associated with a given Id
delete(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.ldif.LdifPartition
Delete the entry associated with a given Id
delete(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.ldif.SingleFileLdifPartition
 
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.ppolicy.PPolicyInterceptor
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
delete(Interceptor, int, ModifyOperationContext, NormalizerDescription) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
delete(Interceptor, int, ModifyOperationContext, SyntaxCheckerDescription) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
delete(Interceptor, int, ModifyOperationContext, LdapComparatorDescription) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
delete(Dn) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Deletes an entry in the server.
delete(Dn, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Deletes an entry in the server.
delete(Dn, boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Deletes an entry in the server.
delete(Dn, boolean, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Deletes an entry in the server.
delete(DeleteRequest) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Deletes an entry in the server.
delete(DeleteRequest, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Deletes an entry in the server.
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Deletes a leaf entry from this ContextPartition: non-leaf entries cannot be deleted until this operation has been applied to their children.
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
delete(DeleteOperationContext) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
delete() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
delete the current message used for internal log cleanup ONLY
delete(PartitionTxn, String) - Method in interface org.apache.directory.server.xdbm.Store
Delete an entry from the store
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
deleteConsumerEntry(ReplicaEventLog) - Method in class org.apache.directory.server.ldap.replication.provider.ReplConsumerManager
Delete an existing consumer entry from ou=consumers,ou=system
deleteFromSchema(SchemaObject, String) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Delete a SchemaObject from the schema registry, assuming that it has an associated schema and that this schema is loaded
DeleteOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A Delete context used for Interceptors.
DeleteOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.DeleteOperationContext
Creates a new instance of DeleteOperationContext.
DeleteOperationContext(CoreSession, Dn) - Constructor for class org.apache.directory.server.core.api.interceptor.context.DeleteOperationContext
Creates a new instance of DeleteOperationContext.
DeleteOperationContext(CoreSession, DeleteRequest) - Constructor for class org.apache.directory.server.core.api.interceptor.context.DeleteOperationContext
Creates a new instance of DeleteOperationContext.
DeleteRequestHandler - Class in org.apache.directory.server.ldap.handlers.request
A single reply MessageReceived handler for DeleteRequests.
DeleteRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.request.DeleteRequestHandler
 
DeleteResponseHandler - Class in org.apache.directory.server.ldap.handlers.response
A single reply handler for DeleteResponses.
DeleteResponseHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.DeleteResponseHandler
 
deleteSchemaObject(Interceptor, int, ModifyOperationContext, SchemaObject) - Method in class org.apache.directory.server.core.schema.SchemaSubentryModifier
 
DeleteStoredProcedureParameterInjector - Class in org.apache.directory.server.core.trigger
 
DeleteStoredProcedureParameterInjector(OperationContext, Dn) - Constructor for class org.apache.directory.server.core.trigger.DeleteStoredProcedureParameterInjector
 
DescendantCursor - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor over entries satisfying one level scope constraints with alias dereferencing considerations when enabled during search.
DescendantCursor(PartitionTxn, Store, String, String, Cursor<IndexEntry<ParentIdAndRdn, String>>) - Constructor for class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
Creates a Cursor over entries satisfying one level scope criteria.
DescendantCursor(PartitionTxn, Store, String, String, Cursor<IndexEntry<ParentIdAndRdn, String>>, boolean) - Constructor for class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
Creates a Cursor over entries satisfying one level scope criteria.
DescriptionParsers - Class in org.apache.directory.server.core.api.schema
TODO: move to apacheds-core?
DescriptionParsers(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.DescriptionParsers
Creates a description parser.
deserialize(SchemaManager, ObjectInput) - Static method in class org.apache.directory.server.core.api.changelog.ChangeLogEventSerializer
Deserializes a ChangeLogEvent instance.
deserialize(SchemaManager, ObjectInput) - Static method in class org.apache.directory.server.core.api.LdapPrincipalSerializer
Deserializes a LdapPrincipal instance.
deserialize(byte[]) - Method in class org.apache.directory.server.core.avltree.ArrayMarshaller
Creates an Array from given bytes of data.
deserialize(byte[]) - Method in class org.apache.directory.server.core.avltree.AvlTreeMarshaller
Creates an AVLTree from given bytes of data.
deserialize(byte[]) - Method in class org.apache.directory.server.core.avltree.DefaultMarshaller
 
deserialize(byte[]) - Method in interface org.apache.directory.server.core.avltree.Marshaller
 
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.BTreeRedirectMarshaller
 
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DnSerializer
Deserialize a Dn.
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.EntrySerializer
Deserialize a Entry.
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.IndexValueSerializer
 
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.LongSerializer
 
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.MarshallerSerializerBridge
 
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.ParentIdAndRdnSerializer
Deserialize a ParentIdAndRdn.
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.StringSerializer
 
deserialize(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.UuidSerializer
deserialize(ByteBuffer) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.DnSerializer
Deserialize a Dn.
deserialize(BufferHandler) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.DnSerializer
 
deserialize(ByteBuffer) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotEntrySerializer
Deserialize a Entry.
deserialize(BufferHandler) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotEntrySerializer
 
deserialize(BufferHandler) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
Deserialize a ParentIdAndRdn.
deserialize(ByteBuffer) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
 
deserialize(byte[]) - Method in class org.apache.directory.server.core.shared.NullStringSerializer
 
deserialize(byte[]) - Method in class org.apache.directory.server.core.shared.SortedEntrySerializer
 
deserialize(byte[]) - Method in class org.apache.directory.server.ldap.replication.ReplicaEventMessageSerializer
Deserialize a ReplicaEventMessage.
destroy() - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
This method does nothing by default.
destroy() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Destroy the changeLog
destroy() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Destroy the logs.
destroy() - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
This method does nothing by default.
destroy() - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
Deinitializes this interceptor.
destroy() - Method in interface org.apache.directory.server.core.api.journal.Journal
Destroy the journal service
destroy() - Method in interface org.apache.directory.server.core.api.journal.JournalStore
Destroy the logs.
destroy(PartitionTxn) - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Calls doDestroy() where you have to put your destroy code in, and clears default properties.
destroy(PartitionTxn) - Method in interface org.apache.directory.server.core.api.partition.Partition
Instructs this Partition to synchronize with it's persistent store, and destroy all held resources, in preparation for a shutdown event.
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.AuthenticationInterceptor
Deinitializes and deregisters all Authenticators from this service.
destroy() - Method in interface org.apache.directory.server.core.authn.Authenticator
Called by AuthenticationInterceptor to indicate that this authenticator is being removed from service.
destroy() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Destroy the changeLog
destroy() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Save logs, tags and revision on disk, and clean everything in memory
destroy() - Method in class org.apache.directory.server.core.event.EventInterceptor
This method does nothing by default.
destroy() - Method in class org.apache.directory.server.core.journal.DefaultJournal
Destroy the journal service
destroy() - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
Destroy the logs.
destroy() - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
The destroy method does nothing
destroy() - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
 
DESTROY - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
destroy() - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
Destroys this key by overwriting the symmetric key material with zeros.
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
 
determineSelectionBase(InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.AbstractDhcpService
Determine address on which to base selection.
DhcpConfigElement - Class in org.apache.directory.server.dhcp.store
 
DhcpConfigElement() - Constructor for class org.apache.directory.server.dhcp.store.DhcpConfigElement
 
DhcpDecoder - Class in org.apache.directory.server.dhcp.protocol
 
DhcpDecoder() - Constructor for class org.apache.directory.server.dhcp.protocol.DhcpDecoder
 
DhcpEncoder - Class in org.apache.directory.server.dhcp.protocol
 
DhcpEncoder() - Constructor for class org.apache.directory.server.dhcp.protocol.DhcpEncoder
 
DhcpException - Exception in org.apache.directory.server.dhcp
 
DhcpException() - Constructor for exception org.apache.directory.server.dhcp.DhcpException
This empty constructor is used if no explanation of the DHCP exception is required.
DhcpException(String) - Constructor for exception org.apache.directory.server.dhcp.DhcpException
This constructor is used if a description of the event that caused the exception is required.
DhcpException(String, Exception) - Constructor for exception org.apache.directory.server.dhcp.DhcpException
This constructor is used if a description of the event that caused the exception is required.
DhcpMessage - Class in org.apache.directory.server.dhcp.messages
A DHCP (RFC 2131) message.
DhcpMessage() - Constructor for class org.apache.directory.server.dhcp.messages.DhcpMessage
Create a default dhcp message.
DhcpMessage(MessageType, byte, HardwareAddress, short, int, int, short, InetAddress, InetAddress, InetAddress, InetAddress, String, String, OptionsField) - Constructor for class org.apache.directory.server.dhcp.messages.DhcpMessage
Create a DHCP message based on the supplied values.
DhcpMessageDecoder - Class in org.apache.directory.server.dhcp.io
 
DhcpMessageDecoder() - Constructor for class org.apache.directory.server.dhcp.io.DhcpMessageDecoder
 
DhcpMessageEncoder - Class in org.apache.directory.server.dhcp.io
 
DhcpMessageEncoder() - Constructor for class org.apache.directory.server.dhcp.io.DhcpMessageEncoder
 
DhcpMessageType - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used to convey the type of the DHCP message.
DhcpMessageType() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.DhcpMessageType
 
DhcpMessageType(MessageType) - Constructor for class org.apache.directory.server.dhcp.options.dhcp.DhcpMessageType
 
DhcpOption - Class in org.apache.directory.server.dhcp.options
The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCP/IP network.
DhcpOption() - Constructor for class org.apache.directory.server.dhcp.options.DhcpOption
 
DhcpProtocolCodecFactory - Class in org.apache.directory.server.dhcp.protocol
 
DhcpProtocolCodecFactory() - Constructor for class org.apache.directory.server.dhcp.protocol.DhcpProtocolCodecFactory
 
DhcpProtocolHandler - Class in org.apache.directory.server.dhcp.protocol
Implementation of a DHCP protocol handler which delegates the work of generating replys to a DhcpService implementation.
DhcpProtocolHandler(DhcpService) - Constructor for class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
 
DhcpServerBean - Class in org.apache.directory.server.config.beans
A class used to store the DhcpServer configuration.
DhcpServerBean() - Constructor for class org.apache.directory.server.config.beans.DhcpServerBean
Create a new DhcpServerBean instance
DhcpService - Interface in org.apache.directory.server.dhcp.service
DHCP Protocol (RFC 2131, RFC 2132).
DhcpStore - Interface in org.apache.directory.server.dhcp.store
 
DIFFERED - Static variable in interface org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer
A flag we used when we want to connect after a waiting delay
DigestMd5CallbackHandler - Class in org.apache.directory.server.ldap.handlers.sasl.digestMD5
 
DigestMd5CallbackHandler(LdapSession, CoreSession, BindRequest) - Constructor for class org.apache.directory.server.ldap.handlers.sasl.digestMD5.DigestMd5CallbackHandler
Creates a new instance of DigestMd5CallbackHandler.
DigestMd5MechanismHandler - Class in org.apache.directory.server.ldap.handlers.sasl.digestMD5
The DIGEST-MD5 mechanism handler.
DigestMd5MechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.sasl.digestMD5.DigestMd5MechanismHandler
 
DirectoryBackedService - Class in org.apache.directory.server.protocol.shared
Base class shared by all protocol providers for configuration.
DirectoryBackedService() - Constructor for class org.apache.directory.server.protocol.shared.DirectoryBackedService
 
DirectoryListener - Interface in org.apache.directory.server.core.api.event
A listener which is notified of changes to the directory service.
DirectoryListenerAdapter - Class in org.apache.directory.server.core.api.event
A DirectoryListener adapter class for convenient subclassing It doesn't handle any operation
DirectoryListenerAdapter() - Constructor for class org.apache.directory.server.core.api.event.DirectoryListenerAdapter
 
DirectoryService - Interface in org.apache.directory.server.core.api
All the features a DirectroyService instance must implement.
directoryService - Variable in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
A reference to the DirectoryService instance
directoryService - Variable in class org.apache.directory.server.core.api.subtree.SubentryUtils
A reference to the DirectoryService instance
directoryService - Static variable in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
The current DirectoryService instance
directoryService - Variable in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
A reference on the DirectoryService instance
DirectoryServiceBean - Class in org.apache.directory.server.config.beans
A class used to store the DirectoryService configuration.
DirectoryServiceBean() - Constructor for class org.apache.directory.server.config.beans.DirectoryServiceBean
Create a new DnsServerBean instance
DirectoryServiceFactory - Interface in org.apache.directory.server.core.factory
A factory used to generate differently configured DirectoryService objects.
DirectoryServiceOperation - Interface in org.apache.directory.server.protocol.shared.store
Interface to support the command pattern for LDAP operations.
disableSchema(DirectoryService, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
dispose(IoSession) - Method in class org.apache.directory.server.dhcp.protocol.DhcpDecoder
 
dispose(IoSession) - Method in class org.apache.directory.server.dhcp.protocol.DhcpEncoder
 
dispose() - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslServer
DitContentRuleSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
A schema entity change handler for DitContentRules.
DitContentRuleSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.DitContentRuleSynchronizer
Creates a new instance of DitContentRuleSynchronizer.
DitStructureRuleSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
A schema entity change handler for DitStructureRules.
DitStructureRuleSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.DitStructureRuleSynchronizer
Creates a new instance of DitStructureSynchronizer.
dn - Variable in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
The AA's Dn
dn - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
The Dn associated with the context
DnameRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.
DnameRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.DnameRecordEncoder
 
DnFactory - Interface in org.apache.directory.server.core.api
A factory for DNs, with a cache.
dnFactory - Variable in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
The DN factory
dnFactory - Variable in class org.apache.directory.server.core.api.partition.AbstractPartition
The DnFactory to use to create DN
DnsAttribute - Class in org.apache.directory.server.dns.store
Constants representing the DNS attribute ids as defined by the Apache DNS schema.
DnsContext - Class in org.apache.directory.server.dns.service
 
DnsContext() - Constructor for class org.apache.directory.server.dns.service.DnsContext
 
DnSerializer - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
Serialize and deserialize a Dn.
DnSerializer(SchemaManager) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.DnSerializer
Creates a new instance of DnSerializer.
DnSerializer - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
Serialize and deserialize a Dn.
DnSerializer() - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.DnSerializer
Creates a new instance of DnSerializer.
DnSerializerComparator - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A comparator used to compare Dn stored in the Dn index.
DnSerializerComparator(String) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.DnSerializerComparator
Creates a new instance of DnSerializer.
DnsException - Exception in org.apache.directory.server.dns
The root of the DNS exception hierarchy.
DnsException(ResponseCode) - Constructor for exception org.apache.directory.server.dns.DnsException
Creates a DnsException with a response code.
DnsMessage - Class in org.apache.directory.server.dns.messages
All communications inside of the domain protocol are carried in a single format called a message.
DnsMessage(int, MessageType, OpCode, boolean, boolean, boolean, boolean, boolean, boolean, ResponseCode, List<QuestionRecord>, List<ResourceRecord>, List<ResourceRecord>, List<ResourceRecord>) - Constructor for class org.apache.directory.server.dns.messages.DnsMessage
Creates a new instance of DnsMessage.
DnsMessageDecoder - Class in org.apache.directory.server.dns.io.decoder
A decoder for DNS messages.
DnsMessageDecoder() - Constructor for class org.apache.directory.server.dns.io.decoder.DnsMessageDecoder
 
DnsMessageEncoder - Class in org.apache.directory.server.dns.io.encoder
An encoder for DNS messages.
DnsMessageEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.DnsMessageEncoder
 
DnsMessageModifier - Class in org.apache.directory.server.dns.messages
All communications inside of the domain protocol are carried in a single format called a message.
DnsMessageModifier() - Constructor for class org.apache.directory.server.dns.messages.DnsMessageModifier
 
DnsOperation - Interface in org.apache.directory.server.dns.store.jndi
Interface to support the command pattern with JNDI contexts.
DnsProtocolHandler - Class in org.apache.directory.server.dns.protocol
 
DnsProtocolHandler(DnsServer, RecordStore) - Constructor for class org.apache.directory.server.dns.protocol.DnsProtocolHandler
Creates a new instance of DnsProtocolHandler.
DnsProtocolTcpCodecFactory - Class in org.apache.directory.server.dns.protocol
 
DnsProtocolUdpCodecFactory - Class in org.apache.directory.server.dns.protocol
 
DnsServer - Class in org.apache.directory.server.dns
Contains the configuration parameters for the DNS protocol provider.
DnsServer() - Constructor for class org.apache.directory.server.dns.DnsServer
Creates a new instance of DnsConfiguration.
DnsServerBean - Class in org.apache.directory.server.config.beans
A class used to store the DnsServer configuration.
DnsServerBean() - Constructor for class org.apache.directory.server.config.beans.DnsServerBean
Create a new DnsServerBean instance
DnsTcpDecoder - Class in org.apache.directory.server.dns.protocol
A CumulativeProtocolDecoder which supports DNS operation over TCP, by reassembling split packets prior to decoding.
DnsTcpDecoder() - Constructor for class org.apache.directory.server.dns.protocol.DnsTcpDecoder
 
DnsTcpEncoder - Class in org.apache.directory.server.dns.protocol
A ProtocolEncoder for use in the MINA framework that uses the DnsMessageEncoder to encode DnsMessages.
DnsTcpEncoder() - Constructor for class org.apache.directory.server.dns.protocol.DnsTcpEncoder
 
DnsUdpDecoder - Class in org.apache.directory.server.dns.protocol
A ProtocolDecoder for use in the MINA framework that uses the DnsMessageDecoder to decode DnsMessages.
DnsUdpDecoder() - Constructor for class org.apache.directory.server.dns.protocol.DnsUdpDecoder
 
DnsUdpEncoder - Class in org.apache.directory.server.dns.protocol
A ProtocolEncoder for use in the MINA framework that uses the DnsMessageEncoder to encode DnsMessages.
DnsUdpEncoder() - Constructor for class org.apache.directory.server.dns.protocol.DnsUdpEncoder
 
doAddOperation(Dn, Entry) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after add operations.
doBindOperation(Dn, byte[], String, String) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after bind operations.
doDecode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.directory.server.dns.protocol.DnsTcpDecoder
 
doDelete(File) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
Deletes the working directory.
doDeleteOperation(Dn) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after delete operations.
doDestroy(PartitionTxn) - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Override this method to put your initialization code.
doDestroy(PartitionTxn) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Override this method to put your initialization code.
doDestroy() - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Implement your deinitialization code here.
doDestroy(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Override this method to put your initialization code.
doDestroy(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
Override this method to put your initialization code.
doDestroy(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
Override this method to put your initialization code.
doDestroy(PartitionTxn) - Method in class org.apache.directory.server.core.partition.ldif.SingleFileLdifPartition
Override this method to put your initialization code.
doDestroy(PartitionTxn) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Override this method to put your initialization code.
doDestroy(PartitionTxn) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
doesFutureExistFor(int) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
doGetRootDseOperation(Dn) - Method in class org.apache.directory.server.core.jndi.ServerContext
Fetch the rootDSE entry
doInit() - Method in class org.apache.directory.server.config.ReadOnlyConfigurationPartition
Override this method to put your initialization code.
doInit() - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Override this method to put your initialization code.
doInit() - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Override this method to put your initialization code.
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.impl.avl.AvlPartition
Override this method to put your initialization code.
doInit() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Override this method to put your initialization code.
doInit() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
doInit() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
Override this method to put your initialization code.
doInit() - Method in class org.apache.directory.server.core.partition.ldif.LdifPartition
Override this method to put your initialization code.
doInit() - Method in class org.apache.directory.server.core.partition.ldif.SingleFileLdifPartition
 
doInit() - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Override this method to put your initialization code.
doInit() - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
doListOperation(Dn) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after list operations.
doLookupOperation(Dn) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after lookup operations.
doLookupOperation(Dn, String[]) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after lookup operations.
DOMAIN_NAME - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsDomainName
DomainName - Class in org.apache.directory.server.dhcp.options.vendor
This option specifies the domain name that client should use when resolving hostnames via the Domain Name System.
DomainName() - Constructor for class org.apache.directory.server.dhcp.options.vendor.DomainName
 
DomainNameServers - Class in org.apache.directory.server.dhcp.options.vendor
The domain name server option specifies a list of Domain Name System (STD 13, RFC 1035 [8]) name servers available to the client.
DomainNameServers() - Constructor for class org.apache.directory.server.dhcp.options.vendor.DomainNameServers
 
DomainNameService - Class in org.apache.directory.server.dns.service
Domain Name Service (DNS) Protocol (RFC 1034, 1035)
doModifyOperation(Dn, List<Modification>) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after modify operations.
doMove(Dn, Dn) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after moveAndRename operations.
doMoveAndRenameOperation(Dn, Dn, Rdn, boolean) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after moveAndRename operations.
doRename(Dn, Rdn, boolean) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after rename operations.
doRepair() - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Override this method to implement a repair method
doRepair() - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Override this method to implement a repair method
doRepair() - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
Override this method to implement a repair method
doRepair() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
Override this method to implement a repair method
doRepair() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
Override this method to implement a repair method
doRepair() - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Override this method to implement a repair method
doRepair() - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
doSearchOperation(Dn, AliasDerefMode, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.jndi.ServerContext
Used to encapsulate [de]marshalling of controls before and after list operations.
drop(PartitionTxn, K, String) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Remove the pair <K,ID> from the index for the given value and id.
drop(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Remove all the reference to an entry from the index.
drop(PartitionTxn, K, String) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Remove the pair <K,ID> from the index for the given value and id.
drop(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Remove all the reference to an entry from the index.
drop(PartitionTxn, String) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Remove all the reference to an entry from the index.
drop(PartitionTxn, K, String) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Remove the pair <K,ID> from the index for the given value and id.
drop(PartitionTxn, E) - Method in interface org.apache.directory.server.xdbm.Index
Remove all the reference to an entry from the index.
drop(PartitionTxn, K, E) - Method in interface org.apache.directory.server.xdbm.Index
Remove the pair <K,ID> from the index for the given value and id.
dropAliasIndices(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Removes the index entries for an alias before the entry is deleted from the master table.
dropMovedAliasIndices(PartitionTxn, Dn) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
For all aliases including and under the moved base, this method removes one and subtree alias index tuples for old ancestors above the moved base that will no longer be ancestors after the move.
DSAnnotationProcessor - Class in org.apache.directory.server.core.factory
A Helper class used to create a DS from the annotations
DSBasedServerBean - Class in org.apache.directory.server.config.beans
A class used to store the KdcServer configuration.
DSBasedServerBean() - Constructor for class org.apache.directory.server.config.beans.DSBasedServerBean
Create a new JournalBean instance
dumpIndex(PartitionTxn, OutputStream, String) - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Dump the requested index to a given stream
dumpIndex(PartitionTxn, OutputStream, String) - Method in interface org.apache.directory.server.core.api.partition.Partition
Dump the requested index to a given stream
dumpIndex(PartitionTxn, OutputStream, String) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Dump the requested index to a given stream
dumpRdnIdx(PartitionTxn, String, String) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Dump the RDN index content
DupsContainer<V> - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A wrapper around duplicate key values.
DupsContainerCursor<K,V> - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A cursor for browsing tables with duplicates which returns the container for values rather than just the value.
DupsContainerCursor(JdbmTable<K, V>) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
Creates a Cursor over the tuples of a JDBM table.

E

EMPTY_CONTROLS - Static variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
EMPTY_CONTROLS - Static variable in class org.apache.directory.server.core.jndi.ServerContext
Empty array of controls for use in dealing with them
EMPTY_CONTROLS - Static variable in class org.apache.directory.server.ldap.LdapProtocolConstants
 
EMPTY_PRINCIPAL_NAME - Static variable in class org.apache.directory.shared.kerberos.KerberosUtils
An empty list of principal names
EmptyEvaluator - Class in org.apache.directory.server.xdbm.search.evaluator
An Evaluator that always return false, for the case we have no entry to return
EmptyEvaluator() - Constructor for class org.apache.directory.server.xdbm.search.evaluator.EmptyEvaluator
Create a new instance of the PassThroughEvaluator
EmptyIndexCursor<K> - Class in org.apache.directory.server.xdbm
An empty Cursor implementation.
EmptyIndexCursor(PartitionTxn) - Constructor for class org.apache.directory.server.xdbm.EmptyIndexCursor
 
EmptyOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
An EmptySuffix context used for Interceptors.
EmptyOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.EmptyOperationContext
Creates a new instance of EmptyOperationContext.
enableSchema(DirectoryService, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
enableSSL(boolean) - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Enable or disable SSL
enableSSL(boolean) - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Enable or disable SSL
encode(ByteBuffer, DhcpMessage) - Method in class org.apache.directory.server.dhcp.io.DhcpMessageEncoder
Converts a DhcpMessage object into a byte buffer.
encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.directory.server.dhcp.protocol.DhcpEncoder
 
encode(IoBuffer, DnsMessage) - Method in class org.apache.directory.server.dns.io.encoder.DnsMessageEncoder
Encodes the DnsMessage into the IoBuffer.
encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.directory.server.dns.protocol.DnsTcpEncoder
 
encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.directory.server.dns.protocol.DnsUdpEncoder
 
encode(ByteBuffer, NtpMessage) - Method in class org.apache.directory.server.ntp.io.NtpMessageEncoder
Encodes the NtpMessage into the ByteBuffer.
encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.directory.server.ntp.protocol.NtpEncoder
 
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
Encode the EncryptionKey message to a PDU.
encode(ByteBuffer) - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
Encode the PrincipalName message to a PDU.
encodeOptions(OptionsField, ByteBuffer) - Method in class org.apache.directory.server.dhcp.io.DhcpMessageEncoder
 
ENCRYPTION_KEY_TYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
EncryptionKey tags
ENCRYPTION_KEY_VALUE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
EncryptionKey - Class in org.apache.directory.shared.kerberos.components
A Kerberos symmetric encryption key, which includes metadata support for the associated key type and key version number.
EncryptionKey() - Constructor for class org.apache.directory.shared.kerberos.components.EncryptionKey
Creates a new instance of EncryptionKey.
EncryptionKey(EncryptionType, byte[]) - Constructor for class org.apache.directory.shared.kerberos.components.EncryptionKey
Creates a new instance of EncryptionKey.
EncryptionKey(EncryptionType, byte[], int) - Constructor for class org.apache.directory.shared.kerberos.components.EncryptionKey
Creates a new instance of EncryptionKey.
EncryptionKeyContainer - Class in org.apache.directory.shared.kerberos.codec.encryptionKey
The EncryptionKey container stores the EncryptionKey decoded by the Asn1Decoder.
EncryptionKeyContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyContainer
Creates a new EncryptionKeyContainer object.
EncryptionKeyGrammar - Class in org.apache.directory.shared.kerberos.codec.encryptionKey
This class implements the EncryptionKey structure.
EncryptionKeyInit - Class in org.apache.directory.shared.kerberos.codec.encryptionKey.actions
The action used to initialize the EncryptionKey object
EncryptionKeyInit() - Constructor for class org.apache.directory.shared.kerberos.codec.encryptionKey.actions.EncryptionKeyInit
Instantiates a new EncryptionKeyInit action.
EncryptionKeyStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.encryptionKey
This class store the EncryptionKey grammar's constants.
EncryptionType - Enum in org.apache.directory.shared.kerberos.codec.types
A type-safe enumeration of Kerberos encryption types.
endSessionTransaction(boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Set the flag indicating we have received the sendTransaction extended operation
endSessionTransaction(boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Set the flag indicating we have received the sendTransaction extended operation
EndTransactionHandler - Class in org.apache.directory.server.ldap.handlers.extended
An handler to manage the EndTransaction extended request operation
EndTransactionHandler() - Constructor for class org.apache.directory.server.ldap.handlers.extended.EndTransactionHandler
 
engineAliases() - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineContainsAlias(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineDeleteEntry(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineGetCertificate(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineGetCertificateAlias(Certificate) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineGetCertificateChain(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineGetCreationDate(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineGetKey(String, char[]) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineIsCertificateEntry(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineIsKeyEntry(String) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineLoad(InputStream, char[]) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineSetCertificateEntry(String, Certificate) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineSetKeyEntry(String, byte[], Certificate[]) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineSetKeyEntry(String, Key, char[], Certificate[]) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineSize() - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
engineStore(OutputStream, char[]) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
entry - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
The entry associated with the target entry of this OperationContext
ENTRY - Static variable in class org.apache.directory.server.core.authz.support.OperationScope
An operation that affects the whole entry.
ENTRY_DELETED_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
ENTRY_DELETED_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
ENTRY_PARENT_ID_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
ENTRY_PARENT_ID_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
ENTRY_TRIGGER_SPECIFICATION_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
ENTRY_TRIGGER_SPECIFICATION_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
entryAdded(AddOperationContext) - Method in class org.apache.directory.server.config.listener.ConfigChangeListener
 
entryAdded(AddOperationContext) - Method in interface org.apache.directory.server.core.api.event.DirectoryListener
Called when an entry has been added.
entryAdded(AddOperationContext) - Method in class org.apache.directory.server.core.api.event.DirectoryListenerAdapter
 
entryAdded(AddOperationContext) - Method in class org.apache.directory.server.core.jndi.EventListenerAdapter
 
entryAdded(AddOperationContext) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
entryAdded(AddOperationContext) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
Process a ADD operation.
entryCsnAT - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
entryCsnIdx - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
a system index on entryCSN attribute
EntryCursorAdaptor - Class in org.apache.directory.server.core.partition.impl.btree
Adapts index cursors to return just Entry objects.
EntryCursorAdaptor(PartitionTxn, AbstractBTreePartition, PartitionSearchResult) - Constructor for class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
 
entryDeleted(DeleteOperationContext) - Method in class org.apache.directory.server.config.listener.ConfigChangeListener
 
entryDeleted(DeleteOperationContext) - Method in interface org.apache.directory.server.core.api.event.DirectoryListener
Called when an entry has been deleted.
entryDeleted(DeleteOperationContext) - Method in class org.apache.directory.server.core.api.event.DirectoryListenerAdapter
 
entryDeleted(DeleteOperationContext) - Method in class org.apache.directory.server.core.jndi.EventListenerAdapter
 
entryDeleted(DeleteOperationContext) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
entryDeleted(DeleteOperationContext) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
Process a Delete operation.
entryDnAT - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
EntryFilter - Interface in org.apache.directory.server.core.api.filtering
An entry filter is used to modify search results while they are being returned from Cursors over ServerEntry objects.
EntryFilteringCursor - Interface in org.apache.directory.server.core.api.filtering
A wrapper on top of a Cursor used to filter entries we get from the backend.
EntryFilteringCursorImpl - Class in org.apache.directory.server.core.api.filtering
A Cursor which uses a list of filters to selectively return entries and/or modify the contents of entries.
EntryFilteringCursorImpl(Cursor<Entry>, SearchOperationContext, SchemaManager, EntryFilter) - Constructor for class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
Creates a new entry filtering Cursor over an existing Cursor using a single filter initially: more can be added later after creation.
EntryFilteringCursorImpl(Cursor<Entry>, SearchOperationContext, SchemaManager) - Constructor for class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
Creates a new entry filtering Cursor over an existing Cursor using a no filter initially: more can be added later after creation.
EntryFilteringCursorImpl(Cursor<Entry>, SearchOperationContext, SchemaManager, List<EntryFilter>) - Constructor for class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
Creates a new entry filtering Cursor over an existing Cursor using a list of filters initially: more can be added later after creation.
entryModified(ModifyOperationContext) - Method in class org.apache.directory.server.config.listener.ConfigChangeListener
 
entryModified(ModifyOperationContext) - Method in interface org.apache.directory.server.core.api.event.DirectoryListener
Called when an entry has been modified.
entryModified(ModifyOperationContext) - Method in class org.apache.directory.server.core.api.event.DirectoryListenerAdapter
 
entryModified(ModifyOperationContext) - Method in class org.apache.directory.server.core.jndi.EventListenerAdapter
 
entryModified(ModifyOperationContext) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
entryModified(ModifyOperationContext) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
Process a Modify operation.
entryMoved(MoveOperationContext) - Method in interface org.apache.directory.server.core.api.event.DirectoryListener
Called when an entry is moved.
entryMoved(MoveOperationContext) - Method in class org.apache.directory.server.core.api.event.DirectoryListenerAdapter
 
entryMoved(MoveOperationContext) - Method in class org.apache.directory.server.core.jndi.EventListenerAdapter
 
entryMoved(MoveOperationContext) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
entryMoved(MoveOperationContext) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
Process a Move operation.
entryMovedAndRenamed(MoveAndRenameOperationContext) - Method in interface org.apache.directory.server.core.api.event.DirectoryListener
Called when an entry is moved and renamed at the same time.
entryMovedAndRenamed(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.api.event.DirectoryListenerAdapter
 
entryMovedAndRenamed(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.jndi.EventListenerAdapter
 
entryMovedAndRenamed(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
entryMovedAndRenamed(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
Process a MoveAndRename operation.
entryRenamed(RenameOperationContext) - Method in interface org.apache.directory.server.core.api.event.DirectoryListener
Called when an entry has been renamed.
entryRenamed(RenameOperationContext) - Method in class org.apache.directory.server.core.api.event.DirectoryListenerAdapter
 
entryRenamed(RenameOperationContext) - Method in class org.apache.directory.server.core.jndi.EventListenerAdapter
 
entryRenamed(RenameOperationContext) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
entryRenamed(RenameOperationContext) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
Process a Rename operation.
EntrySerializer - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
Serialize and deserialize a ServerEntry.
EntrySerializer(SchemaManager) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.EntrySerializer
Creates a new instance of ServerEntrySerializer.
entrySet() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
EntryToResponseCursor - Class in org.apache.directory.server.core.api
A cursor to get SearchResponses after setting the underlying cursor's ServerEntry object in SearchResultEnty object
EntryToResponseCursor(SearchRequest, int, Cursor<Entry>) - Constructor for class org.apache.directory.server.core.api.EntryToResponseCursor
 
entryUuidAT - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
EnumConverter<K> - Interface in org.apache.directory.server.dns.util
An interface that allows an Enum to be converted to another type, such as an integer or long.
EqualityCursor<V> - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor over entry candidates matching an equality assertion filter.
EqualityCursor(PartitionTxn, Store, EqualityEvaluator<V>) - Constructor for class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
Creates a new instance of an EqualityCursor
EqualityEvaluator<T> - Class in org.apache.directory.server.xdbm.search.evaluator
An Evaluator which determines if candidates are matched by GreaterEqNode assertions.
EqualityEvaluator(EqualityNode<T>, Store, SchemaManager) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.EqualityEvaluator
Creates a new EqualityEvaluator
equals(Object) - Method in class org.apache.directory.server.core.api.changelog.Tag
equals(Object) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
equals(Object) - Method in class org.apache.directory.server.core.authn.PasswordHistory
 
equals(Object) - Method in class org.apache.directory.server.dhcp.messages.HardwareAddress
 
equals(Object) - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
equals(Object) - Method in class org.apache.directory.server.dns.messages.QuestionRecord
 
equals(Object) - Method in class org.apache.directory.server.dns.messages.ResourceRecordImpl
 
equals(Object) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
equals(Object) - Method in class org.apache.directory.server.ntp.messages.NtpTimeStamp
equals(Object) - Method in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
equals(Object) - Method in class org.apache.directory.server.xdbm.IndexEntry
 
equals(Object) - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
 
equals(Object) - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
 
equals(Object) - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
equals(Object) - Method in class org.apache.directory.shared.kerberos.KerberosTime
 
err(I18n, Object...) - Static method in enum org.apache.directory.server.i18n.I18n
Translate an error code with argument(s)
ErrorType - Class in org.apache.directory.shared.kerberos.exceptions
A type-safe enumeration of Kerberos error types.
EthernetEncapsulation - Class in org.apache.directory.server.dhcp.options.linklayer
This option specifies whether or not the client should use Ethernet Version 2 (RFC 894) or IEEE 802.3 (RFC 1042) encapsulation if the interface is an Ethernet.
EthernetEncapsulation() - Constructor for class org.apache.directory.server.dhcp.options.linklayer.EthernetEncapsulation
 
evaluate(ExprNode, Dn, Entry) - Method in interface org.apache.directory.server.core.api.event.Evaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(ExprNode, Dn, Entry) - Method in class org.apache.directory.server.core.api.event.ExpressionEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(ExprNode, Dn, Entry) - Method in class org.apache.directory.server.core.api.event.LeafEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(ExprNode, Dn, Entry) - Method in class org.apache.directory.server.core.api.event.ScopeEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(ExprNode, Dn, Entry) - Method in class org.apache.directory.server.core.api.event.SubstringEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(ExprNode, Attribute) - Method in class org.apache.directory.server.core.api.subtree.RefinementEvaluator
 
evaluate(SimpleNode, Attribute) - Method in class org.apache.directory.server.core.api.subtree.RefinementLeafEvaluator
Evaluates whether or not a simple leaf node of a refinement filter selects an entry based on the entry's objectClass attribute values.
evaluate(SubtreeSpecification, Dn, Dn, Entry) - Method in class org.apache.directory.server.core.api.subtree.SubtreeEvaluator
Determines if an entry is selected by a subtree specification.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.AndEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.AndEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.ApproximateEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.ApproximateEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.BaseLevelScopeEvaluator
Asserts whether or not a candidate has one level scope while taking alias dereferencing into account.
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.BaseLevelScopeEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.EmptyEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.EmptyEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.EqualityEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.EqualityEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in interface org.apache.directory.server.xdbm.search.Evaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in interface org.apache.directory.server.xdbm.search.Evaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.GreaterEqEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.GreaterEqEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.LessEqEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.LessEqEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.NotEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.NotEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.OneLevelScopeEvaluator
Asserts whether or not a candidate has one level scope while taking alias dereferencing into account.
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.OneLevelScopeEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.OrEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.OrEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.PassThroughEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.PassThroughEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.PresenceEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.PresenceEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.SubstringEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.SubstringEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluate(PartitionTxn, IndexEntry<?, String>) - Method in class org.apache.directory.server.xdbm.search.evaluator.SubtreeScopeEvaluator
Evaluates a candidate to determine if a filter expression selects it.
evaluate(Entry) - Method in class org.apache.directory.server.xdbm.search.evaluator.SubtreeScopeEvaluator
Evaluates whether or not a candidate, satisfies the expression associated with this Evaluator .
evaluateResponse(byte[]) - Method in class org.apache.directory.server.ldap.handlers.sasl.external.certificate.ExternalSaslServer
evaluateResponse(byte[]) - Method in class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmSaslServer
evaluateResponse(byte[]) - Method in class org.apache.directory.server.ldap.handlers.sasl.plain.PlainSaslServer
Evaluator - Interface in org.apache.directory.server.core.api.event
Tests if an entry is eligible for return by evaluating a filter expression on the candidate.
Evaluator<N extends org.apache.directory.api.ldap.model.filter.ExprNode> - Interface in org.apache.directory.server.xdbm.search
Evaluates candidate entries to see if they match a filter expression.
evaluator(PartitionTxn, ExprNode) - Method in class org.apache.directory.server.xdbm.search.impl.DefaultSearchEngine
Builds an Evaluator for a filter expression.
evaluator(PartitionTxn, ExprNode) - Method in interface org.apache.directory.server.xdbm.search.SearchEngine
Builds an Evaluator for a filter expression.
EvaluatorBuilder - Class in org.apache.directory.server.xdbm.search.impl
Top level filter expression evaluator builder implemenation.
EvaluatorBuilder(Store, SchemaManager) - Constructor for class org.apache.directory.server.xdbm.search.impl.EvaluatorBuilder
Creates a top level Evaluator where leaves are delegated to a leaf node evaluator which will be created.
EVENT_ID_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
EVENT_ID_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
EventInterceptor - Class in org.apache.directory.server.core.event
An Interceptor based service for notifying DirectoryListeners of changes to the DIT.
EventInterceptor() - Constructor for class org.apache.directory.server.core.event.EventInterceptor
Creates a new instance of a EventInterceptor.
EventListenerAdapter - Class in org.apache.directory.server.core.jndi
A DirectoryListener implementation which adapts call back to methods notifying of changes to the DIT into NamingEvents for use with the ApacheDS DirectoryService JNDI provider.
EventListenerAdapter(ServerLdapContext, NamingListener) - Constructor for class org.apache.directory.server.core.jndi.EventListenerAdapter
 
EventListenerAdapter(ServerLdapContext, NamingListener, SearchControls) - Constructor for class org.apache.directory.server.core.jndi.EventListenerAdapter
 
EventService - Interface in org.apache.directory.server.core.api.event
Interface used by the DirectoryService to manage subscriptions for DIT change notifications.
EventType - Enum in org.apache.directory.server.core.api.event
The different kinds of events a DirectoryListener may register for notification on using the EventService.
exceptionCaught() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
exceptionCaught(IoSession, Throwable) - Method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
 
exceptionCaught(IoSession, Throwable) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolHandler
 
exceptionCaught(IoSession, Throwable) - Method in class org.apache.directory.server.ntp.protocol.NtpProtocolHandler
ExceptionInterceptor - Class in org.apache.directory.server.core.exception
An Interceptor that detects any operations that breaks integrity of Partition and terminates the current invocation chain by throwing a Exception.
ExceptionInterceptor() - Constructor for class org.apache.directory.server.core.exception.ExceptionInterceptor
Creates an interceptor that is also the exception handling service.
execute(DnsContext, DnsMessage) - Static method in class org.apache.directory.server.dns.service.DomainNameService
Creates a new instance of DomainNameService.
execute(IoHandlerCommand.NextCommand, IoSession, Object) - Method in class org.apache.directory.server.dns.service.MonitorContext
 
execute(DirContext, Name) - Method in interface org.apache.directory.server.dns.store.jndi.DnsOperation
The command pattern execute method.
execute(DirContext, Name) - Method in class org.apache.directory.server.dns.store.jndi.operations.GetFlatRecord
Note that the base is a relative path from the exiting context.
execute(DirContext, Name) - Method in class org.apache.directory.server.dns.store.jndi.operations.GetRecords
Note that the base is a relative path from the exiting context.
execute(CoreSession, Dn) - Method in class org.apache.directory.server.protocol.shared.catalog.GetCatalog
Note that the base is relative to the existing context.
execute(CoreSession, Dn) - Method in class org.apache.directory.server.protocol.shared.kerberos.GetPrincipal
Note that the base is a relative path from the existing context.
execute(Runnable) - Method in class org.apache.directory.server.protocol.shared.StandardThreadPool
 
execute(CoreSession, Dn) - Method in interface org.apache.directory.server.protocol.shared.store.DirectoryServiceOperation
The command pattern execute method.
execute() - Method in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
Opens the LDIF file and loads the entries into the context.
exists(String) - Method in interface org.apache.directory.server.core.api.CoreSession
Checks to see if an entry exists.
exists(Dn) - Method in interface org.apache.directory.server.core.api.CoreSession
Checks to see if an entry exists.
exists(String) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
exists(Dn) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
exists(String) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Checks to see if an entry exists.
exists(Dn) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Checks to see if an entry exists.
ExitCodes - Class in org.apache.directory.server.wrapper
Exit codes for the bootstrappers.
ExpandingVisitor - Class in org.apache.directory.server.core.normalization
 
ExpandingVisitor(SchemaManager) - Constructor for class org.apache.directory.server.core.normalization.ExpandingVisitor
Creates a new instance of ExpandingVisitor.
ExpressionEvaluator - Class in org.apache.directory.server.core.api.event
Top level filter expression evaluator implementation.
ExpressionEvaluator(LeafEvaluator) - Constructor for class org.apache.directory.server.core.api.event.ExpressionEvaluator
Creates a top level Evaluator where leaves are delegated to a leaf node evaluator which is already provided.
ExpressionEvaluator(SchemaManager) - Constructor for class org.apache.directory.server.core.api.event.ExpressionEvaluator
Creates a top level Evaluator where leaves are delegated to a leaf node evaluator which will be created.
extended(String) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
extended(ExtendedRequest) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
extended(Oid, byte[]) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
extended(Oid) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
extended(String, byte[]) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
extendedOperation(ExtendedRequest) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
extendedOperation(ExtendedRequest) - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
 
ExtendedOperationHandler<R extends org.apache.directory.api.ldap.model.message.ExtendedRequest,P extends org.apache.directory.api.ldap.model.message.ExtendedResponse> - Interface in org.apache.directory.server.ldap
An extension (hook) point that enables an implementor to provide his or her own LDAP 'Extended' operation.
ExtendedOpHandlerBean - Class in org.apache.directory.server.config.beans
A class used to store the LdapServerExtendedOpHandler configuration.
ExtendedOpHandlerBean() - Constructor for class org.apache.directory.server.config.beans.ExtendedOpHandlerBean
Create a new LdapServerExtendedOpHandlerBean instance
ExtendedRequestHandler<R extends org.apache.directory.api.ldap.model.message.ExtendedRequest> - Class in org.apache.directory.server.ldap.handlers.request
A single reply MessageReceived handler for ExtendedRequests.
ExtendedRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.request.ExtendedRequestHandler
 
ExtendedResponseHandler - Class in org.apache.directory.server.ldap.handlers.response
A single reply handler for ExtendedResponses.
ExtendedResponseHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.ExtendedResponseHandler
 
EXTENSION_OID - Static variable in class org.apache.directory.server.ldap.handlers.extended.StartTlsHandler
 
EXTENSION_OIDS - Static variable in class org.apache.directory.server.ldap.handlers.extended.EndTransactionHandler
 
EXTENSION_OIDS - Static variable in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
EXTENSION_OIDS - Static variable in class org.apache.directory.server.ldap.handlers.extended.PwdModifyHandler
 
EXTENSION_OIDS - Static variable in class org.apache.directory.server.ldap.handlers.extended.StartTransactionHandler
 
EXTENSION_OIDS - Static variable in class org.apache.directory.server.ldap.handlers.extended.WhoAmIHandler
 
ExtensionsPath - Class in org.apache.directory.server.dhcp.options.vendor
A string to specify a file, retrievable via TFTP, which contains information which can be interpreted in the same way as the 64-octet vendor-extension field within the BOOTP response, with the following exceptions: - the length of the file is unconstrained; - all references to Tag 18 (i.e., instances of the BOOTP Extensions Path field) within the file are ignored.
ExtensionsPath() - Constructor for class org.apache.directory.server.dhcp.options.vendor.ExtensionsPath
 
ExternalSaslServer - Class in org.apache.directory.server.ldap.handlers.sasl.external.certificate
A SaslServer implementation for certificate based SASL EXTERNAL mechanism.
extract(File, boolean) - Static method in class org.apache.directory.server.config.LdifConfigExtractor
Extracts the LDIF files from a Jar file or copies exploded LDIF resources.
extractOrCopy(boolean) - Method in class org.apache.directory.server.core.schema.SchemaLdifToPartitionExtractor
extractOrCopy() - Method in class org.apache.directory.server.core.schema.SchemaLdifToPartitionExtractor
extractSingleFileConfig(File, String, boolean) - Static method in class org.apache.directory.server.config.LdifConfigExtractor
extracts or overwrites the configuration LDIF file and returns the absolute path of this file
extractStoredProcName(String) - Static method in class org.apache.directory.server.core.api.sp.StoredProcUtils
 
extractStoredProcUnitName(String) - Static method in class org.apache.directory.server.core.api.sp.StoredProcUtils
 

F

factory - Variable in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
The Schema objetc factory
fetch(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Get back an entry knowing its UUID
fetch(PartitionTxn, String, Dn) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Get back an entry knowing its UUID
fetch(PartitionTxn, String) - Method in interface org.apache.directory.server.xdbm.Store
Get back an entry knowing its UUID
fetch(PartitionTxn, String, Dn) - Method in interface org.apache.directory.server.xdbm.Store
Get back an entry knowing its UUID
filter(AciContext, OperationScope, Entry) - Method in interface org.apache.directory.server.core.authz.support.ACITupleFilter
Returns the collection of the filtered tuples using the specified extra information.
filter(AciContext, OperationScope, Entry) - Method in class org.apache.directory.server.core.authz.support.HighestPrecedenceFilter
Returns the collection of the filtered tuples using the specified extra information.
filter(AciContext, OperationScope, Entry) - Method in class org.apache.directory.server.core.authz.support.MaxImmSubFilter
Returns the collection of the filtered tuples using the specified extra information.
filter(AciContext, OperationScope, Entry) - Method in class org.apache.directory.server.core.authz.support.MaxValueCountFilter
Returns the collection of the filtered tuples using the specified extra information.
filter(AciContext, OperationScope, Entry) - Method in class org.apache.directory.server.core.authz.support.MicroOperationFilter
Returns the collection of the filtered tuples using the specified extra information.
filter(AciContext, OperationScope, Entry) - Method in class org.apache.directory.server.core.authz.support.MostSpecificProtectedItemFilter
Returns the collection of the filtered tuples using the specified extra information.
filter(AciContext, OperationScope, Entry) - Method in class org.apache.directory.server.core.authz.support.MostSpecificUserClassFilter
Returns the collection of the filtered tuples using the specified extra information.
filter(AciContext, OperationScope, Entry) - Method in class org.apache.directory.server.core.authz.support.RelatedProtectedItemFilter
Returns the collection of the filtered tuples using the specified extra information.
filter(AciContext, OperationScope, Entry) - Method in class org.apache.directory.server.core.authz.support.RelatedUserClassFilter
Returns the collection of the filtered tuples using the specified extra information.
filter(AciContext, OperationScope, Entry) - Method in class org.apache.directory.server.core.authz.support.RestrictedByFilter
 
filter(File, Dn, Entry, CoreSession) - Method in interface org.apache.directory.server.protocol.shared.store.LdifLoadFilter
Filters entries loaded from LDIF files by a LdifFileLoader.
filterContents(SchemaManager, FilteringOperationContext, Entry) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Filters an entry accordingly to the requested Attribute list.
FilteringOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A context used to store the filter used to manage the Attributes the user ha srequested.
FilteringOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
Creates a new instance of FilteringOperationContext.
FilteringOperationContext(CoreSession, Dn) - Constructor for class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
Creates a new instance of FilteringOperationContext.
FilteringOperationContext(CoreSession, String...) - Constructor for class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
Creates a new instance of LookupOperationContext.
FilteringOperationContext(CoreSession, Dn, String...) - Constructor for class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
Creates a new instance of LookupOperationContext.
FilterNormalizingVisitor - Class in org.apache.directory.server.core.api.normalization
A filter visitor which normalizes leaf node values as it visits them.
FilterNormalizingVisitor(NameComponentNormalizer, SchemaManager) - Constructor for class org.apache.directory.server.core.api.normalization.FilterNormalizingVisitor
Creates a new instance of NormalizingVisitor.
filters - Variable in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
the filters to use while loading entries into the server
filterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.StartTlsFilter
find(RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds all the ChangeLogEvents within the system since revision 0.
find(long, long, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds the ChangeLogEvents that occurred between a revision range inclusive.
find(Dn, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds all the ChangeLogEvents on an entry.
find(Dn, SearchScope, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds all the ChangeLogEvents on an entry base and/or it's children/descendants.
find(LdapPrincipal, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds all the ChangeLogEvents triggered by a principal in the system.
find(ChangeType, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds all the ChangeLogEvents of a particular change type.
find(AttributeType, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds all the ChangeLogEvents altering a particular attributeType.
find(ObjectClass, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds all the ChangeLogEvents altering a particular objectClass.
find(ExprNode, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds all the ChangeLogEvents matched by the filter expression tree parameter.
find() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Gets a Cursor over all the ChangeLogEvents within the system since revision 0.
find(long, long) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Finds the ChangeLogEvents that occurred between a revision range inclusive.
find(RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.TagSearchEngine
Finds all the snapshot tags taken since revision 0 until the current revision.
find(long, long, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.TagSearchEngine
Enumerates over the tags of all snapshots taken between a specific revision range inclusive.
find(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Find an element in the array.
find(K) - Method in interface org.apache.directory.server.core.avltree.AvlTree
Find a LinkedAvlNode with the given key value in the tree.
find(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
find(K) - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Find a LinkedAvlMapNode with the given key value in the tree.
find(K, V) - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Find a LinkedAvlMapNode with the given key and value in the tree.
find(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Find a LinkedAvlMapNode with the given key value in the tree.
find(K, V) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Find a LinkedAvlMapNode with the given key and value in the tree.
find(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
Find a LinkedAvlNode with the given key value in the tree.
find() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Gets a Cursor over all the ChangeLogEvents within the system since revision 0.
find(long, long) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Finds the ChangeLogEvents that occurred between a revision range inclusive.
findAfter(long, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds the ChangeLogEvents that occurred after a revision inclusive.
findAfter(long) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Finds the ChangeLogEvents that occurred after a revision exclusive.
findAfter(long, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.TagSearchEngine
Finds all the snapshot tags taken after a specific revision.
findAfter(long) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Finds the ChangeLogEvents that occurred after a revision exclusive.
findBefore(long, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Finds the ChangeLogEvents that occurred before a revision inclusive.
findBefore(long) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Gets a Cursor over the ChangeLogEvents that occurred before a revision exclusive.
findBefore(long, RevisionOrder) - Method in interface org.apache.directory.server.core.api.changelog.TagSearchEngine
Finds all the snapshot tags taken before a specific revision.
findBefore(long) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Gets a Cursor over the ChangeLogEvents that occurred before a revision exclusive.
findClass(String) - Method in class org.apache.directory.server.core.api.sp.java.LdapJavaStoredProcClassLoader
findClass(String) - Method in class org.apache.directory.server.core.api.sp.LdapClassLoader
findDesignatedHost(HardwareAddress) - Method in class org.apache.directory.server.dhcp.store.AbstractDhcpStore
Find a host to with the explicitely designated hardware address.
findDesignatedHost(HardwareAddress) - Method in class org.apache.directory.server.dhcp.store.SimpleDhcpStore
 
findExistingLease(HardwareAddress, Lease) - Method in class org.apache.directory.server.dhcp.store.AbstractDhcpStore
Find an existing lease in the store.
findExistingLease(HardwareAddress, Lease) - Method in class org.apache.directory.server.dhcp.store.SimpleDhcpStore
 
findGreater(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Finds a key higher than the given key.
findGreater(K) - Method in interface org.apache.directory.server.core.avltree.AvlTree
Finds a LinkedAvlNode whose key is higher than the given key.
findGreater(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
findGreater(K) - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Finds a LinkedAvlMapNode whose key is higher than the given key.
findGreater(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Finds a LinkedAvlMapNode whose key is higher than the given key.
findGreater(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
Finds a LinkedAvlNode whose key is higher than the given key.
findGreaterOrEqual(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Finds a key higher than the given key.
findGreaterOrEqual(K) - Method in interface org.apache.directory.server.core.avltree.AvlTree
Finds a LinkedAvlNode whose key is higher than the given key.
findGreaterOrEqual(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
findGreaterOrEqual(K) - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Finds a LinkedAvlMapNode whose key is higher than the given key.
findGreaterOrEqual(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Finds a LinkedAvlMapNode whose key is higher than the given key.
findGreaterOrEqual(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
Finds a LinkedAvlNode whose key is higher than the given key.
FINDING - Static variable in interface org.apache.directory.server.xdbm.search.SearchEngine
TODO put this in the right place The alias dereferencing mode value for JNDI providers
findLess(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Finds a key which is lower than the given key.
findLess(K) - Method in interface org.apache.directory.server.core.avltree.AvlTree
Finds a LinkedAvlNode whose key is lower than the given key.
findLess(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
findLess(K) - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Finds a LinkedAvlMapNode whose key is lower than the given key.
findLess(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Finds a LinkedAvlMapNode whose key is lower than the given key.
findLess(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
Finds a LinkedAvlNode whose key is lower than the given key.
findLessOrEqual(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Finds a key chich is lower than the given key.
findLessOrEqual(K) - Method in interface org.apache.directory.server.core.avltree.AvlTree
Finds a LinkedAvlNode whose key is lower than the given key.
findLessOrEqual(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
findLessOrEqual(K) - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Finds a LinkedAvlMapNode whose key is lower than the given key.
findLessOrEqual(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Finds a LinkedAvlMapNode whose key is lower than the given key.
findLessOrEqual(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
Finds a LinkedAvlNode whose key is lower than the given key.
findPrincipalEntry(CoreSession, Dn, String) - Static method in class org.apache.directory.server.protocol.shared.kerberos.StoreUtils
Finds the Entry associated with the Kerberos principal name.
findStoredProcUnit(CoreSession, String) - Method in class org.apache.directory.server.core.api.sp.StoredProcExecutionManager
Finds and returns a stored procedure unit entry whose identifier name is extracted from fullSPName.
findSubnet(InetAddress) - Method in class org.apache.directory.server.dhcp.store.AbstractDhcpStore
Find the subnet definition matching the given address.
findSubnet(InetAddress) - Method in class org.apache.directory.server.dhcp.store.SimpleDhcpStore
Find the subnet for the given client address.
finishDecode(IoSession, ProtocolDecoderOutput) - Method in class org.apache.directory.server.dhcp.protocol.DhcpDecoder
 
first() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
first() - Method in class org.apache.directory.server.core.api.filtering.CursorList
first() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
first() - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
first() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
first() - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
first() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
first() - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
first() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
first() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
first() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
first() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
first() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
first() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
first() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
first() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
first() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
first() - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
first() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
first() - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
first() - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
first() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
FLAG_BROADCAST - Static variable in class org.apache.directory.server.dhcp.messages.DhcpMessage
Flag value: request broadcast answer.
forward - Variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
the forward btree where the btree key is the value of the indexed attribute and the value of the btree is the entry id of the entry containing an attribute with that value
forward(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Try to move forward in the index
forward(PartitionTxn, K, String) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Try to move forward in the index
forward - Variable in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
the forward btree where the btree key is the value of the indexed attribute and the value of the btree is the entry id of the entry containing an attribute with that value
forward(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Try to move forward in the index
forward(PartitionTxn, K, String) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Try to move forward in the index
forward - Variable in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
 
forward(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Try to move forward in the index
forward(PartitionTxn, K, String) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Try to move forward in the index
forward(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Index
Try to move forward in the index
forward(PartitionTxn, K, E) - Method in interface org.apache.directory.server.xdbm.Index
Try to move forward in the index
FORWARD_BTREE - Static variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
the key used for the forward btree name
FORWARD_BTREE - Static variable in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
the key used for the forward btree name
forwardCursor(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
 
forwardCursor(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
 
forwardCursor(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
 
forwardCursor(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
 
forwardCursor(PartitionTxn) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Builds a Cursor on the Forward index
forwardCursor(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Builds a Cursor on the Forward index, starting at a specific key
forwardCursor(PartitionTxn) - Method in interface org.apache.directory.server.xdbm.Index
Builds a Cursor on the Forward index
forwardCursor(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Index
Builds a Cursor on the Forward index, starting at a specific key
ForwardIndexComparator<K> - Class in org.apache.directory.server.core.partition.impl.btree
TupleComparator for index records.
ForwardIndexComparator(SerializableComparator<K>) - Constructor for class org.apache.directory.server.core.partition.impl.btree.ForwardIndexComparator
Creates an IndexComparator.
forwardLookup(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Search for a value using the Forward table
forwardLookup(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Do a lookup using the forward table
forwardLookup(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Search for a value using the Forward table
forwardLookup(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Index
Search for a value using the Forward table
forwardValueCursor(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
 
forwardValueCursor(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
 
forwardValueCursor(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Builds a Cursor on the Forward index, starting at a specific key
forwardValueCursor(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Index
Builds a Cursor on the Forward index, starting at a specific key
fromBytes(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.DnSerializer
fromBytes(byte[], int) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.DnSerializer
fromBytes(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotEntrySerializer
fromBytes(byte[], int) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotEntrySerializer
fromBytes(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
fromBytes(byte[], int) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
FULLY_QUALIFIED_JAVA_CLASS_NAME_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
FULLY_QUALIFIED_JAVA_CLASS_NAME_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 

G

generateCertificate(X500Principal, X500Principal, KeyPair, int, String) - Static method in class org.apache.directory.server.core.security.CertificateUtil
Generate a Certificate signed by a CA certificate
generateChallenge(IoSession, byte[]) - Method in interface org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmProvider
Handles a Type 1 NTLM response from the client to generate an NTLM Type 2 challenge message.
generateSelfSignedCertificate(X500Principal, KeyPair, int, String) - Static method in class org.apache.directory.server.core.security.CertificateUtil
Create a self signed certificate
generateX509Certificate(X500Principal, X500Principal, KeyPair, long, String, boolean) - Static method in class org.apache.directory.server.core.security.CertificateUtil
 
get(String) - Method in class org.apache.directory.server.core.api.changelog.ChangeLogEvent
 
get(AttributeType) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
get(String) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
get() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
get() - Method in class org.apache.directory.server.core.api.filtering.CursorList
get() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
get(int) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Get the element at a given position
get() - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
get() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
get() - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
get() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
get() - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
get() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
get() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
get() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
get(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Gets the value of a record by key if the key exists.
get() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
get() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
get() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
get(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Gets the value of a record by key if the key exists.
get() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
get() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
get(Class) - Method in class org.apache.directory.server.dhcp.options.OptionsField
Return the (first) DHCP option matching a given option class or null of the option isn't set.
get(int) - Method in class org.apache.directory.server.dhcp.options.OptionsField
Return the (first) DHCP option matching a given tag or null of the option isn't set.
get(String) - Method in interface org.apache.directory.server.dns.messages.ResourceRecord
 
get(String) - Method in class org.apache.directory.server.dns.messages.ResourceRecordImpl
 
get(K) - Method in class org.apache.directory.server.dns.util.ReverseEnumMap
Return the enum given an ordinal value.
get() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
get(Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
get() - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
get(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Gets the value of a record by key if the key exists.
get() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
get() - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
get() - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
get() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
get(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Table
Gets the value of a record by key if the key exists.
getAbandonRequestHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getAcceptedIssuers() - Method in class org.apache.directory.server.ldap.replication.ReplicationTrustManager
getAcceptor() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
 
getAcceptor() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
 
getAcceptor() - Method in class org.apache.directory.server.protocol.shared.transport.UdpTransport
 
getAccessControlAPCache() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getAccessControlAPCache() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getAccessControlSap() - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
 
getAccessControlSubentries() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getAciTuples() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getACITuples(String) - Method in class org.apache.directory.server.core.authz.TupleCache
 
getAcquired() - Method in class org.apache.directory.server.dhcp.service.Lease
 
getActionTimeMappedTriggerSpecsForOperation(List<TriggerSpecification>, LdapOperation) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
Return a selection of trigger specifications for a certain type of trigger action time.
getAdditionalRecords() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
getAddRequestHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getAddResponseHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getAddress() - Method in class org.apache.directory.server.dhcp.messages.HardwareAddress
 
getAddress() - Method in class org.apache.directory.server.dhcp.options.AddressOption
 
getAddress() - Method in class org.apache.directory.server.dhcp.store.Host
 
getAddress() - Method in class org.apache.directory.server.dhcp.store.Subnet
 
getAddress() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
getAddress() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
 
getAdminConnection(DirectoryService) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
Gets a LdapCoreSessionConnection bound using the default admin Dn uid=admin,ou=system and password "secret"
getAdminConnection(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Gets a LDAP connection instance on a server.
getAdministrativeRole() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getAdministrativeRoleIndex() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getAdminNetworkConnection(LdapServer) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
Gets a LdapNetworkConnection bound to the Admin user (uid=admin,ou=system).
getAdminSession() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getAdminSession() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getAdminSession() - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslServer
 
getAfterPosition(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Find the element position in the array, or the position of the closest greater element in the array.
getAlgoNameFromEncType(EncryptionType) - Static method in class org.apache.directory.shared.kerberos.KerberosUtils
 
getAlgorithm() - Method in class org.apache.directory.server.core.hash.ConfigurableHashingInterceptor
 
getAliasCache() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getAliasCache() - Method in interface org.apache.directory.server.xdbm.Store
 
getAliasDerefMode() - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
getAliasDerefMode() - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
getAliasDerefMode() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getAliasIndex() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getAliasIndex() - Method in interface org.apache.directory.server.xdbm.Store
 
getAllIndices() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
 
getAlteredEntry() - Method in class org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext
Returns the entry after it has been renamed and potentially changed for Rdn alterations.
getAnonymousNetworkConnection(LdapServer) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
Gets an anonymous LdapNetworkConnection
getAnonymousNetworkConnection(String, int) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
Gets an anonymous LdapNetworkConnection
getAnonymousNetworkConnection(String, int) - Static method in class org.apache.directory.shared.client.api.LdapApiIntegrationUtils
Gets an anonymous LdapNetworkConnection
getAnonymousNetworkConnection(LdapServer) - Static method in class org.apache.directory.shared.client.api.LdapApiIntegrationUtils
Gets an anonymous LdapNetworkConnection
getAnonymousPrincipal() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets the anonymous LDAP principal used to authenticate.
getAnonymousPrincipal() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets the anonymous LDAP principal used to authenticate.
getAnswerRecords() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
getApacheDsConfigurationLdifFile() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the apacheds configuration ldif file ('<instance>/conf/config.ldif').
getArgumentsToInject(OperationContext, List<StoredProcedureParameter>) - Method in class org.apache.directory.server.core.trigger.AbstractStoredProcedureParameterInjector
 
getArgumentsToInject(OperationContext, List<StoredProcedureParameter>) - Method in interface org.apache.directory.server.core.trigger.StoredProcedureParameterInjector
 
getAssignedClientAddress() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getAssociatedClass() - Method in interface org.apache.directory.server.core.jndi.ServerDirObjectFactory
Gets the Class instance associated with this ObjectFactory.
getAssociatedClass() - Method in interface org.apache.directory.server.core.jndi.ServerDirStateFactory
Gets the Class instance associated with this StateFactory.
getAtProvider() - Method in interface org.apache.directory.server.core.api.DirectoryService
getAtProvider() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getAttribute(List<Modification>, AttributeType) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Utility method to extract an attribute from a list of modifications.
getAttribute() - Method in class org.apache.directory.server.xdbm.AbstractIndex
Gets the attribute this Index is built upon.
getAttribute() - Method in interface org.apache.directory.server.xdbm.Index
Gets the attribute this Index is built upon.
getAttributeId() - Method in class org.apache.directory.server.xdbm.AbstractIndex
 
getAttributeId() - Method in interface org.apache.directory.server.xdbm.Index
Gets the attribute identifier set at configuration time for this index which may not be the OID but an alias name for the attributeType associated with this Index
getAttributes() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
getAttributes(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getAttributes(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getAttributes(String, String[]) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getAttributes(Name, String[]) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getAttributes(String) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
getAttributes(Name) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
getAttributes(String, String[]) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
getAttributes(Name, String[]) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
getAttributes() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getAttributeType() - Method in class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
 
getAttributeType() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getAttributeType() - Method in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
 
getAttributeType() - Method in class org.apache.directory.server.xdbm.search.evaluator.PresenceEvaluator
 
getAttributeTypes() - Method in class org.apache.directory.server.core.hash.ConfigurableHashingInterceptor
 
getAttrValue() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getAuthenticatedPrincipal() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets the LDAP principal used to authenticate.
getAuthenticatedPrincipal() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets the LDAP principal used to authenticate.
getAuthentication(Hashtable<String, Object>) - Static method in class org.apache.directory.server.core.jndi.CoreContextFactory
 
getAuthenticationLevel() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets the authentication level associated with this session.
getAuthenticationLevel() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
getAuthenticationLevel() - Method in class org.apache.directory.server.core.api.LdapPrincipal
Gets the authentication level associated with this LDAP principle.
getAuthenticationLevel() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getAuthenticationLevel(Hashtable) - Static method in class org.apache.directory.server.core.jndi.LdapJndiProperties
 
getAuthenticationLevel() - Method in class org.apache.directory.server.core.jndi.LdapJndiProperties
 
getAuthenticationLevel() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets the authentication level associated with this session.
getAuthenticatorClass() - Method in class org.apache.directory.server.config.beans.AuthenticatorImplBean
 
getAuthenticatorId() - Method in class org.apache.directory.server.config.beans.AuthenticatorBean
 
getAuthenticators() - Method in class org.apache.directory.server.config.beans.AuthenticationInterceptorBean
 
getAuthenticators() - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
getAuthenticatorType() - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Returns the type of this authenticator (e.g.
getAuthenticatorType() - Method in interface org.apache.directory.server.core.authn.Authenticator
Returns the type of this authenticator (e.g.
getAuthorityRecords() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
getAuthorizationID() - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslServer
getAva() - Method in class org.apache.directory.server.core.api.interceptor.context.ModDnAva
 
getBackLog() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
getBackLog() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
 
getBalance() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
getBalance() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
getBase() - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
getBaseDn() - Method in class org.apache.directory.server.config.beans.AuthenticatorBean
 
getBaseDn() - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
getBaseDn() - Method in interface org.apache.directory.server.core.authn.Authenticator
 
getBaseDn() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getBaseDn(String) - Method in interface org.apache.directory.server.protocol.shared.catalog.Catalog
Returns the base Dn for searches, given a zone or realm name.
getBaseId() - Method in class org.apache.directory.server.xdbm.search.evaluator.BaseLevelScopeEvaluator
Gets the id of the search base associated with the ScopeNode expression.
getBaseId() - Method in class org.apache.directory.server.xdbm.search.evaluator.OneLevelScopeEvaluator
Gets the id of the search base associated with the ScopeNode expression.
getBaseId() - Method in class org.apache.directory.server.xdbm.search.evaluator.SubtreeScopeEvaluator
 
getBeforePosition(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Find the element position in the array, or the position of the closest greater element in the array.
getBinaryAttributeDetector() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
getBindDn() - Method in class org.apache.directory.server.core.jndi.LdapJndiProperties
 
getBindRequest() - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslServer
 
getBindRequestHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getBindResponseHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getBindStatus() - Method in class org.apache.directory.server.ldap.LdapSession
 
getBootFileName() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getBTree() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
 
getByName(String) - Static method in enum org.apache.directory.shared.kerberos.codec.types.EncryptionType
Get the EncryptionType given a String.
getByteValue() - Method in class org.apache.directory.server.dhcp.options.ByteOption
 
getCacheDirectory() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the 'cache' directory ('<instance>/cache').
getCacheSize() - Method in class org.apache.directory.server.core.api.subtree.SubentryCache
 
getCacheSize() - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
Always returns 0 (zero), cause this is a in-memory store
getCacheSize() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Gets the entry cache size for this BTreePartition.
getCacheSize() - Method in class org.apache.directory.server.xdbm.AbstractIndex
Gets the size of the index cache in terms of the number of index entries to be cached.
getCacheSize() - Method in interface org.apache.directory.server.xdbm.Index
Gets the size of the index cache in terms of the number of index entries to be cached.
getCacheSize() - Method in interface org.apache.directory.server.xdbm.Store
Gets the cache size for this store.
getCandidateSet() - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
GetCatalog - Class in org.apache.directory.server.protocol.shared.catalog
A Session operation for building a catalog.
GetCatalog() - Constructor for class org.apache.directory.server.protocol.shared.catalog.GetCatalog
 
getCause() - Method in class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
 
getCertificate(Entry) - Static method in class org.apache.directory.server.core.security.TlsKeyGenerator
Gets the certificate associated with the self signed TLS private/public key pair.
getCertificatePassword() - Method in class org.apache.directory.server.ldap.LdapServer
 
getChangeLog() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getChangeLog() - Method in interface org.apache.directory.server.core.api.DirectoryService
Gets the ChangeLog service for this DirectoryService used for tracking changes (revisions) to the server and using them to revert the server to earlier revisions.
getChangeLog() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Gets the ChangeLog service for this DirectoryService used for tracking changes (revisions) to the server and using them to revert the server to earlier revisions.
getChangeLogEvent() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
 
getChangeLogEvent() - Method in interface org.apache.directory.server.core.api.interceptor.context.ChangeOperationContext
Gets the ChangeLogEvent associated with this operation after the operation has been executed.
getChangeLogId() - Method in class org.apache.directory.server.config.beans.ChangeLogBean
 
getChangeLogSearchEngine() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Gets the change log query engine which would be used to ask questions about what changed, when, how and by whom.
getChangeLogSearchEngine() - Method in interface org.apache.directory.server.core.api.changelog.SearchableChangeLogStore
Get's the search engine for this SearchableChangeLogStore.
getChangeLogSearchEngine() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Gets the change log query engine which would be used to ask questions about what changed, when, how and by whom.
getChangeLogStore() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
 
getChangeLogStore() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
getChangePasswordServerBean() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getChangeType() - Method in class org.apache.directory.server.ldap.replication.ReplicaEventMessage
 
getCheckQuality(int) - Static method in enum org.apache.directory.server.core.api.authn.ppolicy.CheckQualityEnum
Get back the CheckQualityEnum instance associated with a given value
getChildCount(DeleteOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
getChildCount(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Gets the count of immediate children of the given entry UUID.
getChildCount(PartitionTxn, String) - Method in interface org.apache.directory.server.xdbm.Store
Gets the count of immediate children of the given entry UUID.
getCipherSuite() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
 
getClassByTag(int) - Static method in class org.apache.directory.server.dhcp.options.DhcpOption
 
getClientAddress() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets the socket address of the LDAP client or null if there is no LDAP client associated with the session.
getClientAddress() - Method in class org.apache.directory.server.core.api.LdapPrincipal
 
getClientAddress() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets the socket address of the LDAP client or null if there is no LDAP client associated with the session.
getClientAddress() - Method in class org.apache.directory.server.dhcp.service.Lease
 
getClonedEntry() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
getCode() - Method in enum org.apache.directory.server.dhcp.messages.MessageType
 
getCode() - Method in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Returns the code associated with this reference identifier type.
getCodecService() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
getCollectiveAttribute() - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
 
getCollectiveAttributeAPCache() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getCollectiveAttributeAPCache() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getCollectiveAttributeSubentries() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getCollectiveExclusions() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getCommitterPrincipal() - Method in class org.apache.directory.server.core.api.changelog.ChangeLogEvent
 
getComparator() - Method in class org.apache.directory.server.core.avltree.ArrayTree
 
getComparator() - Method in interface org.apache.directory.server.core.avltree.AvlTree
 
getComparator() - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
getComparator() - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
getComparator() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotEntrySerializer
 
getComparator() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
 
getComparator() - Method in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
 
getCompareRequestHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getCompareResponseHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getConfDirectory() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the 'conf' directory ('<instance>/conf').
getConfig() - Method in class org.apache.directory.server.dns.service.DnsContext
 
getConfig() - Method in interface org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer
 
getConfig() - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
 
getConfigEntryDn() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getConnectControls() - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getConnectControls() - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
 
getConnection() - Method in class org.apache.directory.server.bridge.http.BindResponseHolder
 
getConnectionAs(DirectoryService, String, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
Gets a LdapCoreSessionConnection bound using a user's DN and a password.
getConnectionAs(DirectoryService, Dn, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
Gets a LdapCoreSessionConnection bound using a user's DN and a password.
getConsumerEntryDn() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getContext(String, DirectoryService, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
getContext() - Method in class org.apache.directory.server.dhcp.store.SimpleDhcpStore
 
getContext(IoSession, BindRequest, Hashtable<String, Object>) - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
Convenience method for acquiring an LdapContext for the client to use for the duration of a session.
getContextCsn(PartitionTxn) - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Get the contextCSN
getContextCsn(PartitionTxn) - Method in interface org.apache.directory.server.core.api.partition.Partition
Get the contextCSN
getContextCsn(PartitionTxn) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
 
getContextCsn(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Get the contextCSN
getContextCsn(PartitionTxn) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Get the contextCSN
getContextEntry() - Method in class org.apache.directory.server.config.beans.PartitionBean
 
getContextEntry() - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
 
getContextKey() - Method in class org.apache.directory.server.dns.protocol.DnsProtocolHandler
 
getContextKey() - Method in class org.apache.directory.server.dns.service.MonitorContext
 
getContextPath() - Method in class org.apache.directory.server.integration.http.WebApp
 
getControls() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets the controls enabled for this session.
getControls() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets the controls enabled for this session.
getConvertedLdifEntries() - Method in class org.apache.directory.server.config.ConfigWriter
Gets the converted LDIF entries from the configuration bean.
getCookie() - Method in class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
Compute a new key for this cookie, based on the current searchRequest hashCode and the current position.
getCookie() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getCookieValue() - Method in class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
 
getCoreSession(String, DirectoryService, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
getCoreSession() - Method in class org.apache.directory.server.ldap.LdapSession
Gets the logical core DirectoryService session associated with this LdapSession.
getCount() - Method in class org.apache.directory.server.core.api.SearchRequestContainer
 
getCreateTimestamp() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getCreatorsName() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getCredential(Hashtable<String, Object>) - Static method in class org.apache.directory.server.core.jndi.CoreContextFactory
 
getCredentials() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
getCredentials() - Method in class org.apache.directory.server.core.jndi.LdapJndiProperties
 
getCriteria() - Method in class org.apache.directory.server.core.api.event.RegistrationEntry
 
getCSN() - Method in interface org.apache.directory.server.core.api.DirectoryService
Get a new CSN
getCSN() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Get a new CSN
getCsn(String) - Static method in class org.apache.directory.server.ldap.LdapProtocolUtils
returns the CSN present in cookie
getCurrentClientAddress() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getCurrentInterceptor() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
getCurrentInterceptor() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
 
getCurrentMechanism() - Method in class org.apache.directory.server.ldap.LdapSession
Get the mechanism selected by a user during a SASL Bind negotiation.
getCurrentPosition() - Method in class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
 
getCurrentRevision() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Gets the current revision for the server.
getCurrentRevision() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Gets the current revision of the server (a.k.a. the HEAD revision).
getCurrentRevision() - Method in interface org.apache.directory.server.core.api.journal.JournalStore
Gets the current revision of the server (a.k.a. the HEAD revision).
getCurrentRevision() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Gets the current revision for the server.
getCurrentRevision() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Gets the current revision of the server (a.k.a. the HEAD revision).
getCurrentRevision() - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
 
getCursor() - Method in class org.apache.directory.server.core.api.SearchRequestContainer
 
getCursor() - Method in class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
 
getCursor(String) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getData() - Method in class org.apache.directory.server.dhcp.options.AddressOption
 
getData() - Method in class org.apache.directory.server.dhcp.options.ByteOption
 
getData() - Method in class org.apache.directory.server.dhcp.options.dhcp.DhcpMessageType
 
getData() - Method in class org.apache.directory.server.dhcp.options.DhcpOption
Get the data (wire format) into a byte array.
getData() - Method in class org.apache.directory.server.dhcp.options.IntOption
 
getData() - Method in class org.apache.directory.server.dhcp.options.ShortOption
 
getData() - Method in class org.apache.directory.server.dhcp.options.StringOption
 
getDatagramAcceptor(Transport) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
If this protocol service supports UDP transport then this gets the non-null MINA DatagramAcceptor it uses.
getDatagramAcceptor(Transport) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
If this protocol service supports UDP transport then this gets the non-null MINA DatagramAcceptor it uses.
getDate() - Method in class org.apache.directory.shared.kerberos.KerberosTime
 
getDecoder(IoSession) - Method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolCodecFactory
 
getDecoder(IoSession) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolTcpCodecFactory
 
getDecoder(IoSession) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolUdpCodecFactory
 
getDecoder(IoSession) - Method in class org.apache.directory.server.ntp.protocol.NtpProtocolCodecFactory
 
getDefaultId() - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
getDefaultId() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
}
getDefaultId() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
}
getDefaultId() - Method in class org.apache.directory.server.core.partition.ldif.AbstractLdifPartition
getDefaultPolicy() - Method in class org.apache.directory.server.core.authn.ppolicy.PpolicyConfigContainer
 
getDefaultPolicy() - Method in class org.apache.directory.server.core.ppolicy.PpolicyConfigContainer
 
getDelegateBaseDn() - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
getDelegateHost() - Method in class org.apache.directory.server.config.beans.DelegatingAuthenticatorBean
 
getDelegateHost() - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
getDelegatePort() - Method in class org.apache.directory.server.config.beans.DelegatingAuthenticatorBean
 
getDelegatePort() - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
getDelegateSslTrustManagerFQCN() - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
getDelegateTlsTrustManagerFQCN() - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
getDeleteOldRdn() - Method in class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
 
getDeleteRequestHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getDeleteResponseHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getDepth() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
getDepth() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
getDescription() - Method in class org.apache.directory.server.config.beans.AdsBaseBean
 
getDescription() - Method in class org.apache.directory.server.core.api.changelog.Tag
 
getDhcpServerBean() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getDirectory() - Method in class org.apache.directory.server.core.api.AbstractLayout
Gets the base directory.
getDirectoryService() - Method in class org.apache.directory.server.configuration.ApacheDS
 
getDirectoryService() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets the DirectoryService this session is bound to.
getDirectoryService() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
 
getDirectoryService() - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Returns DirectoryService for this authenticator.
getDirectoryService() - Method in class org.apache.directory.server.core.factory.DefaultDirectoryServiceFactory
Gets the directory service.
getDirectoryService() - Method in interface org.apache.directory.server.core.factory.DirectoryServiceFactory
Gets the directory service.
getDirectoryService(CreateDS) - Static method in class org.apache.directory.server.core.factory.DSAnnotationProcessor
Create a DirectoryService from a Unit test annotation
getDirectoryService() - Static method in class org.apache.directory.server.core.factory.DSAnnotationProcessor
Create a DirectoryService from an annotation.
getDirectoryService() - Method in class org.apache.directory.server.core.jndi.ServerContext
 
getDirectoryService() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets the DirectoryService this session is bound to.
getDirectoryService() - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
 
getDirectoryService() - Method in class org.apache.directory.server.factory.DefaultLdapServerFactory
 
getDirectoryService() - Method in class org.apache.directory.server.protocol.shared.DirectoryBackedService
 
getDirectoryServiceBean() - Method in class org.apache.directory.server.config.beans.ConfigBean
 
getDirectoryServiceBean(String) - Method in class org.apache.directory.server.config.beans.ConfigBean
 
getDirectoryServiceBeans() - Method in class org.apache.directory.server.config.beans.ConfigBean
 
getDirectoryServiceId() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getDirService() - Method in class org.apache.directory.server.bridge.http.HttpDirectoryService
 
getDistinguishedName() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the distinguished name.
getDn() - Method in class org.apache.directory.server.config.beans.AdsBaseBean
getDn() - Method in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
getDn() - Method in interface org.apache.directory.server.core.api.administrative.AdministrativePoint
 
getDn() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
getDn() - Method in class org.apache.directory.server.core.api.entry.ServerSearchResult
 
getDn() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
getDn() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
 
getDn() - Method in class org.apache.directory.server.core.api.LdapPrincipal
Gets a cloned copy of the normalized distinguished name of this principal as a Dn.
getDn() - Method in class org.apache.directory.server.core.jndi.ServerContext
Gets the distinguished name of the entry associated with this Context.
getDnFactory() - Method in interface org.apache.directory.server.core.api.DirectoryService
Gets the Dn factory.
getDnFactory() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Gets the Dn factory.
getDnsMessage() - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
Returns the DnsMessage.
getDnsServerBean() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getDomainName() - Method in class org.apache.directory.server.dns.messages.QuestionRecord
The domain name of this query.
getDomainName() - Method in interface org.apache.directory.server.dns.messages.ResourceRecord
 
getDomainName() - Method in class org.apache.directory.server.dns.messages.ResourceRecordImpl
 
getDsReplicaId() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getDsSyncPeriodMillis() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getDsTestEntries() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getDupsContainer(byte[]) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
getEffectivePrincipal() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets the LDAP principal used for the effective identity associated with this session which may not be the same as the authenticated principal.
getEffectivePrincipal() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Gets the effective principal for this operation which may not be the same as the authenticated principal when the session for this context has an explicit authorization id, or this operation was applied with the proxy authorization control.
getEffectivePrincipal() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Gets the effective principal for this operation which may not be the same as the authenticated principal when the session for this context has an explicit authorization id, or this operation was applied with the proxy authorization control.
getEffectivePrincipal() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets the LDAP principal used for the effective identity associated with this session which may not be the same as the authenticated principal.
getEnabledCiphers() - Method in class org.apache.directory.server.config.beans.TransportBean
 
getEnabledCipherSuites() - Method in class org.apache.directory.server.ldap.LdapServer
Deprecated.
Set this list in the TcpTransport class
getEnabledProtocols() - Method in class org.apache.directory.server.config.beans.TransportBean
 
getEnabledProtocols() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
 
getEnableSSL() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
 
getEncoder(IoSession) - Method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolCodecFactory
 
getEncoder(IoSession) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolTcpCodecFactory
 
getEncoder(IoSession) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolUdpCodecFactory
 
getEncoder(IoSession) - Method in class org.apache.directory.server.ntp.protocol.NtpProtocolCodecFactory
 
getEncryptionKey() - Method in class org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyContainer
 
getEncryptionTypes() - Static method in enum org.apache.directory.shared.kerberos.codec.types.EncryptionType
Get all the encryption types
getEntry() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
getEntry() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
getEntry() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Gets the server entry associated with the target Dn of this OperationContext.
getEntry() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getEntry() - Method in class org.apache.directory.server.dns.messages.ResourceRecordModifier
Returns the ResourceRecord built by this ResourceRecordModifier.
getEntry() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Returns the PrincipalStoreEntry.
getEntry() - Method in class org.apache.directory.server.ldap.replication.ReplicaEventMessage
 
getEntry() - Method in class org.apache.directory.server.xdbm.IndexEntry
getEntryACI() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getEntryCSN() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getEntryCsnIndex() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getEntryCsnIndex() - Method in interface org.apache.directory.server.xdbm.Store
 
getEntryDN() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getEntryDn() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getEntryDn(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Gets the Entry's Dn identified by the given id.
getEntryDn(PartitionTxn, String) - Method in interface org.apache.directory.server.xdbm.Store
Gets the Entry's Dn identified by the given id.
getEntryFilters() - Method in class org.apache.directory.server.core.api.filtering.CursorList
Gets an unmodifiable list of EntryFilters applied.
getEntryFilters() - Method in interface org.apache.directory.server.core.api.filtering.EntryFilteringCursor
Gets an unmodifiable list of EntryFilters applied.
getEntryFilters() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
Gets an unmodifiable list of EntryFilters applied.
getEntryFilters() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
getEntryId(PartitionTxn, Dn) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Gets the entry's id.
getEntryId(PartitionTxn, Dn) - Method in interface org.apache.directory.server.xdbm.Store
Gets the entry's id.
getEntryUUID() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getEntryView() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getEnvironment() - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getEnvironment() - Method in class org.apache.directory.server.core.jndi.ServerContext
 
getEnvironment(IoSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
Convenience method for getting an environment suitable for acquiring an LdapContext for the client.
getErrorCode() - Method in exception org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyException
 
getErrorCode() - Method in enum org.apache.directory.server.i18n.I18n
 
getEvaluator() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getEvaluator() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getEvaluator() - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
getEventMask() - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
getEventService() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getEventService() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getEventTypes(int) - Static method in enum org.apache.directory.server.core.api.event.EventType
Gets an array of EventTypes from the PSearchControl changeTypes parameter value.
getExistingLease(HardwareAddress, InetAddress, InetAddress, long, OptionsField) - Method in class org.apache.directory.server.dhcp.store.AbstractDhcpStore
 
getExistingLease(HardwareAddress, InetAddress, InetAddress, long, OptionsField) - Method in interface org.apache.directory.server.dhcp.store.DhcpStore
Retrieve an existing lease from the dhcp store.
getExpiration() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the expiration time.
getExpires() - Method in class org.apache.directory.server.dhcp.service.Lease
 
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.AndEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.ApproximateEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.BaseLevelScopeEvaluator
 
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.EmptyEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.EqualityEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in interface org.apache.directory.server.xdbm.search.Evaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.GreaterEqEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.LessEqEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.NotEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.OneLevelScopeEvaluator
 
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.OrEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.PassThroughEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.PresenceEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.SubstringEvaluator
Gets the expression used by this expression Evaluator.
getExpression() - Method in class org.apache.directory.server.xdbm.search.evaluator.SubtreeScopeEvaluator
Gets the expression used by this expression Evaluator.
getExtendedOperationHandler(String) - Method in class org.apache.directory.server.ldap.LdapServer
Returns an ExtendedOperationHandler with the specified oid which is registered to this protocol provider.
getExtendedOperationHandlers() - Method in class org.apache.directory.server.ldap.LdapServer
getExtendedOpHandlerClass() - Method in class org.apache.directory.server.config.beans.ExtendedOpHandlerBean
 
getExtendedOpId() - Method in class org.apache.directory.server.config.beans.ExtendedOpHandlerBean
 
getExtendedOps() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getExtendedRequestHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getExtendedResponseHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getExtensionOids() - Method in interface org.apache.directory.server.ldap.ExtendedOperationHandler
The OIDs of the extensions supported by this handler.
getExtensionOids() - Method in class org.apache.directory.server.ldap.handlers.extended.CertGenerationRequestHandler
The OIDs of the extensions supported by this handler.
getExtensionOids() - Method in class org.apache.directory.server.ldap.handlers.extended.EndTransactionHandler
The OIDs of the extensions supported by this handler.
getExtensionOids() - Method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
getExtensionOids() - Method in class org.apache.directory.server.ldap.handlers.extended.PwdModifyHandler
The OIDs of the extensions supported by this handler.
getExtensionOids() - Method in class org.apache.directory.server.ldap.handlers.extended.StartTlsHandler
The OIDs of the extensions supported by this handler.
getExtensionOids() - Method in class org.apache.directory.server.ldap.handlers.extended.StartTransactionHandler
The OIDs of the extensions supported by this handler.
getExtensionOids() - Method in class org.apache.directory.server.ldap.handlers.extended.StoredProcedureExtendedOperationHandler
The OIDs of the extensions supported by this handler.
getExtensionOids() - Method in class org.apache.directory.server.ldap.handlers.extended.WhoAmIHandler
The OIDs of the extensions supported by this handler.
getFarthestReferralAncestor(LdapSession, Dn) - Static method in class org.apache.directory.server.ldap.handlers.request.SearchRequestHandler
Searches up the ancestry of a Dn searching for the farthest referral ancestor.
getFileName() - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
 
getFilter() - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
getFilter() - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
getFilter() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getFirst() - Method in class org.apache.directory.server.core.avltree.ArrayTree
Get the first element in the tree.
getFirst() - Method in interface org.apache.directory.server.core.avltree.AvlTree
 
getFirst() - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
getFirst() - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
 
getFirst() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
getFirst() - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
getFlags() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
GetFlatRecord - Class in org.apache.directory.server.dns.store.jndi.operations
A JNDI context operation for looking up a Resource Record with flat attributes.
GetFlatRecord(QuestionRecord) - Constructor for class org.apache.directory.server.dns.store.jndi.operations.GetFlatRecord
Creates the action to be used against the embedded JNDI provider.
getForwardLdif() - Method in class org.apache.directory.server.core.api.changelog.ChangeLogEvent
 
getGracefulDisconnect(int, int) - Static method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyStatesEnum
Get the grammar name
getGrammarName(Grammar<EncryptionKeyContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyStatesEnum
Get the grammar name
getGrammarName(int) - Method in enum org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameStatesEnum
Get the grammar name
getGrammarName(Grammar<PrincipalNameContainer>) - Method in enum org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameStatesEnum
Get the grammar name
getGroups(String) - Method in class org.apache.directory.server.core.authz.GroupCache
Gets the set of groups a user is a member of.
getHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getHardwareAddress() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getHardwareAddress() - Method in class org.apache.directory.server.dhcp.service.Lease
 
getHardwareAddress() - Method in class org.apache.directory.server.dhcp.store.Host
 
getHashAlgorithm() - Method in class org.apache.directory.server.config.beans.HashInterceptorBean
 
getHashAttributes() - Method in class org.apache.directory.server.config.beans.HashInterceptorBean
 
getHasSubordinates() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getHeight() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
getHeight() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
getHistoryValue() - Method in class org.apache.directory.server.core.authn.PasswordHistory
 
getHopCount() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getHostName() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getHttpAppCtxPath() - Method in class org.apache.directory.server.config.beans.HttpWebAppBean
 
getHttpConfFile() - Method in class org.apache.directory.server.config.beans.HttpServerBean
 
getHttpServerBean() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getHttpsTransport() - Method in class org.apache.directory.server.integration.http.HttpServer
 
getHttpTransport() - Method in class org.apache.directory.server.integration.http.HttpServer
 
getHttpWarFile() - Method in class org.apache.directory.server.config.beans.HttpWebAppBean
 
getHttpWebApps() - Method in class org.apache.directory.server.config.beans.HttpServerBean
 
getId() - Method in class org.apache.directory.server.config.beans.HttpWebAppBean
 
getId() - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Gets the unique identifier for this partition.
getId() - Method in interface org.apache.directory.server.core.api.partition.Partition
Gets the unique identifier for this partition.
getId() - Method in interface org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer
 
getId() - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
getId() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getId() - Method in class org.apache.directory.server.xdbm.IndexEntry
getIndex() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
getIndex() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
getIndex(AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Get the user or system index associated with the given attributeType
getIndex(AttributeType) - Method in interface org.apache.directory.server.xdbm.Store
Get the user or system index associated with the given attributeType
getIndexAttributeId() - Method in class org.apache.directory.server.config.beans.IndexBean
 
getIndexCacheSize() - Method in class org.apache.directory.server.config.beans.JdbmIndexBean
Gets the size of the index cache in terms of the number of index entries to be cached.
getIndexedAttributes() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
getIndexes() - Method in class org.apache.directory.server.config.beans.PartitionBean
 
getIndexFileName() - Method in class org.apache.directory.server.config.beans.JdbmIndexBean
 
getIndexHasReverse() - Method in class org.apache.directory.server.config.beans.IndexBean
 
getIndexName() - Method in exception org.apache.directory.server.xdbm.IndexNotFoundException
Gets the name of the attribute the index was missing for.
getIndexNumDupLimit() - Method in class org.apache.directory.server.config.beans.JdbmIndexBean
Gets the threshold at which point duplicate keys use btree indirection to store their values.
getIndexWorkingDir() - Method in class org.apache.directory.server.config.beans.JdbmIndexBean
 
getInitialContext(Hashtable) - Method in class org.apache.directory.server.core.jndi.CoreContextFactory
 
getInitialTime() - Method in class org.apache.directory.server.core.api.SearchRequestContainer
 
getInjectors() - Method in class org.apache.directory.server.core.trigger.AbstractStoredProcedureParameterInjector
 
getInstance(Class<? extends Annotation>) - Static method in class org.apache.directory.server.core.annotations.AnnotationUtils
Get an instance of a class extracted from the annotation found in the method or the class.
getInstance() - Static method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolCodecFactory
Returns the singleton instance of DhcpProtocolCodecFactory.
getInstance() - Static method in class org.apache.directory.server.dns.protocol.DnsProtocolTcpCodecFactory
Returns the singleton instance of DnsProtocolTcpCodecFactory.
getInstance() - Static method in class org.apache.directory.server.dns.protocol.DnsProtocolUdpCodecFactory
Returns the singleton instance of DnsProtocolUdpCodecFactory.
getInstance() - Static method in class org.apache.directory.server.ldap.replication.ReplicationTrustManager
returns the singleton instance of ReplicationTrustManager, note that this return instance can only be used after calling the ReplicationTrustManager.addCertificates(Map) method
getInstance() - Static method in class org.apache.directory.server.ntp.protocol.NtpProtocolCodecFactory
Returns the singleton instance of NtpProtocolCodecFactory.
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyGrammar
Get the instance of this grammar
getInstance() - Static method in class org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameGrammar
Get the instance of this grammar
getInstanceDirectory() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the instance directory.
getInstanceId() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getInstanceId() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getInstanceLayout() - Method in interface org.apache.directory.server.core.api.DirectoryService
Returns the instance layout which contains the path for various directories
getInstanceLayout() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Returns the instance layout which contains the path for various directories
getInterceptor(String) - Method in interface org.apache.directory.server.core.api.DirectoryService
Get an Interceptor instance from its name
getInterceptor() - Method in exception org.apache.directory.server.core.api.interceptor.InterceptorException
Gets the interceptor this exception is associated with.
getInterceptor(String) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Get an Interceptor instance from its name
getInterceptorClassName() - Method in class org.apache.directory.server.config.beans.InterceptorBean
 
getInterceptorId() - Method in class org.apache.directory.server.config.beans.InterceptorBean
 
getInterceptorOrder() - Method in class org.apache.directory.server.config.beans.InterceptorBean
 
getInterceptors() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
Returns interceptors in the server.
getInterceptors() - Method in interface org.apache.directory.server.core.api.DirectoryService
Returns interceptors in the server.
getInterceptors(OperationEnum) - Method in interface org.apache.directory.server.core.api.DirectoryService
Returns interceptors in the server.
getInterceptors() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Returns interceptors in the server.
getInterceptors(OperationEnum) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Returns interceptors in the server for a given operation.
getIntermediate() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
getIntermediateResponseHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getIntValue() - Method in class org.apache.directory.server.dhcp.options.IntOption
 
getIntValue() - Method in enum org.apache.directory.server.protocol.shared.TransportProtocol
Gets an integer value for switches.
getIoSession() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
getIoSession() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets the IoSession from the CoreSession.
getIoSession() - Method in class org.apache.directory.server.ldap.LdapSession
Gets the MINA IoSession associated with this LdapSession.
getJndiValue() - Method in enum org.apache.directory.server.core.api.ReferralHandlingMode
Gets the equivalent JNDI Context.REFERRAL key's value for this enumeration constant.
getJournal() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getJournal() - Method in interface org.apache.directory.server.core.api.DirectoryService
Gets the Journal service for this DirectoryService used for tracking changes to the server.
getJournal() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Gets the Journal service for this DirectoryService used for tracking changes to the server.
getJournalFileName() - Method in class org.apache.directory.server.config.beans.JournalBean
 
getJournalId() - Method in class org.apache.directory.server.config.beans.JournalBean
 
getJournalRotation() - Method in class org.apache.directory.server.config.beans.JournalBean
 
getJournalStore() - Method in interface org.apache.directory.server.core.api.journal.Journal
 
getJournalStore() - Method in class org.apache.directory.server.core.journal.DefaultJournal
getJournalWorkingDir() - Method in class org.apache.directory.server.config.beans.JournalBean
 
getKerberosKeys(String, String) - Static method in class org.apache.directory.server.kerberos.shared.crypto.encryption.KerberosKeyFactory
Get a map of KerberosKey's for a given principal name and passphrase.
getKerberosKeys(String, String, Set<EncryptionType>) - Static method in class org.apache.directory.server.kerberos.shared.crypto.encryption.KerberosKeyFactory
Get a list of KerberosKey's for a given principal name and passphrase and list of cipher types to derive keys for.
getKey() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
getKey() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
getKey() - Method in class org.apache.directory.server.xdbm.IndexEntry
getKeyComparator() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
 
getKeyComparator() - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
 
getKeyComparator() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
getKeyComparator() - Method in class org.apache.directory.server.core.partition.impl.btree.DefaultTupleComparator
 
getKeyComparator() - Method in class org.apache.directory.server.core.partition.impl.btree.ForwardIndexComparator
Gets the comparator used to compare keys.
getKeyComparator() - Method in class org.apache.directory.server.core.partition.impl.btree.KeyOnlyComparator
Gets the comparator used to compare keys.
getKeyComparator() - Method in class org.apache.directory.server.core.partition.impl.btree.ReverseIndexComparator
Gets the comparator used to compare keys.
getKeyComparator() - Method in interface org.apache.directory.server.core.partition.impl.btree.TupleComparator
Gets the comparator used to compare keys.
getKeyComparator() - Method in class org.apache.directory.server.xdbm.AbstractTable
Gets the key comparator used by this Table: may be null if this Table was not initialized with one.
getKeyComparator() - Method in interface org.apache.directory.server.xdbm.Table
Gets the key comparator used by this Table: may be null if this Table was not initialized with one.
getKeyManagerFactory() - Method in class org.apache.directory.server.ldap.LdapServer
 
getKeyMap() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the key map.
getKeyPair(Entry) - Static method in class org.apache.directory.server.core.security.TlsKeyGenerator
Extracts the public private key pair from the tlsKeyInfo entry.
getKeys() - Method in class org.apache.directory.server.core.avltree.ArrayTree
 
getKeys() - Method in interface org.apache.directory.server.core.avltree.AvlTree
 
getKeys() - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
getKeys() - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
 
getKeys() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
getKeys() - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
getKeyStoreFile() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the apacheds KeyStore file ('<instance>/conf/apacheds.ks').
getKeystoreFile() - Method in class org.apache.directory.server.ldap.LdapServer
 
getKeyType() - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
Returns the key type.
getKeyValue() - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
Returns the key value.
getKeyVersion() - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
Returns the key version.
getKeyVersionNumber() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the key version number (kvno).
getLast() - Method in class org.apache.directory.server.core.avltree.ArrayTree
Get the last element in the tree.
getLast() - Method in interface org.apache.directory.server.core.avltree.AvlTree
 
getLast() - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
getLast() - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
 
getLast() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
getLast() - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
getLastSentCsn() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getLatest() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
 
getLatest() - Method in interface org.apache.directory.server.core.api.changelog.TaggableChangeLogStore
Gets the latest tag if one was at all taken.
getLatest() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
getLatest() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Gets the latest tag if one was at all taken.
getLdapApiService() - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
 
getLdapCodecService() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getLdapCodecService() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getLdapConnection(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Gets a LDAP connection instance on a server.
getLdapJndiProperties(Hashtable) - Static method in class org.apache.directory.server.core.jndi.LdapJndiProperties
 
getLdapServer() - Method in class org.apache.directory.server.configuration.ApacheDS
 
getLdapServer() - Method in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
 
getLdapServer() - Method in class org.apache.directory.server.factory.DefaultLdapServerFactory
 
getLdapServer() - Method in interface org.apache.directory.server.factory.LdapServerFactory
 
getLdapServer(DirectoryService) - Static method in class org.apache.directory.server.factory.ServerAnnotationProcessor
Returns an LdapServer instance and starts it before returning the instance, infering the configuration from the Stack trace
getLdapServer() - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
 
getLdapServer() - Method in class org.apache.directory.server.ldap.handlers.LdapResponseHandler
 
getLdapServer() - Method in class org.apache.directory.server.ldap.LdapSession
 
getLdapServerBean() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getLdapServerCertificatePassword() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getLdapServerKeystoreFile() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getLdapServerMaxSizeLimit() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getLdapServerMaxTimeLimit() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getLdapServerSaslHost() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getLdapServerSaslPrincipal() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getLdapServerSaslRealms() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getLdapSession() - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslServer
 
getLdapSession(IoSession) - Method in class org.apache.directory.server.ldap.LdapSessionManager
Gets the LdapSession associated with the MINA session.
getLdapSessionManager() - Method in class org.apache.directory.server.ldap.LdapServer
 
getLdifDirectory() - Method in class org.apache.directory.server.configuration.ApacheDS
Get the directory where the LDIF files are stored
getLeafEvaluator() - Method in class org.apache.directory.server.core.api.event.ExpressionEvaluator
Gets the leaf evaluator used by this top level expression evaluator.
getLeapIndicator() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getLeaseOffer(HardwareAddress, InetAddress, InetAddress, long, OptionsField) - Method in class org.apache.directory.server.dhcp.store.AbstractDhcpStore
 
getLeaseOffer(HardwareAddress, InetAddress, InetAddress, long, OptionsField) - Method in interface org.apache.directory.server.dhcp.store.DhcpStore
Find a lease to offer in response to a DHCPDISCOVER request.
getLeft() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
getLeft() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
getLength() - Method in class org.apache.directory.server.core.authn.PasswordHistory
 
getLength() - Method in class org.apache.directory.server.dhcp.messages.HardwareAddress
 
getListener() - Method in class org.apache.directory.server.core.api.event.RegistrationEntry
 
getListeners() - Method in class org.apache.directory.server.core.jndi.ServerContext
Allows subclasses to register and unregister listeners.
getLogConfigurationFile() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the log configuration file ('<instance>/conf/log4j.properties').
getLogDirectory() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the 'log' directory ('<instance>/log').
getLogJanitor() - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplRequestHandler
 
getMarshaller() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
 
getMask() - Method in enum org.apache.directory.server.core.api.event.EventType
 
getMask(EventType...) - Static method in enum org.apache.directory.server.core.api.event.EventType
Compute the mask associated with the given eventTypes
getMasterTable() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Expose the Master table
getMasterTable() - Method in interface org.apache.directory.server.xdbm.Store
Expose the Master table
getMaxIdlePeriod() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getMaxObjectSize() - Method in class org.apache.directory.server.dns.protocol.DnsTcpDecoder
Returns the allowed maximum size of the object to be decoded.
getMaxPDUSize() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getMaxPDUSize() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getMaxPDUSize() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getMaxPDUSize() - Method in class org.apache.directory.server.ldap.LdapServer
 
getMaxSizeLimit() - Method in class org.apache.directory.server.ldap.LdapServer
Returns the maximum size limit in number of entries to return for search.
getMaxTimeLimit() - Method in class org.apache.directory.server.ldap.LdapServer
Returns the maximum time limit in milliseconds to conduct a search.
getMechanismHandler(String) - Method in class org.apache.directory.server.ldap.LdapServer
 
getMechanismName() - Method in class org.apache.directory.server.ldap.handlers.sasl.external.certificate.ExternalSaslServer
getMechanismName() - Method in class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmSaslServer
getMechanismName() - Method in class org.apache.directory.server.ldap.handlers.sasl.plain.PlainSaslServer
getMember() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getMessage() - Method in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Returns the message for this Kerberos error.
getMessageType() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getMessageType() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
getMethodName() - Method in enum org.apache.directory.server.core.api.OperationEnum
 
getMicroOperations() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getMode() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getModeFromJndi(String) - Static method in enum org.apache.directory.server.core.api.ReferralHandlingMode
Gets the enumeration constant for the JNDI Context.REFERRAL key's value.
getModificationItem(List<Modification>, AttributeType) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Utility method to extract a modification item from an array of modifications.
getModifiedAvas() - Method in class org.apache.directory.server.core.api.interceptor.context.MoveAndRenameOperationContext
 
getModifiedEntry() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
 
getModifiersName() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getModifyDnRequestHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getModifyDnResponseHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getModifyRequestHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getModifyResponseHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getModifyTimestamp() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getModItems() - Method in class org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
default interceptor name is its class, preventing accidental duplication of interceptors by naming instances differently
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.AddOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.DeleteOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.GetRootDseOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.HasEntryOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.LookupOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
 
getName() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
getName() - Method in class org.apache.directory.server.core.api.interceptor.context.UnbindOperationContext
 
getName() - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
Name that must be unique in an interceptor chain
getName() - Method in enum org.apache.directory.server.core.api.InterceptorEnum
 
getName() - Method in class org.apache.directory.server.core.api.LdapPrincipal
Returns the normalized distinguished name of the principal as a String.
getName() - Method in class org.apache.directory.server.core.authz.support.OperationScope
 
getName() - Method in class org.apache.directory.server.dhcp.store.Host
 
getName() - Method in class org.apache.directory.server.ldap.LdapServer
 
getName() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getName() - Method in class org.apache.directory.server.xdbm.AbstractTable
Gets the name of this Table.
getName() - Method in interface org.apache.directory.server.xdbm.Table
Gets the name of this Table.
getName() - Method in enum org.apache.directory.shared.kerberos.codec.types.EncryptionType
Returns the name associated with this encryption type.
getNameInNamespace() - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getNameInNamespace() - Method in class org.apache.directory.server.core.jndi.ServerContext
 
getNameParser(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getNameParser(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getNameParser(String) - Method in class org.apache.directory.server.core.jndi.ServerContext
Non-federated implementation presuming the name argument is not a composite name spanning multiple namespaces but a compound name in the same LDAP namespace.
getNameParser(Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
Non-federated implementation presuming the name argument is not a composite name spanning multiple namespaces but a compound name in the same LDAP namespace.
getNameString() - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
 
getNameType() - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
Returns the type of the PrincipalName.
getNativeRepresentation() - Method in class org.apache.directory.server.dhcp.messages.HardwareAddress
Create the string representation of the hardware address native to the corresponding address type.
getNbChildren() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getNbChildren() - Method in class org.apache.directory.server.core.api.partition.Subordinates
 
getNbChildren() - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
 
getNbDescendants() - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
 
getNbSubordinates() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getNbSubordinates() - Method in class org.apache.directory.server.core.api.partition.Subordinates
 
getNbThreads() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
getNbThreads() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
 
getNeedClientAuth() - Method in class org.apache.directory.server.config.beans.TransportBean
 
getNegotiatedProperty(String) - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslServer
getNetmask() - Method in class org.apache.directory.server.dhcp.store.Subnet
 
getNetworkConnectionAs(String, int, String, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
Gets a LdapNetworkConnection bound using a user's DN and a password.
getNetworkConnectionAs(LdapServer, String, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
Gets a LdapNetworkConnection bound using a user's DN and a password.
getNewCookie() - Method in class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
Compute a new cookie, if the previous one already exists.
getNewDn() - Method in class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
 
getNewDn() - Method in class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
 
getNewRdn() - Method in class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
 
getNewSuperior() - Method in class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
 
getNewSuperiorDn() - Method in class org.apache.directory.server.core.api.interceptor.context.MoveAndRenameOperationContext
 
getNext() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
getNext() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
getNextId(Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmMasterTable
Get's the next value from this SequenceBDb.
getNextId(Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotMasterTable
 
getNextId(Entry) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlMasterTable
Gets the next value from the sequence of this MasterTable.
getNextId(Entry) - Method in interface org.apache.directory.server.xdbm.MasterTable
Gets the next value from the sequence of this MasterTable.
getNextInterceptor(OperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Computes the next interceptor to call for a given operation.
getNextInterceptor() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Gets the next interceptor in the list of interceptors.
getNextInterceptor() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Gets the next interceptor in the list of interceptors.
getNextServerAddress() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getNextServerAddress() - Method in class org.apache.directory.server.dhcp.service.Lease
 
getNormalizer() - Method in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
 
getNsdkWiredConnection(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
 
getNsdkWiredConnection(LdapServer, String, String) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Gets a LDAP connection instance on a server, authenticating a user.
getNtlmMechProvider() - Method in class org.apache.directory.server.config.beans.SaslMechHandlerBean
 
getNtpMessage() - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
Returns the built NtpMessage.
getNtpServerBean() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getNumDupLimit() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Gets the threshold at which point duplicate keys use btree indirection to store their values.
getObject() - Method in class org.apache.directory.server.core.api.entry.ServerSearchResult
 
getObjectClass() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getObjectClassId() - Method in interface org.apache.directory.server.core.jndi.ServerDirObjectFactory
Gets either the OID for the objectClass or the human readable name for the objectClass this DirStateFactory is associated with.
getObjectClassId() - Method in interface org.apache.directory.server.core.jndi.ServerDirStateFactory
Gets either the OID for the objectClass or the human readable name for the objectClass this DirStateFactory is associated with.
getObjectClassIndex() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getObjectClassIndex() - Method in interface org.apache.directory.server.xdbm.Store
 
getOcProvider() - Method in interface org.apache.directory.server.core.api.DirectoryService
getOcProvider() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getOid() - Method in enum org.apache.directory.server.config.ConfigSchemaConstants
 
getOid() - Method in class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
 
getOid(Entry) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
 
getOid() - Method in interface org.apache.directory.server.ldap.ExtendedOperationHandler
 
getOid() - Method in class org.apache.directory.server.ldap.handlers.extended.CertGenerationRequestHandler
getOid() - Method in class org.apache.directory.server.ldap.handlers.extended.EndTransactionHandler
getOid() - Method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
getOid() - Method in class org.apache.directory.server.ldap.handlers.extended.PwdModifyHandler
getOid() - Method in class org.apache.directory.server.ldap.handlers.extended.StartTlsHandler
getOid() - Method in class org.apache.directory.server.ldap.handlers.extended.StartTransactionHandler
getOid() - Method in class org.apache.directory.server.ldap.handlers.extended.StoredProcedureExtendedOperationHandler
getOid() - Method in class org.apache.directory.server.ldap.handlers.extended.WhoAmIHandler
getOids(Set<Entry>) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
 
getOldSuperior() - Method in class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
 
getOneAliasIndex() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getOneAliasIndex() - Method in interface org.apache.directory.server.xdbm.Store
 
getOp() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getOpCode() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
getOperationContext() - Method in class org.apache.directory.server.core.api.filtering.CursorList
getOperationContext() - Method in interface org.apache.directory.server.core.api.filtering.EntryFilteringCursor
 
getOperationContext() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
getOperationContext() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getOperationContext() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
getOperationContext() - Method in class org.apache.directory.server.core.trigger.AbstractStoredProcedureParameterInjector
 
getOperationManager() - Method in interface org.apache.directory.server.core.api.DirectoryService
Gets the operation manager.
getOperationManager() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getOperationPrincipal() - Method in class org.apache.directory.server.core.trigger.AbstractStoredProcedureParameterInjector
 
getOperations() - Static method in enum org.apache.directory.server.core.api.OperationEnum
 
getOptimizer() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
getOptimizer() - Method in class org.apache.directory.server.xdbm.search.impl.DefaultSearchEngine
Gets the optimizer for this DefaultSearchEngine.
getOptimizer() - Method in interface org.apache.directory.server.xdbm.search.SearchEngine
Gets the optimizer for this DefaultSearchEngine.
getOptions() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getOptions() - Method in class org.apache.directory.server.dhcp.service.Lease
 
getOptions(DhcpConfigElement) - Method in class org.apache.directory.server.dhcp.store.AbstractDhcpStore
Return a list of all options applicable to the given config element.
getOptions() - Method in class org.apache.directory.server.dhcp.store.DhcpConfigElement
 
getOptions(DhcpConfigElement) - Method in class org.apache.directory.server.dhcp.store.SimpleDhcpStore
 
getOrder(BranchNode, List<ExprNode>) - Method in class org.apache.directory.server.core.api.normalization.FilterNormalizingVisitor
getOrder(BranchNode, List<ExprNode>) - Method in class org.apache.directory.server.core.normalization.ExpandingVisitor
getOrderedSet() - Method in class org.apache.directory.server.core.avltree.SingletonOrOrderedSet
Gets the ordered set.
getOrdinal() - Method in enum org.apache.directory.server.ntp.messages.LeapIndicatorType
Returns the number associated with this leap indicator type.
getOrdinal() - Method in enum org.apache.directory.server.ntp.messages.ModeType
Returns the number associated with this mode type.
getOrdinal() - Method in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Returns the number associated with this reference identifier type.
getOrdinal() - Method in enum org.apache.directory.server.ntp.messages.StratumType
Returns the number associated with this stratum type.
getOrdinal() - Method in enum org.apache.directory.shared.kerberos.codec.types.SamType
Gets the ordinal value associated with this SAM type.
getOriginalEntry() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
getOriginalEntry() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
getOriginateTimestamp() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getOutstandingOperations() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets all outstanding operations currently being performed that have yet to be completed.
getOutstandingOperations() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets all outstanding operations currently being performed that have yet to be completed.
getOutstandingRequests() - Method in class org.apache.directory.server.ldap.LdapSession
 
getPagedSearchContext(int) - Method in class org.apache.directory.server.ldap.LdapSession
Get paged search context associated with an ID
getParent() - Method in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
getParent() - Method in class org.apache.directory.server.core.api.administrative.AccessControlAAP
getParent() - Method in class org.apache.directory.server.core.api.administrative.AccessControlSAP
getParent() - Method in interface org.apache.directory.server.core.api.administrative.AdministrativePoint
 
getParentId(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Gets the UUID of an entry's parent using the child entry's UUID.
getParentId() - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
Gets the parent ID.
getParentId(PartitionTxn, String) - Method in interface org.apache.directory.server.xdbm.Store
Gets the UUID of an entry's parent using the child entry's UUID.
getParentReferral(Dn) - Method in interface org.apache.directory.server.core.api.ReferralManager
Get the Dn of the parent referral for a specific Dn
getParentReferral(Dn) - Method in class org.apache.directory.server.core.shared.ReferralManagerImpl
Get the Dn of the parent referral for a specific Dn
getPartition() - Method in interface org.apache.directory.server.core.api.changelog.TaggableSearchableChangeLogStore
Gets the partition associated with this store
getPartition() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
getPartition() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
 
getPartition(Dn) - Method in interface org.apache.directory.server.core.api.partition.PartitionNexus
Get's the partition corresponding to a distinguished name.
getPartition(Dn) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Get's the partition corresponding to a distinguished name.
getPartitionCacheSize() - Method in class org.apache.directory.server.config.beans.JdbmPartitionBean
Gets the entry cache size for this JdbmPartition.
getPartitionFactory() - Method in class org.apache.directory.server.core.factory.DefaultDirectoryServiceFactory
Gets the partition factory.
getPartitionFactory() - Method in interface org.apache.directory.server.core.factory.DirectoryServiceFactory
Gets the partition factory.
getPartitionId() - Method in class org.apache.directory.server.config.beans.PartitionBean
 
getPartitionNexus() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getPartitionNexus() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getPartitionPath() - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
Gets the path in which this Partition stores data.
getPartitionPath() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Gets the path in which this Partition stores data.
getPartitionPath() - Method in class org.apache.directory.server.core.partition.ldif.AbstractLdifPartition
Gets the path in which this Partition stores data.
getPartitionPath() - Method in interface org.apache.directory.server.xdbm.Store
Gets the partition path (working directory) for the store.
getPartitions() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getPartitions() - Method in interface org.apache.directory.server.core.api.DirectoryService
Gets the Partitions used by this DirectoryService.
getPartitions() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Gets the Partitions used by this DirectoryService.
getPartitionsDirectory() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the 'partitions' directory ('<instance>/partitions')
getPartitionSuffix() - Method in class org.apache.directory.server.config.beans.PartitionBean
 
getPassword() - Method in class org.apache.directory.server.core.authn.PasswordHistory
 
getPasswordPolicies() - Method in class org.apache.directory.server.config.beans.AuthenticationInterceptorBean
 
getPattern() - Method in class org.apache.directory.server.xdbm.search.evaluator.SubstringEvaluator
 
getPersistentListener() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getPolicyConfig(Dn) - Method in class org.apache.directory.server.core.authn.ppolicy.PpolicyConfigContainer
Get the password policy configuration defined at a given Dn
getPolicyConfig(Dn) - Method in class org.apache.directory.server.core.ppolicy.PpolicyConfigContainer
Get the password policy configuration defined at a given Dn
getPollInterval() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getPooledAdminConnection(LdapServer) - Static method in class org.apache.directory.shared.client.api.LdapApiIntegrationUtils
Gets the pooled LdapConnectionPool, authenticated as admin user.
getPort() - Method in class org.apache.directory.server.ldap.LdapServer
 
getPort() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Gets the port for this service.
getPort() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Gets the port for this service.
getPortSSL() - Method in class org.apache.directory.server.ldap.LdapServer
 
getPosition(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Find the element position in the array.
getPrecision() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getPrescriptiveACI() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getPresenceIndex() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getPresenceIndex() - Method in interface org.apache.directory.server.xdbm.Store
 
getPrevious() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
getPrevious() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
getPreviousSearchRequest() - Method in class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
 
getPrincipal(OperationContext) - Static method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Returns LdapPrincipal of current context.
getPrincipal() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
getPrincipal(Hashtable<String, Object>) - Static method in class org.apache.directory.server.core.jndi.CoreContextFactory
 
getPrincipal() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the principal.
GetPrincipal - Class in org.apache.directory.server.protocol.shared.kerberos
Encapsulates the action of looking up a principal in an embedded ApacheDS DIT.
GetPrincipal(KerberosPrincipal) - Constructor for class org.apache.directory.server.protocol.shared.kerberos.GetPrincipal
Creates the action to be used against the embedded ApacheDS DIT.
getPrincipalName() - Method in class org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameContainer
 
getProducer() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
A convenient method that concatenates the host and port of the producer
getProperties(DhcpConfigElement) - Method in class org.apache.directory.server.dhcp.store.AbstractDhcpStore
Return a list of all options applicable to the given config element.
getProperties() - Method in class org.apache.directory.server.dhcp.store.DhcpConfigElement
 
getProperties(DhcpConfigElement) - Method in class org.apache.directory.server.dhcp.store.SimpleDhcpStore
 
getProtocolCodecFactory() - Method in class org.apache.directory.server.ldap.LdapServer
 
getProviderDn() - Method in class org.apache.directory.server.core.jndi.LdapJndiProperties
 
getProviderUrl(Hashtable<String, Object>) - Static method in class org.apache.directory.server.core.jndi.CoreContextFactory
 
getPurgeThresholdCount() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getPwdAttribute() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdAttribute() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdCheckQuality() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdCheckQuality() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdExpireWarning() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdExpireWarning() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdFailureCountInterval() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdFailureCountInterval() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdGraceAuthNLimit() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdGraceAuthNLimit() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdGraceExpire() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdGraceExpire() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdId() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdInHistory() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdInHistory() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdLockoutDuration() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdLockoutDuration() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdMaxAge() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdMaxAge() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdMaxDelay() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdMaxDelay() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdMaxFailure() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdMaxFailure() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdMaxIdle() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdMaxIdle() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdMaxLength() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdMaxLength() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdMinAge() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdMinAge() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdMinDelay() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdMinDelay() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdMinLength() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdMinLength() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getPwdPolicy(Entry) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
Gets the effective password policy of the given entry.
getPwdPolicyContainer() - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
getPwdValidator() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
getPwdValidator() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
getQuestionRecords() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
getQueueName() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getRandomKey(EncryptionType) - Static method in class org.apache.directory.server.kerberos.shared.crypto.encryption.RandomKeyFactory
Get a new random key for a given EncryptionType.
getRandomKeys() - Static method in class org.apache.directory.server.kerberos.shared.crypto.encryption.RandomKeyFactory
Get a map of random keys.
getRangeMax() - Method in class org.apache.directory.server.dhcp.store.Subnet
 
getRangeMin() - Method in class org.apache.directory.server.dhcp.store.Subnet
 
getRdn() - Method in class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
 
getRdnIndex() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getRdnIndex() - Method in interface org.apache.directory.server.xdbm.Store
 
getRdns() - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
Gets the RDNs.
getReadWriteLock() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getReadWriteLock() - Method in interface org.apache.directory.server.xdbm.Store
 
getRealm() - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
Implementors use this method to access the realm resulting from a callback.
getReceiveTimestamp() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getRecId() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeRedirect
 
getRecordClass() - Method in class org.apache.directory.server.dns.messages.QuestionRecord
The class for this query.
getRecordClass() - Method in interface org.apache.directory.server.dns.messages.ResourceRecord
 
getRecordClass() - Method in class org.apache.directory.server.dns.messages.ResourceRecordImpl
 
getRecordMan() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
 
getRecords(QuestionRecord) - Method in class org.apache.directory.server.dns.store.jndi.JndiRecordStoreImpl
 
getRecords(QuestionRecord) - Method in class org.apache.directory.server.dns.store.jndi.MultiBaseSearch
 
GetRecords - Class in org.apache.directory.server.dns.store.jndi.operations
A JNDI context operation for looking up Resource Records from an embedded JNDI provider.
GetRecords(QuestionRecord) - Constructor for class org.apache.directory.server.dns.store.jndi.operations.GetRecords
Creates the action to be used against the embedded JNDI provider.
getRecords(QuestionRecord) - Method in class org.apache.directory.server.dns.store.jndi.SingleBaseSearch
 
getRecords(QuestionRecord) - Method in interface org.apache.directory.server.dns.store.RecordStore
Returns a set of ResourceRecords, given a DNS QuestionRecord.
getRecords(QuestionRecord) - Method in class org.apache.directory.server.dns.store.RecordStoreStub
 
getRecordType() - Method in class org.apache.directory.server.dns.messages.QuestionRecord
The type of the query.
getRecordType() - Method in interface org.apache.directory.server.dns.messages.ResourceRecord
 
getRecordType() - Method in class org.apache.directory.server.dns.messages.ResourceRecordImpl
 
getReferenced(SchemaObject) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Get a String containing the SchemaObjects referencing the given ShcemaObject
getReferenceIdentifier() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getReferenceTimestamp() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getReferral() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
getReferralHandlingMode() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
getReferralManager() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getReferralManager() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getReferralOnAncestor(LdapSession, Dn, SearchRequest, Entry) - Method in class org.apache.directory.server.ldap.handlers.request.SearchRequestHandler
Handles processing with referrals without ManageDsaIT decorator and with an ancestor that is a referral.
getReferralOnAncestorForSearch(LdapSession, SearchRequest, Entry) - Method in class org.apache.directory.server.ldap.handlers.request.SearchRequestHandler
Handles processing with referrals without ManageDsaIT decorator and with an ancestor that is a referral.
getRefreshInterval() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getRegistrationEntries() - Method in interface org.apache.directory.server.core.api.event.EventService
Lists the listeners registered with this EventService.
getRelayAgentAddress() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getRemoteHost() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getRemotePort() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getReplAliasDerefMode() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplAttributes() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplConsumerId() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplConsumerImpl() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplConsumers() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getReplCookie() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplDirectory() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the 'replication' directory where replication journals are stored ('<instance>/syncrepl-data').
getReplicaEventLogs() - Method in class org.apache.directory.server.ldap.replication.provider.ReplConsumerManager
Get the list of consumers' configuration
getReplicaId() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getReplicaId() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getReplicaId(String) - Static method in class org.apache.directory.server.ldap.LdapProtocolUtils
returns the replica id present in cookie
getReplicaId() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getReplicaLogMap() - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplRequestHandler
 
getReplicationReqHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getReplPingerSleep() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getReplPingerSleepTime() - Method in class org.apache.directory.server.ldap.LdapServer
 
getReplProvHostName() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplProvPort() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplRefreshInterval() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplReqHandler() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getReplSearchFilter() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplSearchScope() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplSearchSizeLimit() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplSearchTimeout() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplUserDn() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplUserDn() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getReplUserPassword() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getReplUserPassword() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getReply() - Method in class org.apache.directory.server.dns.service.DnsContext
 
getReplyFor(InetSocketAddress, InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.AbstractDhcpService
 
getReplyFor(InetSocketAddress, InetSocketAddress, DhcpMessage) - Method in interface org.apache.directory.server.dhcp.service.DhcpService
Retrieve the reply to a given message.
getReplyFor(NtpMessage) - Method in interface org.apache.directory.server.ntp.NtpService
Returns an NtpMessage reply for the given NtpMessage request.
getReplyFor(NtpMessage) - Method in class org.apache.directory.server.ntp.service.NtpServiceImpl
 
getRequestControl(String) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Gets a request control if present for this request.
getRequestControl(String) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Gets a request control if present for this request.
getRequestControls() - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getRequestControls() - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
 
getRequiredDirectories() - Method in class org.apache.directory.server.core.api.AbstractLayout
Gets the required directories.
getRequiredFiles() - Method in class org.apache.directory.server.core.api.AbstractLayout
Gets the required files.
getResourceRecords() - Method in class org.apache.directory.server.dns.service.DnsContext
 
getResponse() - Method in class org.apache.directory.server.bridge.http.BindResponseHolder
 
getResponseCode() - Method in exception org.apache.directory.server.dns.DnsException
Gets the protocol response code associated with this DnsException.
getResponseCode() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
getResponseControl(String) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Gets a response control if present for this request.
getResponseControl(String) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Gets a response control if present for this request.
getResponseControlCount() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Checks the number of response controls have been generated for this operation.
getResponseControlCount() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Checks the number of response controls have been generated for this operation.
getResponseControls() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Gets all the response controls producted during this operation.
getResponseControls() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Gets all the response controls producted during this operation.
getResponseControls() - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getResponseControls() - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
 
getResultSet() - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
getReturningAttributes() - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
getReturningAttributesString() - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
getReverseLdifs() - Method in class org.apache.directory.server.core.api.changelog.ChangeLogEvent
 
getRevision() - Method in class org.apache.directory.server.core.api.changelog.ChangeLogEvent
Gets the revision of this event.
getRevision() - Method in class org.apache.directory.server.core.api.changelog.Tag
 
getRevisionDate() - Method in class org.apache.directory.server.core.api.changelog.Tag
 
getRid() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
 
getRight() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
getRight() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
getRole() - Method in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
getRole() - Method in interface org.apache.directory.server.core.api.administrative.AdministrativePoint
 
getRoot() - Method in interface org.apache.directory.server.core.avltree.AvlTree
 
getRoot() - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
getRoot() - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
 
getRoot() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
getRoot() - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
getRootContext(DirectoryService) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
getRootContext() - Method in class org.apache.directory.server.core.jndi.ServerContext
Gets a handle on the root context of the DIT.
getRootContext() - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
 
getRootDelay() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getRootDispersion() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getRootDse(GetRootDseOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Filters getRootDse call.
getRootDse(GetRootDseOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
Filters getRootDse call.
getRootDse() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
getRootDse(String...) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
getRootDse(GetRootDseOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
Get the RooDse entry.
getRootDse(GetRootDseOperationContext) - Method in interface org.apache.directory.server.core.api.partition.PartitionNexus
Get's the RootDSE entry for the DSA.
getRootDse(GetRootDseOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
Filters getRootDse call.
getRootDse(GetRootDseOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
Get the RooDse entry.
getRootDse(GetRootDseOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
Filters getRootDse call.
getRootDse(GetRootDseOperationContext) - Method in class org.apache.directory.server.core.ppolicy.PPolicyInterceptor
Filters getRootDse call.
getRootDse(GetRootDseOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Get's the RootDSE entry for the DSA.
GetRootDseOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A GetRootDse context used for Interceptors.
GetRootDseOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.GetRootDseOperationContext
Creates a new instance of GetRootDseOperationContext.
GetRootDseOperationContext(CoreSession, Dn) - Constructor for class org.apache.directory.server.core.api.interceptor.context.GetRootDseOperationContext
Creates a new instance of GetRootDseOperationContext.
getRootDseValue(AttributeType) - Method in interface org.apache.directory.server.core.api.partition.PartitionNexus
Get's the RootDSE value associated with an AttributeType
getRootDseValue(AttributeType) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Get's the RootDSE value associated with an AttributeType
getRootId() - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
getRootId() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
getRootId() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
getRotation() - Method in interface org.apache.directory.server.core.api.journal.Journal
 
getRotation() - Method in class org.apache.directory.server.core.journal.DefaultJournal
 
getRunDirectory() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the 'run' directory in the installation directory ('<instance>/run').
getRWLock() - Method in interface org.apache.directory.server.core.api.OperationManager
 
getRWLock() - Method in class org.apache.directory.server.core.DefaultOperationManager
getSamType() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns the single-use authentication (SAM) type.
getSaslAuthId() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
getSaslAuthId() - Method in class org.apache.directory.server.core.jndi.LdapJndiProperties
 
getSaslHost() - Method in class org.apache.directory.server.ldap.LdapServer
Returns the FQDN of this SASL host, validated during SASL negotiation.
getSaslMechanism() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
getSaslMechanism() - Method in class org.apache.directory.server.core.jndi.LdapJndiProperties
 
getSaslMechanismHandlers() - Method in class org.apache.directory.server.ldap.LdapServer
 
getSaslMechClassName() - Method in class org.apache.directory.server.config.beans.SaslMechHandlerBean
 
getSaslMechHandlers() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
getSaslMechName() - Method in class org.apache.directory.server.config.beans.SaslMechHandlerBean
 
getSaslPrincipal() - Method in class org.apache.directory.server.ldap.LdapServer
Returns the Kerberos principal name for this LDAP service, used by GSSAPI.
getSaslProperty(String) - Method in class org.apache.directory.server.ldap.LdapSession
Get a Sasl property's value
getSaslQop() - Method in class org.apache.directory.server.ldap.LdapServer
Returns the Set of quality-of-protection, used by DIGEST-MD5 and GSSAPI.
getSaslQopString() - Method in class org.apache.directory.server.ldap.LdapServer
Returns the quality-of-protection, used by DIGEST-MD5 and GSSAPI.
getSaslRealms() - Method in class org.apache.directory.server.ldap.LdapServer
Returns the realms serviced by this SASL host, used by DIGEST-MD5 and GSSAPI.
getSchema(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getSchema(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getSchema(Name) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
Presently unsupported operation!
getSchema(String) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
Presently unsupported operation!
getSchemaClassDefinition(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getSchemaClassDefinition(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
getSchemaClassDefinition(Name) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
Presently unsupported operation!
getSchemaClassDefinition(String) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
Presently unsupported operation!
getSchemaContext(DirectoryService) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
getSchemaManager() - Method in class org.apache.directory.server.bridge.http.HttpDirectoryService
 
getSchemaManager() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getSchemaManager() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
getSchemaManager() - Method in class org.apache.directory.server.core.api.LdapPrincipal
 
getSchemaManager() - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Gets the schema manager assigned to this Partition.
getSchemaManager() - Method in interface org.apache.directory.server.core.api.partition.Partition
Gets the schema manager assigned to this Partition.
getSchemaManager() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getSchemaManager() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getSchemaManager() - Method in class org.apache.directory.server.xdbm.search.impl.EvaluatorBuilder
 
getSchemaManager() - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
getSchemaName(Dn) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Exctract the schema name from the Dn.
getSchemaPartition() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getSchemaPartition() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getScope() - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
getScope() - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
getScopeEvaluator() - Method in class org.apache.directory.server.core.api.event.LeafEvaluator
 
getSearchBaseDn() - Method in class org.apache.directory.server.config.beans.DSBasedServerBean
Returns the search base Dn.
getSearchBaseDn() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
getSearchBaseDn() - Method in class org.apache.directory.server.protocol.shared.DirectoryBackedService
Returns the search base Dn.
getSearchCriteria() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getSearchEngine() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Gets the DefaultSearchEngine used by this ContextPartition to search the Database.
getSearchFilter() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
getSearchRequest() - Method in class org.apache.directory.server.core.api.SearchRequestContainer
 
getSearchRequest(int) - Method in class org.apache.directory.server.ldap.LdapSession
Find the searchRequestContainer associated with a MessageID
getSearchRequestHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getSearchResultDone() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
gives the SearchResultDone message received at the end of search results
getSearchResultDoneHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getSearchResultEntryHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getSearchResultReferenceHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getSearchScope() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getSearchSizeLimit() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getSearchTimeout() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getSeconds() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getServerAddress() - Method in class org.apache.directory.server.core.api.LdapPrincipal
 
getServerEntry() - Method in class org.apache.directory.server.core.api.entry.ServerSearchResult
 
getServerHostname() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getServerId() - Method in class org.apache.directory.server.config.beans.ServerBean
 
getServers() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
getService() - Method in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
 
getService() - Method in class org.apache.directory.server.core.jndi.ServerContext
Gets the DirectoryService associated with this context.
getServiceAddress() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets the socket address of the LDAP server or null if there is no LDAP service associated with the session.
getServiceAddress() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets the socket address of the LDAP server or null if there is no LDAP service associated with the session.
getServiceId() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Gets the instance identifier for this ProtocolService.
getServiceId() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Gets the instance identifier for this ProtocolService.
getServiceName() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Gets a descriptive name for the kind of service this represents.
getServiceName() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Gets a descriptive name for the kind of service this represents.
getSession() - Method in interface org.apache.directory.server.core.api.DirectoryService
Gets a logical session to perform operations on this DirectoryService as the anonymous user.
getSession(LdapPrincipal) - Method in interface org.apache.directory.server.core.api.DirectoryService
Gets a logical session to perform operations on this DirectoryService as a specific user.
getSession(Dn, byte[]) - Method in interface org.apache.directory.server.core.api.DirectoryService
Gets a logical session to perform operations on this DirectoryService as a specific user with a separate authorization principal.
getSession(Dn, byte[], String, String) - Method in interface org.apache.directory.server.core.api.DirectoryService
Gets a logical session to perform operations on this DirectoryService as a specific user with a separate authorization principal.
getSession() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Gets the session associated with this operation.
getSession() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Gets the session associated with this operation.
getSession() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
 
getSession() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Get back an anonymous session
getSession(LdapPrincipal) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Get back a session for a given principal
getSession(Dn, byte[]) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Get back a session for the give user and credentials bound with Simple Bind
getSession(Dn, byte[], String, String) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Get back a session for a given user bound with SASL Bind
getSession() - Method in class org.apache.directory.server.core.jndi.ServerContext
 
getSessions() - Method in class org.apache.directory.server.ldap.LdapSessionManager
Gets the active sessions managed by the LdapServer.
getShortValue() - Method in class org.apache.directory.server.dhcp.options.ShortOption
 
getSingleton() - Method in class org.apache.directory.server.core.avltree.SingletonOrOrderedSet
Gets the singleton value.
getSize() - Method in interface org.apache.directory.server.core.avltree.AvlTree
returns the number of nodes present in this tree.
getSize() - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
getSize() - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
returns the number of nodes present in this tree.
getSize() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
returns the number of nodes present in this tree.
getSize() - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
returns the number of nodes present in this tree.
getSizeLimit() - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
getSizeLimit() - Method in class org.apache.directory.server.core.api.SearchRequestContainer
 
getSleepTime() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLogJanitor
 
getSocketAcceptor(Transport) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
If this protocol service support TCP transport then this gets the MINA SocketAcceptor it uses.
getSocketAcceptor(Transport) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
If this protocol service support TCP transport then this gets the MINA SocketAcceptor it uses.
getSPLangId() - Method in class org.apache.directory.server.core.api.sp.java.JavaStoredProcEngine
 
getSPLangId() - Method in interface org.apache.directory.server.core.api.sp.StoredProcEngine
 
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyStatesEnum
getStartState() - Method in enum org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameStatesEnum
getState() - Method in class org.apache.directory.server.dhcp.service.Lease
 
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyStatesEnum
Get the string representing the state
getState(int) - Method in enum org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameStatesEnum
Get the string representing the state
getStore() - Method in class org.apache.directory.server.dns.service.DnsContext
 
getStoredProcEngineInstance(Entry) - Method in class org.apache.directory.server.core.api.sp.StoredProcExecutionManager
Initializes and returns a StoredProcEngine instance which can operate on spUnitEntry considering its specific stored procedure language.
getStoredProcEngineType() - Method in class org.apache.directory.server.core.api.sp.java.JavaStoredProcEngineConfig
 
getStoredProcEngineType() - Method in interface org.apache.directory.server.core.api.sp.StoredProcEngineConfig
 
getStoredProcLangId() - Method in class org.apache.directory.server.core.api.sp.java.JavaStoredProcEngineConfig
 
getStoredProcLangId() - Method in interface org.apache.directory.server.core.api.sp.StoredProcEngineConfig
 
getStratum() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getString() - Method in class org.apache.directory.server.dhcp.options.StringOption
 
getStructuralObjectClass() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getSubAliasIndex() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getSubAliasIndex() - Method in interface org.apache.directory.server.xdbm.Store
 
getSubentry(Dn) - Method in class org.apache.directory.server.core.api.subtree.SubentryCache
Retrieve a Subentry given a Dn.
getSubentryACI() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getSubentryAttributes(Dn, Entry) - Method in class org.apache.directory.server.core.api.subtree.SubentryUtils
Evaluates the set of subentry subtrees upon an entry and returns the operational subentry attributes that will be added to the entry if added at the dn specified.
getSubentryCache() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getSubentryCache() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getSubentryOperationalAttributes() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getSubentryTriggerSpecs(Dn) - Method in class org.apache.directory.server.core.trigger.TriggerSpecCache
 
getSubordinates(PartitionTxn, Entry) - Method in interface org.apache.directory.server.core.api.partition.Partition
Return the number of children and subordinates for a given entry
getSubordinates(PartitionTxn, Entry) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Return the number of children and subordinates for a given entry
getSubordinates(PartitionTxn, Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Return the number of children and subordinates for a given entry
getSubordinates(PartitionTxn, Entry) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Return the number of children and subordinates for a given entry
getSubordinates(PartitionTxn, Entry) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
getSubschema() - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
 
getSubschemaAPCache() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getSubschemaAPCache() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getSubschemaEntry(DirectoryService, FilteringOperationContext) - Static method in class org.apache.directory.server.core.shared.SchemaService
getSubschemaEntryCloned(DirectoryService) - Static method in class org.apache.directory.server.core.shared.SchemaService
 
getSubschemaEntryImmutable(DirectoryService) - Static method in class org.apache.directory.server.core.shared.SchemaService
getSubschemaSubentry() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getSubstringEvaluator() - Method in class org.apache.directory.server.core.api.event.LeafEvaluator
 
getSubtreeSpecification() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getSuffixDn() - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Gets the normalized suffix as an Dn for this Partition after it has been initialized.
getSuffixDn() - Method in interface org.apache.directory.server.core.api.partition.Partition
Gets the normalized suffix as an Dn for this Partition after it has been initialized.
getSuffixDn(Dn) - Method in interface org.apache.directory.server.core.api.partition.PartitionNexus
Finds the distinguished name of the suffix that would hold an entry with the supplied distinguished name parameter.
getSuffixDn(Dn) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Finds the distinguished name of the suffix that would hold an entry with the supplied distinguished name parameter.
getSuffixId(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Retrieve the SuffixID
getSuffixId(PartitionTxn) - Method in interface org.apache.directory.server.xdbm.Store
Retrieve the SuffixID
getSupportedControls() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
getSupportedControls() - Method in class org.apache.directory.server.ldap.LdapServer
 
getSupportedMechanisms() - Method in class org.apache.directory.server.ldap.LdapServer
 
getSynchPeriodMillis() - Method in class org.apache.directory.server.configuration.ApacheDS
 
getSyncPeriodMillis() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getSyncPeriodMillis() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getSyntaxOID() - Method in class org.apache.directory.server.core.authn.PasswordHistory
 
getSystemContext(DirectoryService) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
getSystemIndex(AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Get the system index associated with the given name
getSystemIndex(AttributeType) - Method in interface org.apache.directory.server.xdbm.Store
Get the system index associated with the given name
getSystemIndices() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getSystemIndices() - Method in interface org.apache.directory.server.xdbm.Store
 
getSystemPartition() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getSystemPartition() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
getSystemPort() - Method in class org.apache.directory.server.config.beans.TransportBean
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.BootfileName
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.ClientIdentifier
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.DhcpMessageType
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.IpAddressLeaseTime
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.MaximumDhcpMessageSize
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.Message
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.OptionOverload
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.ParameterRequestList
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.RebindingTimeValue
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.RenewalTimeValue
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.RequestedIpAddress
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.ServerIdentifier
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.TftpServerName
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.UnrecognizedOption
 
getTag() - Method in class org.apache.directory.server.dhcp.options.dhcp.VendorClassIdentifier
 
getTag() - Method in class org.apache.directory.server.dhcp.options.DhcpOption
Get the option's code tag.
getTag() - Method in class org.apache.directory.server.dhcp.options.linklayer.ArpCacheTimeout
 
getTag() - Method in class org.apache.directory.server.dhcp.options.linklayer.EthernetEncapsulation
 
getTag() - Method in class org.apache.directory.server.dhcp.options.linklayer.TrailerEncapsulation
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.DefaultFingerServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.DefaultIrcServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.DefaultWwwServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.MobileIpHomeAgents
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.NbddServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.NetbiosNameServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.NetbiosNodeType
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.NetbiosScope
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.NisDomain
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.NisPlusDomain
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.NisPlusServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.NisServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.NntpServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.NtpServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.Pop3Servers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.SmtpServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.StdaServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.StreetTalkServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.VendorSpecificInformation
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.XWindowDisplayManagers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.misc.XWindowFontServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perhost.DefaultIpTimeToLive
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perhost.IpForwarding
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perhost.MaximumDatagramSize
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perhost.NonLocalSourceRouting
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perhost.PathMtuAgingTimeout
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perhost.PathMtuPlateauTable
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perhost.PolicyFilter
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perinterface.AllSubnetsAreLocal
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perinterface.BroadcastAddress
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perinterface.InterfaceMtu
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perinterface.MaskSupplier
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perinterface.PerformMaskDiscovery
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perinterface.PerformRouterDiscovery
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perinterface.RouterSolicitationAddress
 
getTag() - Method in class org.apache.directory.server.dhcp.options.perinterface.StaticRoute
 
getTag() - Method in class org.apache.directory.server.dhcp.options.tcp.TcpDefaultTimeToLive
 
getTag() - Method in class org.apache.directory.server.dhcp.options.tcp.TcpKeepaliveGarbage
 
getTag() - Method in class org.apache.directory.server.dhcp.options.tcp.TcpKeepaliveInterval
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.BootFileSize
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.CookieServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.DomainName
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.DomainNameServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.ExtensionsPath
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.HostName
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.ImpressServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.LogServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.LprServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.MeritDumpFile
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.NameServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.ResourceLocationServers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.RootPath
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.Routers
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.SubnetMask
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.SwapServer
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.TimeOffset
 
getTag() - Method in class org.apache.directory.server.dhcp.options.vendor.TimeServers
 
getTagByClass(Class<?>) - Static method in class org.apache.directory.server.dhcp.options.DhcpOption
 
getTagDate() - Method in class org.apache.directory.server.core.api.changelog.Tag
 
getTagSearchEngine() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Gets the tag search engine used to query the snapshots taken.
getTagSearchEngine() - Method in interface org.apache.directory.server.core.api.changelog.TaggableSearchableChangeLogStore
Get's the tag search engine for this TaggableSearchableChangeLogStore.
getTagSearchEngine() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Gets the tag search engine used to query the snapshots taken.
getTargetEntry(Modification, Entry, SchemaManager) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Gets the target entry as it would look after a modification operation was performed on it.
getTestEntries() - Method in interface org.apache.directory.server.core.api.DirectoryService
Returns test directory entries(LdifEntry) to be loaded while bootstrapping.
getTestEntries() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Returns test directory entries(LdifEntry) to be loaded while bootstrapping.
getTime() - Method in class org.apache.directory.server.core.authn.PasswordHistory
 
getTime(String) - Static method in class org.apache.directory.shared.kerberos.KerberosTime
Returns the KerberosTime for a given zulu time.
getTimeLimit() - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
getTimeLimit() - Method in class org.apache.directory.server.core.api.SearchRequestContainer
 
getTimeProvider() - Method in interface org.apache.directory.server.core.api.DirectoryService
Gets the time provider.
getTimeProvider() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Gets the time provider.
getTimeToLive() - Method in interface org.apache.directory.server.dns.messages.ResourceRecord
 
getTimeToLive() - Method in class org.apache.directory.server.dns.messages.ResourceRecordImpl
 
getTmpDirectory() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the 'tmp' directory ('<instance>/tmp').
getTransaction(Partition) - Method in interface org.apache.directory.server.core.api.CoreSession
Retrieve a transaction associated with a partition, if we have one.
getTransaction() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
getTransaction() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
 
getTransaction(Partition) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Retrieve a transaction associated with a partition, if we have one.
getTransactionId() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
getTransactionId() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
getTransmitTimestamp() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getTransportAddress() - Method in class org.apache.directory.server.config.beans.TransportBean
 
getTransportBackLog() - Method in class org.apache.directory.server.config.beans.TransportBean
 
getTransportId() - Method in class org.apache.directory.server.config.beans.TransportBean
 
getTransportNbThreads() - Method in class org.apache.directory.server.config.beans.TransportBean
 
getTransports() - Method in class org.apache.directory.server.config.beans.ServerBean
 
getTransports() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
getTriggerExecution() - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
 
getTriggerExecutionAPCache() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
getTriggerExecutionAPCache() - Method in class org.apache.directory.server.core.DefaultDirectoryService
getTriggerExecutionSubentries() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getTrustManager() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
getTrustManagers() - Method in class org.apache.directory.server.ldap.LdapServer
 
getTuple() - Method in class org.apache.directory.server.xdbm.IndexEntry
getType(int) - Static method in enum org.apache.directory.server.core.api.event.EventType
checks if the given mask value matches with any of the defined standard EventTypes
getType() - Method in class org.apache.directory.server.core.api.interceptor.context.ModDnAva
 
getType() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.DnSerializer
getType() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotEntrySerializer
getType() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
getType() - Method in class org.apache.directory.server.dhcp.messages.HardwareAddress
 
getType() - Method in class org.apache.directory.server.dhcp.options.dhcp.DhcpMessageType
 
getTypeByCode(byte) - Static method in enum org.apache.directory.server.dhcp.messages.MessageType
 
getTypeByName(String) - Static method in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Returns the reference identifier type when specified by its name.
getTypeByOrdinal(int) - Static method in enum org.apache.directory.server.ntp.messages.LeapIndicatorType
Returns the leap indicator type when specified by its ordinal.
getTypeByOrdinal(int) - Static method in enum org.apache.directory.server.ntp.messages.ModeType
Returns the mode type when specified by its ordinal.
getTypeByOrdinal(int) - Static method in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Returns the reference identifier type when specified by its ordinal.
getTypeByOrdinal(int) - Static method in enum org.apache.directory.server.ntp.messages.StratumType
Returns the stratum type when specified by its ordinal.
getTypeByOrdinal(int) - Static method in enum org.apache.directory.shared.kerberos.codec.types.SamType
Gets the ordinal by its ordinal value.
getTypeByValue(int) - Static method in enum org.apache.directory.shared.kerberos.codec.types.EncryptionType
Returns the encryption type when specified by its value.
getTypeByValue(int) - Static method in enum org.apache.directory.shared.kerberos.codec.types.PrincipalNameType
Returns the principal name type when specified by its ordinal.
getTypeByValue(int) - Static method in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Gets the value by its value value.
getUnbindRequestHandler() - Method in class org.apache.directory.server.ldap.LdapServer
 
getUndefinedFilterNode() - Method in exception org.apache.directory.server.core.normalization.UndefinedFilterAttributeException
 
getUnion(Attribute, Attribute) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Creates a new attribute which contains the values representing the union of two attributes.
getUniqueMember() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getUnsupportedMessage() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.AbstractIndexCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
Gets the message to return for operations that are not supported
getUnsupportedMessage() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
Gets the message to return for operations that are not supported
getUserAddLdif() - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
getUserAddLdif(String, byte[], String, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
 
getUserDn() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getUserGroupNames() - Method in class org.apache.directory.server.core.authz.support.AciContext
 
getUserIndex(AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Get the user index associated with the given name
getUserIndex(AttributeType) - Method in interface org.apache.directory.server.xdbm.Store
Get the user index associated with the given name
getUserIndices() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
getUserIndices() - Method in interface org.apache.directory.server.xdbm.Store
 
getUsername() - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
Implementors use this method to access the username resulting from a callback.
getUserPassword() - Method in class org.apache.directory.server.core.api.AttributeTypeProvider
 
getUserPasswords() - Method in class org.apache.directory.server.core.api.LdapPrincipal
 
getUuid() - Method in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
getUuid() - Method in interface org.apache.directory.server.core.api.administrative.AdministrativePoint
 
getValuComparator() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
 
getValue() - Method in enum org.apache.directory.server.config.ConfigSchemaConstants
 
getValue() - Method in enum org.apache.directory.server.core.api.authn.ppolicy.CheckQualityEnum
 
getValue() - Method in class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
 
getValue() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
getValue() - Method in enum org.apache.directory.shared.kerberos.codec.types.EncryptionType
Returns the number associated with this encryption type.
getValue() - Method in enum org.apache.directory.shared.kerberos.codec.types.PrincipalNameType
Returns the number associated with this principal name type.
getValue() - Method in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Gets the value value associated with this Kerberos error.
getValueComparator() - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
 
getValueComparator() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
getValueComparator() - Method in class org.apache.directory.server.core.partition.impl.btree.DefaultTupleComparator
 
getValueComparator() - Method in class org.apache.directory.server.core.partition.impl.btree.ForwardIndexComparator
Gets the binary comparator used to compare values which are the indices into the master table.
getValueComparator() - Method in class org.apache.directory.server.core.partition.impl.btree.KeyOnlyComparator
Will throw an UnsupportedOperationException every time.
getValueComparator() - Method in class org.apache.directory.server.core.partition.impl.btree.ReverseIndexComparator
Gets the binary comparator used to compare values which are the values of attributes.
getValueComparator() - Method in interface org.apache.directory.server.core.partition.impl.btree.TupleComparator
Gets the binary comparator used to compare valuess.
getValueComparator() - Method in class org.apache.directory.server.xdbm.AbstractTable
Gets the value comparator used by this Table: may be null if this Table was not initialized with one.
getValueComparator() - Method in interface org.apache.directory.server.xdbm.Table
Gets the value comparator used by this Table: may be null if this Table was not initialized with one.
getVersionNumber() - Method in class org.apache.directory.server.ntp.messages.NtpMessage
 
getWantClientAuth() - Method in class org.apache.directory.server.config.beans.TransportBean
 
getWarFile() - Method in class org.apache.directory.server.integration.http.WebApp
 
getWebApps() - Method in class org.apache.directory.server.integration.http.HttpServer
 
getWiredConnection(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
 
getWiredConnection(LdapServer, String, String) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Gets a LDAP connection instance on a server, authenticating a user.
getWiredContext(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
getWiredContext(LdapServer, String, String) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
getWiredContext(LdapServer, Control[]) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
getWiredContextFollowOnRefferal(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
getWiredContextRefferalIgnore(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
getWiredContextThrowOnRefferal(LdapServer) - Static method in class org.apache.directory.server.integ.ServerIntegrationUtils
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider.
getWkDirPath() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Gets the working directory path to something other than the default.
getWkDirPath() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Gets the working directory path to something other than the default.
getWkDirPath() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
this method always returns null for AvlIndex cause this is a in-memory index.
getWkDirPath() - Method in interface org.apache.directory.server.xdbm.Index
Gets the working directory path to something other than the default.
getWrappedPartition() - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Gets the Partition being wrapped.
getWrapperConfigurationFile() - Method in class org.apache.directory.server.core.api.InstanceLayout
Gets the wrapper configuration file ('<instance>/conf/wrapper.conf').
getZuluTime() - Method in class org.apache.directory.server.core.api.changelog.ChangeLogEvent
Gets the generalizedTime when this event occurred.
go() - Method in class org.apache.directory.server.dns.Main
Start an instance of the DNS server.
GOES - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "GOES" reference identifier type.
GPS - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "GPS" reference identifier type.
GracefulShutdownHandler - Class in org.apache.directory.server.ldap.handlers.extended
A Handler for the GracefulShutdown extended operation
GracefulShutdownHandler() - Constructor for class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
GreaterEqCursor<V> - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor over entry candidates matching a GreaterEq assertion filter.
GreaterEqCursor(PartitionTxn, Store, GreaterEqEvaluator<V>) - Constructor for class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
Creates a new instance of an GreaterEqCursor
GreaterEqEvaluator<T> - Class in org.apache.directory.server.xdbm.search.evaluator
An Evaluator which determines if candidates are matched by GreaterEqNode assertions.
GreaterEqEvaluator(GreaterEqNode<T>, Store, SchemaManager) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.GreaterEqEvaluator
Creates a new GreaterEqEvaluator
greaterThanCount(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Find the number of element in a tree above a given key
greaterThanCount(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Find the number of element in a tree above a given key
greaterThanCount(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.AbstractTable
Gets the number of records greater than or equal to a key value.
greaterThanCount(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Find the number of element in a tree above a given key
greaterThanCount(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Gets the number of records greater than or equal to a key value.
greaterThanCount(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Index
Find the number of element in a tree above a given key
greaterThanCount(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Table
Gets the number of records greater than or equal to a key value.
groupAdded(String, Entry) - Method in class org.apache.directory.server.core.authz.GroupCache
Adds a groups members to the cache.
GroupCache - Class in org.apache.directory.server.core.authz
A cache for tracking static group membership.
GroupCache(DirectoryService) - Constructor for class org.apache.directory.server.core.authz.GroupCache
Creates a static group cache.
groupDeleted(Dn, Entry) - Method in class org.apache.directory.server.core.authz.GroupCache
Deletes a group's members from the cache.
groupModified(Dn, List<Modification>, Entry, SchemaManager) - Method in class org.apache.directory.server.core.authz.GroupCache
Modifies the cache to reflect changes via modify operations to the group entries.
groupModified(Dn, ModificationOperation, Entry) - Method in class org.apache.directory.server.core.authz.GroupCache
Modifies the cache to reflect changes via modify operations to the group entries.
groupRenamed(Dn, Dn) - Method in class org.apache.directory.server.core.authz.GroupCache
 
GROUPS_SYSTEM_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
the base dn under which all groups reside
GssapiCallbackHandler - Class in org.apache.directory.server.ldap.handlers.sasl.gssapi
 
GssapiCallbackHandler(LdapSession, CoreSession, BindRequest) - Constructor for class org.apache.directory.server.ldap.handlers.sasl.gssapi.GssapiCallbackHandler
Creates a new instance of GssapiCallbackHandler.
GssapiMechanismHandler - Class in org.apache.directory.server.ldap.handlers.sasl.gssapi
The GSSAPI Sasl mechanism handler.
GssapiMechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.sasl.gssapi.GssapiMechanismHandler
 

H

handle(LdapSession, T) - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
Handle a Ldap message associated with a session
handle(LdapSession, T) - Method in class org.apache.directory.server.ldap.handlers.LdapResponseHandler
Handle a Ldap message associated with a session
handle(LdapSession, AbandonRequest) - Method in class org.apache.directory.server.ldap.handlers.request.AbandonRequestHandler
Handle a Ldap message associated with a session
handle(LdapSession, AddRequest) - Method in class org.apache.directory.server.ldap.handlers.request.AddRequestHandler
Handle a Ldap message associated with a session
handle(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.request.BindRequestHandler
Deal with a received BindRequest
handle(LdapSession, CompareRequest) - Method in class org.apache.directory.server.ldap.handlers.request.CompareRequestHandler
Handle a Ldap message associated with a session
handle(LdapSession, DeleteRequest) - Method in class org.apache.directory.server.ldap.handlers.request.DeleteRequestHandler
Handle a Ldap message associated with a session
handle(LdapSession, ExtendedRequest) - Method in class org.apache.directory.server.ldap.handlers.request.ExtendedRequestHandler
Handle a Ldap message associated with a session
handle(LdapSession, ModifyDnRequest) - Method in class org.apache.directory.server.ldap.handlers.request.ModifyDnRequestHandler
Deal with a ModifyDN request received from a client.
handle(LdapSession, ModifyRequest) - Method in class org.apache.directory.server.ldap.handlers.request.ModifyRequestHandler
Handle a Ldap message associated with a session
handle(LdapSession, SearchRequest) - Method in class org.apache.directory.server.ldap.handlers.request.SearchRequestHandler
Handle a Ldap message associated with a session
handle(LdapSession, UnbindRequest) - Method in class org.apache.directory.server.ldap.handlers.request.UnbindRequestHandler
 
handle(LdapSession, AddResponse) - Method in class org.apache.directory.server.ldap.handlers.response.AddResponseHandler
Handle a Ldap message associated with a session
handle(LdapSession, BindResponse) - Method in class org.apache.directory.server.ldap.handlers.response.BindResponseHandler
Handle a Ldap message associated with a session
handle(LdapSession, CompareResponse) - Method in class org.apache.directory.server.ldap.handlers.response.CompareResponseHandler
Handle a Ldap message associated with a session
handle(LdapSession, DeleteResponse) - Method in class org.apache.directory.server.ldap.handlers.response.DeleteResponseHandler
Handle a Ldap message associated with a session
handle(LdapSession, ExtendedResponse) - Method in class org.apache.directory.server.ldap.handlers.response.ExtendedResponseHandler
Handle a Ldap message associated with a session
handle(LdapSession, IntermediateResponse) - Method in class org.apache.directory.server.ldap.handlers.response.IntermediateResponseHandler
Handle a Ldap message associated with a session
handle(LdapSession, ModifyDnResponse) - Method in class org.apache.directory.server.ldap.handlers.response.ModifyDnResponseHandler
Handle a Ldap message associated with a session
handle(LdapSession, ModifyResponse) - Method in class org.apache.directory.server.ldap.handlers.response.ModifyResponseHandler
Handle a Ldap message associated with a session
handle(LdapSession, SearchResultDone) - Method in class org.apache.directory.server.ldap.handlers.response.SearchResultDoneHandler
Handle a Ldap message associated with a session
handle(LdapSession, SearchResultEntry) - Method in class org.apache.directory.server.ldap.handlers.response.SearchResultEntryHandler
Handle a Ldap message associated with a session
handle(LdapSession, SearchResultReference) - Method in class org.apache.directory.server.ldap.handlers.response.SearchResultReferenceHandler
Handle a Ldap message associated with a session
handle(Callback[]) - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
SaslServer will use this method to call various callbacks, depending on the SASL mechanism in use for a session.
handleDISCOVER(InetSocketAddress, InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.AbstractDhcpService
Handle DHCPDISCOVER message.
handleDISCOVER(InetSocketAddress, InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.StoreBasedDhcpService
 
handleException(LdapSession, ResultResponseRequest, ResultResponse, Exception) - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
Handles processing with referrals without ManageDsaIT decorator.
handleException(LdapSession, ResultResponseRequest, Exception) - Method in class org.apache.directory.server.ldap.handlers.request.SearchRequestHandler
Handles processing with referrals without ManageDsaIT decorator.
handleExtendedOperation(LdapSession, R) - Method in interface org.apache.directory.server.ldap.ExtendedOperationHandler
Handles the specified extended operation.
handleExtendedOperation(LdapSession, CertGenerationRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.CertGenerationRequestHandler
Handles the specified extended operation.
handleExtendedOperation(LdapSession, ExtendedRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.EndTransactionHandler
Handles the specified extended operation.
handleExtendedOperation(LdapSession, GracefulShutdownRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
handleExtendedOperation(LdapSession, PasswordModifyRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.PwdModifyHandler
Handles the specified extended operation.
handleExtendedOperation(LdapSession, ExtendedRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.StartTlsHandler
Handles the specified extended operation.
handleExtendedOperation(LdapSession, ExtendedRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.StartTransactionHandler
Handles the specified extended operation.
handleExtendedOperation(LdapSession, StoredProcedureRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.StoredProcedureExtendedOperationHandler
 
handleExtendedOperation(LdapSession, WhoAmIRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.WhoAmIHandler
Handles the specified extended operation.
handleINFORM(InetSocketAddress, InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.AbstractDhcpService
Handle DHCPINFORM message.
handleMechanism(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.sasl.cramMD5.CramMd5MechanismHandler
 
handleMechanism(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.sasl.digestMD5.DigestMd5MechanismHandler
 
handleMechanism(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.sasl.external.certificate.CertificateMechanismHandler
 
handleMechanism(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.sasl.gssapi.GssapiMechanismHandler
 
handleMechanism(LdapSession, BindRequest) - Method in interface org.apache.directory.server.ldap.handlers.sasl.MechanismHandler
Implementors will use the session and message to determine what kind of SaslServer to create and what initialization parameters it will require.
handleMechanism(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmMechanismHandler
 
handleMechanism(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.sasl.plain.PlainMechanismHandler
Implementors will use the session and message to determine what kind of SaslServer to create and what initialization parameters it will require.
handleMechanism(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.sasl.SimpleMechanismHandler
 
handleMessage(IoSession, T) - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
handleMessage(IoSession, T) - Method in class org.apache.directory.server.ldap.handlers.LdapResponseHandler
handleOFFER(InetSocketAddress, InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.AbstractDhcpService
Handle DHCPOFFER message.
handleRELEASE(InetSocketAddress, InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.AbstractDhcpService
Handle DHCPRELEASE message.
handleRELEASE(InetSocketAddress, InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.StoreBasedDhcpService
 
handleREQUEST(InetSocketAddress, InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.AbstractDhcpService
Handle DHCPREQUEST message.
handleREQUEST(InetSocketAddress, InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.StoreBasedDhcpService
 
handleSaslAuth(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.request.BindRequestHandler
Handle the SASL authentication.
handleSimpleAuth(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.request.BindRequestHandler
Handle the Simple authentication.
handleSyncRequest(LdapSession, SearchRequest) - Method in interface org.apache.directory.server.ldap.replication.provider.ReplicationRequestHandler
A method to be used by any RFC 4533 compatible provider implementation
handleSyncRequest(LdapSession, SearchRequest) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplRequestHandler
Process the incoming search request sent by a remote server when trying to replicate.
handleUnknownMessage(InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.AbstractDhcpService
Handle unknown DHCP message.
HardwareAddress - Class in org.apache.directory.server.dhcp.messages
A representation of a DHCP hardware address.
HardwareAddress(short, short, byte[]) - Constructor for class org.apache.directory.server.dhcp.messages.HardwareAddress
 
has(long) - Method in interface org.apache.directory.server.core.api.changelog.TagSearchEngine
Checks to see if a snapshot exists for a specific revision.
has(PartitionTxn, K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Checks to see if this table has a key with a specific value.
has(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Checks to see if this table has one or more tuples with a specific key: this is exactly the same as a get call with a check to see if the returned value is null or not.
has(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Checks to see if this table has one or more tuples with a specific key: this is exactly the same as a get call with a check to see if the returned value is null or not.
has(PartitionTxn, K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Checks to see if this table has a key with a specific value.
has(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Checks to see if this table has one or more tuples with a specific key: this is exactly the same as a get call with a check to see if the returned value is null or not.
has(PartitionTxn, K, V) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Checks to see if this table has a key with a specific value.
has(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Table
Checks to see if this table has one or more tuples with a specific key: this is exactly the same as a get call with a check to see if the returned value is null or not.
has(PartitionTxn, K, V) - Method in interface org.apache.directory.server.xdbm.Table
Checks to see if this table has a key with a specific value.
hasCustomConfigs() - Method in class org.apache.directory.server.core.authn.ppolicy.PpolicyConfigContainer
 
hasCustomConfigs() - Method in class org.apache.directory.server.core.ppolicy.PpolicyConfigContainer
 
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
hasEntry(HasEntryOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
hasEntry(HasEntryOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
hasEntry(HasEntryOperationContext) - Method in interface org.apache.directory.server.core.api.partition.Partition
Fast operation to check and see if a particular entry exists.
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Fast operation to check and see if a particular entry exists.
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
This method calls Partition.lookup(LookupOperationContext) and return true if it returns an entry by default.
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.ppolicy.PPolicyInterceptor
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Fast operation to check and see if a particular entry exists.
hasEntry(HasEntryOperationContext) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
HasEntryOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A Entry context used for Interceptors.
HasEntryOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.HasEntryOperationContext
Creates a new instance of HasEntryOperationContext.
HasEntryOperationContext(CoreSession, Dn) - Constructor for class org.apache.directory.server.core.api.interceptor.context.HasEntryOperationContext
Creates a new instance of HasEntryOperationContext.
hasGreaterOrEqual(PartitionTxn, K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Checks to see if this table has a Tuple with a key equal to the key argument, yet with a value greater than or equal to the value argument provided.
hasGreaterOrEqual(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Checks to see if this table has a record with a key greater than or equal to the key argument.
hasGreaterOrEqual(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Checks to see if this table has a record with a key greater than or equal to the key argument.
hasGreaterOrEqual(PartitionTxn, K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Checks to see if this table has a Tuple with a key equal to the key argument, yet with a value greater than or equal to the value argument provided.
hasGreaterOrEqual(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Checks to see if this table has a record with a key greater than or equal to the key argument.
hasGreaterOrEqual(PartitionTxn, K, V) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Checks to see if this table has a Tuple with a key equal to the key argument, yet with a value greater than or equal to the value argument provided.
hasGreaterOrEqual(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Table
Checks to see if this table has a record with a key greater than or equal to the key argument.
hasGreaterOrEqual(PartitionTxn, K, V) - Method in interface org.apache.directory.server.xdbm.Table
Checks to see if this table has a Tuple with a key equal to the key argument, yet with a value greater than or equal to the value argument provided.
hashCode() - Method in class org.apache.directory.server.core.api.changelog.Tag
hashCode() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
hashCode() - Method in class org.apache.directory.server.core.authn.PasswordHistory
 
hashCode() - Method in class org.apache.directory.server.dhcp.messages.HardwareAddress
 
hashCode() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
hashCode() - Method in class org.apache.directory.server.dns.messages.QuestionRecord
 
hashCode() - Method in class org.apache.directory.server.dns.messages.ResourceRecordImpl
Compute the instance hash code
hashCode() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
hashCode() - Method in class org.apache.directory.server.ntp.messages.NtpTimeStamp
hashCode() - Method in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
hashCode() - Method in class org.apache.directory.server.xdbm.IndexEntry
 
hashCode() - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
 
hashCode() - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
hashCode() - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
 
hashCode() - Method in class org.apache.directory.shared.kerberos.KerberosTime
 
HashInterceptorBean - Class in org.apache.directory.server.config.beans
A bean used to store the hash interceptor configuration
HashInterceptorBean() - Constructor for class org.apache.directory.server.config.beans.HashInterceptorBean
Creates a new AuthenticationInterceptorBean instance
hasIndexOn(AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Tells if an index is already present in the User's or System's index list
hasIndexOn(AttributeType) - Method in interface org.apache.directory.server.xdbm.Store
Tells if an index is already present in the User's or System's index list
hasLessOrEqual(PartitionTxn, K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Checks to see if this table has a Tuple with a key equal to the key argument, yet with a value less than or equal to the value argument provided.
hasLessOrEqual(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Checks to see if this table has a record with a key less than or equal to the key argument.
hasLessOrEqual(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Checks to see if this table has a record with a key less than or equal to the key argument.
hasLessOrEqual(PartitionTxn, K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Checks to see if this table has a Tuple with a key equal to the key argument, yet with a value less than or equal to the value argument provided.
hasLessOrEqual(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Checks to see if this table has a record with a key less than or equal to the key argument.
hasLessOrEqual(PartitionTxn, K, V) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Checks to see if this table has a Tuple with a key equal to the key argument, yet with a value less than or equal to the value argument provided.
hasLessOrEqual(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Table
Checks to see if this table has a record with a key less than or equal to the key argument.
hasLessOrEqual(PartitionTxn, K, V) - Method in interface org.apache.directory.server.xdbm.Table
Checks to see if this table has a Tuple with a key equal to the key argument, yet with a value less than or equal to the value argument provided.
hasManageDsaItControl() - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
Checks whether or not the ManageDsaITControl is present.
hasMore() - Method in class org.apache.directory.server.core.jndi.NamingEnumerationAdapter
 
hasMore() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexAssertionEnumeration
 
hasMore() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexEnumeration
 
hasMoreElements() - Method in class org.apache.directory.server.core.jndi.NamingEnumerationAdapter
 
hasMoreElements() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexAssertionEnumeration
 
hasMoreElements() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexEnumeration
 
hasObjectClass(Attribute...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
hasObjectClass(String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
hasParentReferral(Dn) - Method in interface org.apache.directory.server.core.api.ReferralManager
Tells if this Dn has a parent which is a referral.
hasParentReferral(Dn) - Method in class org.apache.directory.server.core.shared.ReferralManagerImpl
Tells if this Dn has a parent which is a referral.
hasPermission(AciContext) - Method in class org.apache.directory.server.core.authz.support.ACDFEngine
Returns true if the user with the specified name can access the specified resource (entry, attribute type, or attribute value) and throws LdapNoPermissionException if the user doesn't have any permission to perform the specified grants.
hasPermission(OperationContext) - Method in class org.apache.directory.server.core.trigger.SimpleTriggerExecutionAuthorizer
 
hasPermission(OperationContext) - Method in interface org.apache.directory.server.core.trigger.TriggerExecutionAuthorizer
 
hasRequestControl(String) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Checks to see if a request control is present on this request.
hasRequestControl(String) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Checks to see if a request control is present on this request.
hasRequestControls() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Checks if any request controls exists for this operation.
hasRequestControls() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Checks if any request controls exists for this operation.
hasResponseControl(String) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Checks to see if a response control is present on this operation.
hasResponseControl(String) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Checks to see if a response control is present on this operation.
hasResponseControls() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Checks if any response controls have been generated for this operation.
hasResponseControls() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Checks if any response controls have been generated for this operation.
hasReverse() - Method in class org.apache.directory.server.xdbm.AbstractIndex
Tells if the index has a reverse table or not
hasReverse() - Method in interface org.apache.directory.server.xdbm.Index
Tells if the index has a reverse table or not
hasSameRequest(SearchRequest, LdapSession) - Method in class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
Compare the previous search request and the new one, and return true if they are equal.
hasSessionTransaction() - Method in interface org.apache.directory.server.core.api.CoreSession
 
hasSessionTransaction() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
hasSubentry(Dn) - Method in class org.apache.directory.server.core.api.subtree.SubentryCache
Tells if there is a Subentry associated with a Dn
hasSystemIndexOn(AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Tells if an index is already present in the System's index list
hasSystemIndexOn(AttributeType) - Method in interface org.apache.directory.server.xdbm.Store
Tells if an index is already present in the System's index list
hasUserIndexOn(AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Tells if an index is already present in the User's index list
hasUserIndexOn(AttributeType) - Method in interface org.apache.directory.server.xdbm.Store
Tells if an index is already present in the User's index list
height() - Method in class org.apache.directory.server.core.avltree.avl.AvlTreeSet
 
HighestPrecedenceFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples having a precedence less than the highest remaining precedence. (18.8.4.1, X.501)
HighestPrecedenceFilter() - Constructor for class org.apache.directory.server.core.authz.support.HighestPrecedenceFilter
 
Host - Class in org.apache.directory.server.dhcp.store
The definition of a host.
Host(String, InetAddress, HardwareAddress) - Constructor for class org.apache.directory.server.dhcp.store.Host
 
HostInformationRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.3.2.
HostInformationRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.HostInformationRecordEncoder
 
HostName - Class in org.apache.directory.server.dhcp.options.vendor
This option specifies the name of the client.
HostName() - Constructor for class org.apache.directory.server.dhcp.options.vendor.HostName
 
HostName(String) - Constructor for class org.apache.directory.server.dhcp.options.vendor.HostName
 
HTTP_TRANSPORT_ID - Static variable in class org.apache.directory.server.integration.http.HttpServer
protocol identifier for http
HttpDirectoryService - Class in org.apache.directory.server.bridge.http
A wrapper containing the instance of DirectoryService instance to prevent web applications from accessing the DirectoryService.
HttpDirectoryService(DirectoryService) - Constructor for class org.apache.directory.server.bridge.http.HttpDirectoryService
 
HTTPS_TRANSPORT_ID - Static variable in class org.apache.directory.server.integration.http.HttpServer
protocol identifier for https
HttpServer - Class in org.apache.directory.server.integration.http
Class to start the jetty http server
HttpServer() - Constructor for class org.apache.directory.server.integration.http.HttpServer
 
HttpServerBean - Class in org.apache.directory.server.config.beans
A class used to store the HttpServer configuration.
HttpServerBean() - Constructor for class org.apache.directory.server.config.beans.HttpServerBean
Create a new HttpServerBean instance
HttpWebAppBean - Class in org.apache.directory.server.config.beans
A class used to store the HttpWebApp configuration.
HttpWebAppBean() - Constructor for class org.apache.directory.server.config.beans.HttpWebAppBean
Create a new HttpWebAppBean instance

I

I18n - Enum in org.apache.directory.server.i18n
Provides i18n handling of error codes.
id - Variable in class org.apache.directory.server.core.api.partition.AbstractPartition
The partition ID
idx - Variable in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
The index to use if any
ignoreReferral() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Set the throwReferral flag to false
ignoreReferral() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
Set the throwReferral flag to false
ignoreReferral() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Set the throwReferral flag to false
ImpressServers - Class in org.apache.directory.server.dhcp.options.vendor
The Impress server option specifies a list of Imagen Impress servers available to the client.
ImpressServers() - Constructor for class org.apache.directory.server.dhcp.options.vendor.ImpressServers
 
increment() - Method in class org.apache.directory.server.core.api.SearchRequestContainer
Increment the count
incrementCurrentPosition(int) - Method in class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
Set the new current position, incrementing it with the number of returned entries.
Index<K,E> - Interface in org.apache.directory.server.xdbm
An index used to retrieve elements into the master table.
IndexAssertion<K,E,I> - Interface in org.apache.directory.server.core.partition.impl.btree
Asserts whether or not a candidate should be returned in searching based on hard coded logic.
IndexAssertionEnumeration - Class in org.apache.directory.server.core.partition.impl.btree
A prefetching NamingEnumeration over an underlying NamingEnumeration which determines if a element should be returned based on a Assertion.
IndexAssertionEnumeration(NamingEnumeration<IndexEntry>, IndexAssertion) - Constructor for class org.apache.directory.server.core.partition.impl.btree.IndexAssertionEnumeration
 
IndexAssertionEnumeration(NamingEnumeration<IndexEntry>, IndexAssertion, boolean) - Constructor for class org.apache.directory.server.core.partition.impl.btree.IndexAssertionEnumeration
 
IndexBean - Class in org.apache.directory.server.config.beans
A class used to store the IndexBean configuration.
IndexBean() - Constructor for class org.apache.directory.server.config.beans.IndexBean
Create a new IndexBean instance
IndexCursorAdaptor<K> - Class in org.apache.directory.server.core.partition.impl.btree
A Cursor which adapts an underlying Tuple based Cursor to one which returns IndexEntry objects rather than tuples.
IndexCursorAdaptor(PartitionTxn, Cursor<Tuple>, boolean) - Constructor for class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
Creates an IndexCursorAdaptor which wraps and adapts a Cursor from a table to one which returns an IndexEntry.
IndexEntry<K,I> - Class in org.apache.directory.server.xdbm
An index id value pair based on a Tuple which can optionally reference the indexed Entry if one has already been loaded.
IndexEntry() - Constructor for class org.apache.directory.server.xdbm.IndexEntry
Creates a ForwardIndexEntry instance
IndexEnumeration<T> - Class in org.apache.directory.server.core.partition.impl.btree
A NamingEnumeration over an Index which returns IndexRecords.
IndexEnumeration(NamingEnumeration<Tuple>) - Constructor for class org.apache.directory.server.core.partition.impl.btree.IndexEnumeration
 
IndexEnumeration(NamingEnumeration<Tuple>, boolean) - Constructor for class org.apache.directory.server.core.partition.impl.btree.IndexEnumeration
 
IndexEnumeration(NamingEnumeration<Tuple>, boolean, Pattern) - Constructor for class org.apache.directory.server.core.partition.impl.btree.IndexEnumeration
 
IndexNotFoundException - Exception in org.apache.directory.server.xdbm
NamingException for missing indicies if full table scans are disallowed.
IndexNotFoundException(String) - Constructor for exception org.apache.directory.server.xdbm.IndexNotFoundException
Constructs an Exception with a detailed message.
IndexNotFoundException(String, String) - Constructor for exception org.apache.directory.server.xdbm.IndexNotFoundException
Constructs an Exception with a detailed message.
IndexNotFoundException(String, String, Throwable) - Constructor for exception org.apache.directory.server.xdbm.IndexNotFoundException
Constructs an Exception with a detailed message and a root cause exception.
IndexValueSerializer - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
 
IndexValueSerializer() - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.IndexValueSerializer
 
Inet6AddressRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
2.
Inet6AddressRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.Inet6AddressRecordEncoder
 
INFINITY - Static variable in class org.apache.directory.shared.kerberos.KerberosTime
Constant for the KerberosTime "infinity."
init(DirectoryService) - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
Registers and initializes all AdministrativePoints to this service.
init(DirectoryService) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Initialize the ChangeLog system.
init(DirectoryService) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Initialize the store.
init(DirectoryService) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
This method does nothing by default.
init(DirectoryService) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
Intializes this interceptor.
init(DirectoryService) - Method in interface org.apache.directory.server.core.api.journal.Journal
Initialize the Journal.
init(DirectoryService) - Method in interface org.apache.directory.server.core.api.journal.JournalStore
Initialize the store.
init(DirectoryService, String...) - Method in interface org.apache.directory.server.core.api.ReferralManager
Initialize the manager, reading all the referrals from the base.
init(DirectoryService) - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Initializes (directoryService and and calls AbstractAuthenticator.doInit() method.
init(DirectoryService) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
Registers and initializes all Authenticators to this service.
init(DirectoryService) - Method in interface org.apache.directory.server.core.authn.Authenticator
Called by AuthenticationInterceptor to indicate that this authenticator is being placed into service.
init(DirectoryService) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
Initializes this interceptor based service by getting a handle on the nexus, setting up the tuple and group membership caches, the ACIItem parser and the ACDF engine.
init(DirectoryService) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
This method does nothing by default.
init(DirectoryService) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
The init method will initialize the local variables and load the entryDeleted AttributeType.
init(DirectoryService) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Initialize the ChangeLog system.
init(DirectoryService) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Initialize the store.
init(DirectoryService) - Method in class org.apache.directory.server.core.collective.CollectiveAttributeInterceptor
This method does nothing by default.
init(DirectoryService) - Method in class org.apache.directory.server.core.event.EventInterceptor
Initialize the event interceptor.
init(DirectoryService) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
This method does nothing by default.
init(String) - Method in class org.apache.directory.server.core.factory.DefaultDirectoryServiceFactory
Inits the directory service factory.
init(String) - Method in interface org.apache.directory.server.core.factory.DirectoryServiceFactory
Inits the directory service factory.
init(DirectoryService) - Method in class org.apache.directory.server.core.hash.ConfigurableHashingInterceptor
This method does nothing by default.
init(DirectoryService) - Method in class org.apache.directory.server.core.journal.DefaultJournal
Initialize the Journal.
init(DirectoryService) - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
Initialize the interceptor
init(DirectoryService) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
The init method will initialize the local variables and load the entryDeleted AttributeType.
init(DirectoryService) - Method in class org.apache.directory.server.core.kerberos.KeyDerivationInterceptor
This method does nothing by default.
init(DirectoryService) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
This method does nothing by default.
init(DirectoryService) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
Initialize the registries, normalizers.
init(DirectoryService) - Method in class org.apache.directory.server.core.number.NumberIncrementingInterceptor
 
init(DirectoryService) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
 
init(RecordManager, SchemaManager, AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmDnIndex
Initialize the index for an Attribute, with a specific working directory (may be null).
init(RecordManager, SchemaManager, AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Initialize the index for an Attribute, with a specific working directory (may be null).
init(RecordManager, SchemaManager, AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmRdnIndex
Initialize the index for an Attribute, with a specific working directory (may be null).
init(SchemaManager, AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotDnIndex
Initialize the index for an Attribute, with a specific working directory (may be null).
init(SchemaManager, AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Initialize the index for an Attribute, with a specific working directory (may be null).
init(SchemaManager, AttributeType) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotRdnIndex
Initialize the index for an Attribute, with a specific working directory (may be null).
init(DirectoryService) - Method in class org.apache.directory.server.core.ppolicy.PPolicyInterceptor
This method does nothing by default.
init(DirectoryService) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
 
init(DirectoryService) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
Initialize the Schema Service
init(DirectoryService, String...) - Method in class org.apache.directory.server.core.shared.ReferralManagerImpl
Initialize the manager, reading all the referrals from the base.
init(DirectoryService) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
Initialize the Subentry Interceptor
init(DirectoryService) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
 
init() - Method in class org.apache.directory.server.factory.DefaultLdapServerFactory
 
init() - Method in interface org.apache.directory.server.factory.LdapServerFactory
 
init(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.cramMD5.CramMd5MechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.digestMD5.DigestMd5MechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.external.certificate.CertificateMechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.gssapi.GssapiMechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapSession) - Method in interface org.apache.directory.server.ldap.handlers.sasl.MechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmMechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.plain.PlainMechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.SimpleMechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapServer, TcpTransport) - Static method in class org.apache.directory.server.ldap.handlers.ssl.LdapsInitializer
Initialize the LDAPS server.
init(DirectoryService) - Method in interface org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer
Initializes the consumer
init(DirectoryService) - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
Init the replication service
INIT - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "INIT" reference identifier type.
init() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
Initialize the Acceptor if needed
init() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Initialize the Acceptor if needed
init() - Method in class org.apache.directory.server.protocol.shared.transport.UdpTransport
Initialize the Acceptor if needed
init(SchemaManager, AttributeType) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
 
init(SchemaManager, AttributeType) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlRdnIndex
 
initConfigPartition() - Method in class org.apache.directory.server.config.ConfigPartitionInitializer
Initializes the configuration partition.
initGeneralReply(InetSocketAddress, DhcpMessage) - Method in class org.apache.directory.server.dhcp.service.AbstractDhcpService
Initialize a general DHCP reply message.
INITIALIZATION - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
initialize() - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Initializes this partition.
initialize() - Method in interface org.apache.directory.server.core.api.partition.Partition
Initializes this partition.
initialized - Variable in class org.apache.directory.server.core.api.partition.AbstractPartition
true if and only if this partition is initialized.
initialized - Variable in class org.apache.directory.server.xdbm.AbstractIndex
whether or not this index has been initialized
initInstance() - Method in class org.apache.directory.server.core.partition.ldif.AbstractLdifPartition
Intializes the instance.
inject(OperationContext, StoredProcedureParameter) - Method in interface org.apache.directory.server.core.trigger.StoredProcedureParameterInjector.MicroInjector
 
injectEntries(DirectoryService, String) - Static method in class org.apache.directory.server.core.factory.DSAnnotationProcessor
Inject an ldif String into the server.
injectEntries(DirectoryService, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
Inject an ldif String into the server.
injectLdifFiles(Class<?>, DirectoryService, String[]) - Static method in class org.apache.directory.server.core.factory.DSAnnotationProcessor
injects the LDIF entries present in a LDIF file
injectReferralControl(OperationContext) - Method in class org.apache.directory.server.core.jndi.ServerContext
Set the referral handling flag into the operation context using the JNDI value stored into the environment.
INNER - Static variable in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
 
inputClosed(IoSession) - Method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
 
inputClosed(IoSession) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolHandler
 
insert(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Inserts a key.
insert(T) - Method in class org.apache.directory.server.core.avltree.avl.AvlTreeSet
 
insert(K) - Method in interface org.apache.directory.server.core.avltree.AvlTree
Inserts a LinkedAvlNode with the given key.
insert(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
insert(K, V) - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Inserts a LinkedAvlMapNode with the given key and value.
insert(K, V) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Inserts a LinkedAvlMapNode with the given key and value.
insert(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
 
insertSaslFilter(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractMechanismHandler
Inject a SaslFilter into the Filter chain, to deal with modified PDU sent when some mechanisms have been negotiated (DIGEST-MD5, GSSAPI, for instance)
INSTANCE - Static variable in class org.apache.directory.server.core.api.authn.ppolicy.DefaultPasswordValidator
the default validator's instance
INSTANCE - Static variable in class org.apache.directory.server.core.avltree.DefaultMarshaller
 
INSTANCE - Static variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeRedirectMarshaller
a reusable instance of this Marshaller
INSTANCE - Static variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.LongSerializer
 
INSTANCE - Static variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.StringSerializer
A static instance of a StringSerializer
INSTANCE - Static variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.UuidSerializer
 
INSTANCE - Static variable in class org.apache.directory.server.core.partition.impl.btree.LongComparator
 
INSTANCE - Static variable in class org.apache.directory.server.core.shared.NullStringSerializer
 
InstanceLayout - Class in org.apache.directory.server.core.api
Convenience class to encapsulate paths to various directories and files within an instance.
InstanceLayout(File) - Constructor for class org.apache.directory.server.core.api.InstanceLayout
Creates a new instance of InstanceLayout.
InstanceLayout(String) - Constructor for class org.apache.directory.server.core.api.InstanceLayout
Creates a new instance of InstanceLayout.
instantiateLdapServer(CreateLdapServer, DirectoryService) - Static method in class org.apache.directory.server.factory.ServerAnnotationProcessor
Just gives an instance of LdapServer without starting it.
INSTANTIATION - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
IntegrationUtils - Class in org.apache.directory.server.core.integ
Integration test utility methods.
IntegrationUtils() - Constructor for class org.apache.directory.server.core.integ.IntegrationUtils
 
Interceptor - Interface in org.apache.directory.server.core.api.interceptor
Filters invocations on DefaultPartitionNexus.
InterceptorBean - Class in org.apache.directory.server.config.beans
A class used to store the Interceptors configuration.
InterceptorBean() - Constructor for class org.apache.directory.server.config.beans.InterceptorBean
Creates a new InterceptorBean
InterceptorEnum - Enum in org.apache.directory.server.core.api
The list of mandatory interceptors we use in the server.
InterceptorException - Exception in org.apache.directory.server.core.api.interceptor
A LdapException that wraps uncaught runtime exceptions thrown from Interceptors.
InterceptorException(Interceptor) - Constructor for exception org.apache.directory.server.core.api.interceptor.InterceptorException
Creates an InterceptorException without a message.
InterceptorException(Interceptor, String) - Constructor for exception org.apache.directory.server.core.api.interceptor.InterceptorException
Creates an InterceptorException with a custom message.
InterceptorException(Interceptor, Throwable) - Constructor for exception org.apache.directory.server.core.api.interceptor.InterceptorException
Creates an InterceptorException without a message.
InterceptorException(Interceptor, String, Throwable) - Constructor for exception org.apache.directory.server.core.api.interceptor.InterceptorException
Creates an InterceptorException without a message.
interceptors - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
The interceptors to call for this operation
InterfaceMtu - Class in org.apache.directory.server.dhcp.options.perinterface
This option specifies the MTU to use on this interface.
InterfaceMtu() - Constructor for class org.apache.directory.server.dhcp.options.perinterface.InterfaceMtu
 
IntermediateResponseHandler - Class in org.apache.directory.server.ldap.handlers.response
A single reply handler for IntermediateResponses.
IntermediateResponseHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.IntermediateResponseHandler
 
IntOption - Class in org.apache.directory.server.dhcp.options
The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCP/IP network.
IntOption() - Constructor for class org.apache.directory.server.dhcp.options.IntOption
 
invalidateCache(Dn) - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Does nothing leaving it so subclasses can override.
invalidateCache(Dn) - Method in interface org.apache.directory.server.core.authn.Authenticator
Callback used to respond to password changes by invalidating a password cache if implemented.
invalidateCache(Dn) - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
We don't handle any cache when using a delegated authentication
invalidateCache(Dn) - Method in class org.apache.directory.server.core.authn.SimpleAuthenticator
Remove the principal form the cache.
INVOCATION - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
invokeProcedure(CoreSession, String, Object[]) - Method in class org.apache.directory.server.core.api.sp.java.JavaStoredProcEngine
 
invokeProcedure(CoreSession, String, Object[]) - Method in interface org.apache.directory.server.core.api.sp.StoredProcEngine
Invokes the stored procedure handled by the engine.
IP_ADDRESS - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsIpAddress
IpAddressLeaseTime - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used in a client request (DHCPDISCOVER or DHCPREQUEST) to allow the client to request a lease time for the IP address.
IpAddressLeaseTime() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.IpAddressLeaseTime
 
IpAddressLeaseTime(long) - Constructor for class org.apache.directory.server.dhcp.options.dhcp.IpAddressLeaseTime
 
IpForwarding - Class in org.apache.directory.server.dhcp.options.perhost
This option specifies whether the client should configure its IP layer for packet forwarding.
IpForwarding() - Constructor for class org.apache.directory.server.dhcp.options.perhost.IpForwarding
 
IPv6RecordDecoder - Class in org.apache.directory.server.dns.io.decoder
A decoder for AAAA records.
IPv6RecordDecoder() - Constructor for class org.apache.directory.server.dns.io.decoder.IPv6RecordDecoder
 
isAbandoned() - Method in class org.apache.directory.server.core.api.filtering.CursorList
 
isAbandoned() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
 
isAbandoned() - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
isAcceptNonAuthenticatedData() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
isAccessControlEnabled() - Method in interface org.apache.directory.server.core.api.DirectoryService
Returns true if access control checks are enabled.
isAccessControlEnabled() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Returns true if access control checks are enabled.
isAdd(int) - Static method in enum org.apache.directory.server.core.api.event.EventType
Tells if the EventType is an ADD
isAdministrator() - Method in interface org.apache.directory.server.core.api.CoreSession
Returns true if the effective principal associated with this session is the administrator.
isAdministrator() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
TODO - perhaps we should just use a flag that is calculated on creation of this session
isAfterLast() - Method in class org.apache.directory.server.core.api.filtering.CursorList
isAfterLast() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
isAfterLast() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
isAllOperationalAttributes() - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
isAllowAnonymousAccess() - Method in interface org.apache.directory.server.core.api.DirectoryService
Returns true if anonymous access is allowed on entries besides the RootDSE.
isAllowAnonymousAccess() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Returns true if anonymous access is allowed on entries besides the RootDSE.
isAllUserAttributes() - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
isAnAdministrator() - Method in interface org.apache.directory.server.core.api.CoreSession
Returns true if the effective principal associated with this session is the administrator or is within the administrators group.
isAnAdministrator() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
TODO - this method impl does not check to see if the principal is in the administrators group - it only returns true of the principal is the actual admin user.
isAnonymous() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets whether or not this user is anonymous.
isAnonymous() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets whether or not this user is anonymous.
isAnonymous() - Method in class org.apache.directory.server.ldap.LdapSession
Check if the session is authenticated.
isAscending() - Method in enum org.apache.directory.server.core.api.changelog.RevisionOrder
 
isAuthenticated() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
isAuthenticated() - Method in class org.apache.directory.server.ldap.LdapSession
Check if the session is authenticated.
isAuthoritativeAnswer() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
isAuthPending() - Method in class org.apache.directory.server.ldap.LdapSession
Check if the session is processing a BindRequest, either Simple or SASL
isAutonomous() - Method in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
Tells if the AdministrativePoint defines an autonomous area
isAutonomous() - Method in class org.apache.directory.server.core.api.administrative.AccessControlAAP
Tells if the AdministrativePoint defines an autonomous area
isAutonomous() - Method in interface org.apache.directory.server.core.api.administrative.AdministrativePoint
Tells if the AdministrativePoint defines an autonomous area
isAutonomous() - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
Tells if the AdministrativePoint defines an autonomous area
isAutonomous() - Method in class org.apache.directory.server.core.api.administrative.CollectiveAttributeAAP
Tells if the AdministrativePoint defines an autonomous area
isAutonomous() - Method in class org.apache.directory.server.core.api.administrative.SubschemaAAP
Tells if the AdministrativePoint defines an autonomous area
isAutonomous() - Method in class org.apache.directory.server.core.api.administrative.TriggerExecutionAAP
Tells if the AdministrativePoint defines an autonomous area
isBeforeFirst() - Method in class org.apache.directory.server.core.api.filtering.CursorList
isBeforeFirst() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
isBeforeFirst() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
isCatelogBased() - Method in class org.apache.directory.server.protocol.shared.DirectoryBackedService
Gets true if this service uses a catalog for searching different regions of the DIT for its data.
isChangeLogExposed() - Method in class org.apache.directory.server.config.beans.ChangeLogBean
 
isChaseReferrals() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
Tells if we chase referrals
isClosed() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
isClosed() - Method in class org.apache.directory.server.core.api.filtering.CursorList
isClosed() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
isClosed() - Method in class org.apache.directory.server.core.api.partition.PartitionReadTxn
Tells if the transaction has been committed/aborted or not.
isClosed() - Method in interface org.apache.directory.server.core.api.partition.PartitionTxn
Tells if the transaction has been committed/aborted or not.
isClosed() - Method in class org.apache.directory.server.core.api.partition.PartitionWriteTxn
Tells if the transaction has been committed/aborted or not.
isClosed() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
isClosed() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
isClosed() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartitionWriteTxn
Tells if the transaction has been committed/aborted or not.
isClosed() - Method in class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
 
isCollateralOperation() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
Tells if the current operation is considered a side effect of the current context
isComplete() - Method in class org.apache.directory.server.ldap.handlers.sasl.external.certificate.ExternalSaslServer
Provides true if negationstate is NegotiationState#COMPLETED
isComplete() - Method in class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmSaslServer
isComplete() - Method in class org.apache.directory.server.ldap.handlers.sasl.plain.PlainSaslServer
 
isConfidential() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets whether or not confidentiality is enabled for this session.
isConfidential() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets whether or not confidentiality is enabled for this session.
isConfidentialityRequired() - Method in class org.apache.directory.server.ldap.LdapServer
Gets whether or not TLS secured connections are required to perform operations on this LdapServer.
isConfidentialityRequirementSatisfied(IoSession) - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
Checks to see if confidentiality requirements are met.
isConnected() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
isControlSupported(String) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
isDelegateSsl() - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
isDelegateTls() - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
isDelete(int) - Static method in enum org.apache.directory.server.core.api.event.EventType
Tells if the EventType is a DELETE
isDenormalizeOpAttrsEnabled() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
isDenormalizeOpAttrsEnabled() - Method in class org.apache.directory.server.core.DefaultDirectoryService
return true if the operational attributes must be normalized when returned
isDerefAlways() - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
isDereferencing() - Method in class org.apache.directory.server.xdbm.search.evaluator.BaseLevelScopeEvaluator
Gets whether or not dereferencing is enabled for this evaluator.
isDereferencing() - Method in class org.apache.directory.server.xdbm.search.evaluator.OneLevelScopeEvaluator
Gets whether or not dereferencing is enabled for this evaluator.
isDereferencing() - Method in class org.apache.directory.server.xdbm.search.evaluator.SubtreeScopeEvaluator
 
isDerefFinding() - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
isDerefInSearching() - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
isDirty() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
isDisabled() - Method in class org.apache.directory.server.config.beans.AdsBaseBean
a convenient method to finding if this bean was disabled in the config
isDisabled(DirectoryService, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
A helper method which tells if a schema is disabled.
isDisabled() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns whether this account is disabled.
isDone() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
isDsAccessControlEnabled() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
isDsAllowAnonymousAccess() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
isDsDenormalizeOpAttrsEnabled() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
isDsPasswordHidden() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
isDupsAllowed() - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
tells if the duplicate keys are supported or not.
isDupsAllowed() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
tells if the duplicate keys are supported or not.
isDupsEnabled() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
tells whether the Index implementation supports storing duplicate keys
isDupsEnabled() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
tells whether the Index implementation supports storing duplicate keys
isDupsEnabled() - Method in class org.apache.directory.server.xdbm.AbstractIndex
tells whether the Index implementation supports storing duplicate keys
isDupsEnabled() - Method in class org.apache.directory.server.xdbm.AbstractTable
Checks to see if this Table has allows for duplicate keys (a.k.a.
isDupsEnabled() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
tells whether the Index implementation supports storing duplicate keys
isDupsEnabled() - Method in interface org.apache.directory.server.xdbm.Index
tells whether the Index implementation supports storing duplicate keys
isDupsEnabled() - Method in interface org.apache.directory.server.xdbm.Table
Checks to see if this Table has allows for duplicate keys (a.k.a.
isEmpty() - Method in class org.apache.directory.server.core.avltree.ArrayTree
Tests if the tree is empty.
isEmpty() - Method in interface org.apache.directory.server.core.avltree.AvlTree
Tests if the tree is logically empty.
isEmpty() - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
isEmpty() - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Tests if the tree is logically empty.
isEmpty() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Tests if the tree is logically empty.
isEmpty() - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
 
isEmpty() - Method in class org.apache.directory.server.dhcp.options.OptionsField
 
isEmpty() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
isEnabled() - Method in class org.apache.directory.server.config.beans.AdsBaseBean
 
isEnabled() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Checks whether or not the change log has been enabled to track changes.
isEnabled() - Method in interface org.apache.directory.server.core.api.journal.Journal
Checks whether or not the Journal has been enabled.
isEnabled() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Checks whether or not the change log has been enabled to track changes.
isEnabled(DirectoryService, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
A helper method which tells if a schema is enabled.
isEnabled() - Method in class org.apache.directory.server.core.journal.DefaultJournal
Checks whether or not the Journal has been enabled.
isEnabled() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Services can be enabled or disabled.
isEnabled() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Services can be enabled or disabled.
isEnableLdaps(Transport) - Method in class org.apache.directory.server.ldap.LdapServer
Returns true if LDAPS is enabled.
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyStatesEnum
isEndState() - Method in enum org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameStatesEnum
isEntry() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
isEventOlderThan(String) - Method in class org.apache.directory.server.ldap.replication.ReplicaEventMessage
checks if the event's CSN is older than the given CSN
isExitVmOnShutdown() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
isExitVmOnShutdown() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
isExposed() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
 
isExposed() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
isExtracted() - Method in class org.apache.directory.server.core.schema.SchemaLdifToPartitionExtractor
Gets whether or not the schema has already been added to the schema partition.
isFilterChar(char) - Static method in class org.apache.directory.server.core.api.normalization.FilterNormalizingVisitor
Check if the given char is a filter escaped char <filterEscapedChars> ::= '\0' | '(' | ')' | '*' | '\'
isFirst() - Method in class org.apache.directory.server.core.api.filtering.CursorList
isFirst() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
isFirst() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
isFirstStart() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
isGenerateNoReplEvt() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
 
isInitialized() - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Checks to see if this partition is initialized or not.
isInitialized() - Method in interface org.apache.directory.server.core.api.partition.Partition
Checks to see if this partition is initialized or not.
isInner() - Method in class org.apache.directory.server.core.api.administrative.AccessControlAAP
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.AccessControlIAP
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.AccessControlSAP
Tells if the AdministrativePoint defines a inner area
isInner() - Method in interface org.apache.directory.server.core.api.administrative.AdministrativePoint
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.CollectiveAttributeAAP
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.CollectiveAttributeIAP
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.CollectiveAttributeSAP
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.SubschemaAAP
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.SubschemaSAP
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.TriggerExecutionAAP
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.TriggerExecutionIAP
Tells if the AdministrativePoint defines a inner area
isInner() - Method in class org.apache.directory.server.core.api.administrative.TriggerExecutionSAP
Tells if the AdministrativePoint defines a inner area
isInRange(InetAddress) - Method in class org.apache.directory.server.dhcp.store.Subnet
Check whether the specified address is within the range for this subnet.
isIntermediate() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
isJdbmPartitionOptimizerEnabled() - Method in class org.apache.directory.server.config.beans.JdbmPartitionBean
 
isKerberosString(byte[]) - Static method in class org.apache.directory.shared.kerberos.KerberosUtils
 
isLast() - Method in class org.apache.directory.server.core.api.filtering.CursorList
isLast() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
isLast() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
isLdapServerConfidentialityRequired() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
isLeaf() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
isLeaf() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
isLoaded(DirectoryService, String) - Static method in class org.apache.directory.server.core.integ.IntegrationUtils
A helper method which tells if a schema is loaded.
isLockedOut() - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
Returns whether this account is locked-out.
isLogChange() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
isLogChange() - Method in interface org.apache.directory.server.core.api.interceptor.context.ChangeOperationContext
 
isLogSearchSupported() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Returns whether or not this ChangeLogService supports searching for changes.
isLogSearchSupported() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Returns whether or not this ChangeLogService supports searching for changes.
isMmrMode() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
isModify(int) - Static method in enum org.apache.directory.server.core.api.event.EventType
Tells if the EventType is a MODIFY
isMove(int) - Static method in enum org.apache.directory.server.core.api.event.EventType
Tells if the EventType is a MOVE
isMoveAndRename(int) - Static method in enum org.apache.directory.server.core.api.event.EventType
Tells if the EventType is a MOVE and RENAME
isNeedClientAuth() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
 
isNeverDeref() - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
isNoAttributes() - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
isOptimizerEnabled() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Tells if the Optimizer is enabled or not
isOrderedSet() - Method in class org.apache.directory.server.core.avltree.SingletonOrOrderedSet
Gets whether or not the stored value is an ordered set.
isPartitionSyncOnWrite() - Method in class org.apache.directory.server.config.beans.PartitionBean
 
isPasswordHidden() - Method in interface org.apache.directory.server.core.api.DirectoryService
Returns true if the service requires the userPassword attribute to be masked.
isPasswordHidden() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Returns true if the service requires the userPassword attribute to be masked.
isPrefix() - Method in class org.apache.directory.server.core.api.normalization.FilterNormalizingVisitor
isPrefix() - Method in class org.apache.directory.server.core.normalization.ExpandingVisitor
isPrincipalAnAdministrator(Dn) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
 
isPrincipalAnAdministrator(String) - Method in class org.apache.directory.server.core.authz.GroupCache
An optimization.
isPushInRealTime() - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
 
isPushToEvtInterceptor() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
 
isPwdAllowUserChange() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
isPwdAllowUserChange() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
isPwdLockout() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
isPwdLockout() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
isPwdMustChange() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
isPwdMustChange() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
isPwdMustChange() - Method in interface org.apache.directory.server.core.api.CoreSession
 
isPwdMustChange() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
isPwdPolicyEnabled() - Method in interface org.apache.directory.server.core.api.DirectoryService
 
isPwdPolicyEnabled() - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
isPwdPolicyEnabled() - Method in class org.apache.directory.server.core.DefaultDirectoryService
isPwdSafeModify() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
isPwdSafeModify() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
isRecursionAvailable() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
isRecursionDesired() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
isRedirect(byte[]) - Static method in class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeRedirectMarshaller
Checks to see if a byte[] contains a redirect.
isReferral() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
isReferral(Dn) - Method in interface org.apache.directory.server.core.api.ReferralManager
Tells if a Dn is a referral (its associated entry contains the Referral ObjectClass).
isReferral(Dn) - Method in class org.apache.directory.server.core.shared.ReferralManagerImpl
Tells if a Dn is a referral (its associated entry contains the Referral ObjectClass).
isReferralIgnored() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
isReferralIgnored() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
isReferralIgnored() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
 
isReferralThrown() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
isReferralThrown() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
isReferralThrown() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
 
isRefreshNPersist() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
isRefreshNPersist() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
isRelative() - Method in class org.apache.directory.server.core.api.entry.ServerSearchResult
 
isRemovable(ACITuple, AttributeType, Value, Entry) - Method in class org.apache.directory.server.core.authz.support.RestrictedByFilter
 
isRename(int) - Static method in enum org.apache.directory.server.core.api.event.EventType
Tells if the EventType is a RENAME
isReplEnabled() - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
isReplEvent() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
 
isReplRefreshNPersist() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
isReplStrictCertValidation() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
isReplUseTls() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
isRequestCompleted(int) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
isReserved() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
isResourceRecord(RecordType) - Static method in enum org.apache.directory.server.dns.messages.RecordType
Returns whether a given RecordType is a ResourceRecord.
isSaslAuthPending() - Method in class org.apache.directory.server.ldap.LdapSession
Check if the session is processing a SASL BindRequest
isSaslBind() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
isSchemaAware() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
isSchemaEnabled(String) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Tells if a schema is loaded and enabled
isSchemaLoaded(Dn) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Tells if the schema the Dn references is loaded or not
isSchemaLoaded(String) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Tells if the schemaName is loaded or not
isShutdownHookEnabled() - Method in interface org.apache.directory.server.core.api.DirectoryService
Checks to see if this DirectoryService has registered a JVM shutdown hook to flush caches and synchronize to disk safely.
isShutdownHookEnabled() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
isSimpleAuthPending() - Method in class org.apache.directory.server.ldap.LdapSession
Check if the session is processing a Simple BindRequest
isSingleton() - Method in class org.apache.directory.server.core.avltree.SingletonOrOrderedSet
Gets whether or not the stored value is a singleton.
isSizeLimitReached() - Method in class org.apache.directory.server.core.api.SearchRequestContainer
Check the size limit
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.AccessControlAAP
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.AccessControlIAP
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.AccessControlSAP
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in interface org.apache.directory.server.core.api.administrative.AdministrativePoint
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.CollectiveAttributeAAP
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.CollectiveAttributeIAP
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.CollectiveAttributeSAP
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.SubschemaAAP
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.SubschemaSAP
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.TriggerExecutionAAP
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.TriggerExecutionIAP
Tells if the AdministrativePoint defines a specific area
isSpecific() - Method in class org.apache.directory.server.core.api.administrative.TriggerExecutionSAP
Tells if the AdministrativePoint defines a specific area
isSSLEnabled() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
 
isSSLEnabled() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
 
isStarted() - Method in class org.apache.directory.server.configuration.ApacheDS
 
isStarted() - Method in interface org.apache.directory.server.core.api.DirectoryService
Returns true if this service is started.
isStarted() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
isStarted() - Method in class org.apache.directory.server.ldap.LdapServer
 
isStarted() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Gets whether or not this service has been started.
isStarted() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Gets whether or not this service has been started.
isStrictCertVerification() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
isSynchronous() - Method in interface org.apache.directory.server.core.api.event.DirectoryListener
indicates if this listener needs to be invoked synchronously
isSynchronous() - Method in class org.apache.directory.server.core.api.event.DirectoryListenerAdapter
 
isSynchronous() - Method in class org.apache.directory.server.core.jndi.EventListenerAdapter
 
isSynchronous() - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
isSynchronous() - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
 
isSyncOnWrite() - Method in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
always returns false, cause this is a in-memory store
isSyncOnWrite - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
true if we sync disks on every write operation
isSyncOnWrite() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
isSyncOnWrite() - Method in interface org.apache.directory.server.xdbm.Store
 
isSyncreplLookup() - Method in class org.apache.directory.server.core.api.interceptor.context.LookupOperationContext
 
isSyncreplSearch() - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
isTagSearchSupported() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Returns whether or not this ChangeLogService supports searching for snapshot tags.
isTagSearchSupported() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Returns whether or not this ChangeLogService supports searching for snapshot tags.
isTagStorageSupported() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Returns whether or not this ChangeLogService stores snapshot tags.
isTagStorageSupported() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Returns whether or not this ChangeLogService stores snapshot tags.
isTimeLimitReached() - Method in class org.apache.directory.server.core.api.SearchRequestContainer
Check if we have reached the time limit
isTransportEnableSSL() - Method in class org.apache.directory.server.config.beans.TransportBean
 
isTruncated() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
isTypesOnly() - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
isUseTls() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
isValid(Dn) - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Check that this selector is a valid one.
isValid(Dn) - Method in interface org.apache.directory.server.core.authn.Authenticator
Check that this selector is a valid one.
isValidCookie(String) - Static method in class org.apache.directory.server.ldap.LdapProtocolUtils
Check the cookie syntax.
isVirtual() - Method in interface org.apache.directory.server.core.api.CoreSession
Gets whether or not this session is virtual.
isVirtual() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Gets whether or not this session is virtual.
isWantClientAuth() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
 
iterator() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
iterator() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
 
iterator() - Method in class org.apache.directory.server.core.api.filtering.CursorList
 
iterator() - Method in class org.apache.directory.server.core.api.subtree.SubentryCache
 
iterator() - Method in class org.apache.directory.server.core.avltree.avl.AvlTreeSet
 
iterator() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
 
iterator() - Method in class org.apache.directory.server.dhcp.options.OptionsField
 
iterator() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor

J

JAVA_CLASS_BYTE_CODE_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
JAVA_CLASS_BYTE_CODE_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
JAVA_CLASS_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
JAVA_CLASS_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
JAVA_STORED_PROC_UNIT_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
JAVA_STORED_PROC_UNIT_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
JavaStoredProcEngine - Class in org.apache.directory.server.core.api.sp.java
A StoredProcEngine implementation specific to Java stored procedures.
JavaStoredProcEngine() - Constructor for class org.apache.directory.server.core.api.sp.java.JavaStoredProcEngine
 
JavaStoredProcEngineConfig - Class in org.apache.directory.server.core.api.sp.java
A StoredProcEngineConfig implementation specific to Java stored procedures.
JavaStoredProcEngineConfig() - Constructor for class org.apache.directory.server.core.api.sp.java.JavaStoredProcEngineConfig
 
JAVAX_SCRIPT_STORED_PROC_UNIT_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
JAVAX_SCRIPT_STORED_PROC_UNIT_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
JdbmDnIndex - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A special index which stores DN objects.
JdbmDnIndex(String) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmDnIndex
 
JdbmIndex<K> - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A Jdbm based index implementation.
JdbmIndex(String, boolean) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Creates a JdbmIndex instance for a give AttributeId
JdbmIndexBean - Class in org.apache.directory.server.config.beans
A class used to store the JdbmIndex configuration.
JdbmIndexBean() - Constructor for class org.apache.directory.server.config.beans.JdbmIndexBean
Create a new JdbmIndexBean instance
JdbmMasterTable - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
The master table used to store the Attributes of entries.
JdbmMasterTable(RecordManager, SchemaManager) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmMasterTable
Creates the master table using JDBM B+Trees for the backing store.
JdbmMasterTable(RecordManager, SchemaManager, String, Serializer) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmMasterTable
 
JdbmPartition - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A Partition that stores entries in JDBM database.
JdbmPartition(SchemaManager, DnFactory) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
Creates a store based on JDBM B+Trees.
JdbmPartitionBean - Class in org.apache.directory.server.config.beans
A class used to store the JdbmPartition configuration.
JdbmPartitionBean() - Constructor for class org.apache.directory.server.config.beans.JdbmPartitionBean
Create a new JdbmPartitionBean instance
JdbmPartitionFactory - Class in org.apache.directory.server.core.factory
A factory used to generate JdbmPartitions.
JdbmPartitionFactory() - Constructor for class org.apache.directory.server.core.factory.JdbmPartitionFactory
 
JdbmPartitionWriteTxn - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
The JDBM partition write transaction
JdbmPartitionWriteTxn(RecordManager, boolean) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartitionWriteTxn
Create an instance of JdbmPartitionWriteTxn
JdbmRdnIndex - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A special index which stores Rdn objects.
JdbmRdnIndex() - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmRdnIndex
 
JdbmTable<K,V> - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A jdbm Btree wrapper that enables duplicate sorted keys using collections.
JdbmTable(SchemaManager, String, int, RecordManager, Comparator<K>, Comparator<V>, Serializer, Serializer) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Creates a Jdbm BTree based tuple Table abstraction that enables duplicates.
JdbmTable(SchemaManager, String, RecordManager, Comparator<K>, Serializer, Serializer) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Creates a Jdbm BTree based tuple Table abstraction without duplicates enabled using a simple key comparator.
JNDI_KEY - Static variable in interface org.apache.directory.server.core.api.DirectoryService
 
JndiRecordStoreImpl - Class in org.apache.directory.server.dns.store.jndi
A DirectoryService-backed implementation of the RecordStore interface.
JndiRecordStoreImpl(String, String, DirectoryService) - Constructor for class org.apache.directory.server.dns.store.jndi.JndiRecordStoreImpl
Creates a new instance of JndiRecordStoreImpl.
Journal - Interface in org.apache.directory.server.core.api.journal
A facade for the Journal subsystem.
JournalBean - Class in org.apache.directory.server.config.beans
A class used to store the Journal configuration.
JournalBean() - Constructor for class org.apache.directory.server.config.beans.JournalBean
Create a new JournalBean instance
JournalEvent - Class in org.apache.directory.server.core.api.journal
TODO JournalEvent.
JournalEvent() - Constructor for class org.apache.directory.server.core.api.journal.JournalEvent
 
JournalInterceptor - Class in org.apache.directory.server.core.journal
An interceptor which intercepts write operations to the directory and logs them into a journal.
JournalInterceptor() - Constructor for class org.apache.directory.server.core.journal.JournalInterceptor
Creates a new instance of a JournalInterceptor.
JournalStore - Interface in org.apache.directory.server.core.api.journal
A store for change events on the directory which exposes methods for managing, querying and in general performing legal operations on the log.

K

KDC_ERR_BAD_PVNO - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Requested protocol version number not supported.
KDC_ERR_BADOPTION - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
KDC cannot accommodate requested option.
KDC_ERR_C_OLD_MAST_KVNO - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Client's key encrypted in old master key.
KDC_ERR_C_PRINCIPAL_UNKNOWN - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Client not found in Kerberos database.
KDC_ERR_CANNOT_POSTDATE - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Ticket not eligible for postdating.
KDC_ERR_CANT_VERIFY_CERTIFICATE - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Can't verify certificate.
KDC_ERR_CLIENT_NAME_MISMATCH - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Client names do not match.
KDC_ERR_CLIENT_NOT_TRUSTED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Client is not trusted.
KDC_ERR_CLIENT_NOTYET - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Client not yet valid; try again later.
KDC_ERR_CLIENT_REVOKED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Clients credentials have been revoked.
KDC_ERR_DH_KEY_PARAMETERS_NOT_ACCEPTED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Diffie-Hellman (DH) key parameters not accepted.
KDC_ERR_DIGEST_IN_CERT_NOT_ACCEPTED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Digest in certificate not accepted.
KDC_ERR_DIGEST_IN_SIGNED_DATA_NOT_ACCEPTED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Digest in signed data not accepted.
KDC_ERR_ETYPE_NOSUPP - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
KDC has no support for encryption type.
KDC_ERR_INCONSISTENT_KEY_PURPOSE - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Inconsistent key purpose.
KDC_ERR_INVALID_CERTIFICATE - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Invalid certificate.
KDC_ERR_INVALID_SIG - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Signature is invalid.
KDC_ERR_KEY_EXPIRED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Password has expired; change password to reset.
KDC_ERR_MUST_USE_USER2USER - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Server valid for user2user only.
KDC_ERR_NAME_EXP - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Client's entry in database has expired.
KDC_ERR_NEVER_VALID - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Requested start time is later than end time.
KDC_ERR_NONE - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
No error.
KDC_ERR_NULL_KEY - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
The client or server has a null key.
KDC_ERR_PA_CHECKSUM_MUST_BE_INCLUDED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
PA checksum must be included.
KDC_ERR_PADATA_TYPE_NOSUPP - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
KDC has no support for padata type.
KDC_ERR_PATH_NOT_ACCEPTED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
KDC Policy rejects transited path.
KDC_ERR_POLICY - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
KDC policy rejects request.
KDC_ERR_PREAUTH_FAILED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Pre-authentication information was invalid.
KDC_ERR_PREAUTH_REQUIRED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Additional pre-authentication required.
KDC_ERR_PRINCIPAL_NOT_UNIQUE - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Multiple principal entries in database.
KDC_ERR_PUBLIC_KEY_ENCRYPTION_NOT_SUPPORTED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Public key encryption not supported.
KDC_ERR_REVOCATION_STATUS_UNKNOWN - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Revocation status unknown.
KDC_ERR_REVOKED_CERTIFICATE - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Revoked certificate.
KDC_ERR_S_OLD_MAST_KVNO - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Server's key encrypted in old master key.
KDC_ERR_S_PRINCIPAL_UNKNOWN - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Server not found in Kerberos database.
KDC_ERR_SERVER_NOMATCH - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Requested server and ticket don't match.
KDC_ERR_SERVICE_EXP - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Server's entry in database has expired.
KDC_ERR_SERVICE_NOTYET - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Server not yet valid; try again later.
KDC_ERR_SERVICE_REVOKED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Credentials for server have been revoked.
KDC_ERR_SUMTYPE_NOSUPP - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
KDC has no support for checksum type.
KDC_ERR_SVC_UNAVAILABLE - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
A service is not available.
KDC_ERR_TGT_REVOKED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
TGT has been revoked.
KDC_ERR_TRTYPE_NOSUPP - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
KDC has no support for transited type.
KerberosAttribute - Class in org.apache.directory.shared.kerberos
 
KerberosAttribute() - Constructor for class org.apache.directory.shared.kerberos.KerberosAttribute
 
KerberosConstants - Class in org.apache.directory.shared.kerberos
An cass to define Kerberos constants
KerberosConstants() - Constructor for class org.apache.directory.shared.kerberos.KerberosConstants
 
KerberosDecoder - Class in org.apache.directory.shared.kerberos.codec
 
KerberosDecoder() - Constructor for class org.apache.directory.shared.kerberos.codec.KerberosDecoder
 
KerberosException - Exception in org.apache.directory.shared.kerberos.exceptions
The root of the Kerberos exception hierarchy.
KerberosException(ErrorType, Throwable) - Constructor for exception org.apache.directory.shared.kerberos.exceptions.KerberosException
Creates a KerberosException with an ErrorType and an underlying Throwable that caused this fault.
KerberosException(ErrorType, String) - Constructor for exception org.apache.directory.shared.kerberos.exceptions.KerberosException
Creates a KerberosException with an ErrorType and a custom error message.
KerberosKeyFactory - Class in org.apache.directory.server.kerberos.shared.crypto.encryption
A factory class for producing KerberosKey's.
KerberosKeyFactory() - Constructor for class org.apache.directory.server.kerberos.shared.crypto.encryption.KerberosKeyFactory
 
KerberosTime - Class in org.apache.directory.shared.kerberos
An specialization of the ASN.1 GeneralTime.
KerberosTime(String) - Constructor for class org.apache.directory.shared.kerberos.KerberosTime
Creates a new instance of a KerberosTime object
KerberosTime(long) - Constructor for class org.apache.directory.shared.kerberos.KerberosTime
Creates a new instance of a KerberosTime object
KerberosUtils - Class in org.apache.directory.shared.kerberos
An utility class for Kerberos.
KerberosUtils() - Constructor for class org.apache.directory.shared.kerberos.KerberosUtils
 
KEY - Static variable in class org.apache.directory.server.bridge.http.HttpDirectoryService
name of key used while injecting the directory service instance into the webapp's servlet context
KEY_ALGORITHM_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
KEY_ALGORITHM_AT - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
KEY_ALGORITHM_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
KeyBTreeCursor<E> - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
Cursor over the keys of a JDBM BTree.
KeyBTreeCursor(BTree, Comparator<E>) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
Creates a Cursor over the keys of a JDBM BTree.
keyComparator - Variable in class org.apache.directory.server.xdbm.AbstractTable
a key comparator for the keys in this Table
KeyDerivationInterceptor - Class in org.apache.directory.server.core.kerberos
An Interceptor that creates symmetric Kerberos keys for users.
KeyDerivationInterceptor() - Constructor for class org.apache.directory.server.core.kerberos.KeyDerivationInterceptor
Creates an instance of a KeyDerivationInterceptor.
KeyExchangeRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.1 KX RDATA format The KX DNS record has the following RDATA format: +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | PREFERENCE | +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ / EXCHANGER / / / +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ where: PREFERENCE A 16 bit non-negative integer which specifies the preference given to this RR among other KX records at the same owner.
KeyExchangeRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.KeyExchangeRecordEncoder
 
KeyOnlyComparator<K,V> - Class in org.apache.directory.server.core.partition.impl.btree
A TupleComparator that compares keys only.
KeyOnlyComparator(SerializableComparator<K>) - Constructor for class org.apache.directory.server.core.partition.impl.btree.KeyOnlyComparator
 
KeyRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.
KeyRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.KeyRecordEncoder
 
keySet() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
KeyTupleArrayCursor<K,V> - Class in org.apache.directory.server.xdbm
Cursor over a set of values for the same key which are store in an in memory ArrayTree.
KeyTupleArrayCursor(ArrayTree<V>, K) - Constructor for class org.apache.directory.server.xdbm.KeyTupleArrayCursor
Creates a Cursor over the tuples of an ArrayTree.
KeyTupleAvlCursor<K,V> - Class in org.apache.directory.server.core.avltree
Cursor over a set of values for the same key which are store in an in memory AvlTree.
KeyTupleAvlCursor(AvlTree<V>, K) - Constructor for class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
Creates a Cursor over the tuples of an AvlTree.
KeyTupleBTreeCursor<K,V> - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
Cursor over a set of values for the same key which are store in another BTree.
KeyTupleBTreeCursor(BTree, K, Comparator<V>) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
Creates a Cursor over the tuples of a JDBM BTree.
KeyTupleValueCursor<K,V> - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
Cursor over a set of values for the same key which are store in an in memory ArrayTree.
KeyTupleValueCursor(ValueCursor<V>, K) - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
Creates a Cursor over the tuples of an ArrayTree.
KRB5_ACCOUNT_DISABLED_AT - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
the disabled boolean LDAP attribute for a Kerberos account
KRB5_ACCOUNT_DISABLED_AT_OID - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
 
KRB5_ACCOUNT_EXPIRATION_TIME_AT - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
the expiration time attribute LDAP attribute for a Kerberos account
KRB5_ACCOUNT_EXPIRATION_TIME_AT_OID - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
 
KRB5_ACCOUNT_LOCKEDOUT_AT - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
the lockedout boolean LDAP attribute for a Kerberos account
KRB5_ACCOUNT_LOCKEDOUT_AT_OID - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
 
KRB5_KEY_AT - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
the krb5kdc schema key for a krb5KDCEntry
KRB5_KEY_AT_OID - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
 
KRB5_KEY_VERSION_NUMBER_AT - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
the krb5kdc schema key version identifier for a krb5KDCEntry
KRB5_KEY_VERSION_NUMBER_AT_OID - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
 
KRB5_PRINCIPAL_NAME_AT - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
the krb5kdc schema principal name for a krb5KDCEntry
KRB5_PRINCIPAL_NAME_AT_OID - Static variable in class org.apache.directory.shared.kerberos.KerberosAttribute
 
KRB_AP_ERR_BAD_INTEGRITY - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Integrity check on decrypted field failed.
KRB_AP_ERR_BADADDR - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Incorrect net address.
KRB_AP_ERR_BADDIRECTION - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Incorrect message direction.
KRB_AP_ERR_BADKEYVER - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Specified version of key is not available.
KRB_AP_ERR_BADMATCH - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Ticket and authenticator don't match.
KRB_AP_ERR_BADORDER - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Message out of order.
KRB_AP_ERR_BADSEQ - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Incorrect sequence number in message.
KRB_AP_ERR_BADVERSION - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Protocol version mismatch.
KRB_AP_ERR_INAPP_CKSUM - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Inappropriate type of checksum in message.
KRB_AP_ERR_METHOD - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Alternative authentication method required.
KRB_AP_ERR_MODIFIED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Message stream modified.
KRB_AP_ERR_MSG_TYPE - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Invalid msg type.
KRB_AP_ERR_MUT_FAIL - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Mutual authentication failed.
KRB_AP_ERR_NO_TGT - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
No TGT available to validate USER-TO-USER.
KRB_AP_ERR_NOKEY - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Service key not available.
KRB_AP_ERR_NOT_US - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
The ticket isn't for us.
KRB_AP_ERR_REPEAT - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Request is a replay.
KRB_AP_ERR_SKEW - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Clock skew too great.
KRB_AP_ERR_TKT_EXPIRED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Ticket expired.
KRB_AP_ERR_TKT_NYV - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Ticket not yet valid.
KRB_AP_ERR_USER_TO_USER_REQUIRED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Ticket must be for USER-TO-USER.
KRB_AP_PATH_NOT_ACCEPTED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Policy rejects transited path.
KRB_ERR_CERTIFICATE_MISMATCH - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Certificates do not match.
KRB_ERR_FIELD_TOOLONG - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Field is too long for this implementation.
KRB_ERR_GENERIC - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Generic error (description in e-text).
KRB_ERR_KDC_NAME_MISMATCH - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
KDC names do not match.
KRB_ERR_KDC_NOT_TRUSTED - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
KDC is not trusted.
KRB_ERR_RESPONSE_TOO_BIG - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Response too big for UDP; retry with TCP.
KRB_ERR_REVOCATION_STATUS_UNAVAILABLE - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Revocation status unavailable.
KRB_ERR_WRONG_REALM - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Wrong realm.

L

last() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
last() - Method in class org.apache.directory.server.core.api.filtering.CursorList
last() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
last() - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
last() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
last() - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
last() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
last() - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
last() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
last() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
last() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
last() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
last() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
last() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
last() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
last() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
last() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
last() - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
last() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
last() - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
last() - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
last() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
LDAP_PROTOCOL - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant used when creating a SaslServer
LdapApiIntegrationUtils - Class in org.apache.directory.shared.client.api
The Class LdapApiIntegrationUtils.
LdapClassLoader - Class in org.apache.directory.server.core.api.sp
A class loader that loads classes from an LDAP DIT.
LdapClassLoader(DirectoryService) - Constructor for class org.apache.directory.server.core.api.sp.LdapClassLoader
 
ldapComparator - Variable in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
The associated comparator
ldapConnectionTemplate - Static variable in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
The Ldap connection template
LdapCoreSessionConnection - Class in org.apache.directory.server.core.api
An implementation of LdapConnection based on the CoreSession.
LdapCoreSessionConnection() - Constructor for class org.apache.directory.server.core.api.LdapCoreSessionConnection
 
LdapCoreSessionConnection(DirectoryService) - Constructor for class org.apache.directory.server.core.api.LdapCoreSessionConnection
 
LdapCoreSessionConnection(CoreSession) - Constructor for class org.apache.directory.server.core.api.LdapCoreSessionConnection
 
LdapJavaStoredProcClassLoader - Class in org.apache.directory.server.core.api.sp.java
A class loader that loads a class from an attribute.
LdapJavaStoredProcClassLoader(Attribute) - Constructor for class org.apache.directory.server.core.api.sp.java.LdapJavaStoredProcClassLoader
 
LdapJndiProperties - Class in org.apache.directory.server.core.jndi
A wrapper around a JNDI environment which checks for correct LDAP specific environment settings.
LdapJndiProperties() - Constructor for class org.apache.directory.server.core.jndi.LdapJndiProperties
 
LdapPrincipal - Class in org.apache.directory.server.core.api
An alternative X500 user implementation that has access to the distinguished name of the principal as well as the String representation.
LdapPrincipal(SchemaManager, Dn, AuthenticationLevel) - Constructor for class org.apache.directory.server.core.api.LdapPrincipal
Creates a new LDAP/X500 principal without any group associations.
LdapPrincipal(SchemaManager, Dn, AuthenticationLevel, byte[]) - Constructor for class org.apache.directory.server.core.api.LdapPrincipal
Creates a new LDAP/X500 principal without any group associations.
LdapPrincipal() - Constructor for class org.apache.directory.server.core.api.LdapPrincipal
Creates a principal for the no name anonymous user whose Dn is the empty String.
LdapPrincipal(SchemaManager) - Constructor for class org.apache.directory.server.core.api.LdapPrincipal
Creates a principal for the no name anonymous user whose Dn is the empty String.
LdapPrincipalSerializer - Class in org.apache.directory.server.core.api
A helper class which serialize and deserialize a LdapPrincipal.
LdapProtocolConstants - Class in org.apache.directory.server.ldap
Constants for LDAP protocol service.
LdapProtocolUtils - Class in org.apache.directory.server.ldap
Utility methods used by the LDAP protocol service.
LdapRequestHandler<T extends org.apache.directory.api.ldap.model.message.Request> - Class in org.apache.directory.server.ldap.handlers
A base class for all LDAP request handlers.
LdapRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.LdapRequestHandler
 
LdapResponseHandler<T extends org.apache.directory.api.ldap.model.message.Response> - Class in org.apache.directory.server.ldap.handlers
A base class for all LDAP response handlers.
LdapResponseHandler() - Constructor for class org.apache.directory.server.ldap.handlers.LdapResponseHandler
 
ldapServer - Static variable in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
The current LdapServer instance
ldapServer - Variable in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
The reference on the Ldap server instance
ldapServer - Variable in class org.apache.directory.server.ldap.handlers.LdapResponseHandler
The reference on the Ldap server instance
LdapServer - Class in org.apache.directory.server.ldap
An LDAP protocol provider implementation which dynamically associates handlers.
LdapServer() - Constructor for class org.apache.directory.server.ldap.LdapServer
Creates an LDAP protocol provider.
ldapServer - Variable in class org.apache.directory.server.ldap.replication.provider.SyncReplRequestHandler
The reference on the Ldap server instance
LdapServerBean - Class in org.apache.directory.server.config.beans
A class used to store the LdapServer configuration.
LdapServerBean() - Constructor for class org.apache.directory.server.config.beans.LdapServerBean
Create a new LdapServerBean instance
LdapServerFactory - Interface in org.apache.directory.server.factory
TODO LdapServerFactory.
ldapSession - Variable in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
The reference on the user ldap session
LdapSession - Class in org.apache.directory.server.ldap
An object representing an LdapSession.
LdapSession(IoSession) - Constructor for class org.apache.directory.server.ldap.LdapSession
Creates a new instance of LdapSession associated with the underlying connection (MINA IoSession) to the server.
LdapSessionManager - Class in org.apache.directory.server.ldap
Manages sessions in a thread safe manner for the LdapServer.
LdapSessionManager() - Constructor for class org.apache.directory.server.ldap.LdapSessionManager
 
LdapsInitializer - Class in org.apache.directory.server.ldap.handlers.ssl
Loads the certificate file for LDAPS support and creates the appropriate MINA filter chain.
ldapUnbind() - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
Calling this method tunnels an unbind call down into the partition holding the bindDn.
ldif - Variable in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
the LDIF file or directory containing LDIFs to load
LDIF_CONFIG_FILE - Static variable in class org.apache.directory.server.config.LdifConfigExtractor
 
LDIF_FILES_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
The ldifDile base which stores the name of the loaded ldif files
LdifConfigExtractor - Class in org.apache.directory.server.config
A class to copy the default config to the work directory of a DirectoryService instance.
LdifFileLoader - Class in org.apache.directory.server.protocol.shared.store
Support for commands to load an LDIF file into a DirContext.
LdifFileLoader(CoreSession, String) - Constructor for class org.apache.directory.server.protocol.shared.store.LdifFileLoader
Creates a new instance of LdifFileLoader.
LdifFileLoader(CoreSession, File, List<? extends LdifLoadFilter>) - Constructor for class org.apache.directory.server.protocol.shared.store.LdifFileLoader
Creates a new instance of LdifFileLoader.
LdifFileLoader(CoreSession, File, List<? extends LdifLoadFilter>, ClassLoader) - Constructor for class org.apache.directory.server.protocol.shared.store.LdifFileLoader
Creates a new instance of LdifFileLoader.
LdifLoadFilter - Interface in org.apache.directory.server.protocol.shared.store
A filter interface for the LDIF loader.
LdifPartition - Class in org.apache.directory.server.core.partition.ldif
A LDIF based partition.
LdifPartition(SchemaManager, DnFactory) - Constructor for class org.apache.directory.server.core.partition.ldif.LdifPartition
Creates a new instance of LdifPartition.
LdifPartitionFactory - Class in org.apache.directory.server.core.factory
A factory used to generate LdifPartitions.
LdifPartitionFactory() - Constructor for class org.apache.directory.server.core.factory.LdifPartitionFactory
 
LdifTupleComparator - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
TODO LdifTupleComparator.
LdifTupleComparator() - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.LdifTupleComparator
 
LdifTupleReaderWriter<E> - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
TODO LdifTupleReaderWriter.
LdifTupleReaderWriter(String, SchemaManager) - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.LdifTupleReaderWriter
 
LeafEvaluator - Class in org.apache.directory.server.core.api.event
Evaluates LeafNode assertions on candidates using a database.
LeafEvaluator(SubstringEvaluator) - Constructor for class org.apache.directory.server.core.api.event.LeafEvaluator
Creates a leaf expression node evaluator.
LeafEvaluator<T> - Class in org.apache.directory.server.xdbm.search.evaluator
An abstract evaluator to store the common fileds for the Simple node evaluators (ApproximateEvaluator, EqualityEvaluator, GreaterEqEvluator and LessEqEvluator)
LeafEvaluator(SimpleNode<T>, Store, SchemaManager) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
Creates a new LeafEvaluator
LeapIndicatorType - Enum in org.apache.directory.server.ntp.messages
Leap Indicator (LI): This is a two-bit code warning of an impending leap second to be inserted/deleted in the last minute of the current day, with bit 0 and bit 1, respectively, coded as follows: LI Value Meaning ------------------------------------------------------- 00 0 no warning 01 1 last minute has 61 seconds 10 2 last minute has 59 seconds) 11 3 alarm condition (clock not synchronized)
Lease - Class in org.apache.directory.server.dhcp.service
Leases represent a temporary assignment of an IP address to a DHCP client.
Lease() - Constructor for class org.apache.directory.server.dhcp.service.Lease
 
LessEqCursor<V> - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor over entry candidates matching a LessEq assertion filter.
LessEqCursor(PartitionTxn, Store, LessEqEvaluator<V>) - Constructor for class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
Creates a new instance of an LessEqCursor
LessEqEvaluator<T> - Class in org.apache.directory.server.xdbm.search.evaluator
An Evaluator which determines if candidates are matched by LessEqNode assertions.
LessEqEvaluator(LessEqNode<T>, Store, SchemaManager) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.LessEqEvaluator
Creates a new LessEqEvaluator
lessThanCount(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Find the number of element in a tree below a given key
lessThanCount(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Find the number of element in a tree below a given key
lessThanCount(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.AbstractTable
Gets the number of records less than or equal to a key value.
lessThanCount(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Find the number of element in a tree below a given key
lessThanCount(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Gets the number of records less than or equal to a key value.
lessThanCount(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Index
Find the number of element in a tree below a given key
lessThanCount(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Table
Gets the number of records less than or equal to a key value.
LinkedAvlMapNode<K,V> - Class in org.apache.directory.server.core.avltree
A linked AVL tree node with support to store value along with a key.
LinkedAvlMapNode(K, V) - Constructor for class org.apache.directory.server.core.avltree.LinkedAvlMapNode
Creates a new instance of LinkedAvlNode, containing a given value.
LinkedAvlNode<T> - Class in org.apache.directory.server.core.avltree
A linked AVL tree node.
LinkedAvlNode(T) - Constructor for class org.apache.directory.server.core.avltree.LinkedAvlNode
Creates a new instance of LinkedAvlNode, containing a given value.
list(Dn, AliasDerefMode, String...) - Method in interface org.apache.directory.server.core.api.CoreSession
An optimized search operation using one level search scope which returns all the children of an entry specified by distinguished name.
list(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
list(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
list(String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
list(Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
list(Dn, AliasDerefMode, String...) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
An optimized search operation using one level search scope which returns all the children of an entry specified by distinguished name.
listBindings(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
listBindings(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
listBindings(String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
listBindings(Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
listSuffixes() - Method in interface org.apache.directory.server.core.api.partition.PartitionNexus
Gets an iteration over the Name suffixes of the partitions managed by this DefaultPartitionNexus.
listSuffixes() - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
 
loadContextCsn(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Loads the current context CSN present in the context entry of the partition
loader - Variable in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
the class loader to use if we cannot file the file as a path
loadKeyStore(String, String) - Static method in class org.apache.directory.server.core.security.CertificateUtil
Loads the digital certificate from a keystore file
loadLdifs() - Method in class org.apache.directory.server.configuration.ApacheDS
Load the existing LDIF files in alphabetic order
loadPwdPolicyStateAttributeTypes() - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
Initialize the PasswordPolicy attributeTypes
loadPwdPolicyStateAttributeTypes() - Method in class org.apache.directory.server.core.ppolicy.PPolicyInterceptor
Initialize the PasswordPolicy attributeTypes
LoadSchema - Annotation Type in org.apache.directory.server.core.annotations
An annotation for the schema loading.
loadSchema() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
loadSchemaRelaxed() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
loadSchemas(ExtensionContext, DirectoryService) - Static method in class org.apache.directory.server.core.factory.DSAnnotationProcessor
Load the schemas, and enable/disable them.
LOCAL_HOST - Static variable in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
The default hostname
LocationRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
2.
LocationRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.LocationRecordEncoder
 
lockRead() - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
Get a read-lock on the AP cache.
lockRead() - Method in interface org.apache.directory.server.core.api.OperationManager
Acquires a ReadLock
lockRead() - Method in interface org.apache.directory.server.core.api.ReferralManager
Get a read-lock on the referralManager.
lockRead() - Method in class org.apache.directory.server.core.DefaultOperationManager
Acquires a ReadLock
lockRead() - Method in class org.apache.directory.server.core.shared.ReferralManagerImpl
Get a read-lock on the referralManager.
lockWrite() - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
Get a write-lock on the AP cache.
lockWrite() - Method in interface org.apache.directory.server.core.api.OperationManager
Acquires a WriteLock
lockWrite() - Method in interface org.apache.directory.server.core.api.ReferralManager
Get a write-lock on the referralManager.
lockWrite() - Method in class org.apache.directory.server.core.DefaultOperationManager
Acquires a WriteLock
lockWrite() - Method in class org.apache.directory.server.core.shared.ReferralManagerImpl
Get a write-lock on the referralManager.
LOCL - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "LOCL" reference identifier type.
log(LdapPrincipal, LdifEntry, LdifEntry) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Records a change as a forward LDIF, a reverse change to revert the change and the authorized principal triggering the revertable change event.
log(LdapPrincipal, LdifEntry, List<LdifEntry>) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Records a change as a forward LDIF, some reverse changes to revert the change and the authorized principal triggering the revertable change event.
LOG - Static variable in class org.apache.directory.server.core.api.changelog.ChangeLogEventSerializer
The LoggerFactory used by this class
log(LdapPrincipal, LdifEntry, LdifEntry) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Records a change as a forward LDIF, a reverse change to revert the change and the authorized principal triggering the revertable change event.
log(LdapPrincipal, LdifEntry, List<LdifEntry>) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Records a change as a forward LDIF, some reverse changes to revert the change and the authorized principal triggering the revertable change event.
LOG - Static variable in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
The LoggerFactory used by this Interceptor
log(LdapPrincipal, long, LdifEntry) - Method in interface org.apache.directory.server.core.api.journal.Journal
Records a change as an LDIF entry.
log(LdapPrincipal, long, LdifEntry) - Method in interface org.apache.directory.server.core.api.journal.JournalStore
Records a change as a forward LDIF and the authorized principal
LOG - Static variable in class org.apache.directory.server.core.api.LdapPrincipalSerializer
The LoggerFactory used by this class
LOG - Static variable in class org.apache.directory.server.core.authn.AbstractAuthenticator
A logger for the extending classes
log(LdapPrincipal, LdifEntry, LdifEntry) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Records a change as a forward LDIF, a reverse change to revert the change and the authorized principal triggering the revertable change event.
log(LdapPrincipal, LdifEntry, List<LdifEntry>) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Records a change as a forward LDIF, some reverse changes to revert the change and the authorized principal triggering the revertable change event.
log(LdapPrincipal, LdifEntry, LdifEntry) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Records a change as a forward LDIF, a reverse change to revert the change and the authorized principal triggering the revertable change event.
log(LdapPrincipal, LdifEntry, List<LdifEntry>) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Records a change as a forward LDIF, some reverse changes to revert the change and the authorized principal triggering the revertable change event.
log(LdapPrincipal, long, LdifEntry) - Method in class org.apache.directory.server.core.journal.DefaultJournal
Records a change as an LDIF entry.
log(LdapPrincipal, long, LdifEntry) - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
Stores an event into the journal.
LOG - Static variable in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
The logger for this class
LOG - Static variable in class org.apache.directory.server.ldap.handlers.LdapResponseHandler
The logger for this class
log(ReplicaEventMessage) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Stores the given message in the queue
LOG_NAME - Static variable in class org.apache.directory.server.core.api.InstanceLayout
Static directory names
LogChange - Enum in org.apache.directory.server.core.api.changelog
A structure telling the changeLog what to do with the incoming change
logChange - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
The flag used to tell the server to store the changes into the changeLog
LogServers - Class in org.apache.directory.server.dhcp.options.vendor
The log server option specifies a list of MIT-LCS UDP log servers available to the client.
LogServers() - Constructor for class org.apache.directory.server.dhcp.options.vendor.LogServers
 
LongComparator - Class in org.apache.directory.server.core.partition.impl.btree
A serializable comparator for long values.
LongComparator() - Constructor for class org.apache.directory.server.core.partition.impl.btree.LongComparator
 
LongSerializer - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A Serializer for Longs
LongSerializer() - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.LongSerializer
 
lookup(String) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Looks up the revision in effect at some time specified by a generalized time descriptor.
lookup(long) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogSearchEngine
Looks up the ChangeLogEvent for a revision.
lookup(long) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Looks up the ChangeLogEvent for a revision.
lookup(long) - Method in interface org.apache.directory.server.core.api.changelog.TagSearchEngine
Gets the tag for a specific snapshot if that snapshot exists.
lookup(Dn, String...) - Method in interface org.apache.directory.server.core.api.CoreSession
Looks up an entry in the server returning all attributes: both user and operational attributes.
lookup(Dn, Control[], String...) - Method in interface org.apache.directory.server.core.api.CoreSession
Looks up an entry in the server returning all attributes: both user and operational attributes.
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
lookup(LookupOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
 
lookup(LookupOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
lookup(Dn, String...) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
lookup(Dn, Control[], String...) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
lookup(String, String...) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
lookup(String, Control[], String...) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
lookup(Dn) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
lookup(String) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
lookup(LookupOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
lookup(LookupOperationContext) - Method in interface org.apache.directory.server.core.api.partition.Partition
Looks up an entry by distinguished/absolute name.
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Looks up an entry by distinguished/absolute name.
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
lookup(long) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Looks up the ChangeLogEvent for a revision.
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.collective.CollectiveAttributeInterceptor
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
lookup(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
lookup(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
lookup(String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
lookup(Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Looks up an entry by distinguished/absolute name.
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.ppolicy.PPolicyInterceptor
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
lookup(Dn, String...) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Looks up an entry in the server returning all attributes: both user and operational attributes.
lookup(Dn, Control[], String...) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Looks up an entry in the server returning all attributes: both user and operational attributes.
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Looks up an entry by distinguished/absolute name.
lookup(LookupOperationContext) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
lookupCache(String) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
looks up for the entry with the given ID in the cache
lookupCache(String) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
lookupCache(String) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
looks up for the entry with the given ID in the cache
lookupLink(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
lookupLink(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
lookupLink(String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
lookupLink(Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
LookupOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A context for tracking lookup operations.
LookupOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.LookupOperationContext
Creates a new instance of LookupOperationContext.
LookupOperationContext(CoreSession, Dn) - Constructor for class org.apache.directory.server.core.api.interceptor.context.LookupOperationContext
Creates a new instance of LookupOperationContext.
LookupOperationContext(CoreSession, String...) - Constructor for class org.apache.directory.server.core.api.interceptor.context.LookupOperationContext
Creates a new instance of LookupOperationContext.
LookupOperationContext(CoreSession, Dn, String...) - Constructor for class org.apache.directory.server.core.api.interceptor.context.LookupOperationContext
Creates a new instance of LookupOperationContext.
lookupPassword(String, String) - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslCallbackHandler
Implementors set the password based on a lookup, using the username and realm as keys.
lookupPassword(String, String) - Method in class org.apache.directory.server.ldap.handlers.sasl.cramMD5.CramMd5CallbackHandler
 
lookupPassword(String, String) - Method in class org.apache.directory.server.ldap.handlers.sasl.digestMD5.DigestMd5CallbackHandler
 
lookupPassword(String, String) - Method in class org.apache.directory.server.ldap.handlers.sasl.gssapi.GssapiCallbackHandler
 
LORC - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "LORC" reference identifier type.
LprServers - Class in org.apache.directory.server.dhcp.options.vendor
The LPR server option specifies a list of RFC 1179 line printer servers available to the client.
LprServers() - Constructor for class org.apache.directory.server.dhcp.options.vendor.LprServers
 

M

MailExchangeRecordDecoder - Class in org.apache.directory.server.dns.io.decoder
A decoder for MX records.
MailExchangeRecordDecoder() - Constructor for class org.apache.directory.server.dns.io.decoder.MailExchangeRecordDecoder
 
MailExchangeRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.3.9.
MailExchangeRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.MailExchangeRecordEncoder
 
MailInformationRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.3.7.
MailInformationRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.MailInformationRecordEncoder
 
Main - Class in org.apache.directory.server.dns
 
Main() - Constructor for class org.apache.directory.server.dns.Main
 
main(String[]) - Static method in class org.apache.directory.server.dns.Main
Entry point for the DNS server.
main(String[]) - Static method in class org.apache.directory.server.wrapper.ApacheDsTanukiWrapper
 
MapAdapter - Class in org.apache.directory.server.protocol.shared
Adapter to add the Map interface to Dictionary's.
MapAdapter(Dictionary<Object, Object>) - Constructor for class org.apache.directory.server.protocol.shared.MapAdapter
Creates a new instance of MapAdapter.
Marshaller<E> - Interface in org.apache.directory.server.core.avltree
An interface to marshall/unmarshal the AVLTree keys.
MarshallerSerializerBridge<E> - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A Marshaller which adapts a JDBM Serializer.
MarshallerSerializerBridge(Serializer) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.MarshallerSerializerBridge
 
MaskSupplier - Class in org.apache.directory.server.dhcp.options.perinterface
This option specifies whether or not the client should respond to subnet mask requests using ICMP.
MaskSupplier() - Constructor for class org.apache.directory.server.dhcp.options.perinterface.MaskSupplier
 
master - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
the master table storing entries by primary key
MasterTable - Interface in org.apache.directory.server.xdbm
A master table used to store indexable entries.
MatchingRuleSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
A handler for operations performed to add, delete, modify, rename and move schema normalizers.
MatchingRuleSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleSynchronizer
Creates a new instance of MatchingRuleSynchronizer.
MatchingRuleUseSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
A schema entity change handler for DitMatchingRuleUses.
MatchingRuleUseSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleUseSynchronizer
Creates a new instance of MatchingRuleUseSynchronizer.
MavibotDnIndex - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
A special index which stores DN objects.
MavibotDnIndex(String) - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotDnIndex
 
MavibotEntrySerializer - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
Serialize and deserialize a ServerEntry.
MavibotEntrySerializer() - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotEntrySerializer
Creates a new instance of ServerEntrySerializer.
MavibotIndex<K> - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
A Mavibot based index implementation.
MavibotIndex(String, boolean) - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Creates a JdbmIndex instance for a give AttributeId
MavibotIndexBean - Class in org.apache.directory.server.config.beans
A class used to store the MavibotIndex configuration.
MavibotIndexBean() - Constructor for class org.apache.directory.server.config.beans.MavibotIndexBean
Create a new MavibotIndexBean instance
MavibotMasterTable - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
TODO MavibotMasterTable.
MavibotMasterTable(RecordManager, SchemaManager, String, int) - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotMasterTable
 
MavibotMasterTable(RecordManager, SchemaManager, String) - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotMasterTable
 
MavibotParentIdAndRdnSerializer - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
Serialize and deserialize a ParentidAndRdn.
MavibotParentIdAndRdnSerializer() - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
Creates a new instance of ParentIdAndRdnSerializer.
MavibotPartition - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
A Mavibot partition
MavibotPartition(SchemaManager, DnFactory) - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
 
MavibotPartitionBean - Class in org.apache.directory.server.config.beans
A class used to store the MavibotPartition configuration.
MavibotPartitionBean() - Constructor for class org.apache.directory.server.config.beans.MavibotPartitionBean
Create a new JdbmPartitionBean instance
MavibotPartitionFactory - Class in org.apache.directory.server.core.factory
A factory used to generate MavibotPartitions.
MavibotPartitionFactory() - Constructor for class org.apache.directory.server.core.factory.MavibotPartitionFactory
 
MavibotRdnIndex - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
A special index which stores Rdn objects.
MavibotRdnIndex() - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotRdnIndex
 
MavibotTable<K,V> - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
A Mavibot Table.
MavibotTable(RecordManager, SchemaManager, String, ElementSerializer<K>, ElementSerializer<V>, boolean) - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Creates a new instance of MavibotTable.
MavibotTable(RecordManager, SchemaManager, String, ElementSerializer<K>, ElementSerializer<V>, boolean, int) - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Creates a new instance of MavibotTable.
MAX_SIZE_LIMIT_DEFAULT - Static variable in class org.apache.directory.server.core.DefaultDirectoryService
The default timeLimit : 100 entries
MAX_TIME_LIMIT_DEFAULT - Static variable in class org.apache.directory.server.core.DefaultDirectoryService
The default timeLimit : 10 seconds
MaxImmSubFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples that doesn't satisfy MaxImmSubItem constraint if available. (18.8.3.3, X.501)
MaxImmSubFilter(SchemaManager) - Constructor for class org.apache.directory.server.core.authz.support.MaxImmSubFilter
 
MaximumDatagramSize - Class in org.apache.directory.server.dhcp.options.perhost
This option specifies the maximum size datagram that the client should be prepared to reassemble.
MaximumDatagramSize() - Constructor for class org.apache.directory.server.dhcp.options.perhost.MaximumDatagramSize
 
MaximumDhcpMessageSize - Class in org.apache.directory.server.dhcp.options.dhcp
This option specifies the maximum length DHCP message that it is willing to accept.
MaximumDhcpMessageSize() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.MaximumDhcpMessageSize
 
MaxValueCountFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples that doesn't satisfy MaxValueCountItem constraint if available. (18.8.3.3, X.501)
MaxValueCountFilter() - Constructor for class org.apache.directory.server.core.authz.support.MaxValueCountFilter
 
Md5PasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using MD5 hashing algorithm.
Md5PasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.Md5PasswordHashingInterceptor
Creates an instance of a Md5PasswordHashingInterceptor
MechanismHandler - Interface in org.apache.directory.server.ldap.handlers.sasl
An interface for retrieving a SaslServer for a session.
MemoryChangeLogStore - Class in org.apache.directory.server.core.changelog
A change log store that keeps it's information in memory.
MemoryChangeLogStore() - Constructor for class org.apache.directory.server.core.changelog.MemoryChangeLogStore
 
merge(OptionsField) - Method in class org.apache.directory.server.dhcp.options.OptionsField
Merge the options from the given options field into my options.
MeritDumpFile - Class in org.apache.directory.server.dhcp.options.vendor
This option specifies the path-name of a file to which the client's core image should be dumped in the event the client crashes.
MeritDumpFile() - Constructor for class org.apache.directory.server.dhcp.options.vendor.MeritDumpFile
 
Message - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used by a DHCP server to provide an error message to a DHCP client in a DHCPNAK message in the event of a failure.
Message() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.Message
 
messageReceived(IoSession, Object) - Method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.directory.server.ntp.protocol.NtpProtocolHandler
messageSent(IoSession, Object) - Method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
 
messageSent(IoSession, Object) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolHandler
 
MessageType - Enum in org.apache.directory.server.dhcp.messages
 
MessageType - Enum in org.apache.directory.server.dns.messages
 
METHOD_DS - Static variable in class org.apache.directory.server.core.integ.ApacheDSTestExtension
 
METHOD_LOOKUP - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
METHOD_LS - Static variable in class org.apache.directory.server.core.integ.ApacheDSTestExtension
 
methodDirectoryService - Static variable in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
The test DirectoryService instance
methodLdapServer - Static variable in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
The test LdapServer instance
MicroOperationFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discard tuples which doesn't contain any related MicroOperations. (18.8.3.4, X.501)
MicroOperationFilter() - Constructor for class org.apache.directory.server.core.authz.support.MicroOperationFilter
 
MINUTE - Static variable in class org.apache.directory.shared.kerberos.KerberosTime
The number of milliseconds in a minute.
mkdirs() - Method in class org.apache.directory.server.core.api.AbstractLayout
Creates the required directories (if they don't already exist).
MobileIpHomeAgents - Class in org.apache.directory.server.dhcp.options.misc
This option specifies a list of IP addresses indicating mobile IP home agents available to the client.
MobileIpHomeAgents() - Constructor for class org.apache.directory.server.dhcp.options.misc.MobileIpHomeAgents
 
ModDnAva - Class in org.apache.directory.server.core.api.interceptor.context
A class used to hold the RDN changed during a Rename or a MoveAndRename operation.
ModDnAva(ModDnAva.ModDnType, Ava) - Constructor for class org.apache.directory.server.core.api.interceptor.context.ModDnAva
Creates a new instance of a ModDnAva
ModDnAva.ModDnType - Enum in org.apache.directory.server.core.api.interceptor.context
The type of modification
ModeType - Enum in org.apache.directory.server.ntp.messages
Mode: This is a three-bit integer indicating the mode, with values defined as follows: Mode Meaning ------------------------------------ 0 reserved 1 symmetric active 2 symmetric passive 3 client 4 server 5 broadcast 6 reserved for NTP control message 7 reserved for private use
modifiedEntry - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
The modified Entry as it will be stored into the backend
modify(ModifyOperationContext) - Method in class org.apache.directory.server.config.ReadOnlyConfigurationPartition
Modifies an entry by adding, removing or replacing a set of attributes.
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
Only the add and remove modifications are fully supported.
modify(Dn, List<Modification>) - Method in interface org.apache.directory.server.core.api.CoreSession
Modifies an entry within the server by applying a list of modifications to the entry.
modify(Dn, Modification...) - Method in interface org.apache.directory.server.core.api.CoreSession
Modifies an entry within the server by applying a list of modifications to the entry.
modify(Dn, List<Modification>, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Modifies an entry within the server by applying a list of modifications to the entry.
modify(Dn, List<Modification>, boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Modifies an entry within the server by applying a list of modifications to the entry.
modify(Dn, List<Modification>, boolean, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Modifies an entry within the server by applying a list of modifications to the entry.
modify(ModifyRequest) - Method in interface org.apache.directory.server.core.api.CoreSession
 
modify(ModifyRequest, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
 
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
modify(ModifyOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
modify(Dn, Modification...) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
modify(String, Modification...) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
modify(Entry, ModificationOperation) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
modify(ModifyRequest) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
modify(ModifyOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
modify(ModifyOperationContext) - Method in interface org.apache.directory.server.core.api.partition.Partition
Modifies an entry by adding, removing or replacing a set of attributes.
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AttributeTypeSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ComparatorSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitContentRuleSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitStructureRuleSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleUseSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NameFormSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NormalizerSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ObjectClassSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in interface org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizerAdaptor
Modify the schema
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SchemaSynchronizer
The only modification done on a schema element is on the m-disabled attributeType Depending in the existence of this attribute in the previous entry, we will have to update the entry or not.
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxCheckerSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxSynchronizer
Applies a set of modification to an entry
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Modifies an entry by adding, removing or replacing a set of attributes.
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.collective.CollectiveAttributeInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.event.EventInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.hash.ConfigurableHashingInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.hash.PasswordHashingInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.kerberos.KeyDerivationInterceptor
Intercept the modification of the 'userPassword' attribute.
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Modifies an entry by adding, removing or replacing a set of attributes.
modify(PartitionTxn, Dn, Modification...) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Modify an entry applying the given list of modifications.
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.partition.ldif.LdifPartition
Modifies an entry by adding, removing or replacing a set of attributes.
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.partition.ldif.SingleFileLdifPartition
Modifies an entry by adding, removing or replacing a set of attributes.
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.ppolicy.PPolicyInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
modify(Dn, Modification...) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Modifies an entry within the server by applying a list of modifications to the entry.
modify(Dn, List<Modification>) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Modifies an entry within the server by applying a list of modifications to the entry.
modify(Dn, List<Modification>, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Modifies an entry within the server by applying a list of modifications to the entry.
modify(Dn, List<Modification>, boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Modifies an entry within the server by applying a list of modifications to the entry.
modify(Dn, List<Modification>, boolean, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Modifies an entry within the server by applying a list of modifications to the entry.
modify(ModifyRequest) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
modify(ModifyRequest, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Modifies an entry by adding, removing or replacing a set of attributes.
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
modify(ModifyOperationContext) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
modify(PartitionTxn, Dn, Modification...) - Method in interface org.apache.directory.server.xdbm.Store
Modify an entry applying the given list of modifications.
modifyAttributes(String, int, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
modifyAttributes(Name, int, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
modifyAttributes(String, int, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
modifyAttributes(Name, int, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
modifyAttributes(Name, List<ModificationItem>) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
modifyDn(ModifyDnRequest) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
ModifyDnRequestHandler - Class in org.apache.directory.server.ldap.handlers.request
A single reply MessageReceived handler for ModifyDnRequests.
ModifyDnRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.request.ModifyDnRequestHandler
 
ModifyDnResponseHandler - Class in org.apache.directory.server.ldap.handlers.response
A single reply handler for ModifyDnResponses.
ModifyDnResponseHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.ModifyDnResponseHandler
 
ModifyDNStoredProcedureParameterInjector - Class in org.apache.directory.server.core.trigger
 
ModifyDNStoredProcedureParameterInjector(OperationContext, boolean, Rdn, Rdn, Dn, Dn, Dn, Dn) - Constructor for class org.apache.directory.server.core.trigger.ModifyDNStoredProcedureParameterInjector
 
modifyFilter(LdapSession, SearchRequest) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplRequestHandler
 
ModifyOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A Modify context used for Interceptors.
ModifyOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext
Creates a new instance of ModifyOperationContext.
ModifyOperationContext(CoreSession, Dn, List<Modification>) - Constructor for class org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext
Creates a new instance of ModifyOperationContext.
ModifyOperationContext(CoreSession, ModifyRequest) - Constructor for class org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext
Creates a new instance of ModifyOperationContext.
ModifyRequestHandler - Class in org.apache.directory.server.ldap.handlers.request
A single reply MessageReceived handler for ModifyRequests.
ModifyRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.request.ModifyRequestHandler
 
ModifyResponseHandler - Class in org.apache.directory.server.ldap.handlers.response
A single reply handler for ModifyResponses.
ModifyResponseHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.ModifyResponseHandler
 
modifySchemaSubentry(ModifyOperationContext, boolean) - Method in class org.apache.directory.server.core.schema.SchemaSubentryManager
Update the SubschemaSubentry with all the modifications
ModifyStoredProcedureParameterInjector - Class in org.apache.directory.server.core.trigger
 
ModifyStoredProcedureParameterInjector(ModifyOperationContext) - Constructor for class org.apache.directory.server.core.trigger.ModifyStoredProcedureParameterInjector
 
moidAT - Variable in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
The m-oid AttributeType
MonitorContext - Class in org.apache.directory.server.dns.service
 
MonitorContext() - Constructor for class org.apache.directory.server.dns.service.MonitorContext
 
MostSpecificProtectedItemFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that chooses the tuples with the most specific protected item. (18.8.4.3, X.501) If more than one tuple remains, choose the tuples with the most specific protected item.
MostSpecificProtectedItemFilter() - Constructor for class org.apache.directory.server.core.authz.support.MostSpecificProtectedItemFilter
 
MostSpecificUserClassFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that chooses the tuples with the most specific user class. (18.8.4.2) If more than one tuple remains, choose the tuples with the most specific user class.
MostSpecificUserClassFilter() - Constructor for class org.apache.directory.server.core.authz.support.MostSpecificUserClassFilter
 
move(MoveOperationContext) - Method in class org.apache.directory.server.config.ReadOnlyConfigurationPartition
Transplants a child entry, to a position in the namespace under a new parent entry.
move(MoveOperationContext) - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
move(Dn, Dn) - Method in interface org.apache.directory.server.core.api.CoreSession
Moves an entry or a branch of entries at a specified distinguished name to a position under a new parent.
move(Dn, Dn, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Moves an entry or a branch of entries at a specified distinguished name to a position under a new parent.
move(Dn, Dn, boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Moves an entry or a branch of entries at a specified distinguished name to a position under a new parent.
move(Dn, Dn, boolean, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Moves an entry or a branch of entries at a specified distinguished name to a position under a new parent.
move(ModifyDnRequest) - Method in interface org.apache.directory.server.core.api.CoreSession
Move an entry by changing its superior.
move(ModifyDnRequest, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Move an entry by changing its superior.
move(MoveOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
move(MoveOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
move(Dn, Dn) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
move(String, String) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
move(MoveOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
move(MoveOperationContext) - Method in interface org.apache.directory.server.core.api.partition.Partition
Transplants a child entry, to a position in the namespace under a new parent entry.
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AttributeTypeSynchronizer
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ComparatorSynchronizer
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitContentRuleSynchronizer
 
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitStructureRuleSynchronizer
 
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleSynchronizer
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleUseSynchronizer
 
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NameFormSynchronizer
 
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NormalizerSynchronizer
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ObjectClassSynchronizer
move(Dn, Dn, Entry, boolean) - Method in interface org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizer
 
move(MoveOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizerAdaptor
 
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SchemaSynchronizer
Moves are not allowed for metaSchema objects so this always throws an UNWILLING_TO_PERFORM LdapException.
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxCheckerSynchronizer
move(Dn, Dn, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxSynchronizer
move(MoveOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Transplants a child entry, to a position in the namespace under a new parent entry.
move(MoveOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
move(MoveOperationContext) - Method in class org.apache.directory.server.core.event.EventInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Transplants a child entry, to a position in the namespace under a new parent entry.
move(PartitionTxn, Dn, Dn, Dn, Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Move an entry from one place to the other.
move(MoveOperationContext) - Method in class org.apache.directory.server.core.partition.ldif.LdifPartition
Transplants a child entry, to a position in the namespace under a new parent entry.
move(MoveOperationContext) - Method in class org.apache.directory.server.core.partition.ldif.SingleFileLdifPartition
Transplants a child entry, to a position in the namespace under a new parent entry.
move(MoveOperationContext) - Method in class org.apache.directory.server.core.ppolicy.PPolicyInterceptor
move(MoveOperationContext) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
move(Dn, Dn) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Moves an entry or a branch of entries at a specified distinguished name to a position under a new parent.
move(Dn, Dn, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Moves an entry or a branch of entries at a specified distinguished name to a position under a new parent.
move(Dn, Dn, boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Moves an entry or a branch of entries at a specified distinguished name to a position under a new parent.
move(Dn, Dn, boolean, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Moves an entry or a branch of entries at a specified distinguished name to a position under a new parent.
move(ModifyDnRequest) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Move an entry by changing its superior.
move(ModifyDnRequest, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Move an entry by changing its superior.
move(MoveOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Transplants a child entry, to a position in the namespace under a new parent entry.
move(MoveOperationContext) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
move(MoveOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
The Move operation for a Subentry will deal with different cases : 1) we move a normal entry 2) we move a subentry 3) we move an administrationPoint Case 1 :
A normal entry (ie, not a subentry or an AP) may be part of some administrative areas.
move(MoveOperationContext) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
move(PartitionTxn, Dn, Dn, Dn, Entry) - Method in interface org.apache.directory.server.xdbm.Store
Move an entry from one place to the other.
MOVE_AND_RENAME_MASK - Static variable in enum org.apache.directory.server.core.api.event.EventType
 
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.config.ReadOnlyConfigurationPartition
Transplants a child entry, to a position in the namespace under a new parent entry and changes the RN of the child entry which can optionally have its old RN attributes removed.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
Filters MoveAndRename call.
moveAndRename(Dn, Dn, Rdn, boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Moves and renames (the relative distinguished name of) an entry (or a branch if the entry has children) at a specified distinguished name to a position under a new parent.
moveAndRename(Dn, Dn, Rdn, boolean, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Moves and renames (the relative distinguished name of) an entry (or a branch if the entry has children) at a specified distinguished name to a position under a new parent.
moveAndRename(Dn, Dn, Rdn, boolean, boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Moves and renames (the relative distinguished name of) an entry (or a branch if the entry has children) at a specified distinguished name to a position under a new parent.
moveAndRename(Dn, Dn, Rdn, boolean, boolean, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Moves and renames (the relative distinguished name of) an entry (or a branch if the entry has children) at a specified distinguished name to a position under a new parent.
moveAndRename(ModifyDnRequest) - Method in interface org.apache.directory.server.core.api.CoreSession
Move and rename an entry.
moveAndRename(ModifyDnRequest, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Move and rename an entry.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
 
moveAndRename(MoveAndRenameOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
Filters MoveAndRename call.
moveAndRename(Dn, Dn) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
Moves and renames the given entryDn.The old Rdn will be deleted
moveAndRename(String, String) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
Moves and renames the given entryDn.The old Rdn will be deleted
moveAndRename(Dn, Dn, boolean) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
Moves and renames the given entryDn.The old Rdn will be deleted if requested
moveAndRename(String, String, boolean) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
Moves and renames the given entryDn.The old Rdn will be deleted if requested
moveAndRename(MoveAndRenameOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
moveAndRename(MoveAndRenameOperationContext) - Method in interface org.apache.directory.server.core.api.partition.Partition
Transplants a child entry, to a position in the namespace under a new parent entry and changes the RN of the child entry which can optionally have its old RN attributes removed.
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AttributeTypeSynchronizer
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ComparatorSynchronizer
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitContentRuleSynchronizer
 
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitStructureRuleSynchronizer
 
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleSynchronizer
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleUseSynchronizer
 
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NameFormSynchronizer
 
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NormalizerSynchronizer
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ObjectClassSynchronizer
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in interface org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizer
 
moveAndRename(MoveAndRenameOperationContext, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizerAdaptor
 
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SchemaSynchronizer
moveAndRename(Dn, Dn, String, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SchemaSynchronizer
Moves are not allowed for metaSchema objects so this always throws an UNWILLING_TO_PERFORM LdapException.
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxCheckerSynchronizer
moveAndRename(Dn, Dn, Rdn, boolean, Entry, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxSynchronizer
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Transplants a child entry, to a position in the namespace under a new parent entry and changes the RN of the child entry which can optionally have its old RN attributes removed.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.event.EventInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Transplants a child entry, to a position in the namespace under a new parent entry and changes the RN of the child entry which can optionally have its old RN attributes removed.
moveAndRename(PartitionTxn, Dn, Dn, Rdn, Map<String, List<ModDnAva>>, Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Moves an entry under a new parent.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.partition.ldif.LdifPartition
Transplants a child entry, to a position in the namespace under a new parent entry and changes the RN of the child entry which can optionally have its old RN attributes removed.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.partition.ldif.SingleFileLdifPartition
Transplants a child entry, to a position in the namespace under a new parent entry and changes the RN of the child entry which can optionally have its old RN attributes removed.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.ppolicy.PPolicyInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
Filters MoveAndRename call.
moveAndRename(Dn, Dn, Rdn, boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Moves and renames (the relative distinguished name of) an entry (or a branch if the entry has children) at a specified distinguished name to a position under a new parent.
moveAndRename(Dn, Dn, Rdn, boolean, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Moves and renames (the relative distinguished name of) an entry (or a branch if the entry has children) at a specified distinguished name to a position under a new parent.
moveAndRename(Dn, Dn, Rdn, boolean, boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Moves and renames (the relative distinguished name of) an entry (or a branch if the entry has children) at a specified distinguished name to a position under a new parent.
moveAndRename(Dn, Dn, Rdn, boolean, boolean, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Moves and renames (the relative distinguished name of) an entry (or a branch if the entry has children) at a specified distinguished name to a position under a new parent.
moveAndRename(ModifyDnRequest) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Move and rename an entry.
moveAndRename(ModifyDnRequest, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Move and rename an entry.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Transplants a child entry, to a position in the namespace under a new parent entry and changes the RN of the child entry which can optionally have its old RN attributes removed.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
Filters MoveAndRename call.
moveAndRename(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
Filters MoveAndRename call.
moveAndRename(PartitionTxn, Dn, Dn, Rdn, Map<String, List<ModDnAva>>, Entry) - Method in interface org.apache.directory.server.xdbm.Store
Move and Rename operation.
MoveAndRenameOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A Move And Rename context used for Interceptors.
MoveAndRenameOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.MoveAndRenameOperationContext
Creates a new instance of MoveAndRenameOperationContext.
MoveAndRenameOperationContext(CoreSession, Dn, Dn, Rdn, boolean) - Constructor for class org.apache.directory.server.core.api.interceptor.context.MoveAndRenameOperationContext
Creates a new instance of MoveAndRenameOperationContext.
MoveAndRenameOperationContext(CoreSession, ModifyDnRequest) - Constructor for class org.apache.directory.server.core.api.interceptor.context.MoveAndRenameOperationContext
 
MoveOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A Move context used for Interceptors.
MoveOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
Creates a new instance of MoveOperationContext.
MoveOperationContext(CoreSession, Dn, Dn) - Constructor for class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
Creates a new instance of MoveOperationContext.
MoveOperationContext(CoreSession, ModifyDnRequest) - Constructor for class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
Create a new instanc eof MoveOperationContext
MSF - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "MSF" reference identifier type.
msg(String, Object...) - Static method in enum org.apache.directory.server.i18n.I18n
Translate a message with argument(s)
MultiBaseSearch - Class in org.apache.directory.server.dns.store.jndi
A JNDI-backed search strategy implementation.
MX_PREFERENCE - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsMxPreference

N

nack(long) - Method in interface org.apache.directory.server.core.api.journal.Journal
Records a nack for a change
nack(long) - Method in interface org.apache.directory.server.core.api.journal.JournalStore
Records a nack for a change
nack(long) - Method in class org.apache.directory.server.core.journal.DefaultJournal
Records a nack for a change
nack(long) - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
Records a nack for a change
NAME - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema name for an apacheDnsAbstractRecord
name - Variable in class org.apache.directory.server.xdbm.AbstractTable
the name of this table
NameAuthorityPointerEncoder - Class in org.apache.directory.server.dns.io.encoder
4.
NameAuthorityPointerEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.NameAuthorityPointerEncoder
 
NameFormSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
A schema entity change handler for NameForms.
NameFormSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.NameFormSynchronizer
Creates a new instance of NameFormSynchronizer.
NameServerRecordDecoder - Class in org.apache.directory.server.dns.io.decoder
A decoder for NS records.
NameServerRecordDecoder() - Constructor for class org.apache.directory.server.dns.io.decoder.NameServerRecordDecoder
 
NameServerRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.3.11.
NameServerRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.NameServerRecordEncoder
 
NameServers - Class in org.apache.directory.server.dhcp.options.vendor
The name server option specifies a list of IEN 116 name servers available to the client.
NameServers() - Constructor for class org.apache.directory.server.dhcp.options.vendor.NameServers
 
NamingEnumerationAdapter - Class in org.apache.directory.server.core.jndi
Adapts a Cursor over entries into a NamingEnumeration.
NamingEnumerationAdapter(EntryFilteringCursor) - Constructor for class org.apache.directory.server.core.jndi.NamingEnumerationAdapter
 
NB_CHILDREN_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
NB_CHILDREN_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
NB_SUBORDINATES_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
NB_SUBORDINATES_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
nbChildren - Variable in class org.apache.directory.server.xdbm.ParentIdAndRdn
Number of direct children
nbChildrenAT - Variable in class org.apache.directory.server.core.DefaultOperationManager
The nbChildren count attributeType
NbddServers - Class in org.apache.directory.server.dhcp.options.misc
The NetBIOS datagram distribution server (NBDD) option specifies a list of RFC 1001/1002 NBDD servers listed in order of preference.
NbddServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.NbddServers
 
nbDescendants - Variable in class org.apache.directory.server.xdbm.ParentIdAndRdn
Number of global descendant
NetbiosNameServers - Class in org.apache.directory.server.dhcp.options.misc
The NetBIOS name server (NBNS) option specifies a list of RFC 1001/1002 NBNS name servers listed in order of preference.
NetbiosNameServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.NetbiosNameServers
 
NetbiosNodeType - Class in org.apache.directory.server.dhcp.options.misc
The NetBIOS node type option allows NetBIOS over TCP/IP clients which are configurable to be configured as described in RFC 1001/1002.
NetbiosNodeType() - Constructor for class org.apache.directory.server.dhcp.options.misc.NetbiosNodeType
 
NetbiosScope - Class in org.apache.directory.server.dhcp.options.misc
The NetBIOS scope option specifies the NetBIOS over TCP/IP scope parameter for the client as specified in RFC 1001/1002.
NetbiosScope() - Constructor for class org.apache.directory.server.dhcp.options.misc.NetbiosScope
 
NEVER - Static variable in interface org.apache.directory.server.xdbm.search.SearchEngine
TODO put this in the right place The alias dereferencing mode value for JNDI providers
newDn - Variable in class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
Cached copy of the new Dn
newEntry(String, String) - Method in interface org.apache.directory.server.core.api.DirectoryService
Create a new Entry.
newEntry(Dn) - Method in interface org.apache.directory.server.core.api.entry.ServerEntryFactory
Creates a new ServerEntry which has not yet been added to the directory.
newEntry(Dn) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
newEntry(String, String) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Create a new Entry
newInstance(Control[]) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
newInstance(Control[]) - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
 
newLookupContext(Dn, String...) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
newLookupContext(Dn, String...) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
 
newRdn - Variable in class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
The new Rdn
next() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
next() - Method in class org.apache.directory.server.core.api.filtering.CursorList
next() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
next(AddOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the add operation.
next(BindOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the bind operation.
next(CompareOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the compare operation.
next(DeleteOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the delete operation.
next(GetRootDseOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the getRootDse operation.
next(HasEntryOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the hasEntry operation.
next(LookupOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the lookup operation.
next(ModifyOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the modify operation.
next(MoveOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the move operation.
next(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the moveAndRename operation.
next(RenameOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the rename operation.
next(SearchOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Calls the next interceptor for the search operation.
next(UnbindOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
Compute the next interceptor for the unbind operation.
next() - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
next() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
next() - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
next() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
next() - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
next() - Method in class org.apache.directory.server.core.jndi.NamingEnumerationAdapter
 
next() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
next() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexAssertionEnumeration
 
next() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
next() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexEnumeration
 
next() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
next() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
next() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
next() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
next() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
next() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
next() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
next() - Method in class org.apache.directory.server.xdbm.AbstractIndexCursor
 
next() - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
next() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
next() - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
next(PartitionTxn) - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
next() - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
next() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
nextElement() - Method in class org.apache.directory.server.core.jndi.NamingEnumerationAdapter
 
nextElement() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexAssertionEnumeration
 
nextElement() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexEnumeration
 
NextNameRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
5.2 NXT RDATA Format The RDATA for an NXT RR consists simply of a domain name followed by a bit map.
NextNameRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.NextNameRecordEncoder
 
NisDomain - Class in org.apache.directory.server.dhcp.options.misc
This option specifies the name of the client's NIS domain.
NisDomain() - Constructor for class org.apache.directory.server.dhcp.options.misc.NisDomain
 
NisPlusDomain - Class in org.apache.directory.server.dhcp.options.misc
This option specifies the name of the client's NIS+ domain.
NisPlusDomain() - Constructor for class org.apache.directory.server.dhcp.options.misc.NisPlusDomain
 
NisPlusServers - Class in org.apache.directory.server.dhcp.options.misc
This option specifies a list of IP addresses indicating NIS+ servers available to the client.
NisPlusServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.NisPlusServers
 
NisServers - Class in org.apache.directory.server.dhcp.options.misc
This option specifies a list of IP addresses indicating NIS servers available to the client.
NisServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.NisServers
 
NntpServers - Class in org.apache.directory.server.dhcp.options.misc
The NNTP server option specifies a list of NNTP available to the client.
NntpServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.NntpServers
 
NO_SIZE_LIMIT - Static variable in class org.apache.directory.server.ldap.LdapServer
Value (0) for configuration where size limit is unlimited.
NO_TIME_LIMIT - Static variable in class org.apache.directory.server.ldap.LdapServer
Value (0) for configuration where time limit is unlimited.
node - Variable in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
The ExprNode to evaluate
NonLocalSourceRouting - Class in org.apache.directory.server.dhcp.options.perhost
This option specifies whether the client should configure its IP layer to allow forwarding of datagrams with non-local source routes.
NonLocalSourceRouting() - Constructor for class org.apache.directory.server.dhcp.options.perhost.NonLocalSourceRouting
 
NoOpOptimizer - Class in org.apache.directory.server.xdbm.search.impl
A do nothing optimizer which labels all nodes with BigInteger.valueOf( Integer.MAX_VALUE ) , instead of actually taking scan counts.
NoOpOptimizer() - Constructor for class org.apache.directory.server.xdbm.search.impl.NoOpOptimizer
 
NormalizationInterceptor - Class in org.apache.directory.server.core.normalization
A name normalization service.
NormalizationInterceptor() - Constructor for class org.apache.directory.server.core.normalization.NormalizationInterceptor
Creates a new instance of a NormalizationInterceptor.
normalizer - Variable in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
 
normalizer - Variable in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
The associated normalizer
NORMALIZERS_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
NORMALIZERS_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
NormalizerSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
 
NormalizerSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.NormalizerSynchronizer
Creates a new instance of NormalizerSynchronizer.
NotCursor<V> - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor returning candidates satisfying a logical negation expression.
NotCursor(PartitionTxn, Store, Evaluator<? extends ExprNode>) - Constructor for class org.apache.directory.server.xdbm.search.cursor.NotCursor
Creates a new instance of an NotCursor
NotEvaluator - Class in org.apache.directory.server.xdbm.search.evaluator
An Evaluator for logical negation (NOT) expressions.
NotEvaluator(NotNode, Evaluator<? extends ExprNode>) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.NotEvaluator
Creates a new NotEvaluator
NotificationCriteria - Class in org.apache.directory.server.core.api.event
Contains the set of notification criteria required for triggering the delivery of change notifications notifications to DirectoryListeners.
NotificationCriteria(SchemaManager) - Constructor for class org.apache.directory.server.core.api.event.NotificationCriteria
Create a new instance of a NotiticationCriteria
NotificationCriteria(SchemaManager, SearchRequest) - Constructor for class org.apache.directory.server.core.api.event.NotificationCriteria
Create a new instance of a NotiticationCriteria initialized with a search request
NOW - Static variable in interface org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer
A flag we used when we want to connect without waiting
NtlmMechanismHandler - Class in org.apache.directory.server.ldap.handlers.sasl.ntlm
A handler for the NTLM Sasl and GSS-SPNEGO mechanism.
NtlmMechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmMechanismHandler
 
NtlmProvider - Interface in org.apache.directory.server.ldap.handlers.sasl.ntlm
An NTLM authentication service provider.
NtlmSaslServer - Class in org.apache.directory.server.ldap.handlers.sasl.ntlm
A SaslServer implementation for NTLM based SASL mechanism.
NtlmSaslServer(NtlmProvider, BindRequest, LdapSession, CoreSession) - Constructor for class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmSaslServer
 
NtpDecoder - Class in org.apache.directory.server.ntp.protocol
 
NtpDecoder() - Constructor for class org.apache.directory.server.ntp.protocol.NtpDecoder
 
NtpEncoder - Class in org.apache.directory.server.ntp.protocol
 
NtpEncoder() - Constructor for class org.apache.directory.server.ntp.protocol.NtpEncoder
 
NtpException - Exception in org.apache.directory.server.ntp
The root of the NTP exception hierarchy.
NtpException() - Constructor for exception org.apache.directory.server.ntp.NtpException
Creates an NtpException.
NtpException(String, Throwable) - Constructor for exception org.apache.directory.server.ntp.NtpException
Creates an NtpException with a message and cause.
NtpException(String) - Constructor for exception org.apache.directory.server.ntp.NtpException
Creates an NtpException with a message.
NtpException(Throwable) - Constructor for exception org.apache.directory.server.ntp.NtpException
 
NtpMessage - Class in org.apache.directory.server.ntp.messages
 
NtpMessage(LeapIndicatorType, int, ModeType, StratumType, byte, byte, int, int, ReferenceIdentifier, NtpTimeStamp, NtpTimeStamp, NtpTimeStamp, NtpTimeStamp) - Constructor for class org.apache.directory.server.ntp.messages.NtpMessage
Creates a new instance of NtpMessage.
NtpMessageDecoder - Class in org.apache.directory.server.ntp.io
 
NtpMessageDecoder() - Constructor for class org.apache.directory.server.ntp.io.NtpMessageDecoder
 
NtpMessageEncoder - Class in org.apache.directory.server.ntp.io
 
NtpMessageEncoder() - Constructor for class org.apache.directory.server.ntp.io.NtpMessageEncoder
 
NtpMessageModifier - Class in org.apache.directory.server.ntp.messages
 
NtpMessageModifier() - Constructor for class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
NtpProtocolCodecFactory - Class in org.apache.directory.server.ntp.protocol
 
NtpProtocolHandler - Class in org.apache.directory.server.ntp.protocol
The NTP protocol handler.
NtpProtocolHandler() - Constructor for class org.apache.directory.server.ntp.protocol.NtpProtocolHandler
 
NtpServer - Class in org.apache.directory.server.ntp
Contains the configuration parameters for the NTP protocol provider.
NtpServer() - Constructor for class org.apache.directory.server.ntp.NtpServer
Creates a new instance of NtpConfiguration.
NtpServerBean - Class in org.apache.directory.server.config.beans
A class used to store the NtpServer configuration.
NtpServerBean() - Constructor for class org.apache.directory.server.config.beans.NtpServerBean
Create a new NtpServerBean instance
NtpServers - Class in org.apache.directory.server.dhcp.options.misc
This option specifies a list of IP addresses indicating NTP servers available to the client.
NtpServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.NtpServers
 
NtpService - Interface in org.apache.directory.server.ntp
NTP Protocol (RFC 2030)
NtpServiceImpl - Class in org.apache.directory.server.ntp.service
 
NtpServiceImpl() - Constructor for class org.apache.directory.server.ntp.service.NtpServiceImpl
 
NtpTimeStamp - Class in org.apache.directory.server.ntp.messages
NTP timestamps are represented as a 64-bit unsigned fixed-point number, in seconds relative to 0h on 1 January 1900.
NtpTimeStamp() - Constructor for class org.apache.directory.server.ntp.messages.NtpTimeStamp
Creates a new instance of NtpTimeStamp that represents the time "right now."
NtpTimeStamp(Date) - Constructor for class org.apache.directory.server.ntp.messages.NtpTimeStamp
Creates a new instance of NtpTimeStamp that represents the given Date.
NtpTimeStamp(ByteBuffer) - Constructor for class org.apache.directory.server.ntp.messages.NtpTimeStamp
Creates a new instance of NtpTimeStamp from encoded data in a ByteBuffer.
NULL - Static variable in class org.apache.directory.shared.kerberos.KerberosUtils
A constant for integer optional values
NullStringSerializer - Class in org.apache.directory.server.core.shared
A JDBM Serializer that serializes null or empty strings and always deserializes them as empty string values.
NullStringSerializer() - Constructor for class org.apache.directory.server.core.shared.NullStringSerializer
 
NumberIncrementingInterceptor - Class in org.apache.directory.server.core.number
An interceptor to increment any attribute with integer matching rule
NumberIncrementingInterceptor() - Constructor for class org.apache.directory.server.core.number.NumberIncrementingInterceptor
 
numDupLimit - Variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
duplicate limit before duplicate keys switch to using a btree for values

O

objectClassAT - Variable in class org.apache.directory.server.core.DefaultOperationManager
A reference to the ObjectClass AT
objectClassAT - Variable in class org.apache.directory.server.core.jndi.ServerContext
A reference to the ObjectClass AT
objectClassAT - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Cached attributes types to avoid lookup all over the code
objectClassAT - Variable in class org.apache.directory.server.core.shared.DefaultCoreSession
A reference to the ObjectClass AT
objectClassIdx - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
a system index on objectClass attribute
ObjectClassProvider - Class in org.apache.directory.server.core.api
Provides commonly used ObjectClasses.
ObjectClassProvider(SchemaManager) - Constructor for class org.apache.directory.server.core.api.ObjectClassProvider
 
ObjectClassSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
 
ObjectClassSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.ObjectClassSynchronizer
Creates a new instance of ObjectClassSynchronizer.
OMEG - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "OMEG" reference identifier type.
oneAliasIdx - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
the one level scope alias index
OneLevelScopeEvaluator<E> - Class in org.apache.directory.server.xdbm.search.evaluator
Evaluates one level scope assertions on candidates using an entry database.
OneLevelScopeEvaluator(Store, ScopeNode) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.OneLevelScopeEvaluator
Creates a one level scope node Evaluator for search expressions.
OP_BOOTREPLY - Static variable in class org.apache.directory.server.dhcp.messages.DhcpMessage
Operation constant: boot reply (server to client).
OP_BOOTREQUEST - Static variable in class org.apache.directory.server.dhcp.messages.DhcpMessage
Operation constant: boot request (client to server).
OpCode - Enum in org.apache.directory.server.dns.messages
 
OperationalAttributeInterceptor - Class in org.apache.directory.server.core.operational
An Interceptor that adds or modifies the default attributes of entries.
OperationalAttributeInterceptor() - Constructor for class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
Creates the operational attribute management service interceptor.
OperationContext - Interface in org.apache.directory.server.core.api.interceptor.context
This interface represent the context passed as an argument to each interceptor.
OperationEnum - Enum in org.apache.directory.server.core.api
The list of Operation we can process on the Interceptors.
OperationManager - Interface in org.apache.directory.server.core.api
An interface used by the DirectoryService to isolate operations that can be performed on it.
OperationScope - Class in org.apache.directory.server.core.authz.support
An enumeration that represents the scope of user operation.
Optimizer - Interface in org.apache.directory.server.xdbm.search
An optimizer applies heuristics to determine best execution path to a search filter based on scan counts within database indices.
optimizerEnabled - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Tells if the Optimizer is enabled
OptionOverload - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used to indicate that the DHCP 'sname' or 'file' fields are being overloaded by using them to carry DHCP options.
OptionOverload() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.OptionOverload
 
OptionsField - Class in org.apache.directory.server.dhcp.options
The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCP/IP network.
OptionsField() - Constructor for class org.apache.directory.server.dhcp.options.OptionsField
 
OrCursor<V> - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor returning candidates satisfying a logical disjunction expression.
OrCursor(PartitionTxn, List<Cursor<IndexEntry<V, String>>>, List<Evaluator<? extends ExprNode>>) - Constructor for class org.apache.directory.server.xdbm.search.cursor.OrCursor
Creates a new instance of an OrCursor
OrEvaluator - Class in org.apache.directory.server.xdbm.search.evaluator
An Evaluator for logical disjunction (OR) expressions.
OrEvaluator(OrNode, List<Evaluator<? extends ExprNode>>) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.OrEvaluator
Creates a new OrEvaluator
org.apache.directory.server.annotations - package org.apache.directory.server.annotations
 
org.apache.directory.server.bridge.http - package org.apache.directory.server.bridge.http
 
org.apache.directory.server.config - package org.apache.directory.server.config
 
org.apache.directory.server.config.beans - package org.apache.directory.server.config.beans
 
org.apache.directory.server.config.builder - package org.apache.directory.server.config.builder
 
org.apache.directory.server.config.listener - package org.apache.directory.server.config.listener
 
org.apache.directory.server.configuration - package org.apache.directory.server.configuration
 
org.apache.directory.server.constants - package org.apache.directory.server.constants
 
org.apache.directory.server.core - package org.apache.directory.server.core
 
org.apache.directory.server.core.admin - package org.apache.directory.server.core.admin
 
org.apache.directory.server.core.annotations - package org.apache.directory.server.core.annotations
 
org.apache.directory.server.core.api - package org.apache.directory.server.core.api
 
org.apache.directory.server.core.api.administrative - package org.apache.directory.server.core.api.administrative
 
org.apache.directory.server.core.api.authn.ppolicy - package org.apache.directory.server.core.api.authn.ppolicy
 
org.apache.directory.server.core.api.changelog - package org.apache.directory.server.core.api.changelog
 
org.apache.directory.server.core.api.entry - package org.apache.directory.server.core.api.entry
 
org.apache.directory.server.core.api.event - package org.apache.directory.server.core.api.event
 
org.apache.directory.server.core.api.filtering - package org.apache.directory.server.core.api.filtering
 
org.apache.directory.server.core.api.interceptor - package org.apache.directory.server.core.api.interceptor
 
org.apache.directory.server.core.api.interceptor.context - package org.apache.directory.server.core.api.interceptor.context
 
org.apache.directory.server.core.api.journal - package org.apache.directory.server.core.api.journal
 
org.apache.directory.server.core.api.normalization - package org.apache.directory.server.core.api.normalization
 
org.apache.directory.server.core.api.partition - package org.apache.directory.server.core.api.partition
 
org.apache.directory.server.core.api.schema - package org.apache.directory.server.core.api.schema
 
org.apache.directory.server.core.api.schema.registries.synchronizers - package org.apache.directory.server.core.api.schema.registries.synchronizers
 
org.apache.directory.server.core.api.sp - package org.apache.directory.server.core.api.sp
 
org.apache.directory.server.core.api.sp.java - package org.apache.directory.server.core.api.sp.java
 
org.apache.directory.server.core.api.subtree - package org.apache.directory.server.core.api.subtree
 
org.apache.directory.server.core.authn - package org.apache.directory.server.core.authn
 
org.apache.directory.server.core.authn.ppolicy - package org.apache.directory.server.core.authn.ppolicy
 
org.apache.directory.server.core.authz - package org.apache.directory.server.core.authz
 
org.apache.directory.server.core.authz.support - package org.apache.directory.server.core.authz.support
ACDF (Access Control Decision Function) and its support classes.
org.apache.directory.server.core.avltree - package org.apache.directory.server.core.avltree
 
org.apache.directory.server.core.avltree.avl - package org.apache.directory.server.core.avltree.avl
 
org.apache.directory.server.core.changelog - package org.apache.directory.server.core.changelog
Ideas Use AdminModel to control what goes into the changelog ?
org.apache.directory.server.core.collective - package org.apache.directory.server.core.collective
 
org.apache.directory.server.core.event - package org.apache.directory.server.core.event
 
org.apache.directory.server.core.exception - package org.apache.directory.server.core.exception
 
org.apache.directory.server.core.factory - package org.apache.directory.server.core.factory
 
org.apache.directory.server.core.hash - package org.apache.directory.server.core.hash
 
org.apache.directory.server.core.integ - package org.apache.directory.server.core.integ
 
org.apache.directory.server.core.jndi - package org.apache.directory.server.core.jndi
 
org.apache.directory.server.core.journal - package org.apache.directory.server.core.journal
 
org.apache.directory.server.core.kerberos - package org.apache.directory.server.core.kerberos
 
org.apache.directory.server.core.logger - package org.apache.directory.server.core.logger
 
org.apache.directory.server.core.normalization - package org.apache.directory.server.core.normalization
 
org.apache.directory.server.core.number - package org.apache.directory.server.core.number
 
org.apache.directory.server.core.operational - package org.apache.directory.server.core.operational
 
org.apache.directory.server.core.partition.impl.avl - package org.apache.directory.server.core.partition.impl.avl
 
org.apache.directory.server.core.partition.impl.btree - package org.apache.directory.server.core.partition.impl.btree
 
org.apache.directory.server.core.partition.impl.btree.jdbm - package org.apache.directory.server.core.partition.impl.btree.jdbm
 
org.apache.directory.server.core.partition.impl.btree.mavibot - package org.apache.directory.server.core.partition.impl.btree.mavibot
 
org.apache.directory.server.core.partition.ldif - package org.apache.directory.server.core.partition.ldif
 
org.apache.directory.server.core.ppolicy - package org.apache.directory.server.core.ppolicy
 
org.apache.directory.server.core.referral - package org.apache.directory.server.core.referral
 
org.apache.directory.server.core.schema - package org.apache.directory.server.core.schema
Contains interfaces for schema object registry services and simple POJO implementations of these services.
org.apache.directory.server.core.security - package org.apache.directory.server.core.security
 
org.apache.directory.server.core.shared - package org.apache.directory.server.core.shared
 
org.apache.directory.server.core.shared.partition - package org.apache.directory.server.core.shared.partition
 
org.apache.directory.server.core.subtree - package org.apache.directory.server.core.subtree
 
org.apache.directory.server.core.trigger - package org.apache.directory.server.core.trigger
 
org.apache.directory.server.dhcp - package org.apache.directory.server.dhcp
Provides the entry point to an instance of the DhcpService, as well as the root of the exception hierarchy.
org.apache.directory.server.dhcp.io - package org.apache.directory.server.dhcp.io
Provides the encoders and decoders for DHCP message and option conversions.
org.apache.directory.server.dhcp.messages - package org.apache.directory.server.dhcp.messages
Provides message objects for DHCP messages.
org.apache.directory.server.dhcp.options - package org.apache.directory.server.dhcp.options
Provides base message objects for DHCP options.
org.apache.directory.server.dhcp.options.dhcp - package org.apache.directory.server.dhcp.options.dhcp
Provides DHCP options for the DHCP protocol.
org.apache.directory.server.dhcp.options.linklayer - package org.apache.directory.server.dhcp.options.linklayer
Provides link layer options for the DHCP protocol.
org.apache.directory.server.dhcp.options.misc - package org.apache.directory.server.dhcp.options.misc
Provides miscellaneous options for the DHCP protocol.
org.apache.directory.server.dhcp.options.perhost - package org.apache.directory.server.dhcp.options.perhost
Provides per-host options for the DHCP protocol.
org.apache.directory.server.dhcp.options.perinterface - package org.apache.directory.server.dhcp.options.perinterface
Provides per-interface options for the DHCP protocol.
org.apache.directory.server.dhcp.options.tcp - package org.apache.directory.server.dhcp.options.tcp
Provides TCP options for the DHCP protocol.
org.apache.directory.server.dhcp.options.vendor - package org.apache.directory.server.dhcp.options.vendor
Provides vendor options for the DHCP protocol.
org.apache.directory.server.dhcp.protocol - package org.apache.directory.server.dhcp.protocol
Provides the IoHandler and associated ProtocolCodecFactory required to implement the DHCP Service with the MINA NIO framework.
org.apache.directory.server.dhcp.service - package org.apache.directory.server.dhcp.service
Provides the implementation of the DhcpService.
org.apache.directory.server.dhcp.store - package org.apache.directory.server.dhcp.store
 
org.apache.directory.server.dns - package org.apache.directory.server.dns
Provides the entry point to an instance of the DnsServer, as well as support for configuration and the root of the exception hierarchy.
org.apache.directory.server.dns.io.decoder - package org.apache.directory.server.dns.io.decoder
Provides the decoders for DNS messages and resource records.
org.apache.directory.server.dns.io.encoder - package org.apache.directory.server.dns.io.encoder
Provides the encoders for DNS messages and resource records.
org.apache.directory.server.dns.messages - package org.apache.directory.server.dns.messages
Provides message objects for DNS messages and resource records.
org.apache.directory.server.dns.protocol - package org.apache.directory.server.dns.protocol
Provides the IoHandler and associated ProtocolCodecFactory required to implement the DNS Service with the MINA NIO framework.
org.apache.directory.server.dns.service - package org.apache.directory.server.dns.service
Provides the DNS Service.
org.apache.directory.server.dns.store - package org.apache.directory.server.dns.store
Provides RecordStore interface for serving DNS resource records to DnsServer.
org.apache.directory.server.dns.store.jndi - package org.apache.directory.server.dns.store.jndi
 
org.apache.directory.server.dns.store.jndi.operations - package org.apache.directory.server.dns.store.jndi.operations
Provides Command pattern objects for working with the JNDI backing store.
org.apache.directory.server.dns.util - package org.apache.directory.server.dns.util
Provides utility code for working with enumerators.
org.apache.directory.server.factory - package org.apache.directory.server.factory
 
org.apache.directory.server.i18n - package org.apache.directory.server.i18n
 
org.apache.directory.server.integ - package org.apache.directory.server.integ
 
org.apache.directory.server.integration.http - package org.apache.directory.server.integration.http
 
org.apache.directory.server.kerberos.shared.crypto.encryption - package org.apache.directory.server.kerberos.shared.crypto.encryption
Provides support for Kerberos CipherText operations.
org.apache.directory.server.kerberos.shared.store - package org.apache.directory.server.kerberos.shared.store
Provides the implementation for storing Kerberos principals and symmetric keys backed by JNDI.
org.apache.directory.server.ldap - package org.apache.directory.server.ldap
Contains the entry point for the LDAP protocol provider and the session registry.
org.apache.directory.server.ldap.handlers - package org.apache.directory.server.ldap.handlers
Provides LDAP message handlers that implement MessageHandler.
org.apache.directory.server.ldap.handlers.controls - package org.apache.directory.server.ldap.handlers.controls
 
org.apache.directory.server.ldap.handlers.extended - package org.apache.directory.server.ldap.handlers.extended
Provides LDAP 'Extended' operations that implement ExtendedOperationHandler.
org.apache.directory.server.ldap.handlers.request - package org.apache.directory.server.ldap.handlers.request
 
org.apache.directory.server.ldap.handlers.response - package org.apache.directory.server.ldap.handlers.response
 
org.apache.directory.server.ldap.handlers.sasl - package org.apache.directory.server.ldap.handlers.sasl
Contains the implementation of LDAP binds with Simple and SASL authentication mechanisms.
org.apache.directory.server.ldap.handlers.sasl.cramMD5 - package org.apache.directory.server.ldap.handlers.sasl.cramMD5
 
org.apache.directory.server.ldap.handlers.sasl.digestMD5 - package org.apache.directory.server.ldap.handlers.sasl.digestMD5
 
org.apache.directory.server.ldap.handlers.sasl.external.certificate - package org.apache.directory.server.ldap.handlers.sasl.external.certificate
 
org.apache.directory.server.ldap.handlers.sasl.gssapi - package org.apache.directory.server.ldap.handlers.sasl.gssapi
 
org.apache.directory.server.ldap.handlers.sasl.ntlm - package org.apache.directory.server.ldap.handlers.sasl.ntlm
 
org.apache.directory.server.ldap.handlers.sasl.plain - package org.apache.directory.server.ldap.handlers.sasl.plain
 
org.apache.directory.server.ldap.handlers.ssl - package org.apache.directory.server.ldap.handlers.ssl
Contains support for SSL with the LDAP protocol (LDAPS).
org.apache.directory.server.ldap.replication - package org.apache.directory.server.ldap.replication
 
org.apache.directory.server.ldap.replication.consumer - package org.apache.directory.server.ldap.replication.consumer
 
org.apache.directory.server.ldap.replication.provider - package org.apache.directory.server.ldap.replication.provider
 
org.apache.directory.server.ntp - package org.apache.directory.server.ntp
Provides the entry point to instances of the NtpServer, as well as support for configuration and the root of the exception hierarchy.
org.apache.directory.server.ntp.io - package org.apache.directory.server.ntp.io
Provides the encoder and decoder for NTP message conversions.
org.apache.directory.server.ntp.messages - package org.apache.directory.server.ntp.messages
Provides message objects for NTP messages.
org.apache.directory.server.ntp.protocol - package org.apache.directory.server.ntp.protocol
Provides the IoHandler and associated ProtocolCodecFactory required to implement the NTP Service with the MINA NIO framework.
org.apache.directory.server.ntp.service - package org.apache.directory.server.ntp.service
Provides the implementation of the NtpService.
org.apache.directory.server.protocol.shared - package org.apache.directory.server.protocol.shared
 
org.apache.directory.server.protocol.shared.catalog - package org.apache.directory.server.protocol.shared.catalog
 
org.apache.directory.server.protocol.shared.kerberos - package org.apache.directory.server.protocol.shared.kerberos
 
org.apache.directory.server.protocol.shared.store - package org.apache.directory.server.protocol.shared.store
 
org.apache.directory.server.protocol.shared.transport - package org.apache.directory.server.protocol.shared.transport
 
org.apache.directory.server.wrapper - package org.apache.directory.server.wrapper
 
org.apache.directory.server.xdbm - package org.apache.directory.server.xdbm
 
org.apache.directory.server.xdbm.impl.avl - package org.apache.directory.server.xdbm.impl.avl
 
org.apache.directory.server.xdbm.search - package org.apache.directory.server.xdbm.search
 
org.apache.directory.server.xdbm.search.cursor - package org.apache.directory.server.xdbm.search.cursor
 
org.apache.directory.server.xdbm.search.evaluator - package org.apache.directory.server.xdbm.search.evaluator
 
org.apache.directory.server.xdbm.search.impl - package org.apache.directory.server.xdbm.search.impl
 
org.apache.directory.shared.client.api - package org.apache.directory.shared.client.api
 
org.apache.directory.shared.kerberos - package org.apache.directory.shared.kerberos
 
org.apache.directory.shared.kerberos.codec - package org.apache.directory.shared.kerberos.codec
 
org.apache.directory.shared.kerberos.codec.encryptionKey - package org.apache.directory.shared.kerberos.codec.encryptionKey
 
org.apache.directory.shared.kerberos.codec.encryptionKey.actions - package org.apache.directory.shared.kerberos.codec.encryptionKey.actions
 
org.apache.directory.shared.kerberos.codec.principalName - package org.apache.directory.shared.kerberos.codec.principalName
 
org.apache.directory.shared.kerberos.codec.principalName.actions - package org.apache.directory.shared.kerberos.codec.principalName.actions
 
org.apache.directory.shared.kerberos.codec.types - package org.apache.directory.shared.kerberos.codec.types
 
org.apache.directory.shared.kerberos.components - package org.apache.directory.shared.kerberos.components
 
org.apache.directory.shared.kerberos.exceptions - package org.apache.directory.shared.kerberos.exceptions
 
originalEntry - Variable in class org.apache.directory.server.core.api.entry.ClonedServerEntry
The original entry as returned by the backend
originalEntry - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
The original Entry
OUTSTANDING_KEY - Static variable in class org.apache.directory.server.ldap.LdapProtocolConstants
 

P

PagedSearchContext - Class in org.apache.directory.server.ldap.handlers.controls
The structure which stores the informations relative to the pagedSearch control.
PagedSearchContext(SearchRequest) - Constructor for class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
Creates a new instance of this class, storing the SearchRequest into it.
ParameterRequestList - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used by a DHCP client to request values for specified configuration parameters.
ParameterRequestList() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.ParameterRequestList
 
parent - Variable in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
The parent AdministrativePoint
parentId - Variable in class org.apache.directory.server.xdbm.ParentIdAndRdn
The entry ID
ParentIdAndRdn - Class in org.apache.directory.server.xdbm
A wrapper for the tuple of parentId and Rdn, used for the Rdn index.
ParentIdAndRdn() - Constructor for class org.apache.directory.server.xdbm.ParentIdAndRdn
Serializable constructor.
ParentIdAndRdn(String, Rdn...) - Constructor for class org.apache.directory.server.xdbm.ParentIdAndRdn
Creates a new instance of ParentIdAndRdn.
ParentIdAndRdn(String, List<Rdn>) - Constructor for class org.apache.directory.server.xdbm.ParentIdAndRdn
Creates a new instance of ParentIdAndRdn.
ParentIdAndRdnComparator<I extends Comparable<I>> - Class in org.apache.directory.server.xdbm
A comparator used to compare ParentIdAndRdn stored in the Rdn index.
ParentIdAndRdnComparator(String) - Constructor for class org.apache.directory.server.xdbm.ParentIdAndRdnComparator
Creates a new instance of ParentIdAndRdnComparator.
ParentIdAndRdnSerializer - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
Serialize and deserialize a ParentidAndRdn.
ParentIdAndRdnSerializer(SchemaManager) - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.ParentIdAndRdnSerializer
Creates a new instance of ParentIdAndRdnSerializer.
parseAttributeTypes(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
Parses a set of attributeTypeDescriptions held within an attribute into schema entities.
parseComparators(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
 
parseDitContentRules(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
Parses a set of dITContentRuleDescriptions held within an attribute into schema entities.
parseDitStructureRules(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
Parses a set of dITStructureRuleDescriptions held within an attribute into schema entities.
parseLdapSyntaxes(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
Parses a set of ldapSyntaxes held within an attribute into schema entities.
parseMatchingRules(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
Parses a set of matchingRuleDescriptions held within an attribute into schema entities.
parseMatchingRuleUses(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
Parses a set of matchingRuleUseDescriptions held within an attribute into schema entities.
parseNameForms(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
Parses a set of nameFormDescriptions held within an attribute into schema entities.
parseNormalizers(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
 
parseObjectClasses(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
Parses a set of objectClassDescriptions held within an attribute into schema entities.
parseSyntaxCheckers(Attribute) - Method in class org.apache.directory.server.core.api.schema.DescriptionParsers
Parse the SyntaxCheckers description
partition - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
The partition this operation will be applied on
Partition - Interface in org.apache.directory.server.core.api.partition
Interface for entry stores containing a part of the DIB (Directory Information Base).
PartitionBean - Class in org.apache.directory.server.config.beans
A class used to store the Partition configuration.
PartitionBean() - Constructor for class org.apache.directory.server.config.beans.PartitionBean
Create a new PartitionBean instance
PartitionFactory - Interface in org.apache.directory.server.core.factory
A factory used to generate Partitions and their Indexes.
PartitionNexus - Interface in org.apache.directory.server.core.api.partition
A root Partition that contains all other partitions, and routes all operations to the child partition that matches to its base suffixes.
partitionPath - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
The path in which this Partition stores files
PartitionReadTxn - Class in org.apache.directory.server.core.api.partition
The Read Transaction interface
PartitionReadTxn() - Constructor for class org.apache.directory.server.core.api.partition.PartitionReadTxn
 
PARTITIONS_NAME - Static variable in class org.apache.directory.server.core.api.InstanceLayout
 
PartitionSearchResult - Class in org.apache.directory.server.xdbm.search
A class containing the result of a search : A set of candidate UUIDs A set of aliased entry if we have any A flag telling if we are dereferencing aliases or not A hierarchy of evaluators to use to validate the candidates
PartitionSearchResult(SchemaManager) - Constructor for class org.apache.directory.server.xdbm.search.PartitionSearchResult
Create a PartitionSearchResult instance
PartitionTxn - Interface in org.apache.directory.server.core.api.partition
The Transaction interface that partitions have to implement.
partitionTxn - Variable in class org.apache.directory.server.xdbm.AbstractIndexCursor
A transaction associated with this cursor
PartitionWriteTxn - Class in org.apache.directory.server.core.api.partition
The Write Transaction interface
PartitionWriteTxn() - Constructor for class org.apache.directory.server.core.api.partition.PartitionWriteTxn
 
PassThroughEvaluator - Class in org.apache.directory.server.xdbm.search.evaluator
An Evaluator that always validate all the submitted values
PassThroughEvaluator(Store) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.PassThroughEvaluator
Create a new instance of the PassThroughEvaluator
PasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
An interceptor to hash plain text password according to the configured hashing algorithm.
PasswordHashingInterceptor(String, LdapSecurityConstants) - Constructor for class org.apache.directory.server.core.hash.PasswordHashingInterceptor
Creates a new instance of PasswordHashingInterceptor which hashes the incoming non-hashed password using the given algorithm.
PasswordHistory - Class in org.apache.directory.server.core.authn
A class to hold the data of historical passwords of a entry.
PasswordHistory(String) - Constructor for class org.apache.directory.server.core.authn.PasswordHistory
Create a new instance of PasswordHistory
PasswordHistory(String, byte[]) - Constructor for class org.apache.directory.server.core.authn.PasswordHistory
Create a new instance of PasswordHistory
PasswordPolicyBean - Class in org.apache.directory.server.config.beans
A simple pojo holding the password policy configuration base on this draft.
PasswordPolicyBean() - Constructor for class org.apache.directory.server.config.beans.PasswordPolicyBean
 
PasswordPolicyConfiguration - Class in org.apache.directory.server.core.api.authn.ppolicy
A simple pojo holding the password policy configuration base on this draft.
PasswordPolicyConfiguration() - Constructor for class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
PasswordPolicyException - Exception in org.apache.directory.server.core.api.authn.ppolicy
A exception class defined for PasswordPolicy related errors.
PasswordPolicyException(Throwable) - Constructor for exception org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyException
 
PasswordPolicyException(String) - Constructor for exception org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyException
 
PasswordPolicyException(String, int) - Constructor for exception org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyException
 
PasswordPolicyException(int) - Constructor for exception org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyException
 
PasswordValidator - Interface in org.apache.directory.server.core.api.authn.ppolicy
An interface for implementing password quality verifiers.
PathMtuAgingTimeout - Class in org.apache.directory.server.dhcp.options.perhost
This option specifies the timeout (in seconds) to use when aging Path MTU values discovered by the mechanism defined in RFC 1191.
PathMtuAgingTimeout() - Constructor for class org.apache.directory.server.dhcp.options.perhost.PathMtuAgingTimeout
 
PathMtuPlateauTable - Class in org.apache.directory.server.dhcp.options.perhost
This option specifies a table of MTU sizes to use when performing Path MTU Discovery as defined in RFC 1191.
PathMtuPlateauTable() - Constructor for class org.apache.directory.server.dhcp.options.perhost.PathMtuPlateauTable
 
PerformMaskDiscovery - Class in org.apache.directory.server.dhcp.options.perinterface
This option specifies whether or not the client should perform subnet mask discovery using ICMP.
PerformMaskDiscovery() - Constructor for class org.apache.directory.server.dhcp.options.perinterface.PerformMaskDiscovery
 
PerformRouterDiscovery - Class in org.apache.directory.server.dhcp.options.perinterface
This option specifies whether or not the client should solicit routers using the Router Discovery mechanism defined in RFC 1256.
PerformRouterDiscovery() - Constructor for class org.apache.directory.server.dhcp.options.perinterface.PerformRouterDiscovery
 
PersistentSearchListener - Class in org.apache.directory.server.ldap.handlers
A DirectoryListener implementation which sends back added, deleted, modified or renamed entries to a client that created this listener.
PersistentSearchListener(LdapSession, SearchRequest) - Constructor for class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
piarCache - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
The ParentIdAndRdn cache
ping() - Method in interface org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer
Test the connection with the provider.
ping() - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
Test the connection with the provider.
PingerThread - Class in org.apache.directory.server.ldap.replication.consumer
A thread used to ping the provider o check if they are alive or not.
PingerThread(int) - Constructor for class org.apache.directory.server.ldap.replication.consumer.PingerThread
Create a new instance of this thread.
Pkcs5s2PasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using PBKDF2WithHmacSHA1 encryption algorithm
to generate a secret key and use its encoded value as the password hash
with {PKCS5S2} prefix.
Pkcs5s2PasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.Pkcs5s2PasswordHashingInterceptor
Creates an instance of a Pkcs5s2PasswordHashingInterceptor
PlainMechanismHandler - Class in org.apache.directory.server.ldap.handlers.sasl.plain
A handler for the PLAIN Sasl mechanism.
PlainMechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.sasl.plain.PlainMechanismHandler
 
PlainSaslServer - Class in org.apache.directory.server.ldap.handlers.sasl.plain
A SaslServer implementation for PLAIN based SASL mechanism.
PlainSaslServer(LdapSession, CoreSession, BindRequest) - Constructor for class org.apache.directory.server.ldap.handlers.sasl.plain.PlainSaslServer
Creates a new instance of PlainSaslServer.
PointerRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.3.12.
PointerRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.PointerRecordEncoder
 
PolicyFilter - Class in org.apache.directory.server.dhcp.options.perhost
This option specifies policy filters for non-local source routing.
PolicyFilter() - Constructor for class org.apache.directory.server.dhcp.options.perhost.PolicyFilter
 
Pop3Servers - Class in org.apache.directory.server.dhcp.options.misc
The POP3 server option specifies a list of POP3 available to the client.
Pop3Servers() - Constructor for class org.apache.directory.server.dhcp.options.misc.Pop3Servers
 
PpolicyConfigContainer - Class in org.apache.directory.server.core.authn.ppolicy
A container to hold all the password policies defined in the server
PpolicyConfigContainer() - Constructor for class org.apache.directory.server.core.authn.ppolicy.PpolicyConfigContainer
 
PpolicyConfigContainer - Class in org.apache.directory.server.core.ppolicy
A container to hold all the password policies defined in the server
PpolicyConfigContainer() - Constructor for class org.apache.directory.server.core.ppolicy.PpolicyConfigContainer
 
PPolicyInterceptor - Class in org.apache.directory.server.core.ppolicy
An Interceptor that manage the PasswordPlicies.
PPolicyInterceptor() - Constructor for class org.apache.directory.server.core.ppolicy.PPolicyInterceptor
Creates a new instance of DefaultAuthorizationInterceptor.
PPS - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "PPL" reference identifier type.
PREF_NODE_NAME_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PREF_NODE_NAME_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PREF_NODE_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PREF_NODE_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PRESCRIPTIVE_TRIGGER_SPECIFICATION_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PRESCRIPTIVE_TRIGGER_SPECIFICATION_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
presenceAT - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
PresenceCursor - Class in org.apache.directory.server.xdbm.search.cursor
A returning candidates satisfying an attribute presence expression.
PresenceCursor(PartitionTxn, Store, PresenceEvaluator) - Constructor for class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
Creates a new instance of an PresenceCursor
PresenceEvaluator - Class in org.apache.directory.server.xdbm.search.evaluator
An Evaluator which determines if candidates are matched by GreaterEqNode assertions.
PresenceEvaluator(PresenceNode, Store, SchemaManager) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.PresenceEvaluator
Creates a new PresenceEvaluator
presenceIdx - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
the attribute presence index
previous() - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
previous() - Method in class org.apache.directory.server.core.api.filtering.CursorList
previous() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
previous() - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
previous() - Method in class org.apache.directory.server.core.avltree.AvlSingletonOrOrderedSetCursor
previous() - Method in class org.apache.directory.server.core.avltree.AvlTreeCursor
previous() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapNoDupsWrapperCursor
previous() - Method in class org.apache.directory.server.core.avltree.KeyTupleAvlCursor
previous() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
previous() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
previous() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursor
previous() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursor
previous() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursor
previous() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
previous() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
previous() - Method in class org.apache.directory.server.core.shared.SortedEntryCursor
 
previous() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
previous() - Method in class org.apache.directory.server.xdbm.AbstractIndexCursor
 
previous() - Method in class org.apache.directory.server.xdbm.EmptyIndexCursor
previous() - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTableDupsCursor
previous() - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
previous(PartitionTxn) - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
previous() - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
previous() - Method in class org.apache.directory.server.xdbm.SingletonIndexCursor
PRINCIPAL_NAME_NAME_STRING_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
 
PRINCIPAL_NAME_NAME_TYPE_TAG - Static variable in class org.apache.directory.shared.kerberos.KerberosConstants
PrincipalName's tags
PrincipalName - Class in org.apache.directory.shared.kerberos.components
A principal Name, composed of a type and N names.
PrincipalName() - Constructor for class org.apache.directory.shared.kerberos.components.PrincipalName
Creates a new empty instance of PrincipalName.
PrincipalNameContainer - Class in org.apache.directory.shared.kerberos.codec.principalName
The PrincipalName container stores the PrincipalName decoded by the Asn1Decoder.
PrincipalNameContainer() - Constructor for class org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameContainer
Creates a new PrincipalNameContainer object.
PrincipalNameGrammar - Class in org.apache.directory.shared.kerberos.codec.principalName
This class implements the PrincipalName.
PrincipalNameInit - Class in org.apache.directory.shared.kerberos.codec.principalName.actions
The action used to initialize the PrincipalName object
PrincipalNameInit() - Constructor for class org.apache.directory.shared.kerberos.codec.principalName.actions.PrincipalNameInit
Instantiates a new PrincipalNameInit action.
PrincipalNameStatesEnum - Enum in org.apache.directory.shared.kerberos.codec.principalName
This class store the PrincipalName grammar's constants.
PrincipalNameType - Enum in org.apache.directory.shared.kerberos.codec.types
An enum describing the differnet types of Principal.
PrincipalStoreEntry - Class in org.apache.directory.server.kerberos.shared.store
 
PrincipalStoreEntryModifier - Class in org.apache.directory.server.kerberos.shared.store
 
PrincipalStoreEntryModifier() - Constructor for class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
 
printTree() - Method in class org.apache.directory.server.core.avltree.ArrayTree
Prints the contents of AVL tree in pretty format
printTree() - Method in interface org.apache.directory.server.core.avltree.AvlTree
Prints the contents of AVL tree in pretty format
printTree() - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
printTree() - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Prints the contents of AVL tree in pretty format
printTree() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Prints the contents of AVL tree in pretty format
printTree() - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
 
PRIVATE_KEY_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PRIVATE_KEY_AT - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
PRIVATE_KEY_FORMAT_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PRIVATE_KEY_FORMAT_AT - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
PRIVATE_KEY_FORMAT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PRIVATE_KEY_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PROPERTY_MAX_LEASE_TIME - Static variable in class org.apache.directory.server.dhcp.store.DhcpConfigElement
 
PROPLOAD - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
protect(String) - Method in class org.apache.directory.server.xdbm.AbstractIndex
Protects configuration properties from being set after initialization.
ProtocolService - Interface in org.apache.directory.server.protocol.shared
Minimum functionality required by an ApacheDS protocol service.
ProtocolType - Enum in org.apache.directory.server.dns.messages
 
PTB - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "PTB" reference identifier type.
PUBLIC_KEY_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PUBLIC_KEY_AT - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
PUBLIC_KEY_FORMAT_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PUBLIC_KEY_FORMAT_AT - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
PUBLIC_KEY_FORMAT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
PUBLIC_KEY_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
put(AttributeType, byte[]...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
put(AttributeType, String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
put(AttributeType, Value...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
put(String, AttributeType, byte[]...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
put(String, AttributeType, String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
put(String, AttributeType, Value...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
put(Attribute...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
put(String, byte[]...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
put(String, String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
put(String, Value...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
put(PartitionTxn, K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Puts a record into this Table.
put(PartitionTxn, K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Puts a record into this Table.
put(IoBuffer, QuestionRecord) - Method in class org.apache.directory.server.dns.io.encoder.QuestionRecordEncoder
Encodes the QuestionRecord into the IoBuffer.
put(IoBuffer, ResourceRecord) - Method in interface org.apache.directory.server.dns.io.encoder.RecordEncoder
Encodes the ResourceRecord into the IoBuffer.
put(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.ResourceRecordEncoder
 
put(String, String) - Method in class org.apache.directory.server.dns.messages.ResourceRecordModifier
 
put(Object, Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
put(PartitionTxn, K, V) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Puts a record into this Table.
put(PartitionTxn, K, V) - Method in interface org.apache.directory.server.xdbm.Table
Puts a record into this Table.
putAll(Map) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
putCharacterString(IoBuffer, String) - Method in class org.apache.directory.server.dns.io.encoder.ResourceRecordEncoder
<character-string> is a single length octet followed by that number of characters.
putDataSize(IoBuffer, int) - Method in class org.apache.directory.server.dns.io.encoder.ResourceRecordEncoder
 
putDomainName(IoBuffer, String) - Method in class org.apache.directory.server.dns.io.encoder.ResourceRecordEncoder
<domain-name> is a domain name represented as a series of labels, and terminated by a label with zero length.
putRecordClass(IoBuffer, RecordClass) - Method in class org.apache.directory.server.dns.io.encoder.ResourceRecordEncoder
 
putRecordType(IoBuffer, RecordType) - Method in class org.apache.directory.server.dns.io.encoder.ResourceRecordEncoder
 
putResourceRecord(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.ResourceRecordEncoder
 
putResourceRecordData(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.AddressRecordEncoder
 
putResourceRecordData(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.CanonicalNameRecordEncoder
 
putResourceRecordData(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.MailExchangeRecordEncoder
 
putResourceRecordData(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.NameServerRecordEncoder
 
putResourceRecordData(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.PointerRecordEncoder
 
putResourceRecordData(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.ResourceRecordEncoder
 
putResourceRecordData(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.ServerSelectionRecordEncoder
 
putResourceRecordData(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.StartOfAuthorityRecordEncoder
 
putResourceRecordData(IoBuffer, ResourceRecord) - Method in class org.apache.directory.server.dns.io.encoder.TextRecordEncoder
 
putSaslProperty(String, Object) - Method in class org.apache.directory.server.ldap.LdapSession
Add a Sasl property and value
PWD_POLICY_STATE_ATTRIBUTE_TYPES - Static variable in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
set of operational attribute types used for representing the password policy state of a user entry
PwdModifyHandler - Class in org.apache.directory.server.ldap.handlers.extended
An handler to manage PwdModifyRequest.
PwdModifyHandler() - Constructor for class org.apache.directory.server.ldap.handlers.extended.PwdModifyHandler
 

Q

QuestionRecord - Class in org.apache.directory.server.dns.messages
The question section is used to carry the "question" in most queries, i.e., the parameters that define what is being asked.
QuestionRecord(String, RecordType, RecordClass) - Constructor for class org.apache.directory.server.dns.messages.QuestionRecord
Creates a new instance of QuestionRecord.
QuestionRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
 
QuestionRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.QuestionRecordEncoder
 

R

RandomKeyFactory - Class in org.apache.directory.server.kerberos.shared.crypto.encryption
A factory class for producing random keys, suitable for use as session keys.
RandomKeyFactory() - Constructor for class org.apache.directory.server.kerberos.shared.crypto.encryption.RandomKeyFactory
 
rdnIdx - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
the relative distinguished name index
rdns - Variable in class org.apache.directory.server.xdbm.ParentIdAndRdn
The list of Rdn for this instance
read(Dn, String, SearchScope, boolean) - Method in class org.apache.directory.server.config.ConfigPartitionReader
Read some configuration element from the DIT using its name
readConfig(Entry) - Method in class org.apache.directory.server.config.ConfigPartitionReader
Creates a configuration bean from the given entry.
readConfig() - Method in class org.apache.directory.server.config.ConfigPartitionReader
Read the configuration from the DIT, returning a bean containing all of it.
readConfig(String) - Method in class org.apache.directory.server.config.ConfigPartitionReader
Read the configuration from the DIT, returning a bean containing all of it.
readConfig(Dn) - Method in class org.apache.directory.server.config.ConfigPartitionReader
Read the configuration from the DIT, returning a bean containing all of it.
readConfig(String, String) - Method in class org.apache.directory.server.config.ConfigPartitionReader
Read the configuration from the DIT, returning a bean containing all of it.
readConfig(Dn, String) - Method in class org.apache.directory.server.config.ConfigPartitionReader
Read the configuration from the DIT, returning a bean containing all of it.
readExternal(ObjectInput) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
readExternal(ObjectInput) - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
ReadOnlyConfigurationPartition - Class in org.apache.directory.server.config
This class implements a read-only configuration partition.
ReadOnlyConfigurationPartition(InputStream, SchemaManager) - Constructor for class org.apache.directory.server.config.ReadOnlyConfigurationPartition
Creates a new instance of ReadOnlyConfigurationPartition.
readSortedTuple(DataInputStream) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.LdifTupleReaderWriter
 
readTestEntries(String) - Static method in class org.apache.directory.server.config.builder.ServiceBuilder
Load the Test entries
readTree(DataInputStream, LinkedAvlNode[]) - Method in class org.apache.directory.server.core.avltree.AvlTreeMarshaller
Reads the data from given InputStream and creates the LinkedAvlNodes to form the tree node = [size] [data-length] [data] [index] [child-marker] [node] [child-marker] [node].
readUnsortedTuple(DataInputStream) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.LdifTupleReaderWriter
 
rebind(String, Object, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
rebind(Name, Object, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
rebind(String, Object) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
rebind(Name, Object) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
rebind(String, Object) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
rebind(Name, Object) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
rebind(String, Object, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
rebind(Name, Object, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
RebindingTimeValue - Class in org.apache.directory.server.dhcp.options.dhcp
This option specifies the time interval from address assignment until the client transitions to the REBINDING state.
RebindingTimeValue() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.RebindingTimeValue
 
recMan - Variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
the JDBM record manager for the file containing this index
reconnect(Control[]) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
reconnect(Control[]) - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
 
reconstituteKeyMap(Attribute) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Converts the ASN.1 encoded key set to a map of encryption types to encryption keys.
RecordClass - Enum in org.apache.directory.server.dns.messages
 
RecordDecoder - Interface in org.apache.directory.server.dns.io.decoder
 
RecordEncoder - Interface in org.apache.directory.server.dns.io.encoder
 
recordMan - Variable in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
 
recordMan - Variable in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
The used recordManager
RecordStore - Interface in org.apache.directory.server.dns.store
The store interface used by the DNS protocol to lookup resource records.
RecordStoreStub - Class in org.apache.directory.server.dns.store
 
RecordStoreStub() - Constructor for class org.apache.directory.server.dns.store.RecordStoreStub
 
RecordType - Enum in org.apache.directory.server.dns.messages
 
recreate() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Re-create the queue
ReferenceIdentifier - Class in org.apache.directory.server.ntp.messages
Reference Identifier: This is a 32-bit bitstring identifying the particular reference source.
ReferralHandlingMode - Enum in org.apache.directory.server.core.api
Enumeration for referral handling modes.
ReferralInterceptor - Class in org.apache.directory.server.core.referral
An service which is responsible referral handling behaviors.
ReferralInterceptor() - Constructor for class org.apache.directory.server.core.referral.ReferralInterceptor
Creates a new instance of a ReferralInterceptor.
ReferralManager - Interface in org.apache.directory.server.core.api
An interface for managing referrals in the server
ReferralManagerImpl - Class in org.apache.directory.server.core.shared
Implement a referral Manager, handling the requests from the LDAP protocol.
ReferralManagerImpl(DirectoryService) - Constructor for class org.apache.directory.server.core.shared.ReferralManagerImpl
Creates a new instance of ReferralManagerImpl.
RefinementEvaluator - Class in org.apache.directory.server.core.api.subtree
The top level evaluation node for a refinement.
RefinementEvaluator(RefinementLeafEvaluator) - Constructor for class org.apache.directory.server.core.api.subtree.RefinementEvaluator
 
RefinementLeafEvaluator - Class in org.apache.directory.server.core.api.subtree
A refinement leaf node evaluator.
RefinementLeafEvaluator(SchemaManager) - Constructor for class org.apache.directory.server.core.api.subtree.RefinementLeafEvaluator
Creates a refinement filter's leaf node evaluator.
registerOids(SchemaObject) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Register a SchemaObject's OID in the associated oidRegistry
registerOutstandingRequest(AbandonableRequest) - Method in class org.apache.directory.server.ldap.LdapSession
Registers an outstanding request which can be abandoned later.
registerSearchRequest(SearchRequest, Cursor<Entry>) - Method in class org.apache.directory.server.ldap.LdapSession
Registers a new searchRequest
registerSupportedExtensions(Set<String>) - Method in interface org.apache.directory.server.core.api.partition.PartitionNexus
Adds a set of supportedExtension (OID Strings) to the RootDSE.
registerSupportedExtensions(Set<String>) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Adds a set of supportedExtension (OID Strings) to the RootDSE.
registerSupportedSaslMechanisms(Set<String>) - Method in interface org.apache.directory.server.core.api.partition.PartitionNexus
Adds a set of supportedSaslMechanisms (OID Strings) to the RootDSE.
registerSupportedSaslMechanisms(Set<String>) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Adds a set of supportedSaslMechanisms (OID Strings) to the RootDSE.
RegistrationEntry - Class in org.apache.directory.server.core.api.event
Entry for a DirectoryListener in the EventService.
RegistrationEntry(DirectoryListener, NotificationCriteria) - Constructor for class org.apache.directory.server.core.api.event.RegistrationEntry
Creates a new instance of RegistrationEntry associated with a listener and a notification criteria
RegistrySynchronizer - Interface in org.apache.directory.server.core.api.schema.registries.synchronizers
Interface used to detect and react to changes performed on schema entities to update registries so they're synchronized with entries on disk.
RegistrySynchronizerAdaptor - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
Central point of control for schemas enforced by the server.
RegistrySynchronizerAdaptor(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizerAdaptor
 
rejectWithoutConfidentiality(IoSession, ResultResponse) - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
 
RelatedProtectedItemFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples whose ProtectedItems are not related with the operation. (18.8.3.2, X.501)
RelatedProtectedItemFilter(RefinementEvaluator, Evaluator, SchemaManager) - Constructor for class org.apache.directory.server.core.authz.support.RelatedProtectedItemFilter
 
RelatedUserClassFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples whose UserClasses are not related with the current user. (18.8.3.1, X.501)
RelatedUserClassFilter(SubtreeEvaluator) - Constructor for class org.apache.directory.server.core.authz.support.RelatedUserClassFilter
 
releaseLease(Lease) - Method in class org.apache.directory.server.dhcp.store.AbstractDhcpStore
 
releaseLease(Lease) - Method in interface org.apache.directory.server.dhcp.store.DhcpStore
Release the specified lease.
releasePooledAdminConnection(LdapConnection, LdapServer) - Static method in class org.apache.directory.shared.client.api.LdapApiIntegrationUtils
Releases a pooled connection back to the pool.
reloadSslContext() - Method in class org.apache.directory.server.ldap.LdapServer
reloads the SSL context by replacing the existing SslFilter with a new SslFilter after reloading the keystore.
remove(String) - Method in interface org.apache.directory.server.core.api.DirectoryService
Remove an interceptor from the list of interceptors
remove(AttributeType, byte[]...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
remove(AttributeType, String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
remove(AttributeType, Value...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
remove(Attribute...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
remove(String, byte[]...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
remove(String, String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
remove(String, Value...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
remove(DirectoryService, Dn) - Method in interface org.apache.directory.server.core.api.ReferralManager
Remove a partition from the manager, reading all the referrals from the base.
remove(K) - Method in class org.apache.directory.server.core.avltree.ArrayTree
Removes a key present in the tree
remove(T) - Method in class org.apache.directory.server.core.avltree.avl.AvlTreeSet
 
remove(K) - Method in interface org.apache.directory.server.core.avltree.AvlTree
Removes the LinkedAvlNode present in the tree with the given key value
remove(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeImpl
 
remove(K, V) - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Removes the LinkedAvlMapNode present in the tree with the given key and value
remove(K) - Method in interface org.apache.directory.server.core.avltree.AvlTreeMap
Removes a node associated with the given key The entire node will be removed irrespective of whether duplicate keys are enabled or not
remove(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Removes a node associated with the given key The entire node will be removed irrespective of whether duplicate keys are enabled or not
remove(K, V) - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
Removes the LinkedAvlMapNode present in the tree with the given key and value
remove(K) - Method in class org.apache.directory.server.core.avltree.AvlTreeSingleton
 
remove(String) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Remove an interceptor from the list of interceptors
remove(PartitionTxn, K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Removes a single key value pair with a specified key and value from this Table.
remove(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Removes all records with a specified key from this Table.
remove(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Removes all records with a specified key from this Table.
remove(PartitionTxn, K, V) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Removes a single key value pair with a specified key and value from this Table.
remove(DirectoryService, Dn) - Method in class org.apache.directory.server.core.shared.ReferralManagerImpl
Remove a partition from the manager, reading all the referrals from the base.
remove(Class) - Method in class org.apache.directory.server.dhcp.options.OptionsField
Remove instances of the given option class.
remove(int) - Method in class org.apache.directory.server.dhcp.options.OptionsField
Remove options matching the given tag
remove(Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
remove(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Removes all records with a specified key from this Table.
remove(PartitionTxn, K, V) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Removes a single key value pair with a specified key and value from this Table.
remove(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Table
Removes all records with a specified key from this Table.
remove(PartitionTxn, K, V) - Method in interface org.apache.directory.server.xdbm.Table
Removes a single key value pair with a specified key and value from this Table.
REMOVE_CHILD - Static variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
removeAll() - Method in class org.apache.directory.server.core.avltree.AvlTreeMapImpl
removes all the nodes from the tree
removeAttributes(AttributeType...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
removeAttributes(String...) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
removeConsumer(ReplicationConsumer) - Method in class org.apache.directory.server.ldap.replication.consumer.PingerThread
Remove a consumer to ping
removeContextPartition(String) - Method in interface org.apache.directory.server.core.api.partition.PartitionNexus
Remove a partition from the server.
removeContextPartition(String) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Remove a partition from the server.
removeEntryFilter(EntryFilter) - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
 
removeEventLog(ReplicaEventLog) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLogJanitor
 
removeExtendedOperationHandler(String) - Method in class org.apache.directory.server.ldap.LdapServer
Deregister an ExtendedOperationHandler with the specified oid from this protocol provider.
removeFromEnvironment(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
removeFromEnvironment(String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
removeLdapSession(IoSession) - Method in class org.apache.directory.server.ldap.LdapSessionManager
Removes an LdapSession managed by the LdapServer.
removeListener(DirectoryListener) - Method in interface org.apache.directory.server.core.api.event.EventService
Removes the listener from this EventService preventing all events registered from being delivered to it.
removeNamingListener(NamingListener) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
removeNamingListener(NamingListener) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
removePagedSearchContext(int) - Method in class org.apache.directory.server.ldap.LdapSession
Remove a Paged Search context from the map storing all of them.
removePartition(Partition) - Method in interface org.apache.directory.server.core.api.DirectoryService
 
removePartition(Partition) - Method in class org.apache.directory.server.core.DefaultDirectoryService
removePasswordPolicies(PasswordPolicyBean...) - Method in class org.apache.directory.server.config.beans.AuthenticationInterceptorBean
 
removePolicyConfig(Dn) - Method in class org.apache.directory.server.core.authn.ppolicy.PpolicyConfigContainer
deactivate an existing password policy.
removePolicyConfig(Dn) - Method in class org.apache.directory.server.core.ppolicy.PpolicyConfigContainer
deactivate an existing password policy.
removeReferral(Entry) - Method in interface org.apache.directory.server.core.api.ReferralManager
Remove a referral from the manager.
removeReferral(Entry) - Method in class org.apache.directory.server.core.shared.ReferralManagerImpl
Remove a referral from the manager.
removeSaslMechanismHandler(String) - Method in class org.apache.directory.server.ldap.LdapServer
 
removeSaslProperty(String) - Method in class org.apache.directory.server.ldap.LdapSession
Remove a property from the SaslProperty map
removeSubentry(Dn) - Method in class org.apache.directory.server.core.api.subtree.SubentryCache
Remove a Subentry for a given Dn
removeTag(long) - Method in interface org.apache.directory.server.core.api.changelog.TaggableChangeLogStore
Removes a Tag created for a given revision.
removeTag(long) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Removes a Tag created for a given revision.
rename(RenameOperationContext) - Method in class org.apache.directory.server.config.ReadOnlyConfigurationPartition
Modifies an entry by changing its relative name.
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
rename(Dn, Rdn, boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Renames an entry by changing it's relative distinguished name.
rename(Dn, Rdn, boolean, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Renames an entry by changing it's relative distinguished name.
rename(Dn, Rdn, boolean, boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Renames an entry by changing it's relative distinguished name.
rename(Dn, Rdn, boolean, boolean, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Renames an entry by changing it's relative distinguished name.
rename(ModifyDnRequest) - Method in interface org.apache.directory.server.core.api.CoreSession
Rename an entry applying the ModifyDN request
rename(ModifyDnRequest, LogChange) - Method in interface org.apache.directory.server.core.api.CoreSession
Rename an entry applying the ModifyDN request
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
rename(RenameOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
rename(Dn, Rdn, boolean) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
rename(Dn, Rdn) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
rename(String, String, boolean) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
rename(String, String) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
rename(RenameOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
rename(RenameOperationContext) - Method in interface org.apache.directory.server.core.api.partition.Partition
Modifies an entry by changing its relative name.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AttributeTypeSynchronizer
Rename a schemaObject.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ComparatorSynchronizer
Rename a schemaObject.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitContentRuleSynchronizer
Rename a schemaObject.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.DitStructureRuleSynchronizer
Rename a schemaObject.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleSynchronizer
Rename a schemaObject.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.MatchingRuleUseSynchronizer
Rename a schemaObject.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NameFormSynchronizer
Rename a schemaObject.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.NormalizerSynchronizer
Rename a schemaObject.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.ObjectClassSynchronizer
Rename a schemaObject.
rename(Entry, Rdn, boolean) - Method in interface org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizer
Rename a schemaObject.
rename(RenameOperationContext, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizerAdaptor
Rename a Schema Object.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SchemaSynchronizer
Responds to the rdn (commonName) of the metaSchema object being changed.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxCheckerSynchronizer
Rename a schemaObject.
rename(Entry, Rdn, boolean) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxSynchronizer
Rename a schemaObject.
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Modifies an entry by changing its relative name.
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.changelog.ChangeLogInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.event.EventInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.exception.ExceptionInterceptor
rename(String, String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
rename(Name, Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
rename(String, String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
rename(Name, Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.journal.JournalInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Modifies an entry by changing its relative name.
rename(PartitionTxn, Dn, Rdn, boolean, Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Changes the relative distinguished name of an entry specified by a distinguished name with the optional removal of the old Rdn attribute value from the entry.
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.partition.ldif.LdifPartition
Modifies an entry by changing its relative name.
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.partition.ldif.SingleFileLdifPartition
Modifies an entry by changing its relative name.
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.ppolicy.PPolicyInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.referral.ReferralInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
rename(Dn, Rdn, boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Renames an entry by changing it's relative distinguished name.
rename(Dn, Rdn, boolean, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Renames an entry by changing it's relative distinguished name.
rename(Dn, Rdn, boolean, boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Renames an entry by changing it's relative distinguished name.
rename(Dn, Rdn, boolean, boolean, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Renames an entry by changing it's relative distinguished name.
rename(ModifyDnRequest) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Rename an entry applying the ModifyDN request
rename(ModifyDnRequest, LogChange) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Rename an entry applying the ModifyDN request
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Modifies an entry by changing its relative name.
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
rename(RenameOperationContext) - Method in class org.apache.directory.server.core.trigger.TriggerInterceptor
rename(PartitionTxn, Dn, Rdn, boolean, Entry) - Method in interface org.apache.directory.server.xdbm.Store
Changes the relative distinguished name of an entry specified by a distinguished name with the optional removal of the old Rdn attribute value from the entry.
RenameOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A RenameService context used for Interceptors.
RenameOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
Creates a new instance of RenameOperationContext.
RenameOperationContext(CoreSession, Dn, Rdn, boolean) - Constructor for class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
Creates a new instance of RenameOperationContext.
RenameOperationContext(CoreSession, ModifyDnRequest) - Constructor for class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
Creates a new instance of RenameOperationContext
RenewalTimeValue - Class in org.apache.directory.server.dhcp.options.dhcp
This option specifies the time interval from address assignment until the client transitions to the RENEWING state.
RenewalTimeValue() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.RenewalTimeValue
 
repair() - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Repair this partition.
repair() - Method in interface org.apache.directory.server.core.api.partition.Partition
Repair this partition.
repair() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Repair this partition.
repair() - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Repair this partition.
repair(String) - Method in class org.apache.directory.server.wrapper.ApacheDsTanukiWrapper
Try to repair the databases
REPL_CONSUMER_CONFIG_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
the replication consumer configuration DN
REPL_CONSUMER_DN_STR - Static variable in class org.apache.directory.server.constants.ServerDNConstants
The replication consumer container DN
ReplConsumerBean - Class in org.apache.directory.server.config.beans
A class used to store the Replication Consumer configuration.
ReplConsumerBean() - Constructor for class org.apache.directory.server.config.beans.ReplConsumerBean
Create a new Replication Consumer instance
ReplConsumerManager - Class in org.apache.directory.server.ldap.replication.provider
Manage the consumers on the provider : add them, and remove them.
ReplConsumerManager(DirectoryService) - Constructor for class org.apache.directory.server.ldap.replication.provider.ReplConsumerManager
Create a new instance of the producer replication manager.
REPLICA_EVENT_LOG_NAME_PREFIX - Static variable in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
REPLICA_ID_PREFIX - Static variable in class org.apache.directory.server.ldap.LdapProtocolUtils
the prefix for replicaId value
REPLICA_ID_PREFIX_LEN - Static variable in class org.apache.directory.server.ldap.LdapProtocolUtils
 
ReplicaEventLog - Class in org.apache.directory.server.ldap.replication.provider
A structure storing the configuration on each consumer registered on a producer.
ReplicaEventLog(PartitionTxn, DirectoryService, int) - Constructor for class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Creates a new instance of EventLog for a replica
ReplicaEventLogJanitor - Class in org.apache.directory.server.ldap.replication.provider
Deletes old entries from the replication event logs that are configured in refreshNPersist mode.
ReplicaEventLogJanitor(DirectoryService, Map<Integer, ReplicaEventLog>) - Constructor for class org.apache.directory.server.ldap.replication.provider.ReplicaEventLogJanitor
 
ReplicaEventMessage - Class in org.apache.directory.server.ldap.replication
A place holder storing an Entry and the operation applied on it
ReplicaEventMessage(ChangeType, Entry) - Constructor for class org.apache.directory.server.ldap.replication.ReplicaEventMessage
Create a new ReplicaEvent instance for a Add/Delete+Modify operation
ReplicaEventMessageSerializer - Class in org.apache.directory.server.ldap.replication
A ReplicaEventMessage serializer/deserializer.
ReplicaEventMessageSerializer(SchemaManager) - Constructor for class org.apache.directory.server.ldap.replication.ReplicaEventMessageSerializer
Creates a new instance of ReplicaEventMessageSerializer.
ReplicaJournalCursor - Class in org.apache.directory.server.ldap.replication.provider
Define a cursor on top of a replication journal.
ReplicaJournalCursor(PartitionTxn, JdbmTable<String, ReplicaEventMessage>, String) - Constructor for class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
Creates a cursor on top of the given journal
ReplicationConsumer - Interface in org.apache.directory.server.ldap.replication.consumer
An interface for consumers of a service which receives the ldap entries as and when a event happens in the server.
ReplicationConsumerConfig - Interface in org.apache.directory.server.ldap.replication
A marker interface for the configuration used in implementations of ReplicationConsumer.
ReplicationConsumerImpl - Class in org.apache.directory.server.ldap.replication.consumer
Implementation of syncrepl slave a.k.a consumer.
ReplicationConsumerImpl() - Constructor for class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
 
replicationReqHandler - Variable in class org.apache.directory.server.ldap.handlers.request.SearchRequestHandler
The replication handler
ReplicationRequestHandler - Interface in org.apache.directory.server.ldap.replication.provider
Interface of a replication request handler in a provider/master.
ReplicationStatusEnum - Enum in org.apache.directory.server.ldap.replication.consumer
This enum is used to describe the various status of the replication.
ReplicationTrustManager - Class in org.apache.directory.server.ldap.replication
A X509TrustManager implementation used by the replication subsystem.
requestAbandoned(AbandonableRequest) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
requestAbandoned(AbandonableRequest) - Method in class org.apache.directory.server.ldap.handlers.SearchAbandonListener
 
requestAbandoned(AbandonableRequest) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
Abandon a SearchRequest
requestControls - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
The associated request's controls
requestControls - Variable in class org.apache.directory.server.core.jndi.ServerContext
The request controls to set on operations before performing them
RequestedIpAddress - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used in a client request (DHCPDISCOVER) to allow the client to request that a particular IP address be assigned.
RequestedIpAddress() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.RequestedIpAddress
 
ResourceLocationServers - Class in org.apache.directory.server.dhcp.options.vendor
This option specifies a list of RFC 887 Resource Location servers available to the client.
ResourceLocationServers() - Constructor for class org.apache.directory.server.dhcp.options.vendor.ResourceLocationServers
 
ResourceRecord - Interface in org.apache.directory.server.dns.messages
 
ResourceRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
 
ResourceRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.ResourceRecordEncoder
 
ResourceRecordImpl - Class in org.apache.directory.server.dns.messages
The answer, authority, and additional sections all share the same format: a variable number of resource records, where the number of records is specified in the corresponding count field in the header.
ResourceRecordImpl(String, RecordType, RecordClass, int, Map<String, Object>) - Constructor for class org.apache.directory.server.dns.messages.ResourceRecordImpl
Creates a new instance of ResourceRecordImpl.
ResourceRecordModifier - Class in org.apache.directory.server.dns.messages
 
ResourceRecordModifier() - Constructor for class org.apache.directory.server.dns.messages.ResourceRecordModifier
 
ResponseCode - Enum in org.apache.directory.server.dns.messages
 
responseControls - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
The associated response's controls
responseControls - Variable in class org.apache.directory.server.core.jndi.ServerContext
The response controls to set after performing operations
responseRecieved() - Method in class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmSaslServer
 
responseSent() - Method in class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmSaslServer
 
RestrictedByFilter - Class in org.apache.directory.server.core.authz.support
An ACITupleFilter that discards all tuples that doesn't satisfy RestrictedByItem constraint if available. (18.8.3.3, X.501)
RestrictedByFilter() - Constructor for class org.apache.directory.server.core.authz.support.RestrictedByFilter
 
returningAttributes - Variable in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
A set containing the returning attributeTypesOptions
returningAttributesString - Variable in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
The set of attributes to return as String
reverse - Variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
the reverse btree where the btree key is the entry id of the entry containing a value for the indexed attribute, and the btree value is the value of the indexed attribute
reverse(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Try to move backward in the index
reverse(PartitionTxn, String, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Try to move backward in the index
reverse - Variable in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
the reverse btree where the btree key is the entry id of the entry containing a value for the indexed attribute, and the btree value is the value of the indexed attribute
reverse(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Try to move backward in the index
reverse(PartitionTxn, String, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Try to move backward in the index
reverse - Variable in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
 
reverse(PartitionTxn, String) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Try to move backward in the index
reverse(PartitionTxn, String, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Try to move backward in the index
reverse(PartitionTxn, E) - Method in interface org.apache.directory.server.xdbm.Index
Try to move backward in the index
reverse(PartitionTxn, E, K) - Method in interface org.apache.directory.server.xdbm.Index
Try to move backward in the index
REVERSE_BTREE - Static variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
the key used for the reverse btree name
REVERSE_BTREE - Static variable in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
the key used for the reverse btree name
ReverseEnumMap<K,E extends Enum<E> & EnumConverter<K>> - Class in org.apache.directory.server.dns.util
A map to easily get the actual Enum instance from it's value as seen in the ReverseEnumMap(Class<E>) - Constructor for class org.apache.directory.server.dns.util.ReverseEnumMap
Creates a new instance of ReverseEnumMap.
ReverseIndexComparator<V> - Class in org.apache.directory.server.core.partition.impl.btree
TupleComparator for index records.
ReverseIndexComparator(SerializableComparator<V>) - Constructor for class org.apache.directory.server.core.partition.impl.btree.ReverseIndexComparator
Creates an IndexComparator.
reverseLookup(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Search for a value using the Reverse table
reverseLookup(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Search for a value using the Reverse table
reverseLookup(PartitionTxn, String) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Search for a value using the Reverse table
reverseLookup(PartitionTxn, E) - Method in interface org.apache.directory.server.xdbm.Index
Search for a value using the Reverse table
reverseValueCursor(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Builds a Cursor on the Reverse index, starting at a specific entry Id
reverseValueCursor(PartitionTxn, String) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Builds a Cursor on the Reverse index, starting at a specific entry Id
reverseValueCursor(PartitionTxn, String) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
Builds a Cursor on the Reverse index, starting at a specific entry Id
reverseValueCursor(PartitionTxn, E) - Method in interface org.apache.directory.server.xdbm.Index
Builds a Cursor on the Reverse index, starting at a specific entry Id
revert(long) - Method in interface org.apache.directory.server.core.api.DirectoryService
Reverts the server's state to an earlier revision.
revert() - Method in interface org.apache.directory.server.core.api.DirectoryService
Reverts the server's state to the latest tagged snapshot if one was taken.
revert() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
revert(long) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
revision - Static variable in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
The current revision
REVISION - Static variable in class org.apache.directory.server.core.integ.ApacheDSTestExtension
 
RevisionOrder - Enum in org.apache.directory.server.core.api.changelog
The order, based on revision numbers, in which to return log changes or tags.
REVISIONS_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
REVISIONS_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
role - Variable in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
The AdmonistrativeRole
ROOT_ID - Static variable in interface org.apache.directory.server.core.api.partition.Partition
root ID common to all partitions
RootPartition - Class in org.apache.directory.server.core.shared.partition
 
RootPartition(SchemaManager) - Constructor for class org.apache.directory.server.core.shared.partition.RootPartition
 
RootPath - Class in org.apache.directory.server.dhcp.options.vendor
This option specifies the path-name that contains the client's root disk.
RootPath() - Constructor for class org.apache.directory.server.dhcp.options.vendor.RootPath
 
RootPath(String) - Constructor for class org.apache.directory.server.dhcp.options.vendor.RootPath
 
Routers - Class in org.apache.directory.server.dhcp.options.vendor
The router option specifies a list of IP addresses for routers on the client's subnet.
Routers() - Constructor for class org.apache.directory.server.dhcp.options.vendor.Routers
 
RouterSolicitationAddress - Class in org.apache.directory.server.dhcp.options.perinterface
This option specifies the address to which the client should transmit router solicitation requests.
RouterSolicitationAddress() - Constructor for class org.apache.directory.server.dhcp.options.perinterface.RouterSolicitationAddress
 
run() - Method in class org.apache.directory.server.ldap.replication.consumer.PingerThread
Starts the thread
run() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLogJanitor
 
RUN_NAME - Static variable in class org.apache.directory.server.core.api.InstanceLayout
 

S

SamType - Enum in org.apache.directory.shared.kerberos.codec.types
Type safe enumeration of Single-use Authentication Mechanism types
Sasl - Annotation Type in org.apache.directory.server.annotations
A annotation used to define the SASL configuration.
SASL_AUTHENT_USER - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant for storing the authenticated user
SASL_CREDS - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant for storing the evaluated credentials
SASL_FILTER - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant representing the SASL IoFilter
SASL_HOST - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant for storing the SASL host in the session
SASL_MECH - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant for storing the current mechanism
SASL_MECH_HANDLER - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant representing the SASL mechanism handler
SASL_PLAIN_AUTHCID - Static variable in class org.apache.directory.server.ldap.handlers.sasl.plain.PlainSaslServer
The authcid property stored into the LdapSession instance
SASL_PLAIN_AUTHZID - Static variable in class org.apache.directory.server.ldap.handlers.sasl.plain.PlainSaslServer
The authzid property stored into the LdapSession instance
SASL_PLAIN_PASSWORD - Static variable in class org.apache.directory.server.ldap.handlers.sasl.plain.PlainSaslServer
The password property stored into the LdapSession instance
SASL_PROPS - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant representing the SASL properties
SASL_QOP - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant for storing the Quality Of Protection
SASL_REALM - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant for storing the realm
SASL_SERVER - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant for storing the SASL Server in the session.
SASL_USER_BASE_DN - Static variable in class org.apache.directory.server.ldap.handlers.sasl.SaslConstants
A key constant for storing the place where we are to search for user's pasword
SaslConstants - Class in org.apache.directory.server.ldap.handlers.sasl
SASL Constants used to store informations releated to the Challenge/response exchange during the SASL negociation.
SaslMechanism - Annotation Type in org.apache.directory.server.annotations
TODO SaslMechanism.
SaslMechHandlerBean - Class in org.apache.directory.server.config.beans
A class used to store the SASL mechanism handler configuration.
SaslMechHandlerBean() - Constructor for class org.apache.directory.server.config.beans.SaslMechHandlerBean
Create a new LdapServerSaslMechanisHandlerBean instance
saveContextCsn(PartitionTxn) - Method in interface org.apache.directory.server.core.api.partition.Partition
Saves the context CSN value in the context entry of the partition
saveContextCsn(PartitionTxn) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
 
saveContextCsn(PartitionTxn) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Saves the context CSN value in the context entry of the partition
saveContextCsn(PartitionTxn) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
 
saveContextCsn(PartitionTxn) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
ScanCountComparator - Class in org.apache.directory.server.xdbm.search.impl
A helper class used to compare scan counts.
ScanCountComparator() - Constructor for class org.apache.directory.server.xdbm.search.impl.ScanCountComparator
 
SCHEMA_MODIFICATION_ATTRIBUTES_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SCHEMA_MODIFICATION_ATTRIBUTES_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SCHEMA_MODIFIED - Static variable in interface org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizer
A constant to tell the caller that the schema has been modified
SCHEMA_MODIFIERS_NAME_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SCHEMA_MODIFIERS_NAME_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SCHEMA_MODIFY_TIMESTAMP_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SCHEMA_MODIFY_TIMESTAMP_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SCHEMA_NAME - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SCHEMA_NAME - Static variable in class org.apache.directory.server.constants.CoreSchemaConstants
 
SCHEMA_NAME - Static variable in class org.apache.directory.server.constants.SystemSchemaConstants
 
SCHEMA_UNCHANGED - Static variable in interface org.apache.directory.server.core.api.schema.registries.synchronizers.RegistrySynchronizer
A constant to tell the caller that the schema has not been modified
SchemaInterceptor - Class in org.apache.directory.server.core.schema
An Interceptor that manages and enforces schemas.
SchemaInterceptor() - Constructor for class org.apache.directory.server.core.schema.SchemaInterceptor
Creates a new instance of a SchemaInterceptor.
SchemaLdifToPartitionExtractor - Class in org.apache.directory.server.core.schema
An schema extractor that adds schema LDIF entries directly to the schema partition.
SchemaLdifToPartitionExtractor(SchemaManager, Partition) - Constructor for class org.apache.directory.server.core.schema.SchemaLdifToPartitionExtractor
Creates an extractor which adds schema LDIF entries directly to the schema partition.
schemaManager - Variable in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
A reference to the SchemaManager instance
schemaManager - Variable in class org.apache.directory.server.core.api.partition.AbstractPartition
The SchemaManager instance
schemaManager - Variable in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
The global SchemaManager
schemaManager - Variable in class org.apache.directory.server.core.api.subtree.SubentryUtils
A reference to the SchemaManager instance
schemaManager - Variable in class org.apache.directory.server.core.jndi.ServerContext
The SchemManager instance
schemaManager - Variable in class org.apache.directory.server.xdbm.AbstractTable
The global SchemaManager
schemaManager - Variable in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
The SchemaManager instance
SchemaPartition - Class in org.apache.directory.server.core.api.schema
A special partition designed to contain the portion of the DIT where schema information for the server is stored.
SchemaPartition(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.SchemaPartition
 
SchemaService - Class in org.apache.directory.server.core.shared
This class manage the Schema's operations.
SchemaSubentryManager - Class in org.apache.directory.server.core.schema
 
SchemaSubentryManager(SchemaManager, DnFactory) - Constructor for class org.apache.directory.server.core.schema.SchemaSubentryManager
 
SchemaSubentryModifier - Class in org.apache.directory.server.core.schema
Responsible for translating modify operations on the subschemaSubentry into operations against entries within the schema partition.
SchemaSubentryModifier(SchemaManager, DnFactory) - Constructor for class org.apache.directory.server.core.schema.SchemaSubentryModifier
Creates a new instance of SchemaSubentryModifier.
SchemaSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
This class handle modifications made on a global schema.
SchemaSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.SchemaSynchronizer
Creates and initializes a new instance of Schema synchronizer
ScopeEvaluator - Class in org.apache.directory.server.core.api.event
Evaluates ScopeNode assertions on candidates.
ScopeEvaluator() - Constructor for class org.apache.directory.server.core.api.event.ScopeEvaluator
 
search(Dn, String) - Method in interface org.apache.directory.server.core.api.CoreSession
Searches the directory using a specified filter.
search(Dn, String, boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Searches the directory using a specified filter.
search(Dn, SearchScope, ExprNode, AliasDerefMode, String...) - Method in interface org.apache.directory.server.core.api.CoreSession
Searches the directory using a specified search scope and filter.
search(SearchRequest) - Method in interface org.apache.directory.server.core.api.CoreSession
 
search(SearchOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
search(SearchOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
search(SearchRequest) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
search(Dn, String, SearchScope, String...) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
search(String, String, SearchScope, String...) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
search(SearchOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
search(SearchOperationContext) - Method in interface org.apache.directory.server.core.api.partition.Partition
Conducts a search against this ContextPartition.
search(SearchOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Conducts a search against this ContextPartition.
search(SearchOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
search(SearchOperationContext) - Method in class org.apache.directory.server.core.authz.AciAuthorizationInterceptor
search(SearchOperationContext) - Method in class org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor
search(SearchOperationContext) - Method in class org.apache.directory.server.core.collective.CollectiveAttributeInterceptor
search(SearchOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
search(SearchOperationContext) - Method in class org.apache.directory.server.core.integ.DelayInducingInterceptor
 
search(String, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
search(Name, Attributes) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
search(String, Attributes, String[]) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
search(Name, Attributes, String[]) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
search(String, String, SearchControls) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
search(Name, String, SearchControls) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
search(String, String, Object[], SearchControls) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
search(Name, String, Object[], SearchControls) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
search(String, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
search(Name, Attributes) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
search(String, Attributes, String[]) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
search(Name, Attributes, String[]) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
search(String, String, SearchControls) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
search(Name, ExprNode, SearchControls) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
A search overload that is used for optimizing search handling in the LDAP protocol provider which deals with an ExprNode instance rather than a String for the filter.
search(Name, String, SearchControls) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
search(String, String, Object[], SearchControls) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
search(Name, String, Object[], SearchControls) - Method in class org.apache.directory.server.core.jndi.ServerDirContext
 
search(SearchOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
search(SearchOperationContext) - Method in class org.apache.directory.server.core.normalization.NormalizationInterceptor
search(SearchOperationContext) - Method in class org.apache.directory.server.core.operational.OperationalAttributeInterceptor
search(SearchOperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Conducts a search against this ContextPartition.
search(SearchOperationContext) - Method in class org.apache.directory.server.core.ppolicy.PPolicyInterceptor
search(SearchOperationContext) - Method in class org.apache.directory.server.core.schema.SchemaInterceptor
search(Dn, String) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Searches the directory using a specified filter.
search(Dn, String, boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Searches the directory using a specified filter.
search(Dn, SearchScope, ExprNode, AliasDerefMode, String...) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Searches the directory using a specified search scope and filter.
search(SearchRequest) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
search(SearchOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Conducts a search against this ContextPartition.
search(SearchOperationContext) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
search(SearchOperationContext) - Method in class org.apache.directory.server.core.subtree.SubentryInterceptor
SearchAbandonListener - Class in org.apache.directory.server.ldap.handlers
An AbandonListener implementation which closes an associated cursor or removes a DirectoryListener.
SearchAbandonListener(LdapServer, Cursor<Entry>, DirectoryListener) - Constructor for class org.apache.directory.server.ldap.handlers.SearchAbandonListener
 
SearchAbandonListener(LdapServer, DirectoryListener) - Constructor for class org.apache.directory.server.ldap.handlers.SearchAbandonListener
 
SearchAbandonListener(LdapServer, Cursor<Entry>) - Constructor for class org.apache.directory.server.ldap.handlers.SearchAbandonListener
 
SearchableChangeLogStore - Interface in org.apache.directory.server.core.api.changelog
TODO SearchableChangeLogStore.
SearchEngine - Interface in org.apache.directory.server.xdbm.search
Given a search filter and a scope the search engine identifies valid candidate entries returning their ids.
SEARCHING - Static variable in interface org.apache.directory.server.xdbm.search.SearchEngine
TODO put this in the right place The alias dereferencing mode value for JNDI providers
SearchOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A Search context used for Interceptors.
SearchOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
Creates a new instance of SearchOperationContext.
SearchOperationContext(CoreSession, SearchRequest) - Constructor for class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
Creates a new instance of SearchOperationContext.
SearchOperationContext(CoreSession, Dn, ExprNode, SearchControls) - Constructor for class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
Creates a new instance of SearchOperationContext.
SearchOperationContext(CoreSession, Dn, SearchScope, ExprNode, String...) - Constructor for class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
Creates a new instance of SearchOperationContext.
SearchRequestContainer - Class in org.apache.directory.server.core.api
A container storing a SearchRequest being processed, and the associated size and time limit.
SearchRequestContainer(SearchRequest, Cursor<Entry>) - Constructor for class org.apache.directory.server.core.api.SearchRequestContainer
Create an instance of the container with the SearchRequest and its limit.
SearchRequestHandler - Class in org.apache.directory.server.ldap.handlers.request
A MessageReceived handler for processing search requests.
SearchRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.request.SearchRequestHandler
 
SearchResultDoneHandler - Class in org.apache.directory.server.ldap.handlers.response
A handler for processing SearchResultDone responses.
SearchResultDoneHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.SearchResultDoneHandler
 
SearchResultEntryHandler - Class in org.apache.directory.server.ldap.handlers.response
A handler for processing SearchResultEntry responses.
SearchResultEntryHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.SearchResultEntryHandler
 
SearchResultReferenceHandler - Class in org.apache.directory.server.ldap.handlers.response
A handler for processing SearchResultReference responses.
SearchResultReferenceHandler() - Constructor for class org.apache.directory.server.ldap.handlers.response.SearchResultReferenceHandler
 
SearchTimeLimitingMonitor - Class in org.apache.directory.server.ldap.handlers
A ClosureMonitor implementation which takes into account a time limit.
SearchTimeLimitingMonitor(long, TimeUnit) - Constructor for class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
Creates a new instance of SearchTimeLimitingMonitor.
sendGracefulDisconnect(List<IoSession>, GracefulDisconnectResponse, IoSession) - Static method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
Blocks to synchronously send the same GracefulDisconnect message to all managed sessions except for the requestor of the GracefulShutdown.
sendNoticeOfDisconnect(List<IoSession>, IoSession) - Static method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
Blocks to synchronously send the a NoticeOfDisconnect message with the resultCode set to unavailable(52) to all managed sessions except for the requestor of the GracefulShutdown.
sendShutdownResponse(IoSession, int) - Static method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
Sends a successful response.
SEQPROP_KEY - Static variable in interface org.apache.directory.server.xdbm.MasterTable
the sequence key - stores last sequence value in the admin table
serialize(ChangeLogEvent, ObjectOutput) - Static method in class org.apache.directory.server.core.api.changelog.ChangeLogEventSerializer
Serializes a ChangeLogEvent instance.
serialize(LdapPrincipal, ObjectOutput) - Static method in class org.apache.directory.server.core.api.LdapPrincipalSerializer
Serializes a LdapPrincipal instance.
serialize(ArrayTree<E>) - Method in class org.apache.directory.server.core.avltree.ArrayMarshaller
Marshals the given tree to bytes
serialize(AvlTree<E>) - Method in class org.apache.directory.server.core.avltree.AvlTreeMarshaller
Marshals the given tree to bytes
serialize(Object) - Method in class org.apache.directory.server.core.avltree.DefaultMarshaller
 
serialize(E) - Method in interface org.apache.directory.server.core.avltree.Marshaller
 
serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.BigIntegerSerializer
 
serialize(BTreeRedirect) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeRedirectMarshaller
 
serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DnSerializer
This is the place where we serialize Dn
serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.EntrySerializer
This is the place where we serialize entries, and all theirs elements. the reason why we don't call the underlying methods (ServerAttribute.write(), Value.write()) is that we need access to the registries to read back the values.
serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.IndexValueSerializer
Serialize the object.
serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.LongSerializer
 
serialize(E) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.MarshallerSerializerBridge
 
serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.ParentIdAndRdnSerializer
This is the place where we serialize ParentIdAndRdn
serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.StringSerializer
 
serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.UuidSerializer
serialize(Dn) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.DnSerializer
This is the place where we serialize Dn
serialize(Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotEntrySerializer
This is the place where we serialize entries, and all theirs elements. the reason why we don't call the underlying methods (ServerAttribute.write(), Value.write()) is that we need access to the registries to read back the values.
serialize(ParentIdAndRdn) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
This is the place where we serialize ParentIdAndRdn.
serialize(Object) - Method in class org.apache.directory.server.core.shared.NullStringSerializer
 
serialize(Object) - Method in class org.apache.directory.server.core.shared.SortedEntrySerializer
 
serialize(Entry) - Method in class org.apache.directory.server.core.shared.SortedEntrySerializer
This is the place where we serialize entries, and all theirs elements. the reason why we don't call the underlying methods (ServerAttribute.write(), Value.write()) is that we need access to the registries to read back the values.
serialize(Object) - Method in class org.apache.directory.server.ldap.replication.ReplicaEventMessageSerializer
SERVER_PORT - Static variable in class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
Default DHCP server port
ServerAnnotationProcessor - Class in org.apache.directory.server.factory
Annotation processor for creating LDAP and Kerberos servers.
ServerBean - Class in org.apache.directory.server.config.beans
A class used to store the Server configuration.
ServerBean() - Constructor for class org.apache.directory.server.config.beans.ServerBean
Create a new ServerBean instance
ServerContext - Class in org.apache.directory.server.core.jndi
A non-federated abstract Context implementation.
ServerContext(DirectoryService, Hashtable<String, Object>) - Constructor for class org.apache.directory.server.core.jndi.ServerContext
Must be called by all subclasses to initialize the nexus proxy and the environment settings to be used by this Context implementation.
ServerContext(DirectoryService, LdapPrincipal, Name) - Constructor for class org.apache.directory.server.core.jndi.ServerContext
Must be called by all subclasses to initialize the nexus proxy and the environment settings to be used by this Context implementation.
ServerContext(DirectoryService, CoreSession, Name) - Constructor for class org.apache.directory.server.core.jndi.ServerContext
 
ServerDirContext - Class in org.apache.directory.server.core.jndi
The DirContext implementation for the Server Side JNDI LDAP provider.
ServerDirContext(DirectoryService, Hashtable<String, Object>) - Constructor for class org.apache.directory.server.core.jndi.ServerDirContext
Creates a new ServerDirContext by reading the PROVIDER_URL to resolve the distinguished name for this context.
ServerDirContext(DirectoryService, LdapPrincipal, Name) - Constructor for class org.apache.directory.server.core.jndi.ServerDirContext
Creates a new ServerDirContext with a distinguished name which is used to set the PROVIDER_URL to the distinguished name for this context.
ServerDirContext(DirectoryService, CoreSession, Name) - Constructor for class org.apache.directory.server.core.jndi.ServerDirContext
 
ServerDirObjectFactory - Interface in org.apache.directory.server.core.jndi
A specialized ObjectFactory that is optimized for our server-side JNDI provider.
ServerDirStateFactory - Interface in org.apache.directory.server.core.jndi
A specialized StateFactory that is optimized for our server-side JNDI provider.
ServerDNConstants - Class in org.apache.directory.server.constants
DN constants used in the server.
ServerEntryFactory - Interface in org.apache.directory.server.core.api.entry
A factory which produces ServerEntry objects.
ServerEntryUtils - Class in org.apache.directory.server.core.api.entry
A helper class used to manipulate Entries, Attributes and Values.
ServerIdentifier - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used in DHCPOFFER and DHCPREQUEST messages, and may optionally be included in the DHCPACK and DHCPNAK messages.
ServerIdentifier() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.ServerIdentifier
 
ServerIdentifier(InetAddress) - Constructor for class org.apache.directory.server.dhcp.options.dhcp.ServerIdentifier
 
ServerIntegrationUtils - Class in org.apache.directory.server.integ
 
ServerIntegrationUtils() - Constructor for class org.apache.directory.server.integ.ServerIntegrationUtils
 
ServerLdapContext - Class in org.apache.directory.server.core.jndi
An implementation of a JNDI LdapContext.
ServerLdapContext(DirectoryService, Hashtable<String, Object>) - Constructor for class org.apache.directory.server.core.jndi.ServerLdapContext
Creates an instance of an ServerLdapContext.
ServerLdapContext(DirectoryService, LdapPrincipal, Name) - Constructor for class org.apache.directory.server.core.jndi.ServerLdapContext
Creates a new ServerDirContext with a distinguished name which is used to set the PROVIDER_URL to the distinguished name for this context.
ServerLdapContext(DirectoryService, CoreSession, Name) - Constructor for class org.apache.directory.server.core.jndi.ServerLdapContext
 
ServerSearchResult - Class in org.apache.directory.server.core.api.entry
Creates a wrapper around a SearchResult object so that we can use the Dn instead of parser it over and over
ServerSearchResult(Dn, Entry, boolean) - Constructor for class org.apache.directory.server.core.api.entry.ServerSearchResult
Creates a new instance of ServerSearchResult.
ServerSearchResult(Dn, Entry) - Constructor for class org.apache.directory.server.core.api.entry.ServerSearchResult
Creates a new instance of ServerSearchResult.
ServerSelectionRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
The format of the SRV RR Here is the format of the SRV RR, whose DNS type code is 33: _Service.
ServerSelectionRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.ServerSelectionRecordEncoder
 
SERVICE_NAME - Static variable in class org.apache.directory.server.ldap.LdapServer
the constant service name of this ldap protocol provider
SERVICE_PORT - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsServicePort
SERVICE_PRIORITY - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsServicePriority
SERVICE_WEIGHT - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsServiceWeight
ServiceBuilder - Class in org.apache.directory.server.config.builder
A class used for reading the configuration present in a Partition and instantiate the necessary objects like DirectoryService, Interceptors etc.
ServiceConfigurationException - Exception in org.apache.directory.server.protocol.shared
An exception for the Service configuration
ServiceConfigurationException() - Constructor for exception org.apache.directory.server.protocol.shared.ServiceConfigurationException
Creates a new instance of ServiceConfigurationException.
ServiceConfigurationException(String, Throwable) - Constructor for exception org.apache.directory.server.protocol.shared.ServiceConfigurationException
Creates a new instance of ServiceConfigurationException.
ServiceConfigurationException(String) - Constructor for exception org.apache.directory.server.protocol.shared.ServiceConfigurationException
Creates a new instance of ServiceConfigurationException.
ServiceConfigurationException(Throwable) - Constructor for exception org.apache.directory.server.protocol.shared.ServiceConfigurationException
Creates a new instance of ServiceConfigurationException.
ServiceType - Enum in org.apache.directory.server.dns.messages
 
session - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
The core session
sessionClosed(IoSession) - Method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
 
sessionClosed(IoSession) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolHandler
 
sessionCreated(IoSession) - Method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
 
sessionCreated(IoSession) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolHandler
 
sessionIdle(IoSession, IdleStatus) - Method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
 
sessionIdle(IoSession, IdleStatus) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolHandler
 
sessionOpened(IoSession) - Method in class org.apache.directory.server.dhcp.protocol.DhcpProtocolHandler
 
sessionOpened(IoSession) - Method in class org.apache.directory.server.dns.protocol.DnsProtocolHandler
 
setAbandoned(boolean) - Method in class org.apache.directory.server.core.api.filtering.CursorList
 
setAbandoned(boolean) - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
 
setAbandoned(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
setAbandonHandler(LdapRequestHandler<AbandonRequest>) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived handler into the IoHandler
setAcceptNonAuthenticatedData(boolean) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setAccessControlEnabled(boolean) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets whether to enable basic access control checks or not.
setAccessControlEnabled(boolean) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets whether to enable basic access control checks or not.
setAccessControlSap(AccessControlAdministrativePoint) - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
Set the AccessControl SAP (can be an AAP)
setAciTuples(Collection<ACITuple>) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setAcquired(long) - Method in class org.apache.directory.server.dhcp.service.Lease
 
setAddHandlers(LdapRequestHandler<AddRequest>, LdapResponseHandler<AddResponse>) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived and MessageSent handler into the IoHandler
setAdditionalRecords(List<ResourceRecord>) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setAddress(InetAddress) - Method in class org.apache.directory.server.dhcp.options.AddressOption
 
setAddress(String) - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Stores the Address in this transport
setAddress(String) - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Set the InetAddress for this transport.
setAliasDerefMode(AliasDerefMode) - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
setAliasDerefMode(AliasDerefMode) - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
Set the Alias dereferencing mode
setAliasDerefMode(AliasDerefMode) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setAliasDerefMode(AliasDerefMode) - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
setAllOperationalAttributes(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
setAllowAnonymousAccess(boolean) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets whether to allow anonymous access to entries other than the RootDSE.
setAllowAnonymousAccess(boolean) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets whether to allow anonymous access to entries other than the RootDSE.
setAllUserAttributes(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
setAlteredEntry(Entry) - Method in class org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext
Set the modified entry once the operation has been proceced on the backend.
setAnonymous() - Method in class org.apache.directory.server.ldap.LdapSession
Set the current BindStatus to Anonymous
setAnswerRecords(List<ResourceRecord>) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setAssignedClientAddress(InetAddress) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setAttributeId(String) - Method in class org.apache.directory.server.xdbm.AbstractIndex
 
setAttributeId(String) - Method in interface org.apache.directory.server.xdbm.Index
Sets the attribute identifier set at configuration time for this index which may not be the OID but an alias name for the attributeType associated with this Index
setAttributes(String[]) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setAttributeType(AttributeType) - Method in class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
Set the AttributeType associated with the OID
setAttributeType(AttributeType) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setAttrValue(Value) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setAuthenticated() - Method in class org.apache.directory.server.ldap.LdapSession
Set the current BindStatus to authenticated
setAuthenticationLevel(AuthenticationLevel) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setAuthenticatorClass(String) - Method in class org.apache.directory.server.config.beans.AuthenticatorImplBean
 
setAuthenticatorId(String) - Method in class org.apache.directory.server.config.beans.AuthenticatorBean
 
setAuthenticators(List<AuthenticatorBean>) - Method in class org.apache.directory.server.config.beans.AuthenticationInterceptorBean
 
setAuthenticators(Set<Authenticator>) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
setAuthenticators(Authenticator[]) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
 
setAuthoritativeAnswer(boolean) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setAuthorityRecords(List<ResourceRecord>) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setAuthorizedPrincipal(LdapPrincipal) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
setAvailable(boolean) - Method in class org.apache.directory.server.xdbm.AbstractIndexCursor
setBackLog(int) - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Set the size of the messages queue waiting for the acceptor to be ready.
setBackLog(int) - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Set the size of the messages queue waiting for the acceptor to be ready.
setBase(Dn) - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
setBaseDn(String) - Method in class org.apache.directory.server.config.beans.AuthenticatorBean
 
setBaseDn(Dn) - Method in class org.apache.directory.server.core.authn.AbstractAuthenticator
Set the baseDN into the Authenticator
setBaseDn(Dn) - Method in interface org.apache.directory.server.core.authn.Authenticator
Set the baseDN into the Authenticator
setBaseDn(String) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setBinaryAttributeDetector(BinaryAttributeDetector) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
setBindHandlers(LdapRequestHandler<BindRequest>, LdapResponseHandler<BindResponse>) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived and MessageSent handler into the IoHandler
setBootFileName(String) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setCacheDir(File) - Method in class org.apache.directory.server.core.api.InstanceLayout
 
setCacheSize(int) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Used to specify the entry cache size for a Partition.
setCacheSize(int) - Method in class org.apache.directory.server.xdbm.AbstractIndex
Sets the size of the index cache in terms of the number of index entries to be cached.
setCacheSize(int) - Method in interface org.apache.directory.server.xdbm.Index
Sets the size of the index cache in terms of the number of index entries to be cached.
setCacheSize(int) - Method in interface org.apache.directory.server.xdbm.Store
Sets the cache size for this store.
setCandidateSet(Set<String>) - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
setCatelogBased(boolean) - Method in class org.apache.directory.server.protocol.shared.DirectoryBackedService
Set true if this service uses a catalog for searching different regions of the DIT for its data.
setCertificatePassword(String) - Method in class org.apache.directory.server.ldap.LdapServer
Set the certificate password.
setChangeLog(ChangeLogBean) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setChangeLog(ChangeLog) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets the ChangeLog service for this DirectoryService used for tracking changes (revisions) to the server and using them to revert the server to earlier revisions.
setChangeLog(ChangeLog) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets the ChangeLog service for this DirectoryService used for tracking changes (revisions) to the server and using them to revert the server to earlier revisions.
setChangeLogEvent(ChangeLogEvent) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
 
setChangeLogExposed(boolean) - Method in class org.apache.directory.server.config.beans.ChangeLogBean
 
setChangeLogId(String) - Method in class org.apache.directory.server.config.beans.ChangeLogBean
 
setChangeLogStore(ChangeLogStore) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Set the underlying storage
setChangeLogStore(ChangeLogStore) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Set the underlying storage
setChaseReferrals(boolean) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setClientAddress(SocketAddress) - Method in class org.apache.directory.server.core.api.LdapPrincipal
 
setClientAddress(InetAddress) - Method in class org.apache.directory.server.dhcp.service.Lease
 
setClosureMonitor(ClosureMonitor) - Method in class org.apache.directory.server.core.api.EntryToResponseCursor
setClosureMonitor(ClosureMonitor) - Method in class org.apache.directory.server.core.api.filtering.CursorList
setClosureMonitor(ClosureMonitor) - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
setClosureMonitor(ClosureMonitor) - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
setClosureMonitor(ClosureMonitor) - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
 
setCollateralOperation(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
setCollectiveAttribute(CollectiveAttributeAdministrativePoint) - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
Set the CollectiveAttribute SAP
setCompareHandlers(LdapRequestHandler<CompareRequest>, LdapResponseHandler<CompareResponse>) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived and MessageSent handler into the IoHandler
setConfDir(File) - Method in class org.apache.directory.server.core.api.InstanceLayout
 
setConfFile(String) - Method in class org.apache.directory.server.integration.http.HttpServer
 
setConfidentialityRequired(boolean) - Method in class org.apache.directory.server.ldap.LdapServer
Sets the mode for this LdapServer to accept requests with or without a TLS secured connection via either StartTLS extended operations or using LDAPS.
setConfig(DnsServer) - Method in class org.apache.directory.server.dns.service.DnsContext
 
setConfig(ReplicationConsumerConfig) - Method in interface org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer
Sets the configuration of the consumer
setConfig(ReplicationConsumerConfig) - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
Sets the configuration of the consumer
setConfigEntryDn(Dn) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setConsumerEntryDn(Dn) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
setContextCsn(String) - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Replaces the current context CSN with the given CSN value if they are not same and sets the ctxCsnChanged flag to true.
setContextEntry(String) - Method in class org.apache.directory.server.config.beans.PartitionBean
 
setContextEntry(Entry) - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
 
setContextPath(String) - Method in class org.apache.directory.server.integration.http.WebApp
 
setCookie(byte[]) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setCoreSession(CoreSession) - Method in class org.apache.directory.server.ldap.LdapSession
Sets the logical core DirectoryService session.
setCredentials(byte[]) - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
setCurrentClientAddress(InetAddress) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setCurrentInterceptor(int) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Sets the current interceptor number to a new value.
setCurrentInterceptor(int) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Sets the current interceptor number to a new value.
setCursor(Cursor<Entry>) - Method in class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
Set the new cursor for this search request
setData(byte[]) - Method in class org.apache.directory.server.dhcp.options.AddressOption
 
setData(byte[]) - Method in class org.apache.directory.server.dhcp.options.ByteOption
 
setData(byte[]) - Method in class org.apache.directory.server.dhcp.options.dhcp.DhcpMessageType
 
setData(byte[]) - Method in class org.apache.directory.server.dhcp.options.DhcpOption
Set the data (wire format) from a byte array.
setData(byte[]) - Method in class org.apache.directory.server.dhcp.options.IntOption
 
setData(byte[]) - Method in class org.apache.directory.server.dhcp.options.ShortOption
 
setData(byte[]) - Method in class org.apache.directory.server.dhcp.options.StringOption
 
setDefaultJNDIEnv() - Method in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
 
setDefaultJNDIEnv(String) - Method in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
 
setDefaultPolicyDn(Dn) - Method in class org.apache.directory.server.core.authn.ppolicy.PpolicyConfigContainer
Set the default password policy configuration's Dn
setDefaultPolicyDn(Dn) - Method in class org.apache.directory.server.core.ppolicy.PpolicyConfigContainer
Set the default password policy configuration's Dn
setDelayMillis(long) - Method in class org.apache.directory.server.core.integ.DelayInducingInterceptor
 
setDelegateHost(String) - Method in class org.apache.directory.server.config.beans.DelegatingAuthenticatorBean
 
setDelegateHost(String) - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
setDelegatePort(int) - Method in class org.apache.directory.server.config.beans.DelegatingAuthenticatorBean
 
setDelegatePort(int) - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
setDelegateSsl(boolean) - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
setDelegateSslTrustManagerFQCN(String) - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
setDelegateTls(boolean) - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
setDelegateTlsTrustManagerFQCN(String) - Method in class org.apache.directory.server.core.authn.DelegatingAuthenticator
 
setDeleteHandlers(LdapRequestHandler<DeleteRequest>, LdapResponseHandler<DeleteResponse>) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived and MessageSent handler into the IoHandler
setDelOldDn(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
Set the flag to delete the old Rdn
setDenormalizeOpAttrsEnabled(boolean) - Method in interface org.apache.directory.server.core.api.DirectoryService
 
setDenormalizeOpAttrsEnabled(boolean) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets whether the operational attributes are denormalized when returned
setDepth(int) - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
setDepth(int) - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
setDescription(String) - Method in class org.apache.directory.server.config.beans.AdsBaseBean
Sets the component description
setDirectoryService(DirectoryService) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
 
setDirectoryService(DirectoryService) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
 
setDirectoryService(DirectoryService) - Method in class org.apache.directory.server.factory.DefaultLdapServerFactory
 
setDirectoryService(DirectoryService) - Method in class org.apache.directory.server.ldap.LdapServer
 
setDirectoryService(DirectoryService) - Method in class org.apache.directory.server.protocol.shared.DirectoryBackedService
Set the DirectoryService
setDirectoryServiceBeans(List<AdsBaseBean>) - Method in class org.apache.directory.server.config.beans.ConfigBean
 
setDirectoryServiceId(String) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
Sets the ID for this DirectoryService
setDirty(boolean) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Set the dirty flag
setDisabled(boolean) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets whether the account is disabled.
setDistinguishedName(String) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the distinguished name (Dn).
setDn(Dn) - Method in class org.apache.directory.server.config.beans.AdsBaseBean
setDn(Dn) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
setDn(String) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
setDn(Dn) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Set the context Dn
setDn(Dn) - Method in class org.apache.directory.server.core.api.interceptor.context.EmptyOperationContext
Set the context Dn
setDn(Dn) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Set the context Dn
setDnFactory(DnFactory) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets the Dn factory.
setDnFactory(DnFactory) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets the Dn factory.
setDnsClass(RecordClass) - Method in class org.apache.directory.server.dns.messages.ResourceRecordModifier
 
setDnsName(String) - Method in class org.apache.directory.server.dns.messages.ResourceRecordModifier
 
setDnsTtl(int) - Method in class org.apache.directory.server.dns.messages.ResourceRecordModifier
 
setDnsType(RecordType) - Method in class org.apache.directory.server.dns.messages.ResourceRecordModifier
 
setDsAccessControlEnabled(boolean) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setDsAllowAnonymousAccess(boolean) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setDsDenormalizeOpAttrsEnabled(boolean) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setDsPasswordHidden(boolean) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setDsReplicaId(int) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setDsSyncPeriodMillis(long) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setDsTestEntries(String) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setEnabled(boolean) - Method in class org.apache.directory.server.config.beans.AdsBaseBean
Enable or disable the component
setEnabled(boolean) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Enable or disable the ChangeLog service
setEnabled(boolean) - Method in interface org.apache.directory.server.core.api.journal.Journal
Enable or disable the Journal service
setEnabled(boolean) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Enable or disable the ChangeLog service
setEnabled(boolean) - Method in class org.apache.directory.server.core.journal.DefaultJournal
 
setEnabled(boolean) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Sets whether or not this ProtocolService is enabled.
setEnabled(boolean) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Sets whether or not this ProtocolService is enabled.
setEnabledCiphers(List<String>) - Method in class org.apache.directory.server.config.beans.TransportBean
 
setEnabledCiphers(List<String>) - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
Set the list of enabled ciphers
setEnabledCipherSuites(List<String>) - Method in class org.apache.directory.server.ldap.LdapServer
Deprecated.
Get this list from the TcpTransport class
setEnabledProtocols(List<String>) - Method in class org.apache.directory.server.config.beans.TransportBean
 
setEnabledProtocols(List<String>) - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
Set the list of enabled protocols
setEnableRewriting(PartitionTxn, boolean) - Method in class org.apache.directory.server.core.partition.ldif.SingleFileLdifPartition
enable/disable the re-writing of partition data.
setEnableSSL(boolean) - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Enable or disable SSL
setEnableSSL(boolean) - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Enable or disable SSL
setEncryptionKey(EncryptionKey) - Method in class org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyContainer
Set a EncryptionKey Object into the container
setEntry(Entry) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
setEntry(Entry) - Method in class org.apache.directory.server.core.api.interceptor.context.DeleteOperationContext
 
setEntry(Entry) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Sets the server entry associated with the target Dn of this OperationContext.
setEntry(Entry) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setEntry(Entry) - Method in class org.apache.directory.server.xdbm.IndexEntry
setEntryDn(Dn) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setEntryView(Entry) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setEvaluator(Evaluator<? extends ExprNode>) - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
setEventMask(int) - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
setEventMask(EventType...) - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
setEventService(EventService) - Method in interface org.apache.directory.server.core.api.DirectoryService
 
setEventService(EventService) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setExitVmOnShutdown(boolean) - Method in interface org.apache.directory.server.core.api.DirectoryService
 
setExitVmOnShutdown(boolean) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setExpiration(KerberosTime) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the expiration time.
setExpires(long) - Method in class org.apache.directory.server.dhcp.service.Lease
 
setExposed(boolean) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Exposes the contents of ChangeLog to clients if set to true.
setExposed(boolean) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Exposes the contents of ChangeLog to clients if set to true.
setExtendedHandlers(ExtendedRequestHandler, ExtendedResponseHandler) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived and MessageSent handler into the IoHandler
setExtendedOperationHandlers(Collection<ExtendedOperationHandler<ExtendedRequest, ExtendedResponse>>) - Method in class org.apache.directory.server.ldap.LdapServer
setExtendedOpHandlerClass(String) - Method in class org.apache.directory.server.config.beans.ExtendedOpHandlerBean
 
setExtendedOpId(String) - Method in class org.apache.directory.server.config.beans.ExtendedOpHandlerBean
 
setExtendedOps(List<ExtendedOpHandlerBean>) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setFileName(String) - Method in interface org.apache.directory.server.core.api.journal.JournalStore
The file name to use as the journal file.
setFileName(String) - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
 
setFilter(ExprNode) - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
setFilter(String) - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
Set the filter
setFilter(ExprNode) - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
Set the filter into the context.
setFilter(String) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setFlags(short) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setGenerateNoReplEvt(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
sets whether or not to generate replication event messages by after an operation using this operation context completes
setHardwareAddress(HardwareAddress) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setHardwareAddress(HardwareAddress) - Method in class org.apache.directory.server.dhcp.service.Lease
 
setHashAlgorithm(String) - Method in class org.apache.directory.server.config.beans.HashInterceptorBean
 
setHopCount(short) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setHostName(String) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Set the consumer hostname
setHttpAppCtxPath(String) - Method in class org.apache.directory.server.config.beans.HttpWebAppBean
 
setHttpConfFile(String) - Method in class org.apache.directory.server.config.beans.HttpServerBean
 
setHttpsTransport(TcpTransport) - Method in class org.apache.directory.server.integration.http.HttpServer
 
setHttpTransport(TcpTransport) - Method in class org.apache.directory.server.integration.http.HttpServer
 
setHttpWarFile(String) - Method in class org.apache.directory.server.config.beans.HttpWebAppBean
 
setHttpWebApps(List<HttpWebAppBean>) - Method in class org.apache.directory.server.config.beans.HttpServerBean
 
setId(String) - Method in class org.apache.directory.server.config.beans.HttpWebAppBean
 
setId(String) - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Sets the unique identifier for this partition.
setId(String) - Method in interface org.apache.directory.server.core.api.partition.Partition
Sets the unique identifier for this partition.
setId(String) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Has no affect: the id is fixed at SchemaPartition.SCHEMA_ID: 'schema'.
setId(String) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Sets the unique identifier for this partition.
setId(I) - Method in class org.apache.directory.server.xdbm.IndexEntry
setIndex(int) - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
setIndex(int) - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
setIndexAttributeId(String) - Method in class org.apache.directory.server.config.beans.IndexBean
 
setIndexCacheSize(int) - Method in class org.apache.directory.server.config.beans.JdbmIndexBean
Sets the size of the index cache in terms of the number of index entries to be cached.
setIndexedAttributes(Set<Index<?, String>>) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Set the list of indexes for this partition
setIndexes(List<IndexBean>) - Method in class org.apache.directory.server.config.beans.PartitionBean
 
setIndexFileName(String) - Method in class org.apache.directory.server.config.beans.JdbmIndexBean
 
setIndexHasReverse(boolean) - Method in class org.apache.directory.server.config.beans.IndexBean
 
setIndexNumDupLimit(int) - Method in class org.apache.directory.server.config.beans.JdbmIndexBean
Sets the threshold at which point duplicate keys use btree indirection to store their values.
setIndexWorkingDir(String) - Method in class org.apache.directory.server.config.beans.JdbmIndexBean
 
setInstanceId(String) - Method in interface org.apache.directory.server.core.api.DirectoryService
Set the instance Identifier
setInstanceId(String) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setInstanceLayout(InstanceLayout) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets the InstanceLayout used by the DirectoryService to store the files
setInstanceLayout(InstanceLayout) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets the InstanceLayout used by the DirectoryService to store the files
setIntegerValue(int, EncryptionKeyContainer) - Method in class org.apache.directory.shared.kerberos.codec.encryptionKey.actions.StoreKeyType
setIntegerValue(int, PrincipalNameContainer) - Method in class org.apache.directory.shared.kerberos.codec.principalName.actions.StoreNameType
setInterceptorClassName(String) - Method in class org.apache.directory.server.config.beans.InterceptorBean
 
setInterceptorId(String) - Method in class org.apache.directory.server.config.beans.InterceptorBean
 
setInterceptorOrder(int) - Method in class org.apache.directory.server.config.beans.InterceptorBean
 
setInterceptors(List<InterceptorBean>) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
Sets the interceptors in the server.
setInterceptors(List<Interceptor>) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets the interceptors in the server.
setInterceptors(List<String>) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Sets the list of interceptors to go through for an operation
setInterceptors(List<String>) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Sets the list of interceptors to go through for an operation
setInterceptors(List<Interceptor>) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets the interceptors in the server.
setIntermediateHandler(LdapResponseHandler<IntermediateResponse>) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived and MessageSent handler into the IoHandler
setIntValue(long) - Method in class org.apache.directory.server.dhcp.options.IntOption
 
setIoSession(IoSession) - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
setIoSession(IoSession) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Stores the IoSession into the CoreSession.
setJdbmPartitionOptimizerEnabled(boolean) - Method in class org.apache.directory.server.config.beans.JdbmPartitionBean
Enable or disable the optimizer
setJournal(JournalBean) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setJournal(Journal) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets the journal in the server.
setJournal(Journal) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets the journal in the server.
setJournalFileName(String) - Method in class org.apache.directory.server.config.beans.JournalBean
 
setJournalId(String) - Method in class org.apache.directory.server.config.beans.JournalBean
 
setJournalRotation(int) - Method in class org.apache.directory.server.config.beans.JournalBean
 
setJournalStore(JournalStore) - Method in interface org.apache.directory.server.core.api.journal.Journal
Set the underlying storage
setJournalStore(JournalStore) - Method in class org.apache.directory.server.core.journal.DefaultJournal
 
setJournalWorkingDir(String) - Method in class org.apache.directory.server.config.beans.JournalBean
 
setKey(K) - Method in class org.apache.directory.server.xdbm.IndexEntry
setKeyMap(Map<EncryptionType, EncryptionKey>) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the key map.
setKeyStore(KeyStore) - Method in class org.apache.directory.server.core.security.CoreKeyStoreSpi
 
setKeystoreFile(String) - Method in class org.apache.directory.server.ldap.LdapServer
Set the external keystore path
setKeyType(EncryptionType) - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
Set the encryption type
setKeyValue(byte[]) - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
Set the key value
setKeyVersion(int) - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
Set the key value
setKeyVersionNumber(int) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the key version number.
setLastSentCsn(String) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Update the last Sent CSN.
setLdapServer(LdapServer) - Method in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
 
setLdapServer(LdapServer) - Method in interface org.apache.directory.server.ldap.ExtendedOperationHandler
Sets the LDAP server for this extendedOperation handler.
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.handlers.extended.CertGenerationRequestHandler
Sets the LDAP server for this extendedOperation handler.
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.handlers.extended.EndTransactionHandler
Sets the LDAP server for this extendedOperation handler.
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.handlers.extended.PwdModifyHandler
Sets the LDAP server for this extendedOperation handler.
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.handlers.extended.StartTlsHandler
Sets the LDAP server for this extendedOperation handler.
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.handlers.extended.StartTransactionHandler
Sets the LDAP server for this extendedOperation handler.
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.handlers.extended.StoredProcedureExtendedOperationHandler
Sets the LDAP server for this extendedOperation handler.
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.handlers.extended.WhoAmIHandler
Sets the LDAP server for this extendedOperation handler.
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
Associates a Ldap server instance to the message handler
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.handlers.LdapResponseHandler
Associates a Ldap server instance to the message handler
setLdapServer(LdapServer) - Method in class org.apache.directory.server.ldap.LdapSession
Store a reference on the LdapServer intance
setLdapServerCertificatePassword(String) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setLdapServerConfidentialityRequired(boolean) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setLdapServerKeystoreFile(String) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setLdapServerMaxSizeLimit(int) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setLdapServerMaxTimeLimit(int) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setLdapServerSaslHost(String) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setLdapServerSaslPrincipal(String) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setLdapServerSaslRealms(List<String>) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setLdifDirectory(File) - Method in class org.apache.directory.server.configuration.ApacheDS
 
setLeapIndicator(LeapIndicatorType) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setLeft(LinkedAvlMapNode<K, V>) - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
setLeft(LinkedAvlNode<T>) - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
setLockedOut(boolean) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets whether the account is locked-out.
setLogChange(LogChange) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
Set the flag which tells the server to log the changes into the changeLog file
setLogChange(LogChange) - Method in interface org.apache.directory.server.core.api.interceptor.context.ChangeOperationContext
Set the flag which tells the server to log the changes into the changeLog file
setLogDir(File) - Method in class org.apache.directory.server.core.api.InstanceLayout
 
setMaxIdlePeriod(long) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
setMaxObjectSize(int) - Method in class org.apache.directory.server.dns.protocol.DnsTcpDecoder
Sets the allowed maximum size of the object to be decoded.
setMaxPDUSize(int) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setMaxPDUSize(int) - Method in interface org.apache.directory.server.core.api.DirectoryService
Set the maximum allowed size for an incoming PDU
setMaxPDUSize(int) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Set the maximum allowed size for an incoming PDU
setMaxPDUSize(int) - Method in class org.apache.directory.server.ldap.LdapServer
Set the maximum allowed size for an incoming PDU
setMaxSizeLimit(long) - Method in class org.apache.directory.server.ldap.LdapServer
Sets the maximum size limit in number of entries to return for search.
setMaxTimeLimit(int) - Method in class org.apache.directory.server.ldap.LdapServer
Sets the maximum time limit in milliseconds to conduct a search.
setMessageType(MessageType) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setMessageType(MessageType) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setMicroOperations(Collection<MicroOperation>) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setMmrMode(boolean) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
enable/disable MMR option
setMode(ModeType) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setModifiedAvas(Map<String, List<ModDnAva>>) - Method in class org.apache.directory.server.core.api.interceptor.context.MoveAndRenameOperationContext
 
setModifiedEntry(Entry) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
 
setModifyDnHandlers(LdapRequestHandler<ModifyDnRequest>, LdapResponseHandler<ModifyDnResponse>) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived and MessageSent handler into the IoHandler
setModifyHandlers(LdapRequestHandler<ModifyRequest>, LdapResponseHandler<ModifyResponse>) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived and MessageSent handler into the IoHandler
setModItems(List<Modification>) - Method in class org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext
Set the modified attributes
setNameType(PrincipalNameType) - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
Set the Principal name Type
setNbChildren(long) - Method in class org.apache.directory.server.core.api.partition.Subordinates
 
setNbChildren(int) - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
Sets the number of children this entry has
setNbDescendants(int) - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
Sets the number of descendants this entry has
setNbSubordinates(long) - Method in class org.apache.directory.server.core.api.partition.Subordinates
 
setNbThreads(int) - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Set the number of processing threads for the acceptor
setNbThreads(int) - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Set the number of processing threads for the acceptor
setNeedClientAuth(boolean) - Method in class org.apache.directory.server.config.beans.TransportBean
 
setNeedClientAuth(boolean) - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
Set the needClientAuth SSL flag
setNewDn(Dn) - Method in class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
 
setNewDn(Dn) - Method in class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
Set the new Dn
setNewRdn(Rdn) - Method in class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
Set the new Rdn
setNewSuperior(Dn) - Method in class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
 
setNewSuperiorDn(Dn) - Method in class org.apache.directory.server.core.api.interceptor.context.MoveAndRenameOperationContext
Set the new Superior Dn
setNext(LinkedAvlMapNode<K, V>) - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
setNext(LinkedAvlNode<T>) - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
setNextServerAddress(InetAddress) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setNoAttributes(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
setNtlmMechProvider(String) - Method in class org.apache.directory.server.config.beans.SaslMechHandlerBean
 
setNtlmProvider(NtlmProvider) - Method in class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmMechanismHandler
 
setNtlmProviderFqcn(String) - Method in class org.apache.directory.server.ldap.handlers.sasl.ntlm.NtlmMechanismHandler
 
setNumDupLimit(int) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Sets the threshold at which point duplicate keys use btree indirection to store their values.
setObject(Object) - Method in class org.apache.directory.server.core.api.entry.ServerSearchResult
 
setOctetString(byte[], EncryptionKeyContainer) - Method in class org.apache.directory.shared.kerberos.codec.encryptionKey.actions.StoreKeyValue
setOid(String) - Method in class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
Set the compared OID
setOldSuperior(Dn) - Method in class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
 
setOp(byte) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setOpCode(OpCode) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setOperationContext(OperationContext) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setOperationContext(OperationContext) - Method in class org.apache.directory.server.core.trigger.AbstractStoredProcedureParameterInjector
 
setOptimizer(Optimizer) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
setOptimizerEnabled(boolean) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Set the optimizer flag
setOptions(OptionsField) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setOrderedSet(AvlTree<V>) - Method in class org.apache.directory.server.core.avltree.SingletonOrOrderedSet
Sets the set of ordered values.
setOriginalEntry(Entry) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
setOriginateTimestamp(NtpTimeStamp) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setParent(AdministrativePoint) - Method in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
Set the AdministrativePoint parent
setParent(AdministrativePoint) - Method in interface org.apache.directory.server.core.api.administrative.AdministrativePoint
Set the AdministrativePoint parent
setParentId(String) - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
Sets the parent ID.
setPartition(Partition) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Set the Partition it's working on
setPartition(Partition) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Set the Partition it's working on
setPartitionCacheSize(int) - Method in class org.apache.directory.server.config.beans.JdbmPartitionBean
Used to specify the entry cache size for a Partition.
setPartitionId(String) - Method in class org.apache.directory.server.config.beans.PartitionBean
 
setPartitionPath(URI) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Sets the path in which this Partition stores data.
setPartitionPath(URI) - Method in interface org.apache.directory.server.xdbm.Store
Sets the partition path (working directory) for the store.
setPartitions(List<PartitionBean>) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setPartitions(Set<? extends Partition>) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets Partitions used by this DirectoryService.
setPartitions(Set<? extends Partition>) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets Partitions used by this DirectoryService.
setPartitionsDir(File) - Method in class org.apache.directory.server.core.api.InstanceLayout
 
setPartitionSuffix(Dn) - Method in class org.apache.directory.server.config.beans.PartitionBean
 
setPartitionSuffix(String) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
The prefix of the partition.
setPartitionSuffix(String) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
The prefix of the partition.
setPartitionSyncOnWrite(boolean) - Method in class org.apache.directory.server.config.beans.PartitionBean
 
setPasswordHidden(boolean) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets whether the userPassword attribute is readable, or hidden.
setPasswordHidden(boolean) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets whether the userPassword attribute is readable, or hidden.
setPasswordPolicies(List<PasswordPolicyBean>) - Method in class org.apache.directory.server.config.beans.AuthenticationInterceptorBean
 
setPersistentListener(SyncReplSearchListener) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Set the listener
setPollInterval(byte) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setPort(int) - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Sets the port for this service.
setPort(int) - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Sets the port for this service.
setPrecision(byte) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setPrevious(LinkedAvlMapNode<K, V>) - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
setPrevious(LinkedAvlNode<T>) - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
setPrincipal(Entry) - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
setPrincipal(KerberosPrincipal) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the principal.
setPrincipalName(PrincipalName) - Method in class org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameContainer
Set a PrincipalName Object into the container.
setPurgeThresholdCount(int) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
setPushInRealTime(boolean) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
Set the pushInRealTime parameter
setPushToEvtInterceptor(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
sets if this context needs to be pushed to the event interceptor from nexus
setPwdAllowUserChange(boolean) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdAllowUserChange(boolean) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdAttribute(String) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdAttribute(String) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
Set the name of the attribute storing the password
setPwdCheckQuality(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdCheckQuality(CheckQualityEnum) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdExpireWarning(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdExpireWarning(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdFailureCountInterval(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdFailureCountInterval(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdGraceAuthNLimit(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdGraceAuthNLimit(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdGraceExpire(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdGraceExpire(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdId(String) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdInHistory(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdInHistory(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdLockout(boolean) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdLockout(boolean) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdLockoutDuration(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdLockoutDuration(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdMaxAge(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdMaxAge(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdMaxDelay(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdMaxDelay(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdMaxFailure(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdMaxFailure(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdMaxIdle(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdMaxIdle(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdMaxLength(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdMaxLength(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdMinAge(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdMinAge(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdMinDelay(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdMinDelay(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdMinLength(int) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdMinLength(int) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdMustChange(boolean) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdMustChange(boolean) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdMustChange(boolean) - Method in interface org.apache.directory.server.core.api.CoreSession
Sets if the passwords must be changed.
setPwdMustChange(boolean) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Sets if the passwords must be changed.
setPwdPolicies(PpolicyConfigContainer) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
set all the password policies to be used by the server.
setPwdSafeModify(boolean) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
 
setPwdSafeModify(boolean) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setPwdValidator(String) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
Sets the password validator
setPwdValidator(PasswordValidator) - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
 
setQuestionRecords(List<QuestionRecord>) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setRangeMax(InetAddress) - Method in class org.apache.directory.server.dhcp.store.Subnet
 
setRangeMin(InetAddress) - Method in class org.apache.directory.server.dhcp.store.Subnet
 
setRdn(Rdn) - Method in class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
 
setRdns(Rdn...) - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
Sets the Rdn.
setReceiveTimestamp(NtpTimeStamp) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setRecordManager(RecordManager) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Sets the RecordManager
setRecursionAvailable(boolean) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setRecursionDesired(boolean) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setReferenceIdentifier(ReferenceIdentifier) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setReferenceTimestamp(NtpTimeStamp) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setReferralHandlingMode(ReferralHandlingMode) - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
setReferralManager(ReferralManager) - Method in interface org.apache.directory.server.core.api.DirectoryService
Set the referralManager
setReferralManager(ReferralManager) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Set the referralManager
setRefreshInterval(long) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setRefreshNPersist(boolean) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
setRefreshNPersist(boolean) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setRelative(boolean) - Method in class org.apache.directory.server.core.api.entry.ServerSearchResult
 
setRelayAgentAddress(InetAddress) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setRemoteHost(String) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setRemotePort(int) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setReplAliasDerefMode(String) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplAttributes(List<String>) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplConsumer(List<ReplConsumerBean>) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setReplConsumerId(String) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplConsumerImpl(String) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplConsumers(List<ReplicationConsumer>) - Method in class org.apache.directory.server.ldap.LdapServer
 
setReplCookie(String) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplDirectory(File) - Method in class org.apache.directory.server.core.api.InstanceLayout
Sets the directory where the replication data are stored
setReplEnabled(boolean) - Method in class org.apache.directory.server.config.beans.LdapServerBean
Enable or disable the replication
setReplEvent(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
 
setReplicaId(int) - Method in interface org.apache.directory.server.core.api.DirectoryService
 
setReplicaId(int) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setReplicaId(int) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setReplicationReqHandler(ReplicationRequestHandler) - Method in class org.apache.directory.server.ldap.handlers.request.SearchRequestHandler
Install the replication handler when it's allowed by this server
setReplicationReqHandler(ReplicationRequestHandler) - Method in class org.apache.directory.server.ldap.LdapServer
 
setReplPingerSleep(int) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setReplPingerSleepTime(int) - Method in class org.apache.directory.server.ldap.LdapServer
The number of seconds pinger thread should sleep before pinging the providers
setReplProvHostName(String) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplProvPort(int) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplRefreshInterval(long) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplRefreshNPersist(boolean) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplReqHandler(String) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setReplSearchFilter(String) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplSearchScope(String) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplSearchSizeLimit(int) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplSearchTimeout(int) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplStrictCertValidation(boolean) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplUserDn(String) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplUserDn(String) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setReplUserPassword(byte[]) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReplUserPassword(byte[]) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setReplUseTls(boolean) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setReply(DnsMessage) - Method in class org.apache.directory.server.dns.service.DnsContext
 
setRequestControls(Map<String, Control>) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
setRequestControls(Control[]) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
setRequestControls(Control[]) - Method in class org.apache.directory.server.core.jndi.ServerLdapContext
 
setRequestControls(OperationContext, Request) - Static method in class org.apache.directory.server.ldap.LdapProtocolUtils
Extracts request controls from a request to populate into an OperationContext.
setRequiredDirectories(File[]) - Method in class org.apache.directory.server.core.api.AbstractLayout
Sets the required directories.
setRequiredFiles(File[]) - Method in class org.apache.directory.server.core.api.AbstractLayout
Sets the required files.
setReserved(boolean) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setResponseCode(ResponseCode) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setResponseControls(OperationContext, Response) - Static method in class org.apache.directory.server.ldap.LdapProtocolUtils
Extracts response controls from a an OperationContext to populate into a Response object.
setResultSet(Set<IndexEntry<String, String>>) - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
setReturningAttributes(String...) - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
setRevisionsContainerName(String) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
The name of the revisions container under the partition.
setRevisionsContainerName(String) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
The name of the revisions container under the partition.
setRid(int) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractChangeOperationContext
sets the replica ID received from a consumer
setRight(LinkedAvlMapNode<K, V>) - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
setRight(LinkedAvlNode<T>) - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
setRootDelay(int) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setRootDispersion(int) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setRotation(int) - Method in interface org.apache.directory.server.core.api.journal.Journal
 
setRotation(int) - Method in class org.apache.directory.server.core.journal.DefaultJournal
 
setRunDir(File) - Method in class org.apache.directory.server.core.api.InstanceLayout
 
setSamType(SamType) - Method in class org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntryModifier
Sets the single-use authentication (SAM) type.
setSaslAuthId(String) - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
setSaslAuthPending() - Method in class org.apache.directory.server.ldap.LdapSession
Set the current BindStatus to SASL authentication pending
setSaslHost(String) - Method in class org.apache.directory.server.ldap.LdapServer
Sets the FQDN of this SASL host, validated during SASL negotiation.
setSaslMechanism(String) - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
setSaslMechanismHandlers(Map<String, MechanismHandler>) - Method in class org.apache.directory.server.ldap.handlers.request.BindRequestHandler
Set the mechanisms handler map.
setSaslMechanismHandlers(Map<String, MechanismHandler>) - Method in class org.apache.directory.server.ldap.LdapServer
 
setSaslMechClassName(String) - Method in class org.apache.directory.server.config.beans.SaslMechHandlerBean
 
setSaslMechHandlers(List<SaslMechHandlerBean>) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setSaslMechHandlers(SaslMechHandlerBean...) - Method in class org.apache.directory.server.config.beans.LdapServerBean
 
setSaslMechName(String) - Method in class org.apache.directory.server.config.beans.SaslMechHandlerBean
 
setSaslPrincipal(String) - Method in class org.apache.directory.server.ldap.LdapServer
Sets the Kerberos principal name for this LDAP service, used by GSSAPI.
setSaslRealms(List<String>) - Method in class org.apache.directory.server.ldap.LdapServer
Sets the realms serviced by this SASL host, used by DIGEST-MD5 and GSSAPI.
setSchemaManager(SchemaManager) - Method in interface org.apache.directory.server.core.api.DirectoryService
Associates a SchemaManager to the service
setSchemaManager(SchemaManager) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
setSchemaManager(SchemaManager) - Method in class org.apache.directory.server.core.api.LdapPrincipal
 
setSchemaManager(SchemaManager) - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Sets the schema manager assigned to this Partition.
setSchemaManager(SchemaManager) - Method in interface org.apache.directory.server.core.api.partition.Partition
Sets the schema manager assigned to this Partition.
setSchemaManager(SchemaManager) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setSchemaManager(SchemaManager) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Set the SchemaManager instance.
setSchemaManager(SchemaManager) - Static method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotEntrySerializer
 
setSchemaManager(SchemaManager) - Static method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
 
setSchemaManager(SchemaManager) - Static method in class org.apache.directory.server.core.shared.SortedEntrySerializer
 
setSchemaManager(SchemaManager) - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
setSchemaPartition(SchemaPartition) - Method in interface org.apache.directory.server.core.api.DirectoryService
Set the SchemaPartition
setSchemaPartition(SchemaPartition) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Set the SchemaPartition
setScope(SearchScope) - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
 
setScope(SearchScope) - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
setSearchBaseDn(Dn) - Method in class org.apache.directory.server.config.beans.ChangePasswordServerBean
 
setSearchBaseDn(Dn) - Method in class org.apache.directory.server.config.beans.DSBasedServerBean
 
setSearchBaseDn(String) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
 
setSearchBaseDn(String) - Method in class org.apache.directory.server.protocol.shared.DirectoryBackedService
 
setSearchCriteria(NotificationCriteria) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Stores the search criteria
setSearchEngine(SearchEngine) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
setSearchFilter(String) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Set the searchFilter
setSearchHandlers(LdapRequestHandler<SearchRequest>, LdapResponseHandler<SearchResultEntry>, LdapResponseHandler<SearchResultReference>, LdapResponseHandler<SearchResultDone>) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived and MessageSent handler into the IoHandler
setSearchRequest(SearchRequest) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
Stores the SearchRequest, and associate a AbandonListener to it
setSearchScope(SearchScope) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setSearchSizeLimit(int) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setSearchTimeout(int) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
setSeconds(int) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setServerAddress(SocketAddress) - Method in class org.apache.directory.server.core.api.LdapPrincipal
 
setServerEntry(Entry) - Method in class org.apache.directory.server.core.api.entry.ServerSearchResult
 
setServerHostname(String) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setServerId(String) - Method in class org.apache.directory.server.config.beans.ServerBean
 
setServers(List<ServerBean>) - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
 
setService(DirectoryService) - Method in class org.apache.directory.server.core.integ.AbstractLdapTestUnit
 
setServiceId(String) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Sets the instance identifier for this ProtocolService.
setServiceId(String) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Sets the instance identifier for this ProtocolService.
setServiceName(String) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Sets the descriptive name for the kind of service this represents.
setServiceName(String) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Sets the descriptive name for the kind of service this represents.
setSession(CoreSession) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
setSession(LdapSession) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
Store the Ldap session to use
setShortValue(short) - Method in class org.apache.directory.server.dhcp.options.ByteOption
 
setShortValue(int) - Method in class org.apache.directory.server.dhcp.options.ShortOption
 
setShutdownHookEnabled(boolean) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets the shutdown hook flag which controls whether or not this DirectoryService registers a JVM shutdown hook to flush caches and synchronize to disk safely.
setShutdownHookEnabled(boolean) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setSimpleAuthPending() - Method in class org.apache.directory.server.ldap.LdapSession
Set the current BindStatus to Simple authentication pending
setSingleton(V) - Method in class org.apache.directory.server.core.avltree.SingletonOrOrderedSet
Sets the singleton if in singleton mode.
setSizeLimit(long) - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
setSleepTime(long) - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLogJanitor
 
setSPUnitEntry(Entry) - Method in class org.apache.directory.server.core.api.sp.java.JavaStoredProcEngine
 
setSPUnitEntry(Entry) - Method in interface org.apache.directory.server.core.api.sp.StoredProcEngine
Registers an entry found to be containing a stored procedure unit which this engine can operate on.
setStarted(boolean) - Method in class org.apache.directory.server.ldap.LdapServer
 
setStarted(boolean) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
setState(int) - Method in class org.apache.directory.server.dhcp.service.Lease
 
setStore(RecordStore) - Method in class org.apache.directory.server.dns.service.DnsContext
 
setStratum(StratumType) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setStrictCertVerification(boolean) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
set the strict certificate verification
setString(String) - Method in class org.apache.directory.server.dhcp.options.StringOption
 
setSubschema(SubschemaAdministrativePoint) - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
Set the Subschema SAP
setSuffixDn(Dn) - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Sets the suffix Dn, must be normalized.
setSuffixDn(Dn) - Method in interface org.apache.directory.server.core.api.partition.Partition
Sets the suffix Dn, must be normalized.
setSuffixDn(Dn) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Sets the suffix Dn, must be normalized.
setSynchPeriodMillis(long) - Method in class org.apache.directory.server.configuration.ApacheDS
 
setSyncOnWrite(boolean) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Sets the flag telling the server to flush on disk when some modification has been done.
setSyncOnWrite(boolean) - Method in interface org.apache.directory.server.xdbm.Store
Sets the flag telling the server to flush on disk when some modification has been done.
setSyncPeriodMillis(long) - Method in interface org.apache.directory.server.core.api.DirectoryService
the time interval at which the DirectoryService's data is flushed to disk
setSyncPeriodMillis(long) - Method in class org.apache.directory.server.core.DefaultDirectoryService
the time interval at which the DirectoryService's data is flushed to disk
setSyncreplLookup(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.LookupOperationContext
sets the flag to indicate if this is a synrepl specific search or not
setSyncreplSearch(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
Sets the flag to indicate if this is a syncrepl specific search or not
setSystemPartition(Partition) - Method in interface org.apache.directory.server.core.api.DirectoryService
 
setSystemPartition(Partition) - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
setSystemPort(int) - Method in class org.apache.directory.server.config.beans.TransportBean
 
setTagsContainerName(String) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
The name of the tags container under the partition.
setTagsContainerName(String) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
The name of the tags container under the partition.
setTestEntries(List<? extends LdifEntry>) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets test directory entries to be loaded while bootstrapping.
setTestEntries(List<? extends LdifEntry>) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets test directory entries to be loaded while bootstrapping.
setTimeLimit(int) - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
setTimeOut(long) - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
setTimeProvider(TimeProvider) - Method in interface org.apache.directory.server.core.api.DirectoryService
Sets the time provider.
setTimeProvider(TimeProvider) - Method in class org.apache.directory.server.core.DefaultDirectoryService
Sets the time provider.
setTmpDir(File) - Method in class org.apache.directory.server.core.api.InstanceLayout
 
setTransaction(PartitionTxn) - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
 
setTransaction(PartitionTxn) - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
 
setTransactionId(int) - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
setTransactionId(int) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setTransmitTimestamp(NtpTimeStamp) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setTransportAddress(String) - Method in class org.apache.directory.server.config.beans.TransportBean
 
setTransportBackLog(int) - Method in class org.apache.directory.server.config.beans.TransportBean
Sets the size of the incoming requests waiting queue
setTransportEnableSSL(boolean) - Method in class org.apache.directory.server.config.beans.TransportBean
Enable or disable SSL
setTransportId(String) - Method in class org.apache.directory.server.config.beans.TransportBean
 
setTransportNbThreads(int) - Method in class org.apache.directory.server.config.beans.TransportBean
Sets the number of thread to use to process incoming requests
setTransports(TransportBean...) - Method in class org.apache.directory.server.config.beans.ServerBean
Set the underlying transports
setTransports(Transport...) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Set the underlying transports
setTriggerExecutionParent(TriggerExecutionAdministrativePoint) - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
Set the TriggerExecution SAP
setTruncated(boolean) - Method in class org.apache.directory.server.dns.messages.DnsMessageModifier
 
setTrustManagers(TrustManager[]) - Method in class org.apache.directory.server.ldap.LdapServer
 
setTuple(Tuple<K, I>) - Method in class org.apache.directory.server.xdbm.IndexEntry
Sets the key value tuple represented by this ForwardIndexEntry, after having reset the IndexEntry content (the Entry will now be null)
setTypesOnly(boolean) - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
setUnbindHandler(LdapRequestHandler<UnbindRequest>) - Method in class org.apache.directory.server.ldap.LdapServer
Inject the MessageReceived handler into the IoHandler
setupSystemIndices() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Sets up the system indices.
setupUserIndices() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Sets up the user indices.
setUserDn(Dn) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setUserGroupNames(Collection<String>) - Method in class org.apache.directory.server.core.authz.support.AciContext
 
setUserPassword(byte[]...) - Method in class org.apache.directory.server.core.api.LdapPrincipal
 
setUseTls(boolean) - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
set the option to turn on/off use of TLS
setValue(Value) - Method in class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
Set the value to compare
setVersionNumber(int) - Method in class org.apache.directory.server.ntp.messages.NtpMessageModifier
 
setWantClientAuth(boolean) - Method in class org.apache.directory.server.config.beans.TransportBean
 
setWantClientAuth(boolean) - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
Set the wantClientAuth SSL flag
setWarFile(String) - Method in class org.apache.directory.server.integration.http.WebApp
 
setWebApps(Set<WebApp>) - Method in class org.apache.directory.server.integration.http.HttpServer
 
setWkDirPath(URI) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
Sets the working directory path to something other than the default.
setWkDirPath(URI) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Sets the working directory path to something other than the default.
setWkDirPath(URI) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlIndex
throws UnsupportedOperationException cause it is a in-memory index
setWkDirPath(URI) - Method in interface org.apache.directory.server.xdbm.Index
Sets the working directory path to something other than the default.
setWorkingDirectory(String) - Method in interface org.apache.directory.server.core.api.journal.JournalStore
The working directory on which the journal file will be stored.
setWorkingDirectory(String) - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
The working directory on which the journal file will be stored.
setWrappedPartition(Partition) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Sets the wrapped Partition which must be supplied or Partition.initialize() will fail with a NullPointerException.
Sha256PasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using SHA-256 hashing algorithm.
Sha256PasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.Sha256PasswordHashingInterceptor
Creates an instance of a Sha256PasswordHashingInterceptor
Sha384PasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using SHA-384 hashing algorithm.
Sha384PasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.Sha384PasswordHashingInterceptor
Creates an instance of a Sha384PasswordHashingInterceptor
Sha512PasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using SHA-512 hashing algorithm.
Sha512PasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.Sha512PasswordHashingInterceptor
Creates an instance of a Sha512PasswordHashingInterceptor
shallowClone() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
ShaPasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using SHA hashing algorithm.
ShaPasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.ShaPasswordHashingInterceptor
Creates an instance of a ShaPasswordHashingInterceptor
ShortOption - Class in org.apache.directory.server.dhcp.options
The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCP/IP network.
ShortOption() - Constructor for class org.apache.directory.server.dhcp.options.ShortOption
 
showSecurityWarnings() - Method in class org.apache.directory.server.core.DefaultDirectoryService
Displays security warning messages if any possible secutiry issue is found.
shutdown() - Method in class org.apache.directory.server.configuration.ApacheDS
 
shutdown() - Method in interface org.apache.directory.server.core.api.DirectoryService
Shuts down this service.
shutdown() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
shutdown() - Method in class org.apache.directory.server.dns.Main
 
SignatureRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
4.1 SIG RDATA Format The RDATA portion of a SIG RR is as shown below.
SignatureRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.SignatureRecordEncoder
 
SimpleAuthenticator - Class in org.apache.directory.server.core.authn
A simple Authenticator that authenticates clear text passwords contained within the userPassword attribute in DIT.
SimpleAuthenticator() - Constructor for class org.apache.directory.server.core.authn.SimpleAuthenticator
Creates a new instance.
SimpleAuthenticator(Dn) - Constructor for class org.apache.directory.server.core.authn.SimpleAuthenticator
Creates a new instance.
SimpleAuthenticator(int) - Constructor for class org.apache.directory.server.core.authn.SimpleAuthenticator
Creates a new instance, with an initial cache size
SimpleAuthenticator(int, Dn) - Constructor for class org.apache.directory.server.core.authn.SimpleAuthenticator
Creates a new instance, with an initial cache size
SimpleDhcpStore - Class in org.apache.directory.server.dhcp.store
Very simple dummy/proof-of-concept implementation of a DhcpStore.
SimpleDhcpStore() - Constructor for class org.apache.directory.server.dhcp.store.SimpleDhcpStore
 
SimpleMechanismHandler - Class in org.apache.directory.server.ldap.handlers.sasl
A Dummy mechanism handler for Simple mechanism: not really used but needed for the mechanism map.
SimpleMechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.sasl.SimpleMechanismHandler
 
SimpleTriggerExecutionAuthorizer - Class in org.apache.directory.server.core.trigger
 
SimpleTriggerExecutionAuthorizer() - Constructor for class org.apache.directory.server.core.trigger.SimpleTriggerExecutionAuthorizer
 
SingleBaseSearch - Class in org.apache.directory.server.dns.store.jndi
A JNDI-backed search strategy implementation.
SingleFileLdifPartition - Class in org.apache.directory.server.core.partition.ldif
A Partition implementation backed by a single LDIF file.
SingleFileLdifPartition(SchemaManager, DnFactory) - Constructor for class org.apache.directory.server.core.partition.ldif.SingleFileLdifPartition
Creates a new instance of SingleFileLdifPartition.
SingletonIndexCursor<V> - Class in org.apache.directory.server.xdbm
A Cursor over a single element.
SingletonIndexCursor(PartitionTxn, IndexEntry<V, String>) - Constructor for class org.apache.directory.server.xdbm.SingletonIndexCursor
 
SingletonOrOrderedSet<V> - Class in org.apache.directory.server.core.avltree
Stores either a single object or many of them in an AvlTree.
SingletonOrOrderedSet(V) - Constructor for class org.apache.directory.server.core.avltree.SingletonOrOrderedSet
Creates a new instance of SingletonOrOrderedSet with a singleton value.
SingletonOrOrderedSet(AvlTree<V>) - Constructor for class org.apache.directory.server.core.avltree.SingletonOrOrderedSet
Creates a new instance of SingletonOrOrderedSet with a set of ordered values.
size() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
size() - Method in class org.apache.directory.server.core.avltree.ArrayTree
returns the number of nodes present in this tree.
size() - Method in class org.apache.directory.server.core.avltree.avl.AvlTreeSet
 
size() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
skipQualifyingWhileFetching() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaJournalCursor
sets the flag to skip CSN based checking while traversing used for internal log cleanup ONLY
Smd5PasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using SMD5 hashing algorithm.
Smd5PasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.Smd5PasswordHashingInterceptor
Creates an instance of a Smd5PasswordHashingInterceptor
SmtpServers - Class in org.apache.directory.server.dhcp.options.misc
The SMTP server option specifies a list of SMTP servers available to the client.
SmtpServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.SmtpServers
 
SOA_EXPIRE - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsSoaExpire for an apacheDnsStartOfAuthorityRecord
SOA_M_NAME - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsSoaMName for an apacheDnsStartOfAuthorityRecord
SOA_MINIMUM - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsSoaMinimum for an apacheDnsStartOfAuthorityRecord
SOA_R_NAME - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsSoaRName for an apacheDnsStartOfAuthorityRecord
SOA_REFRESH - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsSoaRefresh for an apacheDnsStartOfAuthorityRecord
SOA_RETRY - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsSoaRetry for an apacheDnsStartOfAuthorityRecord
SOA_SERIAL - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema apacheDnsSoaSerial for an apacheDnsStartOfAuthorityRecord
SortedEntryCursor - Class in org.apache.directory.server.core.shared
Cursor for sorted entries.
SortedEntryCursor(BTree<Entry, String>, RecordManager, File) - Constructor for class org.apache.directory.server.core.shared.SortedEntryCursor
 
SortedEntrySerializer - Class in org.apache.directory.server.core.shared
Serialize and deserialize a ServerEntry.
SortedEntrySerializer() - Constructor for class org.apache.directory.server.core.shared.SortedEntrySerializer
Creates a new instance of ServerEntrySerializer.
SP_UNIT_DELIMITER - Static variable in class org.apache.directory.server.core.api.sp.StoredProcUtils
The delimiter used to tokenize a full SP name into the unit and SP name
Ssha256PasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using SSHA-256 hashing algorithm.
Ssha256PasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.Ssha256PasswordHashingInterceptor
Creates an instance of a Ssha256PasswordHashingInterceptor
Ssha384PasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using SSHA-384 hashing algorithm.
Ssha384PasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.Ssha384PasswordHashingInterceptor
Creates an instance of a Ssha384PasswordHashingInterceptor
Ssha512PasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using SSHA-512 hashing algorithm.
Ssha512PasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.Ssha512PasswordHashingInterceptor
Creates an instance of a Ssha512PasswordHashingInterceptor
SshaPasswordHashingInterceptor - Class in org.apache.directory.server.core.hash
PasswordHashingInterceptor using SSHA hashing algorithm.
SshaPasswordHashingInterceptor() - Constructor for class org.apache.directory.server.core.hash.SshaPasswordHashingInterceptor
Creates an instance of a SshaPasswordHashingInterceptor
StandardThreadPool - Class in org.apache.directory.server.protocol.shared
TODO: Javadoc missing
StandardThreadPool(int) - Constructor for class org.apache.directory.server.protocol.shared.StandardThreadPool
 
start() - Method in class org.apache.directory.server.dns.DnsServer
 
start(DirectoryService) - Method in class org.apache.directory.server.integration.http.HttpServer
starts the jetty http server
start() - Method in class org.apache.directory.server.ldap.LdapServer
 
start(LdapServer) - Method in interface org.apache.directory.server.ldap.replication.provider.ReplicationRequestHandler
initializes the replication provider
start(LdapServer) - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplRequestHandler
initializes the replication provider
start() - Method in class org.apache.directory.server.ntp.NtpServer
Start the NTPServer.
start() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Starts this ProtocolService which binds acceptors on the protocol port.
start(String[]) - Method in class org.apache.directory.server.wrapper.ApacheDsTanukiWrapper
Implemented the start() method from the WrapperListener class.
START - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
StartOfAuthorityRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.3.13.
StartOfAuthorityRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.StartOfAuthorityRecordEncoder
 
startReplicationConsumers() - Method in class org.apache.directory.server.ldap.LdapServer
Starts the replication consumers
startReplicationProducer() - Method in class org.apache.directory.server.ldap.LdapServer
Install the replication handler if we have one
startSync() - Method in interface org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer
Starts the synchronization operation
startSync() - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
Starts the synchronization operation
StartTlsFilter - Class in org.apache.directory.server.ldap.handlers.extended
A filter used to deal with clear text exchanges when the START_TLS extended operation is received
StartTlsFilter() - Constructor for class org.apache.directory.server.ldap.handlers.extended.StartTlsFilter
 
StartTlsHandler - Class in org.apache.directory.server.ldap.handlers.extended
Handler for the StartTLS extended operation.
StartTlsHandler() - Constructor for class org.apache.directory.server.ldap.handlers.extended.StartTlsHandler
 
StartTransactionHandler - Class in org.apache.directory.server.ldap.handlers.extended
An handler to manage the StartTransaction extended request operation
StartTransactionHandler() - Constructor for class org.apache.directory.server.ldap.handlers.extended.StartTransactionHandler
 
startup() - Method in class org.apache.directory.server.configuration.ApacheDS
Start the server : initialize the DirectoryService start the LDAP server start the LDAPS server
startup() - Method in interface org.apache.directory.server.core.api.DirectoryService
Starts up this service.
startup() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
STATE_ACTIVE - Static variable in class org.apache.directory.server.dhcp.service.Lease
Lease state: active - assigned to client
STATE_EXPIRED - Static variable in class org.apache.directory.server.dhcp.service.Lease
Lease state: expired
STATE_NEW - Static variable in class org.apache.directory.server.dhcp.service.Lease
Lease state: newly created
STATE_OFFERED - Static variable in class org.apache.directory.server.dhcp.service.Lease
Lease state: offered to client
STATE_RELEASED - Static variable in class org.apache.directory.server.dhcp.service.Lease
Lease state: released by client
StaticRoute - Class in org.apache.directory.server.dhcp.options.perinterface
This option specifies a list of static routes that the client should install in its routing cache.
StaticRoute() - Constructor for class org.apache.directory.server.dhcp.options.perinterface.StaticRoute
 
StdaServers - Class in org.apache.directory.server.dhcp.options.misc
The StreetTalk Directory Assistance (STDA) server option specifies a list of STDA servers available to the client.
StdaServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.StdaServers
 
stop() - Method in class org.apache.directory.server.dns.DnsServer
 
stop() - Method in class org.apache.directory.server.integration.http.HttpServer
stops the jetty http server
stop() - Method in class org.apache.directory.server.ldap.LdapServer
Stops this ProtocolService which unbinds acceptors on the protocol port.
stop() - Method in interface org.apache.directory.server.ldap.replication.consumer.ReplicationConsumer
Stops the consumer
stop() - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
Stops the consumer
stop() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Stop the EventLog
stop() - Method in interface org.apache.directory.server.ldap.replication.provider.ReplicationRequestHandler
stops the replication provider
stop() - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplRequestHandler
stops the replication provider
stop() - Method in class org.apache.directory.server.ntp.NtpServer
Stops this ProtocolService which unbinds acceptors on the protocol port.
stop() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Stops this ProtocolService which unbinds acceptors on the protocol port.
stop() - Method in class org.apache.directory.server.protocol.shared.StandardThreadPool
TODO wont this hang if some tasks are sufficiently badly behaved?
stop(int) - Method in class org.apache.directory.server.wrapper.ApacheDsTanukiWrapper
 
STOP - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
stopCleaning() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLogJanitor
 
stopPinging() - Method in class org.apache.directory.server.ldap.replication.consumer.PingerThread
Stops the ping for all the consumers
Store - Interface in org.apache.directory.server.xdbm
Represents an entry store based on the Table, Index, and MasterTable database structure.
StoreBasedDhcpService - Class in org.apache.directory.server.dhcp.service
A default implementation of the DHCP service.
StoreBasedDhcpService(DhcpStore) - Constructor for class org.apache.directory.server.dhcp.service.StoreBasedDhcpService
 
STORED_PROC_LANG_ID - Static variable in class org.apache.directory.server.core.api.sp.java.JavaStoredProcEngine
 
STORED_PROC_UNIT_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
STORED_PROC_UNIT_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
StoredProcedureExtendedOperationHandler - Class in org.apache.directory.server.ldap.handlers.extended
A Handler for the StoredProcedure extended operation
StoredProcedureExtendedOperationHandler() - Constructor for class org.apache.directory.server.ldap.handlers.extended.StoredProcedureExtendedOperationHandler
 
StoredProcedureParameterInjector - Interface in org.apache.directory.server.core.trigger
An interface defining the way STored Procedure parameter get injected
StoredProcedureParameterInjector.MicroInjector - Interface in org.apache.directory.server.core.trigger
 
StoredProcEngine - Interface in org.apache.directory.server.core.api.sp
An abstraction over stored procedure execution depending on the type of the language supported.
StoredProcEngineConfig - Interface in org.apache.directory.server.core.api.sp
A configuration wrapper for StoredProcEngines.
StoredProcExecutionManager - Class in org.apache.directory.server.core.api.sp
A Factory type class which holds a registry of supported StoredProcEngineConfigs.
StoredProcExecutionManager(String, List<StoredProcEngineConfig>) - Constructor for class org.apache.directory.server.core.api.sp.StoredProcExecutionManager
Creates a StoredProcExecutionManager instance.
StoredProcUtils - Class in org.apache.directory.server.core.api.sp
A utility class for working with Stored Procedures.
StoreKeyType - Class in org.apache.directory.shared.kerberos.codec.encryptionKey.actions
Sets the EncryptionKey's type.
StoreKeyType() - Constructor for class org.apache.directory.shared.kerberos.codec.encryptionKey.actions.StoreKeyType
Creates a new instance of EncryptionKeyKeyType.
StoreKeyValue - Class in org.apache.directory.shared.kerberos.codec.encryptionKey.actions
The action used to store the EncryptionKey's keyvalue
StoreKeyValue() - Constructor for class org.apache.directory.shared.kerberos.codec.encryptionKey.actions.StoreKeyValue
Instantiates a new EncryptionKeyKeyValue action.
StoreNameString - Class in org.apache.directory.shared.kerberos.codec.principalName.actions
The action used to store the PrincipalName string
StoreNameString() - Constructor for class org.apache.directory.shared.kerberos.codec.principalName.actions.StoreNameString
Instantiates a new PrincipalNameInit action.
StoreNameType - Class in org.apache.directory.shared.kerberos.codec.principalName.actions
The action used to store the PrincipalName type
StoreNameType() - Constructor for class org.apache.directory.shared.kerberos.codec.principalName.actions.StoreNameType
Instantiates a new PrincipalNameInit action.
storeSortedTuple(Tuple<Dn, E>, DataOutputStream) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.LdifTupleReaderWriter
 
StoreUtils - Class in org.apache.directory.server.protocol.shared.kerberos
Commonly used store utility operations.
StratumType - Enum in org.apache.directory.server.ntp.messages
Stratum: This is a eight-bit unsigned integer indicating the stratum level of the local clock, with values defined as follows: Stratum Meaning ---------------------------------------------- 0 unspecified or unavailable 1 primary reference (e.g., radio clock) 2-15 secondary reference (via NTP or SNTP) 16-255 reserved
StreetTalkServers - Class in org.apache.directory.server.dhcp.options.misc
The StreetTalk server option specifies a list of StreetTalk servers available to the client.
StreetTalkServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.StreetTalkServers
 
string2Key(String, String, EncryptionType) - Static method in class org.apache.directory.server.kerberos.shared.crypto.encryption.KerberosKeyFactory
 
StringOption - Class in org.apache.directory.server.dhcp.options
The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCP/IP network.
StringOption() - Constructor for class org.apache.directory.server.dhcp.options.StringOption
 
StringSerializer - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A custom String serializer to [de]serialize Strings.
stripUnwantedOptions(DhcpMessage, OptionsField) - Method in class org.apache.directory.server.dhcp.service.AbstractDhcpService
Strip options that the client doesn't want, if the ParameterRequestList option is present.
StrongAuthenticator - Class in org.apache.directory.server.core.authn
An Authenticator that handles SASL connections (X.501 authentication level 'strong').
StrongAuthenticator() - Constructor for class org.apache.directory.server.core.authn.StrongAuthenticator
Creates a new instance.
StrongAuthenticator(Dn) - Constructor for class org.apache.directory.server.core.authn.StrongAuthenticator
Creates a new instance of SaslAuthenticator.
subAliasIdx - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
the subtree scope alias index
subentryAdded(Dn, Entry) - Method in class org.apache.directory.server.core.authz.TupleCache
 
subentryAdded(Dn, Entry) - Method in class org.apache.directory.server.core.trigger.TriggerSpecCache
 
SubentryCache - Class in org.apache.directory.server.core.api.subtree
A cache for subtree specifications.
SubentryCache() - Constructor for class org.apache.directory.server.core.api.subtree.SubentryCache
Creates a new instance of SubentryCache with a default maximum size.
SubentryCache(int) - Constructor for class org.apache.directory.server.core.api.subtree.SubentryCache
Creates a new instance of SubentryCache with a specific maximum size.
subentryDeleted(Dn, Entry) - Method in class org.apache.directory.server.core.authz.TupleCache
 
subentryDeleted(Dn, Entry) - Method in class org.apache.directory.server.core.trigger.TriggerSpecCache
 
SubentryInterceptor - Class in org.apache.directory.server.core.subtree
The Subentry interceptor service which is responsible for filtering out subentries on search operations and injecting operational attributes
SubentryInterceptor() - Constructor for class org.apache.directory.server.core.subtree.SubentryInterceptor
Creates a new instance of SubentryInterceptor
subentryModified(Dn, List<Modification>, Entry) - Method in class org.apache.directory.server.core.authz.TupleCache
 
subentryModified(Dn, Entry, Entry) - Method in class org.apache.directory.server.core.authz.TupleCache
 
subentryModified(ModifyOperationContext, Entry) - Method in class org.apache.directory.server.core.trigger.TriggerSpecCache
 
subentryRenamed(Dn, Dn) - Method in class org.apache.directory.server.core.authz.TupleCache
 
subentryRenamed(Dn, Dn) - Method in class org.apache.directory.server.core.trigger.TriggerSpecCache
 
SubentryUtils - Class in org.apache.directory.server.core.api.subtree
 
SubentryUtils(DirectoryService) - Constructor for class org.apache.directory.server.core.api.subtree.SubentryUtils
 
Subnet - Class in org.apache.directory.server.dhcp.store
The definition of a Subnet.
Subnet(InetAddress, InetAddress, InetAddress, InetAddress) - Constructor for class org.apache.directory.server.dhcp.store.Subnet
 
SubnetMask - Class in org.apache.directory.server.dhcp.options.vendor
The subnet mask option specifies the client's subnet mask as per RFC 950.
SubnetMask() - Constructor for class org.apache.directory.server.dhcp.options.vendor.SubnetMask
 
SubnetMask(InetAddress) - Constructor for class org.apache.directory.server.dhcp.options.vendor.SubnetMask
 
Subordinates - Class in org.apache.directory.server.core.api.partition
 
Subordinates() - Constructor for class org.apache.directory.server.core.api.partition.Subordinates
 
SUBSCHEMA_SUBENTRY_NAME_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SUBSCHEMA_SUBENTRY_NAME_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SubschemaAAP - Class in org.apache.directory.server.core.api.administrative
A class used to create a Subschema AAP
SubschemaAAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.SubschemaAAP
Create an instance of Subschema AAP
SubschemaAdministrativePoint - Class in org.apache.directory.server.core.api.administrative
An abstract class used for Subschema APs
SubschemaAdministrativePoint(Dn, String, AdministrativeRole) - Constructor for class org.apache.directory.server.core.api.administrative.SubschemaAdministrativePoint
Create an instance of Subschema AdministrativePoint
SubschemaSAP - Class in org.apache.directory.server.core.api.administrative
A class used to create a Subschema SAP
SubschemaSAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.SubschemaSAP
Create an instance of Subschema SAP
SubstringCursor - Class in org.apache.directory.server.xdbm.search.cursor
A Cursor traversing candidates matching a Substring assertion expression.
SubstringCursor(PartitionTxn, Store, SubstringEvaluator) - Constructor for class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
Creates a new instance of an SubstringCursor
SubstringEvaluator - Class in org.apache.directory.server.core.api.event
Evaluates substring filter assertions on an entry.
SubstringEvaluator() - Constructor for class org.apache.directory.server.core.api.event.SubstringEvaluator
Creates a new SubstringEvaluator for substring expressions.
SubstringEvaluator - Class in org.apache.directory.server.xdbm.search.evaluator
Evaluates substring filter assertions on an entry.
SubstringEvaluator(SubstringNode, Store, SchemaManager) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.SubstringEvaluator
Creates a new SubstringEvaluator for substring expressions.
SubtreeEvaluator - Class in org.apache.directory.server.core.api.subtree
An evaluator used to determine if an entry is included in the collection represented by a subtree specification.
SubtreeEvaluator(SchemaManager) - Constructor for class org.apache.directory.server.core.api.subtree.SubtreeEvaluator
Creates a subtreeSpecification evaluatior which can be used to determine if an entry is included within the collection of a subtree.
SubtreeScopeEvaluator - Class in org.apache.directory.server.xdbm.search.evaluator
Evaluates ScopeNode assertions with subtree scope on candidates using an entry database.
SubtreeScopeEvaluator(PartitionTxn, Store, ScopeNode) - Constructor for class org.apache.directory.server.xdbm.search.evaluator.SubtreeScopeEvaluator
Creates a subtree scope node evaluator for search expressions.
suffixDn - Variable in class org.apache.directory.server.core.api.partition.AbstractPartition
The root Dn for this partition
SwapServer - Class in org.apache.directory.server.dhcp.options.vendor
This specifies the IP address of the client's swap server.
SwapServer() - Constructor for class org.apache.directory.server.dhcp.options.vendor.SwapServer
 
switchToOrderedSet(AvlTree<V>) - Method in class org.apache.directory.server.core.avltree.SingletonOrOrderedSet
Switches from orderedSet mode to singleton mode, while returning the singleton value before removing it forever.
switchToSingleton(V) - Method in class org.apache.directory.server.core.avltree.SingletonOrOrderedSet
Switches from orderedSet mode to singleton mode, while returning the ordered set of values before removing them forever.
sync() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Flush the changes to disk
sync() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLogStore
Write the changes on disk
sync() - Method in interface org.apache.directory.server.core.api.DirectoryService
Calls Partition.sync() for all registered Partitions.
sync() - Method in interface org.apache.directory.server.core.api.journal.JournalStore
Write the changes on disk
sync() - Method in class org.apache.directory.server.core.api.partition.AbstractPartition
Flushes any changes made to this partition now.
sync() - Method in interface org.apache.directory.server.core.api.partition.Partition
Flushes any changes made to this partition now.
sync() - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Flushes any changes made to this partition now.
sync() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Flush the changes to disk
sync() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Write the changes on disk
sync() - Method in class org.apache.directory.server.core.DefaultDirectoryService
 
sync() - Method in class org.apache.directory.server.core.journal.DefaultJournalStore
 
sync() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
This method is called when the synch thread is waking up, to write the modified data.
sync() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
Force the flush of this index
sync() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Synchronizes the buffers with disk.
sync() - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Flushes any changes made to this partition now.
SyncReplConfiguration - Class in org.apache.directory.server.ldap.replication
A class for holding the syncrepl consumer's configuration. the following parameters are part of the Syncrepl Consumer configuration :
remoteHost : the remote server's name, defaults to 'localhost' remotePort : the remote server's LDAP port, defaults to 10389 replUserDn : The replication User's DN replUserPassword : The replication User's password refreshNPersist : the replication mode, defaults to 'true' refreshInterval : the interval between replications when in refreshOnly mode, defaults to 60s baseDn : the base from which to fetch entries on the remote server filter : the filter to select entries,defaults to (ObjectClass=*) attributes : the list of attributes to replicate, defaults to all searchSizeLimit : the maximum number of entries to fetch, defaults to no limit searchTimeout : the maximum delay to wait for entries, defaults to no limit searchScope : the scope, defaults to SUBTREE aliasDerefMode : set the aliss derefence policy, defaults to NEVER replicaId : the replica identifier configEntryDn : the configuration entry's DN chaseReferrals : tells if we chase referrals, defaults to false cookie : the replication cookie useTls : the connection uses TLS, defaults to true strictCertVerification : strictly verify the certificate, defaults to true trustManager : the trustManager to use, defaults to @link{ReplicationTrustManager}
SyncReplConfiguration() - Constructor for class org.apache.directory.server.ldap.replication.SyncReplConfiguration
Creates a new instance of SyncreplConfiguration
SyncReplRequestHandler - Class in org.apache.directory.server.ldap.replication.provider
Class used to process the incoming synchronization request from the consumers.
SyncReplRequestHandler() - Constructor for class org.apache.directory.server.ldap.replication.provider.SyncReplRequestHandler
Create a SyncReplRequestHandler empty instance
SyncReplSearchListener - Class in org.apache.directory.server.ldap.replication.provider
A listener associated with the replication system.
SYNTAX_CHECKERS_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SYNTAX_CHECKERS_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
SyntaxCheckerSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
A synchronizer which detects changes to syntaxCheckers and updates the SchemaManager.
SyntaxCheckerSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxCheckerSynchronizer
Creates a new instance of SyntaxCheckerSynchronizer.
SyntaxSynchronizer - Class in org.apache.directory.server.core.api.schema.registries.synchronizers
A syntax specific registry synchronizer which responds to syntax entry changes in the DIT to update the syntax registry.
SyntaxSynchronizer(SchemaManager) - Constructor for class org.apache.directory.server.core.api.schema.registries.synchronizers.SyntaxSynchronizer
Creates a new instance of SyntaxSynchronizer.
SYS_INDEX_OID_ARRAY - Static variable in interface org.apache.directory.server.xdbm.Store
 
SYS_INDEX_OIDS - Static variable in interface org.apache.directory.server.xdbm.Store
 
SYSPREFROOT_SYSTEM_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
the dn base of the system preference hierarchy
SYSTEM_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
The system DN
systemIndices - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
a map of attributeType numeric UUID to system userIndices
SystemSchemaConstants - Class in org.apache.directory.server.constants
Constants for the System schema.

T

Table<K,V> - Interface in org.apache.directory.server.xdbm
A wrapper interface around BTree implementations used to abstract away implementation details.
tag(long) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Creates a tag for a snapshot of the server in a specific state at a revision.
tag(long, String) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Creates a tag for a snapshot of the server in a specific state at a revision.
tag(String) - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Creates a snapshot of the server at the current revision.
tag() - Method in interface org.apache.directory.server.core.api.changelog.ChangeLog
Creates a snapshot of the server at the current revision.
Tag - Class in org.apache.directory.server.core.api.changelog
A tag on a revision representing a snapshot of the directory server's state.
Tag(long, String) - Constructor for class org.apache.directory.server.core.api.changelog.Tag
 
Tag(long, String, Date, Date) - Constructor for class org.apache.directory.server.core.api.changelog.Tag
 
Tag(long, String, long, long) - Constructor for class org.apache.directory.server.core.api.changelog.Tag
 
tag(long) - Method in interface org.apache.directory.server.core.api.changelog.TaggableChangeLogStore
Creates a tag for a snapshot of the server in a specific state at a revision.
tag() - Method in interface org.apache.directory.server.core.api.changelog.TaggableChangeLogStore
Creates a snapshot of the server at the current revision.
tag(String) - Method in interface org.apache.directory.server.core.api.changelog.TaggableChangeLogStore
Creates a snapshot of the server at the current revision with a description of the snapshot tag.
tag(long, String) - Method in interface org.apache.directory.server.core.api.changelog.TaggableChangeLogStore
Creates a tag with the given description for a snapshot of the server in a specific state at a revision.
tag(long, String) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Creates a tag for a snapshot of the server in a specific state at a revision.
tag(long) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Creates a tag for a snapshot of the server in a specific state at a revision.
tag(String) - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Creates a snapshot of the server at the current revision.
tag() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
Creates a snapshot of the server at the current revision.
tag(long) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Creates a tag for a snapshot of the server in a specific state at a revision.
tag() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Creates a snapshot of the server at the current revision.
tag(String) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Creates a snapshot of the server at the current revision with a description of the snapshot tag.
tag(long, String) - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
Creates a tag with the given description for a snapshot of the server in a specific state at a revision.
TaggableChangeLogStore - Interface in org.apache.directory.server.core.api.changelog
A ChangeLogStore which allows tagging for tracking server state snapshots.
TaggableSearchableChangeLogStore - Interface in org.apache.directory.server.core.api.changelog
TODO TaggableSearchableChangeLogStore.
TagSearchEngine - Interface in org.apache.directory.server.core.api.changelog
An optional search interface supported by TaggableChangeLogStores.
targetMustExist() - Method in class org.apache.directory.server.core.jndi.DeadContext
 
targetMustExist() - Method in class org.apache.directory.server.core.jndi.ServerContext
 
TcpDefaultTimeToLive - Class in org.apache.directory.server.dhcp.options.tcp
This option specifies the default TTL that the client should use when sending TCP segments.
TcpDefaultTimeToLive() - Constructor for class org.apache.directory.server.dhcp.options.tcp.TcpDefaultTimeToLive
 
TcpKeepaliveGarbage - Class in org.apache.directory.server.dhcp.options.tcp
This option specifies the interval (in seconds) that the client TCP should wait before sending a keepalive message on a TCP connection.
TcpKeepaliveGarbage() - Constructor for class org.apache.directory.server.dhcp.options.tcp.TcpKeepaliveGarbage
 
TcpKeepaliveInterval - Class in org.apache.directory.server.dhcp.options.tcp
This option specifies the whether or not the client should send TCP keepalive messages with a octet of garbage for compatibility with older implementations.
TcpKeepaliveInterval() - Constructor for class org.apache.directory.server.dhcp.options.tcp.TcpKeepaliveInterval
 
TcpTransport - Class in org.apache.directory.server.protocol.shared.transport
The Transport instance for TCP based protocols.
TcpTransport() - Constructor for class org.apache.directory.server.protocol.shared.transport.TcpTransport
Creates an instance of the TcpTransport class
TcpTransport(int) - Constructor for class org.apache.directory.server.protocol.shared.transport.TcpTransport
Creates an instance of the TcpTransport class on localhost
TcpTransport(int, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.TcpTransport
Creates an instance of the TcpTransport class on localhost
TcpTransport(String, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.TcpTransport
Creates an instance of the TcpTransport class
TcpTransport(int, int, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.TcpTransport
Creates an instance of the TcpTransport class on localhost
TcpTransport(String, int, int, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.TcpTransport
Creates an instance of the TcpTransport class
TcpTransportBean - Class in org.apache.directory.server.config.beans
A class used to store the TCP Transport configuration.
TcpTransportBean() - Constructor for class org.apache.directory.server.config.beans.TcpTransportBean
Create a new TransportBean instance
TDF - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "TDF" reference identifier type.
TextRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.3.14.
TextRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.TextRecordEncoder
 
TftpServerName - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used to identify a TFTP server when the 'sname' field in the DHCP header has been used for DHCP options.
TftpServerName() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.TftpServerName
 
throwReferral - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
A flag used to tell if we should consider referrals as standard entries
throwReferral() - Method in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
Set the throwReferral flag to true
throwReferral() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
Set the throwReferral flag to true
throwReferral() - Method in interface org.apache.directory.server.core.api.interceptor.context.OperationContext
Set the throwReferral flag to true
TimeOffset - Class in org.apache.directory.server.dhcp.options.vendor
The time offset field specifies the offset of the client's subnet in seconds from Coordinated Universal Time (UTC).
TimeOffset() - Constructor for class org.apache.directory.server.dhcp.options.vendor.TimeOffset
 
TimerInterceptor - Class in org.apache.directory.server.core.logger
An interceptor used to log times to process each operation.
TimerInterceptor(String) - Constructor for class org.apache.directory.server.core.logger.TimerInterceptor
Creates a new instance of TimerInterceptor.
TimeServers - Class in org.apache.directory.server.dhcp.options.vendor
The time server option specifies a list of RFC 868 time servers available to the client.
TimeServers() - Constructor for class org.apache.directory.server.dhcp.options.vendor.TimeServers
 
TLS_KEY_INFO_OC - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
TlsKeyGenerator - Class in org.apache.directory.server.core.security
Generates the default RSA key pair for the server.
toBasicAttribute(Attribute) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Convert a ServerAttribute into a BasicAttribute.
toBasicAttributes(Entry) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Convert a ServerEntry into a BasicAttributes.
toClientEntry() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
TOP_LEVEL - Static variable in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
 
toSearchResultEnum(NamingEnumeration<ServerSearchResult>) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Encapsulate a ServerSearchResult enumeration into a SearchResult enumeration
toServerAttribute(Attribute, AttributeType) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Convert a BasicAttribute or a AttributeImpl to a ServerAtribute
toServerEntry(Attributes, Dn, SchemaManager) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Convert a BasicAttributes or a AttributesImpl to a ServerEntry
toServerModification(Modification[], SchemaManager) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Convert a JNDI set of Modifications to LDAP API Modifications
toServerModification(ModificationItem[], SchemaManager) - Static method in class org.apache.directory.server.core.api.entry.ServerEntryUtils
Convert a JNDI set of ModificationItems to LDAP API Modifications
toString(String, String, boolean) - Method in class org.apache.directory.server.config.beans.AdsBaseBean
Formated print of a boolean
toString(String, String, String) - Method in class org.apache.directory.server.config.beans.AdsBaseBean
Formated print of a String that can be null
toString(String, String, Dn) - Method in class org.apache.directory.server.config.beans.AdsBaseBean
Formated print of a Dn that can be null
toString(String, String, long) - Method in class org.apache.directory.server.config.beans.AdsBaseBean
Formated print of a long
toString(String) - Method in class org.apache.directory.server.config.beans.AdsBaseBean
toString() - Method in class org.apache.directory.server.config.beans.AdsBaseBean
toString(String) - Method in class org.apache.directory.server.config.beans.AuthenticationInterceptorBean
toString() - Method in class org.apache.directory.server.config.beans.AuthenticatorImplBean
toString(String) - Method in class org.apache.directory.server.config.beans.ChangeLogBean
toString() - Method in class org.apache.directory.server.config.beans.ChangeLogBean
toString() - Method in class org.apache.directory.server.config.beans.ChangePasswordServerBean
toString() - Method in class org.apache.directory.server.config.beans.ConfigBean
toString(String) - Method in class org.apache.directory.server.config.beans.DelegatingAuthenticatorBean
toString() - Method in class org.apache.directory.server.config.beans.DelegatingAuthenticatorBean
toString(String) - Method in class org.apache.directory.server.config.beans.DhcpServerBean
toString() - Method in class org.apache.directory.server.config.beans.DhcpServerBean
toString() - Method in class org.apache.directory.server.config.beans.DirectoryServiceBean
toString(String) - Method in class org.apache.directory.server.config.beans.DnsServerBean
toString() - Method in class org.apache.directory.server.config.beans.DnsServerBean
toString(String) - Method in class org.apache.directory.server.config.beans.DSBasedServerBean
toString() - Method in class org.apache.directory.server.config.beans.DSBasedServerBean
toString(String) - Method in class org.apache.directory.server.config.beans.ExtendedOpHandlerBean
toString() - Method in class org.apache.directory.server.config.beans.ExtendedOpHandlerBean
toString(String) - Method in class org.apache.directory.server.config.beans.HashInterceptorBean
toString(String) - Method in class org.apache.directory.server.config.beans.HttpServerBean
toString() - Method in class org.apache.directory.server.config.beans.HttpServerBean
toString(String) - Method in class org.apache.directory.server.config.beans.HttpWebAppBean
toString() - Method in class org.apache.directory.server.config.beans.HttpWebAppBean
toString(String) - Method in class org.apache.directory.server.config.beans.IndexBean
toString() - Method in class org.apache.directory.server.config.beans.IndexBean
toString(String) - Method in class org.apache.directory.server.config.beans.InterceptorBean
toString() - Method in class org.apache.directory.server.config.beans.InterceptorBean
toString(String) - Method in class org.apache.directory.server.config.beans.JdbmIndexBean
toString() - Method in class org.apache.directory.server.config.beans.JdbmIndexBean
toString(String) - Method in class org.apache.directory.server.config.beans.JdbmPartitionBean
toString() - Method in class org.apache.directory.server.config.beans.JdbmPartitionBean
toString(String) - Method in class org.apache.directory.server.config.beans.JournalBean
toString() - Method in class org.apache.directory.server.config.beans.JournalBean
toString(String) - Method in class org.apache.directory.server.config.beans.LdapServerBean
toString() - Method in class org.apache.directory.server.config.beans.LdapServerBean
toString(String) - Method in class org.apache.directory.server.config.beans.MavibotIndexBean
toString() - Method in class org.apache.directory.server.config.beans.MavibotIndexBean
toString(String) - Method in class org.apache.directory.server.config.beans.MavibotPartitionBean
toString() - Method in class org.apache.directory.server.config.beans.MavibotPartitionBean
toString(String) - Method in class org.apache.directory.server.config.beans.NtpServerBean
toString() - Method in class org.apache.directory.server.config.beans.NtpServerBean
toString(String) - Method in class org.apache.directory.server.config.beans.PartitionBean
toString() - Method in class org.apache.directory.server.config.beans.PartitionBean
toString(String) - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
toString() - Method in class org.apache.directory.server.config.beans.PasswordPolicyBean
toString(String) - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
toString() - Method in class org.apache.directory.server.config.beans.ReplConsumerBean
toString(String) - Method in class org.apache.directory.server.config.beans.SaslMechHandlerBean
toString() - Method in class org.apache.directory.server.config.beans.SaslMechHandlerBean
toString(String) - Method in class org.apache.directory.server.config.beans.ServerBean
toString() - Method in class org.apache.directory.server.config.beans.ServerBean
toString(String) - Method in class org.apache.directory.server.config.beans.TcpTransportBean
toString() - Method in class org.apache.directory.server.config.beans.TcpTransportBean
toString(String) - Method in class org.apache.directory.server.config.beans.TransportBean
toString() - Method in class org.apache.directory.server.config.beans.TransportBean
toString(String) - Method in class org.apache.directory.server.config.beans.UdpTransportBean
toString() - Method in class org.apache.directory.server.config.beans.UdpTransportBean
toString() - Method in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
toString() - Method in class org.apache.directory.server.core.api.administrative.AccessControlAAP
toString() - Method in class org.apache.directory.server.core.api.administrative.AccessControlIAP
toString() - Method in class org.apache.directory.server.core.api.administrative.AccessControlSAP
toString() - Method in class org.apache.directory.server.core.api.administrative.AutonomousAdministrativePoint
toString() - Method in class org.apache.directory.server.core.api.administrative.CollectiveAttributeAAP
toString() - Method in class org.apache.directory.server.core.api.administrative.CollectiveAttributeIAP
toString() - Method in class org.apache.directory.server.core.api.administrative.CollectiveAttributeSAP
toString() - Method in class org.apache.directory.server.core.api.administrative.SubschemaAAP
toString() - Method in class org.apache.directory.server.core.api.administrative.SubschemaSAP
toString() - Method in class org.apache.directory.server.core.api.administrative.TriggerExecutionAAP
toString() - Method in class org.apache.directory.server.core.api.administrative.TriggerExecutionIAP
toString() - Method in class org.apache.directory.server.core.api.administrative.TriggerExecutionSAP
toString() - Method in class org.apache.directory.server.core.api.changelog.ChangeLogEvent
 
toString() - Method in class org.apache.directory.server.core.api.changelog.Tag
 
toString() - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
toString(String) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
toString() - Method in class org.apache.directory.server.core.api.entry.ServerSearchResult
 
toString(int) - Static method in enum org.apache.directory.server.core.api.event.EventType
Print the flags
toString() - Method in class org.apache.directory.server.core.api.event.NotificationCriteria
toString() - Method in class org.apache.directory.server.core.api.event.RegistrationEntry
toString(String) - Method in interface org.apache.directory.server.core.api.filtering.EntryFilter
The pretty-printer for this class
toString(String) - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
 
toString() - Method in class org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl
 
toString() - Method in class org.apache.directory.server.core.api.InstanceLayout
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.AddOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.BindOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.CompareOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.DeleteOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.EmptyOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.GetRootDseOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.HasEntryOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.ModDnAva
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.ModifyOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.MoveAndRenameOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.MoveOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.RenameOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.SearchOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.interceptor.context.UnbindOperationContext
 
toString() - Method in class org.apache.directory.server.core.api.LdapPrincipal
Returns string representation of the normalized distinguished name of this principal.
toString() - Method in class org.apache.directory.server.core.api.partition.Subordinates
toString() - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
 
toString() - Method in class org.apache.directory.server.core.api.SearchRequestContainer
 
toString() - Method in class org.apache.directory.server.core.authn.PasswordHistory
 
toString() - Method in class org.apache.directory.server.core.authz.support.OperationScope
Returns the name of this scope.
toString() - Method in class org.apache.directory.server.core.avltree.ArrayTree
toString(String) - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
 
toString() - Method in class org.apache.directory.server.core.avltree.ArrayTreeCursor
 
toString() - Method in class org.apache.directory.server.core.avltree.LinkedAvlMapNode
 
toString() - Method in class org.apache.directory.server.core.avltree.LinkedAvlNode
 
toString() - Method in class org.apache.directory.server.core.changelog.DefaultChangeLog
 
toString() - Method in class org.apache.directory.server.core.changelog.MemoryChangeLogStore
 
toString() - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
toString(String) - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
 
toString() - Method in class org.apache.directory.server.core.partition.impl.btree.EntryCursorAdaptor
 
toString(String) - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
 
toString() - Method in class org.apache.directory.server.core.partition.impl.btree.IndexCursorAdaptor
 
toString() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeRedirect
 
toString() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
 
toString(String) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
 
toString() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.KeyTupleValueCursor
 
toString() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
 
toString() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
 
toString() - Method in class org.apache.directory.server.dhcp.messages.DhcpMessage
 
toString() - Method in class org.apache.directory.server.dhcp.messages.HardwareAddress
Create a string representation of the hardware address.
toString() - Method in enum org.apache.directory.server.dhcp.messages.MessageType
 
toString() - Method in class org.apache.directory.server.dns.DnsServer
 
toString() - Method in class org.apache.directory.server.dns.messages.DnsMessage
 
toString() - Method in class org.apache.directory.server.dns.messages.QuestionRecord
 
toString() - Method in class org.apache.directory.server.dns.messages.ResourceRecordImpl
 
toString() - Method in class org.apache.directory.server.ldap.handlers.controls.PagedSearchContext
 
toString() - Method in class org.apache.directory.server.ldap.LdapServer
 
toString() - Method in class org.apache.directory.server.ldap.LdapSession
The principal and remote address associated with this session.
toString() - Method in class org.apache.directory.server.ldap.replication.consumer.ReplicationConsumerImpl
 
toString() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
 
toString() - Method in class org.apache.directory.server.ldap.replication.provider.SyncReplSearchListener
toString() - Method in class org.apache.directory.server.ldap.replication.SyncReplConfiguration
 
toString() - Method in enum org.apache.directory.server.ntp.messages.LeapIndicatorType
toString() - Method in enum org.apache.directory.server.ntp.messages.ModeType
toString() - Method in class org.apache.directory.server.ntp.messages.NtpTimeStamp
 
toString() - Method in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
 
toString() - Method in enum org.apache.directory.server.ntp.messages.StratumType
toString() - Method in class org.apache.directory.server.ntp.NtpServer
 
toString() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
 
toString() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
 
toString() - Method in class org.apache.directory.server.protocol.shared.transport.UdpTransport
 
toString() - Method in enum org.apache.directory.server.protocol.shared.TransportProtocol
toString() - Method in class org.apache.directory.server.xdbm.AbstractTable
 
toString() - Method in class org.apache.directory.server.xdbm.IndexEntry
toString(String) - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
 
toString() - Method in class org.apache.directory.server.xdbm.KeyTupleArrayCursor
 
toString() - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.AllEntriesCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.AndCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.ApproximateCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.ChildrenCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.DescendantCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.EqualityCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.GreaterEqCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.LessEqCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.NotCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.OrCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.PresenceCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
 
toString() - Method in class org.apache.directory.server.xdbm.search.cursor.SubstringCursor
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.AndEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.AndEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.ApproximateEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.ApproximateEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.BaseLevelScopeEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.BaseLevelScopeEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.EmptyEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.EmptyEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.EqualityEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.EqualityEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.GreaterEqEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.GreaterEqEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.LeafEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.LessEqEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.LessEqEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.NotEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.NotEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.OneLevelScopeEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.OneLevelScopeEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.OrEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.OrEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.PassThroughEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.PassThroughEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.PresenceEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.PresenceEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.SubstringEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.SubstringEvaluator
 
toString(String) - Method in class org.apache.directory.server.xdbm.search.evaluator.SubtreeScopeEvaluator
 
toString() - Method in class org.apache.directory.server.xdbm.search.evaluator.SubtreeScopeEvaluator
 
toString(String) - Method in interface org.apache.directory.server.xdbm.search.Evaluator
Pretty-print an Evaluator
toString() - Method in class org.apache.directory.server.xdbm.search.PartitionSearchResult
 
toString() - Method in enum org.apache.directory.shared.kerberos.codec.types.EncryptionType
 
toString() - Method in enum org.apache.directory.shared.kerberos.codec.types.PrincipalNameType
 
toString() - Method in enum org.apache.directory.shared.kerberos.codec.types.SamType
Returns the name of the SamType.
toString() - Method in class org.apache.directory.shared.kerberos.components.EncryptionKey
 
toString() - Method in class org.apache.directory.shared.kerberos.components.PrincipalName
 
toString() - Method in class org.apache.directory.shared.kerberos.exceptions.ErrorType
Returns the message for this Kerberos error.
toString() - Method in class org.apache.directory.shared.kerberos.KerberosTime
TrailerEncapsulation - Class in org.apache.directory.server.dhcp.options.linklayer
This option specifies whether or not the client should negotiate the use of trailers (RFC 893) when using the ARP protocol.
TrailerEncapsulation() - Constructor for class org.apache.directory.server.dhcp.options.linklayer.TrailerEncapsulation
 
transaction - Variable in class org.apache.directory.server.core.api.interceptor.context.AbstractOperationContext
The transaction this operation is ran into
Transport - Interface in org.apache.directory.server.protocol.shared.transport
 
TransportBean - Class in org.apache.directory.server.config.beans
A class used to store the Transport configuration.
TransportBean() - Constructor for class org.apache.directory.server.config.beans.TransportBean
Create a new TransportBean instance
TransportProtocol - Enum in org.apache.directory.server.protocol.shared
Type safe enumeration for the transport protocol.
transports - Variable in class org.apache.directory.server.protocol.shared.AbstractProtocolService
The service transports.
TransportType - Enum in org.apache.directory.server.annotations
The two different type of Transport
TRIGGER_EXECUTION_SUBENTRIES_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
TRIGGER_EXECUTION_SUBENTRIES_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
TRIGGER_EXECUTION_SUBENTRY_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
TRIGGER_EXECUTION_SUBENTRY_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
TriggerExecutionAAP - Class in org.apache.directory.server.core.api.administrative
A class used to create a TriggerExecution AAP
TriggerExecutionAAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.TriggerExecutionAAP
Create an instance of TriggerExecution AAP
TriggerExecutionAdministrativePoint - Class in org.apache.directory.server.core.api.administrative
An abstract class used for TriggerExecution APs
TriggerExecutionAdministrativePoint(Dn, String, AdministrativeRole) - Constructor for class org.apache.directory.server.core.api.administrative.TriggerExecutionAdministrativePoint
Create an instance of TriggerExecutionAdministrativePoint
TriggerExecutionAuthorizer - Interface in org.apache.directory.server.core.trigger
 
TriggerExecutionIAP - Class in org.apache.directory.server.core.api.administrative
A class used to create a TriggerExecution IAP
TriggerExecutionIAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.TriggerExecutionIAP
Create an instance of TriggerExecution IAP
TriggerExecutionSAP - Class in org.apache.directory.server.core.api.administrative
A class used to create a TriggerExecution SAP
TriggerExecutionSAP(Dn, String) - Constructor for class org.apache.directory.server.core.api.administrative.TriggerExecutionSAP
Create an instance of TriggerExecution SAP
TriggerInterceptor - Class in org.apache.directory.server.core.trigger
The Trigger Service based on the Trigger Specification.
TriggerInterceptor() - Constructor for class org.apache.directory.server.core.trigger.TriggerInterceptor
Creates a new instance of a TriggerInterceptor.
TriggerSpecCache - Class in org.apache.directory.server.core.trigger
A cache for Trigger Specifications which responds to specific events to perform cache house keeping as trigger subentries are added, deleted and modified.
TriggerSpecCache(DirectoryService) - Constructor for class org.apache.directory.server.core.trigger.TriggerSpecCache
Creates a TriggerSpecification cache.
truncate() - Method in class org.apache.directory.server.ldap.replication.provider.ReplicaEventLog
Deletes the queue (to remove the log) and recreates a new queue instance with the same queue name.
TTL - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema TTL for an apacheDnsAbstractRecord
TupleCache - Class in org.apache.directory.server.core.authz
A cache for tuple sets which responds to specific events to perform cache house keeping as access control subentries are added, deleted and modified.
TupleCache(CoreSession) - Constructor for class org.apache.directory.server.core.authz.TupleCache
Creates a ACITuple cache.
TupleComparator<K,V> - Interface in org.apache.directory.server.core.partition.impl.btree
Used to compare the sorting order of binary data.
TYPE - Static variable in class org.apache.directory.server.dns.store.DnsAttribute
the apachedns schema type for an apacheDnsAbstractRecord
typesOnly - Variable in class org.apache.directory.server.core.api.interceptor.context.FilteringOperationContext
A flag to tell if only the attribute names to be returned.

U

UdpTransport - Class in org.apache.directory.server.protocol.shared.transport
The Transport instance for UDP based protocols.
UdpTransport() - Constructor for class org.apache.directory.server.protocol.shared.transport.UdpTransport
Creates an instance of the UdpTransport class
UdpTransport(int) - Constructor for class org.apache.directory.server.protocol.shared.transport.UdpTransport
Creates an instance of the UdpTransport class on localhost
UdpTransport(String, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.UdpTransport
Creates an instance of the UdpTransport class
UdpTransportBean - Class in org.apache.directory.server.config.beans
A class used to store the UDP Transport configuration.
UdpTransportBean() - Constructor for class org.apache.directory.server.config.beans.UdpTransportBean
Create a new TransportBean instance
unbind() - Method in interface org.apache.directory.server.core.api.CoreSession
Unbind from the current LdapSession.
unbind(UnbindRequest) - Method in interface org.apache.directory.server.core.api.CoreSession
Unbind from the current LdapSession.
unbind(UnbindOperationContext) - Method in class org.apache.directory.server.core.api.interceptor.BaseInterceptor
unbind(UnbindOperationContext) - Method in interface org.apache.directory.server.core.api.interceptor.Interceptor
unBind() - Method in class org.apache.directory.server.core.api.LdapCoreSessionConnection
unbind(UnbindOperationContext) - Method in interface org.apache.directory.server.core.api.OperationManager
TODO document after determining if this method should be here.
unbind(UnbindOperationContext) - Method in interface org.apache.directory.server.core.api.partition.Partition
Represents an unbind operation issued by an authenticated client.
unbind(UnbindOperationContext) - Method in class org.apache.directory.server.core.api.schema.SchemaPartition
Represents an unbind operation issued by an authenticated client.
unbind(UnbindOperationContext) - Method in class org.apache.directory.server.core.authn.AuthenticationInterceptor
unbind(UnbindOperationContext) - Method in class org.apache.directory.server.core.DefaultOperationManager
TODO document after determining if this method should be here.
unbind(String) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
unbind(Name) - Method in class org.apache.directory.server.core.jndi.DeadContext
 
unbind(String) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
unbind(Name) - Method in class org.apache.directory.server.core.jndi.ServerContext
 
unbind(UnbindOperationContext) - Method in class org.apache.directory.server.core.logger.TimerInterceptor
unbind(UnbindOperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
Represents an unbind operation issued by an authenticated client.
unbind(UnbindOperationContext) - Method in class org.apache.directory.server.core.ppolicy.PPolicyInterceptor
unbind() - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Unbind from the current LdapSession.
unbind(UnbindRequest) - Method in class org.apache.directory.server.core.shared.DefaultCoreSession
Unbind from the current LdapSession.
unbind(UnbindOperationContext) - Method in class org.apache.directory.server.core.shared.partition.DefaultPartitionNexus
Represents an unbind operation issued by an authenticated client.
unbind(UnbindOperationContext) - Method in class org.apache.directory.server.core.shared.partition.RootPartition
 
UnbindOperationContext - Class in org.apache.directory.server.core.api.interceptor.context
A Unbind context used for Interceptors.
UnbindOperationContext(CoreSession) - Constructor for class org.apache.directory.server.core.api.interceptor.context.UnbindOperationContext
Creates a new instance of UnbindOperationContext.
UnbindOperationContext(CoreSession, UnbindRequest) - Constructor for class org.apache.directory.server.core.api.interceptor.context.UnbindOperationContext
Creates a new instance of UnbindOperationContext.
UnbindRequestHandler - Class in org.apache.directory.server.ldap.handlers.request
A no reply protocol handler implementation for LDAP UnbindRequests.
UnbindRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.request.UnbindRequestHandler
 
UndefinedFilterAttributeException - Exception in org.apache.directory.server.core.normalization
A runtime exception thrown by visitors to denote the failure to recognize attributes in a filter expression tree.
UndefinedFilterAttributeException(LeafNode) - Constructor for exception org.apache.directory.server.core.normalization.UndefinedFilterAttributeException
 
UndefinedFilterAttributeException(LeafNode, String) - Constructor for exception org.apache.directory.server.core.normalization.UndefinedFilterAttributeException
 
UndefinedFilterAttributeException(LeafNode, String, Throwable) - Constructor for exception org.apache.directory.server.core.normalization.UndefinedFilterAttributeException
 
UndefinedFilterAttributeException(LeafNode, Throwable) - Constructor for exception org.apache.directory.server.core.normalization.UndefinedFilterAttributeException
 
UNIX_FILE_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
UNIX_FILE_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
UNIX_FILE_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
UNIX_FILE_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
UNKNOWN - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
unlock() - Method in class org.apache.directory.server.core.admin.AdministrativePointInterceptor
Release the read-write lock on the AP cache.
unlock() - Method in interface org.apache.directory.server.core.api.ReferralManager
Release the read-write lock on the referralManager.
unlock() - Method in class org.apache.directory.server.core.shared.ReferralManagerImpl
Release the read-write lock on the referralManager.
unlockRead() - Method in interface org.apache.directory.server.core.api.OperationManager
Releases a ReadLock
unlockRead() - Method in class org.apache.directory.server.core.DefaultOperationManager
Releases a ReadLock
unlockWrite() - Method in interface org.apache.directory.server.core.api.OperationManager
Releases a WriteLock
unlockWrite() - Method in class org.apache.directory.server.core.DefaultOperationManager
Releases a WriteLock
UnrecognizedOption - Class in org.apache.directory.server.dhcp.options.dhcp
This pseudo option represents all options which have not been recognized and parsed as specific implementations.
UnrecognizedOption() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.UnrecognizedOption
 
UnrecognizedOption(byte) - Constructor for class org.apache.directory.server.dhcp.options.dhcp.UnrecognizedOption
 
unregisterOids(SchemaObject) - Method in class org.apache.directory.server.core.api.schema.registries.synchronizers.AbstractRegistrySynchronizer
Unregister a SchemaObject's OID from the associated oidRegistry
unregisterOutstandingRequest(AbandonableRequest) - Method in class org.apache.directory.server.ldap.LdapSession
Unregisters an outstanding request.
unregisterSearchRequest(SearchRequest) - Method in class org.apache.directory.server.ldap.LdapSession
Unregisters a completed search request.
UNSUPPORTED_MSG - Static variable in class org.apache.directory.server.xdbm.AbstractIndexCursor
The message used for unsupported operations
unwrap(byte[], int, int) - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslServer
NOT IMPLEMENTED
updateCache(OperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
updates the cache based on the type of OperationContext
updateCache(OperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
 
updateCache(OperationContext) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
 
updateLease(Lease) - Method in class org.apache.directory.server.dhcp.store.AbstractDhcpStore
Update the (possibly changed) lease in the store.
updateLease(Lease) - Method in class org.apache.directory.server.dhcp.store.SimpleDhcpStore
 
updateRdnIdx(PartitionTxn, String, boolean, int) - Method in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
 
updateReplicaLastSentCsn(ReplicaEventLog) - Method in class org.apache.directory.server.ldap.replication.provider.ReplConsumerManager
Store the new CSN sent by the consumer in place of the previous one.
USER_CERTIFICATE_AT - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
USER_EXAMPLE_COM_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
The default change password base DN.
userIndices - Variable in class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition
a map of attributeType numeric UUID to user userIndices
USERS_SYSTEM_DN - Static variable in class org.apache.directory.server.constants.ServerDNConstants
the base dn under which all users reside
USNO - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "USNO" reference identifier type.
uuid - Variable in class org.apache.directory.server.core.api.administrative.AbstractAdministrativePoint
The AA's UUID
UuidSerializer - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
A Serializer for UUIDs
UuidSerializer() - Constructor for class org.apache.directory.server.core.partition.impl.btree.jdbm.UuidSerializer
 

V

validate(String, Entry) - Method in class org.apache.directory.server.core.api.authn.ppolicy.DefaultPasswordValidator
checks if the given password meets the required quality constraints.
validate() - Method in class org.apache.directory.server.core.api.authn.ppolicy.PasswordPolicyConfiguration
validates the policy configuration and throws a LdapException if there are any errors
validate(String, Entry) - Method in interface org.apache.directory.server.core.api.authn.ppolicy.PasswordValidator
checks if the given password meets the required quality constraints.
valueComparator - Variable in class org.apache.directory.server.xdbm.AbstractTable
a value comparator for the values in this Table
valueCursor(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
Creates a Cursor that traverses Table values for the same key.
valueCursor(PartitionTxn, K) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
Creates a Cursor that traverses Table values for the same key.
valueCursor(PartitionTxn, K) - Method in class org.apache.directory.server.xdbm.impl.avl.AvlTable
Creates a Cursor that traverses Table values for the same key.
valueCursor(PartitionTxn, K) - Method in interface org.apache.directory.server.xdbm.Table
Creates a Cursor that traverses Table values for the same key.
valueOf(String) - Static method in enum org.apache.directory.server.annotations.TransportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.config.ConfigSchemaConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.core.api.authn.ppolicy.CheckQualityEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.core.api.changelog.LogChange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.core.api.changelog.RevisionOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.core.api.event.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.core.api.interceptor.context.ModDnAva.ModDnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.core.api.InterceptorEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.core.api.OperationEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.core.api.ReferralHandlingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.core.jndi.ControlEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.apache.directory.server.dhcp.messages.HardwareAddress
Parses a string representation of a hardware address according to the specification given in HardwareAddress.toString().
valueOf(String) - Static method in enum org.apache.directory.server.dhcp.messages.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.dns.messages.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.dns.messages.OpCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.dns.messages.ProtocolType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.dns.messages.RecordClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.dns.messages.RecordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.dns.messages.ResponseCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.dns.messages.ServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.i18n.I18n
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.ldap.replication.consumer.ReplicationStatusEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.ntp.messages.LeapIndicatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.ntp.messages.ModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.ntp.messages.StratumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.server.protocol.shared.TransportProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameStatesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.types.EncryptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.types.PrincipalNameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.directory.shared.kerberos.codec.types.SamType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.directory.server.annotations.TransportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.config.ConfigSchemaConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.core.api.authn.ppolicy.CheckQualityEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.core.api.changelog.LogChange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.core.api.changelog.RevisionOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.core.api.event.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.core.api.interceptor.context.ModDnAva.ModDnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.core.api.InterceptorEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.core.api.OperationEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.core.api.ReferralHandlingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.core.jndi.ControlEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.dhcp.messages.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.dns.messages.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.dns.messages.OpCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.dns.messages.ProtocolType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.dns.messages.RecordClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.dns.messages.RecordType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.dns.messages.ResponseCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.dns.messages.ServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.i18n.I18n
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.ldap.replication.consumer.ReplicationStatusEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.ntp.messages.LeapIndicatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.server.ntp.messages.ModeType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
A list of all the reference identifier type constants.
values() - Static method in enum org.apache.directory.server.ntp.messages.StratumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
values() - Static method in enum org.apache.directory.server.protocol.shared.TransportProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.encryptionKey.EncryptionKeyStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.principalName.PrincipalNameStatesEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.types.EncryptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.types.PrincipalNameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.directory.shared.kerberos.codec.types.SamType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class org.apache.directory.shared.kerberos.exceptions.ErrorType
A List of all the error type constants.
ValueTreeCursor<V> - Class in org.apache.directory.server.core.partition.impl.btree.mavibot
TODO ValueTreeCursor.
ValueTreeCursor(ValueCursor<V>) - Constructor for class org.apache.directory.server.core.partition.impl.btree.mavibot.ValueTreeCursor
 
VendorClassIdentifier - Class in org.apache.directory.server.dhcp.options.dhcp
This option is used by DHCP clients to optionally identify the vendor type and configuration of a DHCP client.
VendorClassIdentifier() - Constructor for class org.apache.directory.server.dhcp.options.dhcp.VendorClassIdentifier
 
VendorSpecificInformation - Class in org.apache.directory.server.dhcp.options.misc
This option is used by clients and servers to exchange vendor- specific information.
VendorSpecificInformation() - Constructor for class org.apache.directory.server.dhcp.options.misc.VendorSpecificInformation
 
VERIFICATION - Static variable in class org.apache.directory.server.wrapper.ExitCodes
 
verifyInstallation() - Method in class org.apache.directory.server.core.api.AbstractLayout
Verifies the installation by checking required directories and files.
visit(ExprNode) - Method in class org.apache.directory.server.core.api.normalization.FilterNormalizingVisitor
Visit the tree, normalizing the leaves and recusrsively visit the branches.
visit(ExprNode) - Method in class org.apache.directory.server.core.normalization.ExpandingVisitor

W

waitForDelay(int) - Static method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
WebApp - Class in org.apache.directory.server.integration.http
A class to configure a web application
WebApp() - Constructor for class org.apache.directory.server.integration.http.WebApp
 
WEEK - Static variable in class org.apache.directory.shared.kerberos.KerberosTime
The number of milliseconds in a week.
WellKnownServicesRecordEncoder - Class in org.apache.directory.server.dns.io.encoder
3.4.2.
WellKnownServicesRecordEncoder() - Constructor for class org.apache.directory.server.dns.io.encoder.WellKnownServicesRecordEncoder
 
WhoAmIHandler - Class in org.apache.directory.server.ldap.handlers.extended
An handler to manage the WhoAmI extended request operation
WhoAmIHandler() - Constructor for class org.apache.directory.server.ldap.handlers.extended.WhoAmIHandler
 
WINDOWS_FILE_AT - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
WINDOWS_FILE_AT_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
WINDOWS_FILE_OC - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
WINDOWS_FILE_OC_OID - Static variable in class org.apache.directory.server.constants.ApacheSchemaConstants
 
withReverse - Variable in class org.apache.directory.server.xdbm.AbstractIndex
Tells if this index has a Reverse table
wkDirPath - Variable in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
a custom working directory path when specified in configuration
wkDirPath - Variable in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
a custom working directory path when specified in configuration
wrap(byte[], int, int) - Method in class org.apache.directory.server.ldap.handlers.sasl.AbstractSaslServer
NOT IMPLEMENTED
writeExternal(ObjectOutput) - Method in class org.apache.directory.server.core.api.entry.ClonedServerEntry
 
writeExternal(ObjectOutput) - Method in class org.apache.directory.server.xdbm.ParentIdAndRdn
writeTo(ByteBuffer) - Method in class org.apache.directory.server.dhcp.options.DhcpOption
 
writeTo(ByteBuffer) - Method in class org.apache.directory.server.ntp.messages.NtpTimeStamp
Writes this NtpTimeStamp to the given ByteBuffer.
writeToFile(File) - Method in class org.apache.directory.server.config.ConfigWriter
Writes the configuration bean as LDIF to the given file.
writeToPath(String) - Method in class org.apache.directory.server.config.ConfigWriter
Writes the configuration bean as LDIF to the given file.
writeToString() - Method in class org.apache.directory.server.config.ConfigWriter
Writes the configuration to a String object.
WWV - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "WWV" reference identifier type.
WWVB - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "WWVB" reference identifier type.
WWVH - Static variable in class org.apache.directory.server.ntp.messages.ReferenceIdentifier
Constant for the "WWVH" reference identifier type.

X

XWindowDisplayManagers - Class in org.apache.directory.server.dhcp.options.misc
This option specifies a list of IP addresses of systems that are running the X Window System Display Manager and are available to the client.
XWindowDisplayManagers() - Constructor for class org.apache.directory.server.dhcp.options.misc.XWindowDisplayManagers
 
XWindowFontServers - Class in org.apache.directory.server.dhcp.options.misc
This option specifies a list of X Window System Font servers available to the client.
XWindowFontServers() - Constructor for class org.apache.directory.server.dhcp.options.misc.XWindowFontServers
 

Y

YEAR_MILLIS - Static variable in class org.apache.directory.server.core.security.TlsKeyGenerator
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.